.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.gm-dropdown,
.gm-menu .owl-carousel.gmowl-refresh .gmowl-item {
  visibility: hidden;
}

.gm-menu .owl-carousel,
.gm-menu .owl-carousel .gmowl-item,
input.gm-btn {
  -webkit-tap-highlight-color: transparent;
}

.gm-menu .owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.gm-menu .owl-carousel .gmowl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.gm-menu .owl-carousel .gmowl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.gm-menu .owl-carousel .gmowl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.gm-menu .owl-carousel .gmowl-item,
.gm-menu .owl-carousel .gmowl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.gm-menu .owl-carousel .gmowl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.gm-menu .owl-carousel .gmowl-item img {
  display: block;
  width: 100%;
}

.gm-menu .owl-carousel .gmowl-dots.disabled,
.gm-menu .owl-carousel .gmowl-nav.disabled,
.gm-menu .owl-carousel .gmowl-video-playing .gmowl-video-play-icon,
.gm-menu .owl-carousel .gmowl-video-playing .gmowl-video-tn,
.gm-menu-mobile .gm-tab-links>.alignment,
.gm-menu.gm-menu-mobile.gm-mobile-hide-linklist-submenu .gm-links .gm-item[data-link-group]:not(.gm-heading):not(.gm-active):not([data-link-group='0']),
.gm-menu:not(.gm-menu-mobile) .gm-links .gm-heading .gm-retractor,
.gm-tab-links>.gm-item>.gm-tab-panel {
  display: none;
}

.gm-menu .owl-carousel .gmowl-dot,
.gm-menu .owl-carousel .gmowl-nav .gmowl-next,
.gm-menu .owl-carousel .gmowl-nav .gmowl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gm-menu .owl-carousel .gmowl-nav button.gmowl-next,
.gm-menu .owl-carousel .gmowl-nav button.gmowl-prev,
.gm-menu .owl-carousel button.gmowl-dot {
  background: 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}

.gm-description,
.gm-links .gm-item,
.gm-menu .owl-carousel.gmowl-loaded,
.gm-tab-links>.gm-item.gm-active>.gm-tab-panel,
.no-js .gm-menu .owl-carousel {
  display: block;
}

.gm-menu .owl-carousel.gmowl-loading {
  opacity: 0;
  display: block;
}

.gm-menu .owl-carousel.gmowl-hidden {
  opacity: 0;
}

.gm-menu .owl-carousel.gmowl-drag .gmowl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gm-menu .owl-carousel.gmowl-grab {
  cursor: move;
  cursor: grab;
}

.gm-menu .owl-carousel.gmowl-rtl {
  direction: rtl;
}

.gm-menu .owl-carousel.gmowl-rtl .gmowl-item {
  float: right;
}

.gm-menu .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.gm-menu .owl-carousel .gmowl-animated-in {
  z-index: 0;
}

.gm-menu .owl-carousel .gmowl-animated-out {
  z-index: 1;
}

.gm-menu .owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.gm-menu .gmowl-height {
  transition: height 0.5s ease-in-out;
}

.gm-menu .owl-carousel .gmowl-item .gmowl-lazy {
  opacity: 0;
  transition: opacity 0.4s;
}

.gm-menu .owl-carousel .gmowl-item .gmowl-lazy:not([src]),
.gm-menu .owl-carousel .gmowl-item .gmowl-lazy[src^=''] {
  max-height: 0;
}

.gm-menu .owl-carousel .gmowl-item img.gmowl-lazy {
  transform-style: preserve-3d;
}

.gm-menu .owl-carousel .gmowl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.gm-menu .owl-carousel .gmowl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s;
}

.gm-menu .owl-carousel .gmowl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.gm-menu .owl-carousel .gmowl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s;
}

.gm-menu .owl-carousel .gmowl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.gmcol,
.gmcol-1,
.gmcol-10,
.gmcol-11,
.gmcol-12,
.gmcol-2,
.gmcol-1-5,
.gmcol-4-5,
.gmcol-3,
.gmcol-4,
.gmcol-5,
.gmcol-6,
.gmcol-7,
.gmcol-8,
.gmcol-9,
.gmcol-auto,
.gmcol-lg,
.gmcol-lg-1,
.gmcol-lg-1-5,
.gmcol-lg-4-5,
.gmcol-lg-10,
.gmcol-lg-11,
.gmcol-lg-12,
.gmcol-lg-2,
.gmcol-lg-3,
.gmcol-lg-4,
.gmcol-lg-5,
.gmcol-lg-6,
.gmcol-lg-7,
.gmcol-lg-8,
.gmcol-lg-9,
.gmcol-lg-auto,
.gmcol-md,
.gmcol-md-1,
.gmcol-md-1-5,
.gmcol-md-4-5,
.gmcol-md-10,
.gmcol-md-11,
.gmcol-md-12,
.gmcol-md-2,
.gmcol-md-3,
.gmcol-md-4,
.gmcol-md-5,
.gmcol-md-6,
.gmcol-md-7,
.gmcol-md-8,
.gmcol-md-9,
.gmcol-md-auto,
.gmcol-sm,
.gmcol-sm-1,
.gmcol-sm-1-5,
.gmcol-sm-4-5,
.gmcol-sm-10,
.gmcol-sm-11,
.gmcol-sm-12,
.gmcol-sm-2,
.gmcol-sm-3,
.gmcol-sm-4,
.gmcol-sm-5,
.gmcol-sm-6,
.gmcol-sm-7,
.gmcol-sm-8,
.gmcol-sm-9,
.gmcol-sm-auto,
.gmcol-xl,
.gmcol-xl-1,
.gmcol-xl-1-5,
.gmcol-xl-4-5,
.gmcol-xl-10,
.gmcol-xl-11,
.gmcol-xl-12,
.gmcol-xl-2,
.gmcol-xl-3,
.gmcol-xl-4,
.gmcol-xl-5,
.gmcol-xl-6,
.gmcol-xl-7,
.gmcol-xl-8,
.gmcol-xl-9,
.gmcol-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gmcol-12,
.gmcol-full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.gmcol {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.gmcol-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.gmcol-1,
.gmcol-1-5,
.gmcol-4-5,
.gmcol-10,
.gmcol-2,
.gmcol-3,
.gmcol-4,
.gmcol-5,
.gmcol-6,
.gmcol-7,
.gmcol-8,
.gmcol-9 {
  -webkit-box-flex: 0;
}

.gmcol-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.gmcol-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.gmcol-1-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.gmcol-4-5 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.gmcol-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.gmcol-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.gmcol-4-5 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.gmcol-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.gmcol-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.gmcol-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.gmcol-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.gmcol-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.gmcol-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.gmcol-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

@media (min-width: 576px) {
  .gmcol-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .gmcol-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .gmcol-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gmcol-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gmcol-sm-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .gmcol-sm-4-5 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .gmcol-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gmcol-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gmcol-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gmcol-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gmcol-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gmcol-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gmcol-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gmcol-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gmcol-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gmcol-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .gmcol-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .gmcol-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .gmcol-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gmcol-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gmcol-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .gmcol-md-4-5 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .gmcol-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gmcol-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gmcol-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gmcol-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gmcol-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gmcol-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gmcol-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gmcol-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gmcol-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gmcol-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .gmcol-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .gmcol-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .gmcol-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gmcol-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gmcol-lg-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .gmcol-lg-4-5 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .gmcol-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gmcol-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gmcol-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gmcol-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gmcol-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gmcol-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gmcol-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gmcol-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gmcol-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gmcol-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .gmcol-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .gmcol-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .gmcol-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .gmcol-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .gmcol-xl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .gmcol-xl-4-5 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .gmcol-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gmcol-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .gmcol-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .gmcol-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gmcol-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .gmcol-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .gmcol-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gmcol-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .gmcol-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .gmcol-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gm-menu li {
  margin: 0;
}

.gm-width-full>.gm-tabs,
.gmcol-full>.gm-tabs,
form#gm-contact-form .gm-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.gm-no-padding,
.gm-no-padding>* {
  padding: 0 !important;
}

.gm-menu-installed .gm-menu,
.gm-menu-installed .gm-menu * {
  box-sizing: border-box;
}

.gm-menu-installed .gm-menu,
.gm-menu-installed .gm-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gm-menu-installed .gm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

.gm-item.gm-level-0 {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}

.gm-vertical .gm-item.gm-level-0 {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
}

.gm-item.gm-level-0.gm-active {
  z-index: 99;
}

.gm-menu-installed .gm-menu .gm-grid-item {
  padding: 0 15px;
}

.gm-menu-installed .gm-menu .gm-aliexpress>.gm-grid>.gm-grid-item {
  overflow: visible !important;
}

.gm-menu-installed .gm-menu .gm-grid {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  align-items: flex-start;
}

.gm-menu-installed .gm-menu a {
  text-decoration: none;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none !important;
  white-space: normal;
}

.gm-menu-installed .gm-dropdown>li>a,
.gm-menu-installed .gm-dropdown>li>div.gm-target,
.gm-menu-installed .gm-level-0>a,
.gm-menu-installed .gm-level-0>div.gm-target,
.gm-menu-installed .gm-tab-links>li>a,
.gm-menu-installed .gm-tab-links>li>div.gm-target,
.gm-menu-installed.onSortDropdown>li>a,
.gm-menu-installed.onSortDropdown>li>div.gm-target {
  padding: 15px 20px !important;
  display: flex;
  align-items: center;
  justify-content: start;
}

.gm-jc-end,
.gm-menu.gm-submenu-align-right {
  justify-content: flex-end;
}

.gm-links.gm-jc-center>li>a,
.gm-links.gm-jc-center>li>div.gm-target,
.gm-menu.gm-submenu-align-center {
  justify-content: center;
}

.gm-image-2 .gm-image,
.gm-item.searchItem,
.gm-products-carousel,
.gm-single-product>.gm-target,
.gm-submenu-aliexpress .gm-tab-contents,
.gm-submenu-dropdown,
.gm-submenu-mega.gm-submenu-align-center,
.gm-submenu-mega.gm-submenu-align-left,
.gm-submenu-mega.gm-submenu-align-right,
.gm-tab-links,
.gm-target {
  position: relative;
}

.gm-dropdown,
.gm-submenu-mega.gm-submenu-align-center>.gm-submenu,
.gm-submenu-mega.gm-submenu-align-left>.gm-submenu,
.gm-submenu-mega.gm-submenu-align-right>.gm-submenu {
  position: absolute;
}

.gm-dropdown {
  opacity: 0;
  min-width: 180px;
  flex-direction: column;
  /* z-index: -1; */
}

.gm-form-control,
input.gm-btn {
  min-height: 36px;
  min-width: 36px;
}

.gm-menu-installed .gm-dropdown>li>.gm-target>.gm-text,
.gm-menu-installed .gm-dropdown>li>a>.gm-text {
  white-space: nowrap;
}

.gm-submenu-align-left>.gm-submenu {
  left: 0;
}

.gm-submenu-align-right>.gm-submenu {
  right: 0;
}

.gm-menu:not(.gm-vertical) .gm-submenu-align-center>.gm-submenu {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gm-submenu>.gm-submenu-align-right>.gm-submenu {
  right: 100%;
  top: 0;
}

.gm-submenu>.gm-submenu-align-left>.gm-submenu {
  left: 100%;
  top: 0;
}

.gm-submenu {
  top: 100%;
}

.gm-bordered .gm-submenu.gm-submenu-bordered>.gm-submenu-align-left>.gm-submenu,
.gm-bordered .gm-submenu.gm-submenu-bordered>.gm-submenu-align-right>.gm-submenu {
  top: -1px;
}

.gm-submenu {
  display: block !important;
  position: absolute !important;
  opacity: 0 !important;
  visibility: hidden !important;
  /* z-index: -1 !important; */
  background-size: cover !important;
}

.gm-menu-installed .gm-menu.gm-submenu-align-left {
  justify-content: flex-start !important;
}

.gm-menu-installed .gm-menu:not(.gm-vertical).gm-submenu-align-left .searchItem:not(.accountItem + .searchItem),
.gm-menu-installed .gm-menu:not(.gm-vertical).gm-submenu-align-left .accountItem:not(.accountItem + .accountItem) {
  margin-left: auto;
}

.gm-menu-installed .gm-menu .gm-item.gm-level-0.accountItem {
  font-size: 0;
}

.gm-menu-installed .gm-menu .gm-target.timo-subscriptions-link {
  display: none;
}

.gm-menu-installed .gm-menu.gm-submenu-align-center {
  justify-content: center !important;
}

.gm-menu-installed .gm-menu.gm-submenu-align-right {
  justify-content: flex-end !important;
}

.gm-item.gm-level-0:not(.gm-active)>.gm-submenu {
  overflow: hidden;
}

.gm-submenu.gm-dropdown {
  display: none !important;
  overflow: visible;
}

.gm-active>.gm-submenu.gm-dropdown {
  display: flex !important;
}

.gm-active>.gm-submenu {
  visibility: visible !important;
  opacity: 1 !important;
}

.gm-menu .gm-item:not(.gm-vertical).gm-level-0.accountItem.gm-ritem+.gm-level-0.gm-ritem,
.gm-menu .gm-item:not(.gm-vertical).gm-level-0.accountItem.gm-ritem+.gm-level-0.searchItem {
  margin-left: 0;
}

.gm-dropdown.gm-orientation-horizontal,
.gm-image>a {
  flex-wrap: wrap;
}

.gm-orientation-horizontal {
  flex-direction: row !important;
}

.gm-orientation-horizontal>.gm-submenu-dropdown>.gm-dropdown {
  top: 100%;
}

.gm-menu.gm-menu-mobile .gm-tabs-right>.gm-tab-links>.gm-item>.gm-target>.gm-retractor,
.gm-orientation-horizontal>.gm-submenu-dropdown.gm-submenu-align-left>.gm-dropdown,
.gm-tabs-right>.gm-tab-links>.gm-item>.gm-target>.editor {
  left: 0;
  right: auto;
}

.gm-orientation-horizontal>.gm-submenu-dropdown.gm-submenu-align-right>.gm-dropdown {
  right: 0;
  left: auto;
}

.gm-menu:not(.gm-vertical) .gm-submenu-align-full,
.gm-vertical .gm-orientation-horizontal>.gm-item,
.gm-submenu-align-full .gm-submenu-dropdown {
  position: static !important;
}

.gm-submenu-align-full .gm-submenu.gm-dropdown,
.gm-submenu-align-full>.gm-submenu {
  left: 0;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: auto;
  min-width: 100%;
}

.gm-submenu-align-full .gm-submenu.gm-submenu-bordered.gm-dropdown .gm-submenu.gm-dropdown {
  left: -1px;
  right: -1px;
}

.gm-jc-left,
.gm-jc-start {
  justify-content: flex-start;
  text-align: left;
}

.gm-jc-center {
  justify-content: center;
  text-align: center;
}

.gm-menu-installed .gm-menu img {
  width: 100%;
  height: auto;
  display: block;
}

.gm-ai-top {
  align-items: flex-start;
}

.gm-ai-bottom {
  align-items: flex-end;
}

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

.gm-ai-stretch {
  align-items: stretch;
}

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

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

.gm-tabs-top>.gm-tab-links,
.gm-tabs.gm-tabs-left,
.gm-tabs.gm-tabs-right {
  display: flex;
  flex-wrap: wrap;
}

.gm-tabs-right,
.gm-tabs-right>.gm-tab-links>.gm-item>.gm-target {
  flex-direction: row-reverse;
}

.gm-tabs-top>.gm-tab-contents,
.gm-tabs-top>.gm-tab-links {
  flex: 0 0 100%;
}

.gm-menu-mobile .gm-tabs-top>.gm-tab-links>li {
  flex: 0 0 100%;
  max-width: 100%;
}

.gm-tabs-left>.gm-tab-links,
.gm-tabs-right>.gm-tab-links {
  flex: 0 0 25%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.gm-tabs-left>.gm-tab-contents,
.gm-tabs-right>.gm-tab-contents {
  flex: 1 1 75%;
  width: 75%;
}

.gm-tabs .gm-tabs-left>.gm-tab-links,
.gm-tabs .gm-tabs-right>.gm-tab-links {
  flex: 0 0 33.33333%;
  width: 33.33333%;
  display: flex;
  flex-wrap: wrap;
}

.gm-menu-installed .gm-menu .gm-tabs .gm-tabs-left>.gm-tab-contents,
.gm-menu-installed .gm-menu .gm-tabs .gm-tabs-right>.gm-tab-contents {
  flex: 1 1 66.66667%;
  width: 66.66667%;
}

.gm-menu-installed .gm-menu .gm-tabs .gm-tabs .gm-tabs-left>.gm-tab-links,
.gm-menu-installed .gm-menu .gm-tabs .gm-tabs .gm-tabs-right>.gm-tab-links {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.gm-menu-installed .gm-menu .gm-tabs .gm-tabs .gm-tabs-left>.gm-tab-contents,
.gm-menu-installed .gm-menu .gm-tabs .gm-tabs .gm-tabs-right>.gm-tab-contents {
  flex: 1 1 50%;
  width: 50%;
}

.gm-menu-installed .gm-menu .gm-tabs-left>.gm-tab-links>li,
.gm-menu-installed .gm-menu .gm-tabs-right>.gm-tab-links>li {
  flex: 0 0 100%;
  width: 100%;
}

.gm-tab-links>li {
  z-index: 2;
  position: relative;
}

.gm-active-link-marker {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition:
    height 0.3s,
    -webkit-transform 0.15s;
  transition:
    height 0.3s,
    transform 0.15s,
    -webkit-transform 0.15s;
}

.gm-menu-installed .gm-menu .gm-tab-content {
  z-index: -1;
  height: 0;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  overflow: hidden;
}

.gm-menu-installed .gm-menu .gm-level-0.gm-active .gm-tab-content.hc.gm-active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  height: auto;
  min-height: 100%;
  overflow: visible;
}

.gm-tab-panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gm-contact,
.gm-html,
.gm-image,
.gm-links,
.gm-products-carousel,
.gm-products-grid,
.gm-products-list,
.gm-single-product {
  padding: 12px 0 !important;
}

.gm-menu-installed .gm-menu .gm-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-content: flex-start;
}

.gm-badge,
.gm-jc-end .gm-icon,
.gm-level-0>.gm-target>.gm-retractor,
.gm-submenu-dropdown.gm-submenu-align-full>.gm-target>.gm-retractor,
.gm-tabs-top>.gm-tab-links>.gm-item>.gm-target>.gm-retractor {
  margin-left: 10px;
}

.gm-image .gm-target,
.gm-links>li>a,
.gm-links>li>div.gm-target,
.gm-menu-installed .gm-menu .gm-collection-left .gm-target {
  display: flex;
  align-items: center;
}

.gm-links.gm-jc-center>li>a .gm-text,
.gm-links.gm-jc-center>li>div.gm-target .gm-text {
  text-align: left;
  flex: 0 0 auto;
}

.gm-links.gm-jc-end>li>a,
.gm-links.gm-jc-end>li>div.gm-target {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.gm-image .gm-target.gm-jc-end,
.gm-links.gm-jc-end>li>a .gm-text,
.gm-links.gm-jc-end>li>div.gm-target .gm-text,
.gm-tabs-right>.gm-tab-links>.gm-item>.gm-target>.gm-text {
  text-align: right;
}

.gm-jc-end .gm-icon {
  margin-right: 0;
}

.gm-links>li.gm-heading>.gm-target,
.gm-links>li.gm-heading>a {
  display: flex;
}

.gm-links>li:not(.gm-heading)>.gm-target,
.gm-links>li:not(.gm-heading)>a {
  padding: 5px 0;
  display: flex;
}

.createItem a.gm-target .gm-text,
.gm-menu-installed .gm-menu .gm-tab-links .gm-item>.gm-target>.gm-icon.gm-icon-img,
.gm-tab-links .gm-item>.gm-target>.gm-text,
.gm-text {
  flex: 1 1 auto;
}

.gm-menu-installed .gm-menu .gm-tab-links .gm-item>.gm-target>.gm-icon.gm-icon-img {
  flex: 1 1 var(--icon-width, '60px');
  max-width: var(--icon-width, '60px');
}

/* .gm-image.gm-editor {
  overflow: hidden;
} */

.gm-image>a {
  width: var(--image-width);
  max-width: 100%;
}

.gm-icon.gm-icon-img {
  width: var(--icon-width, var(--image-width));
  flex: 0 0 var(--icon-width, var(--image-width));
  max-width: 100%;
}

.gm-links>.gm-heading,
.gm-products-carousel .gm-heading,
.gm-products-grid .gm-heading,
.gm-products-list .gm-heading {
  border-bottom: 1px solid #ebebeb !important;
}

.gm-heading {
  padding-top: 0;
  padding-bottom: 12px;
  margin-bottom: 7px !important;
}

.gm-menu-installed .gm-menu .gm-collection,
.gm-product-mini {
  padding-top: 12px;
  padding-bottom: 12px;
}

.gm-links>li+li.gm-heading {
  padding-top: 15px;
}

.gm-image>a>* {
  flex: 1 1 100%;
}

.gm-image img,
.gm-image svg {
  width: 100%;
  height: auto;
}

.gm-image img+div,
.gm-image svg+div {
  margin-top: 12px;
}

.gm-menu-installed .gm-menu .gm-collection-top .gm-collection-img,
.gm-single-product .gm-product-img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.gm-single-product .gm-placeholder-svg {
  margin-bottom: 12px;
}

.gm-product-price,
.gm-single-product .gm-product-name {
  margin-bottom: 5px;
}

.gm-old-price,
.gm-old-price>* {
  color: #999;
  text-decoration: line-through;
}

.gm-product-price .gm-price {
  margin-right: 12px;
}

.gm-menu-installed .gm-product-mini>a {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.gm-product-price span {
  display: inline-block;
}

.gm-product-mini .gm-product-img {
  flex: 1 1 30%;
  min-width: 60px;
  margin-bottom: 0;
}

.gm-product-mini .gm-product-img .gm-product-img {
  flex: 1 1 100%;
  min-width: 60px;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

.gm-product-mini .gm-product-details {
  flex: 1 1 70%;
  padding-left: 15px;
  overflow: hidden;
}

.gm-product-mini .gm-product-details .gm-product-name {
  margin-bottom: 6px;
}

.gm-product-mini .gm-label.gm-sale-label,
.gm-product-mini .gm-label.gm-sold_out-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 5px;
}

.gm-products-carousel .gm-single-product {
  padding: 0;
}

.gm-icon {
  margin-right: 10px;
}

.gm-owlcarousel.owl-carousel .gmowl-nav {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 18px;
  display: flex;
}

.gm-owlcarousel.owl-carousel .gmowl-nav button,
.gm-owlcarousel.owl-carousel .gmowl-nav>div {
  width: 25px;
  height: 25px;
  background: #303030 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.gm-owlcarousel.owl-carousel .gmowl-nav button+button,
.gm-owlcarousel.owl-carousel .gmowl-nav>div+div {
  margin-left: 5px;
}

.gm-owlcarousel.owl-carousel .gmowl-nav button:after,
.gm-owlcarousel.owl-carousel .gmowl-nav>div:after {
  margin-left: 3px;
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
}

.gm-owlcarousel.owl-carousel .gmowl-nav button+button:after,
.gm-owlcarousel.owl-carousel .gmowl-nav div+div:after {
  transform: rotate(135deg);
  margin-left: 0;
}

.gm-form-control {
  padding: 9px 10px !important;
  width: 100%;
  margin-bottom: 12px !important;
  border: 1px solid #e0e0e0 !important;
  background: 0 0 !important;
  border-radius: 2px !important;
  font-family: inherit;
}

form#gm-contact-form {
  margin: 15px 0 25px;
}

.gm-contact .gm-heading {
  padding-bottom: 0;
}

input.gm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 16px;
  background: linear-gradient(180deg, #fff, #f9fafb);
  border: 0.1rem solid #c4cdd5;
  box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
  border-radius: 2px;
  line-height: 1;
  color: #212b36;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  transition-property: background, border, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
}

.gm-menu iframe {
  max-width: 100%;
  max-height: 320px;
}

.gm-retractor:after {
  content: '\f105';
}

.gm-menu-mobile .gm-retractor:after {
  content: '\f107' !important;
}

.gm-menu-mobile .gm-active>.gm-target>.gm-retractor:after {
  content: '\f106' !important;
}

.gm-level-0>.gm-target>.gm-retractor:after,
.gm-submenu-dropdown.gm-submenu-align-full>.gm-target>.gm-retractor:after,
.gm-tabs-top>.gm-tab-links>.gm-item>.gm-target>.gm-retractor:after {
  content: '\f107';
}

.gm-retractor {
  display: none;
  font: 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gm-has-retractor .gm-retractor {
  display: inline-block;
  margin-left: 10px;
}

.gm-submenu .gm-submenu-align-right .gm-retractor:after,
.gm-tabs-right>.gm-tab-links>.gm-item>.gm-target>.gm-retractor:after {
  content: '\f104';
}

.submenu-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.gm-only-image img {
  max-height: 60px;
}

.gm-target.gm-only-image {
  padding-top: 0;
  padding-bottom: 0;
}

.gm-menu-installed .gm-menu .gm-collections .gm-grid,
.gm-menu-installed .gm-products-grid .gm-grid,
.gm-menu-installed .gm-products-list .gm-grid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  min-width: 100%;
}

.gm-menu-installed .gm-menu .gm-collection-left .gm-target>.gm-collection-img {
  flex: 1 1 30%;
  min-width: 60px;
}

.gm-menu-installed .gm-menu .gm-collection-left .gm-target>.gm-collection-details {
  flex: 1 1 70%;
  padding-left: 15px;
}

.gm-owlcarousel-outer .gm-single-product {
  padding-right: 1px;
}

.gm-badge {
  position: relative;
  height: 0;
  font-size: 85%;
}

.gm-badge:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: 100%;
  top: 50%;
  position: absolute;
  margin-top: -5px;
}

.gm-badge span {
  padding: 2px 8px;
  display: inline-flex;
  border-radius: 2px;
  white-space: nowrap;
  line-height: 1.4;
}

.gm-menu:not(.gm-menu-mobile):not(.gm-vertical) .gm-badge-top:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  border-top: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 50%;
  margin-left: -4px;
  margin-top: 0;
}

.gm-menu:not(.gm-menu-mobile):not(.gm-vertical) .gm-badge-top {
  bottom: 100%;
  left: 50%;
  height: auto;
  margin-left: 0;
  position: absolute;
  margin-bottom: -12px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.gm-submenu-aliexpress .gm-tab-links,
.gm-submenu.gm-aliexpress {
  border: none !important;
}

.gm-submenu-aliexpress>.gm-aliexpress>.gm-grid>.gm-item>.gm-tabs>.gm-tab-links {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.gm-submenu-aliexpress>.gm-aliexpress>.gm-grid>.gm-item>.gm-tabs>.gm-tab-contents>.gm-tab-content {
  width: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}

.gm-image-2 .gm-image .gm-target {
  position: absolute;
  bottom: 27px;
  background: rgba(0, 0, 0, 0.65);
  left: 15px;
  right: 15px;
  padding: 10px;
}

.gm-image-2 .gm-image .gm-target .gm-description,
.gm-image-2 .gm-image .gm-target .gm-text {
  color: #fff;
}

.gm-image-2 .gm-image img,
.gm-image-2 .gm-image svg {
  margin-bottom: 0;
}

.gm-products-carousel.no-heading,
.gm-products-grid.gm-grid.no-heading {
  padding-top: 0 !important;
}

.no-heading .gm-owlcarousel.owl-carousel .gmowl-nav {
  bottom: auto;
  right: auto;
  width: 100%;
  margin-bottom: 0;
  top: 35%;
}

.no-heading .gm-owlcarousel.owl-carousel .gmowl-nav .gmowl-next {
  right: 1px;
  position: absolute;
  z-index: 999;
}

.no-heading .gm-owlcarousel.owl-carousel .gmowl-nav .gmowl-prev {
  left: 0;
  position: absolute;
  z-index: 999;
}

@media (max-width: 767px) {
  .gm-owlcarousel.owl-carousel .gmowl-nav {
    bottom: auto;
    right: auto;
    width: 100%;
    margin-bottom: 0;
    top: 35%;
  }

  .gm-owlcarousel.owl-carousel .gmowl-nav .gmowl-next {
    right: 1px;
    position: absolute;
    z-index: 999;
  }

  .gm-owlcarousel.owl-carousel .gmowl-nav .gmowl-prev {
    left: 0;
    position: absolute;
    z-index: 999;
  }
}

.gm-menu.gm-menu-mobile .gm-dropdown,
.gm-menu.gm-menu-mobile>.gm-level-0>.gm-submenu {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
  position: static !important;
}

.gm-placeholder-svg {
  display: block;
  fill: rgba(133, 133, 133, 0.35);
  background-color: rgba(133, 133, 133, 0.1);
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(133, 133, 133, 0.2);
}

.gm-menu-mobile .gm-item>.gm-submenu,
.gm-transition-shiftup .gm-item.gm-active>.gm-submenu {
  margin-top: 0 !important;
}

.gm-transition-zoomin .gm-item:not(.gm-submenu-align-center)>.gm-submenu {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.gm-transition-zoomin .gm-item:not(.gm-submenu-align-center).gm-active>.gm-submenu {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gm-transition-zoomin .gm-item.gm-submenu-align-center>.gm-submenu {
  -webkit-transform: scale(0.9) translateX(-50%) !important;
  transform: scale(0.9) translateX(-50%) !important;
}

.gm-transition-zoomin .gm-item.gm-submenu-align-center.gm-active>.gm-submenu {
  -webkit-transform: scale(1) translateX(-50%) !important;
  transform: scale(1) translateX(-50%) !important;
}

.gm-transition-shiftdown .gm-item.gm-active>.gm-submenu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
}

.gm-submenu.gm-search-form {
  margin: 0;
  z-index: 9;
  background: #fff;
}

.gm-submenu.gm-search-form form {
  display: flex;
  position: relative;
  margin: 0;
}

.gm-submenu.gm-search-form input {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
  z-index: 20;
  display: block;
  flex: 1 1 0%;
  width: 200px;
  max-width: 100%;
  min-height: 45px !important;
  margin: 0;
  padding: 5px 10px 5px 22px;
  background: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gm-submenu.gm-search-form button {
  background: 0;
  border: 0;
  min-height: 45px;
  min-width: 45px;
  padding: 15px 20px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

.gm-menu:not(.gm-menu-mobile) .gm-level-0>.gm-target,
li.gm-level-0.searchItem a {
  height: 100%;
}

.gm-menu.gm-menu-mobile>.gm-item {
  width: 100%;
}

.gm-menu.gm-menu-mobile .gm-tabs-left>.gm-tab-contents,
.gm-menu.gm-menu-mobile .gm-tabs-left>.gm-tab-links,
.gm-menu.gm-menu-mobile .gm-tabs-right>.gm-tab-contents,
.gm-menu.gm-menu-mobile .gm-tabs-right>.gm-tab-links {
  width: 100% !important;
  flex: 0 0 100% !important;
}

.gm-menu.gm-menu-mobile>.gm-level-0>.gm-submenu {
  display: none !important;
  width: 100% !important;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.gm-menu.gm-menu-mobile .gm-active>.gm-dropdown,
.gm-menu.gm-menu-mobile>.gm-level-0.gm-active>.gm-submenu,
.gm-menu.gm-menu-mobile>.gm-level-0>.gm-submenu.gm-search-form,
.gm-menu.gm-vertical>.gm-level-0>.gm-submenu.gm-search-form {
  display: block !important;
}

.gm-menu.gm-menu-mobile .gm-grid-item {
  width: 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

.gm-menu.gm-menu-mobile .gm-jc-center {
  text-align: left;
}

.gm-menu.gm-menu-mobile .gm-submenu-aliexpress .gm-tab-contents>.gm-tab-content {
  position: static;
}

.gm-menu-mobile .searchItem {
  order: -1;
}

.gm-hidden {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.gm-item.gm-level-0 {
  margin: 0;
  padding: 0 !important;
}

.gm-menu:not(.gm-menu-mobile):not(.gm-vertical) .gm-level-0.createItem>.gm-target {
  padding: 0 15px !important;
}

.gm-single-product>.gm-target .gm-label.gm-sold_out-label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px;
  background: #d5d5d5;
  text-transform: uppercase;
  font-weight: 700;
  color: #757575;
}

.gm-single-product>.gm-target .gm-label.gm-sale-label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px;
  background-color: #ec523e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.gm-menu.gm-menu-mobile .gm-level-0>.gm-target>.gm-retractor,
.gm-menu.gm-menu-mobile .gm-submenu-dropdown>.gm-target>.gm-retractor,
.gm-menu.gm-menu-mobile .gm-tab-links>.gm-item>.gm-target>.gm-retractor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
  z-index: 9;
}

.gm-menu-installed .gm-menu.site-nav .gm-item.gm-level-0>.gm-target {
  min-height: 53px;
}

.gm-menu-installed .gm-menu:after,
.gm-menu-installed .gm-menu:before,
.gm-menu-mobile .searchItem .gm-target,
.gm-vertical .searchItem .gm-target,
.gm-menu.gm-menu-mobile .gm-dropdown {
  display: none !important;
}

.gm-vertical>.gm-item.searchItem {
  width: 100% !important;
}

.gm-menu.gm-menu-mobile .gm-dropdown,
.gm-vertical .gm-submenu.gm-search-form,
.gm-menu.gm-menu-mobile>.gm-level-0>.gm-submenu {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
  position: static !important;
}

body.gm-menu-installed .gm-menu-mobile .gm-tab-links>.gm-item>.gm-tab-panel {
  display: none !important;
}

body.gm-menu-installed .gm-menu-mobile .gm-tab-links>.gm-item.gm-active>.gm-tab-panel {
  display: block !important;
}

.gm-menu-installed .gm-menu.gm-vertical {
  flex-direction: column !important;
  align-items: stretch !important;
  max-width: 350px;
  margin: 0 0 !important;
}

.gm-menu-installed .gm-menu.gm-vertical .gm-level-0>.gm-target>.gm-retractor:after {
  content: '\f105';
}

.gm-menu-installed .gm-menu.gm-vertical:not(.gm-menu-mobile) .gm-level-0>.gm-submenu {
  top: 0;
  left: 100%;
  right: auto;
}

.gm-menu-installed .gm-menu.gm-vertical:not(.gm-menu-mobile) .gm-level-0.gm-submenu-align-full>.gm-submenu:not(.gm-dropdown):not(.gm-aliexpress) {
  top: 0;
  bottom: 0;
  overflow: auto;
}

.gm-menu-installed .gm-menu.gm-vertical:not(.gm-menu-mobile) .gm-level-0.gm-submenu-align-left>.gm-submenu {
  top: 0;
}

.gm-menu-installed .gm-menu.gm-vertical:not(.gm-menu-mobile) .gm-level-0.gm-submenu-align-right>.gm-submenu {
  bottom: 0;
}

.gm-menu-installed .gm-menu.gm-vertical:not(.gm-menu-mobile) .gm-submenu-align-center>.gm-submenu {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gm-owlcarousel-outer {
  max-width: 100%;
}

@media (max-width: 575px) {
  [class*='gmcol-'] {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.gm-menu-installed .gm-menu {
  line-height: 1.4;
}

body.gm-menu-installed .gm-menu.gm-menu-mobile .gm-item .gm-image .gm-jc-center {
  text-align: center !important;
}

.gm-product-atc input.gm-btn-atc {
  padding: 7px 15px;
  line-height: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  border: none !important;
  border-radius: 2px !important;
}

.gm-transition-fade .gm-item>.gm-submenu {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.gm-transition-shiftup .gm-item>.gm-submenu {
  margin-top: 20px;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: margin-top, opacity, visibility;
  transition-property: margin-top, opacity, visibility;
}

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

/* img {
  max-width: 100%;
  height: auto;
} */

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  /* font-size: 16px; */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.pricing.pricing-popup {
  margin: -20px;
  width: auto;
}

.pricing.pricing-popup .pricing-action {
  padding: 16px 20px;
}

.gm-editor {
  min-height: 44px;
}

svg#next-chevron-down {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 5px;
  fill: currentColor;
}

i.fa.fa-mobile {
  font-size: 18px;
}

.color-preview span {
  width: 40px;
  height: 24px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.color-preview-inside {
  width: 2.25rem;
  height: 2.25rem;
  background: repeating-conic-gradient(var(--p-color-bg-surface) 0 25%,
      var(--p-color-bg-surface-secondary) 0 50%) 50% / var(--p-space-200) var(--p-space-200);
  border-radius: var(--p-border-radius-100);
  box-shadow: inset 0 0 0 0.0625rem rgba(0, 0, 0, 0.19);
}

.color-preview-inside>div {
  width: 100%;
  height: 100%;
  box-shadow: inherit;
  border-radius: inherit;
}

.color-preview {
  /* background: white url(../images/checkerboard-pattern.svg) 0/10px 10px !important; */
}

a {
  color: #ffffff;
  text-decoration: none;
}

.blockList #contact {
  min-width: 50%;
}

.app-container {
  width: 100%;
  height: 100%;
  background: white;
}

.editor i+i {
  border-left: 1px solid;
}

.top-bar {
  display: flex;
  position: fixed;
  z-index: 5;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(28, 32, 34);
  color: rgb(204, 204, 204);
  /* height: 50px; */
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  flex: 0 0 50px;
  border-bottom: 1px solid rgb(17, 21, 24);
}

.main-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
}

.editor-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.editor-container-inner {
  display: flex;
  flex: 1 1 0%;
  height: 100%;
  position: absolute;
  outline: none;
  overflow: visible;
  user-select: text;
  flex-direction: row;
  left: 0px;
  right: 0px;
}

.settings-container {
  visibility: hidden;
  flex: 0 0 0;
  position: relative;
  outline: none;
  width: 320px;
  box-shadow:
    0 31px 41px 0 rgba(32, 42, 53, 0.2),
    0 2px 16px 0 rgba(32, 42, 54, 0.08);
  overflow: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.64, 0, 0.35, 1);
  -moz-transition: all 250ms cubic-bezier(0.64, 0, 0.35, 1);
  -o-transition: all 250ms cubic-bezier(0.64, 0, 0.35, 1);
  transition: all 250ms cubic-bezier(0.64, 0, 0.35, 1);
  z-index: 1;
}

.settings-container-enter {
  visibility: visible;
  flex: 0 0 320;
  width: 320px;
  z-index: 2;
}

.settings-container-enter-done {
  visibility: visible;
  flex: 0 0 320px;
  width: 320px;
  z-index: 2;
}

.settings-container-exit {
  visibility: visible;
  flex: 0 0 320px;
  width: 320px;
  z-index: 1;
}

.settings-container-exit-done {
  visibility: hidden;
  flex: 0 0 0;
  width: 0;
  z-index: 1;
}

.menu-container {
  height: 100%;
  flex: 1 1 0%;
  position: relative;
  outline: none;
  display: flex;
  flex-direction: column;
  background-color: #9dadc1;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 13px 13px;
  background-position: 6px 6px;
}

ul.gm-menu {
  max-width: 1200px;
  margin: 0 auto !important;
}

.top-column {
  display: flex;
  height: 100%;
  z-index: 1;
  align-items: center;
}

ul.main-menu {
  display: flex;
  height: 100%;
  z-index: 1;
  list-style: none;
  align-items: center;
}

ul.main-menu li a,
ul.main-menu li button {
  align-items: center;
  box-sizing: border-box;
  padding: 4px 12px;
  cursor: pointer;
  -webkit-app-region: no-drag;
  zoom: 1;
  white-space: nowrap;
  border-radius: 2px;
  color: #cccccc;
  text-decoration: none;
  background: none;
  border: none;
  font-size: 14px;
}

ul.main-menu li a:hover,
ul.main-menu li button:hover {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}

ul.main-menu li ul {
  position: absolute;
  display: none;
  background: rgb(28, 32, 34);
  padding-top: 15px;
  border-radius: 3px;
  padding-bottom: 5px;
}

.fullScreenBtn {
  margin-left: 0.5rem !important;
}

a#logo {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 50px;
  width: 65px;
  flex: 0 0 65px;
  margin-right: 0.75rem;
  color: rgb(224, 224, 224);
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  text-decoration: none;
}

a#logo img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  border-radius: 2px;
}

.status-column button.ui-button {
  background: none;
  border: none;
  height: 26px;
  width: 30px;
  color: #cccccc;
  border-top: 3px solid transparent;
  cursor: pointer;
  outline: none;
}

.status-column button.ui-button.active {
  border-color: #cccccc;
}

.top-column button.ui-button {
  background: none;
  border: none;
  height: 50px;
  width: 40px;
  color: #cccccc;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  outline: none;
}

ul.gm-menu.gm-menu-mobile {
  max-width: 480px;
}

.top-column button.ui-button.active {
  border-color: #cccccc;
}

button.ui-button:hover {
  color: #fff;
}

span.shop {
  display: block;
  line-height: 1.4;
  font-weight: normal;
  color: #ccc;
}

.user-info {
  line-height: 1.2;
  padding-right: 15px;
  color: #fff;
  font-weight: bold;
  display: flex;
}

.user-info>*+* {
  margin-left: 0;
}

.LanguagePicker {
  margin-left: 8px;
}

.mode-selector {
  display: flex;
  align-items: center;
  padding-right: 8px;
  border-right: 1px solid #000;
}

.mode-selector label {
  margin-right: 5px;
}

.sidebar ul {
  width: 100%;
}

.sidebar button {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 45px;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: none;
  border: none;
  padding: 10px 0;
  outline-color: transparent;
}

.sidebar button:hover,
.sidebar button.active {
  background-color: #000;
}

.sidebar ul li {
  list-style: none;
}

.sidebar button>span+span {
  display: block;
  margin-top: 5px;
}

.sidebar button:hover span {
  color: #ffffff;
}

.settings-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 1px solid #dfe3e8;
  width: 320px;
}

.settings-header {
  align-items: center;
  border-bottom: 1px solid rgb(223, 227, 232);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px 15px 40px;
  position: relative;
}

.settings-footer {
  align-items: center;
  border-top: 1px solid rgb(223, 227, 232);
  display: flex;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}

.settings-body {
  padding: 1rem;
  height: 100%;
  overflow-y: auto;
  background: #f9fafb;
}

.settings-header h2 {
  flex: 1 1 auto;
  text-align: center;
}

.settings-header button {
  background: none;
  border: none;
  left: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  color: #454f5b;
  cursor: pointer;
}

.settings-header button span {
  width: 20px;
  height: 20px;
}

.gm-target,
.gm-editor {
  position: relative;
}

.editor {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

.gm-tab-links>li>a>.editor {
  /*top: 50%;*/
  /*margin-top: -10px*/
}

.gm-products-carousel .editor {
  top: 12px;
  right: 60px;
}

.gm-products-carousel.no-heading .editor {
  top: 12px;
  right: 0;
}

.gm-single-product .editor,
.gm-image .editor {
  top: 12px;
}

.gm-collections .editor,
.gm-products-grid .editor,
.gm-products-list .editor {
  top: 12px;
  right: 12px;
}

.gm-links .editor,
.gm-html .editor,
.gm-contact .editor {
  top: 12px;
  right: 0;
}

.gm-links>.editor+.gm-item .editor {
  display: none !important;
}

.gm-links .gm-item .editor {
  top: 50%;
  transform: translate(0, -50%);
}

.is-dragging>.gm-target>.editor,
.is-dragging>.gm-editor>.editor,
body:not(.onSorting) .gm-target:hover>.editor,
body:not(.onSorting) .gm-editor:hover>.editor {
  display: flex;
}

.gm-level-0.is-dragging {
  z-index: 9;
}

.sortable-fallback>.gm-submenu {
  display: none !important;
}

.fa-action {
  color: #ffffff !important;
  float: left;
  padding: 4px;
  z-index: 99;
  cursor: pointer;
  font-size: 12px !important;
  width: 20px;
  text-align: center;
}

i.fa-action.fa.fa-pencil {
  background-color: #00a65a;
}

i.fa-action.fa.fa-trash {
  background: #dd4b39;
}

label.uploadBtn input {
  display: none;
}

label.uploadBtn>span {
  display: flex;
  align-items: center;
}

label.uploadBtn {
  border: 1px solid #c4cdd5;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 rgba(99, 115, 129, 0.05);
  display: block;
  height: 36px;
  padding: 8px;
}

span.previewIcon {
  display: block;
  line-height: 1;
  font-size: 24px;
  min-width: 24px;
  text-align: center;
}

.widthPicker {
  display: flex;
  justify-content: space-between;
}

.widthNumber {
  flex: 1 1 auto;
  display: flex;
}

.widthPicker input {
  display: none;
}

.widthPicker label {
  border: 1px solid #c4cdd5;
  text-align: center;
  cursor: pointer;
  border-left: none;
  padding: 0 3px;
  background-color: white;
  box-shadow: inset 0 1px 0 0 rgba(99, 115, 129, 0.05);
  min-height: 36px;
  line-height: 34px;
}

.widthNumber label {
  flex: 1 1 8.33333333%;
}

.widthPicker>label {
  border-left: 1px solid #c4cdd5;
  border-radius: 3px 0 0 3px;
}

.widthNumber label:last-child {
  border-radius: 0 3px 3px 0;
}

[data-lock-scrolling] {
  overflow: hidden !important;
}

.loading {
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.flex-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.loading img {
  display: block;
  margin: 0 auto;
  width: 50px;
}

.flex-content>* {
  width: 100%;
}

.loadingBox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.ui-stack.ui-stack--wrap.ui-stack--vertical.type--centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.gm-menu>.gm-level-0>a {
  height: 100%;
}

.gm-menu.gm-menu-mobile>.gm-level-0>a {
  height: auto;
}

.templateList {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.templateList .template {
  flex: 1 1 50%;
  padding: 15px;
  max-width: 50%;
}

.template,
.block {
  border: var(--p-border-width-050) solid var(--p-color-border);
  border-radius: var(--p-border-radius-200);
  overflow: hidden;
}

.template:not(.disabled):hover,
.block:not(.disabled):hover {
  border: var(--p-border-width-050) solid var(--p-color-border-emphasis-active);
  box-shadow: var(--p-shadow-300);
}

.templateList .template#special-1 {
  flex: 1 1 100%;
  padding: 15px;
  max-width: 100%;
}

.template-overlay,
.block-overlay {
  display: flex;
  justify-content: end;
  position: absolute;
  inset: 0;
  z-index: var(--p-z-index-2);
  background-color: rgba(241, 241, 241, 0.5);
  cursor: not-allowed;
}

.template-inner,
.block-inner {
  position: relative;
  background: #ffffff;
  box-shadow:
    0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
  cursor: pointer;
  /* border: 3px solid #fff; */
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 36px;
  background: #ffffff;
}

.template-inner:hover,
.block-inner:hover {
  /* border-color: #f57a02; */
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
}

.template-inner img,
.block-inner img {
  width: 100%;
  display: block;
}

.template-inner>div,
.block-inner>div {
  text-align: center;
  display: grid;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.addMultiItems {
  padding: 0;
}

span.count-badge {
  color: #108043;
}

.gm-target {
  cursor: pointer;
}

.group {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfe3e8;
}

.videoFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tutorials {
  background: #f9f9f9;
  margin: 0;
  display: block;
  padding-top: 20px;
}

.videoFrame {
  position: relative;
}

.videoFrame:after {
  display: block;
  content: '';
  padding-top: 56%;
  margin-bottom: 12px;
}

.videoTitle {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.addBlocks {
  position: relative;
  padding: 12px !important;
  display: flex;
}

.addBlockZone {
  border: var(--p-border-width-025) dashed transparent;
  border-radius: var(--p-border-radius-200);
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  border-width: var(--p-border-width-0165);
  border-color: var(--p-color-input-border);
  background: var(--p-color-input-bg-surface);
  box-shadow: none;
  padding: var(--p-space-300);
  text-align: center;
  display: flex;
}

.gm-menu-installed .gm-menu .addSubmenu {
  border: var(--p-border-width-025) dashed transparent;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  border-width: var(--p-border-width-0165);
  border-color: var(--p-color-input-border);
  background: var(--p-color-input-bg-surface);
  box-shadow: none;
  padding: var(--p-space-300) !important;
  text-align: center;
  display: flex;
}

.gm-menu-installed .gm-menu .addSubmenu .gm-text {
  white-space: nowrap;
}

.addBlocks .addBlockZone:hover,
.gm-menu-installed .gm-menu .addSubmenu:hover {
  cursor: pointer;
  background-color: var(--p-color-input-bg-surface-hover);
}

.videos {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}

.videos .video {
  flex: 1 1 50%;
  padding: 10px;
  max-width: 50%;
}

/* .addBlocks{
opacity: 0.5
}
.gm-group:hover > .addBlocks,
.gm-tab-panel:hover > .addBlocks,
.gm-grid:hover > .addBlocks
{
opacity: 1
} */

.menu-live-edit-container {
  overflow: auto;
  flex: 1 1 auto;
}

.menu-live-edit-container-scroll {
  padding: 3.5rem 2rem 2rem;
  min-height: 100%;
  position: relative;
}

@media (max-width: 30.6225em) {
  .menu-live-edit-container-scroll {
    padding: 1rem 1rem 1rem;
  }
}

.owl-carousel.owl-hidden {
  height: 0;
  overflow: hidden;
}

.blocks-container {
  visibility: visible;
  flex: 0 0 0;
  position: relative;
  outline: none;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.64, 0, 0.35, 1);
  -moz-transition: all 300ms cubic-bezier(0.64, 0, 0.35, 1);
  -o-transition: all 300ms cubic-bezier(0.64, 0, 0.35, 1);
  transition: all 300ms cubic-bezier(0.64, 0, 0.35, 1);
}

.blocks-container.active {
  visibility: visible;
  flex: 0 0 300px;
}

.gm-level-0 .gm-menu:not(.gm-menu-mobile) .gm-submenu {
  margin-bottom: 40px;
}

body>li,
body>li ul {
  list-style: none;
}

.fa-action.fas.fa-arrows-alt-h {
  position: absolute;
  right: 40px;
  background: #4c6ef5;
}

body>li>.gm-submenu {
  display: none !important;
}

.onSortTab>.gm-item .gm-target {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

.onSortingTop .gm-submenu,
.onSorting>.gm-item>.gm-submenu.gm-dropdown {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden;
}

body>.gm-item {
  position: fixed !important;
}

button.icon-inner {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 20px;
  background: var(--p-color-bg-surface-secondary);
  border: none;
  border-radius: var(--p-border-radius-100);
}

button.icon-inner:hover {
  background-color: var(--p-color-bg-surface-secondary-hover);
}

.iconList {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 4px;
  /* max-width: 265px; */
  padding: 0;
}

.icon-inner {
  cursor: pointer;
}

.menu-live-edit-container .fa-align {
  background: #5c6ac4;
}

.menu-live-edit-container .fa-arrows {
  background: #ffa83e;
}

.menu-live-edit-container i.fa-action.fa.fa-clone {
  background: #0079bf;
}

.gm-dropdown>.alignment {
  width: 100%;
  display: flex;
  justify-content: stretch;
}

.gm-submenu:hover>.alignment {
  display: flex;
}

.alignment i {
  flex: 1 1 33.333333%;
}

.alignment i+i {
  border-left: 1px solid #fff;
}

.gm-tab-links {
  position: relative;
}

.gm-tabs-left>.gm-tab-links>.alignment,
.gm-tabs-right>.gm-tab-links>.alignment {
  left: 0;
  right: auto;
  flex-wrap: wrap;
  flex-direction: column;
}

.gm-tabs-left>.gm-tab-links>.alignment i,
.gm-tabs-right>.gm-tab-links>.alignment i {
  transform: rotate(90deg);
  border-left: 0;
  border-bottom: 1px solid #fff;
}

.gm-menu-installed .gm-menu ul.gm-links {
  display: grid;
  grid-template-columns: repeat(var(--columns, 1), 1fr);
  column-gap: 10px;
}

.gm-menu-installed .gm-menu ul.gm-links>.gm-item.gm-heading {
  grid-column: span var(--columns, 1);
}

.gm-menu-installed .gm-menu.gm-menu-mobile ul.gm-links {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 10px;
}

.gm-menu-installed .gm-menu.gm-menu-mobile ul.gm-links>.gm-item.gm-heading {
  grid-column-start: 1;
  grid-column-end: 1;
}

@media (max-width: 767px) {
  .gm-menu-installed .gm-menu ul.gm-links {
    grid-template-columns: 1fr;
  }

  .gm-menu-installed .gm-menu ul.gm-links>.gm-item.gm-heading {
    grid-column: span 1;
  }
}

.gm-group.gm-editor {
  min-height: 100%;
  position: relative;
}

.fixToogleOverflow {
  padding-top: 20px;
}

.tabActions {
  display: flex;
}

.createItem .gm-target {
  display: flex !important;
}

.gm-menu-installed .tabActions>a.gm-target {
  flex: 1 1 33.333333%;
  max-width: 33.333333%;
  justify-content: center;
  padding: 8px 16px !important;
}

.gm-menu-installed .tabActions>a .gm-text {
  display: none;
}

.gm-menu-installed .tabActions>a.gm-target svg {
  fill: #ffffff !important;
}

.gm-menu-installed .tabActions>a.gm-target+a.gm-target {
  border-left: 1px solid #fff;
}

a.gm-target.tabAdd,
a.gm-target.tabRemove,
a.gm-target.tabConfig {
  background: #5c6ac4;
}

a.gm-target.tabAdd:hover {
  background: #00a65a;
}

a.gm-target.tabRemove:hover {
  background: #dd4b39;
}

a.gm-target.tabConfig:hover {
  background: #0079bf;
}

.gm-group.gm-editor:after {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px dashed #919eab;
  border-radius: 3px;
  opacity: 0.3;
  z-index: -1;
}

.gm-submenu .gm-group>.editor {
  left: 6px;
  bottom: 6px;
  right: auto;
  top: auto;
}

.gm-submenu .gm-group.gm-editor:before {
  left: 3px;
  top: 0;
  right: 3px;
  bottom: 3px;
}

.status-bar-wrapper {
  background-color: rgb(28, 32, 34);
}

.status-bar {
  display: flex;
  z-index: 5;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(204, 204, 204);
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  line-height: 1.4;
  font-weight: normal;
  color: #ccc;
}

.status-column {
  padding: 0 8px;
  font-size: 12px;
}

.status-bar .status-column {
  display: flex;
}

.status-column span {
  display: block;
  margin: 0 3px;
}

.toggle {
  min-width: 138px;
  min-height: 28px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.toggle-group {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  transition: left 200ms cubic-bezier(0.64, 0, 0.35, 1);
  -webkit-transition: left 200ms cubic-bezier(0.64, 0, 0.35, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 266px;
}

.toggle input:checked+.toggle-group {
  left: -123px;
}

.toggle input[type='checkbox'] {
  display: none;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  border: 0;
  border-radius: 4px 0 0 4px;
  padding-right: 10px;
  padding-left: 4px;
  width: 133px;
  background-color: #b4e1fa;
  color: #3e4e57;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
  pointer-events: none;
  box-shadow:
    0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  padding-left: 10px;
  padding-right: 7px;
  margin: 0;
  border: 0;
  border-radius: 0 4px 4px 0;
  width: 133px;
  background-color: #bbe5b3;
  color: #414f3e;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 20px;
  display: block;
  background: #fff;
  border-radius: 4px;
}

.toggle-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 1.30px; */
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
}

.toggle-handle:before {
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  position: absolute;
  left: 7px;
  top: 15%;
  background: #e2e2e2;
}

.toggle-handle:after {
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  position: absolute;
  left: 13px;
  top: 15%;
  background: #e2e2e2;
}

.status-toggle .toggle {
  min-width: 90px;
}

.status-toggle .toggle-btn {
  width: 86px;
}

.font-picker__preview-font.js-font-picker-preview {
  background: #f4f6f8;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px 16px;
}

.checkbox-inline.status-toggle .toggle-group {
  width: 168px;
}

.resource-picker__title.font-picker__title.font-select {
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 4px 0;
}

.checkbox-inline.status-toggle .toggle input:checked+.toggle-group {
  left: -73px;
}

.checkbox-inline.status-toggle .toggle-btn.toggle-on {
  background: #dfe3e8;
  color: #454f5b;
}

.settings-header button {
  outline: none;
}

body:not(.onSorting) .gm-no-submenu:hover .gm-submenu {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 99999 !important;
}

.top-column.back-button {
  padding-right: 20px;
}

.top-column.back-button a {
  color: #333333;
}

.resource-picker__title.font-picker__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 1.25;
  margin: 8px 0;
}

#chatra {
  right: auto !important;
  left: 20px !important;
  bottom: 20px !important;
  z-index: 500 !important;
}

.color-wrapper {
  position: relative;
}

.color-inner {
  display: flex;
}

.color-preview {
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  width: 40px;
  height: 24px;
}

p.fontpicker-label {
  margin-bottom: 4px;
}

#font-picker {
  width: 100%;
  box-shadow: none;
}

#font-picker .dropdown-button {
  background: #fff;
  border: 1px solid #c4cdd5;
  border-radius: 3px;
}

#font-picker .font-list {
  z-index: 50;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

#font-picker .dropdown-icon.finished::before {
  display: block;
  width: 0;
  height: 0;
  margin: 0 2px;
  border-top: 6px solid #637381;
}

.mobile-plan {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.plan-tabs {
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}

.plan-tabs li {
  border-left: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
}

.plan-tabs__tab {
  display: block;
  width: 100%;
  padding: 1.25em 1em;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background: none;
  cursor: pointer;
}

.plan-tabs li:first-child .plan-tabs__tab {
  border-bottom: 0;
}

.plan-tabs li:last-child .plan-tabs__tab {
  border-top: 0;
}

.pricing {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
  /* color: #637381; */
}

.pricing-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.pricing-table thead th {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-table th {
  background-color: #f4f6f8;
  font-weight: 400;
}

.pricing-table tbody tr:hover {
  background-color: #f4f6f8;
}

.pricing-table tbody th,
.pricing-table tbody td {
  text-align: left;
}

.pricing-table th,
.pricing-table td {
  padding: 10px 15px;
  border: 1px solid #dfe3e8;
}

.h4 {
  display: block;
  color: #212b35;
  font-size: 16px;
  line-height: 1.222;
  font-weight: 700;
}

.h5 {
  display: block;
  color: #212b35;
  font-size: 14px;
  line-height: 1.222;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.monthly-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.text-minor {
  font-size: 1em;
}

.monthly-price .monthly-price__currency {
  padding-top: 0.2em;
  padding-right: 4px;
  align-self: flex-start;
}

.monthly-price .monthly-price__currency,
.monthly-price .monthly-price__billing-period,
.monthly-price .monthly-price__price {
  display: inline-block;
  line-height: 1;
}

.pricing-table .price {
  font-size: 35px;
  font-weight: 700;
  color: #212b35;
  white-space: nowrap;
}

.pricing-table .price sup,
.pricing-table .price .price__number {
  display: inline-block;
  vertical-align: top;
}

.monthly-price__price sup {
  padding-right: 3px;
  margin-top: 0.3em;
  font-size: 0.3em;
}

.pricing-table tbody td {
  width: 16.6666666667%;
}

.pricing-table tbody td.feature-label {
  width: 28%;
}

.pricing-table tbody td.pricing-action {
  text-align: center;
}

.pricing-table tbody td.feature-value {
  text-align: center;
}

.verticalTabs {
  display: flex;
  overflow: hidden;
  background-color: #f4f6f8;
  box-shadow:
    0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius: 3px;
}

.verticalTabs-Links {
  flex: 1 1 220px;
}

.verticalTabs-Contents {
  flex: 1 1 100%;
  background: #ffffff;
}

.verticalTabs-Links ul li {
  list-style: none;
  position: relative;
}

.verticalTabs-Links ul li button {
  background: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: normal;
  color: #637381;
  position: relative;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 20px 16px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border-top: 1px solid #dfe3e8;
  border-bottom: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
  border-left: 0.3px solid transparent;
  margin: 0 0 -1px;
}

.verticalTabs-Content iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.verticalTabs-Links ul li button.active {
  background: #fff;
  border-right: none;
  border-left: 0.3px solid #5c6ac4;
}

.verticalTabs-Content {
  position: relative;
}

.verticalTabs-Content:after {
  content: '';
  display: block;
  padding-top: 56.11%;
}

.tutorialsContent {
  margin: 0 auto;
  max-width: 998px;
  padding: 32px;
}

ul.main-menu li:hover ul {
  display: block;
}

ul.main-menu li ul li {
  list-style: none;
  display: block;
}

ul.main-menu li ul li a {
  display: block;
}

ul.main-menu li .pricingBtn {
  background: #ff7500;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 7px 12px;
}

ul.main-menu li .pricingBtn:hover {
  background: #ff5a00;
}

.Plan-Heading {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 25px;
}

.pricing.pricing-popup2 {
  margin: 16px -20px -20px -20px;
  width: auto;
}

.pricing.pricing-popup2 .pricing-table td {
  border-bottom: 0;
}

.limitedFeatures,
.limitedItems {
  background: #fdf7e3;
}

.ui-app-card__context {
  display: none;
}

#globoRecommendApps {
  width: 100%;
  left: 0;
  margin: 0 auto;
}

#globoRecommendApps.hidden {
  display: none;
}

#globoRecommendApps.disabled {
  opacity: 0.2;
}

.globoRecommendApp--card .globoRecommendApp--card_icon {
  position: absolute;
  right: 0;
}

.build-for-shopify-badge {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  background: rgb(224 240 255);
  padding: 1px 8px;
  font-size: 12px;
  align-self: start;
  border-radius: 4px;
  gap: 4px;
  flex-wrap: nowrap;
  line-height: 1.45;
}

.build-for-shopify-badge span {
  white-space: nowrap;
}

.globoRecommendApp--card_rating {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.45;
}

.globoRecommendApp--card_rating svg {
  margin-top: -2px;
}

.ui-app-card {
  display: flex;
}

.ui-app-card__icon-container {
  flex: 0 0 60px;
}

.ui-app-card__details {
  flex: 1 1 auto;
  padding-left: 15px;
}

.ui-star-rating__icon svg {
  fill: #fdd991;
}

.ui-star-rating.ui-star-rating--active {
  display: flex;
}

.ui-star-rating__icon-set {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

h4.ui-app-card__name {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-bottom: 0.5em;
  color: #212b35;
  line-height: 1.2;
  margin: 0;
}

.ui-app-card__context {
  color: #454f5b;
  line-height: 1.25;
  padding: 0.125em 0;
  font-size: 0.875em;
  margin-top: 0.3125em;
}

p.ui-app-card__description {
  color: #637381;
  cursor: pointer;
  grid-area: tagline;
  margin: 6px 0 7px;
  line-height: 1.2;
  font-size: 0.9em;
}

.grid__item {
  flex: 1 1 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.ui-app-card__icon-container {
  flex: 0 0 3rem;
}

.ui-app-card__review {
  margin: 4px 0 0;
  font-size: 0.875em;
  color: #454f5b;
}

span.ui-review-count-summary {
  color: #637381;
}

.ui-star-rating__rating {
  margin-right: 0.25em;
}

.ui-app-card__icon-container img {
  border-radius: 5px;
  overflow: hidden;
}

#globoRecommendAppsToggle {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 40px;
  height: 35px;
  background: #fff;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#globoRecommendAppsToggle svg {
  width: 16px;
}

.pricing.pricing-popup2 .monthly-price {
  padding: 0;
}

div#fc_frame {
  bottom: 0 !important;
  left: 0;
  right: auto !important;
}

/* Modal Review */
@-webkit-keyframes shake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

.img-congrats {
  width: 70%;
  display: inline-block;
}

.txt-submission {
  padding: 10px 0;
  font-weight: 500;
}

.RemoveWaterMarkModal {
  background: #4a4a4a80 !important;
}

.RemoveWaterMarkModal .tingle-modal-box {
  width: 400px;
}

.RemoveWaterMarkModal .tingle-modal-box img {
  width: 100%;
}

.RemoveWaterMarkModal .tingle-modal-box__content {
  padding: 15px;
  text-align: center;
}

.RemoveWaterMarkModal .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 11px;
  color: #212529;
}

.RemoveWaterMarkModal .btn.btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#6371c7), to(#5563c1));
  background: linear-gradient(to bottom, #6371c7, #5563c1);
  border-color: #3f4eae;
  box-shadow:
    inset 0 1px 0 0 #6774c8,
    0 1px 0 0 rgba(22, 29, 37, 0.05),
    0 0 0 0 transparent;
  color: white;
  font-size: 14px;
  border: 1px solid transparent;
  padding: 0.475px 0.75px;
  line-height: 1.5;
  border-radius: 0.25px;
  -webkit-animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.status-column button.ui-button svg {
  width: 16px;
  height: 16px;
}

.status-column button.ui-button svg.smaller {
  width: 13px;
}

.RemoveWaterMarkModal .tingle-modal-box__footer {
  background-color: transparent;
}

.tingle-modal:before {
  display: none;
}

.experience-review {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

#primary-experience-review {
  background: -webkit-gradient(linear, left top, left bottom, from(#6371c7), to(#5563c1));
  background: linear-gradient(to bottom, #6371c7, #5563c1);
  border-color: #3f4eae;
  box-shadow:
    inset 0 1px 0 0 #6774c8,
    0 1px 0 0 rgba(22, 29, 37, 0.05),
    0 0 0 0 transparent;
  color: white;
  -webkit-animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.experience-review.disabled {
  opacity: 0.2;
}

.gm-flag {
  display: flex;
}

.gm-flag img {
  width: 20px;
  margin-right: 10px;
}

.gm-flag-icon {
  position: relative;
  top: 2px;
}

.carousel-root {
  display: flex;
}

.carousel {
  width: auto !important;
}

.thumbs-wrapper.axis-vertical {
  display: none !important;
}

body #globoRecommendAppsContent.ads-width-thumb .grid__item {
  flex: 1 1 33%;
  padding: 15px;
}

#globoRecommendAppsContent.ads-width-thumb .ui-app-card {
  padding: 15px;
  box-shadow: 2px 1px 16px 3px #ccc;
}

#globoRecommendAppsContent.ads-width-thumb .ui-app-card .ui-app-card__details h4.ui-app-card__name {
  font-size: 1em;
}

#globoRecommendAppsContent.ads-width-thumb ul.control-dots li.dot {
  margin: 0 4px !important;
}

#globoRecommendAppsContent.ads-width-thumb .ui-app-info {
  padding: 15px 10px;
  box-shadow: 2px 1px 16px 3px #ccc;
}

#globoRecommendAppsContent.ads-width-thumb .ui-app-info__title {
  margin-bottom: 15px;
}

#globoRecommendAppsContent.ads-width-thumb .ui-app-info__title span.ui-app-info__text {
  font-size: 1em;
  font-weight: 600;
}

#globoRecommendAppsContent.ads-width-thumb .ui-app-info__review {
  margin-bottom: 15px;
}

#globoRecommendAppsContent.ads-width-thumb .ui-app-info__trial {
  font-size: 1em;
  font-weight: 500;
}

#globoRecommendAppsContent.ads-width-thumb .ui-app-info__title a.ui-app-info__target {
  color: #000 !important;
}

#globoRecommendAppsContent.ads-width-thumb p.carousel-status {
  display: none !important;
}

li.slide>a {
  display: block;
  height: 100%;
}

.pricing .tag-icon-discount svg {
  display: block;
}

.pricing .tag-icon-discount {
  margin-right: 10px;
}

.discount-wrapper {
  position: relative;
  right: 25px;
}

.discount-wrapper {
  display: flex;
}

.pricing.pricing-header {
  padding: 40px 0;
  margin-bottom: 0 !important;
  border-top: 1px solid #dfe3e8;
  border-left: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
}

.discount-code {
  font-weight: 600;
}

span.price__number-old {
  font-size: 22px;
  text-decoration: line-through;
  padding: 0 5px;
}

.info-When-Publish__Button-Wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.reactour__helper.reactour__helper--is-open {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  max-width: 420px !important;
  padding: 32px 36px !important;
  /* text-align: center; */
}

button.reactour__dot {
  width: 6px !important;
  height: 6px !important;
}

.Cre_Tour div[data-tour-elem='controls'] button[data-tour-elem='right-arrow'] {
  opacity: 0;
  visibility: hidden;
}

.Multi_Tour div[data-tour-elem='controls'] button[data-tour-elem='right-arrow'] {
  display: none;
}

.Multi_Tour button.btn_next[data-tour-elem='right-arrow'] {
  position: absolute;
  right: 36px;
  bottom: 32px;
  width: 16px;
  height: 12px;
  display: block;
  padding: 0px;
  border: 0px;
  background: none;
  font-size: 0px;
  cursor: pointer;
  color: rgb(100, 100, 100);
  margin-right: 24px;
}

.Multi_Tour button.btn_next[data-tour-elem='right-arrow']:hover {
  color: #000;
}

.Multi_Tour div[data-tour-elem='controls'] button[data-tour-elem='left-arrow'] {
  position: absolute;
  left: 36px;
}

p.SMP__text-info {
  font-size: 13px !important;
}

.Step-Guide-Wrapper__heading {
  text-align: center;
}

.Step-Guide-Wrapper__heading h3 {
  font-size: 1.17em !important;
  font-weight: bold !important;
}

.Step-Guide-Wrapper__body {
  text-align: center;
  margin-top: 10px;
}

.Step-Guide-Wrapper__footer {
  text-align: center;
  margin-top: 10px;
}

.Text-Steps {
  min-width: 250px;
}

.reactour__helper.First-Time button[data-tour-elem='left-arrow'],
.reactour__helper.First-Time button[data-tour-elem='right-arrow'] {
  display: none !important;
}

.Step-Guide-Wrapper__fBlock {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .top-bar .top-column ul.main-menu.desktop {
    display: none !important;
  }

  body .top-column:nth-child(2) {
    display: none !important;
  }

  body .top-column:nth-child(3) {
    width: 100%;
    justify-content: space-between;
  }

  body .top-column:nth-child(3) ul.main-menu.mobile>li>ul {
    right: 0;
    top: 100%;
  }

  body .top-column:nth-child(3) ul.main-menu.mobile>li>ul.active {
    display: block !important;
  }

  body .top-column:nth-child(3) ul.main-menu.mobile>li>ul {
    display: none;
  }

  body .top-column:nth-child(3) ul.main-menu.mobile>li>ul>li {
    text-align: right;
  }

  body .top-column:nth-child(3) ul.main-menu.mobile {
    margin-right: 10px;
  }
}

@media (min-width: 769px) {
  .top-bar .top-column ul.main-menu.mobile {
    display: none !important;
  }
}

.policy-review-faqs__item {
  margin-top: 20px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

body.gm-menu-installed .gm-menu.gm-menu-mobile .gm-item .gm-image .gm-jc-center {
  text-align: center !important;
}

a {
  cursor: pointer;
}

/* QA_update */

.gm-product-atc input.gm-btn-atc {
  padding: 7px 15px;
  line-height: 16px;
  color: #fff;
  background-color: #000;
  border: 1px solid #ccc;
  cursor: pointer;
}

.gm-product-atc input.gm-btn-atc:hover {
  background: #f0f0f0;
  color: #4cc6d9;
}

body .pricing tr:hover {
  background-color: unset !important;
}

body .personalSevice {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #f3f3f3;
  border-radius: 10px;
}

body .personalSevice .description {
  flex: 0 0 75%;
}

body .personalSevice .detail__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 33% !important;
  align-items: center;
  justify-content: center;
}

body .personalSevice .info {
  margin-bottom: 20px;
}

body .personalSevice .detail__item span {
  text-align: center;
}

body .personalSevice .detail__item img {
  width: 60px !important;
  margin-bottom: 15px;
}

body .personalSevice .detail {
  display: flex;
  justify-content: space-around;
}

body .personalSevice .price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

body .personalSevice .price>span {
  font-size: 50px;
  font-weight: bold;
  margin-top: 50px;
}

body .personalSevice .price>button {
  width: 80% !important;
}

body .personalSevice .price__action {
  display: flex;
  flex-direction: column;
  width: 85%;
  text-align: center;
}

body .BuildMenuBtn>button {
  -webkit-animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translateZ(0);
  border-radius: 100px;
  padding: 15px;
}

.modal-opened .crisp-client {
  /* display: none !important; */
}

.hide-chat-bubble .crisp-client {
  display: none !important;
}

#crisp-chatbox [data-visible='false']~a,
#crisp-chatbox a[data-maximized='false'],
#crisp-chatbox [data-hidden='false']~div {
  /* display: none !important */
}

ul#helpMenu {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 99;
  background-color: var(--p-color-bg-surface);
  border-radius: var(--p-border-radius-500);
  box-shadow: var(--p-shadow-bevel-100);
  padding: var(--p-space-200) var(--p-space-100);
  list-style: none;
}

ul#helpMenu button {
  background: none;
  border: none;
  display: flex;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
}

ul#helpMenu button:hover svg {
  fill: var(--p-color-border-focus);
}

ul#helpMenu button:hover {
  border: 1px solid #ccc;
}

.feedback>div,
.feedback>div>div {
  width: 100%;
  height: 100%;
}

div.functionButtonGroup {
  background: #f1f1f1;
  align-items: center;
  border-radius: var(--p-border-radius-200);
  display: flex;
  gap: var(--p-space-025);
  margin: 0;
  padding: var(--p-space-050);
  box-shadow: var(--p-shadow-border-inset);
}

div.functionButtonGroup button {
  background: none;
  border: none;
  box-shadow: none;
  display: flex;
}

div.functionButtonGroup button:hover {
  background-color: var(--p-color-bg-surface-secondary);
}

.sidebarMainLoading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-icon {
  border-radius: var(--p-border-radius-050);
  overflow: hidden;
}

.choice-layout .AppLegacy-RadioButton__ChoiceLabel {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: block;
  border-radius: var(--p-border-radius-200);
  cursor: pointer;
}

.choice-layout .AppLegacy-RadioButton__ChoiceLabel img {
  display: block;
}

.choice-layout .AppLegacy-RadioButton__ChoiceLabel:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.choice-layout .AppLegacy-RadioButton__ChoiceLabel img {
  position: absolute;
  top: 4%;
  left: auto;
  right: 4%;
  bottom: 10px;
  object-fit: contain;
  width: auto;
  height: 92%;
  border-radius: 5px;
  overflow: hidden;
}

.choice-layout .AppLegacy-RadioButton__ChoiceLabel.desktopPosition img {
  position: absolute;
  top: auto;
  left: 4%;
  right: 4%;
  bottom: 4%;
  object-fit: contain;
  width: 92%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.choice-layout .AppLegacy-Choice__Control {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}

.choice-layout {
  border: var(--p-border-width-0165) solid var(--p-color-icon-disabled);
  border-radius: var(--p-border-radius-200);
}

.choice-layout.border-success {
  border: var(--p-border-width-0165) solid var(--p-color-text-success);
}

.choice-layout .AppLegacy-RadioButton__Input:checked:not([disabled])+.AppLegacy-RadioButton__Backdrop,
.choice-layout .AppLegacy-RadioButton__ChoiceLabel:hover .AppLegacy-RadioButton__Input:checked:not([disabled])+.AppLegacy-RadioButton__Backdrop {
  border-color: var(--p-color-text-success);
  background-color: var(--p-color-text-success);
}

.switch-checkbox {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 32px;
  height: 20px;
  background: grey;
  border-radius: 6px;
  position: relative;
  transition: background-color 0.2s;
}

.switch-label.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.switch-label .switch-button {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  transition: 0.2s;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
}

.switch-checkbox {
  display: none;
}

.switch-checkbox:checked+.switch-label .switch-button {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}

.switch-label:active .switch-button {
  width: 12px;
}

.space-settings-wrapper .content {
  width: 100%;
  border: solid 1px #140000;
  color: #140000;
  background: #8cb7c0;
  padding: 5px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  line-height: 15px;
}

.space-settings-wrapper .padding-block {
  width: 100%;
  border: dashed 1px #140000;
  background: #c3d08b;
  padding: 48px 61px;
  border-radius: 2px;
  position: relative;
}

.space-settings-wrapper .margin-block {
  width: 100%;
  border: dashed 1px #140000;
  background: #f8cc9d;
  padding: 48px 61px;
  border-radius: 2px;
  position: relative;
}

.space-settings-wrapper .title-margin,
.space-settings-wrapper .title-padding {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 12px;
}

.space-settings-wrapper .input-setting {
  display: block;
  padding: 5px 0;
  font-size: 10px;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  position: absolute;
  text-align: center;
  width: 52px;
}

.space-settings-wrapper #padding-top,
.space-settings-wrapper #margin-top {
  top: 10px;
  left: calc(50% - 26px);
}

.space-settings-wrapper #padding-left,
.space-settings-wrapper #margin-left {
  left: 6px;
  top: calc(50% - 14px);
}

.space-settings-wrapper #padding-right,
.space-settings-wrapper #margin-right {
  right: 6px;
  top: calc(50% - 14px);
}

.space-settings-wrapper #padding-bottom,
.space-settings-wrapper #margin-bottom {
  bottom: 10px;
  left: calc(50% - 26px);
}

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

.input-setting {
  -moz-appearance: textfield;
}

.input-setting:focus-visible {
  outline: none;
}

.input-setting:focus {
  border-color: #0080ff;
}

/* frame topbar */

.builder-top-bar {
  /* z-index: var(--p-z-index-12); */
  z-index: 3;
  position: relative;
  background: var(--p-color-bg-surface);
  padding-top: 1px;
}

.topbar-content {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-left: var(--p-space-400);
  padding-right: var(--p-space-400);
  overflow: hidden;
}

.topbar-content .topbar-heading,
.topbar-content .topbar-actions,
.topbar-content .topbar-actions-right {
  display: flex;
  align-items: center;
  gap: var(--p-space-400);
}

.topbar-content .topbar-actions {
  padding: 10px 0;
}

.topbar-content .topbar-heading>div {
  display: inline-flex;
}

.topbar-content .topbar-actions {
  flex-grow: 1;
  justify-content: space-between;
}

/* .topbar-content .topbar-actions .topbar-actions-center {
  height: 100%;
} */

.topbar-content .topbar-actions .topbar-nav {
  display: flex;
  gap: var(--p-space-500);
  height: 100%;
  align-items: center;
}

.topbar-content .topbar-actions .topbar-nav .topbar-nav-item {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  text-align: center;
  transition-property: background-color, box-shadow;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
  border-radius: 4px 4px 0px 0px;
  padding: 0px;
  height: 100%;
}

.topbar-content .topbar-actions .topbar-nav .topbar-nav-item--active {
  box-shadow: rgb(38, 38, 39) 0px -2px 0px 0px inset;
}

@media only screen and (min-width: 1440px) {
  .builder-top-bar input {
    width: 275px;
  }
}

.closePreviewAction .close-text {
  display: none;
}

@media screen and (max-width: 1023px) {
  .topbar-content .topbar-heading {
    flex-basis: auto;
  }

  .topbar-actions-center {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .showMenuPreview .closePreviewAction .close-text {
    display: initial;
  }

  .topbar-actions-center,
  .viewport {
    display: none;
  }

  .hide-on-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .floatbar-actions-left {
    left: calc(370px + 9.3125rem + 12px) !important;
  }

  .floatbar-actions-right {
    left: calc(370px + 4.5rem + 12px) !important;
    right: auto;
  }
}

.floatbar-actions-left {
  position: absolute;
  bottom: calc(1rem + 10px);
  left: 55px;
  z-index: var(--p-z-index-2);
}

.floatbar-actions-right {
  position: absolute;
  /* right: 15px; */
  bottom: calc(1rem + 10px);
  z-index: var(--p-z-index-2);
}

.AppLegacy-Scrollable--scrollbarGutterStable.preview-box {
  scrollbar-gutter: auto;
}

/* auxbar */
.auxBar {
  grid-area: auxbar;
  border-right: 0.0625rem solid var(--p-color-border-secondary);
  background-color: var(--p-color-bg-surface);
  padding-top: var(--p-space-200);
  width: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.auxBar .auxBarItems {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-chat-ads-group {
  margin: 0 auto;
  margin-top: 50vh;
  max-width: 990px;
}

.UI-SegmentedControl__SegmentedControlContainer {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: var(--p-border-radius-400);
  display: flex;
  gap: var(--p-space-025);
  margin: 0;
  padding: 0 var(--p-space-050);
  width: 100%;
}

.UI-SegmentedControl__SegmentedControlContainer .UI-Option__OptionWrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.auxBar .auxBarItem {
  margin: var(--p-space-100) 0;
  max-width: 100%;
  min-height: 2.25rem;
  min-width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: var(--p-border-radius-100);
}

.auxBar .auxBarItem:hover {
  background-color: var(--p-color-bg-fill-tertiary);
  color: var(--p-color-icon-hover);
}

.auxBar .auxBarItemActive {
  background-color: #f0f5fd;
  color: var(--p-color-text-emphasis);
}

.Polaris-Icon--toneBase svg#history-icon {
  fill: none;
}

.auxBar .auxBarItemActive svg:not(#history-icon) {
  color: var(--p-color-text-emphasis);
  fill: var(--p-color-icon-emphasis);
}

.auxBar .auxBarItemActive svg#history-icon path {
  stroke: var(--p-color-icon-emphasis);
}

/* sidebar */
.builder-wrapper {
  display: flex;
  float: left;
  height: 100%;
}

.staff .builder-wrapper,
.staff .builder-content {
  height: calc(100% - 58px);
}

.staff .builder-controller {
  height: 100%;
}

.builder-controller {
  width: 370px;
  background: #fff;
  border-right: 0.0625rem solid var(--p-color-border-secondary);
  /* margin-top: -3.5rem;
  padding-top: 3.5rem; */
  /* height: calc(100vh - 3.5rem - 1px); */
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 3;
}

@media screen and (max-width: 767px) {

  .builder-controller,
  .builder-controller .nested {
    width: calc(100% - 3.5rem);
  }
}

.sidebarW {
  height: 100%;
  position: relative;
}

.sidebarW .AppLegacy-Scrollable:focus {
  outline: none;
}

.builder-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 370px - 3.5rem);
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .builder-wrapper {
    float: none;
    width: 100%;
  }

  .builder-controller {
    width: calc(100% - 4.5rem);
    height: calc(100% - 53px);
  }

  .builder-floatbar {
    position: absolute;
    bottom: 1rem;
    left: 3.5rem;
    display: flex;
    justify-content: space-between;
    right: 1rem;
    background-color: var(--p-color-bg-surface);
    padding: 0.5rem;
    border-top: var(--p-border-width-025) solid var(--p-color-border-secondary);
  }

  .floatbar-actions-left,
  .floatbar-actions-right {
    position: static !important;
  }

  body .builder-content {
    width: 100%;
  }

  [data-device='mobile'].showMenuPreview .builder-content {
    top: 0;
    visibility: visible;
    height: 100%;
    padding: 0;
  }

  [data-device='mobile'] .builder-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100% - 4.5rem);
    z-index: 9;
    transition: all 0.3s;
    visibility: hidden;
    height: 0;
    padding: 0;
    overflow: hidden;
  }

  .showMenuPreview .floatbar-actions-left .functionButtonGroup {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .builder-content {
    width: calc(100% - 360px - 4.5rem);
  }
}

.sidebarW {
  display: flex;
  flex-direction: column;
}

.sidebarHead,
.sidebarFooter {
  flex: 0 0 auto;
}

.sidebarMain {
  flex: 1 1 100%;
  overflow: auto;
  scrollbar-width: none;
}

.sidebarOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.sidebarHidden {
  display: none;
}

.monthly-price {
  display: flex;
  align-items: baseline;
  justify-content: start;
}

.monthly-price .monthly-price__currency {
  padding-top: 0.2em;
  padding-right: 4px;
  align-self: flex-start;
  display: inline-block;
  line-height: 1;
}

.monthly-price .monthly-price__billing-period,
.monthly-price .monthly-price__price {
  display: inline-block;
  line-height: 1;
}

.text-minor {
  font-size: 0.75em;
}

.monthly-price .monthly-price__currency,
.monthly-price .monthly-price__billing-period,
.monthly-price .monthly-price__price {
  display: inline-block;
  line-height: 1;
}

.price {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 2.5rem;
  color: #212b35;
  white-space: nowrap;
}

.price>span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.price .price__number {
  display: inline-block;
  vertical-align: top;
}

.monthly-price__price .price sub {
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.monthly-price__price .price sub>span {
  font-size: 0.35em;
  line-height: 1.4;
  color: #27272a;
}

.compare-price .price,
.compare-price .text-minor {
  color: #bbb;
}

.compare-price {
  position: relative;
  margin-right: 10px;
}

.compare-price .price {
  font-size: 20px;
}

.compare-price::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #bbb;
  bottom: 12px;
  left: 0;
}

.plan-icon {
  width: 65px;
  height: 65px;
  position: absolute;
  top: -20px;
  left: calc((100% - 65px) / 2);
  border: 1px solid var(--p-color-border);
  padding: 10px;
  border-radius: 50%;
  background: var(--p-color-bg-surface);
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-icon.skeleton {
  padding: 0;
}

.most-popular-border {
  border: 1px solid #227b94;
}

.menuPage {
  height: calc(100vh - 2rem);
  border-radius: var(--p-space-200);
  overflow: hidden;
  border: 0.0625rem solid var(--p-color-border-secondary);
}

.gm-staff-app .menuPage {
  height: calc(100vh - 2rem - 40px);
  border: 0.0625rem solid var(--p-color-border-secondary);
}

.pricing-component-wrapper .app-ui-card-wrapper {
  height: 100%;
}

/* .content-preview{
  border: 0.1875rem solid #3a4245;
  border-radius: calc(0.8125rem*1.3);
}
.previewInner{
  border: 0.1875rem solid #121515;
  border-radius: calc(0.8125rem*1.3);
} */

.gm-menu-installed ui-nav-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  #crisp-chatbox>div>a {
    bottom: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  .viewport+span {
    display: none;
  }
}

.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide {
  width: 100%;
  max-width: 480px;
  overflow-x: hidden;
}

.gm-menu-mobile.gm-submenu-open-style-slide .gm-retractor:after {
  content: '\f105' !important;
}

.gm-back-retractor::after {
  font: 14px/1 FontAwesome !important;
  content: '\f104';
}

.gm-back-retractor {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  font: 14px/1 FontAwesome !important;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gm-header>button {
  background: transparent;
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.gm-header>button>.gm-target {
  padding: 15px 20px 15px 60px !important;
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

body.gm-menu-installed .gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-links>.gm-item.gm-active>.gm-tab-panel,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide>.gm-level-0.gm-active>.gm-submenu:not(.gm-search-form),
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-item.gm-active>.gm-dropdown,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-links li.gm-item.gm-heading.gm-active+.gm-links-group {
  transform: translateX(0) !important;
  transition: transform 0.3s ease-in-out;
}

body.gm-menu-installed .gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-links>.gm-item>.gm-tab-panel,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-item>.gm-dropdown,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide>.gm-level-0>.gm-submenu:not(.gm-search-form),
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-links .gm-links-group {
  transform: translateX(100%);
  display: block !important;
  position: absolute !important;
  inset: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 10 !important;
  opacity: unset !important;
  visibility: unset !important;
  width: 100%;
  overflow-x: hidden;
}

.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-submenu .gm-grid .gm-item.gm-has-submenu,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-links,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-links>li,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-submenu-dropdown,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-panel>li,
.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-panel>li>.gm-editor {
  position: static !important;
}

.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-links>li {
  z-index: unset !important;
}

.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-links>li.gm-active {
  z-index: 1000;
}

.gm-menu-installed .gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-submenu.gm-submenu-bordered:not(.gm-aliexpress) {
  border: none;
}

.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-links .gm-links-group .gm-item[data-link-group]:not(.gm-heading):not(.gm-active):not([data-link-group='0']) {
  display: block !important;
}

.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide.gm-mobile-hide-linklist-submenu .gm-links>.gm-heading {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide.gm-mobile-hide-linklist-submenu .gm-links .gm-links-group+.gm-heading {
  padding-top: 24px !important;
}

.gm-menu.gm-menu-mobile.gm-submenu-open-style-slide.gm-mobile-hide-linklist-submenu .gm-links .gm-heading {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.gm-menu-mobile .gm-links .gm-retractor:after {
  margin-right: 0 !important;
}

.gm-links>.gm-links-group>li:not(.gm-heading)>.gm-target,
.gm-links>.gm-links-group>li:not(.gm-heading)>a {
  display: flex;
  padding: 12px 20px;
}

.gm-menu-installed .gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-submenu:has(.gm-item.gm-active) {
  overflow: hidden !important;
}

.gm-menu-installed .gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-item:has(.gm-active)~.addBlocks {
  display: none;
}

@media screen and (max-width: 767px) {

  #root:has(#gm-menu-editor)~.crisp-client .cc-yv368 .cc-1kr6o .cc-18ov6[data-visible='false'],
  #root:has(#gm-menu-editor)~.crisp-client #crisp-chatbox #crisp-chatbox-button[data-visible='false'],
  #root:has(#gm-menu-editor)~.crisp-client #crisp-chatbox #crisp-chatbox-button[data-visible='false'] {
    display: none !important;
  }
}

.code-editor-container {
  flex: 1;
}

#advanced-scrollable>s-box,
#advanced-scrollable>s-box>s-stack,
.code-editor-container s-stack,
.code-editor-container s-section,
.code-editor-container .cm-theme-dark,
.code-editor-container .cm-theme-dark .cm-editor {
  height: 100%;
}

.code-editor-container .cm-scroller {
  flex: 1;
}

.code-editor-container .cm-theme-dark .cm-editor {
  min-height: 300px;
}

.market-list {
  max-height: 350px;
  overflow-y: auto !important;
  scrollbar-width: thin;
}

.Setting-Flag-Market {
  height: 1.25rem;
  width: 1.75rem;
  border-radius: var(--p-border-radius-100);
  overflow: clip;
  outline: var(--p-border-width-025) solid var(--p-color-bg-fill-transparent-hover);
  outline-offset: calc(var(--p-border-width-025) * -1);
}

.Setting-Flag-Market img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Setting-Flag-Market .market-flag {
  text-align: center;
}

.market-flag--1 {
  background: linear-gradient(293.96deg, #c43256, #ffa781);
}

.market-flag--2 {
  background: linear-gradient(293.96deg, #004c3f, #92e6b5);
}

.market-flag--3 {
  background: linear-gradient(293.96deg, #c43256, #90dfd6);
}

.market-flag--4 {
  background: linear-gradient(293.96deg, #90dfd6, #004c3f);
}

.market-flag--5 {
  background: linear-gradient(293.96deg, #c43256, #92e6b5);
}

.market-flag--6 {
  background: linear-gradient(293.96deg, #004c3f, #ffa781);
}

.market-flag--7 {
  background: linear-gradient(293.96deg, #ffa781, #c43256);
}

.market-flag--8 {
  background: linear-gradient(293.96deg, #ffcb67, #004c3f);
}

.market-flag--9 {
  background: linear-gradient(293.96deg, #c43256, #004c3f);
}

.market-flag--10 {
  background: linear-gradient(293.96deg, #90dfd6, #c43256);
}

.market-flag--11 {
  background: linear-gradient(293.96deg, #004c3f, #ffcb67);
}

.market-flag--12 {
  background: linear-gradient(293.96deg, #92e6b5, #004c3f);
}

.market-flag--13 {
  background: linear-gradient(293.96deg, #004c3f, #90dfd6);
}

.gm-is-dragging>.gm-level-0>.gm-submenu {
  display: none !important;
}

.addSubmenu-container {
  background-color: var(--gm-submenu-background-color);
}

.gm-menu-installed .gm-menu .gm-submenu.gm-mega,
.gm-menu-installed .gm-menu .gm-submenu.gm-search-form,
.gm-menu-installed .gm-menu .gm-submenu-aliexpress .gm-tab-links,
.gm-menu-installed .gm-menu .gm-submenu-aliexpress .gm-tab-content,
.gm-menu-installed .gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-submenu.gm-aliexpress,
.gm-menu-installed .gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-tab-panel,
.gm-menu-installed .gm-menu.gm-menu-mobile.gm-submenu-open-style-slide .gm-links .gm-links-group {
  background-color: var(--gm-submenu-background-color) !important;
}

@media screen and (max-width: 767px) {
  #crisp-chatbox>div>div[role='button'] {
    bottom: 80px !important;
  }
}

.BoxTotal {
  border-radius: 0.5rem;
  overflow: hidden;
}

.BoxTotal .BoxTotal-container {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}

.BoxTotal.BoxTotal-active .BoxTotal-container,
.BoxTotal:hover .BoxTotal-container {
  background-color: var(--p-color-bg);
  cursor: pointer;
  border-radius: 0.5rem;
}

.BoxTotal .BoxTotal-title {
  margin-bottom: var(--p-space-200);
}

.BoxTotal-value-heading {
  margin: 0;
  font-size: var(--p-text-heading-lg-font-size, var(--p-font-size-500, 1.25rem));
  font-weight: var(--p-text-heading-lg-font-weight, var(--p-font-weight-semibold, 650));
  line-height: var(--p-text-heading-lg-font-line-height, var(--p-font-line-height-600, 1.5));
  letter-spacing: var(--p-text-heading-lg-font-letter-spacing, normal);
  color: var(--p-color-text, #303030);
}

@media (min-width: 48em) {
  .BoxTotal {
    width: 100%;
  }
}

.table-skeleton-head .AppLegacy-SkeletonDisplayText__DisplayText {
  max-width: 100%;
}

.version-history-timeline-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 8px;
  align-items: start;
  position: relative;
}

.version-history-timeline-row-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.version-history-timeline-row-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--p-color-border);
  flex-shrink: 0;
  border: var(--p-border-width-100) solid var(--p-color-border);
  border-radius: var(--p-border-radius-100);
}

.version-history-timeline-row-dot:before {
  content: "";
  display: block;
  height: calc(var(--p-space-400) * .5);
  width: calc(var(--p-space-400) * .5);
  border-radius: .1875rem;
  background-color: var(--p-color-icon);
}

.version-history-timeline-row-dot.is-current:before {
  background-color: var(--p-color-icon-success);
}

.version-history-timeline-row-line {
  width: 1px;
  flex: 1;
  min-height: 20px;
  background: #e3e3e3;
}

.version-history-timeline-row-line.first-line {
  min-height: 10px;
}

.version-history-timeline-row-line.is-hidden {
  visibility: hidden;
}

.version-history-timeline-row-line.is-loading {
  background: #E3E3E3;
}

.version-history-timeline-item {
  padding: 8px;
}

.version-history-timeline-item.is-current {
  padding: 0 8px;
}

.version-history-timeline-item.is-clickable {
  cursor: pointer;
  border-radius: var(--p-border-radius-200);
}

.version-history-timeline-item.is-clickable:hover {
  background: var(--p-color-bg-surface-hover);
  border-radius: var(--p-border-radius-200);
}

.version-history-timeline-item.is-selected {
  background: var(--p-color-bg-surface-selected);
  border-radius: var(--p-border-radius-200);
}

.version-history-timeline-row-line.last-line {
  position: relative;
  min-height: 30px;
}

.version-history-timeline-row-line.last-line:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #e3e3e3;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-heading {
  margin: 0;
  font-size: var(--p-text-heading-lg-font-size, var(--p-font-size-500, 1.25rem));
  font-weight: var(--p-text-heading-lg-font-weight, var(--p-font-weight-semibold, 650));
  line-height: var(--p-text-heading-lg-font-line-height, var(--p-font-line-height-600, 1.5));
  letter-spacing: var(--p-text-heading-lg-font-letter-spacing, normal);
  color: var(--p-color-text, #303030);
}

.date-field-container {
  width: 100%;
}

.wc-scrollable {
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
}

.wc-bleed {
  margin-inline: -16px;
}

.wc-border-bottom {
  border-bottom: 1px solid var(--p-color-border-secondary);
}

.sidebarFooter {
  border-top: 1px solid rgb(223, 227, 232);
}

.wc-disabled {
  opacity: 0.5;
}

.wc-sticky-top {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--p-color-bg-surface);
}

.visually-hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  pointer-events: none;
}

.General__NumberField {
  width: 4.5rem;
  min-width: 4.5rem;
}

.General__FontGrid {
  align-items: center;
  display: grid;
  gap: 0.375rem;
  grid-template-columns: 1fr 10.75rem;
}

.gm-menu-installed .gm-menu .gm-collections.gm-jc-left,
.gm-menu-installed .gm-menu .gm-products-grid.gm-jc-left,
.gm-menu-installed .gm-menu .gm-products-list.gm-jc-left,
.gm-menu-installed .gm-menu .gm-products-carousel.gm-jc-left,
.gm-menu-installed .gm-menu .gm-single-product.gm-jc-left,
.gm-menu-installed .gm-menu .gm-collections.gm-jc-start,
.gm-menu-installed .gm-menu .gm-products-grid.gm-jc-start,
.gm-menu-installed .gm-menu .gm-products-list.gm-jc-start,
.gm-menu-installed .gm-menu .gm-products-carousel.gm-jc-start,
.gm-menu-installed .gm-menu .gm-single-product.gm-jc-start {
  text-align: left;
}

.gm-menu-installed .gm-menu .gm-collections.gm-jc-center,
.gm-menu-installed .gm-menu .gm-products-grid.gm-jc-center,
.gm-menu-installed .gm-menu .gm-products-list.gm-jc-center,
.gm-menu-installed .gm-menu .gm-products-carousel.gm-jc-center,
.gm-menu-installed .gm-menu .gm-single-product.gm-jc-center {
  text-align: center;
}

.gm-menu-installed .gm-menu .gm-collections.gm-jc-end,
.gm-menu-installed .gm-menu .gm-products-grid.gm-jc-end,
.gm-menu-installed .gm-menu .gm-products-list.gm-jc-end,
.gm-menu-installed .gm-menu .gm-products-carousel.gm-jc-end,
.gm-menu-installed .gm-menu .gm-single-product.gm-jc-end {
  text-align: right;
}

.gm-menu-installed .gm-menu .gm-collections[class*="gm-jc-"] > .gm-heading,
.gm-menu-installed .gm-menu .gm-products-grid[class*="gm-jc-"] > .gm-heading,
.gm-menu-installed .gm-menu .gm-products-list[class*="gm-jc-"] > .gm-heading,
.gm-menu-installed .gm-menu .gm-products-carousel[class*="gm-jc-"] > .gm-heading,
.gm-menu-installed .gm-menu .gm-single-product[class*="gm-jc-"] > .gm-heading {
  text-align: left;
}

.gm-image-swap-media {
  display: block;
  width: 100%;
  position: relative;
}

.gm-image-swap .gm-image-swap-hover {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gm-image-swap .gm-image-swap-primary {
  transition: opacity 0.3s ease;
}

.gm-image-swap > a:hover .gm-image-swap-hover,
.gm-image-swap > a:focus-visible .gm-image-swap-hover {
  opacity: 1;
}

.gm-image-swap > a:hover .gm-image-swap-primary,
.gm-image-swap > a:focus-visible .gm-image-swap-primary {
  opacity: 0;
}

.gm-image-swap-media + .gm-target {
  margin-top: 12px;
}

.gm-image-slider-item .gm-target {
  display: block;
  padding: 0;
}

.gm-image-slider-item img,
.gm-image-slider-item svg {
  display: block;
  width: 100%;
  height: auto;
}

.gm-image-slider-item .gm-text {
  display: block;
  padding-top: 8px;
}

.gm-image-slider-item .gm-description {
  display: block;
  margin-top: 4px;
}

.gm-slider-editor-track {
  display: flex;
  align-items: start;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gm-slider-editor-track > .gm-image-slider-item img,
.gm-slider-editor-track > .gm-image-slider-item .gm-placeholder-svg {
  object-fit: cover;
}

.gm-slider-editor-track::-webkit-scrollbar {
  display: none;
}

.gm-slider-editor-track > .gm-image-slider-item {
  flex: 0 0 calc((100% - (24px * (var(--gm-slides-per-view) - 1))) / var(--gm-slides-per-view));
  border-radius: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gm-slider-editor-track > .gm-image-slider-item > .gm-slide-editor {
  top: 8px;
  right: 50%;
  transform: translateX(50%);
}

.gm-slider-editor-track > .gm-image-slider-item {
  cursor: grab;
}

.gm-slider-editor-track > .gm-slide-dragging {
  cursor: grabbing;
}

.gm-slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 12px;
  display: flex;
  z-index: 3;
}

.gm-slider-nav > button {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: #303030;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gm-slider-nav > button + button {
  margin-left: 5px;
}

.gm-slider-nav > button::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

.gm-slider-nav-prev::after {
  margin-left: 3px;
  transform: rotate(-45deg);
}

.gm-slider-nav-next::after {
  margin-left: 0;
  transform: rotate(135deg);
}

.gm-item.gm-has-bg {
  background: var(--gm-links-bg);
}

.gm-countdown-style-row {
  display: grid;
  gap: 0.25rem;
}

.gm-countdown-style-row .ColorPicker {
  display: block;
}

.gm-countdown-style-row .ColorPicker > s-text {
  display: none;
}

.gm-countdown-style-row .ColorPicker__control {
  height: 2rem;
  width: 100%;
}

.gm-countdown {
  background: var(--cd-wrapper-bg, transparent);
  border-radius: 8px;
  box-sizing: border-box;
  padding: 16px;
}

.gm-countdown-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.gm-countdown-title {
  color: var(--cd-title-color, #202223);
  font-size: var(--cd-title-size, 28px);
  font-weight: 700;
  line-height: 1.2;
}

.gm-countdown-subheading {
  color: var(--cd-subheading-color, #6d7175);
  font-size: var(--cd-subheading-size, 16px);
  line-height: 1.4;
  margin-top: 4px;
}

.gm-countdown-timer {
  align-items: baseline;
  display: flex;
  gap: 4px;
}

.gm-countdown-unit {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.gm-countdown-value {
  color: var(--cd-timer-color, #202223);
  font-size: var(--cd-timer-size, 40px);
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum' 1;
  font-weight: 700;
  line-height: 1.1;
  width: 2ch;
  text-align: center;
  white-space: nowrap;
}

.gm-countdown-separator {
  color: var(--cd-timer-color, #202223);
  font-size: var(--cd-timer-size, 40px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.gm-countdown-legend {
  color: var(--cd-legend-color, #6d7175);
  font-size: var(--cd-legend-size, 14px);
  line-height: 1.4;
}

.gm-countdown-expired-text {
  color: var(--cd-legend-color, #6d7175);
  font-size: var(--cd-legend-size, 14px);
}

.gm-countdown-standard {
  text-align: center;
}

.gm-countdown-standard .gm-countdown-timer {
  justify-content: center;
  margin-top: 8px;
}

.gm-countdown-standard .gm-countdown-unit {
  align-items: center;
}

.gm-countdown-balanced {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.gm-countdown-balanced .gm-countdown-unit {
  align-items: center;
}

.gm-countdown-inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: center;
}

.gm-countdown-inline .gm-countdown-unit {
  align-items: baseline;
  flex-direction: row;
  gap: 4px;
}

.gm-countdown-inline .gm-countdown-separator {
  display: none;
}

.gm-countdown-inline .gm-countdown-value,
.gm-countdown-inline .gm-countdown-separator {
  font-size: var(--cd-timer-size, 20px);
}

@media (max-width: 575px) {
  .gm-countdown-balanced {
    justify-content: center;
    text-align: center;
  }
}

.gm-countdown-title,
.gm-countdown-subheading,
.gm-countdown-value,
.gm-countdown-separator,
.gm-countdown-legend,
.gm-countdown-expired-text {
  font-family: var(--gm-submenu-family, inherit);
}

.gm-countdown-ended {
  display: none !important;
}

.gm-ratio-1-1 img.gm-product-img,
.gm-ratio-1-1 .gm-product-img > img,
.gm-ratio-1-1 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-1-1 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-1-1 img.gm-collection-img,
.gm-ratio-1-1 .gm-collection-img > img,
.gm-ratio-1-1 svg.gm-collection-img,
.gm-ratio-1-1 .gm-image-slider-image,
.gm-ratio-1-1 .gm-image-slider-item > .gm-target > img,
.gm-ratio-1-1 .gm-image-slider-item .gm-placeholder-svg,
.gm-ratio-4-3 img.gm-product-img,
.gm-ratio-4-3 .gm-product-img > img,
.gm-ratio-4-3 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-4-3 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-4-3 img.gm-collection-img,
.gm-ratio-4-3 .gm-collection-img > img,
.gm-ratio-4-3 svg.gm-collection-img,
.gm-ratio-4-3 .gm-image-slider-image,
.gm-ratio-4-3 .gm-image-slider-item > .gm-target > img,
.gm-ratio-4-3 .gm-image-slider-item .gm-placeholder-svg,
.gm-ratio-3-4 img.gm-product-img,
.gm-ratio-3-4 .gm-product-img > img,
.gm-ratio-3-4 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-3-4 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-3-4 img.gm-collection-img,
.gm-ratio-3-4 .gm-collection-img > img,
.gm-ratio-3-4 svg.gm-collection-img,
.gm-ratio-3-4 .gm-image-slider-image,
.gm-ratio-3-4 .gm-image-slider-item > .gm-target > img,
.gm-ratio-3-4 .gm-image-slider-item .gm-placeholder-svg,
.gm-ratio-16-9 img.gm-product-img,
.gm-ratio-16-9 .gm-product-img > img,
.gm-ratio-16-9 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-16-9 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-16-9 img.gm-collection-img,
.gm-ratio-16-9 .gm-collection-img > img,
.gm-ratio-16-9 svg.gm-collection-img,
.gm-ratio-16-9 .gm-image-slider-image,
.gm-ratio-16-9 .gm-image-slider-item > .gm-target > img,
.gm-ratio-16-9 .gm-image-slider-item .gm-placeholder-svg,
.gm-ratio-9-16 img.gm-product-img,
.gm-ratio-9-16 .gm-product-img > img,
.gm-ratio-9-16 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-9-16 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-9-16 img.gm-collection-img,
.gm-ratio-9-16 .gm-collection-img > img,
.gm-ratio-9-16 svg.gm-collection-img,
.gm-ratio-9-16 .gm-image-slider-image,
.gm-ratio-9-16 .gm-image-slider-item > .gm-target > img,
.gm-ratio-9-16 .gm-image-slider-item .gm-placeholder-svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-ratio-1-1 img.gm-product-img,
.gm-ratio-1-1 .gm-product-img > img,
.gm-ratio-1-1 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-1-1 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-1-1 img.gm-collection-img,
.gm-ratio-1-1 .gm-collection-img > img,
.gm-ratio-1-1 svg.gm-collection-img,
.gm-ratio-1-1 .gm-image-slider-image,
.gm-ratio-1-1 .gm-image-slider-item > .gm-target > img,
.gm-ratio-1-1 .gm-image-slider-item .gm-placeholder-svg {
  aspect-ratio: 1 / 1;
}

.gm-ratio-4-3 img.gm-product-img,
.gm-ratio-4-3 .gm-product-img > img,
.gm-ratio-4-3 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-4-3 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-4-3 img.gm-collection-img,
.gm-ratio-4-3 .gm-collection-img > img,
.gm-ratio-4-3 svg.gm-collection-img,
.gm-ratio-4-3 .gm-image-slider-image,
.gm-ratio-4-3 .gm-image-slider-item > .gm-target > img,
.gm-ratio-4-3 .gm-image-slider-item .gm-placeholder-svg {
  aspect-ratio: 4 / 3;
}

.gm-ratio-3-4 img.gm-product-img,
.gm-ratio-3-4 .gm-product-img > img,
.gm-ratio-3-4 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-3-4 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-3-4 img.gm-collection-img,
.gm-ratio-3-4 .gm-collection-img > img,
.gm-ratio-3-4 svg.gm-collection-img,
.gm-ratio-3-4 .gm-image-slider-image,
.gm-ratio-3-4 .gm-image-slider-item > .gm-target > img,
.gm-ratio-3-4 .gm-image-slider-item .gm-placeholder-svg {
  aspect-ratio: 3 / 4;
}

.gm-ratio-16-9 img.gm-product-img,
.gm-ratio-16-9 .gm-product-img > img,
.gm-ratio-16-9 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-16-9 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-16-9 img.gm-collection-img,
.gm-ratio-16-9 .gm-collection-img > img,
.gm-ratio-16-9 svg.gm-collection-img,
.gm-ratio-16-9 .gm-image-slider-image,
.gm-ratio-16-9 .gm-image-slider-item > .gm-target > img,
.gm-ratio-16-9 .gm-image-slider-item .gm-placeholder-svg {
  aspect-ratio: 16 / 9;
}

.gm-ratio-9-16 img.gm-product-img,
.gm-ratio-9-16 .gm-product-img > img,
.gm-ratio-9-16 .gm-single-product > .gm-target > .gm-placeholder-svg,
.gm-ratio-9-16 .gm-product-img > .gm-placeholder-svg,
.gm-ratio-9-16 img.gm-collection-img,
.gm-ratio-9-16 .gm-collection-img > img,
.gm-ratio-9-16 svg.gm-collection-img,
.gm-ratio-9-16 .gm-image-slider-image,
.gm-ratio-9-16 .gm-image-slider-item > .gm-target > img,
.gm-ratio-9-16 .gm-image-slider-item .gm-placeholder-svg {
  aspect-ratio: 9 / 16;
}

.gm-ratio-1-1 div.gm-product-img,
.gm-ratio-1-1 div.gm-collection-img,
.gm-ratio-4-3 div.gm-product-img,
.gm-ratio-4-3 div.gm-collection-img,
.gm-ratio-3-4 div.gm-product-img,
.gm-ratio-3-4 div.gm-collection-img,
.gm-ratio-16-9 div.gm-product-img,
.gm-ratio-16-9 div.gm-collection-img,
.gm-ratio-9-16 div.gm-product-img,
.gm-ratio-9-16 div.gm-collection-img {
  height: auto;
  overflow: hidden;
}

.gm-ratio-1-1 .gm-product-mini > .gm-target > div.gm-product-img,
.gm-ratio-1-1 .gm-collection-left div.gm-collection-img,
.gm-ratio-4-3 .gm-product-mini > .gm-target > div.gm-product-img,
.gm-ratio-4-3 .gm-collection-left div.gm-collection-img,
.gm-ratio-3-4 .gm-product-mini > .gm-target > div.gm-product-img,
.gm-ratio-3-4 .gm-collection-left div.gm-collection-img,
.gm-ratio-16-9 .gm-product-mini > .gm-target > div.gm-product-img,
.gm-ratio-16-9 .gm-collection-left div.gm-collection-img,
.gm-ratio-9-16 .gm-product-mini > .gm-target > div.gm-product-img,
.gm-ratio-9-16 .gm-collection-left div.gm-collection-img {
  flex: 0 0 30%;
  min-width: 60px;
}

.card-shadow {
  border-radius: var(--p-space-300);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 5px -2.5px, rgba(0, 0, 0, 0.02) 0px 3px 3px -1.5px, rgba(0, 0, 0, 0.02) 0px 2px 2px -1px, rgba(0, 0, 0, 0.03) 0px 1px 1px -0.5px, rgba(0, 0, 0, 0.04) 0px 0.5px 0.5px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.quick-stat-card {
  padding-inline: var(--p-space-400);
  padding-block: var(--p-space-300);
}

.faqs-card {
  padding: var(--p-space-500);
}
.FontDisplay {
  align-items: center;
  display: grid;
  gap: 0.375rem;
  grid-template-columns: 1fr 10.75rem;
}

.FontDisplay__control {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: var(--p-color-text, #303030);
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 0.25rem;
  height: 2rem;
  min-width: 0;
  padding: 0 0.375rem;
  position: relative;
  text-align: left;
  width: 10.75rem;
}

.FontDisplay__control::before {
  border: 0.03125rem solid #8a8a8a;
  border-radius: 0.5rem;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.FontDisplay__control:focus-visible {
  outline: 0.125rem solid var(--p-color-border-focus, #005bd3);
  outline-offset: 0.125rem;
}

.FontDisplay__sample {
  align-items: center;
  color: #8a8a8a;
  display: flex;
  flex: 0 0 1.125rem;
  font-size: 1.125rem;
  justify-content: center;
  margin-left: 0.375rem;
}

.FontDisplay__value {
  flex: 1;
  font-size: var(--p-font-size-300, 0.75rem);
  line-height: var(--p-font-line-height-400, 1rem);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.FontDisplay__icon {
  align-items: center;
  display: flex;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

@media (max-width: 26.25rem) {
  .FontDisplay {
    grid-template-columns: minmax(0, 1fr) 9.875rem;
  }
}

.ColorPicker {
  display: grid;
  grid-template-columns: 1fr 7.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
}

.ColorPicker__control {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: var(--p-color-text, #303030);
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 0.25rem;
  height: 2rem;
  justify-content: space-between;
  min-width: 0;
  padding: 0 0.375rem 0 0;
  text-align: left;
  width: 7.5rem;
}

.ColorPicker__control::before {
  border: 0.03125rem solid #8a8a8a;
  border-radius: 0.5rem;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ColorPicker__control {
  position: relative;
}

.ColorPicker__control:focus-visible {
  outline: 0.125rem solid var(--p-color-border-focus, #005bd3);
  outline-offset: 0.125rem;
}

.ColorPicker__swatch {
  --color-swatch-size: 1.125rem;
  --color-swatch-border-color: rgba(0, 0, 0, 0.1);
  --color-swatch-border-width: 0.0625rem;
  width: var(--color-swatch-size);
  height: var(--color-swatch-size);
  flex-shrink: 0;
  margin-left: 0.375rem;
  border-radius: 0.25rem;
  background-color: var(--color-swatch-background);
  box-shadow: inset 0 0 0 var(--color-swatch-border-width) var(--color-swatch-border-color);
}

.ColorPicker__value {
  flex: 1;
  font-size: var(--p-font-size-300);
  font-weight: var(--p-font-weight-regular);
  letter-spacing: var(--p-font-letter-spacing-normal);
  line-height: var(--p-font-line-height-400);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ColorPicker__swatch--transparent {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.14) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.14) 75%, rgba(0, 0, 0, 0.14) 100%), linear-gradient(45deg, rgba(0, 0, 0, 0.14) 25%, #fff 25%, #fff 75%, rgba(0, 0, 0, 0.14) 75%, rgba(0, 0, 0, 0.14) 100%);
  background-position: 0 0, 0.3125rem 0.3125rem;
  background-size: 0.625rem 0.625rem;
}

.ColorPicker--disabled {
  opacity: 0.55;
}

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

@media (max-width: 26.25rem) {
  .ColorPicker {
    align-items: start;
    grid-template-columns: 1fr minmax(0, 9.875rem);
  }
}
.ImageDisplay {
  display: flex;
  flex-direction: column;
  gap: var(--p-space-200, 0.5rem);
}

.ImageDisplay__label {
  color: var(--p-color-text, #303030);
}

.ImageDisplay__empty,
.ImageDisplay__preview {
  border-radius: var(--p-border-radius-300, 0.75rem);
  box-sizing: border-box;
  max-width: 20.75rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ImageDisplay__empty {
  align-items: center;
  color: var(--p-color-text, #303030);
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: var(--p-space-150, 0.375rem);
  justify-content: center;
  min-height: 8rem;
  padding: var(--p-space-300, 0.75rem);
  border: var(--p-border-width-0165) dashed var(--p-color-input-border, #e3e3e3);
}

.ImageDisplay__empty:hover {
  background: var(--p-color-input-bg-surface-hover, #f1f1f1);
}

.ImageDisplay__empty:focus-visible,
.ImageDisplay__change:focus-visible {
  outline: 0.125rem solid var(--p-color-border-focus, #005bd3);
  outline-offset: 0.125rem;
}

.ImageDisplay__preview {
  aspect-ratio: 1.84 / 1;
  background: var(--p-color-bg-surface-secondary, #f7f7f7);
  border: var(--p-border-width-0165) solid var(--p-color-input-border, #e3e3e3);
}

.ImageDisplay__preview img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.ImageDisplay__change {
  align-items: center;
  background: rgba(0, 0, 0, 0.56);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: var(--p-font-weight-semibold, 600);
  gap: var(--p-space-100, 0.25rem);
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: var(--p-space-300, 0.75rem);
  position: absolute;
  transition: opacity var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease);
  width: 100%;
  --s-icon-color-26021: #ffffff;
}

.ImageDisplay__preview:hover .ImageDisplay__change,
.ImageDisplay__change:focus-visible {
  opacity: 1;
}

.ImageDisplay--small .ImageDisplay__empty,
.ImageDisplay--small .ImageDisplay__preview {
  max-width: 10rem;
}

.language-picker__trigger {
  display: flex;
}

.language-picker__option {
  align-items: center;
  display: grid;
  gap: var(--p-space-200);
  grid-template-columns: 22px minmax(0, 1fr) 20px;
  min-width: 180px;
  text-align: left;
  width: 100%;
}

.language-picker__option > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-picker__option > s-icon {
  justify-self: end;
}

/* Staff has no admin chrome to host the save bar, so it gets its own. */
.StaffSaveBar {
  align-items: center;
  background: var(--p-color-bg-inverse, #1a1a1a);
  border-radius: var(--p-border-radius-300, 12px);
  bottom: var(--p-space-400, 16px);
  box-shadow: var(--p-shadow-400, 0 4px 12px rgba(0, 0, 0, 0.2));
  color: var(--p-color-text-inverse, #fff);
  display: flex;
  gap: var(--p-space-400, 16px);
  justify-content: space-between;
  left: 50%;
  max-width: calc(100vw - 32px);
  padding: var(--p-space-300, 12px) var(--p-space-400, 16px);
  position: fixed;
  transform: translateX(-50%);
  width: 640px;
  z-index: 1000;
}

.StaffSaveBar__Message {
  font-weight: 600;
}

.Menu-CreateMenu__Fieldset {
  border: 0;
  margin: 0;
  min-inline-size: 0;
  padding: 0;
}

.Menu-CreateMenu__Legend {
  color: var(--p-color-text-secondary);
  padding: 0;
  margin-block-end: var(--p-space-300);
}

.Menu-CreateMenu__Card {
  background-color: var(--p-color-bg-surface);
  border: var(--p-border-width-025) solid var(--p-color-border);
  border-radius: var(--p-border-radius-300);
  padding: var(--p-space-300) var(--p-space-400);
}

.Menu-CreateMenu__Card--selected {
  background-color: var(--p-color-bg-surface-secondary);
  border-color: var(--p-color-text);
}

.Menu-CreateMenu__Choice {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: var(--p-space-300);
  margin: 0;
}

.Menu-CreateMenu__Radio {
  accent-color: var(--p-color-input-border-active);
  block-size: 1rem;
  cursor: pointer;
  flex: none;
  inline-size: 1rem;
  margin: var(--p-space-025) 0 0;
}

.Menu-CreateMenu__Label {
  color: var(--p-color-text);
  font-weight: var(--p-font-weight-semibold);
}

.Menu-CreateMenu__Description {
  color: var(--p-color-text-secondary);
  margin: var(--p-space-050) 0 0;
}

.Menu-CreateMenu__Nested {
  margin-block-start: var(--p-space-300);
  padding-inline-start: calc(1rem + var(--p-space-300));
}

.js-image-picker-container {
  position: relative;
}

.image-picker__small .js-image-picker-container .AppLegacy-Button--primary {
  width: 100%;
}

.image-picker__small .js-image-picker-container .image-picker__placeholder {
  justify-content: space-between;
  position: static;
  z-index: 2;
  width: 100%;
}

.js-image-picker-container:after {
  content: "";
  display: block;
  padding-top: 50%;
  width: 100%;
  border: 1px solid rgba(195, 207, 216, 0.3);
  background-color: #f4f6f8;
  border-radius: 0.5rem;
}

.image-picker__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imageList .image-picker-grid__item {
  height: auto;
  cursor: pointer;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfe3e8;
  position: relative;
  border-radius: .5rem;
  background: none;
  background: #f1f1f1
}
.imageList .image-picker-grid__item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageList .image-picker-grid__item > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  max-height: 94%;
  max-width: 94%;
  border-radius: .25rem;
}

.imageList {
  list-style-type: none;
  margin: 0;
}

.image-picker-grid__item {
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
}

.imageList .image-picker-grid__item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  height: 0;
}

svg#checkmark-circle {
  color: #202e78;
  position: absolute;
  width: 30px;
  height: 30px;
  fill: white;
  bottom: 5px;
  right: 5px;
}
.checkmark-circle {
  position: absolute;
  top: var(--p-space-100);
  left: var(--p-space-100);
}
.image-picker-grid__item--selected {
  border: 1px solid #202e78;
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
}

.imageList .image-picker-grid__item.image-picker-grid__item--droppable {
  border: 1px dashed #c4cdd5;
  color: #637381;
  background-image: none !important;
  background-color: transparent !important;
}

.image-picker-placeholder {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  top: 0;
  width: 100%;
}

.image-picker-placeholder__content {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-picker-placeholder__text {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  color: currentColor;
}

.image-picker__small .js-image-picker-container:after {
  height: 2rem;
  padding: 0;
  border-radius: var(--p-border-radius-200);
  background-color: #f4f6f8;
  border: 1px solid #c4cdd5;
  box-shadow: inset 0 1px 0 0 rgb(99 115 129 / 5%);
  position: absolute;
  z-index: 1;
}

.image-picker__small .js-image-picker-container {
  display: flex;
  justify-content: space-between;
  height: 2rem;
}

.image-picker__small .image-picker__preview-image.js-image-picker-preview {
  position: static;
  margin-left: 1px;
}

.js-image-picker-container-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.image-picker__small .aspect-ratio__content {
  position: static;
  height: 2rem;
  width: auto;
  border-radius: var(--p-border-radius-200);
}

.image-picker__small .js-image-picker-menu-options {
  position: static;
  display: flex;
  margin-right: 2px;
}

svg.next-icon.next-icon--color-ink-lightest.next-icon--size-24.image-picker-placeholder__icon {
  width: 24px;
  height: 24px;
  color: transparent;
  fill: #919eab;
}

.imageList .image-picker-grid__item.image-picker-grid__item--droppable:hover {
  color: #5c6ac4 !important;
  background-color: #f4f5fa !important;
  border-color: #b3bcf5 !important;
}

.imageList
  .image-picker-grid__item.image-picker-grid__item--droppable:hover
  .image-picker-placeholder__icon {
  fill: #5c6ac4 !important;
}

.imageList
  .image-picker-grid__item.image-picker-grid__item--droppable:hover
  .image-picker-placeholder__text {
  color: #5c6ac4 !important;
}

input#imageInput {
  display: none;
}

.image-picker-grid__item-wrap {
  width: 100%;
}

.image-picker__preview-image.js-image-picker-preview {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 36px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-image-picker-menu-options {
  position: absolute;
  right: 0;
  border: 0;
  left: 0;
  bottom: 0;
}

img.aspect-ratio__content {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.js-image-picker-menu-options .AppLegacy-ButtonGroup__Item {
  width: 100%;
}

.js-image-picker-menu-options .AppLegacy-Button {
  width: 100%;
}

.AppLegacy-DropZone__Container {
  position: static;
}

.AppLegacy-DropZone--hasError .AppLegacy-DropZone__Overlay {
  border-color:var(--p-color-border-critical-secondary);
  color:var(--p-color-text-critical);
  border-style:var(--pc-drop-zone-border-style);
  border-width:var(--p-border-width-0165);
  background-color:var(--p-color-bg-surface-critical);
}

.AppLegacy-DropZone__Overlay + .AppLegacy-DropZone-FileUpload.AppLegacy-DropZone-FileUpload--large {
  position: relative;
  z-index: var(--p-z-index-10);
}

.js-image-picker-menu-options .AppLegacy-Button > .AppLegacy-Text--root {
  white-space: nowrap;
}
.Menu-DateRangePicker__Layout {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}

.Menu-DateRangePicker__PresetList {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--p-space-025);
  width: 170px;
  flex-shrink: 0;
  background-color: var(--p-color-bg-surface-secondary);
  border-inline-end: var(--p-border-width-025) solid var(--p-color-border-secondary);
  padding: var(--p-space-200);
}

.Menu-DateRangePicker__PresetList span {
  font-family: var(--p-font-family-sans);
}

.Menu-DateRangePicker__PresetItem {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: var(--p-border-radius-200);
  color: var(--p-color-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--p-space-200);
  font-size: var(--p-font-size-300);
  line-height: 1.25rem;
  margin: 0;
  padding: var(--p-space-100) var(--p-space-200);
  text-align: left;
  width: 100%;
}

.Menu-DateRangePicker__PresetItem:hover {
  background-color: var(--p-color-bg-surface-secondary-hover);
}

.Menu-DateRangePicker__PresetItem:focus-visible {
  outline: var(--p-border-width-050) solid var(--p-color-border-secondary-focus);
  outline-offset: -.0625rem;
}

.Menu-DateRangePicker__PresetItem--selected {
  background-color: var(--p-color-bg-surface-selected);
  font-weight: var(--p-font-weight-semibold);
}

.Menu-DateRangePicker__PresetDivider {
  margin: var(--p-space-200) calc(-1 * var(--p-space-200));
  border-top: var(--p-border-width-025) solid var(--p-color-border-secondary);
}

.Menu-DateRangePicker__Calendar {
  display: flex;
  flex-direction: column;
  gap: var(--p-space-400);
  flex: 0 0 33rem;
  min-width: 0;
}

.Menu-DateRangePicker__CalendarWrap {
  display: flex;
  flex-direction: column;
  gap: var(--p-space-400);
  padding: var(--p-space-400);
}

.Menu-DateRangePicker__Inputs {
  display: flex;
  align-items: center;
  gap: var(--p-space-300);
}

.Menu-DateRangePicker__Inputs > s-text-field {
  flex: 1 1 0;
  min-width: 0;
}

.Menu-DateRangePicker__Footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--p-space-300);
  padding: var(--p-space-300) var(--p-space-400);
  border-top: var(--p-border-width-025) solid var(--p-color-border-secondary);
}

.Menu-DateRangePicker__FooterActions {
  display: flex;
  align-items: center;
  gap: var(--p-space-200);
  margin-inline-start: auto;
}

.Menu-DateRangePicker__PresetSelect {
  padding: var(--p-space-400) var(--p-space-400) 0;
}

@media (max-width: 40rem) {
  .Menu-DateRangePicker__Layout {
    flex-direction: column;
    width: calc(100vw - var(--p-space-800));
    max-width: none;
  }

  .Menu-DateRangePicker__PresetSelect,
  .Menu-DateRangePicker__CalendarWrap,
  .Menu-DateRangePicker__Calendar {
    width: 100%;
    box-sizing: border-box;
  }

  .Menu-DateRangePicker__Calendar {
    flex: none;
  }
}


.Menu-SegmentedControl-Option__OptionWrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.Menu-SegmentedControl-Option__SegmentedControlItem {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  background-color: var(--p-color-bg-fill-secondary);
  border: none;
  border: 0;
  border-radius: calc(var(--p-border-radius-200) - .09375rem);
  color: inherit;
  cursor: pointer;
  display: block;
  flex: 1 1;
  font-size: inherit;
  line-height: inherit;
  line-height: 1.25rem;
  margin: 0;
  outline: none;
  padding: 0;
  padding: var(--p-space-100) var(--p-space-200);
  position: relative;
  white-space: nowrap;
  width: 100%
}

.Menu-SegmentedControl-Option__SegmentedControlItem:focus {
  outline: none
}

.Menu-SegmentedControl-Option__SegmentedControlItem:after {
  border-radius: calc(var(--p-border-radius-200) + .0625rem);
  box-shadow: 0 0 0 -.0625rem var(--p-color-border-focus);
  content: "";
  display: block;
  inset: -.0625rem -.0625rem -.0625rem -.0625rem;
  pointer-events: none;
  position: absolute;
  transition: box-shadow var(--p-motion-duration-100) var(--p-motion-ease);
  z-index: 1
}

.Menu-SegmentedControl-Option__SegmentedControlItem:focus:after {
  box-shadow: 0 0 0 .125rem var(--p-color-border-focus);
  outline: var(--osui_high-contrast-outline)
}

.Menu-SegmentedControl-Option__SegmentedControlItem:focus:not(:focus-visible):after {
  box-shadow: 0 0 0 0 transparent
}

@media (-ms-high-contrast:active) {
  .Menu-SegmentedControl-Option__SegmentedControlItem:focus:not(:focus-visible):after {
      outline: none
  }
}

.Menu-SegmentedControl-Option__SegmentedControlItem:focus-visible:after {
  box-shadow: 0 0 0 .125rem var(--p-color-border-focus);
  outline: var(--osui_high-contrast-outline)
}

.Menu-SegmentedControl-Option__SegmentedControlItem:after {
  border-radius: calc(var(--p-border-radius-200) - .0625rem);
  inset: var(--p-border-width-050) var(--p-border-width-050) var(--p-border-width-050) var(--p-border-width-050)
}

.Menu-SegmentedControl-Option__SegmentedControlItem:hover {
  background-color: var(--p-color-bg-surface-secondary)
}

.Menu-SegmentedControl-Option__SegmentedControlItem.Menu-SegmentedControl-Option--selected {
  background-color: var(--p-color-bg-surface);
  box-shadow: var(--p-shadow-200)
}

.Menu-SegmentedControl-Option__SegmentedControlItem.Menu-SegmentedControl-Option--selected.Menu-SegmentedControl-Option--toneMagic {
  box-shadow: 0 .0625rem 0 0 var(--p-color-bg-fill-magic-secondary-active) inset,.0625rem 0 0 0 var(--p-color-bg-fill-magic-secondary-active) inset,-.0625rem 0 0 0 var(--p-color-bg-fill-magic-secondary-active) inset,0 -.0625rem 0 0 #ae94ff inset;
  color: var(--p-color-text-magic)
}

.Menu-SegmentedControl-Option__SegmentedControlItem.Menu-SegmentedControl-Option--truncate {
  overflow: hidden
}

.Menu-SegmentedControl-Option__SegmentedControlItem.Menu-SegmentedControl-Option--slim {
  padding: var(--p-space-100)
}

.Menu-SegmentedControl__SegmentedControlContainer {
  align-items: center;
  background-color: var(--p-color-bg-fill-secondary);
  border-radius: var(--p-border-radius-200);
  display: flex;
  gap: var(--p-space-025);
  margin: 0;
  padding: var(--p-space-050);
  box-shadow:  var(--p-shadow-border-inset);
  width: 100%;
}

.Menu-SegmentedControl__SegmentedControlContainer.Menu-SegmentedControl--labelled {
  margin-top: var(--p-space-200)
}
.Menu-RangeSlider__Field {
  width: 100%;
  color: var(--p-color-text, #303030);
  font-family: var(--p-font-family-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: var(--p-font-size-325, 0.8125rem);
  line-height: var(--p-font-line-height-500, 1.25rem);
}

.Menu-RangeSlider__LabelRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--p-space-200, 0.5rem);
  margin-bottom: var(--p-space-100, 0.25rem);
}

.Menu-RangeSlider__LabelRow--hidden {
  position: absolute !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  padding: 0 !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.Menu-RangeSlider__LabelAction {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--p-color-text-emphasis, #005bd3);
  font: inherit;
  font-weight: var(--p-font-weight-medium, 550);
  cursor: pointer;
  text-decoration: none;
}

.Menu-RangeSlider__LabelAction:hover {
  color: var(--p-color-text-emphasis-hover, #004299);
  text-decoration: underline;
}

.Menu-RangeSlider__LabelAction:focus-visible {
  border-radius: var(--p-border-radius-100, 0.25rem);
  outline: var(--p-border-width-050, 0.125rem) solid var(--p-color-border-focus, #005bd3);
  outline-offset: var(--p-border-width-025, 0.0625rem);
}

.Menu-RangeSlider__LabelAction:disabled {
  color: var(--p-color-text-disabled, #b5b5b5);
  cursor: not-allowed;
  text-decoration: none;
}

.Menu-RangeSlider {
  --menu-range-slider-track-height: 0.25rem;
  --menu-range-slider-thumb-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.Menu-RangeSlider--disabled {
  opacity: 0.8;
}

.Menu-RangeSlider__Prefix,
.Menu-RangeSlider__Suffix {
  flex: 0 0 auto;
}

.Menu-RangeSlider__Prefix {
  margin-right: var(--p-space-200, 0.5rem);
}

.Menu-RangeSlider__Suffix {
  margin-left: var(--p-space-200, 0.5rem);
}

.Menu-RangeSlider__InputWrapper,
.Menu-RangeSlider__DualTrackWrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 1.75rem;
}

.Menu-RangeSlider__DualTrackWrapper {
  cursor: pointer;
  touch-action: none;
}

.Menu-RangeSlider--disabled .Menu-RangeSlider__DualTrackWrapper {
  cursor: not-allowed;
}

.Menu-RangeSlider__DashedTrack {
  position: absolute;
  width: 100%;
  height: var(--menu-range-slider-track-height);
  border-right: var(--p-border-radius-100, 0.25rem) solid var(--p-color-border, #8a8a8a);
  border-radius: var(--p-border-radius-100, 0.25rem);
  background-image: linear-gradient(
    to right,
    var(--p-color-border, #8a8a8a),
    var(--p-color-border, #8a8a8a) 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: var(--menu-range-slider-track-height) var(--menu-range-slider-track-height);
  pointer-events: none;
}

.Menu-RangeSlider__SelectedTrack {
  position: absolute;
  z-index: 1;
  height: var(--menu-range-slider-track-height);
  border-radius: var(--menu-range-slider-thumb-size);
  background: var(--p-color-bg-fill-brand, #303030);
  pointer-events: none;
}

.Menu-RangeSlider--error .Menu-RangeSlider__SelectedTrack {
  background: var(--p-color-bg-fill-critical, #c70a24);
}

.Menu-RangeSlider--disabled .Menu-RangeSlider__DashedTrack,
.Menu-RangeSlider--disabled .Menu-RangeSlider__SelectedTrack {
  border-color: var(--p-color-border-disabled, #ebebeb);
  background: var(--p-color-border-disabled, #ebebeb);
}

.Menu-RangeSlider__Input {
  --menu-range-slider-fill: var(--p-color-bg-fill-brand, #303030);
  position: relative;
  z-index: 10;
  flex: 1 1 auto;
  width: 100%;
  height: var(--menu-range-slider-thumb-size);
  margin: 0;
  padding: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.Menu-RangeSlider__Input:focus {
  outline: var(--p-border-width-025, 0.0625rem) solid transparent;
}

.Menu-RangeSlider__Input::-webkit-slider-runnable-track {
  width: 100%;
  height: var(--menu-range-slider-track-height);
  border: 0;
  border-radius: var(--menu-range-slider-track-height);
  background: linear-gradient(
    to right,
    var(--menu-range-slider-fill) 0%,
    var(--menu-range-slider-fill) var(--menu-range-slider-progress),
    transparent var(--menu-range-slider-progress),
    transparent 100%
  );
}

.Menu-RangeSlider__Input::-moz-range-track {
  width: 100%;
  height: var(--menu-range-slider-track-height);
  border: 0;
  border-radius: var(--menu-range-slider-track-height);
  background: transparent;
}

.Menu-RangeSlider__Input::-moz-range-progress {
  height: var(--menu-range-slider-track-height);
  border-radius: var(--menu-range-slider-track-height);
  background: var(--menu-range-slider-fill);
}

.Menu-RangeSlider__Input::-webkit-slider-thumb {
  width: var(--menu-range-slider-thumb-size);
  height: var(--menu-range-slider-thumb-size);
  margin-top: calc((var(--menu-range-slider-thumb-size) - var(--menu-range-slider-track-height)) * -0.5);
  appearance: none;
  border: var(--p-border-width-025, 0.0625rem) solid transparent;
  border-radius: var(--p-border-radius-full, 9999px);
  background: var(--menu-range-slider-fill);
  box-shadow: 0 0 0 0 var(--p-color-border-focus, #005bd3);
  cursor: grab;
  transition: transform var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease), box-shadow var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease);
}

.Menu-RangeSlider__Input::-moz-range-thumb {
  width: var(--menu-range-slider-thumb-size);
  height: var(--menu-range-slider-thumb-size);
  border: var(--p-border-width-025, 0.0625rem) solid transparent;
  border-radius: var(--p-border-radius-full, 9999px);
  background: var(--menu-range-slider-fill);
  box-shadow: 0 0 0 0 var(--p-color-border-focus, #005bd3);
  cursor: grab;
  transition: transform var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease), box-shadow var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease);
}

.Menu-RangeSlider__Input:active::-webkit-slider-thumb {
  transform: scale(1.5);
  cursor: grabbing;
}

.Menu-RangeSlider__Input:active::-moz-range-thumb {
  transform: scale(1.5);
  cursor: grabbing;
}

.Menu-RangeSlider__Input:focus-visible::-webkit-slider-thumb {
  border-color: var(--p-color-bg-surface, #fff);
  box-shadow: 0 0 0 var(--p-border-width-050, 0.125rem) var(--p-color-border-focus, #005bd3);
}

.Menu-RangeSlider__Input:focus-visible::-moz-range-thumb {
  border-color: var(--p-color-bg-surface, #fff);
  box-shadow: 0 0 0 var(--p-border-width-050, 0.125rem) var(--p-color-border-focus, #005bd3);
}

.Menu-RangeSlider__Thumb {
  position: absolute;
  z-index: 10;
  width: var(--menu-range-slider-thumb-size);
  height: var(--menu-range-slider-thumb-size);
  padding: 0;
  transform: translateX(-50%);
  border: var(--p-border-width-025, 0.0625rem) solid var(--p-color-border-emphasis, #616161);
  border-radius: var(--p-border-radius-full, 9999px);
  background: var(--p-color-bg-fill-brand, #303030);
  cursor: grab;
  touch-action: none;
  transition: transform var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease);
}

.Menu-RangeSlider__Thumb::after {
  position: absolute;
  inset: -0.1875rem;
  content: "";
  border-radius: var(--p-border-radius-full, 9999px);
  box-shadow: 0 0 0 0 var(--p-color-border-focus, #005bd3);
  pointer-events: none;
}

.Menu-RangeSlider__Thumb:active {
  transform: translateX(-50%) scale(1.5);
  cursor: grabbing;
}

.Menu-RangeSlider__Thumb:focus-visible {
  outline: 0;
}

.Menu-RangeSlider__Thumb:focus-visible::after {
  box-shadow: 0 0 0 var(--p-border-width-050, 0.125rem) var(--p-color-border-focus, #005bd3);
}

.Menu-RangeSlider--error .Menu-RangeSlider__Input {
  --menu-range-slider-fill: var(--p-color-bg-fill-critical, #c70a24);
}

.Menu-RangeSlider--error .Menu-RangeSlider__Thumb {
  border-color: var(--p-color-bg-fill-critical, #c70a24);
  background: var(--p-color-bg-fill-critical, #c70a24);
}

.Menu-RangeSlider--disabled .Menu-RangeSlider__Input {
  --menu-range-slider-fill: var(--p-color-border-disabled, #ebebeb);
  cursor: not-allowed;
}

.Menu-RangeSlider--disabled .Menu-RangeSlider__Thumb {
  border-color: var(--p-color-border-disabled, #ebebeb);
  background: var(--p-color-border-disabled, #ebebeb);
  cursor: not-allowed;
}

.Menu-RangeSlider--disabled .Menu-RangeSlider__Input::-webkit-slider-runnable-track {
  background: var(--p-color-border-disabled, #ebebeb);
}

.Menu-RangeSlider--disabled .Menu-RangeSlider__Input::-moz-range-track,
.Menu-RangeSlider--disabled .Menu-RangeSlider__Input::-moz-range-progress {
  background: var(--p-color-border-disabled, #ebebeb);
}

.Menu-RangeSlider--disabled .Menu-RangeSlider__Input::-webkit-slider-thumb {
  border-color: var(--p-color-border-disabled, #ebebeb);
  background: var(--p-color-border-disabled, #ebebeb);
  cursor: not-allowed;
}

.Menu-RangeSlider--disabled .Menu-RangeSlider__Input::-moz-range-thumb {
  border-color: var(--p-color-border-disabled, #ebebeb);
  background: var(--p-color-border-disabled, #ebebeb);
  cursor: not-allowed;
}

.Menu-RangeSlider__Output {
  position: absolute;
  z-index: 20;
  bottom: calc(var(--menu-range-slider-thumb-size) + 0.5rem);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease), visibility var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease), bottom var(--p-motion-duration-150, 150ms) var(--p-motion-ease, ease);
}

.Menu-RangeSlider__OutputBubble {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 var(--p-space-200, 0.5rem);
  border-radius: var(--p-border-radius-100, 0.25rem);
  background: var(--p-color-bg-surface, #fff);
  box-shadow: var(--p-shadow-500, 0 0.75rem 1.25rem -0.5rem rgb(26 26 26 / 24%));
  font-size: var(--p-font-size-325, 0.8125rem);
  font-weight: var(--p-font-weight-semibold, 650);
  line-height: var(--p-font-line-height-500, 1.25rem);
}

.Menu-RangeSlider__Input:hover + .Menu-RangeSlider__Output,
.Menu-RangeSlider__Input:focus + .Menu-RangeSlider__Output,
.Menu-RangeSlider__Input:active + .Menu-RangeSlider__Output,
.Menu-RangeSlider__Thumb:hover + .Menu-RangeSlider__Output,
.Menu-RangeSlider__Thumb:focus + .Menu-RangeSlider__Output,
.Menu-RangeSlider__Thumb:active + .Menu-RangeSlider__Output {
  bottom: calc(var(--menu-range-slider-thumb-size) + 1rem);
  opacity: 1;
  visibility: visible;
}

.Menu-RangeSlider__HelpText,
.Menu-RangeSlider__Error {
  margin-top: var(--p-space-100, 0.25rem);
}

.Menu-RangeSlider__HelpText {
  color: var(--p-color-text-secondary, #616161);
}

.Menu-RangeSlider__Error {
  display: flex;
  align-items: flex-start;
  gap: var(--p-space-100, 0.25rem);
  color: var(--p-color-text-critical, #8e0b21);
}

.Menu-RangeSlider__ErrorIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
  border: var(--p-border-width-025, 0.0625rem) solid currentColor;
  border-radius: var(--p-border-radius-full, 9999px);
  font-size: var(--p-font-size-275, 0.6875rem);
  font-weight: var(--p-font-weight-bold, 700);
  line-height: 1;
}

@media (max-width: 30.625rem) {
  .Menu-RangeSlider__InputWrapper,
  .Menu-RangeSlider__DualTrackWrapper {
    min-height: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Menu-RangeSlider__Thumb,
  .Menu-RangeSlider__Output {
    transition: none;
  }

  .Menu-RangeSlider__Input::-webkit-slider-thumb {
    transition: none;
  }

  .Menu-RangeSlider__Input::-moz-range-thumb {
    transition: none;
  }
}

.version-history-scrollable {
  min-height: 0;
  overflow: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.version-history-scrollable:focus-visible {
  outline: 2px solid var(--p-color-border-focus);
  outline-offset: -2px;
}

.version-history-timeline-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
  position: relative;
}

.version-history-timeline-row-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.version-history-timeline-row-dot {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
  border: var(--p-border-width-100) solid var(--p-color-border);
  border-radius: var(--p-border-radius-100);
  background-color: var(--p-color-border);
}

.version-history-timeline-row-dot::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background-color: var(--p-color-icon);
}

.version-history-timeline-row-dot.is-current::before {
  background-color: var(--p-color-icon-success);
}

.version-history-timeline-row-dot.is-loading::before {
  background-color: var(--p-color-icon-disabled);
  animation: version-history-pulse 1.2s ease-in-out infinite;
}

.version-history-timeline-row-line {
  width: 1px;
  min-height: 20px;
  flex: 1;
  background: var(--p-color-border);
}

.version-history-timeline-row-line.first-line {
  min-height: 10px;
  flex: 0 0 10px;
}

.version-history-timeline-item {
  display: block;
  min-width: 0;
  padding: 8px;
  box-sizing: border-box;
}

.version-history-timeline-item.is-current {
  padding-block: 0;
}

.version-history-timeline-item.is-clickable {
  width: 100%;
  cursor: pointer;
  border-radius: var(--p-border-radius-200);
}

.version-history-timeline-item.is-clickable:hover {
  background: var(--p-color-bg-surface-hover);
}

.version-history-timeline-item.is-clickable:focus-visible {
  outline: 2px solid var(--p-color-border-focus);
  outline-offset: -2px;
}

.version-history-timeline-item.is-selected {
  cursor: default;
  background: var(--p-color-bg-surface-selected);
}

.version-history-timeline-row-line.last-line {
  position: relative;
  min-height: 30px;
}

.version-history-timeline-row-line.last-line::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--p-color-border);
}

.version-history-skeleton {
  width: 100%;
  height: 8px;
  margin-block: 4px;
  border-radius: var(--p-border-radius-100);
  background: var(--p-color-bg-fill-secondary);
  animation: version-history-pulse 1.2s ease-in-out infinite;
}

@keyframes version-history-pulse {
  0%,
  100% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .version-history-timeline-row-dot.is-loading::before,
  .version-history-skeleton {
    animation: none;
  }
}

:root,
.p-theme-light {
  --p-border-radius-0: 0rem;
  --p-border-radius-050: 0.125rem;
  --p-border-radius-100: 0.25rem;
  --p-border-radius-150: 0.375rem;
  --p-border-radius-200: 0.5rem;
  --p-border-radius-300: 0.75rem;
  --p-border-radius-400: 1rem;
  --p-border-radius-500: 1.25rem;
  --p-border-radius-750: 1.875rem;
  --p-border-radius-full: 624.9375rem;
  --p-border-width-0: 0rem;
  --p-border-width-0165: 0.04125rem;
  --p-border-width-025: 0.0625rem;
  --p-border-width-050: 0.125rem;
  --p-border-width-100: 0.25rem;
  --p-breakpoints-xs: 0rem;
  --p-breakpoints-sm: 30.625rem;
  --p-breakpoints-md: 48rem;
  --p-breakpoints-lg: 65rem;
  --p-breakpoints-xl: 90rem;
  color-scheme: light;
  --p-color-bg: rgba(241, 241, 241, 1);
  --p-color-bg-inverse: rgba(26, 26, 26, 1);
  --p-color-bg-surface: rgba(255, 255, 255, 1);
  --p-color-bg-surface-hover: rgba(247, 247, 247, 1);
  --p-color-bg-surface-active: rgba(243, 243, 243, 1);
  --p-color-bg-surface-selected: rgba(241, 241, 241, 1);
  --p-color-bg-surface-disabled: rgba(0, 0, 0, 0.05);
  --p-color-bg-surface-secondary: rgba(247, 247, 247, 1);
  --p-color-bg-surface-secondary-hover: rgba(241, 241, 241, 1);
  --p-color-bg-surface-secondary-active: rgba(235, 235, 235, 1);
  --p-color-bg-surface-secondary-selected: rgba(235, 235, 235, 1);
  --p-color-bg-surface-tertiary: rgba(243, 243, 243, 1);
  --p-color-bg-surface-tertiary-hover: rgba(235, 235, 235, 1);
  --p-color-bg-surface-tertiary-active: rgba(227, 227, 227, 1);
  --p-color-bg-surface-brand: rgba(227, 227, 227, 1);
  --p-color-bg-surface-brand-hover: rgba(235, 235, 235, 1);
  --p-color-bg-surface-brand-active: rgba(241, 241, 241, 1);
  --p-color-bg-surface-brand-selected: rgba(241, 241, 241, 1);
  --p-color-bg-surface-info: rgba(234, 244, 255, 1);
  --p-color-bg-surface-info-hover: rgba(224, 240, 255, 1);
  --p-color-bg-surface-info-active: rgba(202, 230, 255, 1);
  --p-color-bg-surface-success: rgba(205, 254, 212, 1);
  --p-color-bg-surface-success-hover: rgba(175, 254, 191, 1);
  --p-color-bg-surface-success-active: rgba(146, 252, 172, 1);
  --p-color-bg-surface-caution: rgba(255, 248, 219, 1);
  --p-color-bg-surface-caution-hover: rgba(255, 244, 191, 1);
  --p-color-bg-surface-caution-active: rgba(255, 239, 157, 1);
  --p-color-bg-surface-warning: rgba(255, 241, 227, 1);
  --p-color-bg-surface-warning-hover: rgba(255, 235, 213, 1);
  --p-color-bg-surface-warning-active: rgba(255, 228, 198, 1);
  --p-color-bg-surface-critical: rgba(254, 232, 235, 1);
  --p-color-bg-surface-critical-hover: rgba(254, 225, 230, 1);
  --p-color-bg-surface-critical-active: rgba(254, 217, 223, 1);
  --p-color-bg-surface-emphasis: rgba(240, 242, 255, 1);
  --p-color-bg-surface-emphasis-hover: rgba(234, 237, 255, 1);
  --p-color-bg-surface-emphasis-active: rgba(226, 231, 255, 1);
  --p-color-bg-surface-magic: rgba(248, 247, 255, 1);
  --p-color-bg-surface-magic-hover: rgba(243, 241, 255, 1);
  --p-color-bg-surface-magic-active: rgba(233, 229, 255, 1);
  --p-color-bg-surface-inverse: rgba(48, 48, 48, 1);
  --p-color-bg-surface-transparent: rgba(0, 0, 0, 0);
  --p-color-bg-fill: rgba(255, 255, 255, 1);
  --p-color-bg-fill-hover: rgba(250, 250, 250, 1);
  --p-color-bg-fill-active: rgba(247, 247, 247, 1);
  --p-color-bg-fill-selected: rgba(204, 204, 204, 1);
  --p-color-bg-fill-disabled: rgba(0, 0, 0, 0.05);
  --p-color-bg-fill-secondary: rgba(241, 241, 241, 1);
  --p-color-bg-fill-secondary-hover: rgba(235, 235, 235, 1);
  --p-color-bg-fill-secondary-active: rgba(227, 227, 227, 1);
  --p-color-bg-fill-secondary-selected: rgba(227, 227, 227, 1);
  --p-color-bg-fill-tertiary: rgba(227, 227, 227, 1);
  --p-color-bg-fill-tertiary-hover: rgba(212, 212, 212, 1);
  --p-color-bg-fill-tertiary-active: rgba(204, 204, 204, 1);
  --p-color-bg-fill-brand: rgba(48, 48, 48, 1);
  --p-color-bg-fill-brand-hover: rgba(26, 26, 26, 1);
  --p-color-bg-fill-brand-active: rgba(26, 26, 26, 1);
  --p-color-bg-fill-brand-selected: rgba(48, 48, 48, 1);
  --p-color-bg-fill-brand-disabled: rgba(0, 0, 0, 0.17);
  --p-color-bg-fill-info: rgba(145, 208, 255, 1);
  --p-color-bg-fill-info-hover: rgba(81, 192, 255, 1);
  --p-color-bg-fill-info-active: rgba(0, 148, 213, 1);
  --p-color-bg-fill-info-secondary: rgba(213, 235, 255, 1);
  --p-color-bg-fill-success: rgba(4, 123, 93, 1);
  --p-color-bg-fill-success-hover: rgba(3, 94, 76, 1);
  --p-color-bg-fill-success-active: rgba(1, 75, 64, 1);
  --p-color-bg-fill-success-secondary: rgba(175, 254, 191, 1);
  --p-color-bg-fill-warning: rgba(255, 184, 0, 1);
  --p-color-bg-fill-warning-hover: rgba(229, 165, 0, 1);
  --p-color-bg-fill-warning-active: rgba(178, 132, 0, 1);
  --p-color-bg-fill-warning-secondary: rgba(255, 214, 164, 1);
  --p-color-bg-fill-caution: rgba(255, 230, 0, 1);
  --p-color-bg-fill-caution-hover: rgba(234, 211, 0, 1);
  --p-color-bg-fill-caution-active: rgba(225, 203, 0, 1);
  --p-color-bg-fill-caution-secondary: rgba(255, 235, 120, 1);
  --p-color-bg-fill-critical: rgba(199, 10, 36, 1);
  --p-color-bg-fill-critical-hover: rgba(163, 10, 36, 1);
  --p-color-bg-fill-critical-active: rgba(142, 11, 33, 1);
  --p-color-bg-fill-critical-selected: rgba(142, 11, 33, 1);
  --p-color-bg-fill-critical-secondary: rgba(254, 209, 215, 1);
  --p-color-bg-fill-emphasis: rgba(0, 91, 211, 1);
  --p-color-bg-fill-emphasis-hover: rgba(0, 66, 153, 1);
  --p-color-bg-fill-emphasis-active: rgba(0, 46, 106, 1);
  --p-color-bg-fill-magic: rgba(128, 81, 255, 1);
  --p-color-bg-fill-magic-secondary: rgba(233, 229, 255, 1);
  --p-color-bg-fill-magic-secondary-hover: rgba(228, 222, 255, 1);
  --p-color-bg-fill-magic-secondary-active: rgba(223, 217, 255, 1);
  --p-color-bg-fill-inverse: rgba(48, 48, 48, 1);
  --p-color-bg-fill-inverse-hover: rgba(74, 74, 74, 1);
  --p-color-bg-fill-inverse-active: rgba(97, 97, 97, 1);
  --p-color-bg-fill-transparent: rgba(0, 0, 0, 0.02);
  --p-color-bg-fill-transparent-hover: rgba(0, 0, 0, 0.05);
  --p-color-bg-fill-transparent-active: rgba(0, 0, 0, 0.08);
  --p-color-bg-fill-transparent-selected: rgba(0, 0, 0, 0.08);
  --p-color-bg-fill-transparent-secondary: rgba(0, 0, 0, 0.06);
  --p-color-bg-fill-transparent-secondary-hover: rgba(0, 0, 0, 0.08);
  --p-color-bg-fill-transparent-secondary-active: rgba(0, 0, 0, 0.11);
  --p-color-text: rgba(48, 48, 48, 1);
  --p-color-text-secondary: rgba(97, 97, 97, 1);
  --p-color-text-disabled: rgba(181, 181, 181, 1);
  --p-color-text-link: rgba(0, 91, 211, 1);
  --p-color-text-link-hover: rgba(0, 66, 153, 1);
  --p-color-text-link-active: rgba(0, 46, 106, 1);
  --p-color-text-brand: rgba(74, 74, 74, 1);
  --p-color-text-brand-hover: rgba(48, 48, 48, 1);
  --p-color-text-brand-on-bg-fill: rgba(255, 255, 255, 1);
  --p-color-text-brand-on-bg-fill-hover: rgba(227, 227, 227, 1);
  --p-color-text-brand-on-bg-fill-active: rgba(204, 204, 204, 1);
  --p-color-text-brand-on-bg-fill-disabled: rgba(255, 255, 255, 1);
  --p-color-text-info: rgba(0, 58, 90, 1);
  --p-color-text-info-hover: rgba(0, 58, 90, 1);
  --p-color-text-info-active: rgba(0, 33, 51, 1);
  --p-color-text-info-secondary: rgba(0, 124, 180, 1);
  --p-color-text-info-on-bg-fill: rgba(0, 33, 51, 1);
  --p-color-text-success: rgba(1, 75, 64, 1);
  --p-color-text-success-hover: rgba(7, 54, 48, 1);
  --p-color-text-success-active: rgba(2, 38, 34, 1);
  --p-color-text-success-secondary: rgba(4, 123, 93, 1);
  --p-color-text-success-on-bg-fill: rgba(250, 255, 251, 1);
  --p-color-text-caution: rgba(79, 71, 0, 1);
  --p-color-text-caution-hover: rgba(51, 46, 0, 1);
  --p-color-text-caution-active: rgba(31, 28, 0, 1);
  --p-color-text-caution-secondary: rgba(130, 117, 0, 1);
  --p-color-text-caution-on-bg-fill: rgba(51, 46, 0, 1);
  --p-color-text-warning: rgba(94, 66, 0, 1);
  --p-color-text-warning-hover: rgba(65, 45, 0, 1);
  --p-color-text-warning-active: rgba(37, 26, 0, 1);
  --p-color-text-warning-secondary: rgba(149, 111, 0, 1);
  --p-color-text-warning-on-bg-fill: rgba(37, 26, 0, 1);
  --p-color-text-critical: rgba(142, 11, 33, 1);
  --p-color-text-critical-hover: rgba(95, 7, 22, 1);
  --p-color-text-critical-active: rgba(47, 4, 11, 1);
  --p-color-text-critical-secondary: rgba(199, 10, 36, 1);
  --p-color-text-critical-on-bg-fill: rgba(255, 250, 251, 1);
  --p-color-text-emphasis: rgba(0, 91, 211, 1);
  --p-color-text-emphasis-hover: rgba(0, 66, 153, 1);
  --p-color-text-emphasis-active: rgba(0, 46, 106, 1);
  --p-color-text-emphasis-on-bg-fill: rgba(252, 253, 255, 1);
  --p-color-text-emphasis-on-bg-fill-hover: rgba(226, 231, 255, 1);
  --p-color-text-emphasis-on-bg-fill-active: rgba(213, 220, 255, 1);
  --p-color-text-magic: rgba(87, 0, 209, 1);
  --p-color-text-magic-secondary: rgba(113, 38, 255, 1);
  --p-color-text-magic-on-bg-fill: rgba(253, 253, 255, 1);
  --p-color-text-inverse: rgba(227, 227, 227, 1);
  --p-color-text-inverse-secondary: rgba(181, 181, 181, 1);
  --p-color-text-link-inverse: rgba(197, 208, 255, 1);
  --p-color-border: rgba(227, 227, 227, 1);
  --p-color-border-hover: rgba(204, 204, 204, 1);
  --p-color-border-disabled: rgba(235, 235, 235, 1);
  --p-color-border-secondary: rgba(235, 235, 235, 1);
  --p-color-border-tertiary: rgba(204, 204, 204, 1);
  --p-color-border-focus: rgba(0, 91, 211, 1);
  --p-color-border-brand: rgba(227, 227, 227, 1);
  --p-color-border-info: rgba(168, 216, 255, 1);
  --p-color-border-success: rgba(146, 252, 172, 1);
  --p-color-border-caution: rgba(255, 235, 120, 1);
  --p-color-border-warning: rgba(255, 200, 121, 1);
  --p-color-border-critical: rgba(254, 193, 199, 1);
  --p-color-border-critical-secondary: rgba(142, 11, 33, 1);
  --p-color-border-emphasis: rgba(0, 91, 211, 1);
  --p-color-border-emphasis-hover: rgba(0, 66, 153, 1);
  --p-color-border-emphasis-active: rgba(0, 46, 106, 1);
  --p-color-border-magic: rgba(228, 222, 255, 1);
  --p-color-border-magic-secondary: rgba(148, 116, 255, 1);
  --p-color-border-magic-secondary-hover: rgba(128, 81, 255, 1);
  --p-color-border-inverse: rgba(97, 97, 97, 1);
  --p-color-border-inverse-hover: rgba(204, 204, 204, 1);
  --p-color-border-inverse-active: rgba(227, 227, 227, 1);
  --p-color-tooltip-tail-down-border: rgba(212, 212, 212, 1);
  --p-color-tooltip-tail-up-border: rgba(227, 227, 227, 1);
  --p-color-icon: rgba(74, 74, 74, 1);
  --p-color-icon-hover: rgba(48, 48, 48, 1);
  --p-color-icon-active: rgba(26, 26, 26, 1);
  --p-color-icon-disabled: rgba(204, 204, 204, 1);
  --p-color-icon-secondary: rgba(138, 138, 138, 1);
  --p-color-icon-secondary-hover: rgba(97, 97, 97, 1);
  --p-color-icon-secondary-active: rgba(74, 74, 74, 1);
  --p-color-icon-brand: rgba(26, 26, 26, 1);
  --p-color-icon-info: rgba(0, 148, 213, 1);
  --p-color-icon-success: rgba(4, 123, 93, 1);
  --p-color-icon-caution: rgba(153, 138, 0, 1);
  --p-color-icon-warning: rgba(178, 132, 0, 1);
  --p-color-icon-critical: rgba(226, 44, 56, 1);
  --p-color-icon-emphasis: rgba(0, 91, 211, 1);
  --p-color-icon-emphasis-hover: rgba(0, 66, 153, 1);
  --p-color-icon-emphasis-active: rgba(0, 46, 106, 1);
  --p-color-icon-magic: rgba(128, 81, 255, 1);
  --p-color-icon-inverse: rgba(227, 227, 227, 1);
  --p-color-avatar-bg-fill: rgba(181, 181, 181, 1);
  --p-color-avatar-five-bg-fill: rgba(253, 75, 146, 1);
  --p-color-avatar-five-text-on-bg-fill: rgba(255, 246, 248, 1);
  --p-color-avatar-four-bg-fill: rgba(81, 192, 255, 1);
  --p-color-avatar-four-text-on-bg-fill: rgba(0, 33, 51, 1);
  --p-color-avatar-one-bg-fill: rgba(197, 48, 197, 1);
  --p-color-avatar-one-text-on-bg-fill: rgba(253, 239, 253, 1);
  --p-color-avatar-seven-bg-fill: rgba(148, 116, 255, 1);
  --p-color-avatar-seven-text-on-bg-fill: rgba(248, 247, 255, 1);
  --p-color-avatar-six-bg-fill: rgba(37, 232, 43, 1);
  --p-color-avatar-six-text-on-bg-fill: rgba(3, 61, 5, 1);
  --p-color-avatar-text-on-bg-fill: rgba(255, 255, 255, 1);
  --p-color-avatar-three-bg-fill: rgba(44, 224, 212, 1);
  --p-color-avatar-three-text-on-bg-fill: rgba(3, 60, 57, 1);
  --p-color-avatar-two-bg-fill: rgba(82, 244, 144, 1);
  --p-color-avatar-two-text-on-bg-fill: rgba(1, 75, 64, 1);
  --p-color-backdrop-bg: rgba(0, 0, 0, 0.71);
  --p-color-button-gradient-bg-fill: linear-gradient(180deg, rgba(48, 48, 48, 0) 63.53%, rgba(255, 255, 255, 0.15) 100%);
  --p-color-checkbox-bg-surface-disabled: rgba(0, 0, 0, 0.08);
  --p-color-checkbox-icon-disabled: rgba(255, 255, 255, 1);
  --p-color-input-bg-surface: rgba(253, 253, 253, 1);
  --p-color-input-bg-surface-hover: rgba(250, 250, 250, 1);
  --p-color-input-bg-surface-active: rgba(247, 247, 247, 1);
  --p-color-input-border: rgba(138, 138, 138, 1);
  --p-color-input-border-hover: rgba(97, 97, 97, 1);
  --p-color-input-border-active: rgba(26, 26, 26, 1);
  --p-color-nav-bg: rgba(235, 235, 235, 1);
  --p-color-nav-bg-surface: rgba(0, 0, 0, 0.02);
  --p-color-nav-bg-surface-hover: rgba(241, 241, 241, 1);
  --p-color-nav-bg-surface-active: rgba(250, 250, 250, 1);
  --p-color-nav-bg-surface-selected: rgba(250, 250, 250, 1);
  --p-color-radio-button-bg-surface-disabled: rgba(0, 0, 0, 0.08);
  --p-color-radio-button-icon-disabled: rgba(255, 255, 255, 1);
  --p-color-video-thumbnail-play-button-bg-fill-hover: rgba(0, 0, 0, 0.81);
  --p-color-video-thumbnail-play-button-bg-fill: rgba(0, 0, 0, 0.71);
  --p-color-video-thumbnail-play-button-text-on-bg-fill: rgba(255, 255, 255, 1);
  --p-color-scrollbar-thumb-bg-hover: rgba(138, 138, 138, 1);
  --p-color-scrollbar-thumb-bg: rgba(181, 181, 181, 1);
  --p-font-family-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  --p-font-family-mono: ui-monospace, SFMono-Regular, 'SF Mono', Consolas, 'Liberation Mono', Menlo, monospace;
  --p-font-size-275: 0.6875rem;
  --p-font-size-300: 0.75rem;
  --p-font-size-325: 0.8125rem;
  --p-font-size-350: 0.875rem;
  --p-font-size-400: 1rem;
  --p-font-size-450: 1.125rem;
  --p-font-size-500: 1.25rem;
  --p-font-size-550: 1.375rem;
  --p-font-size-600: 1.5rem;
  --p-font-size-750: 1.875rem;
  --p-font-size-800: 2rem;
  --p-font-size-900: 2.25rem;
  --p-font-size-1000: 2.5rem;
  --p-font-weight-regular: 450;
  --p-font-weight-medium: 550;
  --p-font-weight-semibold: 650;
  --p-font-weight-bold: 700;
  --p-font-letter-spacing-densest: -0.03375rem;
  --p-font-letter-spacing-denser: -0.01875rem;
  --p-font-letter-spacing-dense: -0.0125rem;
  --p-font-letter-spacing-normal: 0rem;
  --p-font-line-height-300: 0.75rem;
  --p-font-line-height-400: 1rem;
  --p-font-line-height-500: 1.25rem;
  --p-font-line-height-600: 1.5rem;
  --p-font-line-height-700: 1.75rem;
  --p-font-line-height-800: 2rem;
  --p-font-line-height-1000: 2.5rem;
  --p-font-line-height-1200: 3rem;
  --p-height-0: 0rem;
  --p-height-025: 0.0625rem;
  --p-height-050: 0.125rem;
  --p-height-100: 0.25rem;
  --p-height-150: 0.375rem;
  --p-height-200: 0.5rem;
  --p-height-300: 0.75rem;
  --p-height-400: 1rem;
  --p-height-500: 1.25rem;
  --p-height-600: 1.5rem;
  --p-height-700: 1.75rem;
  --p-height-800: 2rem;
  --p-height-900: 2.25rem;
  --p-height-1000: 2.5rem;
  --p-height-1200: 3rem;
  --p-height-1600: 4rem;
  --p-height-2000: 5rem;
  --p-height-2400: 6rem;
  --p-height-2800: 7rem;
  --p-height-3200: 8rem;
  --p-motion-duration-0: 0ms;
  --p-motion-duration-50: 50ms;
  --p-motion-duration-100: 100ms;
  --p-motion-duration-150: 150ms;
  --p-motion-duration-200: 200ms;
  --p-motion-duration-250: 250ms;
  --p-motion-duration-300: 300ms;
  --p-motion-duration-350: 350ms;
  --p-motion-duration-400: 400ms;
  --p-motion-duration-450: 450ms;
  --p-motion-duration-500: 500ms;
  --p-motion-duration-5000: 5000ms;
  --p-motion-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --p-motion-ease-in: cubic-bezier(0.42, 0, 1, 1);
  --p-motion-ease-out: cubic-bezier(0.19, 0.91, 0.38, 1);
  --p-motion-ease-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --p-motion-linear: cubic-bezier(0, 0, 1, 1);
  --p-motion-keyframes-bounce: p-motion-keyframes-bounce;
  --p-motion-keyframes-fade-in: p-motion-keyframes-fade-in;
  --p-motion-keyframes-pulse: p-motion-keyframes-pulse;
  --p-motion-keyframes-spin: p-motion-keyframes-spin;
  --p-motion-keyframes-appear-above: p-motion-keyframes-appear-above;
  --p-motion-keyframes-appear-below: p-motion-keyframes-appear-below;
  --p-shadow-0: none;
  --p-shadow-100: 0rem 0.0625rem 0rem 0rem rgba(26, 26, 26, 0.07);
  --p-shadow-200: 0rem 0.1875rem 0.0625rem -0.0625rem rgba(26, 26, 26, 0.07);
  --p-shadow-300: 0rem 0.25rem 0.375rem -0.125rem rgba(26, 26, 26, 0.20);
  --p-shadow-400: 0rem 0.5rem 1rem -0.25rem rgba(26, 26, 26, 0.22);
  --p-shadow-500: 0rem 0.75rem 1.25rem -0.5rem rgba(26, 26, 26, 0.24);
  --p-shadow-600: 0rem 1.25rem 1.25rem -0.5rem rgba(26, 26, 26, 0.28);
  --p-shadow-bevel-100: 0.0625rem 0rem 0rem 0rem rgba(0, 0, 0, 0.13) inset, -0.0625rem 0rem 0rem 0rem rgba(0, 0, 0, 0.13) inset, 0rem -0.0625rem 0rem 0rem rgba(0, 0, 0, 0.17) inset, 0rem 0.0625rem 0rem 0rem rgba(204, 204, 204, 0.5) inset;
  --p-shadow-inset-100: 0rem 0.0625rem 0.125rem 0rem rgba(26, 26, 26, 0.15) inset, 0rem 0.0625rem 0.0625rem 0rem rgba(26, 26, 26, 0.15) inset;
  --p-shadow-inset-200: 0rem 0.125rem 0.0625rem 0rem rgba(26, 26, 26, 0.20) inset, 0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.12) inset, -0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.12) inset;
  --p-shadow-button: 0rem -0.0625rem 0rem 0rem #b5b5b5 inset, 0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.1) inset, 0rem 0.03125rem 0rem 0.09375rem #FFF inset;
  --p-shadow-button-hover: 0rem 0.0625rem 0rem 0rem #EBEBEB inset, -0.0625rem 0rem 0rem 0rem #EBEBEB inset, 0.0625rem 0rem 0rem 0rem #EBEBEB inset, 0rem -0.0625rem 0rem 0rem #CCC inset;
  --p-shadow-button-inset: -0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset, 0.0625rem 0rem 0.0625rem 0rem rgba(26, 26, 26, 0.122) inset, 0rem 0.125rem 0.0625rem 0rem rgba(26, 26, 26, 0.2) inset;
  --p-shadow-button-primary: 0rem -0.0625rem 0rem 0.0625rem rgba(0, 0, 0, 0.8) inset, 0rem 0rem 0rem 0.0625rem rgba(48, 48, 48, 1) inset, 0rem 0.03125rem 0rem 0.09375rem rgba(255, 255, 255, 0.25) inset;
  --p-shadow-button-primary-hover: 0rem 0.0625rem 0rem 0rem rgba(255, 255, 255, 0.24) inset, 0.0625rem 0rem 0rem 0rem rgba(255, 255, 255, 0.20) inset, -0.0625rem 0rem 0rem 0rem rgba(255, 255, 255, 0.20) inset, 0rem -0.0625rem 0rem 0rem #000 inset, 0rem -0.0625rem 0rem 0.0625rem #1A1A1A;
  --p-shadow-button-primary-inset: 0rem 0.1875rem 0rem 0rem rgb(0, 0, 0) inset;
  --p-shadow-button-primary-critical: 0rem -0.0625rem 0rem 0.0625rem rgba(142, 31, 11, 0.8) inset, 0rem 0rem 0rem 0.0625rem rgba(181, 38, 11, 0.8) inset, 0rem 0.03125rem 0rem 0.09375rem rgba(255, 255, 255, 0.349) inset;
  --p-shadow-button-primary-critical-hover: 0rem 0.0625rem 0rem 0rem rgba(255, 255, 255, 0.48) inset, 0.0625rem 0rem 0rem 0rem rgba(255, 255, 255, 0.20) inset, -0.0625rem 0rem 0rem 0rem rgba(255, 255, 255, 0.20) inset, 0rem -0.09375rem 0rem 0rem rgba(0, 0, 0, 0.25) inset;
  --p-shadow-button-primary-critical-inset: -0.0625rem 0rem 0.0625rem 0rem rgba(0, 0, 0, 0.2) inset, 0.0625rem 0rem 0.0625rem 0rem rgba(0, 0, 0, 0.2) inset, 0rem 0.125rem 0rem 0rem rgba(0, 0, 0, 0.6) inset;
  --p-shadow-button-primary-success: 0rem -0.0625rem 0rem 0.0625rem rgba(12, 81, 50, 0.8) inset, 0rem 0rem 0rem 0.0625rem rgba(19, 111, 69, 0.8) inset, 0rem 0.03125rem 0rem 0.09375rem rgba(255, 255, 255, 0.251) inset;
  --p-shadow-button-primary-success-hover: 0rem 0.0625rem 0rem 0rem rgba(255, 255, 255, 0.48) inset, 0.0625rem 0rem 0rem 0rem rgba(255, 255, 255, 0.20) inset, -0.0625rem 0rem 0rem 0rem rgba(255, 255, 255, 0.20) inset, 0rem -0.09375rem 0rem 0rem rgba(0, 0, 0, 0.25) inset;
  --p-shadow-button-primary-success-inset: -0.0625rem 0rem 0.0625rem 0rem rgba(0, 0, 0, 0.2) inset, 0.0625rem 0rem 0.0625rem 0rem rgba(0, 0, 0, 0.2) inset, 0rem 0.125rem 0rem 0rem rgba(0, 0, 0, 0.6) inset;
  --p-shadow-border-inset: 0rem 0rem 0rem 0.0625rem rgba(0, 0, 0, 0.08) inset;
  --p-space-0: 0rem;
  --p-space-025: 0.0625rem;
  --p-space-050: 0.125rem;
  --p-space-100: 0.25rem;
  --p-space-150: 0.375rem;
  --p-space-200: 0.5rem;
  --p-space-300: 0.75rem;
  --p-space-400: 1rem;
  --p-space-500: 1.25rem;
  --p-space-600: 1.5rem;
  --p-space-800: 2rem;
  --p-space-1000: 2.5rem;
  --p-space-1200: 3rem;
  --p-space-1600: 4rem;
  --p-space-2000: 5rem;
  --p-space-2400: 6rem;
  --p-space-2800: 7rem;
  --p-space-3200: 8rem;
  --p-space-button-group-gap: var(--p-space-200);
  --p-space-card-gap: var(--p-space-400);
  --p-space-card-padding: var(--p-space-400);
  --p-space-table-cell-padding: var(--p-space-150);
  --p-text-heading-3xl-font-family: var(--p-font-family-sans);
  --p-text-heading-3xl-font-size: var(--p-font-size-900);
  --p-text-heading-3xl-font-weight: var(--p-font-weight-bold);
  --p-text-heading-3xl-font-letter-spacing: var(--p-font-letter-spacing-densest);
  --p-text-heading-3xl-font-line-height: var(--p-font-line-height-1200);
  --p-text-heading-2xl-font-family: var(--p-font-family-sans);
  --p-text-heading-2xl-font-size: var(--p-font-size-750);
  --p-text-heading-2xl-font-weight: var(--p-font-weight-bold);
  --p-text-heading-2xl-font-letter-spacing: var(--p-font-letter-spacing-denser);
  --p-text-heading-2xl-font-line-height: var(--p-font-line-height-1000);
  --p-text-heading-xl-font-family: var(--p-font-family-sans);
  --p-text-heading-xl-font-size: var(--p-font-size-600);
  --p-text-heading-xl-font-weight: var(--p-font-weight-bold);
  --p-text-heading-xl-font-letter-spacing: var(--p-font-letter-spacing-dense);
  --p-text-heading-xl-font-line-height: var(--p-font-line-height-800);
  --p-text-heading-lg-font-family: var(--p-font-family-sans);
  --p-text-heading-lg-font-size: var(--p-font-size-500);
  --p-text-heading-lg-font-weight: var(--p-font-weight-semibold);
  --p-text-heading-lg-font-letter-spacing: var(--p-font-letter-spacing-dense);
  --p-text-heading-lg-font-line-height: var(--p-font-line-height-600);
  --p-text-heading-md-font-family: var(--p-font-family-sans);
  --p-text-heading-md-font-size: var(--p-font-size-350);
  --p-text-heading-md-font-weight: var(--p-font-weight-semibold);
  --p-text-heading-md-font-letter-spacing: var(--p-font-letter-spacing-normal);
  --p-text-heading-md-font-line-height: var(--p-font-line-height-500);
  --p-text-heading-sm-font-family: var(--p-font-family-sans);
  --p-text-heading-sm-font-size: var(--p-font-size-325);
  --p-text-heading-sm-font-weight: var(--p-font-weight-semibold);
  --p-text-heading-sm-font-letter-spacing: var(--p-font-letter-spacing-normal);
  --p-text-heading-sm-font-line-height: var(--p-font-line-height-500);
  --p-text-heading-xs-font-family: var(--p-font-family-sans);
  --p-text-heading-xs-font-size: var(--p-font-size-300);
  --p-text-heading-xs-font-weight: var(--p-font-weight-semibold);
  --p-text-heading-xs-font-letter-spacing: var(--p-font-letter-spacing-normal);
  --p-text-heading-xs-font-line-height: var(--p-font-line-height-400);
  --p-text-body-lg-font-family: var(--p-font-family-sans);
  --p-text-body-lg-font-size: var(--p-font-size-350);
  --p-text-body-lg-font-weight: var(--p-font-weight-regular);
  --p-text-body-lg-font-letter-spacing: var(--p-font-letter-spacing-normal);
  --p-text-body-lg-font-line-height: var(--p-font-line-height-500);
  --p-text-body-md-font-family: var(--p-font-family-sans);
  --p-text-body-md-font-size: var(--p-font-size-325);
  --p-text-body-md-font-weight: var(--p-font-weight-regular);
  --p-text-body-md-font-letter-spacing: var(--p-font-letter-spacing-normal);
  --p-text-body-md-font-line-height: var(--p-font-line-height-500);
  --p-text-body-sm-font-family: var(--p-font-family-sans);
  --p-text-body-sm-font-size: var(--p-font-size-300);
  --p-text-body-sm-font-weight: var(--p-font-weight-regular);
  --p-text-body-sm-font-letter-spacing: var(--p-font-letter-spacing-normal);
  --p-text-body-sm-font-line-height: var(--p-font-line-height-400);
  --p-text-body-xs-font-family: var(--p-font-family-sans);
  --p-text-body-xs-font-size: var(--p-font-size-275);
  --p-text-body-xs-font-weight: var(--p-font-weight-regular);
  --p-text-body-xs-font-letter-spacing: var(--p-font-letter-spacing-normal);
  --p-text-body-xs-font-line-height: var(--p-font-line-height-300);
  --p-width-0: 0rem;
  --p-width-025: 0.0625rem;
  --p-width-050: 0.125rem;
  --p-width-100: 0.25rem;
  --p-width-150: 0.375rem;
  --p-width-200: 0.5rem;
  --p-width-300: 0.75rem;
  --p-width-400: 1rem;
  --p-width-500: 1.25rem;
  --p-width-600: 1.5rem;
  --p-width-700: 1.75rem;
  --p-width-800: 2rem;
  --p-width-900: 2.25rem;
  --p-width-1000: 2.5rem;
  --p-width-1200: 3rem;
  --p-width-1600: 4rem;
  --p-width-2000: 5rem;
  --p-width-2400: 6rem;
  --p-width-2800: 7rem;
  --p-width-3200: 8rem;
  --p-z-index-0: auto;
  --p-z-index-1: 100;
  --p-z-index-2: 400;
  --p-z-index-3: 510;
  --p-z-index-4: 512;
  --p-z-index-5: 513;
  --p-z-index-6: 514;
  --p-z-index-7: 515;
  --p-z-index-8: 516;
  --p-z-index-9: 517;
  --p-z-index-10: 518;
  --p-z-index-11: 519;
  --p-z-index-12: 520;

}

.p-theme-light-mobile {
  --p-color-button-gradient-bg-fill: none;
  --p-shadow-100: none;
  --p-shadow-bevel-100: none;
  --p-shadow-button: 0 0 0 var(--p-border-width-025) var(--p-color-border) inset;
  --p-shadow-button-hover: 0 0 0 var(--p-border-width-025) var(--p-color-border) inset;
  --p-shadow-button-inset: 0 0 0 var(--p-border-width-025) var(--p-color-border) inset;
  --p-shadow-button-primary: none;
  --p-shadow-button-primary-hover: none;
  --p-shadow-button-primary-inset: none;
  --p-shadow-button-primary-critical: none;
  --p-shadow-button-primary-critical-hover: none;
  --p-shadow-button-primary-critical-inset: none;
  --p-shadow-button-primary-success: none;
  --p-shadow-button-primary-success-hover: none;
  --p-shadow-button-primary-success-inset: none;
  --p-space-card-gap: var(--p-space-200);
  --p-text-heading-2xl-font-size: var(--p-font-size-800);
  --p-text-heading-xl-font-size: var(--p-font-size-550);
  --p-text-heading-xl-font-line-height: var(--p-font-line-height-700);
  --p-text-heading-lg-font-size: var(--p-font-size-450);
  --p-text-heading-md-font-size: var(--p-font-size-400);
  --p-text-heading-sm-font-size: var(--p-font-size-350);
  --p-text-body-lg-font-size: var(--p-font-size-450);
  --p-text-body-lg-font-line-height: var(--p-font-line-height-700);
  --p-text-body-md-font-size: var(--p-font-size-400);
  --p-text-body-md-font-line-height: var(--p-font-line-height-600);
  --p-text-body-sm-font-size: var(--p-font-size-350);
  --p-text-body-sm-font-line-height: var(--p-font-line-height-500);
  --p-text-body-xs-font-size: var(--p-font-size-300);
  --p-text-body-xs-font-line-height: var(--p-font-line-height-400);

}

.p-theme-light-high-contrast-experimental {
  --p-color-text: rgba(26, 26, 26, 1);
  --p-color-text-secondary: rgba(26, 26, 26, 1);
  --p-color-text-brand: rgba(26, 26, 26, 1);
  --p-color-icon-secondary: rgba(74, 74, 74, 1);
  --p-color-border: rgba(138, 138, 138, 1);
  --p-color-input-border: rgba(74, 74, 74, 1);
  --p-color-border-secondary: rgba(138, 138, 138, 1);
  --p-color-bg-surface-secondary: rgba(241, 241, 241, 1);
  --p-shadow-bevel-100: 0rem 0.0625rem 0rem 0rem rgba(26, 26, 26, 0.07), 0rem 0.0625rem 0rem 0rem rgba(208, 208, 208, 0.40) inset, 0.0625rem 0rem 0rem 0rem #CCC inset, -0.0625rem 0rem 0rem 0rem #CCC inset, 0rem -0.0625rem 0rem 0rem #999 inset;

}

.p-theme-dark-experimental {
  color-scheme: dark;
  --p-color-bg: rgba(26, 26, 26, 1);
  --p-color-bg-surface: rgba(48, 48, 48, 1);
  --p-color-bg-fill: rgba(48, 48, 48, 1);
  --p-color-icon: rgba(227, 227, 227, 1);
  --p-color-icon-secondary: rgba(181, 181, 181, 1);
  --p-color-icon-disabled: rgba(74, 74, 74, 1);
  --p-color-text: rgba(227, 227, 227, 1);
  --p-color-text-secondary: rgba(181, 181, 181, 1);
  --p-color-text-disabled: rgba(74, 74, 74, 1);
  --p-color-bg-surface-secondary-active: rgba(255, 255, 255, 0.14);
  --p-color-bg-surface-secondary-hover: rgba(255, 255, 255, 0.06);
  --p-color-bg-fill-transparent: rgba(255, 255, 255, 0.11);
  --p-color-bg-fill-brand: rgba(255, 255, 255, 1);
  --p-color-text-brand-on-bg-fill: rgba(48, 48, 48, 1);
  --p-color-bg-surface-hover: rgba(74, 74, 74, 1);
  --p-color-bg-fill-hover: rgba(255, 255, 255, 0.05);
  --p-color-bg-fill-transparent-hover: rgba(255, 255, 255, 0.14);
  --p-color-bg-fill-brand-hover: rgba(243, 243, 243, 1);
  --p-color-bg-surface-selected: rgba(97, 97, 97, 1);
  --p-color-bg-fill-selected: rgba(97, 97, 97, 1);
  --p-color-bg-fill-transparent-selected: rgba(255, 255, 255, 0.22);
  --p-color-bg-fill-brand-selected: rgba(212, 212, 212, 1);
  --p-color-bg-surface-active: rgba(97, 97, 97, 1);
  --p-color-bg-fill-active: rgba(97, 97, 97, 1);
  --p-color-bg-fill-transparent-active: rgba(255, 255, 255, 0.17);
  --p-color-bg-fill-brand-active: rgba(247, 247, 247, 1);
  --p-color-bg-fill-secondary: rgba(255, 255, 255, 0.08);
  --p-color-bg-fill-secondary-hover: rgba(255, 255, 255, 0.11);
  --p-color-bg-fill-secondary-selected: rgba(255, 255, 255, 0.17);
  --p-color-bg-surface-brand-selected: rgba(74, 74, 74, 1);
  --p-color-border-secondary: rgba(74, 74, 74, 1);
  --p-color-bg-surface-tertiary: rgba(255, 255, 255, 0.08);
  --p-color-icon-brand: rgba(74, 74, 74, 1);
  --p-color-bg-fill-disabled: rgba(255, 255, 255, 0.05);
  --p-color-text-brand-on-bg-fill-disabled: rgba(138, 138, 138, 1);
  --p-color-bg-fill-brand-disabled: rgba(255, 255, 255, 0.22);
  --p-color-bg-fill-tertiary: rgba(48, 48, 48, 1);
  --p-color-tooltip-tail-down-border: rgba(60, 60, 60, 1);
  --p-color-tooltip-tail-up-border: rgba(71, 71, 71, 1);
  --p-shadow-bevel-100: 0.0625rem 0rem 0rem 0rem rgba(204, 204, 204, 0.08) inset, -0.0625rem 0rem 0rem 0rem rgba(204, 204, 204, 0.08) inset, 0rem -0.0625rem 0rem 0rem rgba(204, 204, 204, 0.08) inset, 0rem 0.0625rem 0rem 0rem rgba(204, 204, 204, 0.16) inset;
}

@keyframes p-motion-keyframes-bounce {
  from,
  65%,
  85% {
    transform: scale(1)
  }
  75% {
    transform: scale(0.85)
  }
  82.5% {
    transform: scale(1.05)
  }
}

@keyframes p-motion-keyframes-fade-in {
  to {
    opacity: 1
  }
}

@keyframes p-motion-keyframes-pulse {
  from,
  75% {
    transform: scale(0.85);
    opacity: 1;

  }
  to {
    transform: scale(2.5);
    opacity: 0;

  }
}

@keyframes p-motion-keyframes-spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes p-motion-keyframes-appear-above {
  from {
    transform: translateY(var(--p-space-100));
    opacity: 0;

  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes p-motion-keyframes-appear-below {
  from {
    transform: translateY(calc(var(--p-space-100) * -1));
    opacity: 0;

  }
  to {
    transform: none;
    opacity: 1;

  }
}
.AppLegacy-Icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.AppLegacy-Icon svg {
  fill: currentColor;
}

.AppLegacy-Button {
  --pc-button-gap: var(--p-space-050);
  --pc-button-bg: transparent;
  --pc-button-bg_hover: var(--pc-button-bg);
  --pc-button-bg_active: var(--pc-button-bg);
  --pc-button-bg_pressed: var(--pc-button-bg_active);
  --pc-button-bg_disabled: var(--p-color-bg-fill-disabled);
  --pc-button-color: inherit;
  --pc-button-color_hover: var(--pc-button-color);
  --pc-button-color_active: var(--pc-button-color);
  --pc-button-color_pressed: var(--pc-button-color_active);
  --pc-button-color_disabled: var(--p-color-text-disabled);
  --pc-button-box-shadow: transparent;
  --pc-button-box-shadow_hover: var(--pc-button-box-shadow);
  --pc-button-box-shadow_active: var(--pc-button-box-shadow);
  --pc-button-box-shadow_pressed: var(--pc-button-box-shadow_active);
  --pc-button-box-shadow_disabled: var(--pc-button-box-shadow);
  --pc-button-icon-fill: currentColor;
  --pc-button-icon-fill_hover: var(--pc-button-icon-fill);
  --pc-button-icon-fill_active: var(--pc-button-icon-fill);
  --pc-button-icon-fill_pressed: var(--pc-button-icon-fill_active);
  --pc-button-icon-fill_disabled: var(--p-color-icon-disabled);
  all: unset;
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: var(--pc-button-gap);
  padding: var(--pc-button-padding-block) var(--pc-button-padding-inline);
  background: var(--pc-button-bg);
  border: none;
  border-radius: var(--p-border-radius-200);
  box-shadow: var(--pc-button-box-shadow);
  color: var(--pc-button-color);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.AppLegacy-Button--iconOnly {
  --pc-button-padding-block: var(--p-space-100);
  --pc-button-padding-inline: var(--p-space-100);
}

.AppLegacy-Button--iconOnly:is(.AppLegacy-Button--sizeMicro) {
  --pc-button-padding-block: var(--p-space-050);
  --pc-button-padding-inline: var(--p-space-050);
}

.AppLegacy-Button--iconOnly:is(.AppLegacy-Button--variantPlain):not(.AppLegacy-Button--toneCritical) {
  --pc-button-icon-fill: var(--p-color-icon-secondary);
  --pc-button-icon-fill_hover: var(--p-color-icon-secondary-hover);
  --pc-button-icon-fill_active: var(--p-color-icon-secondary-active);
  --pc-button-icon-fill_disabled: var(--p-color-icon-disabled);
}

.AppLegacy-Button--iconOnly:is(.AppLegacy-Button--variantPlain) {
  --pc-button-padding-block: 0;
  --pc-button-padding-inline: 0;
  margin: 0;
  min-height: var(--p-height-500);
  min-width: var(--p-width-500);
}

.AppLegacy-Button.AppLegacy-Button svg {
  fill: var(--pc-button-icon-fill);
}

.AppLegacy-Button.AppLegacy-Button:hover svg {
  fill: var(--pc-button-icon-fill_hover);
}

.AppLegacy-Button.AppLegacy-Button:active,
.AppLegacy-Button.AppLegacy-Button[data-state='open'] svg {
  fill: var(--pc-button-icon-fill_active);
}

.AppLegacy-Button.AppLegacy-Button:disabled,
.AppLegacy-Button.AppLegacy-Button[disabled],
.AppLegacy-Button--disabled.AppLegacy-Button--disabled svg {
  fill: var(--pc-button-icon-fill_disabled);
}

.AppLegacy-Button--pressed.AppLegacy-Button--pressed,
.AppLegacy-Button--pressed.AppLegacy-Button--pressed:hover,
.AppLegacy-Button--pressed.AppLegacy-Button--pressed:active,
.AppLegacy-Button--pressed.AppLegacy-Button--pressed:focus-visible svg {
  fill: var(--pc-button-icon-fill_pressed);
}

.AppLegacy-Button:hover {
  background: var(--pc-button-bg_hover);
  color: var(--pc-button-color_hover);
  box-shadow: var(--pc-button-box-shadow_hover);
}

.AppLegacy-Button:active,
.AppLegacy-Button[data-state='open'] {
  background: var(--pc-button-bg_active);
  color: var(--pc-button-color_active);
  box-shadow: var(--pc-button-box-shadow_active);
}

.AppLegacy-Button:focus-visible {
  background: var(--pc-button-bg_hover);
  color: var(--pc-button-color_hover);
  outline: var(--p-border-width-050) solid var(--p-color-border-focus);
  outline-offset: var(--p-space-025);
}

.AppLegacy-Button:focus-visible::after {
  content: none;
}

.AppLegacy-Button:disabled,
.AppLegacy-Button[disabled],
.AppLegacy-Button--disabled {
  background: var(--pc-button-bg_disabled);
  color: var(--pc-button-color_disabled);
  box-shadow: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

.AppLegacy-Button--pressed,
.AppLegacy-Button--pressed:hover,
.AppLegacy-Button--pressed:active,
.AppLegacy-Button--pressed:focus-visible {
  background: var(--pc-button-bg_pressed);
  color: var(--pc-button-color_pressed);
  box-shadow: var(--pc-button-box-shadow_pressed);
}

.AppLegacy-Button--variantPlain {
  --pc-button-color: var(--p-color-text-link);
  --pc-button-color_hover: var(--p-color-text-link-hover);
  --pc-button-color_active: var(--p-color-text-link-active);
}

.AppLegacy-Button--variantPlain:is(:hover, :active, :focus-visible):not(.AppLegacy-Button--removeUnderline) {
  text-decoration: underline;
}

.AppLegacy-Button--variantMonochromePlain {
  --pc-button-icon-fill: currentColor;
}

.AppLegacy-Button--variantPlain {
  --pc-button-bg_disabled: transparent;
  margin: calc(var(--pc-button-padding-block) * -1) calc(var(--pc-button-padding-inline) * -1);
}

.AppLegacy-Button--variantPlain:focus-visible {
  border-radius: var(--p-border-radius-300);
  outline-offset: calc(var(--pc-button-padding-block) * -1);
}

.AppLegacy-Button--toneSuccess:is(.AppLegacy-Button--variantSecondary,
  .AppLegacy-Button--variantTertiary,
  .AppLegacy-Button--variantPlain) {
  --pc-button-color: var(--p-color-text-success);
  --pc-button-color_hover: var(--p-color-text-success-hover);
  --pc-button-color_active: var(--p-color-text-success-active);
  --pc-button-icon-fill: currentColor;
}

.AppLegacy-Button--toneCritical:is(.AppLegacy-Button--variantSecondary,
  .AppLegacy-Button--variantTertiary,
  .AppLegacy-Button--variantPlain) {
  --pc-button-color: var(--p-color-text-critical);
  --pc-button-color_hover: var(--p-color-text-critical-hover);
  --pc-button-color_active: var(--p-color-text-critical-active);
  --pc-button-icon-fill: currentColor;
}

.AppLegacy-Button--sizeMicro {
  --pc-button-padding-block: var(--p-space-100);
  --pc-button-padding-inline: var(--p-space-200);
  min-height: var(--p-height-700);
  min-width: var(--p-width-700);
}

@media (min-width: 48em) {
  .AppLegacy-Button--sizeMicro {
    min-height: var(--p-height-600);
    min-width: var(--p-width-600);
  }
}

.AppLegacy-Button--toneCritical:is(.AppLegacy-Button--variantSecondary,
  .AppLegacy-Button--variantTertiary,
  .AppLegacy-Button--variantPlain) {
  --pc-button-color: var(--p-color-text-critical);
  --pc-button-color_hover: var(--p-color-text-critical-hover);
  --pc-button-color_active: var(--p-color-text-critical-active);
  --pc-button-icon-fill: currentColor;
}

.AppLegacy-Button--toneCritical:is(.AppLegacy-Button--variantPrimary) {
  --pc-button-box-shadow: var(--p-shadow-button-primary-critical);
  --pc-button-box-shadow_active: var(--p-shadow-button-primary-critical-inset);
  --pc-button-bg: var(--p-color-bg-fill-critical);
  --pc-button-bg_hover: var(--p-color-bg-fill-critical-hover);
  --pc-button-bg_active: var(--p-color-bg-fill-critical-active);
  --pc-button-bg_pressed: var(--p-color-bg-fill-critical-selected);
}

.AppLegacy-Sheet {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--p-color-bg-surface);
  box-shadow: var(--p-shadow-600);
}

@media screen and (-ms-high-contrast: active) {
  .AppLegacy-Sheet {
    border-left: var(--p-border-width-025) solid var(--p-color-border-secondary);
  }
}

@media (min-width: 48em) {
  .AppLegacy-Sheet {
    right: 0;
    width: var(--pc-sheet-desktop-width);
  }
}

.AppLegacy-Sheet:focus {
  outline: 0;
}

.AppLegacy-Sheet__Container {
  --pc-sheet-desktop-width: 23.75rem;
  position: fixed;
  z-index: var(--p-z-index-11);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 48em) {
  .AppLegacy-Sheet__Container {
    left: auto;
    width: var(--pc-sheet-desktop-width);
  }
}

.AppLegacy-Sheet__Bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform var(--p-motion-duration-300) var(--p-motion-ease);
  transform-origin: bottom;
}

.AppLegacy-Sheet--enterBottom {
  transform: translateY(100%);
}

.AppLegacy-Sheet--enterBottomActive {
  transform: translateY(0%);
}

.AppLegacy-Sheet--exitBottom {
  transform: translateY(0%);
}

.AppLegacy-Sheet--exitBottomActive {
  transform: translateY(100%);
}

.AppLegacy-Sheet__Right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform var(--p-motion-duration-300) var(--p-motion-ease);
  transform-origin: right;
}

.AppLegacy-Sheet--enterRight {
  transform: translateX(100%);
}

.AppLegacy-Sheet--enterRightActive {
  transform: translateX(0%);
}

.AppLegacy-Sheet--exitRight {
  transform: translateX(0%);
}

.AppLegacy-Sheet--exitRightActive {
  transform: translateX(100%);
}

.AppLegacy-Backdrop {
  position: fixed;
  z-index: var(--p-z-index-10);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  animation: var(--p-motion-keyframes-fade-in) var(--p-motion-duration-200) 1 forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}
