/*! Created: Fri, 27 Jun 2025 10:05:20 GMT */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap&subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap);
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */

.CircularProgressbar {
  /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   */
  width: 100%;
  /*
   * This fixes a centering issue with CircularProgressbarWithChildren:
   * https://github.com/kevinsqi/react-circular-progressbar/issues/94
   */
  vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

/*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }
  .Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards; }
  .Toastify__progress-bar--controlled {
    transition: transform .2s; }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: right; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }
.react-tabs {
  -webkit-tap-highlight-color: transparent;
}

.react-tabs__tab-list {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0;
}

.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
}

.react-tabs__tab--selected {
  background: #fff;
  border-color: #aaa;
  color: black;
  border-radius: 5px 5px 0 0;
}

.react-tabs__tab--disabled {
  color: GrayText;
  cursor: default;
}

.react-tabs__tab:focus {
  box-shadow: 0 0 5px hsl(208, 99%, 50%);
  border-color: hsl(208, 99%, 50%);
  outline: none;
}

.react-tabs__tab:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}

.react-tabs__tab-panel {
  display: none;
}

.react-tabs__tab-panel--selected {
  display: block;
}

/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}audio,embed,img,object,video{max-width:100%}iframe{border:0}table{border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#1f2937;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#dbdbdb;border:none;display:block;height:1px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}.has-text-justified{text-align:justify!important}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}.has-text-left{text-align:left!important}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-text-primary{color:#f6655f!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#f3372f!important}.has-text-link{color:#1f2937!important}a.has-text-link:focus,a.has-text-link:hover{color:#0d1116!important}.has-text-info{color:#209cee!important}a.has-text-info:focus,a.has-text-info:hover{color:#0f81cc!important}.has-text-success{color:#f6655f!important}a.has-text-success:focus,a.has-text-success:hover{color:#f3372f!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd324!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ff0537!important}.has-text-black-bis{color:#121212!important}.has-text-black-ter{color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.box{background-color:#fff;border-radius:5px;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;display:block;padding:1.25rem}.box:not(:last-child){margin-bottom:1.5rem}a.box:focus,a.box:hover{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px #1f2937}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #1f2937}.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border-radius:3px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid #dbdbdb;color:#363636;cursor:pointer;justify-content:center;padding:calc(.375em - 1px) .75em;text-align:center;white-space:nowrap}.button.is-active,.button.is-focused,.button:active,.button:focus{outline:none}.button[disabled]{cursor:not-allowed}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.375em - 1px);margin-right:.1875em}.button .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:calc(-.375em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.375em - 1px);margin-right:calc(-.375em - 1px)}.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#3273dc;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(31,41,55,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled]{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled]{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled]{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled]{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined[disabled]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:#363636}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:#363636}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#363636}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96.1%,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:#363636}.button.is-light[disabled]{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted:hover{background-color:#292929}.button.is-light.is-inverted[disabled]{background-color:#363636;border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined[disabled]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark{background-color:#363636;border-color:transparent;color:#f5f5f5}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#f5f5f5}.button.is-dark[disabled]{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted:hover{background-color:#e8e8e8}.button.is-dark.is-inverted[disabled]{background-color:#f5f5f5;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined[disabled]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-primary{background-color:#f6655f;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#f55953;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(246,101,95,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#f54e47;border-color:transparent;color:#fff}.button.is-primary[disabled]{background-color:#f6655f;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#f6655f}.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#f6655f}.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#f6655f;color:#f6655f}.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#f6655f;border-color:#f6655f;color:#fff}.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #f6655f #f6655f!important}.button.is-primary.is-outlined[disabled]{background-color:transparent;border-color:#f6655f;box-shadow:none;color:#f6655f}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#f6655f}.button.is-primary.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link{background-color:#1f2937;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#1a232f;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(31,41,55,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#161d27;border-color:transparent;color:#fff}.button.is-link[disabled]{background-color:#1f2937;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#1f2937}.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#1f2937}.button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#1f2937;color:#1f2937}.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#1f2937;border-color:#1f2937;color:#fff}.button.is-link.is-outlined.is-loading:after{border-color:transparent transparent #1f2937 #1f2937!important}.button.is-link.is-outlined[disabled]{background-color:transparent;border-color:#1f2937;box-shadow:none;color:#1f2937}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#1f2937}.button.is-link.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info{background-color:#209cee;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#1496ed;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(32,156,238,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#118fe4;border-color:transparent;color:#fff}.button.is-info[disabled]{background-color:#209cee;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#209cee}.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#209cee}.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#209cee;color:#209cee}.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#209cee;border-color:#209cee;color:#fff}.button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #209cee #209cee!important}.button.is-info.is-outlined[disabled]{background-color:transparent;border-color:#209cee;box-shadow:none;color:#209cee}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#209cee}.button.is-info.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success{background-color:#f6655f;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#f55953;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(246,101,95,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#f54e47;border-color:transparent;color:#fff}.button.is-success[disabled]{background-color:#f6655f;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#f6655f}.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#f6655f}.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#f6655f;color:#f6655f}.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#f6655f;border-color:#f6655f;color:#fff}.button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #f6655f #f6655f!important}.button.is-success.is-outlined[disabled]{background-color:transparent;border-color:#f6655f;box-shadow:none;color:#f6655f}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#f6655f}.button.is-success.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled]{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{color:#ffdd57}.button.is-warning.is-inverted,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled]{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined[disabled]{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-danger{background-color:#ff3860;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#ff2b56;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ff1f4b;border-color:transparent;color:#fff}.button.is-danger[disabled]{background-color:#ff3860;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#ff3860}.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#ff3860;color:#ff3860}.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#ff3860;border-color:#ff3860;color:#fff}.button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #ff3860 #ff3860!important}.button.is-danger.is-outlined[disabled]{background-color:transparent;border-color:#ff3860;box-shadow:none;color:#ff3860}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-small{border-radius:2px;font-size:.75rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled]{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading:after{animation:spinAround .5s linear infinite;border-radius:290486px;border-color:transparent transparent #dbdbdb #dbdbdb;border-style:solid;border-width:2px;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;left:calc(50% - .5em);top:calc(50% - .5em);position:absolute!important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:1em;padding-right:1em}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.is-centered{justify-content:center}.buttons.is-right{justify-content:flex-end}.container{margin:0 auto;position:relative}@media screen and (min-width:1024px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:32px;margin-right:32px;max-width:none;width:auto}}@media screen and (max-width:1215px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1407px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1216px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1408px){.container{max-width:1344px;width:1344px}}.content:not(:last-child){margin-bottom:1.5rem}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:400;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style:decimal outside}.content ol,.content ul{margin-left:2em;margin-top:1em}.content ul{list-style:disc outside}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636;text-align:left}.content table tr:hover{background-color:#f5f5f5}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content.is-small{font-size:.75rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.input,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border-radius:3px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top;background-color:#fff;border:1px solid #dbdbdb;color:#363636;box-shadow:inset 0 1px 2px rgba(10,10,10,.1);max-width:100%;width:100%}.input.is-active,.input.is-focused,.input:active,.input:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{outline:none}.input[disabled],.textarea[disabled]{cursor:not-allowed}.input::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input.is-hovered,.input:hover,.textarea.is-hovered,.textarea:hover{border-color:#b5b5b5}.input.is-active,.input.is-focused,.input:active,.input:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{border-color:#1f2937;box-shadow:0 0 0 .125em rgba(31,41,55,.25)}.input[disabled],.textarea[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder{color:hsla(0,0%,47.8%,.3)}.input[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder{color:hsla(0,0%,47.8%,.3)}.input[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder{color:hsla(0,0%,47.8%,.3)}.input[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder{color:hsla(0,0%,47.8%,.3)}.input[readonly],.textarea[readonly]{box-shadow:none}.input.is-white,.textarea.is-white{border-color:#fff}.input.is-white.is-active,.input.is-white.is-focused,.input.is-white:active,.input.is-white:focus,.textarea.is-white.is-active,.textarea.is-white.is-focused,.textarea.is-white:active,.textarea.is-white:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.input.is-black,.textarea.is-black{border-color:#0a0a0a}.input.is-black.is-active,.input.is-black.is-focused,.input.is-black:active,.input.is-black:focus,.textarea.is-black.is-active,.textarea.is-black.is-focused,.textarea.is-black:active,.textarea.is-black:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.input.is-light,.textarea.is-light{border-color:#f5f5f5}.input.is-light.is-active,.input.is-light.is-focused,.input.is-light:active,.input.is-light:focus,.textarea.is-light.is-active,.textarea.is-light.is-focused,.textarea.is-light:active,.textarea.is-light:focus{box-shadow:0 0 0 .125em hsla(0,0%,96.1%,.25)}.input.is-dark,.textarea.is-dark{border-color:#363636}.input.is-dark.is-active,.input.is-dark.is-focused,.input.is-dark:active,.input.is-dark:focus,.textarea.is-dark.is-active,.textarea.is-dark.is-focused,.textarea.is-dark:active,.textarea.is-dark:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.input.is-primary,.textarea.is-primary{border-color:#f6655f}.input.is-primary.is-active,.input.is-primary.is-focused,.input.is-primary:active,.input.is-primary:focus,.textarea.is-primary.is-active,.textarea.is-primary.is-focused,.textarea.is-primary:active,.textarea.is-primary:focus{box-shadow:0 0 0 .125em rgba(246,101,95,.25)}.input.is-link,.textarea.is-link{border-color:#1f2937}.input.is-link.is-active,.input.is-link.is-focused,.input.is-link:active,.input.is-link:focus,.textarea.is-link.is-active,.textarea.is-link.is-focused,.textarea.is-link:active,.textarea.is-link:focus{box-shadow:0 0 0 .125em rgba(31,41,55,.25)}.input.is-info,.textarea.is-info{border-color:#209cee}.input.is-info.is-active,.input.is-info.is-focused,.input.is-info:active,.input.is-info:focus,.textarea.is-info.is-active,.textarea.is-info.is-focused,.textarea.is-info:active,.textarea.is-info:focus{box-shadow:0 0 0 .125em rgba(32,156,238,.25)}.input.is-success,.textarea.is-success{border-color:#f6655f}.input.is-success.is-active,.input.is-success.is-focused,.input.is-success:active,.input.is-success:focus,.textarea.is-success.is-active,.textarea.is-success.is-focused,.textarea.is-success:active,.textarea.is-success:focus{box-shadow:0 0 0 .125em rgba(246,101,95,.25)}.input.is-warning,.textarea.is-warning{border-color:#ffdd57}.input.is-warning.is-active,.input.is-warning.is-focused,.input.is-warning:active,.input.is-warning:focus,.textarea.is-warning.is-active,.textarea.is-warning.is-focused,.textarea.is-warning:active,.textarea.is-warning:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.input.is-danger,.textarea.is-danger{border-color:#ff3860}.input.is-danger.is-active,.input.is-danger.is-focused,.input.is-danger:active,.input.is-danger:focus,.textarea.is-danger.is-active,.textarea.is-danger.is-focused,.textarea.is-danger:active,.textarea.is-danger:focus{box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.input.is-small,.textarea.is-small{border-radius:2px;font-size:.75rem}.input.is-medium,.textarea.is-medium{font-size:1.25rem}.input.is-large,.textarea.is-large{font-size:1.5rem}.input.is-fullwidth,.textarea.is-fullwidth{display:block;width:100%}.input.is-inline,.textarea.is-inline{display:inline;width:auto}.input.is-rounded{border-radius:290486px;padding-left:1em;padding-right:1em}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:.625em;resize:vertical}.textarea:not([rows]){max-height:600px;min-height:120px}.textarea[rows]{height:unset}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox[disabled],.radio[disabled]{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.25em}.select:not(.is-multiple):after{border:1px solid #1f2937;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;transform:rotate(-45deg);transform-origin:center;width:.5em;margin-top:-.375em;right:1.125em;top:50%;z-index:4}.select.is-rounded select{border-radius:290486px;padding-left:1em}.select select{-moz-appearance:none;-webkit-appearance:none;align-items:center;border-radius:3px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top;background-color:#fff;border:1px solid #dbdbdb;color:#363636;cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{outline:none}.select select[disabled]{cursor:not-allowed}.select select::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select.is-hovered,.select select:hover{border-color:#b5b5b5}.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{border-color:#1f2937;box-shadow:0 0 0 .125em rgba(31,41,55,.25)}.select select[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder{color:hsla(0,0%,47.8%,.3)}.select select[disabled]::-webkit-input-placeholder{color:hsla(0,0%,47.8%,.3)}.select select[disabled]:-moz-placeholder{color:hsla(0,0%,47.8%,.3)}.select select[disabled]:-ms-input-placeholder{color:hsla(0,0%,47.8%,.3)}.select select::-ms-expand{display:none}.select select[disabled]:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:unset;padding:0}.select select[multiple] option{padding:.5em 1em}.select:hover:after{border-color:#363636}.select.is-white select{border-color:#fff}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.select.is-black select{border-color:#0a0a0a}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.select.is-light select{border-color:#f5f5f5}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em hsla(0,0%,96.1%,.25)}.select.is-dark select{border-color:#363636}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary select{border-color:#f6655f}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(246,101,95,.25)}.select.is-link select{border-color:#1f2937}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(31,41,55,.25)}.select.is-info select{border-color:#209cee}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(32,156,238,.25)}.select.is-success select{border-color:#f6655f}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(246,101,95,.25)}.select.is-warning select{border-color:#ffdd57}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.select.is-danger select{border-color:#ff3860}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{border-color:#7a7a7a}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{animation:spinAround .5s linear infinite;border-radius:290486px;border-color:transparent transparent #dbdbdb #dbdbdb;border-style:solid;border-width:2px;content:"";display:block;height:1em;position:relative;width:1em;margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(10,10,10,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:#363636}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:#363636}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96.1%,.25);color:#363636}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:#363636}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#f5f5f5}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#f5f5f5}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#f5f5f5}.file.is-primary .file-cta{background-color:#f6655f;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#f55953;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(246,101,95,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#f54e47;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#1f2937;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#1a232f;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(31,41,55,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#161d27;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#209cee;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#1496ed;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(32,156,238,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#118fe4;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#f6655f;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#f55953;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(246,101,95,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#f54e47;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#ff3860;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#ff2b56;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,56,96,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ff1f4b;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:3px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:3px 3px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 3px 3px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 3px 3px 0}.file.is-right .file-name{border-radius:3px 0 0 3px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:.01em;left:0;outline:none;position:absolute;top:0;width:.01em}.file-cta,.file-name{-moz-appearance:none;-webkit-appearance:none;align-items:center;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;position:relative;vertical-align:top;border:1px solid #dbdbdb;border-radius:3px;font-size:1em;padding:calc(.375em - 1px) 1em;white-space:nowrap}.file-cta.is-active,.file-cta.is-focused,.file-cta:active,.file-cta:focus,.file-name.is-active,.file-name.is-focused,.file-name:active,.file-name:focus{outline:none}.file-cta[disabled],.file-name[disabled]{cursor:not-allowed}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border:1px solid #dbdbdb;border-left-width:0;display:block;max-width:16em;overflow:hidden;text-align:left;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#f6655f}.help.is-link{color:#1f2937}.help.is-info{color:#209cee}.help.is-success{color:#f6655f}.help.is-warning{color:#ffdd57}.help.is-danger{color:#ff3860}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child .button,.field.has-addons .control:first-child .input,.field.has-addons .control:first-child .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child .button,.field.has-addons .control:last-child .input,.field.has-addons .control:last-child .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button.is-hovered,.field.has-addons .control .button:hover,.field.has-addons .control .input.is-hovered,.field.has-addons .control .input:hover,.field.has-addons .control .select select.is-hovered,.field.has-addons .control .select select:hover{z-index:2}.field.has-addons .control .button.is-active,.field.has-addons .control .button.is-focused,.field.has-addons .control .button:active,.field.has-addons .control .button:focus,.field.has-addons .control .input.is-active,.field.has-addons .control .input.is-focused,.field.has-addons .control .input:active,.field.has-addons .control .input:focus,.field.has-addons .control .select select.is-active,.field.has-addons .control .select select.is-focused,.field.has-addons .control .select select:active,.field.has-addons .control .select select:focus{z-index:3}.field.has-addons .control .button.is-active:hover,.field.has-addons .control .button.is-focused:hover,.field.has-addons .control .button:active:hover,.field.has-addons .control .button:focus:hover,.field.has-addons .control .input.is-active:hover,.field.has-addons .control .input.is-focused:hover,.field.has-addons .control .input:active:hover,.field.has-addons .control .input:focus:hover,.field.has-addons .control .select select.is-active:hover,.field.has-addons .control .select select.is-focused:hover,.field.has-addons .control .select select:active:hover,.field.has-addons .control .select select:focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{font-size:1rem;position:relative;text-align:left}.control.has-icon .icon{color:#dbdbdb;height:2.25em;pointer-events:none;position:absolute;top:0;width:2.25em;z-index:4}.control.has-icon .input:focus+.icon{color:#7a7a7a}.control.has-icon .input.is-small+.icon{font-size:.75rem}.control.has-icon .input.is-medium+.icon{font-size:1.25rem}.control.has-icon .input.is-large+.icon{font-size:1.5rem}.control.has-icon:not(.has-icon-right) .icon{left:0}.control.has-icon:not(.has-icon-right) .input{padding-left:2.25em}.control.has-icon.has-icon-right .icon{right:0}.control.has-icon.has-icon-right .input{padding-right:2.25em}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#7a7a7a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.25em;pointer-events:none;position:absolute;top:0;width:2.25em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.25em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.25em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading:after{animation:spinAround .5s linear infinite;border-radius:290486px;border-color:transparent transparent #dbdbdb #dbdbdb;border-style:solid;border-width:2px;content:"";display:block;height:1em;position:relative;width:1em;position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-1by1 img,.image.is-2by1 img,.image.is-3by2 img,.image.is-4by3 img,.image.is-16by9 img,.image.is-square img{bottom:0;left:0;position:absolute;right:0;top:0;height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:3px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.notification:not(:last-child){margin-bottom:1.5rem}.notification a:not(.button){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{position:absolute;right:.5rem;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:#363636}.notification.is-dark{background-color:#363636;color:#f5f5f5}.notification.is-primary{background-color:#f6655f;color:#fff}.notification.is-link{background-color:#1f2937;color:#fff}.notification.is-info{background-color:#209cee;color:#fff}.notification.is-success{background-color:#f6655f;color:#fff}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-danger{background-color:#ff3860;color:#fff}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress:not(:last-child){margin-bottom:1.5rem}.progress::-webkit-progress-bar{background-color:#dbdbdb}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-primary::-webkit-progress-value{background-color:#f6655f}.progress.is-primary::-moz-progress-bar{background-color:#f6655f}.progress.is-primary::-ms-fill{background-color:#f6655f}.progress.is-link::-webkit-progress-value{background-color:#1f2937}.progress.is-link::-moz-progress-bar{background-color:#1f2937}.progress.is-link::-ms-fill{background-color:#1f2937}.progress.is-info::-webkit-progress-value{background-color:#209cee}.progress.is-info::-moz-progress-bar{background-color:#209cee}.progress.is-info::-ms-fill{background-color:#209cee}.progress.is-success::-webkit-progress-value{background-color:#f6655f}.progress.is-success::-moz-progress-bar{background-color:#f6655f}.progress.is-success::-ms-fill{background-color:#f6655f}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-danger::-webkit-progress-value{background-color:#ff3860}.progress.is-danger::-moz-progress-bar{background-color:#ff3860}.progress.is-danger::-ms-fill{background-color:#ff3860}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}.table{background-color:#fff;color:#363636;margin-bottom:1.5rem}.table td,.table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#f5f5f5}.table td.is-primary,.table th.is-primary{background-color:#f6655f;border-color:#f6655f;color:#fff}.table td.is-link,.table th.is-link{background-color:#1f2937;border-color:#1f2937;color:#fff}.table td.is-info,.table th.is-info{background-color:#209cee;border-color:#209cee;color:#fff}.table td.is-success,.table th.is-success{background-color:#f6655f;border-color:#f6655f;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#ff3860;border-color:#ff3860;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#f6655f;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table th{color:#363636;text-align:left}.table tr.is-selected{background-color:#f6655f;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tag:not(body){align-items:center;background-color:#6ec640;border-radius:10px;color:rgba(0,0,0,.7);display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25em;margin-right:-.375em}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:#363636}.tag:not(body).is-dark{background-color:#363636;color:#f5f5f5}.tag:not(body).is-primary{background-color:#f6655f;color:#fff}.tag:not(body).is-link{background-color:#1f2937;color:#fff}.tag:not(body).is-info{background-color:#209cee;color:#fff}.tag:not(body).is-success{background-color:#f6655f;color:#fff}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-danger{background-color:#ff3860;color:#fff}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete:after,.tag:not(body).is-delete:before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete:before{height:1px;width:50%}.tag:not(body).is-delete:after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#62b636}.tag:not(body).is-delete:active{background-color:#58a330}.tag:not(body).is-rounded{border-radius:290486px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.subtitle sup,.title sub,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.5rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.5rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.block:not(:last-child){margin-bottom:1.5rem}.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.delete:after,.delete:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete:before{height:2px;width:50%}.delete:after{height:50%;width:2px}.delete:focus,.delete:hover{background-color:rgba(10,10,10,.3)}.delete:active{background-color:rgba(10,10,10,.4)}.delete.is-small{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.delete.is-medium{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.delete.is-large{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight:not(:last-child){margin-bottom:1.5rem}.highlight pre{overflow:auto;max-width:100%}.loader{animation:spinAround .5s linear infinite;border-color:transparent transparent #dbdbdb #dbdbdb;border-style:solid;border-width:2px;content:"";display:block;height:1em;position:relative;width:1em}.loader,.number{border-radius:290486px}.number{align-items:center;background-color:#f5f5f5;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:stretch;display:flex;font-size:1rem;overflow:hidden;overflow-x:auto;white-space:nowrap}.breadcrumb:not(:last-child){margin-bottom:1.5rem}.breadcrumb a{align-items:center;color:#33333a;display:flex;justify-content:center;padding:.5em .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636}.breadcrumb li+li:before{color:#7a7a7a;content:"\0002f"}.breadcrumb ol,.breadcrumb ul{align-items:center;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li:before{content:"\02192"}.breadcrumb.has-bullet-separator li+li:before{content:"\02022"}.breadcrumb.has-dot-separator li+li:before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li:before{content:"\0227B"}.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem}.card-header-icon,.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;padding:.75rem}.card-image{display:block;position:relative}.card-content{padding:1.5rem}.card-footer{border-top:1px solid #dbdbdb;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:unset;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:3px;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item{padding-right:3rem;white-space:nowrap}a.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active{background-color:#1f2937;color:#fff}.dropdown-divider{background-color:#dbdbdb;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level:not(:last-child){margin-bottom:1.5rem}.level code{border-radius:3px}.level img{display:inline-block;vertical-align:top}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item{margin-right:.75rem}.level.is-mobile .level-item:not(:last-child){margin-bottom:0}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media print,screen and (min-width:769px){.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media print,screen and (min-width:769px){.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media print,screen and (min-width:769px){.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:left}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid hsla(0,0%,85.9%,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid hsla(0,0%,85.9%,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;overflow:auto;text-align:left}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#1f2937;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:3px;font-size:1rem}.message:not(:last-child){margin-bottom:1.5rem}.message strong{color:currentColor}.message a:not(.button):not(.tag){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff;color:#4d4d4d}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a;color:#090909}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:#363636}.message.is-light .message-body{border-color:#f5f5f5;color:#505050}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#f5f5f5}.message.is-dark .message-body{border-color:#363636;color:#2a2a2a}.message.is-primary{background-color:#fef6f5}.message.is-primary .message-header{background-color:#f6655f;color:#fff}.message.is-primary .message-body{border-color:#f6655f;color:#c41e17}.message.is-link{background-color:#f8fafb}.message.is-link .message-header{background-color:#1f2937;color:#fff}.message.is-link .message-body{border-color:#1f2937;color:#1a222d}.message.is-info{background-color:#f6fbfe}.message.is-info .message-header{background-color:#209cee;color:#fff}.message.is-info .message-body{border-color:#209cee;color:#12537e}.message.is-success{background-color:#fef6f5}.message.is-success .message-header{background-color:#f6655f;color:#fff}.message.is-success .message-body{border-color:#f6655f;color:#c41e17}.message.is-warning{background-color:#fffdf5}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#3b3108}.message.is-danger{background-color:#fff5f7}.message.is-danger .message-header{background-color:#ff3860;color:#fff}.message.is-danger .message-body{border-color:#ff3860;color:#cd0930}.message-header{align-items:center;background-color:#4a4a4a;border-radius:3px 3px 0 0;color:#fff;display:flex;justify-content:space-between;line-height:1.25;padding:.5em .75em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-top-left-radius:0;border-top-right-radius:0;border-top:none}.message-body{border:1px solid #dbdbdb;border-radius:3px;color:#4a4a4a;padding:1em 1.25em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:transparent}.modal{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;display:none;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{bottom:0;left:0;position:absolute;right:0;top:0;background-color:rgba(10,10,10,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media print,screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px;background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-close:after,.modal-close:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close:before{height:2px;width:50%}.modal-close:after{height:50%;width:2px}.modal-close:focus,.modal-close:hover{background-color:rgba(10,10,10,.3)}.modal-close:active{background-color:rgba(10,10,10,.4)}.modal-close.is-small{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.modal-close.is-medium{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.modal-close.is-large{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-foot,.modal-card-head{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:5px;border-top-right-radius:5px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link:after,.navbar.is-white .navbar-start .navbar-link:after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link:after,.navbar.is-black .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#363636}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link:after{border-color:#363636}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#363636}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-end .navbar-link:after,.navbar.is-light .navbar-start .navbar-link:after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#f5f5f5}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#f5f5f5}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-end .navbar-link:after,.navbar.is-dark .navbar-start .navbar-link:after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#f6655f;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#f54e47;color:#fff}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#f54e47;color:#fff}.navbar.is-primary .navbar-end .navbar-link:after,.navbar.is-primary .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#f54e47;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#f6655f;color:#fff}}.navbar.is-link{background-color:#1f2937;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#161d27;color:#fff}.navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#161d27;color:#fff}.navbar.is-link .navbar-end .navbar-link:after,.navbar.is-link .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#161d27;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#1f2937;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-end .navbar-link:after,.navbar.is-info .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#f6655f;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#f54e47;color:#fff}.navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#f54e47;color:#fff}.navbar.is-success .navbar-end .navbar-link:after,.navbar.is-success .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#f54e47;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#f6655f;color:#fff}}.navbar.is-warning{background-color:#ffdd57}.navbar.is-warning,.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link:after,.navbar.is-warning .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-end .navbar-link:after,.navbar.is-danger .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem 1rem;position:relative}a.navbar-item.is-active,a.navbar-item:hover,a.navbar-link.is-active,a.navbar-link:hover{background-color:#f5f5f5;color:#1f2937}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#1f2937}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom:3px solid #1f2937;color:#1f2937;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#dbdbdb;border:none;display:none;height:1px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top-touch .navbar-menu,.navbar.is-fixed-top .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-link.is-active,.navbar.is-transparent a.navbar-link:hover{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#1f2937}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid #dbdbdb;border-radius:5px 5px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-link:after{border:1px solid #1f2937;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;transform:rotate(-45deg);transform-origin:center;width:.5em;margin-top:-.375em;right:1.125em;top:50%}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#1f2937}.navbar-dropdown.is-boxed{border-radius:5px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% - 4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-1rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}a.navbar-item.is-active,a.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),a.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#f5f5f5}}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:1em;padding:calc(.375em - 1px) .5em;justify-content:center;margin:.25rem;text-align:center}.pagination-ellipsis.is-active,.pagination-ellipsis.is-focused,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link.is-active,.pagination-link.is-focused,.pagination-link:active,.pagination-link:focus,.pagination-next.is-active,.pagination-next.is-focused,.pagination-next:active,.pagination-next:focus,.pagination-previous.is-active,.pagination-previous.is-focused,.pagination-previous:active,.pagination-previous:focus{outline:none}.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{cursor:not-allowed}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.25em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#3273dc}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#1f2937;border-color:#1f2937;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-list li,.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel-block,.panel-heading,.panel-tabs{border-bottom:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.panel-block:first-child,.panel-heading:first-child,.panel-tabs:first-child{border-top:1px solid #dbdbdb}.panel-heading{background-color:#f5f5f5;border-radius:3px 3px 0 0;color:#363636;font-size:1.25em;font-weight:300;line-height:1.25;padding:.5em .75em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#1f2937}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#1f2937;color:#363636}.panel-block.is-active .panel-icon{color:#1f2937}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs:not(:last-child){margin-bottom:1.5rem}.tabs a{align-items:center;border-bottom:1px solid #dbdbdb;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#1f2937;color:#1f2937}.tabs ul{align-items:center;border-bottom:1px solid #dbdbdb;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-center,.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:3px 3px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-radius:3px 0 0 3px}.tabs.is-toggle li:last-child a{border-radius:0 3px 3px 0}.tabs.is-toggle li.is-active a{background-color:#1f2937;border-color:#1f2937;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:.75rem}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media print,screen and (min-width:769px){.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(var(--columnGap)*-1);margin-right:calc(var(--columnGap)*-1)}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}.columns.is-variable.is-1{--columnGap:.25rem}.columns.is-variable.is-2{--columnGap:.5rem}.columns.is-variable.is-3{--columnGap:.75rem}.columns.is-variable.is-4{--columnGap:1rem}.columns.is-variable.is-5{--columnGap:1.25rem}.columns.is-variable.is-6{--columnGap:1.5rem}.columns.is-variable.is-7{--columnGap:1.75rem}.columns.is-variable.is-8{--columnGap:2rem}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media print,screen and (min-width:769px){.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.tile.is-12{flex:none;width:100%}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover,.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover,.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover,.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:hsla(0,0%,96.1%,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:hsla(0,0%,96.1%,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover,.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}}.hero.is-primary{background-color:#f6655f;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#f6655f}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#f54e47;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover,.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f6655f}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#fe243f,#f6655f 71%,#fb8f74)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fe243f,#f6655f 71%,#fb8f74)}}.hero.is-link{background-color:#1f2937;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#1f2937}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#161d27;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover,.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1f2937}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#0b1318,#1f2937 71%,#252f4a)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#0b1318,#1f2937 71%,#252f4a)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#118fe4;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover,.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#04a6d7,#209cee 71%,#3287f5)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#04a6d7,#209cee 71%,#3287f5)}}.hero.is-success{background-color:#f6655f;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#f6655f}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#f54e47;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover,.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f6655f}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#fe243f,#f6655f 71%,#fb8f74)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fe243f,#f6655f 71%,#fb8f74)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover,.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover,.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media print,screen and (min-width:769px){.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media print,screen and (min-width:769px){.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-fullheight .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{bottom:0;left:0;position:absolute;right:0;top:0;overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media print,screen and (min-width:769px){.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0}.hero-body,.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#f5f5f5;padding:3rem 1.5rem 6rem}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media (hover:hover) and (pointer:fine){.image-gallery-icon:hover{color:#f6655f}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #f6655f}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media (max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media (max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:transparent;border:1px solid #fff;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media (max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#f6655f;border:1px solid #f6655f}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media (hover:hover) and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#f6655f;border:1px solid #f6655f}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#f6655f}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:100px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 5px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media (max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #f6655f}@media (max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #f6655f}}@media (hover:hover) and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #f6655f}}@media (hover:hover) and (pointer:fine) and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #f6655f}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media (max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}html.no-scroll-desktop{margin:0;height:100%;overflow:hidden}.image-gallery-bullets .image-gallery-bullets-container{background-color:rgba(0,0,0,.2)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:80px;width:10px;transform:scale(2)}.image-gallery-icon:hover .image-gallery-svg{transform:scale(2.1)}.image-gallery-thumbnails-wrapper.left{min-height:340px}.dark-overflow{background:rgba(30,30,30,.4);position:fixed;top:0;left:0;height:100%;z-index:900;width:100%}body{transition:margin .2s ease-in-out}a,button,input{outline:none}hr.separator{margin:1rem 0}.navbar-burger{margin-left:0}.navbar-burger span{height:2px;width:18px}.box{border-radius:0}.box.sidebar{height:100%}@keyframes aside{0%{left:-300px;opacity:0}to{left:0;opacity:1}}.modal-content{z-index:1002;position:absolute;right:0;left:0;bottom:0;margin:0;top:0;border:1px solid #e8e8e8;max-height:100%}.shipping-company{display:none}@media screen and (max-width:992px){.container{margin:0 24px}}@media screen and (max-width:769px){body.search-active{margin-top:6.25rem}.image-gallery-bullets .image-gallery-bullets-container{background-color:rgba(0,0,0,.2);padding:4px 0;display:flex;width:fit-content;width:-moz-fit-content;margin:0}body.noscroll{overflow:hidden;position:fixed;width:100%}}.image-gallery-content{max-width:76.25rem;margin:0 auto}.caption{right:0;text-align:center;height:100%;display:flex;flex-direction:column;white-space:normal}.caption,.caption-title{position:absolute;top:0;left:0}.caption-title{width:60%;font-size:58px;line-height:1;font-weight:600;padding:50px 0;text-align:left;color:#1f1c1b}.caption-description{width:80%;font-size:1rem;line-height:1.5;font-weight:600;margin-top:.75rem}.caption-btn{line-height:1.5;margin-top:1rem;width:80%;min-height:50px;padding:10px;font-family:Graphik LCG;font-weight:400;font-size:16px;letter-spacing:2px;border:none;color:#3e77aa}.caption-button{margin-top:2.5rem}.caption-button a{color:#fff;background-color:rgba(0,0,0,.3);font-size:1.3rem;font-weight:500;text-transform:uppercase;padding:.5rem 2.5rem;border:1px solid #fff}.caption-button a:hover{background-color:#fff;color:#333}.image-gallery-left-nav,.image-gallery-right-nav{width:3rem;background-size:2rem;background-repeat:no-repeat;background-position:50%;padding:30px 15px;font-size:3em}.image-gallery-bullets .image-gallery-bullet{box-shadow:none;border-radius:50%}.image-gallery-bullets{bottom:5px}.checklist-slider{margin-left:70px;margin-top:100px;padding-top:20px}.checklist-slider .image-gallery-bullets{bottom:202px;left:450px;margin:0 auto;position:absolute;right:0;width:80%;z-index:4;transform:rotate(90deg)}.checklist-slider .image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:transparent;border:1px solid #fff;box-shadow:0 1px 0 #1a1a1a;cursor:pointer;display:inline-block;margin:0 30px;outline:none;padding:15px;box-shadow:none}.checklist-slider .image-gallery-bullets .image-gallery-bullet.active{background:#fff}.howItWork{padding:80px 10.25rem 8.65rem 175px}.image-gallery-bullets .image-gallery-bullets-container{background-color:rgba(0,0,0,.5);padding:4px 0;display:flex;width:fit-content;width:-moz-fit-content;margin:0 auto;border-radius:.375rem}.image-gallery-slides{margin:1px;max-height:575px}.image-gallery-slides img{max-height:575px!important}.checklist-slider-wrapper.with-banner{margin-top:0}.checklist-slider-wrapper.with-banner img{position:absolute;z-index:9}@media screen and (max-width:769px){h1{font-size:18px}h2,h3,h4,h5,h6{font-size:14px}.container{margin:0 12px}.image-gallery-left-nav,.image-gallery-right-nav{padding:20px 10px;background-size:1rem}.caption-title{font-size:18px}.image-gallery-slides{border-radius:2px}.caption-description{font-size:12px;margin-top:.5rem;width:100%;padding:10px;position:inherit}.caption-description image{object-fit:scale-down}.caption-btn{margin-top:.5rem;font-size:9px;line-height:inherit;font-weight:700;padding:10px;color:#000}.caption-button a{font-size:.75rem;padding:.25rem 2rem}}.CartShadow{box-shadow:0 2px 20px 0 rgba(0,0,0,.1);padding:0}.checkout-form{margin:20px 60px;padding:0}@media screen and (max-width:768px){.checkout-form{margin:0}}.checkout-form .checkout-button-wrap{margin-top:20px}.checkout-form .checkout-field-preview~.checkout-button-wrap{margin:30px 0 0}.checkout-button-wrap{display:flex;justify-content:space-between;width:100%}.checkout-button-wrap .checkout-button{width:100%;height:70px;border:none;font-size:11px;font-family:Graphik LCG;letter-spacing:2px;font-weight:500;background-color:#33333a;color:#fff;text-transform:uppercase;display:block;justify-content:space-between;padding:0 40px;min-height:40px;cursor:pointer;align-items:center}.checkout-button-wrap .checkout-button:hover{background-color:#1f1c1b;border:2px solid #dbdbdb;color:#fff;transition:all .3s ease-in;-webkit-transition:all .3s ease-in}.checkout-button-wrap .checkout-button:disabled{background-color:rgba(0,0,0,.2);min-height:50px}.button.is-loading:after{border-color:#fe7865 transparent #4a4a4a #4a4a4a}.payment-form iframe{width:680px!important}@media screen and (max-width:768px){.payment-form iframe{width:320px!important;height:500px}}.form-title{font-family:Graphik LCG;font-weight:500;font-size:14px;color:#1f1c1b;letter-spacing:2px;text-align:left;margin-bottom:10px;text-transform:uppercase}.form-title.location{text-align:-webkit-center;position:relative;top:20px;background-color:#fff;border-radius:20px;box-shadow:1px 0 10px 0 #f3f3f3;margin-bottom:70px}.form-title.promo{text-align:left;position:relative;width:100%;padding:5px 10px;margin:0}.form-title.promo svg{height:16px;margin:0}.form-title svg{margin-right:15px}.checkout-field input[type=password],.checkout-field input[type=text],.checkout-field textarea{width:100%;height:70px;border:2px solid #ededed;font-size:11px;padding:12px 16px;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-align:center;background-clip:padding-box;background-color:#4a4a4a;color:#fff;box-sizing:border-box;vertical-align:baseline;-webkit-appearance:none}.checkout-field input[type=password]{margin:5px}.checkout-field-additional-number-button{opacity:.5;font-family:Graphik LCG;font-size:14px;border:none;background:none;margin-bottom:14px;text-align:left}.checkout-field-additional-number-button input{display:none}.checkout-field-email-tel-wrapper{display:flex;justify-content:space-between;width:88%}.checkout-field-email-tel-wrapper .checkout-field{width:100%}.checkout-field-contact-wrapper{display:flex;justify-content:space-between;width:88%}@media screen and (max-width:768px){.checkout-field-contact-wrapper{width:100%}}.checkout-field-contact-wrapper .checkout-field{width:45%}.checkout-field-coupon{display:flex;justify-content:space-between;width:100%}.checkout-field-coupon .checkout-field{width:100%}.label-do-not-call{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;font-family:Graphik LCG;font-size:14px;margin:10px}.label-do-not-call label{margin-left:10px}.label-do-not-call input{border-radius:50%}.shipping-homeaddress-form{display:flex;flex-direction:row;justify-content:space-between}.shipping-homeaddress-form .checkout-field{width:100%}.checkout-field{height:70px}.checkout-field label{color:red}.checkout-field div{font-family:Graphik LCG;font-size:11px}.checkout-field div label{color:red}.checkout-field div text{font-family:Graphik LCG;font-size:11px;color:#7a7a7a!important}.checkout-field input[type=email],.checkout-field input[type=tel],.checkout-field textarea{width:100%;border:2px solid #ededed;height:70px;font-size:11px;padding:12px 16px;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-align:center;background-clip:padding-box;box-sizing:border-box;vertical-align:baseline;-webkit-appearance:none;background-color:#4a4a4a;color:#fff;line-height:3.7}.checkout-field input[type=email]:focus,.checkout-field input[type=tel]:focus,.checkout-field input[type=text]:focus,.checkout-field textarea:focus{outline:none;border:2px solid #f6655f;background-clip:padding-box;box-sizing:border-box;vertical-align:baseline;-webkit-appearance:none}.checkout-field input[type=email].invalid,.checkout-field input[type=tel].invalid,.checkout-field input[type=text].invalid,.checkout-field textarea.invalid{border:1px solid #e96161;background-color:rgba(233,97,97,.05);color:#7a7a7a!important}.checkout-field label{font-size:11px;font-weight:500;font-family:Graphik LCG;margin:10px;text-align:left;position:absolute;color:#7a7a7a!important}.checkout-field .error{color:#e96161;padding-left:10px;font-weight:500}.checkout-field-preview{display:flex;align-items:center;white-space:nowrap}.checkout-field-preview .name{width:100%;color:#747679;text-align:left;padding-right:50px;line-height:30px}.checkout-field-preview .value{color:#000;border-bottom:2px solid #e0e0e0;background-color:#fff;padding:12px 16px;width:90%;margin-right:20px;height:auto;cursor:inherit;text-align:start!important;display:flex;white-space:pre-wrap}.is-center{text-align:center;margin-bottom:50px;margin-top:50px}.checkout-form h1{font-size:1.5rem;font-weight:300;margin-bottom:.5rem;margin-top:0}.checkout-form h1 span{color:#747679;margin-right:.5rem}.checkout-form h2{font-size:16px;margin-bottom:4px;margin-top:16px}.shipping-method-field{display:flex;flex-direction:column;justify-content:space-between;width:100%}.shipping-method-field .wrapper-shipping-method-field{width:88%;margin:auto 60px}.shipping-method-field .wrapper-shipping-method-field .form-title,.shipping-method-field .wrapper-shipping-method-field h2{font-family:Graphik LCG;font-size:14px;font-weight:500;color:#1f1c1b}.shipping-method-field .wrapper-shipping-method-field .form-title{letter-spacing:2px;text-align:left;margin:auto -50px}@media screen and (max-width:768px){.shipping-method-field .wrapper-shipping-method-field .form-title{margin:10px 0}}.shipping-method-field .wrapper-shipping-method-field .form-title svg{margin-right:15px}.shipping{position:absolute;width:45%}.payment-methods,.shipping-methods{box-shadow:inset 0 -1px 0 0 #e0e0e0;border-radius:3px;margin-bottom:14px}.payment-method,.shipping-method{display:flex;align-items:center;flex-direction:row;justify-content:space-between;font-weight:400;padding:12px 16px;box-shadow:inset 0 -1px 0 0 #e0e0e0;cursor:pointer;margin:0}.payment-method div,.shipping-method div{flex-grow:2}.payment-method input[type=radio],.shipping-method input[type=radio]{margin-right:16px;min-width:20px}.payment-method.active,.payment-method:hover,.shipping-method.active,.shipping-method:hover{background-color:#f9f9f9}.payment-method-description,.shipping-method-description{font-size:12px;color:#747679}.payment-method:last-child,.shipping-method:last-child{border-bottom:none}.shipping-method-rate{white-space:nowrap;font-size:11px;font-weight:500;padding-left:10px}.checkout-box-title-wrap .separator{display:none}.account-profile-list .checkout-box-title{display:flex;justify-content:space-between;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;font-size:14px;color:#1f1c1b;margin-bottom:32px;text-align:left}.account-profile-list .checkout-box-title.first{display:block;border:3px solid #eaeaea;padding:20px}.account-profile-list .checkout-box-title.margin-bottom{margin-bottom:32px}.checkout-box{width:100%}.checkout-box .checkout-box-title{display:flex;justify-content:space-between;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;font-size:14px;text-transform:uppercase;color:#1f1c1b;margin-bottom:32px}.checkout-box .checkout-box-title.first{display:block;border:3px solid #eaeaea;padding:20px}.checkout-box .checkout-box-title-number{display:flex;justify-content:center;align-items:center;width:25px;height:25px;margin-top:5px;background-color:#f6655f}.checkout-box .checkout-box-title-number p{font-family:Graphik LCG;font-size:14px;font-weight:500;line-height:1.71;text-align:center;color:#fff}.checkout-box,.checkout-step{padding:30px;background-color:#fff}.checkout-box .summary-block{margin:0 -30px;padding:20px;border-radius:0 0 8px 8px;font-size:.9rem;line-height:1.8rem;color:#656565}.checkout-box hr.separator{height:1px;background-color:#ebebed}.checkout-box .product-image{width:130px;border:3px solid #eee;object-fit:scale-down;height:50px}@media screen and (max-width:767.98px){.checkout-box .product-image{display:none}}.checkout-box .price{font-size:.9rem}.checkout-box .total-text{font-size:16px;font-weight:600;display:flex;justify-content:space-between;color:#4a4a4a;flex-direction:column}.checkout-box .cart-left-text,.checkout-box .total-text.cashback{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:1.71}.checkout-box .cart-left-text{color:#33333a}.checkout-box .cart-right-text{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:1.71;text-align:right}.checkout-box .cart-right-text span{color:#f6655f}.checkout-box .total-price{text-align:right;font-weight:500;font-size:1.25rem}.checkout-box .total-price span{font-family:Roboto,sans-serif;font-size:16px;font-weight:600;line-height:1.5;text-align:right;color:#f6655f}.checkout-box .qty{align-items:center;margin:5px 0;display:flex}.checkout-box .qty span:first-of-type{margin-right:10px}.checkout-step{margin-bottom:30px}.checkout-step-none{display:none}.billing-as-shipping{margin:10px 0;cursor:pointer}.billing-as-shipping label{padding-left:10px}.checkout-success-title{text-align:center}.checkout-success-title img{width:60px;padding-bottom:20px}.checkout-success-totals div{display:flex;justify-content:space-between;margin-top:.75rem}.checkout-success-row{margin-bottom:.75rem!important;padding-bottom:.75rem!important;box-shadow:inset 0 -1px 0 0 #e0e0e0;align-items:center}.checkout-success-row span{color:#999}.checkout-success-details .shipping-field{font-size:90%;margin-top:4px}.checkout-success-details .shipping-field label{color:#747679}.bonus-checkout{display:block;width:100%}.columns-checkout{flex-direction:row-reverse}.multi-step-bar{flex-direction:row;margin:auto;width:90%}.multi-step-bar,.multi-step-bar-part{display:flex;justify-content:center;align-items:center}.multi-step-bar-part{width:33%;height:50px;border-bottom:2px solid #e0e0e0;opacity:.5;font-family:Graphik LCG;font-weight:500;font-size:14px;letter-spacing:2px;color:#dbdbdb;text-transform:uppercase}.multi-step-bar-part.isActive{opacity:1;border-bottom:2px solid #f6655f;color:#f6655f}.multi-step-bar-part .multi-step-bar-part-step{display:none}.media-left img{height:96px;object-fit:scale-down}@media screen and (max-width:768px){.column{padding:0}.CheckMobile{display:none}.checkout-field-preview{margin-bottom:1rem;align-items:center;font-size:11px;display:block}.checkout-field-preview .name{width:40%;color:#747679;text-align:left;padding-right:20px;line-height:normal;margin-bottom:5px}.checkout-field-preview .value{color:#1f1c1b;border:1px solid #e0e0e0;background-color:hsla(0,0%,94.5%,.24);padding:12px 16px;border-radius:4px;width:70%;height:70px;cursor:inherit;text-align:start!important}.section-checkout{padding-left:0;padding-right:0;padding-top:10px;margin:0 0 15px!important}.columns-checkout{padding:0;margin:0;background-color:#fff}.checkout-box{width:370px;padding-left:20px;padding-right:20px}.checkout-box .summary-block{margin:0 -20px;display:flex}.checkout-success-row{font-size:.75rem}.section-checkout h1{font-size:1.5em}.checkout-button{width:100%}.checkout-box-title-wrap .separator{display:block;width:100%}.checkout-box{width:100%}.checkout-box .checkout-box-title{padding:0;margin:0 0 10px}.checkout-box .checkout-box-title-number p{font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1.71;text-align:center;color:#fff}.checkout-box .checkout-box-main{display:flex;width:100%}.checkout-box .checkout-box-main .image{height:50px}.multi-step-bar{margin:0;width:100%}.multi-step-bar .multi-step-bar-part{width:100%;height:50px;margin-bottom:20px;display:none}.multi-step-bar .multi-step-bar-part.isActive{display:flex;flex-direction:column;justify-content:center;align-items:center}.multi-step-bar .multi-step-bar-part p{font-family:Roboto,sans-serif;font-size:14px;color:#000}.multi-step-bar .multi-step-bar-part .multi-step-bar-part-step{display:block;opacity:.6;font-family:Roboto,sans-serif;font-size:14px;letter-spacing:2px;color:#33333a}.checkout-box,.checkout-step{padding:5px}.checkout-button-wrap .checkout-button{width:100%;height:50px}.checkout-field-email-tel-wrapper{display:flex;flex-direction:column;width:100%}.checkout-field-email-tel-wrapper .checkout-field{width:100%}.shipping-method-field{display:flex;flex-direction:column;width:100%}.shipping-method-field .wrapper-shipping-method-field{margin:0;width:100%}.checkout-button-wrap .checkout-button{margin-top:20px;padding:0 10px}}.StripeElement{background-color:#fff;height:40px;padding:10px 12px;border-radius:3px;border:1px solid #e0e0e0;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow .15s ease;transition:box-shadow .15s ease}.StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background-color:#fefde5!important}.payment-form iframe{width:680px;height:740px;border-radius:20px}@media screen and (max-width:768px){.payment-form iframe{width:320px;height:500px}}@media screen and (min-width:768px) and (max-width:1205px){.checkout-prod-img{display:none}}@media screen and (max-width:424px){.checkout-prod-img{display:none}}.mini-cart{position:absolute;width:450px;top:83%;right:0;background:#fff;z-index:99;box-shadow:1px 10px 10px 0 hsla(0,0%,80.4%,.4);border:1px solid #e8e8e8;border-width:1px 0 0 1px;transition:right .2s ease-in-out;padding:20px;text-align:left;font-size:90%;max-height:500px;border-radius:2px}.mini-cart-left{left:0}.mini-cart-open .mini-cart{right:0}.cartViewed{transform:scale(.6);position:absolute!important;top:50px!important;left:-230px!important}@media screen and (max-width:768px){.cartViewed{top:100px!important;left:0!important;width:100%;transform:scale(1)}}.mini-cart-empty-title{text-align:left}.mini-cart-empty-title h1{font-size:18px}.mini-cart-empty-title p{font-size:12px;margin:10px 0}.products-cart-image{opacity:1;transition:opacity .2s ease-in;max-height:100%;max-width:100%;object-fit:scale-down;justify-content:center;align-items:center;overflow:hidden;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.products-cart-image img{height:auto;max-width:100%;max-height:150px}.cart-border{padding:10px;border:1px solid #dbdbdb;border-radius:4px;margin:10px 0}.mini-cart-title{display:flex;flex-direction:row;align-items:center}.mini-cart-title p{font-family:Roboto,sans-serif;font-size:24px;color:#1f1c1b}.mini-cart-title .mini-cart-quantity{display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:0;background-color:#f6655f;color:#fff;margin-left:10px}.modal-button{color:#1f1c1b;border:0;background-color:transparent;cursor:pointer;font-size:11px;letter-spacing:2px;font-family:Graphik LCG;font-weight:500;text-transform:uppercase;display:flex;width:100%;justify-content:center}.modal-button p{border-bottom:2px solid #1f1c1b}.modal-button p:hover{border-bottom:none;transition:all .3s ease-in;-webkit-transition:all .3s ease-in;transition:.2s linear 50ms}.exit-cart-btn{align-self:center;justify-content:flex-end}.exit-cart-btn svg:hover{stroke:#f6655f}.mini-cart-item-price{padding-bottom:6px}.mini-cart .product-new-price{color:#e72b1e}.mini-cart .product-option{margin-bottom:15px}.mini-cart .product-option-name{color:#777}.cart-column{display:flex;flex-direction:column}.cart-column-title,.wrapper-cart-checkout-name{align-items:baseline}.cart-column-title a:hover,.wrapper-cart-checkout-name a:hover{color:#f6655f;text-decoration:underline}.cart-column-title .button.is-light,.wrapper-cart-checkout-name .button.is-light{background:none;border:none;font-size:20px;opacity:.6;transform:rotate(45deg);padding:15px;height:12px;width:12px;line-height:20px;display:flex;align-items:center;justify-content:center;text-decoration:none!important}.cart-column-title .button.is-light:hover,.wrapper-cart-checkout-name .button.is-light:hover{border:none;border-radius:50%;background-color:#f8f8f8;color:#f6655f}.cart-column-title{display:flex;flex-direction:row;justify-content:space-between}.cart-column-title a:first-child{width:70%}.Cashbackbutton.is-light{background:none;border:none;font-size:20px;opacity:.6;transform:rotate(45deg);padding:15px;height:12px;width:12px;line-height:20px;display:flex;align-items:center;justify-content:center;text-decoration:none!important;position:relative;left:310px;border-radius:50%}.Cashbackbutton.is-light:hover{border:none;border-radius:50%;background-color:#f8f8f8;color:#f6655f}.cart-quantity{height:40px!important;width:70%;position:relative}.cart-option{display:flex;justify-content:space-between;opacity:.6;font-family:Roboto,sans-serif;font-size:14px;letter-spacing:2px;color:#33333a}@media screen and (max-width:767.98px){.cart-option{display:none}}.cart-option.cart-margin{margin-left:22px}.cart-option span{opacity:1;width:66px;height:19px;font-family:Roboto,sans-serif;font-size:14px;text-align:right;color:#000}.option-price{justify-content:flex-end!important}.cart-option-option{display:flex;justify-content:space-between;opacity:.6;font-family:Graphik LCG;font-size:14px;letter-spacing:2px;color:#33333a}.cart-option-option span{opacity:1;font-weight:500;text-align:right;color:#1f1c1b;padding:5px}.cart-option-option span,.cart-option-sum{font-family:Graphik LCG;letter-spacing:2px;font-size:24px;background-color:#fbfbfb}.cart-option-sum{display:block;justify-content:space-between;color:#f6655f;width:40%;padding:20px;border-radius:2px}.wrapper-cart-checkout-name{width:100%;display:flex;justify-content:space-between}@media screen and (max-width:767.98px){.wrapper-cart-checkout-name{display:none}}.cart-checkout-name{font-size:14px;font-weight:400;color:#1f1c1b}.cart-buy-button,.cart-checkout-name{font-family:Graphik LCG;letter-spacing:2px}.cart-buy-button{width:100%;height:70px;padding:10px 30px;display:flex;justify-content:space-between;background-color:#33333a;font-weight:500;font-size:11px;color:#fff;border:none;text-transform:uppercase;border-radius:0;justify-content:center}.cart-buy-button:hover{-webkit-transition:box-shadow .2s;color:#f5f5f5;background-color:#1f1c1b;border:2px solid #33333a}.cart-exit-button{width:100%;height:50px;margin:10px 0;padding:5px;display:flex;background-color:#fff;font-family:Graphik LCG;font-weight:500;font-size:16px;letter-spacing:2px;color:#f6655f;border:3px solid #f6655f;border-radius:0;justify-content:space-between}.cart-exit-button:hover{-webkit-transition:box-shadow .2s;transition:box-shadow .2s;color:#fff;border:none;background-color:#f6655f}.mini-cart-quantity{background-color:var(--main_col);color:#fff;width:20px;height:20px;margin:5px}.cart-total-price{width:100%;justify-content:space-between;display:flex;color:#1f1c1b;font-weight:500;font-family:Graphik LCG;font-size:14px;text-transform:uppercase}@media screen and (max-width:768px){.cart-buy-button{width:100%}.option-price{justify-content:inherit!important}.cart-option-option{display:flex}.cart-option-option span{background-color:#faebd7;padding:5px;margin-top:10px;border-radius:4px;font-size:18px;position:relative;right:-65%}.off-mobile{display:none!important}.mini-cart{top:81px;position:fixed;width:100%;height:100%;z-index:1002;overflow-y:scroll;font-size:82%}.mini-cart.with-banner.search-active{top:13.5rem}}.header_contactus{font-family:Graphik LCG;font-weight:400;line-height:1.8;position:relative;font-size:10px;align-self:center;margin:0 20px}.header_contactus svg{border-bottom:none;margin:0 5px;filter:grayscale(1)}.header_contactus span svg{transform:rotate(90deg) scale(1.5);border-bottom:none;height:15px;width:10px}.header_contact{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;color:#4a4a4a;letter-spacing:2px;line-height:1.4;position:absolute;left:15%}.header_contact p{color:#f6655f}.header_contact a{color:#4a4a4a}.header_contact a:hover{text-decoration:underline;color:#4a4a4a}.promo_count{font-family:Graphik LCG;font-weight:500;line-height:1.4;font-size:12px;color:#4a4a4a;display:flex;justify-content:left}.promo_count p{color:#f6655f;margin-left:5px}.logo-image img{max-height:80px;max-width:100%;margin:0 auto;display:block}.cart-button,.icon-search{cursor:pointer}.cart-button{position:relative;display:inline-flex;margin:0 1rem}.cart-count{position:absolute;top:-10px;right:-10px;height:1.25rem;width:1.25rem;background-color:#ff3860;color:#fff;line-height:1.25rem;font-size:.75rem;font-weight:600;border-radius:100%;text-align:center}.header-container{margin:0 0 10px!important}.header-block-right{display:flex;justify-content:flex-end;align-items:center}.test-env-banner{background-color:#ff3860;color:#fff;text-align:center;padding:3rem;margin-bottom:1rem;margin-top:-1.5rem;font-weight:700;font-size:1.25rem}.comparison-image{height:110%}.svg-icon{height:24px;width:24px;position:relative}.svg-icon,.svg-icon img{margin-right:15px}@media screen and (max-width:769px){.header_contact{font-family:Graphik LCG;font-weight:500;line-height:1.4;position:absolute;left:25%;font-size:12px;color:#4a4a4a}.header_contact p{color:#f6655f}.header_contact a{color:#4a4a4a}.header_contact a:hover{text-decoration:underline;color:#4a4a4a}header.search-active{max-height:6.25rem}header.with-banner{max-height:10.5rem}header.search-active.with-banner{max-height:13.5rem}header .logo-image img{max-height:3.25rem}.test-env-banner.search-active{margin-bottom:3.5rem}.cart-button{margin:0 1.2rem}.header-container{align-items:center;margin:0;height:3.25rem}}.primary-nav{height:100%;display:flex;align-items:center}.nav-level-0{list-style:none}.svg-open{padding:5px}.has-items{position:relative}.has-items:hover{color:var(--main_col)}.mega{padding:5px}.has-itemsMega{background:#fe7865;border-radius:10px;font-family:Graphik LCG;font-weight:700;font-size:16px;letter-spacing:2px;border:none;position:relative;height:50px;color:#fff!important;width:250px;padding:15px}.has-itemsMega svg{padding:1px;position:relative;top:8px;right:5px}.has-itemsMega:hover{color:#f6655f}.megaActive{color:#fff;font-weight:700;text-decoration:underline}.has-itemsMega a{padding:5px;height:50px;color:#fff}.has-itemsMega a text{align-self:center;line-height:2}.no-items a{justify-content:space-between;height:100%;width:100%;display:inline-flex;align-items:center}.no-items a img{margin-right:15px}.no-items a svg{top:2px;position:relative}.cat-parent{display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;color:#1f1c1b;font-family:Graphik LCG;height:55px;width:100%;text-align:left;text-decoration:none;position:relative}.cat-parent:hover{color:#1f1c1b;box-shadow:inset 0 -3px 0 0 #1f1c1b;transition:all .3s ease-in;-webkit-transition:all .3s ease-in}.megacat-parent{text-transform:none;font-size:14px}.megacat-parent svg{position:absolute!important;right:0;top:10px!important}.megacat-parent img{margin-right:15px;width:24px!important;height:24px!important;position:absolute;left:5px;top:10px!important}.megacat-parent a{color:#3e77aa;justify-content:space-between;margin:0 30px;height:44px;align-items:center}.megacat-parent a:hover{color:#f6655f;text-decoration:underline}.primary-nav .nav-level-1{display:none;box-shadow:0 3px 5px rgba(0,0,0,.175);transition:.2s linear 50ms}.primary-nav li.is-active{transition:all .3s ease-in;-webkit-transition:all .3s ease-in}.primary-nav li.is-active .nav-level-1{display:flex;transition:.2s linear 50ms}.primary-nav li.is-active .nav-level-1:hover{color:#1f1c1b}.primary-nav li.is-active .nav-level-1 a{display:flex;transition:.1s linear 50ms}.primary-nav li.is-active .nav-level-1 a:hover{color:#1f1c1b}.primary-nav .nav-level-1 li.column.mega{padding:0 10px!important;position:relative}.primary-nav .nav-level-1 li.column.is-3.megaitems{padding:5px 0!important;border:1px solid hsla(0,0%,40%,.151);padding:10px;border-radius:10px}.primary-nav .nav-level-1 li.column{padding:3px 10px}.primary-nav .nav-level-1 li.column.is-active{box-shadow:none}.primary-nav a.is-active{color:#1f1c1b;font-weight:500;cursor:pointer}.nav-area{display:flex;align-items:center;max-width:100%;margin:0 auto;padding:0 20px;height:58px}.logo{text-decoration:none;font-size:25px;color:inherit;margin-right:20px}.menus{display:flex;list-style:none}.menu-items{position:relative;font-size:14px;margin:auto}.menu-items a{display:block;font-size:inherit;color:inherit;text-decoration:none}.menu-items button{color:inherit;font-size:inherit;border:none;background-color:transparent;cursor:pointer;width:100%}.menu-items a,.menu-items a button{text-align:left;padding:.7rem 1rem;display:flex;justify-content:space-between}.menu-items a:hover,.menu-items button:hover{background-color:#f2f2f2}.arrow{border:solid grey;border-width:0 3px 3px 0;display:inline-block;padding:3px}.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);margin-top:5px}.down,.up{margin-left:5px}.down{transform:rotate(45deg);-webkit-transform:rotate(45deg);margin-top:2px}.dropdown{position:absolute;right:0;left:auto;box-shadow:0 10px 15px -3px rgba(46,41,51,.08),0 4px 6px -2px rgba(71,63,79,.16);font-size:.875rem;z-index:9999;min-width:20rem;padding:.5rem 0;list-style:none;background-color:#fff;border-radius:.5rem;display:none}.dropdown.show{display:block}.dropdown.dropdown-main{position:absolute;left:0}.dropdown.dropdown-submenu{position:absolute;left:100%;bottom:-17px}.dropdown-submenu-top{top:0;bottom:unset!important;overflow-y:auto;height:auto;max-height:400px}.mobile-nav{transition:all .2s ease-in-out}.mobile-nav .cat-parent{position:relative;text-align:-webkit-left}.mobile-nav li ul{display:none;width:100%}.mobile-nav li.is-active>ul{display:block}.mobile-nav li span.chevron{transition:transform .2s ease-in}.mobile-nav li.is-active>div span.chevron{transform:rotate(180deg)}.mobile-nav a.is-active{color:#ff3860}.search-box{z-index:99;align-items:center;display:flex;height:70px;transition:all .2s ease-in-out;top:130px;left:0;right:0;border:2px solid #e8e8e8;background-color:#33333a;width:100%}.search-button{height:70%;position:absolute;right:0;background-color:hsla(0,0%,100%,0);width:40px;font-family:Graphik LCG;font-weight:500;font-size:16px;padding-bottom:0;letter-spacing:2px;cursor:pointer;border:none;border-left:1px solid #eef4f2}.search-button svg{fill:#4a4a4a}.auth-button{width:100%;height:70px;font-size:11px;cursor:pointer;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-transform:uppercase;border:2px solid #e8e8e8;background-color:transparent;color:#fff}.auth-button:hover{background-color:var(--main_col)}.coupon-button{right:0;width:100%;height:50px;font-size:18px;cursor:pointer;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;color:#33333a;cursor:text;margin:0;padding:10px;border:2px dashed #33333a;text-align:center}.coupon-button svg{height:10px;width:10px;transform:scale(1.5);margin-right:10px}.coupon-button g g{fill:#f6655f}.search-icon-search{left:10px;position:relative;padding:5px}@media screen and (max-width:769px){.search-icon-search{z-index:1;left:0}}.search-icon-clear{z-index:1;cursor:pointer;position:absolute;right:60px}@media screen and (max-width:769px){.search-icon-clear{position:absolute;right:20px}}.search-input{background-color:transparent;border:none;outline:none;opacity:.6;font-family:Graphik LCG;font-weight:400;font-size:16px;color:#4a4a4a;letter-spacing:2px;width:100%}.uppercase{text-transform:uppercase!important}@media screen and (max-width:769px){.search-box{left:5px;margin:0 auto;padding:initial;border-radius:0;background-color:transparent}.search-box,.search-box.has-focus{height:35px;width:230px;position:relative}.search-box.has-focus{z-index:99;padding:0;box-shadow:none}.search-button{display:none}.header_contactus{font-family:Graphik LCG;font-weight:500;line-height:1.4;position:absolute;left:62%;font-size:10px;align-self:center}.header_contactus span{font-weight:400}.search-box.search-active{height:2rem}.search-box.search-active.with-banner{top:8.25rem}.search-input{height:35px;background-color:#f1f1f1;border-radius:20px;padding:0 10px 0 40px;left:70px;position:fixed;top:4px;width:230px}}.top-header .header-icons{display:none}.headerBtn-auth-wrapper{display:inline-flex;min-width:20px;text-transform:uppercase!important;font-size:10px;color:#858589}.headerBtn-auth-wrapper .iconAuth{padding-top:15px}.headerBtn-auth-wrapper .customButton{color:#fff}.headerBtn-auth-wrapper .customButton:hover span{color:#1f1f1f}.headerBtn-auth-wrapper.isActive span{color:#fff;font-weight:500}.iconClose{right:-50%;position:relative;padding:0 25px}.iconClose.menuMob{right:-80%}.adventage{margin:0!important}.adventage:hover,.content table tr:hover{background-color:transparent}.headerBtn-trash-wrapper{display:inline-flex;min-width:20px;margin:5px;padding:3px;border:none;background-color:#fff}.overlay-login{justify-content:center;position:fixed;background-color:hsla(0,0%,100%,.6);z-index:100;left:0;right:0;bottom:0;top:0}.login-title,.overlay-login{display:flex;align-items:center}.login-title{align-self:center}.login-title svg{margin-right:15px;width:30px}.modalWindow-wrapper{display:flex;flex-direction:column;align-items:center;position:relative;width:600px;box-shadow:1px 10px 10px 0 hsla(0,0%,80.4%,.4);border:1px solid #e8e8e8;background-color:#fff;padding:30px 50px 25px;border-radius:2px;max-height:90%;overflow:auto}@media screen and (max-width:768px){.modalWindow-wrapper{overflow-y:scroll;z-index:1007;position:absolute;top:44px;right:0;left:0;bottom:0;width:auto;max-height:100%}}.modalWindow-AsistantWrapper{display:flex;flex-direction:column;position:relative;width:60%;box-shadow:1px 10px 10px 0 hsla(0,0%,80.4%,.4);border:1px solid #e8e8e8;background-color:#fff;padding:30px 50px 25px;top:0;height:60%;z-index:9999;left:0;right:0;bottom:0;overflow:auto}@media screen and (max-width:768px){.modalWindow-AsistantWrapper{top:80px;overflow-y:scroll;z-index:1007;max-height:620px;position:fixed;width:100%}}.login-modalWindow-closeBtn{position:absolute;border:none!important;right:10px;top:10px;height:50px;width:50px;transform:scale(1.5)}.login-modalWindow-closeBtn:hover{border:none}.error-message{height:15px;font-family:Graphik LCG;font-size:12px;letter-spacing:2px;margin-bottom:15px}.login-form{flex-direction:column;align-items:center;text-align:center}.login-form.flex{display:flex;margin:20px 0}.login-form .login-label{display:flex;flex-direction:column;font-size:14px;font-family:Graphik LCG;letter-spacing:2px;color:#33333a;margin-bottom:25px}.login-form .login-label.marginBottom{margin-bottom:2px}.login-form .login-label:last-of-type{margin-bottom:0}.login-form .login-label p{margin-bottom:10px;text-align-last:left;margin-left:50px}.login-form .login-label .login-input{padding:14px;width:330px;height:50px;background-color:#fff;border:1px solid #ededed}@media screen and (max-width:768px){.login-form .login-label .login-input{width:220px}}.login-form .login-label .login-input:hover{border-bottom:2px solid rgba(53,59,80,.9)}.login-form .login-label .login-input::placeholder{opacity:.6;font-family:Graphik LCG;font-weight:500;font-size:18px;color:#4a4a4a;letter-spacing:2px}.login-form .login-label .login-input[type=email]:focus,.login-form .login-label .login-input[type=password]:focus,.login-form .login-label .login-input[type=text]:focus,.login-form .login-label .login-input textarea:focus{border:1px solid #ededed}.login-form .link-login-button{margin:10px 0 0;height:16px;background-color:#fff;font-family:Graphik LCG;font-weight:500;font-size:14px;letter-spacing:2px;color:#1f1c1b;border-bottom:1px dotted;align-self:center;text-transform:uppercase}.login-form .link-login-button.center{align-self:flex-end;float:left}.login-form .link-login-button.font{font-size:16px}.login-form .link-login-button:hover{color:#f6655f;text-decoration:underline}.login-form .enter-button{margin:30px 0;width:220px;height:45px;font-size:14px;font-family:Graphik LCG;letter-spacing:2px;font-weight:500;border-radius:0;color:#fff;background-color:#f6655f;align-self:center;text-transform:uppercase}.login-form .enter-button:disabled{background-color:#33333a;opacity:.5;cursor:not-allowed!important}.login-form .enter-button.margin{margin-top:20px}.registration-success-modal-window{display:flex;align-items:center;margin:12px 0;font-size:18px;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-transform:uppercase}.registration-success-modal-window svg{margin-right:10px}.myAccount-modal-window{position:absolute;top:100%;z-index:100;padding:30px 30px 25px;font-family:Graphik LCG;font-size:14px;color:#33333a;width:397px;right:0;max-height:inherit}@media screen and (max-width:375px){.myAccount-modal-window{right:0;width:100%}}.myAccount-modal-window .text-block{margin-bottom:10px}.myAccount-modal-window .customButton{width:100%}.myAccount-modal-window .navigation-block{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:10px 0;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8}.myAccount-modal-window .navigation-block-button{display:flex;margin:0;height:45px;width:100%}.myAccount-modal-window .navigation-block-button svg{margin-right:20px;height:22px}.myAccount-modal-window .navigation-block-button:hover .navigation-block-text{color:#4338ca;text-decoration:underline}.myAccount-modal-window .navigation-block-text{font-family:Roboto,sans-serif;font-size:16px;letter-spacing:2px;color:#33333a}.myAccount-modal-window .exit-block{display:flex;width:100%}.myAccount-modal-window .exit-block .navigation-block-button{padding-top:10px}.forger-password-block{font-family:Graphik LCG;padding-top:10px;margin-top:-17px;text-align-last:center}.forger-password-block .text{color:#33333a;font-size:14px}.privacy-policy{margin-top:24px;width:275px;height:54px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;text-align:center;color:#858589}.content ul.footer-menu{margin:0;padding:0}.content ul.footer-menu li{list-style:none}.section-footer{padding-top:0}.section-footer hr{background-color:#c8c8c8;border:none;display:block;height:1px;margin:0 -1.5rem 3rem}.footer-logo img{max-width:280px;max-height:60px;margin-bottom:.25rem}.footer-title{color:#333;font-weight:500;margin-bottom:10px}ul.footer-contacts{list-style:none;margin:0;padding:0}.social-icons{display:flex}.social-icons a{height:1.5rem;width:1.5rem;background-repeat:no-repeat;background-size:1.5rem;margin-right:.5rem}.social-icons a.facebook{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0icG9zdC1mYWNlYm9vayI+CgkJPHBhdGggZD0iTTQ1OSwwSDUxQzIyLjk1LDAsMCwyMi45NSwwLDUxdjQwOGMwLDI4LjA1LDIyLjk1LDUxLDUxLDUxaDQwOGMyOC4wNSwwLDUxLTIyLjk1LDUxLTUxVjUxQzUxMCwyMi45NSw0ODcuMDUsMCw0NTksMHogICAgIE00MzMuNSw1MXY3Ni41aC01MWMtMTUuMywwLTI1LjUsMTAuMi0yNS41LDI1LjV2NTFoNzYuNXY3Ni41SDM1N1Y0NTloLTc2LjVWMjgwLjVoLTUxVjIwNGg1MXYtNjMuNzUgICAgQzI4MC41LDkxLjgsMzIxLjMsNTEsMzY5Ljc1LDUxSDQzMy41eiIgZmlsbD0iI2NjY2NjYyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)}.social-icons a.twitter{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0icG9zdC10d2l0dGVyIj4KCQk8cGF0aCBkPSJNNDU5LDBINTFDMjIuOTUsMCwwLDIyLjk1LDAsNTF2NDA4YzAsMjguMDUsMjIuOTUsNTEsNTEsNTFoNDA4YzI4LjA1LDAsNTEtMjIuOTUsNTEtNTFWNTFDNTEwLDIyLjk1LDQ4Ny4wNSwwLDQ1OSwweiAgICAgTTQwMC4zNSwxODYuMTVjLTIuNTUsMTE3LjMtNzYuNSwxOTguOS0xODguNywyMDRDMTY1Ljc1LDM5Mi43LDEzMi42LDM3Ny40LDEwMiwzNTkuNTVjMzMuMTUsNS4xMDEsNzYuNS03LjY0OSw5OS40NS0yOC4wNSAgICBjLTMzLjE1LTIuNTUtNTMuNTUtMjAuNC02My43NS00OC40NWMxMC4yLDIuNTUsMjAuNCwwLDI4LjA1LDBjLTMwLjYtMTAuMi01MS0yOC4wNS01My41NS02OC44NWM3LjY1LDUuMSwxNy44NSw3LjY1LDI4LjA1LDcuNjUgICAgYy0yMi45NS0xMi43NS0zOC4yNS02MS4yLTIwLjQtOTEuOGMzMy4xNSwzNS43LDczLjk1LDY2LjMsMTQwLjI1LDcxLjRjLTE3Ljg1LTcxLjQsNzkuMDUxLTEwOS42NSwxMTcuMzAxLTYxLjIgICAgYzE3Ljg1LTIuNTUsMzAuNi0xMC4yLDQzLjM1LTE1LjNjLTUuMSwxNy44NS0xNS4zLDI4LjA1LTI4LjA1LDM4LjI1YzEyLjc1LTIuNTUsMjUuNS01LjEsMzUuNy0xMC4yICAgIEM0MjUuODUsMTY1Ljc1LDQxMy4xLDE3NS45NSw0MDAuMzUsMTg2LjE1eiIgZmlsbD0iI2NjY2NjYyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)}.social-icons a.instagram{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0icG9zdC1pbnN0YWdyYW0iPgoJCTxwYXRoIGQ9Ik00NTksMEg1MUMyMi45NSwwLDAsMjIuOTUsMCw1MXY0MDhjMCwyOC4wNSwyMi45NSw1MSw1MSw1MWg0MDhjMjguMDUsMCw1MS0yMi45NSw1MS01MVY1MUM1MTAsMjIuOTUsNDg3LjA1LDAsNDU5LDB6ICAgICBNMjU1LDE1M2M1Ni4xLDAsMTAyLDQ1LjksMTAyLDEwMmMwLDU2LjEtNDUuOSwxMDItMTAyLDEwMmMtNTYuMSwwLTEwMi00NS45LTEwMi0xMDJDMTUzLDE5OC45LDE5OC45LDE1MywyNTUsMTUzeiBNNjMuNzUsNDU5ICAgIEM1Ni4xLDQ1OSw1MSw0NTMuOSw1MSw0NDYuMjVWMjI5LjVoNTMuNTVDMTAyLDIzNy4xNSwxMDIsMjQ3LjM1LDEwMiwyNTVjMCw4NC4xNSw2OC44NSwxNTMsMTUzLDE1M2M4NC4xNSwwLDE1My02OC44NSwxNTMtMTUzICAgIGMwLTcuNjUsMC0xNy44NS0yLjU1LTI1LjVINDU5djIxNi43NWMwLDcuNjUtNS4xLDEyLjc1LTEyLjc1LDEyLjc1SDYzLjc1eiBNNDU5LDExNC43NWMwLDcuNjUtNS4xLDEyLjc1LTEyLjc1LDEyLjc1aC01MSAgICBjLTcuNjUsMC0xMi43NS01LjEtMTIuNzUtMTIuNzV2LTUxYzAtNy42NSw1LjEtMTIuNzUsMTIuNzUtMTIuNzVoNTFDNDUzLjksNTEsNDU5LDU2LjEsNDU5LDYzLjc1VjExNC43NXoiIGZpbGw9IiNjY2NjY2MiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)}.social-icons a.vk{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDk0IDk0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NCA5NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik04OSwwSDVDMi4yMzgsMCwwLDIuMjM5LDAsNXY4NGMwLDIuNzYxLDIuMjM4LDUsNSw1aDg0YzIuNzYyLDAsNS0yLjIzOSw1LTVWNUM5NCwyLjIzOSw5MS43NjIsMCw4OSwweiBNNzQuODY5LDUyLjk0MyAgIGMyLjU2MiwyLjUsNS4yNzEsNC44NTQsNy41NzIsNy42MTdjMS4wMTgsMS4yMiwxLjk3OCwyLjQ4LDIuNzA5LDMuODk5YzEuMDQxLDIuMDI0LDAuMTAxLDQuMjQ3LTEuNzEzLDQuMzY2bC0xMS4yNTYtMC4wMDMgICBjLTIuOTA2LDAuMjM5LTUuMjItMC45MzEtNy4xNzItMi45MThjLTEuNTU1LTEuNTg1LTMuMDAxLTMuMjc3LTQuNS00LjkxNGMtMC42MTEtMC42NzMtMS4yNTktMS4zMDYtMi4wMjUtMS44MDYgICBjLTEuNTM0LTAuOTk2LTIuODY3LTAuNjkyLTMuNzQ4LDAuOTA5Yy0wLjg5NiwxLjYzLTEuMTAzLDMuNDM4LTEuMTg1LDUuMjU1Yy0wLjEyNSwyLjY1NS0wLjkyNSwzLjM0OC0zLjU4OCwzLjQ3MSAgIGMtNS42OSwwLjI2OC0xMS4wOTEtMC41OTYtMTYuMTA4LTMuNDYzYy00LjQyOS0yLjUzLTcuODU0LTYuMTA0LTEwLjgzOC0xMC4xNDZjLTUuODE2LTcuODgzLTEwLjI3LTE2LjUzNi0xNC4yNy0yNS40MzcgICBjLTAuOTAxLTIuMDA1LTAuMjQyLTMuMDc4LDEuOTY3LTMuMTE5YzMuNjc2LTAuMDczLDcuMzUxLTAuMDYzLDExLjAyMi0wLjAwNGMxLjQ5NiwwLjAyMywyLjQ4NSwwLjg3OSwzLjA1OCwyLjI4OSAgIGMxLjk4NSw0Ljg4NSw0LjQyMSw5LjUzMyw3LjQ3MSwxMy44NDNjMC44MTMsMS4xNDcsMS42NDMsMi4yOTIsMi44MjMsMy4xMDNjMS4zMDQsMC44OTYsMi4yOTgsMC42MDEsMi45MTMtMC44NTQgICBjMC4zOTMtMC45MjgsMC41NjMtMS45MTQsMC42NDctMi45MDZjMC4yOTItMy4zOTYsMC4zMjctNi43OTItMC4xNzctMTAuMTc1Yy0wLjMxNS0yLjExNi0xLjUwNy0zLjQ4My0zLjYxNy0zLjg4MyAgIGMtMS4wNzQtMC4yMDQtMC45MTctMC42MDItMC4zOTUtMS4yMTVjMC45MDYtMS4wNjIsMS43Ni0xLjcxOCwzLjQ1Ni0xLjcxOGwxMi43MjEtMC4wMDJjMi4wMDYsMC4zOTIsMi40NTIsMS4yOTIsMi43MjUsMy4zMTEgICBsMC4wMTIsMTQuMTMzYy0wLjAyMSwwLjc4MiwwLjM5MSwzLjA5OCwxLjc5NSwzLjYxYzEuMTIzLDAuMzcxLDEuODY4LTAuNTMsMi41NC0xLjI0NGMzLjA0OC0zLjIzNSw1LjIyLTcuMDU2LDcuMTY3LTExLjAwOSAgIGMwLjg1Ny0xLjc0MywxLjYtMy41NDksMi4zMi01LjM1NmMwLjUzMy0xLjMzNywxLjM2Ny0xLjk5NSwyLjg3NS0xLjk3MWwxMi4yNDYsMC4wMTNjMC4zNiwwLDAuNzI5LDAuMDA0LDEuMDg2LDAuMDYzICAgYzIuMDYyLDAuMzU1LDIuNjI3LDEuMjQzLDEuOTksMy4yNTdjLTEuMDA0LDMuMTYzLTIuOTU5LDUuNzk5LTQuODcxLDguNDQxYy0yLjA0MywyLjgyNS00LjIyNCw1LjU1Ny02LjI1Miw4LjM5NiAgIEM3Mi40MTEsNDkuMzgsNzIuNTYxLDUwLjY4OCw3NC44NjksNTIuOTQzeiIgZmlsbD0iI2NjY2NjYyIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)}@media screen and (max-width:769px){.footer-title{padding:0 3rem 0 0;margin:0;position:relative}.footer-title span{background-image:url(/assets/images/thin_arrow_right.svg);background-size:16px;background-repeat:no-repeat;background-position-x:center;background-position-y:center;width:3.25rem;height:100%;top:0;right:0;display:block;position:absolute;transition:all .2s ease-in}.footer-title.footer-menu-open span{transform:rotate(90deg)}ul.footer-menu{display:none}.footer-menu-open+ul.footer-menu{display:block}ul.footer-menu li{margin:0;padding:0}ul.footer-menu li a{display:block;margin:0;padding:.5rem 1.5rem;border-top:1px solid rgba(0,0,0,.09);background:rgba(0,0,0,.05)}.section-footer{padding:0}.section-footer hr{margin:0 0 1.5rem}.section-footer .columns .column{border-bottom:1px solid #c8c8c8}.mobile-padding{padding:.75rem 1.5rem}}@media screen and (max-width:1023px){footer{min-height:39.375rem}}@media screen and (max-width:769px){footer{min-height:38.75rem}}@media screen and (max-width:639px){footer{min-height:58.188rem}}@media screen and (max-width:369px){footer{min-height:59.688rem}}.background-image-block{display:flex;flex-direction:column;padding:47px 135px;width:100%;height:325px;font-family:Graphik LCG;font-size:40px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.4;letter-spacing:2px;color:#fff;background:url(/assets/images/category-bg-img.jpg) no-repeat 50%;background-size:cover}.background-image-block .text-wrapper{display:flex;justify-content:space-between}.background-image-block .text-wrapper .text-wrapper-left{text-align:start;width:485px;min-height:112px;color:#0086a3;font-weight:700}.background-image-block .text-wrapper .text-wrapper-right{text-align:end;width:356px;min-height:112px;color:#0086a3;font-weight:700}.background-image-block .background-image-block-button{align-self:flex-end;cursor:pointer;border:none;box-shadow:none;padding:0;margin-top:30px;font-family:Graphik LCG;font-size:14px;letter-spacing:2px;text-align:center;color:#fff;width:182px;height:40px;background-color:#f6655f}.category-header{display:flex;justify-content:center}.category-header .title{text-align:center;font-family:Graphik LCG;font-weight:500;margin-top:60px;font-size:34px;color:#1f1c1b}.category-category_groups{display:flex;justify-content:center;align-items:center;margin:20px 0;height:85px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;position:relative;min-height:85px}.category-category_groups .subCategories-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.category-category_groups .subCategories-wrapper .subCategories-title{font-family:Graphik LCG;font-size:16px;letter-spacing:2px;text-align:center;color:#33333a;text-transform:none}.category-category_groups .subCategories-wrapper .subCategories-title-active,.category-category_groups .subCategories-wrapper .subCategories-title:hover{color:#4338ca}.category-category_groups .subCategories-categories{background:#fff;box-shadow:0 16px 20px 0 rgba(0,0,0,.05);display:flex;left:0;position:absolute;right:0;top:82px;min-height:85px;padding:20px 55px;justify-content:flex-start;align-items:center;z-index:100}.category-category_groups .subCategories-categories .text{text-transform:none;font-family:Graphik LCG;font-size:16px;letter-spacing:2px;text-align:center;color:rgba(51,51,58,.6)}.category-category_groups .subCategories-categories .text:hover{color:#33333a}.category-category_groups .subCategories-categories .subCategories-column{display:flex;flex-direction:column;flex-wrap:wrap;max-height:800px}.category-category_groups .subCategories-categories .subCategories-column .subCategories-column-width{width:400px}.category-category_groups .subCategories-categories .categoriesAnother-a-wrapper{display:flex;flex-direction:column;padding:5px 20px}.category-category_groups .mobileMenuItem{padding:20px;cursor:pointer}.category-wrapper-button{display:flex;justify-content:center;width:100%;margin:46px 0 24px}.category-wrapper-button .show-all-button{font-family:Graphik LCG;font-size:14px;text-align:center;color:#fff;width:377px;height:40px;background-color:#4338ca;cursor:pointer;outline:none;border:none}.best-sales{display:flex;justify-content:center;flex-direction:column;height:60px;margin:calc(.75rem - 10px) 0 .75rem}.best-sales .best-sales-title{text-transform:uppercase;font-family:Graphik LCG;font-size:16px;font-weight:700;letter-spacing:2px;color:#33333a}.best-sales .best-sales-count-of-goods{font-family:Roboto,sans-serif;font-size:14px;letter-spacing:2px;color:rgba(51,51,58,.6)}.best-sales .best-sales-count-of-goods span{font-family:Graphik LCG}.column.is-one-quarter.left-sidebar{padding-left:.75em}.product-list-header{display:flex;align-items:baseline;justify-content:space-between;min-height:100px;width:100%}.category-title{width:70%;font-family:Graphik LCG}.category-title .title{font-size:24px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#1f1c1b;margin-bottom:0}.category-title .sub-title{color:rgba(51,51,58,.8)}.product-list-header-button-wrapper{display:flex;justify-content:flex-end;width:100%}.product-list-header-button{display:flex;justify-content:space-between;align-items:center;text-align:left;border:none;width:auto;height:45px;border-radius:0;background-color:var(--main_col);font-family:Graphik LCG;font-weight:500;font-size:11px;letter-spacing:2px;color:#fff;padding-left:10px;cursor:pointer;flex-shrink:0;text-transform:uppercase;margin:0 10px}.product-list-header-button:last-child{margin-right:0}.product-list-header-button .img{margin:5px}.product-list-header-button.white{background-color:#fff;border:1px solid #e8e8e8;color:#4338ca}.product-list-header-button.white:hover{border-color:#4338ca}.category-description{color:#4a4a4a;font-size:1rem;font-weight:300;line-height:1.25;margin-top:.75rem}.sort-title{color:#636363;text-align:right}.hero-body .breadcrumb{margin-bottom:.5rem}.wordCarousel{font-size:36px;font-weight:100;color:#fff}.wordCarousel div{overflow:hidden;position:relative;height:65px;padding-top:10px;margin-top:-10px}.wordCarousel div li{font-family:Graphik LCG;color:#fff;font-weight:500;letter-spacing:2px;padding:0 10px;height:45px;margin-bottom:45px;display:block}.flip2{animation:flip2 6s cubic-bezier(.23,1,.32,1.2) infinite}.flip3{animation:flip3 8s cubic-bezier(.23,1,.32,1.2) infinite}.flip4{animation:flip4 10s cubic-bezier(.23,1,.32,1.2) infinite}@keyframes flip2{0%{margin-top:-180px}5%{margin-top:-90px}50%{margin-top:-90px}55%{margin-top:0}99.99%{margin-top:0}to{margin-top:-270px}}@keyframes flip3{0%{margin-top:-270px}5%{margin-top:-180px}33%{margin-top:-180px}38%{margin-top:-90px}66%{margin-top:-90px}71%{margin-top:0}99.99%{margin-top:0}to{margin-top:-270px}}@keyframes flip4{0%{margin-top:-360px}5%{margin-top:-270px}25%{margin-top:-270px}30%{margin-top:-180px}50%{margin-top:-180px}55%{margin-top:-90px}75%{margin-top:-90px}80%{margin-top:0}99.99%{margin-top:0}to{margin-top:-270px}}.hero.is-light .breadcrumb a{color:#3e77aa}.hero.is-light .breadcrumb a:hover{color:#f6655f!important}.breadcrumb,.breadcrumb a{color:#7a7a7a}.breadcrumb a:hover{color:#1f1c1b!important;text-decoration:underline}.breadcrumb-navigation .categoryFocus{padding:15px}.breadcrumb-navigation ul{align-items:baseline;display:flex;justify-content:center;flex-wrap:wrap}@media screen and (max-width:768px){.breadcrumb-navigation ul{justify-content:center}}.breadcrumb li.is-active a{color:var(--main_col);cursor:default;pointer-events:none}.left-sidebar{margin-bottom:-25px;border-right:1px solid #e8e8e8;padding:0 10px 0 0}.right-bar{padding-top:0;min-height:600px}@media screen and (max-width:768px){.right-bar{margin-top:40px}}.sidebar{z-index:1000;background:#fff;overflow:auto;transition:transform .45s cubic-bezier(.23,1,.32,1) 0ms}.categories-tree li a{border-bottom:1px solid rgba(0,0,0,.05);color:#333;padding-top:6px;padding-bottom:6px}.price-filter{margin-bottom:13px;font-size:12px;font-family:Graphik LCG;padding:15px}.current-price,.text-min-max{font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-align:center;font-size:12px}.rc-slider{width:93%}.current-price{color:#1f1c1b}.text-min-max{display:flex;justify-content:space-between;color:rgba(51,51,58,.6)}.price-filter-range{margin:10px auto}.price-filter-range .rc-slider-handle-1:active,.price-filter-range .rc-slider-handle-2:active,.price-filter-range .rc-slider-handle:active{border-color:#f6655f!important;box-shadow:none!important;width:12px!important;height:12px!important;margin-top:-5px!important}.price-filter-range .rc-slider-handle-2:active{margin-right:15px}.price-filter-values{font-size:.75rem;color:#636363}.load-more{padding:30px 10px;background-color:#fff;border-radius:10px}.load-more button{width:100%}.large-image-placeholder,.lazyload-placeholder,.small-image-placeholder{background:#f7f7f7}.small-image-placeholder{height:155px;width:192px}.large-image-placeholder{height:160px}.attribute-filter{margin-top:10px;align-items:flex-end}.attribute-filter,.CategoryNav{display:flex;flex-direction:column}.CategoryNav{font-size:11px;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;margin:20px 0}.CategoryNav .active{color:var(--main_col)}.CategoryNav li{display:grid;padding:10px}@media screen and (max-width:768px){.CategoryNav{display:none}}.ctegoryBread{margin-left:10px}.ctegoryBread ul{display:block}.ctegoryBread ul li a{color:#4a4a4a;font-weight:400;height:100%;padding:10px}.ctegoryBread ul li a:hover{color:var(--main_col);text-decoration:underline}.hover-btn{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;transform:translateY(15px);-webkit-transform:translateY(15px);transition:.3s;-webkit-transition:.3s}.hover-btn:hover{opacity:1;transform:translateY(0);-webkit-transform:translateY(0)}.focus-name{top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--main_col);opacity:.5;padding:10px}.attribute{display:flex;flex-direction:column;justify-content:center;width:100%;min-height:50px;margin:0 13px;letter-spacing:2px}.attribute:first-child{margin-left:0}.attribute:last-child{margin-right:0}.attribute.price{margin-top:0;border-radius:0}.attribute-title{display:flex;justify-content:space-between;font-family:Graphik LCG;font-weight:500;height:42px;font-size:11px;font-style:normal;color:#1f1c1b;text-transform:uppercase;letter-spacing:2px;border-bottom:2px solid #33333a;padding:0 5px}.attribute-title:hover{cursor:pointer}.attribute-title-img{transition:transform .65s ease}.attribute-title-img.rotate{transform:rotate(180deg)}.attribute-filter-items{overflow:hidden;transition:max-height .5s ease-out;height:auto;max-height:0;overflow-y:scroll}.wrapper-for-attribute-checkbox{display:flex;align-items:center}.wrapper-for-attribute-checkbox button{margin-right:12px;width:18px;height:18px;flex-shrink:0}.wrapper-for-attribute-checkbox button svg{width:7px;height:7px}.wrapper-for-attribute-checkbox:last-child{margin-bottom:13px}.attribute-label{font-family:Roboto,sans-serif;letter-spacing:2px;display:flex;position:relative;font-weight:400;align-items:center;line-height:normal;cursor:pointer;width:100%;font-size:12px;padding:3px 0 3px 30px;left:-30px;color:#33333a}.attribute-label.category{margin-left:20px}.attribute label.attribute-checked{color:#33333a}.attribute label.attribute-disabled{color:#a1a1a1;cursor:default}.attribute-input{display:none}.product-wrapper{border:2px solid #e8e8e8;transition:all .2s ease-in-out;background-color:#fff}.product-wrapper,.products-scale{position:relative}.product-wrapper:hover{position:absolute;transform:scale(1.05);box-shadow:0 5px 20px 0 rgba(0,0,0,.08),0 0 4px 0 rgba(0,0,0,.1);z-index:50;width:-webkit-fill-available}.products{opacity:1;transition:opacity .2s ease-in;justify-content:normal!important}.products.search{width:100%;flex-wrap:wrap}.search{min-height:600px}.products.loading{opacity:.5}.products figure.image{display:flex;justify-content:center;align-items:center;overflow:hidden;text-align:center;margin:0}.products .image img{max-height:100%;max-width:100%;object-fit:scale-down}.products-wishlist figure.image{display:flex;justify-content:center;align-items:center;overflow:hidden;text-align:center;margin:0 auto}.products-wishlist .image img{height:184px;max-height:100%;width:192px;max-width:100%;object-fit:scale-down}.products .discontinued .image img,.products .out_of_stock .image img{opacity:.5}.products .column .product-inside{position:relative}.products-wishlist .product-inside,.products .column .product-inside{display:flex;flex-direction:column;height:100%;justify-content:space-between;transform:none;padding:16px 12px 12px;min-height:348px}.remove-from-wishlist{position:absolute;margin:20px 0 0 190px;z-index:2}.remove-from-comparison{position:relative!important;margin:initial;z-index:2}.button.is-small{position:absolute;right:-5px}.button.is-cart,.button.is-small{border-radius:0;width:fit-content;height:40px;width:40px}.button.is-cart{position:relative}.products .column .product-inside:active{transform:perspective(500px) rotateX(0deg) rotateY(0deg) translateZ(5px)}.products .product-caption{line-height:normal}.product-brand{height:18px;margin-bottom:10px}.products .product-name{height:32px;overflow:hidden;font-size:11px;line-height:16px;text-align:center}.products-wishlist .product-caption{line-height:normal}.products-wishlist .product-name{height:32px;overflow:hidden;font-size:14px;line-height:16px}.medium-grey-text{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;line-height:normal;letter-spacing:2px;color:rgba(51,51,58,.8)}.additional-hover-photo{height:32px;min-height:32px}.additional-hover-photo,.additional-image-item{display:flex;justify-content:center;align-items:center}.additional-image-item img{height:44px;width:44px;object-fit:scale-down;z-index:-100;background-color:#fff}.additional-image-item+.additional-image-item{margin-left:5px}.product-button-wrapper{display:flex;flex-direction:row;justify-content:space-between;height:40px;cursor:pointer;width:40%;border:1px solid;border-radius:4px;align-items:center;padding:5px}.product-button-wrapper svg{fill:#fe7865;stroke:#fe7865;height:23px;cursor:pointer;align-self:center}.product-button-wrapper .product-link-to-compare{margin-right:10px}.product-button-wrapper .product-link-to-compare:hover{color:#4338ca}.product-button-wrapper_trash{flex-direction:row;justify-content:space-between;border:0;cursor:pointer;background-color:transparent;opacity:.8;background-color:#faf8f8;height:40px;width:40px;align-items:center;margin-right:5px}.product-button-wrapper_trash:hover{opacity:1}.product-button-wrapper_buy{display:flex;flex-direction:row;justify-content:space-between;border:2px solid var(--main_col);cursor:pointer;background-color:#fff;opacity:.8;align-items:center;color:var(--main_col);font-family:Graphik LCG;font-weight:500;letter-spacing:2px;font-size:11px;text-transform:uppercase}.product-button-wrapper_buy svg{margin-left:3px;transform:scale(.8);fill:#fff}.product-button-wrapper_buy.active{background-color:var(--main_col);color:#fff}.product-button-wrapper_buy:hover{opacity:1}.product-button-wrapper_text{position:relative;border:0;left:30px;top:20px;cursor:pointer;background-color:transparent;opacity:.8;font-size:9px;min-inline-size:fit-content;opacity:.6}.product-button-wrapper_btn{display:flex;justify-content:space-between}.product-button-to-show,.product-link-to-compare{font-size:12px;font-weight:600;font-style:normal;line-height:normal;letter-spacing:2px;font-family:Graphik LCG;cursor:pointer;background:transparent}.product-link-to-compare{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:#33333a}.product-button-to-show{display:flex;align-self:flex-end;margin:0 4px 4px 0}.products .product-price{line-height:1;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;font-size:16px;color:#33333a;text-align:left;padding:5px 0;height:30px;justify-content:center}@media screen and (max-width:475px){.products .product-price{display:inline-flex;font-size:22px;align-items:flex-start;width:auto;padding:0 4px}.products .product-price .sale-rectangle{display:none;align-items:center;width:auto;margin:0;padding:4px;font-size:12px;line-height:12px;height:auto}}.products .product-new-price{line-height:1;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;font-size:17px;text-align:center;color:#f6655f;padding:5px 0}@media screen and (max-width:475px){.products .product-new-price{font-size:22px;margin:0 1.5px;line-height:normal}}@media screen and (max-width:375px){.products .product-new-price{font-size:22px}}.products-wishlist .product-price{color:#1f1c1b;font-family:Roboto,sans-serif;line-height:2;font-size:24px}@media screen and (max-width:475px){.products-wishlist .product-price{display:flex;font-size:22px;align-items:flex-start;min-height:48px}.products-wishlist .product-price .sale-rectangle{display:none;align-items:flex-start;width:auto;margin:0;padding:4px;font-size:12px;line-height:12px;height:auto}}@media screen and (max-width:375px){.products-wishlist .product-price{display:flex;font-size:22px;align-items:flex-start}.products-wishlist .product-price .sale-rectangle{display:none;height:12px;width:auto;margin:0 1.5px 0 0;font-size:8px;align-items:center}}.products-wishlist .product-new-price{font-family:Roboto,sans-serif;font-size:26px;color:#f66761}@media screen and (max-width:475px){.products-wishlist .product-new-price{font-size:22px;margin:0 1.5px;line-height:normal}}@media screen and (max-width:375px){.products-wishlist .product-new-price{font-size:22px}}.star-category{display:flex;transform:scale(.7);position:absolute;left:-14px;top:8px;z-index:1}@media screen and (max-width:475px){.star-category{transform:scale(.6);position:relative;left:-30px;top:6px}}.products .discontinued .product-price,.products .out_of_stock .product-price{display:flex;flex-direction:column-reverse;text-align:left}.sale-rectangle{display:inline-block;text-align:center;line-height:28px;height:26px;width:26px;border-radius:50%;background-color:#fe7865;font-family:Graphik LCG;color:#fff;font-size:20px;margin-right:8px;padding:0}.products .tags{position:absolute;top:18px;left:12px}.category-loader{position:absolute;top:-20px;width:1440px;left:0;z-index:999999}.products .tag{position:relative;z-index:1;top:10px;left:-4px;font-weight:400}.products-wishlist .tags{position:absolute;top:30px;left:5px}.products .tagPromo{background-color:#f6655f;color:#f6655f;font-weight:700;top:8px;left:-4px;z-index:9;position:absolute}.sort{font-size:.9rem;right:0;position:absolute;top:85px}.select:not(.is-multiple):before{background-image:url(/assets/images/IconSort.svg);background-repeat:no-repeat;border-top:0;content:" ";display:flex;position:absolute;width:30px;margin-top:-.375em;right:0;top:35%;z-index:4;height:37px}.select:not(.is-multiple){height:auto}.select:not(.is-multiple):after,.select:not(.is-multiple) :after{display:none}.DeliveryTime{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;color:#4a4a4a;letter-spacing:2px;line-height:1.6;position:relative;left:300px}.DeliveryTime svg{position:absolute}.LocationCity{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;color:#4a4a4a;letter-spacing:2px;line-height:1.4;z-index:999}@media screen and (max-width:768px){.LocationCity{left:90px}}.select select{border-radius:0;background-color:transparent;border:none;border-bottom:2px solid #33333a;height:42px}.selectLocationIcon,.select select{color:#1f1c1b;font-size:11px;font-family:Graphik LCG;text-transform:uppercase;letter-spacing:2px}.selectLocationIcon{font-weight:500;border-bottom:2px solid #33333a;background-color:#fff;cursor:pointer}.selectLocationIcon:hover{color:#1f1c1b}option{font-weight:400;display:block;white-space:pre;min-height:1.2em;padding:5px;background:#fff}option .value{border-bottom:1px solid grey}.selectLoc:not(.is-multiple):after{display:none}.selectLoc{display:inline-block;max-width:100%;position:relative;vertical-align:top}.selectLoc:not(.is-multiple):after{background-image:url(/assets/images/location.svg);background-repeat:no-repeat;border-top:0;content:" ";display:flex;position:absolute;width:1.6em;right:55px;top:20%;z-index:4;height:100%}@media screen and (max-width:768px){.selectLoc:not(.is-multiple):after{right:83px}}.category-pre-title{width:50%}.category-pre-title.wish{top:-85px;position:relative;width:100%;margin:60px 0}@keyframes loadingAnimation{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.product-list-refresh-button{display:flex;font-size:24px;border:none;color:#3e77aa;width:100%;text-align:center;cursor:pointer;justify-content:center;line-height:21px;background:#faebd7;padding:15px;border-radius:10px;box-shadow:1px 0 10px 0 #f3f3f3;border:1px solid hsla(0,0%,40%,.52)}.product-list-refresh-button .loading{display:flex;animation:loadingAnimation 2s linear infinite}.product-list-refresh-button svg{display:flex;fill:#f66761;transform:scale(1.5)}.product-list-refresh-button:hover{color:#f66761;text-decoration:underline}.product-list-refresh-button p{font-family:Graphik LCG;margin-left:20px}.with-filter{flex-direction:row;width:auto!important;height:auto!important;max-width:none;max-height:none}.wrapper-show-filters-on-tablet{height:0;padding:0}.show-filters-on-tablet{position:relative;top:-42px;display:flex;justify-content:center;background:transparent;border:none;color:#3e77aa;cursor:pointer;font-family:Graphik LCG;font-weight:500;font-size:18px;padding:calc(.375em - 1px) calc(.625em - 1px)}.show-filters-on-tablet svg{right:-80px;position:absolute;align-self:center}.filter-tel-wrapper{display:flex;align-items:center;flex-direction:column;margin-bottom:20px}.filter-tel-wrapper .filter-tel-text{text-transform:uppercase;font-family:Graphik LCG;font-size:16px;letter-spacing:2px;text-align:center;color:#33333a;margin-bottom:10px}.filter-tel-wrapper .filter-tel{text-align:center;color:#fff;line-height:40px;width:203px;height:50px;border-radius:10px;background-color:#f6655f}.wishlist-conteiner{height:600px}.category-image img{max-width:100%;height:auto;display:block}.category-image{width:30%;padding:10px;min-width:7rem}.category-description{width:70%;padding:10px}.category-description .category-get-info{padding-top:20px;color:var(--main_col);padding-right:10px}.category-description .category-get-info .get-more-arrow{font-size:1.5rem}@media screen and (max-width:1024px){.column.is-6-mobile,.column.is-12-mobile .column.is-6-mobile{width:33.33%}.background-image-block{padding:47px 96px}.category-category_groups .subCategories-categories .subCategories-column{max-height:1500px}}@media screen and (max-width:992px){.products .discontinued .product-price,.products .out_of_stock .product-price{font-size:.75rem;color:#777;min-height:28px}.show-filters-on-tablet{font-size:14px;top:0}.products .tag,.products .tagPromo{top:-16px!important;left:-4px}.product-link-to-compare{display:none}.background-image-block .background-image-block-button{margin-top:10px}.product-wrapper:hover{position:inherit;transform:none;box-shadow:none}.additional-hover-photo{display:none}.column{padding:.75rem!important}.category-category_groups .subCategories-categories .subCategories-column .subCategories-column-width{width:300px}.category-category_groups .container{position:static}.subCategories-wrapper .menuItem{padding:20px}.background-image-block{padding:47px 96px;font-size:30px;height:270px}.attribute-filter{margin-top:20px}.aside-filters{border-right:none}.category-title{font-size:1.25rem;width:100%}.products .product-caption{text-align:left}.left-sidebar{background-color:#fff;padding:.75rem;border-right:none}.products figure.image{height:auto!important}.product-list-header{display:flex;flex-direction:column;margin:initial}.category-title{text-align:right;margin:0 0 10px auto}.product-list-header-button-wrapper{justify-content:space-between;width:100%;margin-bottom:35px}.product-list-header-button{width:30%}.attribute.price{margin-top:0}}@media screen and (max-width:768px){.product-list-header{min-height:20px;padding:0}.product-list-header.wish{margin-top:20px}.wrapping{height:auto!important;flex-direction:row!important}.column.is-6-mobile,.column.is-12-mobile{width:33.33%}.category-pre-title{width:100%}.category-pre-title.wish{top:-25px;position:relative;width:100%;margin:0}.sort{font-size:.9rem;padding:4px;width:50%;left:50%;position:relative;top:30px;background-color:initial;border:none}.products figure.image{margin:0 auto}}@media screen and (max-width:520px){.section-product-list{padding:0!important}.column.is-6-mobile{width:50%}.remove-from-wishlist{position:absolute;margin:20px 0 0 80px;z-index:2}.button-addtocart-list{position:relative;top:-25px}.remove-from-comparison{position:absolute;margin:10px 0 0 100px;z-index:2}.left-sidebar{margin:0 0 5px}.background-image-block{padding:35px 45px;font-size:25px}.background-image-block .text-wrapper .text-wrapper-left{width:200px}.background-image-block .text-wrapper .text-wrapper-right{width:180px}.background-image-block-button{width:153px;height:40px}.category-category_groups{height:auto}.category-category_groups .subCategories-wrapper{flex-direction:column;align-items:flex-start;width:250px}@keyframes categoryAnimation{0%{max-height:0;opacity:0}to{max-height:2500px;opacity:1}}.category-category_groups .subCategories-categories-mobile{display:flex;flex-direction:column;justify-content:flex-start;animation:categoryAnimation .6s cubic-bezier(.86,0,.855,.47) forwards}.mobileMenuItem{padding:15px}.mobileMenuItem .subCategories-title{margin-right:5px}.categoriesAnother-a-wrapper{display:flex;flex-direction:column;padding-left:20px}.submenuList-mobile{display:flex;flex-direction:column;padding-left:30px}.submenuItemItem-mobile{height:auto;padding:15px}.categoriesAnother-a-wrapper a,.subCategories-column-width p{padding:15px}.category-header .title{margin-top:25px;font-size:29px}.products{overflow-x:scroll;overflow-y:hidden;flex-wrap:wrap;flex-direction:column;height:850px}.product-list-header-button.white{width:65px;display:flex;justify-content:center;align-items:center;padding:0}.category-title{margin:0 0 0 auto}.category-title .title{font-size:16px}.category-title .sub-title{font-size:12px}.product-list-header-button{width:176px;margin-right:auto}.product-list-header-button .img{margin:0}.product-list-header-button.white{width:82px}}@media screen and (max-width:425px){.category-loader{position:absolute;width:100%;z-index:9999}.column{padding:6px!important}.small-image-placeholder{width:140px!important;height:140px!important}.products .image img{height:140px;max-height:100%;width:140px;max-width:100%;object-fit:scale-down}.with-filter.products{flex-direction:row;max-height:none;max-width:none}.product-list-header-button-wrapper{width:100%}.background-image-block .background-image-block-button{margin-top:0}.column.is-12-mobile{width:50%}.text-wrapper-left{display:none}.background-image-block{font-size:20px;padding:22px;height:183px}.background-image-block .text-wrapper{justify-content:flex-end}.background-image-block .text-wrapper .text-wrapper-right{display:flex;text-align:start;align-items:center;width:181px}.products{height:310px;max-width:650px;width:100%}.product-brand span,.product-name span{font-size:12px}.products .product-name{min-height:30px}}@media screen and (max-width:375px){.products{height:280px;max-width:650px;width:100%}.products-wishlist{height:100%}.products-wishlist .product-inside{display:flex;flex-direction:column;height:100%;justify-content:space-between;transform:none;padding:16px 12px 12px}.column.is-12-mobile{width:50%}.product-brand span,.product-name span,.product-wrapper{font-size:9px}.product-brand{height:11px}.product-list-header-button{width:169px;margin-right:14px;height:46px}.product-list-header-button .img{margin:0}.product-list-header-button.white{width:80px;margin-right:9px}.product-button-to-show{padding:0;text-align:center}.columns.is-multiline.is-mobile.products{padding-right:.75em;padding-left:.75em}.column{padding:6px!important}.products .column .product-inside{padding:6px;min-height:0}.columns.is-multiline.is-mobile.products,.product-list-header{padding:0}}@media screen and (max-width:340px){.product-list-header-button{width:134px}.product-list-header-button.white{width:61px}}@media screen and (max-width:769px){.section-product-description .container{margin:0}}.product-attribute{border-bottom:1px solid #ccc;font-size:.9rem;padding:.5rem 0;margin:0!important}.product-title-atributes{display:flex;justify-content:space-between;width:100%;border:none;background-color:transparent;font-family:Graphik LCG;font-weight:500;text-transform:uppercase;font-size:24px;margin-bottom:40px}.advertCategory{box-shadow:0 3px 10px 0 rgba(0,0,0,.15);background-color:#fff;cursor:pointer;width:70%;margin:20px auto;position:relative}.advertCategory.ceoText{background-color:#hsla 0,0,97.3%,.32;width:100%;border-radius:none;box-shadow:none}.advertCategory.ceoText:after{content:"";position:absolute;bottom:50px;height:85px;width:100%;background:linear-gradient(0deg,#hsla,0,97.3%,.32 30%,hsla(0,0%,100%,0))}@media screen and (max-width:769px){.advertCategory{width:100%}}.is-paddingless{padding:0}.is-marginless,.tile.is-vertical>.tile.is-child:not(:last-child){margin:0!important}.advertTitle{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#33333a;position:relative;display:flex;justify-content:space-between}@media screen and (max-width:769px){.advertTitle{font-size:1em}}.advertisingContent{overflow:hidden;transition:max-height .5s ease-out;height:auto;max-height:0;font-size:11px;font-family:Graphik LCG;font-weight:400;line-height:1.69;color:#7a7a7a}.advertisingContent.ceoText{max-height:200px}.product-attribute-title-img{transition:transform .65s ease;transform:rotate(90deg)}.product-attribute-title-img.rotate{transform:rotate(270deg)}.product-attribute-filter-items{overflow:hidden;transition:max-height .5s ease-out;height:auto;max-height:0}.attribute-name{font-weight:500;font-family:Roboto,sans-serif;color:#858589}.attribute-value{font-family:Roboto,sans-serif;text-align:right;color:#000}.section-product h1.product-name{margin-bottom:.75rem;font-family:Graphik LCG;font-weight:500;font-size:24px;margin-top:12px}.product-sale-price,.section-product .product-sale-price{font-family:Graphik LCG;font-weight:500;font-size:12px;letter-spacing:2px;color:#858589}.section-comparison .product-price,.section-product .product-price{font-family:Graphik LCG;font-weight:500;color:#1f1c1b;padding-right:5px}.section-comparison .product-price{font-size:26px}.section-product .product-new-price{color:#f6655f}.delivery-price{display:flex;font-family:Graphik LCG;font-weight:500;font-size:12px;letter-spacing:2px;color:#858589;padding:10px}.delivery-price .delivery-price-icon{margin-right:10px}.product-option{flex-direction:column}.section-product .product-option{margin-bottom:.5rem}.product-option .product-option-name{display:flex;margin-bottom:.2rem;width:100%;color:#858589;font-family:Graphik LCG;font-weight:500;font-size:12px;justify-content:space-between}.product-option{display:flex;flex-wrap:wrap}.product-options{padding:10px}.product-options .radio-label{border:1px solid #e8e8e8;padding:10px 20px;margin-right:3px;margin-bottom:3px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:clip}.product-options .radio-label:hover{border-color:#1f1c1b;color:#1f1c1b;opacity:1}.product-options .radio-label:hover .radio-text{color:#33333a;opacity:1}.product-options .radio-label:first-child{margin-left:0}.product-options .radio-label.radio-label-with-picture{position:relative;display:inline-block;background-size:cover;background-repeat:no-repeat;width:50px;height:50px}.product-options .radio-label.radio-label-with-picture.radio-label-selected{background-color:#fff;opacity:1}.product-options .radio-label.radio-label-selected{border-color:#33333a;background-color:#33333a;opacity:1}.product-options .radio-label.radio-label-selected .radio-text{color:#fff;opacity:1}.product-options .radio-label.radio-label-disabled{border-color:#dbdbdb;cursor:default;opacity:.5;width:50px}.product-options .radio-label.radio-label-disabled .radio-text{color:#dbdbdb}.product-options .radio-label.radio-label-disabled:hover{border-color:#f6655f;opacity:1}.product-options .radio-label.radio-label-disabled:hover .radio-text{color:#f6655f}.brand-image{max-height:60px;border-radius:10px}.available-back{background-color:#eafaf0;align-self:center}.product-options .radio-input{position:absolute;opacity:0}.product-options .radio-text{display:inline-block;min-width:40px;text-align:center;color:#000}.product-options .radio-tooltip{position:absolute;top:-35px;border-radius:4px;text-align:center;background-color:#000;opacity:.7;color:#fff}.product-options .radio-tooltip .radio-tooltip-content{position:relative;padding:1px 3px}.product-options .radio-tooltip .radio-tooltip-content:before{content:"";position:absolute;bottom:-8px;left:34%;border-top:8px solid #000;border-left:8px solid transparent;border-right:8px solid transparent}.cart-btn{width:-webkit-fill-available;padding:0;margin:0!important;height:50px}.addtocart-buttons,.cart-btn{display:flex;justify-content:space-between}.addtocart-buttons{width:70px;align-items:center}@media screen and (max-width:769px){.addtocart-buttons{order:2;width:85px;display:none}}.addtocart-buttons a{color:#f6655f}.addtocart-buttons a path{stroke:#f6655f}.addtocart-buttons svg{stroke:#33333a;height:30px}.addtocart-buttons path{stroke:#33333a}.button-addtocart{border-radius:0}.button-addtocart,.button-addtocart-container{display:flex;max-width:100%;align-items:center}.button-addtocart-container{margin:1.5rem 0;border:3px solid #eaeaea;border-radius:0}.comparison{padding:8px}.detail-margin{padding:15px;background-color:#fff}.categoryBuy{display:block;flex-direction:row;justify-content:space-between;margin:0;max-width:100%;border-radius:2px;align-items:center;border:0}.categoryBuy .column{padding-left:0!important;padding-right:0!important;padding-bottom:0!important}.addtocart-dark{background-color:#f6655f;border:1px solid #dbdbdb;color:#fff;width:268px;height:45px}.react-tabs__tab-list{display:flex;background:#fff;height:45px;padding:0 35px;margin-bottom:0;border-bottom:2px solid #e8e8e8;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#33333a;font-size:11px;position:sticky;top:0;z-index:39;width:100%}.react-tabs__tab--selected{background:#fff;border:none;color:#1f1c1b;box-shadow:inset 0 -2px 0 0 #1f1c1b;border-radius:0}.react-tabs__tab{align-self:center;line-height:2;margin:6px 12px;padding:0}@media screen and (max-width:769px){.detail-margin{padding:0;background-color:#fff;position:fixed;bottom:0;z-index:99;left:0;right:0;margin:0;border-radius:0;display:flex;-webkit-box-shadow:0 -2px 8px rgba(0,0,0,.15);box-shadow:0 -2px 8px rgba(0,0,0,.15);align-items:center;width:100%;flex-direction:row}.react-tabs__tab{bottom:0;position:relative;padding:6px 12px;cursor:pointer;min-inline-size:max-content}.react-tabs__tab-list{overflow-x:scroll;overflow-y:overlay;display:flex;background:#fff;height:40px;margin-left:-1.2rem;margin-right:-1.2rem;padding:0 5px;margin-bottom:20px;border-bottom:none;position:sticky;top:44px;z-index:11}.react-tabs__tab--selected{background:#fff;border:none;color:#f6655f;box-shadow:inset 0 -2px 0 0 #f6655f;border-radius:0}}.btn{position:relative;display:inline-block;height:40px;padding:0 25px;line-height:40px;min-width:170px;background-color:#e5e5e5;color:#33333a;text-align:center}.addtocart-success{background-color:#33333a;color:#fff;height:45px;font-size:11px;cursor:pointer;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-transform:uppercase;border-radius:0;white-space:normal;text-align:left;line-height:1}.addtocart-success:hover{background-color:#1f1c1b;color:#fff}.addtocart-success[disabled]{background-color:#d8d8d8}.addtocart-success svg{margin-right:15px;margin-left:5px}.addtocart-success text{padding:5px}.button[disabled]{background-color:#dbdbdb}.button-addtocart-small{display:flex;align-items:baseline;width:70px;height:70px;padding:0;align-items:center;border:none;background-color:transparent}.button-addtocart-small a{cursor:auto;color:#f6655f}.button-addtocart-small a svg g path{stroke:#f6655f}.heart-btn{top:8px}.grid-btn,.heart-btn{right:8px;background-color:transparent;border:none;padding:0;cursor:pointer;position:absolute;z-index:1}.grid-btn{top:35px}.button-addtocart-list a{cursor:auto;color:#33333a}.button-addtocart-list a g{fill:#33333a}.button-addtocart-list a g path{stroke:#33333a;fill:#33333a}.new-item{width:70%;position:fixed;left:15%;max-height:90%;top:85px;box-sizing:border-box;padding:15px 24px 24px;z-index:9999;overflow:auto;min-height:80%}.items-off{display:none}.item-on{display:inherit}.cart-price-wrapper{display:flex;padding:24px}.gallery-thumbnail .image-gallery-thumbnails{display:flex;flex-direction:column;justify-content:center;align-items:center}.gallery-thumbnail .image-gallery-thumbnail{width:50px;height:50px;opacity:.5;overflow:hidden}.gallery-thumbnail .image-gallery-thumbnail.hover{border:1px solid #f6655f}.gallery-thumbnail .image-gallery-thumbnail.active{border:1px solid #f6655f;opacity:1}.promoText{width:60%;font-family:Graphik LCG;font-size:11px;color:#1f1c1b}.discount-countdown{max-width:300px;width:100%;padding:5px;height:fit-content;color:var(--main_col)}.discount-numbers{font-size:1.5rem;font-weight:500}.discount-numbers .column.is-2{background-color:#f1f1f1}.discount-labels{font-size:.75rem;font-weight:400;color:#7a7a7a}.section-product .image-gallery-image{cursor:zoom-in;max-width:500px;max-height:500px;display:flex;justify-content:center;align-items:center;height:46.806vw;width:46.806vw;margin:0 auto;object-fit:scale-down}@media screen and (max-width:475px){.section-product .image-gallery-image{width:100%;height:calc(100vw - 36px)}}.section-product .image-gallery-image img{height:100%;width:auto;object-fit:scale-down;padding:15px}.section-product .image-gallery-slide-wrapper{min-height:200px}.ReactModalPortal img{max-width:none}.product-quantity{overflow:hidden;align-self:center}.product-quantity input{text-align:center;font-size:1rem;border:none;padding:0;margin:0;outline:none}.product-quantity a{background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:10px}.product-quantity a:hover{background-color:rgba(0,0,0,.05)}.product-quantity a:active{background-color:rgba(0,0,0,.1)}.product-quantity a.decrement{border:1px solid #dbdbdb;background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cmVjdCB5PSIxOSIgd2lkdGg9IjQyIiBoZWlnaHQ9IjQiIGZpbGw9IiMwMDAwMDAiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)}.product-quantity a.decrement[disabled]{cursor:default;opacity:.5}.product-quantity a.increment{border:1px solid #dbdbdb;background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cG9seWdvbiBwb2ludHM9IjQyLDE5IDIzLDE5IDIzLDAgMTksMCAxOSwxOSAwLDE5IDAsMjMgMTksMjMgMTksNDIgMjMsNDIgMjMsMjMgNDIsMjMgIiBmaWxsPSIjMDAwMDAwIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)}.product-quantity a.increment:hover{background-color:#eafaf0}.product-quantity a.increment[disabled]{cursor:default;opacity:.5;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000'%3E%3Cpath d='M16 7.238H8.762V0H7.238v7.238H0v1.524h7.238V16h1.524V8.762H16z'/%3E%3Cpath d='M1.636.222l14.142 14.142-1.414 1.414L.222 1.636z'/%3E%3C/g%3E%3C/svg%3E")}.product-quantity a.increment[disabled]:hover{background-color:red}.product-quantity-name{display:flex;align-items:center;font-family:Roboto,sans-serif;font-size:11px;letter-spacing:2px;color:#858589}.product-content{font-family:Roboto,sans-serif;font-size:14px;color:#33333a}.product-content a{text-decoration:underline}.contentCentered,.NavCat{display:flex;align-items:center}.NavCat{position:relative;flex-direction:row;height:auto;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-transform:uppercase;padding:10px}.NavCat a{color:#1f1c1b}.NavCat a:hover{color:#e5e5e5}.slider-frame,.slider-list,.slider-slide{margin:0!important}.slider-frame ul,.slider-list ul,.slider-slide ul{margin:0!important;margin-block-start:0;margin-block-end:0}@media screen and (min-width:768px) and (max-width:910px){.is-96x96{width:100%!important}}.button-arrow{background:none;border:none;cursor:pointer;height:100%;padding:0}.slider-control-centerleft,.slider-control-centerright{height:100%}.categoryFocus{width:100%;display:flex;flex-direction:column}.categoryFocus .slider{height:auto!important}.categoryFocus .slider:after{content:"";pointer-events:none;position:absolute;height:100%;top:0;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(70%,#f8f8f8));background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 70%);right:-95px;width:300px}@media screen and (max-width:768px){.categoryFocus .slider:after{right:-10px;width:70px}}.categoryFocus .slider .slider-control-centerleft .slider-control-centerright{border:none;background-color:transparent;height:100%}.categoryFocus .active img{border:2px solid #fe7865}.categoryFocus .foto{flex-direction:column;text-align:center;align-items:center;display:flex}.categoryFocus .foto img{width:100px;height:100px;border:3px solid #e8e8e8}.focusText{margin-top:8px;display:inline-block;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100px;font-size:12px;max-height:44px;color:#323232}.focusText .active{color:#fe7865}.hideBlock{display:none}.showBlock{display:block}.disactive{background-color:#636363}.size-popap{bottom:0;left:0;right:0;top:0;position:fixed;width:100%;max-width:1390px;margin:0 auto;overflow-x:hidden;overflow-y:scroll;z-index:1000;padding:140px 45px 0;background-color:#fff}@media screen and (min-width:1216px){.size-popap{max-width:1200px}}@media screen and (max-width:769px){.size-popap{padding:0}}.overlay{width:150%;height:128%;position:absolute}@media screen and (max-width:769px){.overlay{display:none}}.table-scrolling-wrapper{overflow-x:scroll;z-index:30}.close-size-table-popap{display:flex;justify-content:flex-end;width:100%}.close-size-table-popap .button{border:none;background:none}.size-table-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (max-width:769px){.size-table-top{flex-direction:column;align-items:center;margin:60px auto;text-align:center}}.size-table-top .size-table-support h2{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;letter-spacing:2px;color:#33333a}.size-table-top .size-table-support h4{opacity:.6;font-family:Roboto,sans-serif;font-size:14px;color:#33333a}.size-table-top .size-table-number{display:flex;align-items:center;justify-content:center;width:178px;height:44px;background-color:#f6655f;color:#fff;margin-left:72px}@media screen and (max-width:769px){.size-table-top .size-table-number{margin:0}}.size-table-title{display:flex;font-family:Roboto,sans-serif;font-size:40px}.size-table-title-sex{font-family:Roboto,sans-serif;font-size:18px;font-weight:700;color:#33333a;margin:1em}.text-feature-of-product h2{font-size:16px}.text-feature-of-product h2,.text-feature-of-product p{font-family:Roboto,sans-serif;letter-spacing:2px;color:#33333a}.text-feature-of-product p{font-size:14px;line-height:1.64}.option-validation{display:flex;justify-content:row;align-items:center;font-weight:600;width:100%;font-family:Roboto,sans-serif;font-size:12px;letter-spacing:2px;margin-bottom:6px;border-left:2px solid #f6655f;padding-left:5px}.option-validation span{color:#f6655f}.option-validation-icon{display:flex;justify-content:center;align-items:center;font-weight:700;background-color:#e6756a;border-radius:50px;width:11px;height:11px;margin-right:6px}.option-validation-icon p{font-size:9px}.option-label-wrapper{display:flex;flex-wrap:wrap}.button-to-size-chart{font-family:Roboto,sans-serif;font-weight:600;font-size:12px;letter-spacing:2px;color:#f6655f;border:none;background:none;cursor:pointer}.button-svg{flex-shrink:0}.reviews-title{font-family:Graphik LCG;font-size:34px;color:var(--black)}@media screen and (max-width:769px){.reviews-title{font-family:Graphik LCG;font-size:16px;text-transform:uppercase;margin-top:24px}}.product-price{min-inline-size:fit-content;margin-right:5px;font-size:26px;text-transform:uppercase;display:flex;flex-direction:column-reverse;white-space:nowrap;font-family:Graphik LCG;font-weight:500;letter-spacing:2px}.fixedForm{display:flex}.fixedForm button{text-align:center;white-space:normal}.think-button{font-size:10px;padding:0;margin:0;display:flex;align-items:center;background-color:#fff;width:50px;height:50px;border:2px solid #33333a;border-radius:0}.think-button:hover{background-color:#33333a;color:#fff;border:2px solid #33333a}.think-button svg{margin-right:4px}.nav-block{background-color:#fff;border:2px solid #33333a;color:#33333a}.nav-block:hover{background-color:#33333a;color:#fff}.widget-align-right{bottom:70px!important}#disqus_thread{color:#fff;border-style:0 solid;border-color:#f6655f;padding:5px}#dsq-content #dsq-comments .dsq-comment-body{color:#fff;background-color:#f6655f}.dsq-reaction-body{color:#fff}.dsq-reaction-header cite,.dsq-reaction-header span,.dsq-reaction-retweets{color:#ccc}@media screen and (min-width:769px){.arrow-swg{display:none}}@media screen and (max-width:769px){.image-gallery-slide-wrapper.right,.section-product .image-gallery-slide-wrapper.left{width:100%}.cart-price-wrapper{display:flex;padding:12px;margin-top:20px}.items-block{display:block!important}.think-button{font-size:10px;padding:0;margin:0;display:flex;align-items:center}.think-button svg{margin-right:4px;transform:scale(.8)}.fixedForm{display:flex}.fixedForm button{text-align:center;white-space:normal}.toCheckout{text-align:start;white-space:normal}.new-item{width:900px;position:absolute;min-height:500px;position:fixed;width:100%;z-index:1002;overflow-y:scroll;font-size:82%;right:0;top:44px;left:0;bottom:0;max-height:100%}.section-product .container{margin-left:0;margin-right:0;padding:0}.section-product .product-price{font-family:Roboto,sans-serif;font-size:22px;color:#1f1c1b;font-weight:500;width:70%;padding-right:5px;order:1}.product-breadcrumb{display:flex;font-family:Graphik LCG;margin-bottom:12px!important}.product-quantity a{background-color:rgba(0,0,0,.05)}.product-content{padding-right:0}.addtocart-dark{width:140px}.addtocart-success{margin-right:3px;font-family:Graphik LCG;letter-spacing:2px;border-radius:10px;display:flex;white-space:normal;font-size:12px}.product-title-atributes{margin-bottom:11px;font-family:Graphik LCG;font-size:16px;letter-spacing:2px;color:#33333a;text-transform:uppercase}.product-content{font-family:Roboto,sans-serif;font-size:14px;line-height:1.64;letter-spacing:2px;color:#33333a}.brand-image,.delivery-price,.product-attribute,.text-feature-of-product{display:none}.content-custom{margin-top:0}.section-product h1.product-name{margin-top:0;margin-bottom:.75rem;font-family:Roboto,sans-serif;font-weight:400;font-size:20px}.product-attribute-filter-items{overflow:hidden;transition:max-height .5s ease-out;height:auto;max-height:0}.arrow-swg{transition:transform .65s ease}.arrow-swg.rotate{transform:rotate(180deg)}}.mobileButtonsPLP .py-3{padding-top:.5rem;padding-bottom:.5rem}@media screen and (max-width:600px){.mobileButtonsPLP .py-3{max-width:6.563rem}}@media screen and (max-width:375px){.mobileButtonsPLP .py-3{max-width:4.063rem}}@media screen and (max-width:375px){.mobileButtonsPLP .py-3 div{display:none}}.mobileButtonsPLP .py-3 span{margin:0!important}.custom-products .mobileButtonsPLP{display:none}.custom-products .group.relative.bg-white{background-color:transparent;padding:0}.custom-products .mr-2{margin-right:.5rem}@media screen and (min-width:1024px){.wishlist .item{padding-top:2.625rem}}.product-name-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media screen and (max-width:1023px){.product-name-title{-webkit-line-clamp:2;line-clamp:2}}@media screen and (max-width:424px){.product-img{display:none}}.page-list{margin:40px 0 0}.page-item{margin:0 0 30px;border-bottom:1px solid #e5e5e5}.page-item h2{font-size:1.5rem;margin:0 0 10px}.page-item h2 a:hover{text-decoration:underline}.page-item .date{font-size:small;color:#aaa;margin:0 0 10px}.page-item .description{margin:0 0 10px}.page-item div:last-of-type{margin:0 0 40px}.page-list div:last-of-type{border-bottom:none}.page-content a{text-decoration:underline}.tableCompare{display:flex;width:100%;position:relative;top:20px}.tableData{display:flex;overflow:auto;overflow-y:hidden}.tableColl{width:320px;padding:0 10px}.removeComparison{display:block}.picture{max-height:150px;max-width:95%}.compare-name{min-height:70px}.compare-name h4{font-size:16px;font-family:Roboto,sans-serif;font-weight:400;line-height:normal;letter-spacing:2px;color:rgba(51,51,58,.8)}@media screen and (max-width:475px){.compare-name{min-height:100px}}.tableTitle{display:flex;flex-direction:column;justify-content:flex-end;padding-top:10px;padding-bottom:10px;flex-direction:column-reverse;background-color:#fff;border-radius:0;border:3px solid #eaeaea}.tableTitle a{align-self:center}.tableTitle button{border:3px solid #f6655f;border-radius:0;font-size:14px;height:45px;color:#f6655f;padding:5px;text-transform:uppercase;width:80%;align-self:center;font-family:Graphik LCG;letter-spacing:2px;font-weight:500}.rowContent{display:flex;flex-direction:column;justify-content:center;place-content:start;margin:10px 0}@media screen and (max-width:767.98px){.howItWorkSlider{display:none}}.wrapper-assistantForm{display:flex;flex-direction:column;justify-content:center;font-family:Graphik LCG;min-height:720px;position:relative}@media screen and (max-width:991.98px){.wrapper-assistantForm{height:auto;min-height:auto}}@media screen and (max-width:767.98px){.wrapper-assistantForm{border-bottom:1px solid #e8e8e8;box-shadow:0 0 10px 0 hsla(0,0%,80.4%,.4)}}@media screen and (max-width:475px){.wrapper-assistantForm .container{margin:0 19px}}.wrapper-assistantForm .assistant-form-hero-img{position:absolute;right:0;top:0;opacity:.8}@media screen and (max-width:991.98px) and (min-width:768px){.wrapper-assistantForm .assistant-form-hero-img{height:auto;min-height:auto}}@media screen and (max-width:767.98px){.wrapper-assistantForm .assistant-form-hero-img{display:flex}}.wrapper-assistantForm .hero-title{width:80%;height:31px;opacity:.8;border:2px solid #fff;background-color:#f6655f;display:flex;position:relative;margin:40px 0 0 125px}.wrapper-assistantForm .hero-title h1{font-size:34px;line-height:1.4;color:#fff;text-transform:uppercase;font-weight:600;background-color:rgba(0,0,0,.5019607843137255);margin-top:75px;padding:18px}@media screen and (max-width:991.98px){.wrapper-assistantForm .hero-title{margin:20px 0 20px 25px;font-size:16px;width:auto;height:auto}}@media screen and (max-width:475px){.wrapper-assistantForm .hero-title{font-size:16px;display:block;margin:40px 0 0;height:auto;width:auto;text-transform:uppercase}}.wrapper-assistantForm .hero-title span{display:inline-block;padding:0 5px;background-color:#91d8ca;border-radius:2px;margin:0 5px}.wrapper-assistantForm .table-hero-title{font-family:Roboto,sans-serif;font-size:16px;text-transform:uppercase;font-style:normal;font-stretch:normal;line-height:1.3;letter-spacing:2px;color:#33333a;border-bottom:1px solid #e8e8e8;padding-bottom:10px}@media screen and (min-width:991.98px){.wrapper-assistantForm .table-hero-title{display:none}}@media screen and (max-width:767.98px){.wrapper-assistantForm .table-hero-title{display:none}}.wrapper-assistantForm .table-hero-title h1{font-weight:700}.wrapper-assistantForm .table-hero-title span{display:inline-block;background-color:#91d8ca}.wrapper-assistantForm .mobile-hero-title{font-family:Roboto,sans-serif;font-size:16px;text-transform:uppercase;font-style:normal;font-stretch:normal;line-height:1.3;letter-spacing:2px;color:#33333a;border-bottom:1px solid #e8e8e8;padding-bottom:10px}@media screen and (min-width:768px){.wrapper-assistantForm .mobile-hero-title{display:none}}@media screen and (max-width:767.98px){.wrapper-assistantForm .mobile-hero-title{padding-bottom:30px}}.wrapper-assistantForm .mobile-hero-title h1{font-weight:700}.wrapper-assistantForm .mobile-hero-title span{display:inline-block;background-color:#91d8ca}.wrapper-assistantForm .hero-sub-title{display:flex;margin-top:30px;line-height:normal;justify-content:space-between;padding:35px;height:145px}.wrapper-assistantForm .hero-sub-title svg{transform:scale(1.5);align-self:center;fill:#f6655f}@media screen and (max-width:991.98px){.wrapper-assistantForm .hero-sub-title{display:none}}.wrapper-assistantForm .hero-sub-title .wrapper-text{position:relative;font-size:12px;padding:3px}.wrapper-assistantForm .hero-sub-title .wrapper-text .circle{position:absolute;z-index:1;border-radius:50%;width:50px;height:50px;background-color:#fff}.wrapper-assistantForm .hero-sub-title .wrapper-text .circle svg{transform:scale(.8);align-self:center;fill:#f6655f;height:50px;width:50px}.wrapper-assistantForm .hero-sub-title .wrapper-text:nth-of-type(2) .text{width:200px}.wrapper-assistantForm .hero-sub-title .wrapper-text:nth-of-type(2) .circle{background-color:#fff}.wrapper-assistantForm .hero-sub-title .wrapper-text:nth-of-type(3) .text{width:200px}.wrapper-assistantForm .hero-sub-title .wrapper-text:nth-of-type(3) .circle{background-color:#fff}.wrapper-assistantForm .hero-sub-title .wrapper-text .text{position:relative;z-index:2;margin-left:80px;width:200px;height:50px;letter-spacing:2px;font-size:24px}.wrapper-assistantForm .button-wrapper{margin-top:40px}@media screen and (max-width:767.98px){.wrapper-assistantForm .button-wrapper{display:none}}.wrapper-assistantForm .button-wrapper .customButton button{align-items:flex-start;z-index:1;margin:0}.wrapper-assistantForm .button-wrapper .customButton button span{line-height:25px}.overlay-video{position:absolute;z-index:10000;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.7)}.faded{position:fixed;top:0;left:0;height:100%;width:100%;background-color:hsla(0,0%,100%,.8);z-index:11}.relative-position{position:relative;justify-content:center;display:flex}.assistant__form{position:absolute;top:350px;height:200px;padding:20px;border-radius:0;box-shadow:4px 10px 22px 0 hsla(0,0%,45.5%,.13725490196078433);background-color:#fff;z-index:99}@media screen and (max-width:950px) and (min-width:768px){.assistant__form{width:350px;margin:0 25px}}@media screen and (max-width:767.98px){.assistant__form{width:100%;border:none;box-shadow:none}}.assistant__form *{font-family:Graphik LCG}.assistant__form__button{position:relative;max-width:290px;width:100%;height:50px;background-color:#33333a;display:flex;align-items:center;justify-content:space-between;padding:0 40px;font-size:11px;color:#fff;border:none;cursor:pointer;text-transform:uppercase}@media screen and (max-width:950px){.assistant__form__button{position:relative;bottom:unset;right:unset;width:calc(100% - 12px);max-width:100%;height:42px;margin:20px auto;padding:0;justify-content:center}.assistant__form__button img{display:none}}.assistant__form__wrapper{align-items:center}@media screen and (max-width:950px){.assistant__form__wrapper{flex-direction:column;padding:10px 10px 0;align-items:flex-start}}@media screen and (max-width:475px){.assistant__form__wrapper{padding:10px 5px 0;margin-top:50px}}.assistant__form__wrapper .input-title{margin-bottom:5px;font-size:14px}.assistant__form__wrapper .assistant__form__radio-gender-wrapper,.assistant__form__wrapper .assistant__form__text-input{position:relative}@media screen and (max-width:767.98px){.assistant__form__wrapper .assistant__form__radio-gender-wrapper,.assistant__form__wrapper .assistant__form__text-input{width:100%}}.assistant__form__wrapper .assistant__form__radio-gender-wrapper .validation-error,.assistant__form__wrapper .assistant__form__text-input .validation-error{position:absolute}.assistant__form__wrapper .assistant__form__radio-gender-wrapper .validation-error.date,.assistant__form__wrapper .assistant__form__text-input .validation-error.date{width:100%}.assistant__form .DateRangePickerInput{position:relative}@media screen and (max-width:1215px){.assistant__form .DateRangePickerInput{width:240px}}@media screen and (max-width:950px){.assistant__form .DateRangePickerInput{width:270px}}@media screen and (max-width:767.98px){.assistant__form .DateRangePickerInput{width:240px}}.assistant__form .DateRangePickerInput_calendarIcon{position:absolute;right:0;margin:0;padding:0;height:100%;display:flex}.assistant__form .DateRangePickerInput_calendarIcon img{width:30px}.assistant__form .DateRangePickerInput .DateInput{width:calc(50% - 30px)}.assistant__form .DateRangePickerInput .DateInput_input{font-size:12px;text-align:center;line-height:normal;padding:13px 11px 10px}.assistant__form .DateRangePickerInput .DateInput_input__focused{border-bottom:2px solid #f6655f}.assistant__form .DateRangePickerInput .DateRangePickerInput_arrow_svg{width:10px;height:10px}.assistant__form .DateRangePickerInput .CalendarDay{border:none;vertical-align:middle;color:rgba(51,51,58,.7)}.assistant__form .DateRangePickerInput .CalendarDay__blocked_out_of_range{opacity:.5}.assistant__form .DateRangePickerInput .CalendarDay__hovered_span{background-color:rgba(246,101,95,.2);color:rgba(51,51,58,.7)}.assistant__form .DateRangePickerInput .CalendarDay__selected{border-radius:50%;background-color:#f6655f;color:#fff;font-weight:700}.assistant__form .DateRangePickerInput .CalendarDay__selected_span{background-color:rgba(246,101,95,.2);color:rgba(51,51,58,.7)}.assistant__form .DateRangePickerInput .CalendarDay__selected_start{border-top-right-radius:0;border-bottom-right-radius:0}.assistant__form .DateRangePickerInput .CalendarDay__selected_end{border-top-left-radius:0;border-bottom-left-radius:0}.assistant__form__text-input{position:relative}.assistant__form__text-input.__border{border:1px solid #cdcdcd;align-items:center}@media screen and (max-width:950px){.assistant__form__text-input{margin:13px 0 30px}}.assistant__form__text-input .autocomplete-root input{width:300px;height:50px;padding:0 14px;font-size:12px;border:none}@media screen and (max-width:1215px){.assistant__form__text-input .autocomplete-root input{width:220px}}@media screen and (max-width:950px) and (min-width:768px){.assistant__form__text-input .autocomplete-root input{width:320px}}@media screen and (max-width:767.98px){.assistant__form__text-input .autocomplete-root input{width:100%}}.assistant__form__text-input .autocomplete-dropdown-container{width:340px;position:absolute;top:70px;background-color:#fff;z-index:2;border-radius:2px;font-size:12px}@media screen and (max-width:1215px){.assistant__form__text-input .autocomplete-dropdown-container{width:220px}}@media screen and (max-width:950px){.assistant__form__text-input .autocomplete-dropdown-container{width:320px}}.assistant__form__text-input .autocomplete-dropdown-container:not(:empty){box-shadow:1px 10px 10px 0 hsla(0,0%,80.4%,.4);border:1px solid #e8e8e8}.assistant__form__text-input .autocomplete-dropdown-container .option{padding:11px 14px;font-size:14px;line-height:normal;letter-spacing:2px}.assistant__form__text-input .autocomplete-dropdown-container .option:hover{background-color:#e8e8e8;cursor:pointer}.assistant__form__radio-gender-wrapper{margin:10px 0}@media screen and (max-width:1215px){.assistant__form__radio-gender-wrapper{margin:0 25px}}@media screen and (max-width:950px){.assistant__form__radio-gender-wrapper{margin:0}}.assistant__form__radio-gender-wrapper div{display:flex}.business-checkbox{cursor:pointer;display:flex;align-items:center;justify-content:center;border:2px solid #33333a;width:30px;height:30px;margin:0 10px 0 0}.business-checkbox.checked{box-shadow:0 5px 20px 0 rgba(0,0,0,.08);border-color:#33333a;background-color:#33333a}.business-checkbox-wrapper{display:flex;margin:0 0 10px;align-items:center}.business-checkbox input{display:none}.activities-header{padding:20px 20px 0;display:flex;justify-content:space-between;position:absolute;background-color:#fff;z-index:99}@media screen and (max-width:950px){.activities-header{flex-direction:column}}@media screen and (max-width:475px){.activities-header{padding:20px 10px 0}}.activities-header .activities-title{font-size:36px;font-weight:400;font-style:normal;font-stretch:normal;font-family:Graphik LCG;line-height:1.4;color:#000;margin:0 0 10px}@media screen and (max-width:475px){.activities-header .activities-title{font-size:16px;letter-spacing:2px}}.activities-header .activities-subtitle{max-width:454px;opacity:.6;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:2px;color:#33333a;font-family:Roboto,sans-serif}@media screen and (max-width:475px){.activities-header .activities-subtitle{font-size:9px;line-height:1.33;letter-spacing:2px}}.activities-header .weather-wrapper{width:495px;height:96px;border-radius:2px;box-shadow:0 5px 20px 0 rgba(0,0,0,.08);background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 30px}@media screen and (max-width:950px){.activities-header .weather-wrapper{margin:20px 0;width:calc(100% - 15px);flex-direction:column;padding:10px 30px;justify-content:flex-start;height:auto;align-items:flex-start}}@media screen and (max-width:475px){.activities-header .weather-wrapper{display:none}}.activities-header .weather-wrapper .location-details{max-width:50%}@media screen and (max-width:950px){.activities-header .weather-wrapper .location-details{max-width:100%}}.activities-header .weather-wrapper .location-details .city{font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#000;margin:0 0 10px}.activities-header .weather-wrapper .location-details .dates{opacity:.6;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#33333a;font-family:Roboto,sans-serif}.activities-header .weather-wrapper .weather-details{display:flex;align-items:center}@media screen and (max-width:950px){.activities-header .weather-wrapper .weather-details{width:100%;justify-content:space-around;margin:10px 0}}.activities-header .weather-wrapper .weather-details .weather-info{text-align:right;margin:0 15px 0 0}.activities-header .weather-wrapper .weather-details .weather-info .temperature{font-size:16px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px}.activities-header .weather-wrapper .weather-details .weather-info .condition{opacity:.6;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;font-family:Roboto,sans-serif}.activities-container{display:flex;flex-wrap:wrap;padding:0 10px 40px;margin-top:20px;position:absolute;background-color:#fff;z-index:99}@media screen and (max-width:475px){.activities-container{padding:30px 4px 40px}}.activities-container .activity-item{width:200.33333px;height:200.33333px;margin:25px 10px}@media screen and (max-width:1407px){.activities-container .activity-item{width:168.33333px;height:168.33333px}}@media screen and (max-width:1215px){.activities-container .activity-item{width:136.33333px;height:136.33333px}}@media screen and (max-width:475px){.activities-container .activity-item{width:calc(50vw - 30px);height:calc(50vw - 30px);margin:6px}.activities-container .activity-item:nth-child(odd){margin-left:0}.activities-container .activity-item:nth-child(2n){margin-right:0}}.activities-container .activity-item .checkbox-icon{height:60px;width:auto;max-width:60%;margin-bottom:25px}@media screen and (max-width:475px){.activities-container .activity-item .checkbox-icon{max-width:54px;height:auto;position:absolute;top:50%;transform:translateY(-50%)}}.activities-container .activity-item input{display:none}.activities-container .activity-item label{cursor:pointer;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:2px;border:1px solid #e8e8e8;width:100%;height:100%}@media screen and (max-width:475px){.activities-container .activity-item label{font-family:Graphik LCG;font-size:11.7px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;text-align:center;justify-content:flex-end;padding-bottom:16px;position:relative}}.activities-container .activity-item label.checked{box-shadow:0 5px 20px 0 rgba(0,0,0,.08);border-color:#f6655f;color:#f6655f}.radio__input{display:none}.radio__icon{width:20px;height:inherit!important;cursor:pointer}.radio__label{cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 9px;overflow:visible;border:1px solid rgba(53,59,80,.1);background-color:hsla(0,0%,94.5%,.24);transition:all .2s ease;border-radius:50%;width:35px;height:35px}.radio:first-child .radio__label{margin:0 9px 0 0}.radio:first-child .radio__label:hover{border-color:#4a4a4a}.radio:first-child .radio__label:hover img{filter:brightness(20)}.radio:first-child .radio__label--active{border-color:#33333a;background-color:#4a4a4a}.radio:first-child .radio__label--active img{filter:brightness(20)}.radio:nth-child(2) .radio__label:hover{border-color:#f6655f;background-color:#f6655f}.radio:nth-child(2) .radio__label:hover img{filter:brightness(20)}.radio:nth-child(2) .radio__label--active{border-color:#f6655f;background-color:#f6655f}.radio:nth-child(2) .radio__label--active img{filter:brightness(20)}.mini-cart.checklists-list{padding:0}.mini-cart.checklists-list *{font-family:Graphik LCG}.mini-cart .single-checklist{min-height:65px;display:flex;align-items:end;padding:10px;justify-content:space-between;text-decoration:none;border:2px solid #dbdbdb;cursor:pointer}.mini-cart .single-checklist .single-checklist-wrapper{display:inline-grid}.mini-cart .single-checklist .single-checklist-style{padding:10px;width:100%}.mini-cart .single-checklist__location{color:#33333a;font-size:16px;margin:0 10px 0 0;letter-spacing:2px}.mini-cart .single-checklist__location:hover{color:#f6655f;text-decoration:underline}.mini-cart .single-checklist__dates{color:rgba(51,51,58,.6);font-size:12px;margin:0 10px 0 0}.mini-cart .single-checklist__temp{color:rgba(51,51,58,.6);font-size:14px}.mini-cart .single-checklist__activities-wrapper{display:flex;flex-wrap:wrap}.mini-cart .single-checklist__activity{color:#f6655f;font-size:16px;font-weight:400;letter-spacing:2px;margin:0 5px 0 0;cursor:pointer}.mini-cart .single-checklist__activity:hover{text-decoration:underline}.checklist-page{padding:0}.checklist-page.section{margin:0 auto;display:flex}.category-results{display:flex;justify-content:center}.category-results .attribute-filter-horizontal{margin:0;flex-direction:row}@media screen and (max-width:475px){.category-results .attribute-filter-horizontal{flex-wrap:wrap;display:none}}.category-results .attribute-filter-horizontal .sort{margin:0 0 20px}.category-results .attribute-filter-horizontal .sort .column:first-child{display:none}.category-results .attribute-filter-horizontal .sort .column:last-child{padding:0}.category-results .attribute-filter-horizontal .sort .column:last-child .select{min-height:44px}.category-results .attribute-filter-horizontal .sort .column:last-child .select select{min-height:45px;border:1px solid #e8e8e8;padding:0 13px;font-weight:600;font-size:12px;font-style:normal;color:#f6655f;letter-spacing:2px;font-family:Graphik LCG}.category-results .attribute-filter-horizontal .attribute-horizontal{position:relative;width:auto}.category-results .attribute-filter-horizontal .attribute-horizontal.visible{background-color:#33333a;color:#fff;transition:all .3s ease-in;-webkit-transition:all .3s ease-in}.category-results .attribute-filter-horizontal .attribute-horizontal.visible .attribute-title{color:#fff}.category-results .attribute-filter-horizontal .attribute-horizontal .attribute-title-img{display:none}.category-results .attribute-filter-horizontal .wrapper-for-attribute-checkbox{padding:0 16px}.category-results .attribute-filter-horizontal .wrapper-for-attribute-checkbox:first-child{margin-top:20px}.category-results .attribute-filter-horizontal .wrapper-for-attribute-checkbox:last-child{margin-bottom:20px}.category-results .attribute-filter-horizontal-items{width:257px}.category-results .attribute-filter-horizontal-items,.category-results .attribute-filter-horizontal-items--other{position:absolute;top:45px;left:0;height:auto;box-shadow:0 5px 20px 0 rgba(0,0,0,.08),0 0 4px 0 rgba(0,0,0,.08);background-color:#fff;z-index:9;max-height:none}.category-results .attribute-filter-horizontal-items--other{width:350px;padding:0 16px}.category-results .attribute-filter-horizontal-items--other .attribute-filter{margin-top:20px;align-items:center}.category-results .attribute-filter-horizontal-items--other .attribute-filter .attribute .attribute-title{color:#33333a}.category-results .attribute-filter-horizontal-items--other .attribute-filter .attribute .attribute-title-img{display:block}.category-results .attribute-filter-horizontal-items .wrapper-for-attribute-checkbox{padding:0 16px}.category-results .attribute-filter-horizontal-items .wrapper-for-attribute-checkbox:first-child{margin-top:20px}.category-results .attribute-filter-horizontal-items .wrapper-for-attribute-checkbox:last-child{margin-bottom:20px}.checklist-results{display:flex;justify-content:flex-start;flex-direction:column}@media screen and (max-width:475px){.checklist-results{padding:16px}.checklist-results .columns.is-multiline.is-mobile.products{width:100vw;height:auto;min-height:100vh;max-height:none;flex-direction:row;padding:0 6px;margin:0 -16px}.checklist-results .columns.is-multiline.is-mobile.products .product-wrapper{margin:6px}.checklist-results .columns.is-multiline.is-mobile.products .product-wrapper .product-name span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.checklist-results .columns.is-multiline.is-mobile.products .column{padding:0!important}.checklist-results .columns.is-multiline.is-mobile.products .column:nth-child(odd) .product-wrapper{margin-left:0}.checklist-results .columns.is-multiline.is-mobile.products .column:nth-child(2n) .product-wrapper{margin-right:0}.checklist-results .attribute-filter{display:none}.checklist-results .attribute-filter.visible{display:block;position:fixed;height:calc(100% - 175px);background-color:#fff;z-index:1;left:0;top:155px;width:100%;padding:0 6px;overflow-y:scroll}}.checklist-results .no-category-item__wrapper{margin:12px 0 0;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:20px}.checklist-results .no-category-item__image{max-width:475px;width:80%}.checklist-results .back-button{display:none}@media screen and (max-width:475px){.checklist-results .back-button{font-family:Graphik LCG;font-size:12px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#33333a;display:flex;align-items:center;cursor:pointer;margin-top:12px}.checklist-results .back-button img{width:12px;margin-right:5px}}.checklist-results .attribute-filter-horizontal{margin:0;flex-direction:row;flex-wrap:wrap}.checklist-results .attribute-filter-horizontal .sort{margin:0 0 20px}.checklist-results .attribute-filter-horizontal .sort .column:first-child{display:none}.checklist-results .attribute-filter-horizontal .sort .column:last-child{padding:0}.checklist-results .attribute-filter-horizontal .sort .column:last-child .select{min-height:44px}.checklist-results .attribute-filter-horizontal .sort .column:last-child .select select{min-height:45px;border:1px solid #e8e8e8;margin-bottom:20px;font-weight:600;font-size:12px;font-style:normal;color:#f6655f;letter-spacing:2px;font-family:Graphik LCG;padding:0}.checklist-results .attribute-filter-horizontal .attribute-horizontal{position:relative;width:auto}.checklist-results .attribute-filter-horizontal .attribute-horizontal.visible{background-color:#f6655f;color:#fff}.checklist-results .attribute-filter-horizontal .attribute-horizontal.visible .attribute-title{color:#fff}.checklist-results .attribute-filter-horizontal .attribute-horizontal .attribute-title-img{display:none}.checklist-results .attribute-filter-horizontal-items{width:257px}.checklist-results .attribute-filter-horizontal-items,.checklist-results .attribute-filter-horizontal-items--other{position:absolute;top:45px;left:0;height:auto;box-shadow:0 5px 20px 0 rgba(0,0,0,.08),0 0 4px 0 rgba(0,0,0,.08);background-color:#fff;z-index:9;max-height:none}.checklist-results .attribute-filter-horizontal-items--other{width:350px;padding:0 16px}.checklist-results .attribute-filter-horizontal-items--other .attribute-filter{margin-top:20px}.checklist-results .attribute-filter-horizontal-items--other .attribute-filter .attribute .attribute-title{color:#33333a}.checklist-results .attribute-filter-horizontal-items--other .attribute-filter .attribute .attribute-title-img{display:block}.checklist-results .attribute-filter-horizontal-items .wrapper-for-attribute-checkbox{padding:0 16px}.checklist-results .attribute-filter-horizontal-items .wrapper-for-attribute-checkbox:first-child{margin-top:20px}.checklist-results .attribute-filter-horizontal-items .wrapper-for-attribute-checkbox:last-child{margin-bottom:20px}.checklist-results .chosen-category__filter-mobile-button{display:none}@media screen and (max-width:475px){.checklist-results .chosen-category__filter-mobile-button{display:block;position:absolute;font-family:Graphik LCG;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#f6655f;top:55px}}.checklist-results .chosen-category__title{font-size:34px;font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#1f1c1b;font-family:Graphik LCG}@media screen and (max-width:475px){.checklist-results .chosen-category__title{font-family:Graphik LCG;font-size:16px;letter-spacing:2px;text-align:right;margin-right:6px;margin-top:15px}}.checklist-results .chosen-category__subtitle{opacity:.6;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#33333a;padding-bottom:12px}@media screen and (max-width:475px){.checklist-results .chosen-category__subtitle{font-size:9px;letter-spacing:2px;text-align:right;margin-right:6px;margin-top:5px}}.checklist-results__top-panel{display:flex;justify-content:space-between;padding:30px 0}@media screen and (max-width:475px){.checklist-results__top-panel{flex-direction:column;padding:0}}.checklist-results__top-panel .my-luggage{height:66px;border-radius:2px;width:calc(25% - 33px);border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center}@media screen and (max-width:475px){.checklist-results__top-panel .my-luggage{display:none}}.checklist-results__top-panel .my-luggage span{padding-top:5px;font-family:Graphik LCG;font-size:16px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px}.checklist-results__top-panel .my-luggage img{margin-right:12px}.tooltip{position:relative;width:18px;height:18px;border:1px solid rgba(51,51,58,.6);border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:10px;color:rgba(51,51,58,.6)}.tooltip:hover .tooltip-content{display:block;animation:tooltip .7s ease forwards;z-index:1009}.tooltip .tooltip-content{display:none;opacity:0;position:absolute;bottom:calc(100% + 7px);left:0;transform:translateX(-70%);background-color:#fff;width:140px;padding:15px 10px;border:1px solid #4a4a4a}.tooltip .tooltip-content p{color:rgba(51,51,58,.6)}.tooltip .tooltip-arrow{position:absolute;z-index:1;left:70%;transform:translateX(0) translateY(13px) rotate(0deg);width:16px;height:25px;overflow:hidden;bottom:0}.tooltip .tooltip-arrow:before{content:"";position:absolute;top:-4px;left:50%;width:20px;height:20px;background-color:#fff;transform:translateX(-50%) rotate(45deg);box-shadow:0 0 0 1px #4a4a4a}.weather-block__address{font-size:11px;font-family:Graphik LCG;font-weight:500;text-transform:uppercase;max-width:50%}.weather-block__address,.weather-block__temp{font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px}.weather-block__temp{opacity:.6;font-size:14px;font-weight:400;padding:5px 0 0 10px}.checklist-wrapper .dates_category{letter-spacing:2px;font-family:Graphik LCG;position:absolute;top:0;color:#fff;margin-top:100px}@media screen and (max-width:475px){.checklist-wrapper .dates_category{top:0;margin-top:70px;width:100vw;background-color:#f6655f;color:#fff;left:0;padding-left:12px}}@media screen and (max-width:475px){.checklist-wrapper{display:none}.checklist-wrapper.visible{display:block;position:absolute;width:100%;background-color:#fff;z-index:15;min-height:100%;margin-top:0;padding:150px 12px 0;border-width:0}.checklist-wrapper.expanded{position:absolute;z-index:11;background-color:#fff;padding:0 0 0 16px;display:block}}.checklist-wrapper .back-button{display:none}@media screen and (max-width:475px){.checklist-wrapper .back-button{font-family:Graphik LCG;font-size:9px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#33333a;display:flex;align-items:center;cursor:pointer;margin-top:30px;margin-left:-8px}.checklist-wrapper .back-button img{width:9px;margin-right:5px}}.checklist-wrapper .divider{display:block;width:300px}@media screen and (max-width:475px){.checklist-wrapper .divider{display:block}}.checklist-wrapper .circularProgressbar{width:40px}.checklist-wrapper .weather-block{display:none}@media screen and (max-width:475px){.checklist-wrapper .weather-block{margin-top:30px;min-height:66px;width:100vw;border-radius:2px;display:flex;align-items:center;text-transform:none;padding:16px 25px;left:-25px;position:absolute}.checklist-wrapper .weather-block div:first-child{width:70%}.checklist-wrapper .weather-block .condition-image-wrapper{display:flex;align-items:center}.checklist-wrapper .weather-block .condition-image-wrapper img{position:relative;right:unset;top:unset;transform:unset}.checklist-wrapper .weather-block *{font-family:Roboto,sans-serif;color:#33333a}.checklist-wrapper .weather-block .tooltip{width:18px;height:18px;border:1px solid rgba(51,51,58,.6);border-radius:50%;cursor:pointer;margin-left:19px;margin-top:5px;font-size:11px}.checklist-wrapper .weather-block .tooltip .tooltip-text{width:100%;display:flex;align-items:center;justify-content:center;height:100%;color:rgba(51,51,58,.6)}.checklist-wrapper .weather-block .tooltip:hover .tooltip-content{display:block;animation:tooltip .7s ease forwards;position:absolute;top:100%;left:80%;height:160px;transform:translateX(-70%);background-color:#fff;width:200px!important;padding:5px 10px;border:1px solid #f8f8f8;z-index:1}.checklist-wrapper .weather-block .tooltip:hover .tooltip-content p{color:rgba(51,51,58,.6)}.checklist-wrapper .weather-block .tooltip:hover .tooltip-arrow{width:20px}.checklist-wrapper .weather-block .tooltip-content{display:none;opacity:0}.checklist-wrapper .weather-block .tooltip-arrow{position:absolute;z-index:1;left:82%;transform:translateX(0) translateY(-20px) rotate(180deg);width:20px;height:25px;overflow:hidden}.checklist-wrapper .weather-block .tooltip-arrow:before{content:"";position:absolute;top:-4px;left:50%;width:20px;height:20px;background-color:#fff;transform:translateX(-50%) rotate(45deg);box-shadow:0 0 0 1px rgba(51,51,58,.1)}@keyframes tooltip{to{opacity:1;bottom:calc(100% + 30px)}}.checklist-wrapper .weather-block__address{font-family:Graphik LCG;font-size:16px}.checklist-wrapper .weather-block__address,.checklist-wrapper .weather-block__temp{font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px}.checklist-wrapper .weather-block__temp{opacity:.6;font-size:14px}.checklist-wrapper .weather-block img{width:35px;position:absolute;right:34px;top:50%;transform:translateY(-50%)}}.checklist-wrapper *{font-family:Graphik LCG;font-weight:400}.checklist-wrapper .checklist__custom-title-wrapper{font-family:Graphik LCG;font-size:11px;font-weight:700;font-style:normal;font-stretch:normal;line-height:24px;letter-spacing:2px;color:#33333a;text-transform:uppercase;padding:32px 0 0}@media screen and (max-width:475px){.checklist-wrapper .checklist__custom-title-wrapper{padding-top:16px}}.checklist-wrapper .checklist__custom-title-wrapper .green-bg{background-color:#91d8ca;padding:3px 3px 0}.checklist-wrapper .category__name{display:flex;justify-content:space-between;align-items:center;cursor:pointer;position:sticky;top:0;background:#fff;z-index:9}.checklist-wrapper .category__name__title{font-weight:600;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#33333a}.checklist-wrapper .category__name__add,.checklist-wrapper .category__name__title--small{font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px}.checklist-wrapper .category__name__add{width:87%;opacity:.6;font-size:12px;color:#33333a;align-items:center;border-radius:25px;height:45px;justify-content:center;vertical-align:sub;padding-left:20px}.checklist-wrapper .category__name__add:active{border:1px solid #33333a;border-radius:4px}.checklist-wrapper .category__name__progress{opacity:.6;font-size:12px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#33333a;align-items:center;margin-top:30px;border-radius:50%;width:45px;height:45px;justify-content:center;vertical-align:sub}.checklist-wrapper .category__name__progress img{width:12px;padding-bottom:2px}.checklist-wrapper .category__checkboxes{display:none}.checklist-wrapper .category__checkboxes.expanded{display:block}.checklist-wrapper .category__checkboxes .checkbox__wrapper{display:flex;align-items:center;justify-content:space-between}.checklist-wrapper .category__checkboxes .checkbox__wrapper.active{background-color:#dadce0;margin-top:5px;margin-bottom:5px;min-height:40px;font-weight:700}.checklist-wrapper .category__checkboxes .checkbox__wrapper:hover{box-shadow:inset 1px 0 0 #dadce0,inset -1px 0 0 #dadce0,0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.checklist-wrapper .category__checkboxes .checkbox__wrapper .tooltip{position:relative;min-width:18px;height:18px;border:1px solid rgba(51,51,58,.6);border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:10px;color:rgba(51,51,58,.6);margin:0 5px}.checklist-wrapper .category__checkboxes .checkbox__wrapper .tooltip:hover .tooltip-content{display:block;animation:tooltip .7s ease forwards}.checklist-wrapper .category__checkboxes .checkbox__wrapper .tooltip-content{display:none;opacity:0;position:absolute;top:calc(100% + 13px);left:0;min-height:120px;height:fit-content;transform:translateX(-70%);background-color:#fff;width:140px;padding:5px 10px;border:1px solid #f8f8f8;line-height:19px}.checklist-wrapper .category__checkboxes .checkbox__wrapper .tooltip-content p{color:rgba(51,51,58,.6)}.checklist-wrapper .category__checkboxes .checkbox__wrapper .tooltip-arrow{position:absolute;z-index:1;left:70%;transform:translateX(0) translateY(-20px) rotate(180deg);width:20px;height:25px;overflow:hidden}.checklist-wrapper .category__checkboxes .checkbox__wrapper .tooltip-arrow:before{content:"";position:absolute;top:-4px;left:50%;width:20px;height:20px;background-color:#fff;transform:translateX(-50%) rotate(45deg);box-shadow:0 0 0 1px rgba(51,51,58,.1)}@keyframes tooltip{to{opacity:1;bottom:calc(100% + 30px)}}.checklist-wrapper .category__checkboxes .checkbox__shape{height:30px;width:30px;background-color:#fff}.checklist-wrapper .category__checkboxes .checkbox__shape label{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border:2px solid #4a4a4a;background-color:hsla(0,0%,94.5%,.24);cursor:pointer;height:30px;width:30px}.checklist-wrapper .category__checkboxes .checkbox__shape label.checked{background-color:#33333a}.checklist-wrapper .category__checkboxes .checkbox__shape label img{width:15px}.checklist-wrapper .category__checkboxes .checkbox__shape label input{display:none}.checklist-wrapper .category__checkboxes .checkbox__title{color:#33333a;cursor:pointer;width:100%;min-height:30px;justify-content:space-between}.checklist-wrapper .category__checkboxes .checkbox__title:hover{color:#000;font-weight:700}.checklist-wrapper .category__checkboxes .checkbox__title.checked{text-decoration:line-through}.checklist-wrapper .category__checkboxes .checkbox__title span{display:flex;font-family:Graphik LCG;font-weight:500;padding:20px;font-size:14px}.PresetDateRangePicker_panel{padding:0 22px 11px}.PresetDateRangePicker_button{position:relative;height:100%;text-align:center;background:0 0;border:2px solid #00a699;color:#00a699;padding:4px 12px;margin-right:8px;font:inherit;font-weight:700;line-height:normal;overflow:visible;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.PresetDateRangePicker_button:active{outline:0}.PresetDateRangePicker_button__selected{color:#fff;background:#00a699}.SingleDatePickerInput{display:inline-block;background-color:#fff}.SingleDatePickerInput__withBorder{border-radius:2px;border:1px solid #dbdbdb}.SingleDatePickerInput__rtl{direction:rtl}.SingleDatePickerInput__disabled{background-color:#f2f2f2}.SingleDatePickerInput__block{display:block}.SingleDatePickerInput__showClearDate{padding-right:30px}.SingleDatePickerInput_clearDate{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.SingleDatePickerInput_clearDate__default:focus,.SingleDatePickerInput_clearDate__default:hover{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__small{padding:6px}.SingleDatePickerInput_clearDate__hide{visibility:hidden}.SingleDatePickerInput_clearDate_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.SingleDatePickerInput_clearDate_svg__small{height:9px}.SingleDatePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.SingleDatePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.SingleDatePicker{position:relative;display:inline-block}.SingleDatePicker__block{display:block}.SingleDatePicker_picker{z-index:1;background-color:#fff;position:absolute}.SingleDatePicker_picker__rtl{direction:rtl}.SingleDatePicker_picker__directionLeft{left:0}.SingleDatePicker_picker__directionRight{right:0}.SingleDatePicker_picker__portal{background-color:rgba(0,0,0,.3);position:fixed;top:0;left:0;height:100%;width:100%}.SingleDatePicker_picker__fullScreenPortal{background-color:#fff}.SingleDatePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.SingleDatePicker_closeButton:focus,.SingleDatePicker_closeButton:hover{color:#b0b3b4;text-decoration:none}.SingleDatePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_buttonReset{background:0 0;border:0;border-radius:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer;font-size:14px}.DayPickerKeyboardShortcuts_buttonReset:active{outline:0}.DayPickerKeyboardShortcuts_show{width:33px;height:26px;position:absolute;z-index:2}.DayPickerKeyboardShortcuts_show:before{content:"";display:block;position:absolute}.DayPickerKeyboardShortcuts_show__bottomRight{bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:before{border-top:26px solid transparent;border-right:33px solid #00a699;bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topRight{top:0;right:0}.DayPickerKeyboardShortcuts_show__topRight:before{border-bottom:26px solid transparent;border-right:33px solid #00a699;top:0;right:0}.DayPickerKeyboardShortcuts_show__topRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topLeft{top:0;left:0}.DayPickerKeyboardShortcuts_show__topLeft:before{border-bottom:26px solid transparent;border-left:33px solid #00a699;top:0;left:0}.DayPickerKeyboardShortcuts_show__topLeft:hover:before{border-left:33px solid #008489}.DayPickerKeyboardShortcuts_showSpan{color:#fff;position:absolute}.DayPickerKeyboardShortcuts_showSpan__bottomRight{bottom:0;right:5px}.DayPickerKeyboardShortcuts_showSpan__topRight{top:1px;right:5px}.DayPickerKeyboardShortcuts_showSpan__topLeft{top:1px;left:5px}.DayPickerKeyboardShortcuts_panel{overflow:auto;background:#fff;border:1px solid #dbdbdb;border-radius:2px;position:absolute;top:0;bottom:0;right:0;left:0;z-index:2;padding:22px;margin:33px;text-align:left}.DayPickerKeyboardShortcuts_title{font-size:16px;font-weight:700;margin:0}.DayPickerKeyboardShortcuts_list{list-style:none;padding:0;font-size:14px}.DayPickerKeyboardShortcuts_close{position:absolute;right:22px;top:22px;z-index:2}.DayPickerKeyboardShortcuts_close:active{outline:0}.DayPickerKeyboardShortcuts_closeSvg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_closeSvg:focus,.DayPickerKeyboardShortcuts_closeSvg:hover{fill:#82888a}.CalendarDay{-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;font-size:14px;text-align:center}.CalendarDay:active{outline:0}.CalendarDay__defaultCursor{cursor:default}.CalendarDay__default{border:1px solid #e4e7e7;color:#484848;background:#fff}.CalendarDay__default:hover{background:#e4e7e7;border:1px solid #e4e7e7;color:inherit}.CalendarDay__hovered_offset{background:#f4f5f5;border:1px double #e4e7e7;color:inherit}.CalendarDay__outside{border:0;background:#fff;color:#484848}.CalendarDay__outside:hover{border:0}.CalendarDay__blocked_minimum_nights{background:#fff;border:1px solid #eceeee;color:#cacccd}.CalendarDay__blocked_minimum_nights:active,.CalendarDay__blocked_minimum_nights:hover{background:#fff;color:#cacccd}.CalendarDay__highlighted_calendar{background:#ffe8bc;color:#484848}.CalendarDay__highlighted_calendar:active,.CalendarDay__highlighted_calendar:hover{background:#ffce71;color:#484848}.CalendarDay__selected_span{background:#66e2da;border:1px double #33dacd;color:#fff}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:#33dacd;border:1px double #33dacd;color:#fff}.CalendarDay__selected,.CalendarDay__selected:active,.CalendarDay__selected:hover{background:#00a699;border:1px double #00a699;color:#fff}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:#b2f1ec;border:1px double #80e8e0;color:#007a87}.CalendarDay__hovered_span:active{background:#80e8e0;border:1px double #80e8e0;color:#007a87}.CalendarDay__blocked_calendar,.CalendarDay__blocked_calendar:active,.CalendarDay__blocked_calendar:hover{background:#cacccd;border:1px solid #cacccd;color:#82888a}.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{background:#fff;border:1px solid #e4e7e7;color:#cacccd}.CalendarDay__hovered_start_first_possible_end{background:#eceeee;border:1px double #eceeee}.CalendarDay__hovered_start_blocked_min_nights{background:#eceeee;border:1px double #e4e7e7}.CalendarMonth{background:#fff;text-align:center;vertical-align:top;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.CalendarMonth_table{border-collapse:collapse;border-spacing:0}.CalendarMonth_verticalSpacing{border-collapse:separate}.CalendarMonth_caption{color:#484848;font-size:18px;text-align:center;padding-top:22px;padding-bottom:37px;caption-side:top}.CalendarMonth_caption__verticalScrollable{padding-top:12px;padding-bottom:7px}.CalendarMonthGrid{background:#fff;text-align:left;z-index:0}.CalendarMonthGrid__animating{z-index:1}.CalendarMonthGrid__horizontal{position:absolute;left:9px}.CalendarMonthGrid__vertical{margin:0 auto}.CalendarMonthGrid__vertical_scrollable{margin:0 auto;overflow-y:scroll}.CalendarMonthGrid_month__horizontal{display:inline-block;vertical-align:top;min-height:100%}.CalendarMonthGrid_month__hideForAnimation{position:absolute;z-index:-1;opacity:0;pointer-events:none}.CalendarMonthGrid_month__hidden{visibility:hidden}.DayPickerNavigation{position:relative;z-index:2}.DayPickerNavigation__horizontal{height:0}.DayPickerNavigation__verticalDefault{position:absolute;width:100%;height:52px;bottom:0;left:0}.DayPickerNavigation__verticalScrollableDefault{position:relative}.DayPickerNavigation_button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;padding:0;margin:0}.DayPickerNavigation_button__default{border:1px solid #e4e7e7;background-color:#fff;color:#757575}.DayPickerNavigation_button__default:focus,.DayPickerNavigation_button__default:hover{border:1px solid #c4c4c4}.DayPickerNavigation_button__default:active{background:#f2f2f2}.DayPickerNavigation_button__disabled{cursor:default;border:1px solid #f2f2f2}.DayPickerNavigation_button__disabled:focus,.DayPickerNavigation_button__disabled:hover{border:1px solid #f2f2f2}.DayPickerNavigation_button__disabled:active{background:0 0}.DayPickerNavigation_button__horizontalDefault{position:absolute;top:18px;line-height:.78;border-radius:3px;padding:6px 9px}.DayPickerNavigation_leftButton__horizontalDefault{left:22px}.DayPickerNavigation_rightButton__horizontalDefault{right:22px}.DayPickerNavigation_button__verticalDefault{padding:5px;background:#fff;box-shadow:0 0 5px 2px rgba(0,0,0,.1);position:relative;display:inline-block;text-align:center;height:100%;width:50%}.DayPickerNavigation_nextButton__verticalDefault{border-left:0}.DayPickerNavigation_nextButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_svg__horizontal{height:19px;width:19px;fill:#82888a;display:block}.DayPickerNavigation_svg__vertical{height:42px;width:42px;fill:#484848}.DayPickerNavigation_svg__disabled{fill:#f2f2f2}.DayPicker{position:relative;text-align:left}.DayPicker,.DayPicker__horizontal{background:#fff}.DayPicker__verticalScrollable{height:100%}.DayPicker__hidden{visibility:hidden}.DayPicker__withBorder{box-shadow:0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);border-radius:3px}.DayPicker_portal__horizontal{box-shadow:none;position:absolute;left:50%;top:50%}.DayPicker_portal__vertical{position:static}.DayPicker_focusRegion{outline:0}.DayPicker_calendarInfo__horizontal,.DayPicker_wrapper__horizontal{display:inline-block;vertical-align:top}.DayPicker_weekHeaders{position:relative}.DayPicker_weekHeaders__horizontal{margin-left:9px}.DayPicker_weekHeader{color:#757575;position:absolute;top:62px;z-index:2;text-align:left}.DayPicker_weekHeader__vertical{left:50%}.DayPicker_weekHeader__verticalScrollable{top:0;display:table-row;border-bottom:1px solid #dbdbdb;background:#fff;margin-left:0;left:0;width:100%;text-align:center}.DayPicker_weekHeader_ul{list-style:none;margin:1px 0;padding-left:0;padding-right:0;font-size:14px}.DayPicker_weekHeader_li{display:inline-block;text-align:center}.DayPicker_transitionContainer{position:relative;overflow:hidden;border-radius:3px}.DayPicker_transitionContainer__horizontal{-webkit-transition:height .2s ease-in-out;-moz-transition:height .2s ease-in-out;transition:height .2s ease-in-out}.DayPicker_transitionContainer__vertical{width:100%}.DayPicker_transitionContainer__verticalScrollable{padding-top:20px;height:100%;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:scroll}.DateInput{margin:0;padding:0;background:#fff;position:relative;display:inline-block;width:130px;vertical-align:middle}.DateInput__small{width:97px}.DateInput__block{width:100%}.DateInput__disabled{background:#f2f2f2;color:#dbdbdb}.DateInput_input{font-weight:200;font-size:12px;line-height:24px;color:#484848;background-color:#fff;width:100%;padding:5px;border:0;border-bottom:2px solid transparent;border-radius:0;text-align:-webkit-center;height:100%}.DateInput_input__small{font-size:15px;line-height:18px;letter-spacing:2px;padding:7px 7px 5px}.DateInput_input__regular{font-weight:auto}.DateInput_input__readOnly{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DateInput_input__focused{outline:0;background:#fff;border:0;border-bottom:2px solid #008489}.DateInput_input__disabled{background:#f2f2f2;font-style:italic}.DateInput_screenReaderMessage{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.DateInput_fang{position:absolute;width:20px;height:10px;left:22px;z-index:2}.DateInput_fangShape{fill:#fff}.DateInput_fangStroke{stroke:#dbdbdb;fill:transparent}.DateRangePickerInput{background-color:#fff;display:inline-block}.DateRangePickerInput__disabled{background:#f2f2f2}.DateRangePickerInput__withBorder{display:inline-flex}.DateRangePickerInput__rtl{direction:rtl}.DateRangePickerInput__block{display:block}.DateRangePickerInput__showClearDates{padding-right:30px}.DateRangePickerInput_arrow{display:inline-block;vertical-align:middle;color:#484848}.DateRangePickerInput_arrow_svg{vertical-align:-webkit-baseline-middle;fill:#484848;height:24px;width:24px}.DateRangePickerInput_clearDates{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.DateRangePickerInput_clearDates__small{padding:6px}.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates__hide{visibility:hidden}.DateRangePickerInput_clearDates_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.DateRangePickerInput_clearDates_svg__small{height:9px}.DateRangePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.DateRangePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.DateRangePicker{position:relative;display:inline-block}.DateRangePicker__block{display:block}.DateRangePicker_picker{z-index:1;background-color:#fff;position:absolute}.DateRangePicker_picker__rtl{direction:rtl}.DateRangePicker_picker__directionLeft{left:0}.DateRangePicker_picker__directionRight{right:0}.DateRangePicker_picker__portal{background-color:rgba(0,0,0,.3);position:fixed;top:0;left:0;height:100%;width:100%}.DateRangePicker_picker__fullScreenPortal{background-color:#fff}.DateRangePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.DateRangePicker_closeButton:focus,.DateRangePicker_closeButton:hover{color:#b0b3b4;text-decoration:none}.DateRangePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}.tagPromo{background-color:#f6655f!important;color:#fff!important}.defualtText{font-stretch:normal;font-style:normal;display:-webkit-inline-box}.Banner-title{font-size:40px;font-weight:400;line-height:1.4}.Banner-title,.Block-title{color:#1f1c1b;font-family:Graphik LCG;letter-spacing:2px}.Block-title{font-weight:500;font-size:24px;line-height:44px;z-index:10;padding:.2em;align-self:center;text-transform:uppercase}.Block-title.big,.Block-title.big_margin{font-size:24px;letter-spacing:2px;position:relative}.Block-title.big_margin{margin-top:40px}.Block-title.loc{font-size:24px;background-color:#fff;border-radius:10px;margin-left:15px;border:none;color:#3e77aa;cursor:pointer}.modalLocation{text-align:-webkit-center;position:relative;top:20px;border-radius:20px;margin-bottom:70px}.modalLocation span{position:relative;display:-webkit-inline-box}.Big-text-button{font-size:11px;text-align:center}.Big-text-button,.BigInto-text-button{color:#1f1c1b;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;line-height:normal;text-transform:uppercase}.BigInto-text-button{font-size:16px}.Price{font-family:Roboto,sans-serif;font-weight:500}.Price,.Product-title{color:#1f1c1b;font-size:16px;letter-spacing:2px;line-height:normal}.Product-title{font-family:Graphik LCG;font-weight:700;z-index:10;padding:.2em;align-self:center}.Fields-title{color:#1f1c1b;font-weight:500;letter-spacing:2px;line-height:normal}.Fields-title,.Input-placeholder{font-family:Graphik LCG;font-size:14px}.Input-placeholder{color:#4a4a4a;line-height:inherit;padding:.2em}.Input-placeholder.auth{text-align:center;color:#858589;opacity:.6}.login-title{font-weight:400}.link-btn,.login-title{font-family:Graphik LCG;font-size:14px;letter-spacing:2px}.link-btn{color:#3e77aa;font-weight:500;text-transform:uppercase;padding:15px 0}.Modal-placeholder{color:#33333a;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;letter-spacing:2px;line-height:inherit;padding:5px}.Modal-placeholder.bold{font-weight:600}.marginless{margin-left:0;margin-right:0}.header-btn{font-family:Graphik LCG;font-weight:400;color:#fff;letter-spacing:2px;cursor:pointer;padding:0;background-color:transparent;border:0;display:flex}@media screen and (max-width:768px){.header-btn{width:145px}}.social-button-wrapper{width:100%;display:flex;justify-content:space-around;margin:10px 0;left:0;right:0}@media screen and (max-width:768px){.social-button-wrapper{position:absolute}}.social-button-wrapper svg{height:12px;transform:scale(1.5);margin-left:5px}.withoutLogo svg{height:12px;width:12px;transform:scale(1.5)}.withoutLogo image{display:contents}.checkboxCashback{position:absolute;height:30px;width:20px;margin-left:50px}.checkout-i-btn{font-family:Graphik LCG;font-weight:400;line-height:3.4;font-size:14px;color:#3e77aa;border:inherit solid;border-color:transparent;background-color:transparent;cursor:pointer;padding:0}.checkout-i-btn:hover,.checkout-i-btn:hover svg{color:#f6655f}.checkout-i-btn image{display:none}.checkout-i-btn svg{height:12px;width:12px;transform:scale(1.5)}.checkout-i-btn svg:hover{color:#f6655f}.NotificationModal{display:flex}.placeholder_title{font-family:Graphik LCG;margin:10px 0;font-size:16px;font-weight:500;letter-spacing:2px;line-height:inherit}.accountOrder{color:#000;padding:0;cursor:pointer;text-align:start!important;align-items:center;margin:5px;display:flex}.mainOrder{border:3px solid #eaeaea;padding:0;margin:5px 0;background-color:#fff}@media screen and (max-width:768px){.mainOrder{padding:10px}}.mainOrder:last-child{margin-bottom:40px}.arrowNaw{text-align:center;align-self:center}.is-activeArrow{transform:rotate(90deg);transition:transform .2s ease-in}.account-container{position:relative;top:20px}.accountProduct{background-color:hsla(0,0%,94.5%,.24)}.accountProduct,.accountStatus{color:#000;padding:12px 16px;cursor:inherit;text-align:start!important;align-items:center}.nameColor{color:#858589}.nameHidden{overflow:hidden}.Category-placeholder{font-size:14px;font-weight:400;line-height:normal;text-align:-webkit-center}.Category-placeholder,.Header-text{color:#33333a;font-family:Roboto,sans-serif;letter-spacing:2px}.Header-text{font-size:12px;font-weight:500;line-height:3.33;text-transform:uppercase}.CaruselProduct{margin:50px 0;position:relative;height:430px;display:block;flex-basis:0;flex-grow:1;flex-shrink:1}@media screen and (max-width:768px){.CaruselProduct{height:370px}}.Header-text_auth{color:#33333a;font-weight:500;line-height:3.33;color:#fff}.Header-text_auth,.Link-style{font-family:Graphik LCG;font-size:12px;letter-spacing:2px}.Link-style{color:#4338ca;font-weight:400;line-height:normal;cursor:pointer}.Link-style.auth{font-family:Graphik LCG;font-weight:500;font-size:16px}.countHeaderText{font-family:Roboto,sans-serif;font-size:11px;font-weight:700;line-height:normal;letter-spacing:2px;text-align:center;color:#fff}.customButton{display:inline-flex;justify-content:center;position:relative}.defualtButton{background-color:transparent;border:0;cursor:pointer;margin:0 10px;padding:0;z-index:10}.BigButton{align-items:center;background-color:#4338ca;display:flex;height:76px;justify-content:space-around;width:296px}.SmallButton{background-color:#fff;height:45px;width:fit-content;border-radius:0}.SmallButton.button-chat{font-family:Graphik LCG;font-weight:500;font-size:16px;letter-spacing:2px;border:none;color:#3e77aa;padding:10px;border-radius:10px;background-color:#faebd7;display:flex;align-items:center;height:50px;justify-content:center}.EmpteyButton{align-items:center;background-color:inherit;display:flex;justify-content:space-between}.EmpteyButton-size{height:40px;width:180px}.customButton:hover .BigButton,.customButton:hover .SmallButton{-webkit-transition:box-shadow .3s;box-shadow:0 0 18px 0 rgba(213,55,48,.25);transition:box-shadow .3s}.white-text{color:#fff}.back-color-text{align-self:start;color:#f6655f;font-size:14px;font-family:Graphik LCG;letter-spacing:2px;height:45px;min-width:100px;line-height:20px}.Toastify__toast--default{background-color:var(--main_col);border-radius:.5rem}.EmpteyButton-text{color:#33333a}.EmpteyButtonLink-text{margin:0 8px}.customButton:hover .EmpteyButton-text{color:#4338ca}.customButton:hover .EmpteyButtonLink-text{color:#33333a}.BigButton-Shadow{-webkit-filter:blur(10px);background-color:#4338ca;bottom:-3px;filter:blur(10px);height:26px;position:absolute;width:236px}.BigButton-Shadow,.customButton:hover .BigButton-Shadow{-webkit-transition:bottom .3s,width .3s,height .3s;transition:bottom .3s,width .3s,height .3s}.customButton:hover .BigButton-Shadow{bottom:-11px;height:30px;width:272px}.defualtIconButton{align-items:center;background:initial;border:1px solid #e8e8e8;cursor:pointer;display:inline-flex;flex-direction:column;justify-content:center;margin:5px;padding:0}.defualtIconButton:hover{border:1px solid #4338ca}.defualtIconButton .active{color:#fff}.activeIconButton{border:1px solid #4338ca;background-color:#4338ca}.bigIconButton{border-radius:2px;height:178px;justify-content:flex-end;margin:10px;width:178px}.bigIconButton-text{margin:22px 0}.roundArrow{border-radius:57px;height:57px;margin:6.5px;width:57px}.squareSizeItem{height:40px;margin:2.5px;width:50px}.roundGender{width:42px;height:42px;border-radius:21px}.roundSocial{border:0;height:40px;width:40px}.roundBackgroundGreyLight{background-color:hsla(0,0%,94.5%,.24)}.roundBackgroundGrey{background-color:#eaeaea}.social:hover{border:1px solid #f6655f;background-color:#f6655f}.starBlock{display:flex;position:relative}.tags .tag{z-index:1}.tags{position:absolute}.starItem{cursor:pointer}.starText{color:#858589;padding:0 3px;width:max-content}.promoGroup{display:flex;padding:5px 20px;width:100%;justify-content:space-between;align-items:flex-end}.checkbocInput{width:0;height:0}.checkboxIcon{border:2px solid #eaeaea;background-color:hsla(0,0%,94.5%,.24);border-radius:0;height:26px;width:26px}.checkboxIcon:hover{border:1px solid rgba(53,59,80,.1)}.roundCheck{border-radius:26px}.checkboxActive{background-color:#33333a;border:1px solid #33333a}.header-conteiner_top{display:flex;justify-content:space-between;align-items:center;height:55px;position:relative}.header-conteiner_top_color{background-color:#c8c8c8}.header-conteiner_top span{display:flex}.header-conteiner{display:flex;justify-content:space-between;width:100%;position:static;border-bottom:1px solid #e9e9e9;height:70px;align-items:center;padding:0 50px}@media screen and (max-width:768px){.header-conteiner{padding-left:12px;padding-right:12px;height:40px;display:none}}.LogoBlock{display:flex;flex-direction:column;margin-bottom:10px;margin-right:20px}.logoHeight{height:4px}.header-icons-block{display:flex;align-items:center;height:100%}@media screen and (max-width:475px){.header-icons-block{display:flex}}.menuBlock{display:flex}.menuItem{cursor:pointer;padding:20px}.menuItem svg{margin-left:6px}.submenuBlock{-moz-transition:max-height .5s ease-out;-o-transition:max-height .5s ease-out;-webkit-transition:max-height .5s ease-out;background:#fff;box-shadow:0 16px 20px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;left:0;max-height:0;opacity:0;overflow:hidden;padding:20px;position:absolute;right:0;top:80px;transition:max-height .5s ease-out;visibility:hidden;border-top:1px solid #c8c8c8;cursor:auto}.submenuBlock.active{-moz-transition:max-height .5s ease-in;-o-transition:max-height .5s ease-in;-webkit-transition:max-height .5s ease-in;max-height:600px;opacity:1;transition:max-height .5s ease-in;visibility:visible;width:1440px;left:-3rem}.submenuList{align-content:start;display:flex;flex-wrap:wrap;margin-left:182px;width:610px}.wishImageBlock{width:446px}.submenuItemItem{align-items:center;display:flex;line-height:36px;width:50%}.submenuItemItem:hover .submenuItemText{color:#4338ca;font-family:Graphik LCG!important;font-weight:500}.menuItem_text{font-family:Graphik LCG;font-size:12px;letter-spacing:2px;border:none;color:#f6655f;padding:10px;border-radius:10px;display:flex;align-items:center;height:55px;justify-content:center}.menuItem_text :before{content:"";position:absolute;left:0;top:8px;background-color:#e4e6e9;width:1px;height:40px}.menuItem_text p{margin-left:5px}.menuItem_text:hover{color:#1f1c1b;text-decoration:underline}.coupon_btn{font-family:Graphik LCG;font-weight:500;font-size:14px;letter-spacing:2px;text-transform:uppercase;border:3px solid #f6655f;border-radius:0;color:#f6655f;padding:10px;background-color:#fff;height:45px;width:40%;cursor:pointer;text-align:center;display:flex;justify-content:center;align-items:center;inline-size:fit-content}.coupon_btn:hover{color:#1f1c1b;text-decoration:underline}.promo_btn{font-family:Graphik LCG;font-weight:500;font-size:14px;letter-spacing:2px;border-radius:8px;height:50px;width:100%;cursor:pointer;text-align:left;display:flex;justify-content:center;align-items:center;inline-size:fit-content;color:#1f1c1b}.promo_btn p{margin:0 5px!important}.promo_btn label{font-size:9pt;font-weight:400;margin-bottom:.5em;text-align:left}.promo_btn span{font-size:14px}.promo_btn:hover{color:#f6655f;text-decoration:underline}.bonus-checkout input[type=checkbox],.promo_btn.input[type=checkbox]{height:16px;width:16px}.menuItem:hover .textActive{color:#4338ca}.menuReklamaBlock{height:242px;width:356px}.authFoto{max-height:inherit;align-self:center;justify-self:center}.authFoto,.hederIconButton{background:inherit;border-width:0;position:relative}.hederIconButton{padding:10px;cursor:pointer;max-height:200px;margin:0 8px;width:43px}.hederIconButton:hover{background-color:#f5f6f5}.advantageIconButton{background:inherit;border-width:0;padding:10px;position:relative;cursor:pointer;margin:0 8px}.mainCategoryBtn{display:flex;justify-content:center;font-family:Graphik LCG;font-weight:500;height:30px;font-size:11px;font-style:normal;color:#1f1c1b;text-transform:uppercase;letter-spacing:2px}.mainCategoryBtn p{border-bottom:2px solid #33333a}.mainCategoryBtn.search{bottom:0;top:auto;position:absolute}.mainCategoryBtn.search a svg{width:26px;height:23px;position:relative;bottom:-3px}.mainCategoryBtn.search a svg g{stroke:#3e77aa}.mainCategoryBtn.search a svg:hover{fill:#fe7865}@media screen and (max-width:768px){.mainCategoryBtn.search{height:70px;top:0;position:static}}.mainCategoryBtn:hover{color:#33333a}.mainCategoryBtn a svg{fill:#3e77aa;width:16px;height:16px;position:relative;bottom:-3px}.mainCategoryBtn a svg:hover{fill:#fe7865}.viewed-section-product{background-color:hsla(0,0%,94.5%,.24);position:relative}.roundCount{background-color:#33333a;position:absolute;align-items:center;display:flex;height:20px;justify-content:center;right:-10px;top:-5px;width:20px}@media screen and (max-width:768px){.roundCount{height:18px;width:18px;top:0}}.roundRed{background-color:#4338ca;border-radius:9px;height:8px;position:absolute;right:20px;top:20px;width:8px}.footer-dark{position:relative;background-color:#fff}.footer-grey{background-color:#33333a}.copyright-block{flex-direction:column;margin:0}.all_secure,.copyright-block{align-items:center;display:flex;justify-content:center}.all_secure{width:-webkit-fill-available}.all_secure svg{width:30%}.footer-copyright{margin:15px 0;color:#1f1c1b}.footer-copyrightTitle{margin:7px 0;color:#1f1c1b}.footerMenu-block{align-items:center;font-size:14px;color:#1f1c1b;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin:0 50px;padding:32px 0}.footer-contacts-block,.footerMenu-block{display:flex;justify-content:space-evenly}.footerContactItem{display:flex;flex-direction:column;margin:50px 0;text-align:center}.ContactItemText{margin:15px 0;cursor:auto}.logo-block{display:flex;align-items:center}.footer-logo{margin:17px 35px 17px 0}.footer-social{display:flex;flex-direction:row-reverse}.logo-titles{max-width:235px;margin:0 35px;text-transform:uppercase}.logo-titles svg{margin-right:20px}.footerNoBackgroun{background-color:transparent}.footerWhiteBorder2{border:2px solid #ddd;box-sizing:border-box}.footerWhiteBorder3{box-sizing:border-box;border:1px solid #666;border-right:none}.footerSubmitEmailInput{color:#1f1c1b;height:50px;width:200px;background:#fff;background-clip:padding-box;line-height:1.42857143;padding:0 9px;vertical-align:baseline;box-sizing:border-box;border:3px solid #00f;font-size:14px;border-right:0}.footerSubmitEmailButton{margin:0;padding:15px;color:#f6655f;border:3px solid #f6655f;text-transform:uppercase;height:50px}.button-call{align-items:center;display:flex;justify-content:center;width:100%;border:1px solid #dbdbdb;margin-top:20px}.customButton:hover .button-call{box-shadow:none}.footerSubscribe{margin:15px 0;display:flex;align-items:flex-start}.separatorCategory{background-color:#dbdbdb;border:none;display:block;height:2px;margin:0}.logoImage{padding:0 10px}.landing-full-width{margin-left:0;margin-right:0}.image-cover img{object-fit:cover}.is-fullwidth,.is-fullwidth img{width:100%}.is-fullheight,.is-fullheight img{height:100%}.drawer-container{justify-content:end;align-items:baseline}.drawer-container,.drawer-modal{overflow-y:hidden;overflow-x:hidden}.drawer-modal{top:0;left:0;height:-webkit-fill-available;position:relative;width:90%;background-color:#fff}.drawer.drawer-open .drawer-mask{opacity:1;height:calc(100% - 44px);animation:rcDrawerFadeIn .3s cubic-bezier(.78,.14,.15,.86);transition:none}.drawer .drawer-mask{background:#000;opacity:0;width:100%;height:0;position:fixed;bottom:0;left:0;transition:opacity .3s cubic-bezier(.78,.14,.15,.86),height 0s ease .3s;background-color:rgba(0,0,0,.5019607843137255)}.filter-sidebar{padding:24px 20px;background-color:#fff;height:-webkit-fill-available;overflow-y:scroll;overflow-x:hidden;position:fixed;width:100%;left:0;top:0}@media screen and (max-width:768px){.tags .tag{height:auto;font-size:12px;font-weight:400}.CaruselProduct{margin:initial}.logoImage{width:80px;position:relative;right:20%}.footer-logo{display:none}.footer-mobileTitle{margin-top:10px;text-align:center;width:100%}.separatorCategory{margin:20px;position:relative;top:15px}.menuItem_text{font-family:Graphik LCG;font-weight:700;font-size:12px}.menuItem_text:hover{color:#f6655f;border-bottom:1px solid #f6655f}.viewed-section-product{left:0;padding:0 0 24px}.footerSubscribe{display:flex;justify-content:center;align-items:center;width:100%}.footerSubscribe .footerSubmitEmailInput{max-width:57%}.footerSubscribe .customButton{max-width:31%}.footer-contacts-block{flex-wrap:wrap;justify-content:center}.footer-social{margin-left:0}.footerMenu-block{flex-direction:column;align-items:flex-start;padding:0}.footerMenu-block .active{margin:0 24px}.footerMenuLinkBlock{padding:5px 0;width:100%}.footerContactItem{margin:10px 0}.LogoBlock{margin-right:0;margin-bottom:0;left:10px;position:absolute;top:-13px}.hamburgerMenu{margin-right:8px;left:-5px;position:relative;padding:5px!important}.roundRed{right:10px;top:10px}.submenuItemItem{width:100%}.Block-title{color:#1f1c1b;font-family:Graphik LCG;font-weight:500;font-size:14px;letter-spacing:2px;line-height:normal;z-index:10;padding:.2em;align-self:flex-start}.mobileLogo{left:0;display:flex;position:relative;margin:0 30px}.buttonEnter{display:flex;justify-content:flex-start;font-size:16px;margin:15px 0;align-items:center;padding:.75rem 3.25rem .75rem .75rem}.buttonEnter svg{margin-right:15px;width:24px;height:24px;opacity:.6}.buttonEnterA{margin:0;width:100%;text-align:start}.mobileMenu-icons{display:flex;flex-direction:column}.mobileMenu-item{font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;margin:10px 0}.header-conteiner_top{background-color:#fff;border-bottom:1px solid #c8c8c8;box-shadow:0 0 5px rgba(0,0,0,.2);margin:0;padding:10px;position:fixed;height:44px;left:0;right:0}.mobile-header-button-block{display:flex;flex-direction:column;justify-content:center;align-items:center}.accountOrder{padding:5px;min-width:245px;cursor:pointer;align-items:flex-start;margin:5px 0;display:flex}.accountOrder,.accountProduct{color:#000;text-align:start!important;font-size:12px}.accountProduct,.accountStatus{padding:5px 10px;cursor:inherit;align-items:center}.accountStatus{color:#000;text-align:start!important;font-size:12px}.icon-wrapper{transform:scale(1.5);margin-right:5px}.header-mobileTitle{margin:10px}.mobile-separator{margin:10px 0}.mobile-separator.top{margin-top:30px}.menuItem{padding:0}.submenuList{width:100%;padding-left:17px;margin-left:0}.hederIconButton{padding:5px;background-color:transparent;width:-webkit-fill-available}.hederIconButton svg{width:35px;height:30px}.advantageIconButton{padding:15px;margin-right:-10px;background-color:transparent}.advantageIconButton svg{width:35px;height:30px}}@media screen and (max-width:345px){.footer-contacts-block{margin:0 14px}.footer-contacts-block .footerContactItem+.footerContactItem{margin-left:10px;margin-bottom:2px}}.is-white{background-color:var(--bg_color)}.is-main{background-color:var(--main_col)}.is-green{background-color:#eafaf0}.is-black{background-color:#4a4a4a!important}.is-light{background-color:#f5f5f5}.is-transparent{background-color:transparent}.is-filtred{filter:grayscale(1)}.is-relative{position:relative;z-index:9}.is-justify-content-centred{justify-content:center}.is-absolute{position:absolute}.parallax-b{position:absolute;width:100%;height:100%;visibility:hidden;z-index:-100}.parallax-b,.parallax-s{top:0;left:0;overflow:hidden;pointer-events:none}.parallax-s{background-position:50% 50%;background-size:100%;background-repeat:no-repeat;background-image:url(https://zibrav-dev.fra1.digitaloceanspaces.com/theme/assets/images/baner-2.png);position:fixed;width:1440px;height:961.5px;visibility:visible;transform:translate3d(0,-185.1px,0)}.is-border{border:2px solid #e8e8e8}.is-border-tb{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.is-border-lr{border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8}.is-border-b{border-bottom:1px solid #e8e8e8}@font-face{font-family:Graphik LCG;src:url(/10b7bd9b829afb254fb3c2e56229ef8c.woff2) format("woff2"),url(/0d776a835fb10e6a6ce46f4ac1a0f6a4.woff) format("woff"),url(/5d0a360b42e56a8faa2e80546ca728db.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Formular;src:url(/4a5f8e526baf59580f4775b2165d0748.eot);src:url(/4a5f8e526baf59580f4775b2165d0748.eot?#iefix) format("embedded-opentype"),url(/86134a9473dc135a4fb221eb26038362.woff2) format("woff2"),url(/b970ba7117a3e355d469e2eebf0bd23b.woff) format("woff"),url(/352319975aaf38f76e76f3f07d4f3f71.ttf) format("truetype");font-weight:400;font-style:normal}.brandsBlock{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:20px;background-color:hsla(0,0%,97.3%,.3215686274509804)}.brandsBlock .button-arrow{background:none;border:none;cursor:pointer;border-radius:0}.brandsBlock .image-wrapper{display:flex;justify-content:center;align-items:center;width:145px;border-radius:2px}.brandsBlock .image{max-height:85px;filter:grayscale(100%)}.brandsBlock .image:hover{filter:grayscale(0)}.brandsBlock .slider-list{cursor:auto!important}.brandsTittle{text-align:center;margin:30px 120px;width:100%}.goldenBackground{color:#f6655f;font-family:Graphik LCG;font-weight:500;padding:.2em}.has-text-line{text-decoration:line-through}.is-clickable{cursor:pointer}.is-centered{text-align:-webkit-center}.is-active-border{border:1px solid #4a4a4a}.is-align-content-center{align-items:center}.subtitle,.title{font-family:Graphik LCG}.assetsBackground,.title .is-space{letter-spacing:2px}.assetsBackground{font-size:14px;align-self:center;font-family:Graphik LCG;font-weight:500;padding-left:20px;padding-right:20px;text-align:-webkit-center;margin:20px;line-height:inherit;display:flex;justify-content:center;color:#f6655f}.is-padless{padding:0}.popularProducts{margin:55px 0}@media screen and (max-width:992px){.assetsBackground{margin:0}.goldenBackground{text-transform:uppercase;border-radius:2px}.popularProducts{margin:20px 0}.brandsTittle{margin:20px 0;font-size:16px;text-transform:uppercase;font-weight:700}}.tealBackground{background-color:#91d8ca;padding:.2em}.promo_section{display:flex;width:100%}.promo_section.wrapper{flex-wrap:wrap}.promo_section .promoShadow{box-shadow:0 0 0 rgba(0,0,0,.25);transition:box-shadow .3s;border:2px solid #f6655f;box-sizing:border-box;overflow:hidden;display:block;width:100%;font-size:14px;font-weight:400}.promo_section .promoShadow:hover{border:3px solid #f6655f}.assets_section{display:flex;padding:50px}.assets_section.items-block,.assets_section.margin{background-color:transparent}.assets_section.margin{margin-top:24px}.assets_section.wrapper{flex-wrap:wrap}@media screen and (max-width:767.98px){.assets_section{display:none}}.assets_section .assets_title{flex-direction:column;display:grid;width:100%;margin:30px}.assets_section .assets_title.shadow{margin:1%}.h2-title,.productCarouselTitle{margin:24px 120px;display:flex;align-items:center}.h2-title{align-self:start;color:#00f;font-size:14px;font-family:Graphik LCG;font-weight:500;letter-spacing:2px;height:45px;min-width:100px;-webkit-box-pack:center;text-align:center;line-height:40px;text-transform:uppercase}.section-product-related{position:relative;display:block;flex-basis:0;flex-grow:1;flex-shrink:1}@media screen and (max-width:768px){.section-product-related{height:330px}}.promo{opacity:1;color:initial}.doubleTitles{display:flex;flex-direction:column;width:100%;margin-top:10px}.doubleTitles.withoutMargin{margin:0}.doubleTitles .doubleTitle{margin:10px 0 20px;line-height:normal}.doubleTitles .doubleText{color:rgba(51,51,58,.6);margin-bottom:40px}@media screen and (max-width:992px){.doubleTitles{margin-top:0!important}.doubleTitles .doubleTitle{margin:0 10px}.doubleTitles .doubleTitle,.doubleTitles .doubleTitle .defualtText{font-size:16px;text-transform:uppercase}.doubleTitles .doubleText{margin:10px}}.leftMargin{margin-left:24px}@media screen and (max-width:767.98px){.leftMargin{margin-left:12px}}.botMargin{margin-bottom:24px}.easyThings{align-items:center;display:flex;flex-wrap:wrap;justify-content:start}.easyThings .content{display:flex;justify-content:space-between;width:100%}.easyThings .linkBlock{background-color:#0086a3;padding-top:39.3%;position:relative;width:40.6%}.easyThings .linkTitle{font-family:Roboto,sans-serif;font-weight:700;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:2px;color:#fff;left:50px;position:absolute;top:60px}.easyThings .linkText{color:#fff;left:50px;max-width:50%;position:absolute;top:110px}.easyThings .linkArrow{bottom:30px;left:50px;position:absolute}.easyThings .linkImage{bottom:-9px;right:0;position:absolute;width:65%}.easyThings .imageBlock{width:57.6%;padding-top:39.3%;position:relative;box-shadow:1px 0 10px 0 hsla(0,0%,80.4%,.5)}.easyThings .imageImage{width:100%;height:100%;position:absolute;top:0;left:0}.easyThings .imageTitle{color:#0086a3;right:20px;position:absolute;top:50px;max-width:187px;text-align:right;z-index:1}@media screen and (max-width:991.98px) and (min-width:768px){.easyThings .imageTitle{max-width:125px;right:8px}.easyThings .linkBlock{width:calc(50% - 6px)}.easyThings .linkBlock .Product-title{width:164px}.easyThings .linkBlock .linkImage{bottom:-5px}.easyThings .imageBlock{width:calc(50% - 6px)}}@media screen and (max-width:767.98px){.easyThings .linkBlock{width:100%;height:230px}.easyThings .linkBlock .linkImage{bottom:-4px}.easyThings .linkBlock .linkTitle{top:36px;left:30px}.easyThings .linkBlock .linkText{left:30px;top:78px}.easyThings .linkBlock .linkArrow{left:34px;bottom:18px}.easyThings .linkBlock .linkArrow svg{width:10px}.easyThings .imageBlock{display:none}}.instagramBlock{display:flex;flex-wrap:wrap}.instagramBlock .imagesBlock{width:50.7%;display:flex;flex-wrap:wrap}@media screen and (min-width:1440px){.instagramBlock .imagesBlock{width:51.2%}.instagramBlock .imagesBlock .image{width:324px}.instagramBlock .imagesBlock .image:nth-of-type(3),.instagramBlock .imagesBlock .image:nth-of-type(4){margin-bottom:0}}.instagramBlock .imagesBlock .image{margin-right:20px;margin-bottom:20px}@media screen and (max-width:1439.98px) and (min-width:1024px){.instagramBlock .imagesBlock .image:last-child{display:none}}.instagramBlock .motoBlock{border:1px solid #e3e3e3;display:flex;flex-direction:column;justify-content:space-between;width:calc(34% - 20px);margin-right:20px}@media screen and (min-width:1440px){.instagramBlock .motoBlock{width:calc(33% - 20px)}}.instagramBlock .motoBlock .motoIcon{margin:10px}.instagramBlock .motoBlock .motoTexts{text-align:center}.instagramBlock .motoBlock .motoMoto{color:#0086a3}.instagramBlock .motoBlock .motoBotText{align-self:flex-end;border:1px solid #d9d9d9;margin:0 15px 129px;padding:3px;width:210px}.instagramBlock .textsBlock{display:flex;flex-direction:column;justify-content:space-between;width:15.3%}.instagramBlock .textsBlock .textBlock{align-items:center;background-color:#faebd7;display:flex;height:calc(50% - 10px);justify-content:center;position:relative}.instagramBlock .textsBlock .textText{padding:0 6px 0 10px}.instagramBlock .textsBlock .smallLogo{left:10px;position:absolute;top:10px}.instagramBlock .textsBlock .SmallLogoText{-webkit-text-stroke:1px #ee635e;color:#ee635e;font-family:Graphik LCG;font-size:8px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:2px;line-height:normal;width:78px}@media screen and (max-width:1200px){.instagramBlock .imagesBlock{width:100%;justify-content:space-between}.instagramBlock .imagesBlock .image{width:calc(33.33% - 12px);margin-right:0}.instagramBlock .motoBlock{width:100%;margin-right:0;flex-direction:row;justify-content:space-around;align-items:flex-end;height:190px}.instagramBlock .motoBlock .motoBotText{margin:20px 0;border:none;width:auto}.instagramBlock .motoBlock .motoTexts{align-self:center}.instagramBlock .motoBlock .motoIcon{margin:0 0 -6px}.instagramBlock .motoBlock .motoIcon .svg{display:inline-block;width:25px}.instagramBlock .motoBlock{position:relative;height:150px}.instagramBlock .motoBlock .motoBotText{margin:0;position:absolute;right:3px}.instagramBlock .motoBlock .motoIcon{position:absolute;left:0;bottom:0}.instagramBlock .textsBlock{display:none}}@media screen and (max-width:767.98px){.instagramBlock .imagesBlock .image{width:calc(50% - 6px);margin-right:0}}.icon-category{position:absolute;height:30px;width:30px;margin:10px;bottom:0}.promoCategory{position:relative;height:240px;flex:auto;width:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden;background-color:#fff;flex-direction:column;display:flex;justify-content:center;border:3px solid #eaeaea}@media screen and (max-width:768px){.promoCategory{width:77%}}.promoCategory.margin{margin-top:20px}@media screen and (max-width:768px){.promoCategory.margin{width:100%;height:150px}}.promoDiscount{position:absolute;transform:scale(.7);bottom:-10px;right:-20px}.categories-up{height:80%;width:100%;position:relative;padding:10px;display:flex}.categories-up img{max-width:100%;max-height:fit-content;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;border:none;visibility:visible;zoom:1;opacity:1}.categories-down{width:100%;position:absolute;bottom:0;padding:10px;display:flex;align-items:center;display:inline-block}@media screen and (max-width:768px){.categories-down{min-inline-size:max-content}}.bg-tabs-small{height:50px}.bg-tabs-medium{height:85px}.bg-tabs-large{height:115px}.link-wrapper{position:relative;padding:10px}.tileGoto{display:flex;flex-direction:column;height:100%}.hobbyBlock .tiles{display:flex;flex-wrap:wrap;margin:0 50px}@media screen and (max-width:767.98px){.hobbyBlock .tiles{flex-wrap:wrap}}.hobbyBlock .tiles .tile{position:sticky;border-radius:2px;border:3px solid #eaeaea;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);height:353px;flex:auto;width:15.4%;overflow:hidden;background-color:#fff;flex-direction:column}.hobbyBlock .tiles .tile img{max-width:100%;max-height:fit-content;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;border:none;visibility:visible;zoom:1;opacity:1}.hobbyBlock .tiles .tile:first-of-type,.hobbyBlock .tiles .tile:nth-of-type(2){width:47%}.hobbyBlock .tiles .tile:nth-of-type(3){margin:0}.hobbyBlock .tiles .tile:nth-of-type(7),.hobbyBlock .tiles .tile:nth-of-type(8){width:47%}@media screen and (max-width:768px){.hobbyBlock .tiles .tile{margin-bottom:24px!important}.hobbyBlock .tiles .tile:last-child{margin-bottom:0!important}.hobbyBlock .tiles .tile img{max-width:100%;max-height:fit-content;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;border:none;visibility:visible;zoom:1;opacity:1;transform:scale(1)!important}.hobbyBlock .tiles .tile:last-child,.hobbyBlock .tiles .tile:nth-of-type(1n+1){width:100%}}.hobbyBlock .tiles .tileText{width:100%;font-family:Graphik LCG;font-size:14px}.hobbyBlock .tiles .tileGoto{margin-top:auto;z-index:10}.hobbyBlock .tiles .tileEnd{display:flex;justify-content:center;align-items:center}.popularsBlock .populars{display:flex;flex-wrap:wrap;margin-bottom:55px}@media screen and (max-width:767.98px){.popularsBlock .populars{flex-wrap:nowrap;overflow-x:scroll}}.popularsBlock .populars .popular{-webkit-flex:1 1 20%;border-radius:4px;border:1px solid #e8e8e8;cursor:pointer;flex:1 1 20%;box-shadow:0 2px 20px 0 rgba(0,0,0,.1);margin:1%;border-radius:10px}@media screen and (max-width:767.98px){.popularsBlock .populars .popular{flex:unset!important;min-width:235px}.popularsBlock .populars .popular:first-of-type{margin-left:0!important}}.popularsBlock .populars .popular img{width:100%;border-radius:10px 10px 0 0;box-shadow:0 2px 20px 0 rgba(0,0,0,.1)}.popularsBlock .populars .popularImage{background-color:grey;height:250px;width:100%}.popularsBlock .populars .popularTextBlock{display:flex;flex-direction:column;padding:5px;position:relative}.popularsBlock .populars .popularTitle{font-size:16px;margin:3px 0}.popularsBlock .populars .popularText{align-self:start;background-color:#0086a3;border-radius:2px;display:flex;margin-top:2px;margin-bottom:10px;padding:3px}.popularsBlock .populars .peopleGetTogether{color:#33333a}.popularsBlock .populars .yourList{color:#33333a;text-align:right}.popularsBlock .populars .linePopular{position:absolute;bottom:5px;left:5px;width:115px;height:6px;border-radius:3px;background-color:#f8f8f8}.popularsBlock .populars .linePopular .activeLine{height:100%;width:37%;background-color:#0086a3;display:block;border-radius:3px}@media screen and (max-width:992px){.popularsBlock .populars .popular{-webkit-flex:1 1 25%;flex:1 1 25%}.popularsBlock .populars .popularTitle{font-size:16px}.popularsBlock .populars .popularText{font-size:14px}}@media screen and (max-width:991.98px){.popularsProducts figure.image{margin:0!important}}.category-carousel .slider-slide{background-color:#fff;border:1px solid #fff;border-radius:8px}.category-carousel .slider-control-centerleft{left:-25px!important}.category-carousel .slider-control-centerright{right:-25px!important}.react-autosuggest__container{left:0;right:0;top:0;bottom:0;width:100%}@media screen and (max-width:768px){position:absolute}.catgory_search{display:grid;height:-webkit-fill-available;justify-items:baseline;margin-top:20px;width:25%}@media screen and (max-width:768px){.catgory_search{height:auto;display:initial;justify-items:inherit;width:auto}}.button_search{-webkit-appearance:none;color:#f6655f;height:45px;box-shadow:none;display:inline-flex;font-size:14px;font-family:Graphik LCG;letter-spacing:2px;font-weight:500;text-transform:uppercase;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:3px solid #f6655f;cursor:pointer;padding:calc(.375em - 1px) .75em;white-space:pre-wrap;min-width:230px;width:200px;margin:3px;align-items:center;text-align:left}.button_search:hover{border:none}.button_search.active,.button_search:hover{background-color:#f6655f;color:#fff}@media screen and (max-width:768px){.button_search{min-width:inherit;width:inherit}}@media screen and (max-width:768px){.SerchBtn{display:flex;flex-flow:wrap}}.SerchText{font-family:Graphik LCG;font-weight:500;font-size:18px;color:#1f1c1b;letter-spacing:2px;line-height:inherit;margin:10px 0}.SerchText.category{opacity:.6;font-weight:400;font-size:16px;color:#4a4a4a;letter-spacing:2px}.react-autosuggest__input{width:240px;height:30px;padding:10px 20px;font-family:Helvetica,sans-serif;font-weight:300;font-size:16px;border:1px solid #aaa;border-radius:4px}.react-autosuggest__input:focus{outline:none}.react-autosuggest__input:focus:hover{background-color:#0086a3}.react-autosuggest__container--open .react-autosuggest__input{border-bottom-left-radius:0;border-bottom-right-radius:0}.react-autosuggest__suggestions-container{display:none}.react-autosuggest__container--open .react-autosuggest__suggestions-container{display:block}@media screen and (max-width:768px){.searchItem{display:flex}}@media screen and (max-width:768px){.separatorSearch{background-color:#dbdbdb;border:none;display:block;height:1px}}.search-loader{top:-20px;width:100%;left:0;position:fixed}.react-autosuggest__suggestions-list{list-style-type:none;display:block;width:100%}.react-autosuggest__suggestion--highlighted{background-color:#f3f4f6}.react-autosuggest__suggestion{cursor:pointer}.react-autosuggest__suggestion--focused{background-color:#0c7eaf;color:#fff}.suggestion-content{display:flex;align-items:center;background-repeat:no-repeat}.name{line-height:45px}.highlight{font-weight:700;color:#f6655f}.react-autosuggest__suggestion--focused .highlight{color:#120000}.linear-activity{overflow:hidden;width:100%;height:2px;background-color:#b3e5fc;position:relative}.determinate{max-width:100%;-webkit-transition:width .5s ease-out 1s;-moz-transition:width .5s ease-out 1s;-o-transition:width .5s ease-out 1s;transition:width .5s ease-out 1s;background-color:#3e77aa}.determinate,.indeterminate{position:relative;height:100%}.indeterminate{width:100%}.indeterminate:before{content:"";position:absolute;height:100%;background-color:#3e77aa;animation:indeterminate_first 1.5s ease-out infinite}.indeterminate:after{content:"";position:absolute;height:100%;background-color:#4fc3f7;animation:indeterminate_second 1.5s ease-in infinite}@keyframes indeterminate_first{0%{left:-100%;width:100%}to{left:100%;width:10%}}@keyframes indeterminate_second{0%{left:-150%;width:100%}to{left:100%;width:10%}}.account-field{margin-bottom:14px;min-width:315px}.account-field input[type=email],.account-field input[type=password],.account-field input[type=tel],.account-field input[type=text],.account-field textarea{width:100%;border:1px solid #e0e0e0;border-radius:4px;padding:12px 16px}.account-field input[type=email]:focus,.account-field input[type=password]:focus,.account-field input[type=tel]:focus,.account-field input[type=text]:focus,.account-field textarea:focus{outline:none;border:1px solid #a1a1a1}.account-field input[type=email].invalid,.account-field input[type=password].invalid,.account-field input[type=tel].invalid,.account-field input[type=text].invalid,.account-field textarea.invalid{border:1px solid #e96161;background-color:rgba(233,97,97,.05)}.account-field label{font-size:9pt;font-weight:400;color:#747679;margin-bottom:.5em;display:block}.account-field .error{color:#e96161;padding-left:10px;font-weight:500}.account-field-preview{display:flex;margin-bottom:.1rem;font-size:.8rem}.account-field-preview .name{color:#747679;text-align:right;padding-right:10px}.account-field-preview .value{width:50%;color:#000}.account-button{position:relative;width:45%}.account-button:disabled{background-color:rgba(0,0,0,.2)}.account-button-wrap{text-align:center;margin-top:30px}.account-form{margin:auto}.account-section h2{text-align:left}.account-header-menue-container{display:flex;justify-content:space-between;margin:0 0 1.5rem;cursor:pointer;align-items:stretch;font-size:1rem;-ms-flex-pack:justify;overflow:hidden;overflow-x:auto;white-space:nowrap}.account-header-menue-container ul{list-style-type:none!important;align-items:center;border-bottom:1px solid #dbdbdb;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start}.account-header-menue-container ul li{align-items:center;color:#4a4a4a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:0;padding:.5em 3em;vertical-align:top}.account-header-menue-container ul li a{color:#4a4a4a}.account-header-menue-container ul li.is-active,.account-header-menue-container ul li:hover{color:#000;border-bottom:1px solid #000}.account-header-menue-container ul li:hover a{color:#000}.account-profile-container{display:flex;justify-content:space-between;margin-bottom:30px;padding:30px;background-color:#fff;border-radius:8px;position:relative;margin-top:30px}@media screen and (max-width:768px){.account-profile-container{flex-direction:column}}.account-profile-headline{display:flex}.account-profile-headline h4{margin:0 10px 15px}.account-profile-list{width:100%;text-align:left}.accountButtonContainer{width:100%}.account-button-container{display:flex;justify-content:space-between}.orders-history-fieldset{border:none}.orders-history-fieldset h4{font-size:19px;letter-spacing:2px;margin-bottom:30px;text-transform:none}.orders-history-table{width:inherit!important;table-layout:fixed}.orders-history-container{width:100%;display:block;overflow-x:auto;white-space:nowrap}.tbl-header{background-color:rgba(0,0,0,.1)}.tbl-content{width:100%;height:300px;margin-top:0}.tbl-header th{width:110px;text-align:center!important;padding:10px;font-weight:500;font-size:12px;text-transform:uppercase}.tbl-content td{width:110px;padding:10px;vertical-align:middle!important;font-weight:300;font-size:13px;border-bottom:1px solid rgba(0,0,0,.1);white-space:normal;word-break:break-word}.sheet-cell-state,.tbl-content td{text-align:center}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3)}*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Graphik LCG}body,button,input,select,textarea{font-family:var(--main_fonts)}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{line-height:inherit;color:inherit;padding:0}.form-input,.form-multiselect,.form-select,.form-textarea{--tw-shadow:0 0 transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}.form-input:focus,.form-multiselect:focus,.form-select:focus,.form-textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid transparent;outline-offset:2px}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280;opacity:1}.form-input:-ms-input-placeholder,.form-textarea:-ms-input-placeholder{color:#6b7280;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 transparent}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 transparent}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' d='M4 8h8'/%3E%3C/svg%3E");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto -webkit-focus-ring-color}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.aspect-w-10{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:10}.aspect-w-10>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-h-7{--tw-aspect-h:7}.aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:1}.aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-h-1{--tw-aspect-h:1}.aspect-w-3{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:3}.aspect-w-3>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-h-4{--tw-aspect-h:4}.aspect-w-2{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:2}.aspect-w-2>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-h-2{--tw-aspect-h:2}.aspect-\[1085\/730\]{aspect-ratio:1085/730}.aspect-w-5{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:5}.aspect-w-5>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-4{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:4}.aspect-w-4>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-h-3{--tw-aspect-h:3}.aspect-h-5{--tw-aspect-h:5}.aspect-h-6{--tw-aspect-h:6}.aspect-w-12{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:12}.aspect-w-12>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“" "”" "‘" "’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose] *)):after,.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--tw-prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose] *)):after,.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline;padding:.5714286em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb (0 0 0/50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(figure):not(:where([class~=not-prose] *)),.prose :where(img):not(:where([class~=not-prose] *)),.prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(h2+*):not(:where([class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose] *)),.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(figure):not(:where([class~=not-prose] *)),.prose-sm :where(img):not(:where([class~=not-prose] *)),.prose-sm :where(video):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.prose-sm :where(ol):not(:where([class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose] *)){padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm>:where(ul>li p):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(h2+*):not(:where([class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose] *)),.prose-sm :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td):not(:where([class~=not-prose] *)){padding:.6666667em 1em}.prose-sm :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(figure):not(:where([class~=not-prose] *)),.prose-lg :where(img):not(:where([class~=not-prose] *)),.prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.prose-lg :where(ol):not(:where([class~=not-prose] *)),.prose-lg :where(ul):not(:where([class~=not-prose] *)){padding-left:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose] *)),.prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg>:where(ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(h2+*):not(:where([class~=not-prose] *)),.prose-lg :where(h3+*):not(:where([class~=not-prose] *)),.prose-lg :where(h4+*):not(:where([class~=not-prose] *)),.prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(tbody td):not(:where([class~=not-prose] *)){padding:.75em}.prose-lg :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-indigo{--tw-prose-links:#4f46e5;--tw-prose-invert-links:#6366f1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.list-none{list-style-type:none}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-1{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem}.-inset-px{top:-1px;right:-1px;bottom:-1px;left:-1px}.inset-y-0{top:0;bottom:0}.inset-x-0{left:0;right:0}.inset-x-px{left:1px;right:1px}.right-full{right:100%}.left-full{left:100%}.top-full{top:100%}.left-0{left:0}.right-0{right:0}.-top-2{top:-.5rem}.top-0{top:0}.top-6{top:1.5rem}.top-1{top:.25rem}.top-51{top:5.313rem}.-right-2{right:-.5rem}.bottom-0{bottom:0}.-top-1{top:-.25rem}.-top-11{top:-2.75rem}.-left-1\.5{left:-.375rem}.-left-1{left:-.25rem}.-right-1\.5{right:-.375rem}.-right-1{right:-.25rem}.top-3\.5{top:.875rem}.left-4{left:1rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-10{top:2.5rem}.left-5{left:1.25rem}.-bottom-0\.5{bottom:-.125rem}.-bottom-0{bottom:0}.right-6{right:1.5rem}.right-10{right:2.5rem}.left-2{left:.5rem}.left-1\/2{left:50%}.right-9{right:2.25rem}.left-6{left:1.5rem}.-top-px{top:-1px}.left-12{left:3rem}.top-1\/2{top:50%}.-bottom-px{bottom:-1px}.right-4{right:1rem}.-top-32{top:-8rem}.top-32{top:8rem}.top-24{top:6rem}.top-16{top:4rem}.bottom-full{bottom:100%}.top-12{top:3rem}.bottom-12{bottom:3rem}.bottom-14{bottom:4rem}.left-3\/4{left:75%}.right-1\/2{right:50%}.top-8{top:2rem}.bottom-6{bottom:1.5rem}.left-8{left:2rem}.right-8{right:2rem}.max-w-\[37\.5rem\]{max-width:37.5rem}.isolate{isolation:isolate}.z-1{z-index:1}.z-10{z-index:10}.z-40{z-index:40}.z-0{z-index:0}.z-30{z-index:30}.z-50{z-index:50}.z-20{z-index:20}.order-1{order:1}.order-2{order:2}.order-last{order:9999}.order-3{order:3}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-1{grid-column:span 1/span 1}.col-span-12{grid-column:span 12/span 12}.col-span-4{grid-column:span 4/span 4}.col-span-full{grid-column:1/-1}.col-span-8{grid-column:span 8/span 8}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-end-1{grid-column-end:1}.col-end-2{grid-column-end:2}.col-end-3{grid-column-end:3}.row-span-full{grid-row:1/-1}.row-span-2{grid-row:span 2/span 2}.row-start-1{grid-row-start:1}.row-end-1{grid-row-end:1}.row-end-2{grid-row-end:2}.-m-1\.5{margin:-.375rem}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.-m-0\.5{margin:-.125rem}.-m-0{margin:0}.-m-2\.5{margin:-.625rem}.m-1{margin:.25rem}.-m-3{margin:-.75rem}.mx-auto{margin-left:auto;margin-right:auto}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-px{margin-left:-1px;margin-right:-1px}.-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.-mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.mx-px{margin-left:1px;margin-right:1px}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.-my-12{margin-top:-3rem;margin-bottom:-3rem}.-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.mb-2{margin-bottom:.5rem}.mb-0{margin-bottom:0!important}.-mb-px{margin-bottom:-1px}.ml-3{margin-left:.75rem}.mt-2{margin-top:.5rem}.mt-5{margin-top:1.25rem}.mt-3{margin-top:.75rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.ml-auto{margin-left:auto}.-mr-12{margin-right:-3rem}.ml-1{margin-left:.25rem}.mr-5{margin-right:1.25rem}.mr-4{margin-right:1rem}.mr-3{margin-right:.75rem}.-mr-3{margin-right:-.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.-mr-2{margin-right:-.5rem}.ml-10{margin-left:2.5rem}.mt-6{margin-top:1.5rem}.-mr-14{margin-right:-3.5rem}.h-28{height:7rem}.ml-2{margin-left:.5rem}.-ml-0\.5{margin-left:-.125rem}.-mt-0\.5{margin-top:-.125rem}.-ml-0{margin-left:0}.-mt-0{margin-top:0}.-mt-32{margin-top:-8rem}.-mt-24{margin-top:-6rem}.mr-1\.5{margin-right:.375rem}.mr-1{margin-right:.25rem}.-ml-1{margin-left:-.25rem}.ml-0\.5{margin-left:.125rem}.ml-0{margin-left:0}.-ml-px{margin-left:-1px}.mr-2{margin-right:.5rem}.-mr-1{margin-right:-.25rem}.-mr-0\.5{margin-right:-.125rem}.-mr-0{margin-right:0}.mt-10{margin-top:2.5rem}.mt-8{margin-top:2rem}.mt-0\.5{margin-top:.125rem}.mt-0{margin-top:0}.mt-auto{margin-top:auto}.mb-1{margin-bottom:.25rem}.-mr-px{margin-right:-1px}.ml-1\.5{margin-left:.375rem}.-mt-2\.5{margin-top:-.625rem}.-ml-14{margin-left:-3.5rem}.-mt-2{margin-top:-.5rem}.mt-px{margin-top:1px}.mt-12{margin-top:3rem}.-mr-1\.5{margin-right:-.375rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.-mb-2{margin-bottom:-.5rem}.mb-4{margin-bottom:1rem}.-ml-2{margin-left:-.5rem}.-mt-12{margin-top:-3rem}.-mb-8{margin-bottom:-2rem}.ml-3\.5{margin-left:.875rem}.mr-0\.5{margin-right:.125rem}.mr-0{margin-right:0}.mr-2\.5{margin-right:.625rem}.ml-2\.5{margin-left:.625rem}.-mt-px{margin-top:-1px}.-ml-1\.5{margin-left:-.375rem}.ml-px{margin-left:1px}.mr-6{margin-right:1.5rem}.-ml-8{margin-left:-2rem}.ml-16{margin-left:4rem}.ml-8{margin-left:2rem}.-ml-6{margin-left:-1.5rem}.mt-16{margin-top:4rem}.-mt-16{margin-top:-4rem}.mr-auto{margin-right:auto}.mr-8{margin-right:2rem}.mt-24{margin-top:6rem}.-mb-6{margin-bottom:-1.5rem}.mt-11{margin-top:2.75rem}.mt-14{margin-top:3.5rem}.mb-14{margin-bottom:3.5rem}.-mb-10{margin-bottom:-2.5rem}.ml-24{margin-left:6rem}.-mt-96{margin-top:-24rem}.mt-9{margin-top:2.25rem}.-mt-20{margin-top:-5rem}.-mr-20{margin-right:-5rem}.mb-8{margin-bottom:2rem}.-mb-20{margin-bottom:-5rem}.-ml-20{margin-left:-5rem}.-ml-3{margin-left:-.75rem}.-mt-6{margin-top:-1.5rem}.mt-20{margin-top:5rem}.mt-21{margin-top:5.5rem}.ml-9{margin-left:2.25rem}.-mr-48{margin-right:-12rem}.-ml-48{margin-left:-12rem}.mt-1\.5{margin-top:.375rem}.mb-48{margin-bottom:12rem}.-mb-16{margin-bottom:-4rem}.-mr-40{margin-right:-10rem}.-mb-1{margin-bottom:-.25rem}.mt-32{margin-top:8rem}.-mt-72{margin-top:-18rem}.mt-7{margin-top:1.75rem}.mb-16{margin-bottom:4rem}.mb-17{margin-bottom:6.5rem}.-mt-8{margin-top:-2rem}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-number-input button:focus,.custom-number-input input:focus{outline:none!important}.box-content{box-sizing:content-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.grid{display:grid}.grid-flow-col{grid-auto-flow:column}.auto-cols-\[minmax\(0\2c 15rem\)\]{grid-auto-columns:minmax(0,15rem)}.border-l-2{border-left-width:2px}.before\:content-\[counter\(section\2c decimal-leading-zero\)\]:before{--tw-content:counter(section,decimal-leading-zero);content:var(--tw-content)}.pl-3\.5{padding-left:.875rem}.\[font-feature-settings\:\'ss01\'\]{font-feature-settings:"ss01"}.space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem*var(--tw-space-y-reverse))}.hover\:before\:block:hover:before{content:var(--tw-content);display:block}.hover\:text-slate-600:hover{--tw-text-opacity:1;color:#475569}.before\:mb-2:before{content:var(--tw-content);margin-bottom:.5rem}.before\:bg-sky-500:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:#0ea5e9}.before\:rounded-full:before{content:var(--tw-content);border-radius:9999px}.before\:bg-slate-300:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:#cbd5e1}.before\:-translate-y-1\/2:before{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:w-1\.5:before{content:var(--tw-content);width:.375rem}.before\:h-1\.5:before{content:var(--tw-content);height:.375rem}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:-left-1:before{content:var(--tw-content);left:-.25rem}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.\[counter-increment\:section\]{counter-increment:section}.border-slate-200{--tw-border-opacity:1;border-color:#e2e8f0}.before\:text-sm:before{content:var(--tw-content);font-size:.875rem;line-height:1.5rem}.before\:text-slate-500:before{content:var(--tw-content);--tw-text-opacity:1;color:#64748b}.contents{display:contents}.hidden{display:none}.h-full{height:100%}.h-min{height:min-content}.h-5{height:1.25rem}.h-64{height:16rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-0{height:0}.h-10{height:2.5rem}.h-9{height:2.25rem}.h-12{height:3rem}.h-16{height:4rem}.h-14{height:3.5rem}.h-96{height:24rem}.h-1\.5{height:.375rem}.h-1{height:.25rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-7{height:1.75rem}.h-\[900px\]{height:900px}.h-\[1008px\]{height:1008px}.h-\[1923px\]{height:1923px}.h-32{height:8rem}.h-24{height:6rem}.h-\[940px\]{height:940px}.h-\[768px\]{height:768px}.h-\[1152px\]{height:1152px}.h-\[640px\]{height:640px}.h-\[802px\]{height:802px}.h-\[1078px\]{height:1078px}.h-auto{height:auto}.h-20{height:5rem}.h-0\.5{height:.125rem}.h-48{height:12rem}.h-40{height:10rem}.h-\[1024px\]{height:1024px}.h-px{height:1px}.h-\[495px\]{height:495px}.h-\[485px\]{height:485px}.h-\[415px\]{height:415px}.h-80{height:20rem}.h-2\/3{height:66.666667%}.h-56{height:14rem}.h-72{height:18rem}.h-36{height:9rem}.h-1\/3{height:33.333333%}.h-1\/2{height:50%}.h-11{height:2.75rem}.h-5\/6{height:83.333333%}.h-3\/4{height:75%}.max-h-60{max-height:15rem}.max-h-56{max-height:14rem}.max-h-72{max-height:18rem}.max-h-96{max-height:24rem}.max-h-80{max-height:20rem}.max-h-\[800px\]{max-height:800px}.max-h-\[600px\]{max-height:600px}.max-h-12{max-height:3rem}.min-h-\[768px\]{min-height:768px}.min-h-0{min-height:0}.min-h-24{min-height:24rem}.min-h-4{min-height:4rem}.min-h-screen{min-height:100vh}.min-h-\[800px\]{min-height:800px}.min-h-\[640px\]{min-height:640px}.min-h-full{min-height:100%}.min-h-\[712px\]{min-height:712px}.min-h-\[600px\]{min-height:600px}.min-h-\[1024px\]{min-height:1024px}.min-h-\[192px\]{min-height:192px}.min-h-\[480px\]{min-height:480px}.min-h-\[576px\]{min-height:576px}.min-h-\[500px\]{min-height:500px}.min-h-\[960px\]{min-height:960px}.min-h-\[660px\]{min-height:660px}.min-h-\[64rem\]{min-height:64rem}.min-h-\[896px\]{min-height:896px}.min-h-\[980px\]{min-height:980px}.min-h-\[700px\]{min-height:700px}.min-h-\[1007px\]{min-height:1007px}.min-h-\[1117px\]{min-height:1117px}.min-h-\[979px\]{min-height:979px}.min-h-\[873px\]{min-height:873px}.min-h-\[1100px\]{min-height:1100px}.min-h-\[867px\]{min-height:867px}.min-h-\[564px\]{min-height:564px}.min-h-\[592px\]{min-height:592px}.min-h-\[900px\]{min-height:900px}.min-h-\[583px\]{min-height:583px}.min-h-\[851px\]{min-height:851px}.min-h-\[464px\]{min-height:464px}.min-h-\[678px\]{min-height:678px}.min-h-\[772px\]{min-height:772px}.min-h-\[850px\]{min-height:850px}.min-h-\[830px\]{min-height:830px}.min-h-\[730px\]{min-height:730px}.w-full{width:100%}.w-96{width:24rem}.w-5{width:1.25rem}.w-11{width:2.75rem}.w-auto{width:auto}.w-\[45rem\]{width:45rem}.w-10{width:2.5rem}.w-6{width:1.5rem}.w-14{width:3.5rem}.w-64{width:16rem}.w-9{width:2.25rem}.w-12{width:3rem}.w-1\/2{width:50%}.w-8{width:2rem}.w-48{width:12rem}.w-16{width:4rem}.w-56{width:14rem}.w-20{width:5rem}.w-28{width:7rem}.w-1\.5{width:.375rem}.w-1{width:.25rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-7{width:1.75rem}.w-36{width:9rem}.w-px{width:1px}.w-0{width:0}.w-24{width:6rem}.w-0\.5{width:.125rem}.w-40{width:10rem}.w-72{width:18rem}.w-32{width:8rem}.w-90p{width:90%}.w-screen{width:100vw}.w-1\/4{width:25%}.w-60{width:15rem}.w-52{width:13rem}.w-1\/5{width:20%}.w-44{width:11rem}.min-w-0{min-width:0}.-translate-y-\[42\%\]{--tw-translate-y:-42%}.-translate-x-\[44\%\]{--tw-translate-x:-44%}.min-w-full{min-width:100%}.min-w-\[12rem\]{min-width:12rem}.min-w-max{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.max-w-7xl{max-width:80rem}.max-w-3xl{max-width:48rem}.max-w-xl{max-width:36rem}.max-w-4xl{max-width:56rem}.max-w-xs{max-width:20rem}.max-w-2xl{max-width:42rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-screen-xl{max-width:1280px}.max-w-full{max-width:100%}.max-w-none{max-width:none}.max-w-5xl{max-width:64rem}.max-w-prose{max-width:65ch}.max-w-6xl{max-width:72rem}.max-w-6xl-custom{max-width:76rem}.max-w-0{max-width:0}.max-w-sm{max-width:24rem}.max-w-max{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.flex-none{flex:none}.flex-auto{flex:1 1 auto}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-separate{border-collapse:separate}.origin-top-right{transform-origin:top right}.origin-top{transform-origin:top}.origin-top-left{transform-origin:top left}@media (min-width:640px){@supports (-webkit-backdrop-filter:blur(0)) or (backdrop-filter:blur(0)){.sm\:\[\@supports\(backdrop-filter\:blur\(0\)\)\]\:backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.sm\:\[\@supports\(backdrop-filter\:blur\(0\)\)\]\:bg-white\/80{background-color:hsla(0,0%,100%,.8)}}}.origin-bottom-right{transform-origin:bottom right}.translate-x-0\.5{--tw-translate-x:0.125rem}.-translate-y-0\.5,.translate-x-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-0\.5{--tw-translate-y:-0.125rem}.translate-x-0{--tw-translate-x:0px}.-translate-y-0,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-0{--tw-translate-y:-0px}.-translate-x-0\.5{--tw-translate-x:-0.125rem}.-translate-x-0,.-translate-x-0\.5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-0{--tw-translate-x:-0px}.translate-x-5{--tw-translate-x:1.25rem}.-translate-x-full,.translate-x-5{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x:50%}.translate-y-1\/2{--tw-translate-y:50%}.translate-y-1\/2,.translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y:0.5rem}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%}.translate-y-full{--tw-translate-y:100%}.-translate-y-px,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-px{--tw-translate-y:-1px}.-translate-y-16{--tw-translate-y:-4rem}.-translate-y-16,.translate-y-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/3{--tw-translate-y:33.333333%}.-translate-x-2\/3{--tw-translate-x:-66.666667%}.-translate-x-2\/3,.-translate-y-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/3{--tw-translate-y:-33.333333%}.-translate-x-1\/3{--tw-translate-x:-33.333333%}.-translate-x-1\/3,.translate-x-32{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-32{--tw-translate-x:8rem}.-translate-x-32{--tw-translate-x:-8rem}.-translate-x-3,.-translate-x-32{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-3{--tw-translate-x:-0.75rem}.-translate-y-2{--tw-translate-y:-0.5rem}.-translate-y-2,.translate-x-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x:1.5rem}.translate-y-6{--tw-translate-y:1.5rem}.-translate-y-1\/4,.translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/4{--tw-translate-y:-25%}.translate-y-16{--tw-translate-y:4rem}.translate-y-12,.translate-y-16{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-12{--tw-translate-y:3rem}.-translate-y-3\/4{--tw-translate-y:-75%}.-translate-y-1,.-translate-y-3\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y:-0.25rem}.translate-y-1{--tw-translate-y:0.25rem}.translate-y-1,.translate-y-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/4{--tw-translate-y:25%}.translate-x-1\/4{--tw-translate-x:25%}.-translate-x-1\/4,.translate-x-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/4{--tw-translate-x:-25%}.translate-x-64{--tw-translate-x:16rem}.-translate-y-8,.translate-x-64{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-8{--tw-translate-y:-2rem}.translate-y-px{--tw-translate-y:1px}.translate-x-1\/3,.translate-y-px{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/3{--tw-translate-x:33.333333%}.translate-x-80{--tw-translate-x:20rem}.-translate-y-24,.translate-x-80{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-24{--tw-translate-y:-6rem}.-translate-x-8{--tw-translate-x:-2rem}.-translate-x-8,.rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.-rotate-45{--tw-rotate:-45deg}.-rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.-rotate-180{--tw-rotate:-180deg}.-rotate-180,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-0{--tw-rotate:0deg}.rotate-0,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-75,.scale-105{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-flash-code{animation:flash-code 1s forwards}@keyframes flash-code{0%{background-color:#7dd3ff}to{background-color:transparent}}.animate-flash-code-slow{animation:flash-code 2s forwards}.animate-none{animation:none}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}.animate-\[wiggle_1s_ease-in-out_infinite\]{animation:wiggle 1s ease-in-out infinite}.cursor-ew-resize{cursor:ew-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-nwse-resize{cursor:nwse-resize}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-auto{cursor:auto}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-none{resize:none}.resize{resize:both}.scroll-py-2{scroll-padding-top:.5rem;scroll-padding-bottom:.5rem}.scroll-py-4{scroll-padding-top:1rem;scroll-padding-bottom:1rem}.scroll-py-3{scroll-padding-top:.75rem;scroll-padding-bottom:.75rem}.scroll-py-10{scroll-padding-top:2.5rem;scroll-padding-bottom:2.5rem}.scroll-pt-11{scroll-padding-top:2.75rem}.scroll-pb-2{scroll-padding-bottom:.5rem}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-2{column-count:2}.columns-1{column-count:1}.columns-3xs{columns:16rem}.columns-3{column-count:3}.columns-\[10rem\]{columns:10rem}.break-before-column{break-before:column}.break-inside-avoid-column{break-inside:avoid-column}.break-after-column{break-after:column}.auto-cols-max{grid-auto-columns:max-content}.auto-cols-min{grid-auto-columns:min-content}.auto-cols-\[minmax\(0\2c _2fr\)\]{grid-auto-columns:minmax(0,2fr)}.auto-cols-auto{grid-auto-columns:auto}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.auto-rows-min{grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-8{gap:2rem}.gap-4{gap:1rem}.gap-px{gap:1px}.gap-6{gap:1.5rem}.gap-5{gap:1.25rem}.gap-3{gap:.75rem}.gap-2{gap:.5rem}.gap-16{gap:4rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-7{gap:1.75rem}.gap-0\.5{gap:.125rem}.gap-0{gap:0}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-16{row-gap:4rem}.gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-3{row-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-8{row-gap:2rem}.gap-y-6{row-gap:1.5rem}.gap-y-10{row-gap:2.5rem}.gap-y-12{row-gap:3rem}.gap-y-4{row-gap:1rem}.gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-20{row-gap:5rem}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem*var(--tw-space-y-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.25rem*var(--tw-space-x-reverse));margin-left:calc(0.25rem*(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-0.25rem*var(--tw-space-x-reverse));margin-left:calc(-0.25rem*(1 - var(--tw-space-x-reverse)))}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-0.5rem*var(--tw-space-x-reverse));margin-left:calc(-0.5rem*(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem*var(--tw-space-x-reverse));margin-left:calc(0.75rem*(1 - var(--tw-space-x-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem*var(--tw-space-x-reverse));margin-left:calc(0.5rem*(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)))}.space-x-2\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.625rem*var(--tw-space-x-reverse));margin-left:calc(0.625rem*(1 - var(--tw-space-x-reverse)))}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.75rem*var(--tw-space-x-reverse));margin-left:calc(1.75rem*(1 - var(--tw-space-x-reverse)))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem*var(--tw-space-x-reverse));margin-left:calc(3rem*(1 - var(--tw-space-x-reverse)))}.space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse:1}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-y{border-top-width:0;border-bottom-width:1px}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(2px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px*var(--tw-divide-y-reverse))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:219/var(--tw-divide-opacity);border-bottom-color:213;border-right-color:209;border-top-color:rgb}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:235/var(--tw-divide-opacity);border-bottom-color:231;border-right-color:229;border-top-color:rgb}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:246/var(--tw-divide-opacity);border-bottom-color:244;border-right-color:243;border-top-color:rgb}.divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:128/var(--tw-divide-opacity);border-bottom-color:114;border-right-color:107;border-top-color:rgb}.divide-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:234/var(--tw-divide-opacity);border-bottom-color:51;border-right-color:147;border-top-color:rgb}.divide-cyan-800>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:117/var(--tw-divide-opacity);border-bottom-color:94;border-right-color:21;border-top-color:rgb}.divide-indigo-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:229/var(--tw-divide-opacity);border-bottom-color:70;border-right-color:79;border-top-color:rgb}.divide-white>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:255/var(--tw-divide-opacity);border-bottom-color:255;border-right-color:255;border-top-color:rgb}.divide-warm-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:228/var(--tw-divide-opacity);border-bottom-color:229;border-right-color:231;border-top-color:rgb}.divide-blue-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:240/var(--tw-divide-opacity);border-bottom-color:232;border-right-color:226;border-top-color:rgb}.divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:251/var(--tw-divide-opacity);border-bottom-color:250;border-right-color:249;border-top-color:rgb}.divide-indigo-500>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:241/var(--tw-divide-opacity);border-bottom-color:102;border-right-color:99;border-top-color:rgb}.divide-opacity-10>:not([hidden])~:not([hidden]){--tw-divide-opacity:0.1}.divide-opacity-20>:not([hidden])~:not([hidden]){--tw-divide-opacity:0.2}.divide-opacity-75>:not([hidden])~:not([hidden]){--tw-divide-opacity:0.75}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.rounded-br-6xl{border-bottom-right-radius:5rem}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.rounded-md{border-radius:.375rem}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-none{border-radius:0}.rounded-2xl{border-radius:1rem}.rounded-sm{border-radius:.125rem}.rounded-3xl{border-radius:1.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-bl-2xl{border-bottom-left-radius:1rem}.rounded-br-2xl{border-bottom-right-radius:1rem}.border{border-width:1px}.border-2{border-width:2px}.border-0{border-width:0}.border-4{border-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-l{border-left-width:1px}.border-r-0{border-right-width:0}.border-l-0{border-left-width:0}.border-t-2{border-top-width:2px}.border-b-0{border-bottom-width:0}.border-t-0{border-top-width:0}.border-dashed{border-style:dashed}.border-gray-200{--tw-border-opacity:1;border-color:#e5e7eb}.border-gray-300{--tw-border-opacity:1;border-color:#d1d5db}.border-indigo-500{--tw-border-opacity:1;border-left-color:241/var(--tw-border-opacity);border-bottom-color:102;border-right-color:99;border-top-color:rgb}.border-red-500{--tw-border-opacity:1;border-color:#ef4444}.border-transparent{border-color:transparent}.border-yellow-400{--tw-border-opacity:1;border-left-color:21/var(--tw-border-opacity);border-bottom-color:204;border-right-color:250;border-top-color:rgb}.border-indigo-800{border-left-color:163/var(--tw-border-opacity);border-bottom-color:48}.border-gray-700,.border-indigo-800{--tw-border-opacity:1;border-right-color:55;border-top-color:rgb}.border-gray-700{border-left-color:81/var(--tw-border-opacity);border-bottom-color:65}.border-indigo-700{border-left-color:202/var(--tw-border-opacity);border-bottom-color:56;border-right-color:67}.border-indigo-300,.border-indigo-700{--tw-border-opacity:1;border-top-color:rgb}.border-indigo-300{border-left-color:252/var(--tw-border-opacity);border-bottom-color:180;border-right-color:165}.border-white{--tw-border-opacity:1;border-left-color:255/var(--tw-border-opacity);border-bottom-color:255;border-right-color:255;border-top-color:rgb}.border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6}.border-gray-400{--tw-border-opacity:1;border-color:#9ca3af}.border-indigo-600{--tw-border-opacity:1;border-color:#4f46e5}.border-pink-500{border-left-color:153/var(--tw-border-opacity);border-bottom-color:72;border-right-color:236}.border-pink-500,.border-purple-500{--tw-border-opacity:1;border-top-color:rgb}.border-purple-500{border-left-color:247/var(--tw-border-opacity);border-bottom-color:85;border-right-color:168}.border-red-300{border-left-color:165/var(--tw-border-opacity);border-bottom-color:165;border-right-color:252}.border-black,.border-red-300{--tw-border-opacity:1;border-top-color:rgb}.border-black{border-left-color:0/var(--tw-border-opacity);border-bottom-color:0;border-right-color:0}.border-indigo-200{border-left-color:254/var(--tw-border-opacity);border-bottom-color:210;border-right-color:199}.border-indigo-200,.border-teal-500{--tw-border-opacity:1;border-top-color:rgb}.border-teal-500{border-left-color:166/var(--tw-border-opacity);border-bottom-color:184;border-right-color:20}.border-sky-800{border-left-color:133/var(--tw-border-opacity);border-bottom-color:89;border-right-color:7}.border-sky-500,.border-sky-800{--tw-border-opacity:1;border-top-color:rgb}.border-sky-500{border-left-color:233/var(--tw-border-opacity);border-bottom-color:165;border-right-color:14}.border-sky-200{border-left-color:253/var(--tw-border-opacity);border-bottom-color:230;border-right-color:186}.border-purple-600,.border-sky-200{--tw-border-opacity:1;border-top-color:rgb}.border-purple-600{border-left-color:234/var(--tw-border-opacity);border-bottom-color:51;border-right-color:147}.border-orange-200{border-left-color:170/var(--tw-border-opacity);border-bottom-color:215;border-right-color:254}.border-blue-gray-200,.border-orange-200{--tw-border-opacity:1;border-top-color:rgb}.border-blue-gray-200{border-left-color:240/var(--tw-border-opacity);border-bottom-color:232;border-right-color:226}.border-blue-gray-300{border-left-color:225/var(--tw-border-opacity);border-bottom-color:213;border-right-color:203}.border-blue-gray-300,.border-gray-800{--tw-border-opacity:1;border-top-color:rgb}.border-gray-800{border-left-color:55/var(--tw-border-opacity);border-bottom-color:41;border-right-color:31}.border-warm-gray-300{--tw-border-opacity:1;border-left-color:209/var(--tw-border-opacity);border-bottom-color:211;border-right-color:214;border-top-color:rgb}.border-warm-gray-700{--tw-border-opacity:1;border-left-color:60/var(--tw-border-opacity);border-bottom-color:64;border-right-color:68;border-top-color:rgb}.border-warm-gray-200{border-left-color:228/var(--tw-border-opacity);border-bottom-color:229;border-right-color:231}.border-indigo-400,.border-warm-gray-200{--tw-border-opacity:1;border-top-color:rgb}.border-indigo-400{border-left-color:248/var(--tw-border-opacity);border-bottom-color:140;border-right-color:129}.border-blue-400{border-left-color:250/var(--tw-border-opacity);border-bottom-color:165;border-right-color:96}.border-blue-400,.border-indigo-900{--tw-border-opacity:1;border-top-color:rgb}.border-indigo-900{border-left-color:129/var(--tw-border-opacity);border-bottom-color:46;border-right-color:49}.border-opacity-25{--tw-border-opacity:0.25}.border-opacity-20{--tw-border-opacity:0.2}.border-opacity-10{--tw-border-opacity:0.1}.bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6}.bg-slate-50{--tw-bg-opacity:1;background-color:#f8fafc}.bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb}.bg-red-50{--tw-bg-opacity:1;background-color:rgb 254 242 242/var(--tw-bg-opacity)}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb 254 252 232/var(--tw-bg-opacity)}.bg-white{--tw-bg-opacity:1;background-color:#fff}.bg-red-100{--tw-bg-opacity:1;background-color:rgb 254 226 226/var(--tw-bg-opacity)}.bg-indigo-600{--tw-bg-opacity:1;background-color:var(--main_col)}.bg-indigo-600-i{--tw-bg-opacity:1;background-color:var(--main_col)!important}.bg-gray-200{--tw-bg-opacity:1;background-color:#e5e7eb}.bg-slate-100{--tw-bg-opacity:1;background-color:#f1f5f9}.bg-green-50{--tw-bg-opacity:1;background-color:rgb 240 253 244/var(--tw-bg-opacity)}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb 239 246 255/var(--tw-bg-opacity)}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb 75 85 99/var(--tw-bg-opacity)}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb 129 140 248/var(--tw-bg-opacity)}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb 67 56 202/var(--tw-bg-opacity)}.bg-indigo-800{--tw-bg-opacity:1;background-color:#3730a3}.bg-indigo-500{--tw-bg-opacity:1;background-color:#6366f1}.bg-gray-900{--tw-bg-opacity:1;background-color:#111827}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb 31 41 55/var(--tw-bg-opacity)}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb 55 65 81/var(--tw-bg-opacity)}.bg-indigo-50{--tw-bg-opacity:1;background-color:#eef2ff}.bg-transparent{background-color:transparent}.bg-black{--tw-bg-opacity:1;background-color:#000/var(--tw-bg-opacity)}.bg-black-75{opacity:.75;background-color:#000}.bg-gray-300{--tw-bg-opacity:1;background-color:#d1d5db}.bg-red-400{--tw-bg-opacity:1;background-color:rgb 248 113 113/var(--tw-bg-opacity)}.bg-green-400{--tw-bg-opacity:1;background-color:rgb 74 222 128/var(--tw-bg-opacity)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,.5)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb 254 249 195/var(--tw-bg-opacity)}.bg-green-100{--tw-bg-opacity:1;background-color:#dcfce7}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb 219 234 254/var(--tw-bg-opacity)}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb 224 231 255/var(--tw-bg-opacity)}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb 243 232 255/var(--tw-bg-opacity)}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb 252 231 243/var(--tw-bg-opacity)}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb 156 163 175/var(--tw-bg-opacity)}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb 253 242 248/var(--tw-bg-opacity)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb 59 130 246/var(--tw-bg-opacity)}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb 139 92 246/var(--tw-bg-opacity)}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb 14 165 233/var(--tw-bg-opacity)}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb 236 72 153/var(--tw-bg-opacity)}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb 20 184 166/var(--tw-bg-opacity)}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb 6 182 212/var(--tw-bg-opacity)}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb 217 70 239/var(--tw-bg-opacity)}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb 168 85 247/var(--tw-bg-opacity)}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb 244 63 94/var(--tw-bg-opacity)}.bg-green-500{--tw-bg-opacity:1;background-color:rgb 34 197 94/var(--tw-bg-opacity)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb 37 99 235/var(--tw-bg-opacity)}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb 225 29 72/var(--tw-bg-opacity)}.bg-cyan-400{--tw-bg-opacity:1;background-color:rgb 34 211 238/var(--tw-bg-opacity)}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb 207 250 254/var(--tw-bg-opacity)}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb 234 179 8/var(--tw-bg-opacity)}.bg-pink-600{--tw-bg-opacity:1;background-color:rgb 219 39 119/var(--tw-bg-opacity)}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb 147 51 234/var(--tw-bg-opacity)}.bg-teal-50{--tw-bg-opacity:1;background-color:#f0fdfa}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb 250 245 255/var(--tw-bg-opacity)}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb 240 249 255/var(--tw-bg-opacity)}.bg-rose-50{--tw-bg-opacity:1;background-color:rgb 255 241 242/var(--tw-bg-opacity)}.bg-cyan-700{--tw-bg-opacity:1;background-color:rgb 14 116 144/var(--tw-bg-opacity)}.bg-cyan-800{--tw-bg-opacity:1;background-color:rgb 21 94 117/var(--tw-bg-opacity)}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb 8 145 178/var(--tw-bg-opacity)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb 220 38 38/var(--tw-bg-opacity)}.bg-sky-700{--tw-bg-opacity:1;background-color:rgb 3 105 161/var(--tw-bg-opacity)}.bg-sky-900{--tw-bg-opacity:1;background-color:rgb 12 74 110/var(--tw-bg-opacity)}.bg-sky-400{--tw-bg-opacity:1;background-color:rgb 56 189 248/var(--tw-bg-opacity)}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb 255 247 237/var(--tw-bg-opacity)}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb 249 115 22/var(--tw-bg-opacity)}.bg-blue-gray-50{--tw-bg-opacity:1;background-color:rgb 248 250 252/var(--tw-bg-opacity)}.bg-blue-gray-600{--tw-bg-opacity:1;background-color:rgb 71 85 105/var(--tw-bg-opacity)}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb 29 78 216/var(--tw-bg-opacity)}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb 199 210 254/var(--tw-bg-opacity)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb 239 68 68/var(--tw-bg-opacity)}.bg-pink-400{--tw-bg-opacity:1;background-color:rgb 244 114 182/var(--tw-bg-opacity)}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb 250 204 21/var(--tw-bg-opacity)}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb 49 46 129/var(--tw-bg-opacity)}.bg-warm-gray-50{--tw-bg-opacity:1;background-color:rgb 250 250 249/var(--tw-bg-opacity)}.bg-warm-gray-100{--tw-bg-opacity:1;background-color:rgb 245 245 244/var(--tw-bg-opacity)}.bg-warm-gray-900{--tw-bg-opacity:1;background-color:rgb 28 25 23/var(--tw-bg-opacity)}.bg-sky-800{--tw-bg-opacity:1;background-color:rgb 7 89 133/var(--tw-bg-opacity)}.bg-grape-500{--tw-bg-opacity:1;background-color:rgb 168 85 247/var(--tw-bg-opacity)}.bg-grape-600{--tw-bg-opacity:1;background-color:rgb 147 51 234/var(--tw-bg-opacity)}.bg-grape-400{--tw-bg-opacity:1;background-color:rgb 192 132 252/var(--tw-bg-opacity)}.bg-blue-gray-800{--tw-bg-opacity:1;background-color:rgb 30 41 59/var(--tw-bg-opacity)}.bg-blue-gray-900{--tw-bg-opacity:1;background-color:rgb 15 23 42/var(--tw-bg-opacity)}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb 165 180 252/var(--tw-bg-opacity)}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb 255 237 213/var(--tw-bg-opacity)}.bg-blue-900{--tw-bg-opacity:1;background-color:rgb 30 58 138/var(--tw-bg-opacity)}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgb 236 254 255/var(--tw-bg-opacity)}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-25{--tw-bg-opacity:0.25}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-80{--tw-bg-opacity:0.8}.bg-opacity-5{--tw-bg-opacity:0.05}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-60{--tw-bg-opacity:0.6}.bg-opacity-40{--tw-bg-opacity:0.4}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-none{background-image:none}.bg-gradient-to-r{background-image:linear-gradient(90deg,var(--tw-gradient-stops))}.bg-gradient-to-b{background-image:linear-gradient(180deg,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(0deg,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(270deg,var(--tw-gradient-stops))}.from-sky-800{--tw-gradient-from:#075985;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#075985)}.from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (0 0 0/0))}.from-gray-800{--tw-gradient-from:#1f2937;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(31,41,55,0))}.from-white{--tw-gradient-from:#fff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,hsla(0,0%,100%,0))}.from-black{--tw-gradient-from:#000;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (0 0 0/0))}.from-teal-500{--tw-gradient-from:#14b8a6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (20 184 166/0))}.from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (79 70 229/0))}.from-purple-600{--tw-gradient-from:#9333ea;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (147 51 234/0))}.from-purple-800{--tw-gradient-from:#6b21a8;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (107 33 168/0))}.from-gray-100{--tw-gradient-from:#f3f4f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (243 244 246/0))}.from-gray-900{--tw-gradient-from:#111827;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (17 24 39/0))}.from-purple-300{--tw-gradient-from:#d8b4fe;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (216 180 254/0))}.from-teal-200{--tw-gradient-from:#99f6e4;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (153 246 228/0))}.from-rose-600{--tw-gradient-from:#e11d48;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (225 29 72/0))}.from-orange-500{--tw-gradient-from:#f97316;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (249 115 22/0))}.from-orange-400{--tw-gradient-from:#fb923c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (251 146 60/0))}.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (239 246 255/0))}.from-cyan-600{--tw-gradient-from:#0891b2;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (8 145 178/0))}.via-white{--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to,rgb (255 255 255/0))}.via-indigo-600{--tw-gradient-stops:var(--tw-gradient-from),#4f46e5,var(--tw-gradient-to,rgb (79 70 229/0))}.via-rose-600{--tw-gradient-stops:var(--tw-gradient-from),#e11d48,var(--tw-gradient-to,rgb (225 29 72/0))}.to-cyan-600{--tw-gradient-to:#0891b2}.to-black{--tw-gradient-to:#000}.to-teal-600{--tw-gradient-to:#0d9488}.to-cyan-700{--tw-gradient-to:#0e7490}.to-indigo-600{--tw-gradient-to:#4f46e5}.to-indigo-700{--tw-gradient-to:#4338ca}.to-indigo-300{--tw-gradient-to:#a5b4fc}.to-cyan-400{--tw-gradient-to:#22d3ee}.to-pink-500{--tw-gradient-to:#ec4899}.to-white{--tw-gradient-to:#fff}.to-gray-50{--tw-gradient-to:#f9fafb}.to-green-400{--tw-gradient-to:#4ade80}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:50%}.bg-top{background-position:top}.bg-origin-border{background-origin:border-box}.stroke-2{strokeWidth:2}.object-cover{-o-object-fit:cover;object-fit:cover}.object-scale-down{object-fit:scale-down}.object-contain{object-fit:contain}.object-center{-o-object-position:center;object-position:center}.object-left-top{-o-object-position:left top;object-position:left top}.p-4{padding:1rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-1\.5{padding:.375rem}.p-1{padding:.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-0\.5{padding:.125rem}.p-0{padding:0}.p-12{padding:3rem}.p-5{padding:1.25rem}.p-px{padding:1px}.p-2\.5{padding:.625rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-12{padding-left:3rem;padding-right:3rem}.px-8{padding-left:2rem;padding-right:2rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-0{padding-top:0;padding-bottom:0}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.py-px{padding-top:1px;padding-bottom:1px}.px-0{padding-left:0;padding-right:0}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-32{padding-top:8rem;padding-bottom:8rem}.pb-0{padding-bottom:0}.pl-5{padding-left:1.25rem}.pr-2{padding-right:.5rem}.pl-8{padding-left:2rem}.pl-3{padding-left:.75rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-24{padding-left:6rem}.-left-6{left:-1.5rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pt-4{padding-top:1rem}.pl-4{padding-left:1rem}.pr-6{padding-right:1.5rem}.pr-4{padding-right:1rem}.pl-6{padding-left:1.5rem}.pr-8{padding-right:2rem}.pl-12{padding-left:3rem}.pb-5{padding-bottom:1.25rem}.pl-1{padding-left:.25rem}.pt-1{padding-top:.25rem}.pb-32{padding-bottom:8rem}.pb-12{padding-bottom:3rem}.pb-24{padding-bottom:6rem}.pt-3{padding-top:.75rem}.pb-2{padding-bottom:.5rem}.pb-28{padding-bottom:7rem}.pb-8{padding-bottom:2rem}.pl-2{padding-left:.5rem}.pr-0\.5{padding-right:.125rem}.pr-0{padding-right:0}.pl-2\.5{padding-left:.625rem}.pr-1{padding-right:.25rem}.pr-9{padding-right:2.25rem}.pr-10{padding-right:2.5rem}.pb-1\.5{padding-bottom:.375rem}.pb-1{padding-bottom:.25rem}.pr-12{padding-right:3rem}.pl-1\.5{padding-left:.375rem}.pl-11{padding-left:2.75rem}.pt-6{padding-top:1.5rem}.pt-1\.5{padding-top:.375rem}.pb-6{padding-bottom:1.5rem}.pt-8{padding-top:2rem}.pb-16{padding-bottom:4rem}.pr-32{padding-right:8rem}.pr-7{padding-right:1.75rem}.pl-9{padding-left:2.25rem}.pt-10{padding-top:2.5rem}.pl-16{padding-left:4rem}.pl-7{padding-left:1.75rem}.pr-1\.5{padding-right:.375rem}.pb-20{padding-bottom:5rem}.pt-0\.5{padding-top:.125rem}.pt-0{padding-top:0}.pb-10{padding-bottom:2.5rem}.pt-2\.5{padding-top:.625rem}.pt-24{padding-top:6rem}.pt-12{padding-top:3rem}.pr-5{padding-right:1.25rem}.pt-px{padding-top:1px}.pt-16{padding-top:4rem}.pb-36{padding-bottom:9rem}.pb-14{padding-bottom:3.5rem}.pb-px{padding-bottom:1px}.pt-14{padding-top:3.5rem}.pt-32{padding-top:8rem}.pt-48{padding-top:12rem}.pb-96{padding-bottom:24rem}.pb-80{padding-bottom:20rem}.pr-16{padding-right:4rem}.pl-20{padding-left:5rem}.pt-64{padding-top:16rem}.pb-64{padding-bottom:16rem}.pt-20{padding-top:5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-sans{font-family:Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.no-underline{text-decoration:none}.line-through{text-decoration-line:line-through}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.font-medium{font-weight:500}.font-bold{font-weight:700}.animate-marquee{-webkit-animation:marquee var(--marquee-duration) linear infinite;animation:marquee var(--marquee-duration) linear infinite}.animate-fade-in{-webkit-animation:fade-in .5s linear forwards;animation:fade-in .5s linear forwards}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-5{line-height:1.25rem}.leading-tight{line-height:1.25}.leading-none{line-height:1}.leading-8{line-height:2rem}.leading-7{line-height:1.75rem}.leading-10{line-height:2.5rem}.leading-normal{line-height:1.5}.leading-9{line-height:2.25rem}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-tight{letter-spacing:-.025em}.text-gray-900{--tw-text-opacity:1;color:#111827}.text-gray-600{--tw-text-opacity:1;color:#4b5563}.text-gray-400{--tw-text-opacity:1;color:#9ca3af}.text-indigo-600{--tw-text-opacity:1;color:var(--main_col)}.text-gray-500{--tw-text-opacity:1;color:#6b7280}.text-green-500{--tw-text-opacity:1;color:rgb 34 197 94/var(--tw-text-opacity)}.text-red-400{--tw-text-opacity:1;color:rgb 248 113 113/var(--tw-text-opacity)}.text-yellow-400{--tw-text-opacity:1;color:rgb 250 204 21/var(--tw-text-opacity)}.text-red-800{--tw-text-opacity:1;color:rgb 153 27 27/var(--tw-text-opacity)}.text-yellow-800{--tw-text-opacity:1;color:rgb 133 77 14/var(--tw-text-opacity)}.text-red-700{--tw-text-opacity:1;color:rgb 185 28 28/var(--tw-text-opacity)}.text-slate-900{--tw-text-opacity:1;color:#0f172a}.text-yellow-700{--tw-text-opacity:1;color:rgb 161 98 7/var(--tw-text-opacity)}.text-white{--tw-text-opacity:1;color:#fff}.text-gray-700{--tw-text-opacity:1;color:#374151}.text-green-400{--tw-text-opacity:1;color:rgb 74 222 128/var(--tw-text-opacity)}.text-green-800{--tw-text-opacity:1;color:rgb 22 101 52/var(--tw-text-opacity)}.text-green-700{--tw-text-opacity:1;color:rgb 21 128 61/var(--tw-text-opacity)}.text-blue-400{--tw-text-opacity:1;color:rgb 96 165 250/var(--tw-text-opacity)}.text-blue-700{--tw-text-opacity:1;color:rgb 29 78 216/var(--tw-text-opacity)}.text-indigo-200{--tw-text-opacity:1;color:rgb 199 210 254/var(--tw-text-opacity)}.text-indigo-100{--tw-text-opacity:1;color:rgb 224 231 255/var(--tw-text-opacity)}.text-indigo-400{--tw-text-opacity:1;color:rgb 129 140 248/var(--tw-text-opacity)}.text-gray-800{--tw-text-opacity:1;color:rgb 31 41 55/var(--tw-text-opacity)}.text-gray-200{--tw-text-opacity:1;color:rgb 229 231 235/var(--tw-text-opacity)}.text-indigo-300{--tw-text-opacity:1;color:rgb 165 180 252/var(--tw-text-opacity)}.text-gray-300{--tw-text-opacity:1;color:#d1d5db}.text-indigo-700{--tw-text-opacity:1;color:#4338ca}.text-blue-800{--tw-text-opacity:1;color:rgb 30 64 175/var(--tw-text-opacity)}.text-indigo-800{--tw-text-opacity:1;color:rgb 55 48 163/var(--tw-text-opacity)}.text-purple-800{--tw-text-opacity:1;color:rgb 107 33 168/var(--tw-text-opacity)}.text-pink-800{--tw-text-opacity:1;color:rgb 157 23 77/var(--tw-text-opacity)}.text-blue-500{--tw-text-opacity:1;color:rgb 59 130 246/var(--tw-text-opacity)}.text-pink-700{--tw-text-opacity:1;color:rgb 190 24 93/var(--tw-text-opacity)}.text-pink-500{--tw-text-opacity:1;color:rgb 236 72 153/var(--tw-text-opacity)}.text-indigo-500{--tw-text-opacity:1;color:rgb 99 102 241/var(--tw-text-opacity)}.text-blue-600{--tw-text-opacity:1;color:rgb 37 99 235/var(--tw-text-opacity)}.text-cyan-800{--tw-text-opacity:1;color:rgb 21 94 117/var(--tw-text-opacity)}.text-purple-500{--tw-text-opacity:1;color:rgb 168 85 247/var(--tw-text-opacity)}.text-purple-200{--tw-text-opacity:1;color:rgb 233 213 255/var(--tw-text-opacity)}.text-purple-600{--tw-text-opacity:1;color:rgb 147 51 234/var(--tw-text-opacity)}.text-teal-700{--tw-text-opacity:1;color:rgb 15 118 110/var(--tw-text-opacity)}.text-purple-700{--tw-text-opacity:1;color:rgb 126 34 206/var(--tw-text-opacity)}.text-sky-700{--tw-text-opacity:1;color:rgb 3 105 161/var(--tw-text-opacity)}.text-rose-700{--tw-text-opacity:1;color:rgb 190 18 60/var(--tw-text-opacity)}.text-cyan-100{--tw-text-opacity:1;color:rgb 207 250 254/var(--tw-text-opacity)}.text-cyan-200{--tw-text-opacity:1;color:rgb 165 243 252/var(--tw-text-opacity)}.stroke-slate-700{stroke:#334155}.group[open] .group-open\:stroke-indigo-500{stroke:var(--main_col)}.group[open] .group-open\:text-indigo-600{--tw-text-opacity:1;color:var(--main_col)}.group[open] .group-open\:hidden{display:none}.text-cyan-700{--tw-text-opacity:1;color:rgb 14 116 144/var(--tw-text-opacity)}.text-yellow-300{--tw-text-opacity:1;color:rgb 253 224 71/var(--tw-text-opacity)}.text-rose-400{--tw-text-opacity:1;color:rgb 251 113 133/var(--tw-text-opacity)}.text-red-900{--tw-text-opacity:1;color:rgb 127 29 29/var(--tw-text-opacity)}.text-red-500{--tw-text-opacity:1;color:rgb 239 68 68/var(--tw-text-opacity)}.text-red-600{--tw-text-opacity:1;color:#dc2626}.text-green-600{--tw-text-opacity:1;color:#16a34a}.text-indigo-900{--tw-text-opacity:1;color:rgb 49 46 129/var(--tw-text-opacity)}.text-sky-100{--tw-text-opacity:1;color:rgb 224 242 254/var(--tw-text-opacity)}.text-sky-200{--tw-text-opacity:1;color:rgb 186 230 253/var(--tw-text-opacity)}.text-teal-500{--tw-text-opacity:1;color:rgb 20 184 166/var(--tw-text-opacity)}.text-sky-600{--tw-text-opacity:1;color:rgb 2 132 199/var(--tw-text-opacity)}.text-sky-900{--tw-text-opacity:1;color:rgb 12 74 110/var(--tw-text-opacity)}.text-orange-600{--tw-text-opacity:1;color:rgb 234 88 12/var(--tw-text-opacity)}.text-orange-500{--tw-text-opacity:1;color:rgb 249 115 22/var(--tw-text-opacity)}.text-orange-900{--tw-text-opacity:1;color:rgb 124 45 18/var(--tw-text-opacity)}.text-orange-700{--tw-text-opacity:1;color:rgb 194 65 12/var(--tw-text-opacity)}.text-blue-gray-600{--tw-text-opacity:1;color:rgb 71 85 105/var(--tw-text-opacity)}.text-blue-gray-400{--tw-text-opacity:1;color:rgb 148 163 184/var(--tw-text-opacity)}.text-blue-gray-700{--tw-text-opacity:1;color:rgb 51 65 85/var(--tw-text-opacity)}.text-blue-gray-500{--tw-text-opacity:1;color:rgb 100 116 139/var(--tw-text-opacity)}.text-blue-200{--tw-text-opacity:1;color:rgb 191 219 254/var(--tw-text-opacity)}.text-blue-gray-900{--tw-text-opacity:1;color:rgb 15 23 42/var(--tw-text-opacity)}.text-black{--tw-text-opacity:1;color:#000}.text-warm-gray-400{--tw-text-opacity:1;color:rgb 168 162 158/var(--tw-text-opacity)}.text-warm-gray-500{--tw-text-opacity:1;color:rgb 120 113 108/var(--tw-text-opacity)}.text-warm-gray-900{--tw-text-opacity:1;color:rgb 28 25 23/var(--tw-text-opacity)}.text-warm-gray-200{--tw-text-opacity:1;color:rgb 231 229 228/var(--tw-text-opacity)}.text-teal-50{--tw-text-opacity:1;color:rgb 240 253 250/var(--tw-text-opacity)}.text-teal-200{--tw-text-opacity:1;color:rgb 153 246 228/var(--tw-text-opacity)}.text-warm-gray-700{--tw-text-opacity:1;color:rgb 68 64 60/var(--tw-text-opacity)}.text-grape-600{--tw-text-opacity:1;color:rgb 147 51 234/var(--tw-text-opacity)}.text-grape-900{--tw-text-opacity:1;color:rgb 88 28 135/var(--tw-text-opacity)}.text-blue-gray-300{--tw-text-opacity:1;color:rgb 203 213 225/var(--tw-text-opacity)}.text-indigo-50{--tw-text-opacity:1;color:rgb 238 242 255/var(--tw-text-opacity)}.text-gray-50{--tw-text-opacity:1;color:rgb 249 250 251/var(--tw-text-opacity)}.text-transparent{color:transparent}.text-cyan-600{--tw-text-opacity:1;color:rgb 8 145 178/var(--tw-text-opacity)}.text-rose-500{--tw-text-opacity:1;color:rgb 244 63 94/var(--tw-text-opacity)}.text-rose-200{--tw-text-opacity:1;color:rgb 254 205 211/var(--tw-text-opacity)}.text-rose-600{--tw-text-opacity:1;color:rgb 225 29 72/var(--tw-text-opacity)}.text-rose-100{--tw-text-opacity:1;color:rgb 255 228 230/var(--tw-text-opacity)}.text-orange-50{--tw-text-opacity:1;color:rgb 255 247 237/var(--tw-text-opacity)}.text-blue-900{--tw-text-opacity:1;color:rgb 30 58 138/var(--tw-text-opacity)}.text-cyan-900{--tw-text-opacity:1;color:rgb 22 78 99/var(--tw-text-opacity)}.text-opacity-40{--tw-text-opacity:0.4}.text-opacity-100{--tw-text-opacity:1}.text-opacity-75{--tw-text-opacity:0.75}.text-opacity-50{--tw-text-opacity:0.5}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-indigo-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 199 210 254/var(--tw-placeholder-opacity)}.placeholder-indigo-200:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 199 210 254/var(--tw-placeholder-opacity)}.placeholder-indigo-200::placeholder{--tw-placeholder-opacity:1;color:rgb 199 210 254/var(--tw-placeholder-opacity)}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 107 114 128/var(--tw-placeholder-opacity)}.placeholder-gray-500:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 107 114 128/var(--tw-placeholder-opacity)}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb 107 114 128/var(--tw-placeholder-opacity)}.placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 255 255 255/var(--tw-placeholder-opacity)}.placeholder-white:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 255 255 255/var(--tw-placeholder-opacity)}.placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgb 255 255 255/var(--tw-placeholder-opacity)}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 156 163 175/var(--tw-placeholder-opacity)}.placeholder-gray-400:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 156 163 175/var(--tw-placeholder-opacity)}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb 156 163 175/var(--tw-placeholder-opacity)}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 252 165 165/var(--tw-placeholder-opacity)}.placeholder-red-300:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 252 165 165/var(--tw-placeholder-opacity)}.placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgb 252 165 165/var(--tw-placeholder-opacity)}.placeholder-sky-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 224 242 254/var(--tw-placeholder-opacity)}.placeholder-sky-100:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 224 242 254/var(--tw-placeholder-opacity)}.placeholder-sky-100::placeholder{--tw-placeholder-opacity:1;color:rgb 224 242 254/var(--tw-placeholder-opacity)}.placeholder-warm-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 120 113 108/var(--tw-placeholder-opacity)}.placeholder-warm-gray-500:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 120 113 108/var(--tw-placeholder-opacity)}.placeholder-warm-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb 120 113 108/var(--tw-placeholder-opacity)}.placeholder-blue-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 148 163 184/var(--tw-placeholder-opacity)}.placeholder-blue-gray-400:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 148 163 184/var(--tw-placeholder-opacity)}.placeholder-blue-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb 148 163 184/var(--tw-placeholder-opacity)}.opacity-50{opacity:.5}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-90{opacity:.9}.opacity-100{opacity:1}.mix-blend-multiply{mix-blend-mode:multiply}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgb (0 0 0/0.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-inner,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb (0 0 0/0.1),0 8px 10px -6px rgb (0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);--tw-shadow:2px 11px 16px rgba(15,23,42,0.17),0 1px 6px rgba(15,23,42,0.17),3px 23px 24px rgba(15,23,42,0.17);--tw-shadow-colored:2px 11px 16px var(--tw-shadow-color),0 1px 6px var(--tw-shadow-color),3px 23px 24px var(--tw-shadow-color)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-shadow,0 0 transparent)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-shadow,0 0 transparent)}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-4,.ring-8{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.ring-8{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:#000}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb (255 255 255/var(--tw-ring-opacity))}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb (229 231 235/var(--tw-ring-opacity))}.ring-gray-100{--tw-ring-opacity:1;--tw-ring-color:rgb (243 244 246/var(--tw-ring-opacity))}.ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgb (99 102 241/var(--tw-ring-opacity))}.ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgb (236 72 153/var(--tw-ring-opacity))}.ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb (168 85 247/var(--tw-ring-opacity))}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb (59 130 246/var(--tw-ring-opacity))}.ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb (34 197 94/var(--tw-ring-opacity))}.ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb (234 179 8/var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb (209 213 219/var(--tw-ring-opacity))}.ring-indigo-600{--tw-ring-opacity:1;--tw-ring-color:#4f46e5}.ring-gray-900{--tw-ring-opacity:1;--tw-ring-color:(#111827/var(--tw-ring-opacity))}.ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgb (156 163 175/var(--tw-ring-opacity))}.ring-gray-700{--tw-ring-opacity:1;--tw-ring-color:rgb (55 65 81/var(--tw-ring-opacity))}.ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgb (107 114 128/var(--tw-ring-opacity))}.ring-transparent{--tw-ring-color:transparent}.ring-indigo-700{--tw-ring-opacity:1;--tw-ring-color:rgb (67 56 202/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-opacity-20{--tw-ring-opacity:0.2}.ring-opacity-100{--tw-ring-opacity:1}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-1{--tw-ring-offset-width:1px}.grayscale{filter:grayscale(1)}.saturate-0{--tw-saturate:saturate(0)}.filter,.saturate-0{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-grayscale-0{backdrop-filter:grayscale(0)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-md{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px)}.backdrop-blur-xl,.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-100{transition-duration:.1s}.duration-75{transition-duration:75ms}.duration-150{transition-duration:.15s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.focus-within\:z-10:focus-within{z-index:10}.focus-within\:border:focus-within{border-width:1px}.focus-within\:border-indigo-600:focus-within{--tw-border-opacity:1;border-left-color:229/var(--tw-border-opacity);border-bottom-color:70;border-right-color:79;border-top-color:rgb}.focus-within\:border-indigo-500:focus-within{--tw-border-opacity:1;border-left-color:241/var(--tw-border-opacity);border-bottom-color:102;border-right-color:99;border-top-color:rgb}.focus-within\:bg-gray-50:focus-within{--tw-bg-opacity:1;background-color:#f9fafb}.focus-within\:bg-gray-100:focus-within{--tw-bg-opacity:1;background-color:#f3f4f6}.focus-within\:text-gray-400:focus-within{--tw-text-opacity:1;color:rgb 156 163 175/var(--tw-text-opacity)}.focus-within\:text-gray-500:focus-within{--tw-text-opacity:1;color:rgb 107 114 128/var(--tw-text-opacity)}.focus-within\:text-gray-600:focus-within{--tw-text-opacity:1;color:rgb 75 85 99/var(--tw-text-opacity)}.focus-within\:opacity-100:focus-within{opacity:1}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus-within\:ring-inset:focus-within{--tw-ring-inset:inset}.focus-within\:ring-pink-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb (236 72 153/var(--tw-ring-opacity))}.focus-within\:ring-blue-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb (37 99 235/var(--tw-ring-opacity))}.focus-within\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb (99 102 241/var(--tw-ring-opacity))}.focus-within\:ring-cyan-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb (6 182 212/var(--tw-ring-opacity))}.focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb (79 70 229/var(--tw-ring-opacity))}.focus-within\:ring-sky-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb (14 165 233/var(--tw-ring-opacity))}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb (59 130 246/var(--tw-ring-opacity))}.focus-within\:ring-white:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb (255 255 255/var(--tw-ring-opacity))}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px}.focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color:#f3f4f6}.focus-within\:ring-offset-blue-gray-50:focus-within{--tw-ring-offset-color:#f8fafc}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-left-color:219/var(--tw-border-opacity);border-bottom-color:213;border-right-color:209;border-top-color:rgb}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-left-color:175/var(--tw-border-opacity);border-bottom-color:163;border-right-color:156;border-top-color:rgb}.hover\:border-gray-200:hover{--tw-border-opacity:1;border-left-color:235/var(--tw-border-opacity);border-bottom-color:231;border-right-color:229;border-top-color:rgb}.hover\:border-indigo-800:hover{--tw-border-opacity:1;border-left-color:163/var(--tw-border-opacity);border-bottom-color:48;border-right-color:55;border-top-color:rgb}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:#f9fafb}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb 254 202 202/var(--tw-bg-opacity)}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:#4338ca}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb 220 252 231/var(--tw-bg-opacity)}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:var(--main_col)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:#f3f4f6}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb 55 65 81/var(--tw-bg-opacity)}.hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgb 55 48 163/var(--tw-bg-opacity)}.hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgb 99 102 241/var(--tw-bg-opacity)}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb 255 255 255/var(--tw-bg-opacity)}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb 199 210 254/var(--tw-bg-opacity)}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb 219 234 254/var(--tw-bg-opacity)}.hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:rgb 252 231 243/var(--tw-bg-opacity)}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb 229 231 235/var(--tw-bg-opacity)}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgb 224 231 255/var(--tw-bg-opacity)}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb 29 78 216/var(--tw-bg-opacity)}.hover\:bg-rose-700:hover{--tw-bg-opacity:1;background-color:rgb 190 18 60/var(--tw-bg-opacity)}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb 0 0 0/var(--tw-bg-opacity)}.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb 147 51 234/var(--tw-bg-opacity)}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb 126 34 206/var(--tw-bg-opacity)}.hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb 8 145 178/var(--tw-bg-opacity)}.hover\:bg-cyan-700:hover{--tw-bg-opacity:1;background-color:rgb 14 116 144/var(--tw-bg-opacity)}.hover\:bg-rose-100:hover{--tw-bg-opacity:1;background-color:rgb 255 228 230/var(--tw-bg-opacity)}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb 185 28 28/var(--tw-bg-opacity)}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb 75 85 99/var(--tw-bg-opacity)}.hover\:bg-sky-800:hover{--tw-bg-opacity:1;background-color:rgb 7 89 133/var(--tw-bg-opacity)}.hover\:bg-teal-50:hover{--tw-bg-opacity:1;background-color:rgb 240 253 250/var(--tw-bg-opacity)}.hover\:bg-sky-400:hover{--tw-bg-opacity:1;background-color:rgb 56 189 248/var(--tw-bg-opacity)}.hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb 2 132 199/var(--tw-bg-opacity)}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb 17 24 39/var(--tw-bg-opacity)}.hover\:bg-blue-gray-50:hover{--tw-bg-opacity:1;background-color:rgb 248 250 252/var(--tw-bg-opacity)}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb 239 246 255/var(--tw-bg-opacity)}.hover\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgb 49 46 129/var(--tw-bg-opacity)}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb 156 163 175/var(--tw-bg-opacity)}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb 31 41 55/var(--tw-bg-opacity)}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb 209 213 219/var(--tw-bg-opacity)}.hover\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:#eef2ff}.hover\:bg-warm-gray-100:hover{--tw-bg-opacity:1;background-color:rgb 245 245 244/var(--tw-bg-opacity)}.hover\:bg-warm-gray-200:hover{--tw-bg-opacity:1;background-color:rgb 231 229 228/var(--tw-bg-opacity)}.hover\:bg-warm-gray-50:hover{--tw-bg-opacity:1;background-color:rgb 250 250 249/var(--tw-bg-opacity)}.hover\:bg-teal-600:hover{--tw-bg-opacity:1;background-color:rgb 13 148 136/var(--tw-bg-opacity)}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb 34 197 94/var(--tw-bg-opacity)}.hover\:bg-grape-600:hover{--tw-bg-opacity:1;background-color:rgb 147 51 234/var(--tw-bg-opacity)}.hover\:bg-grape-700:hover{--tw-bg-opacity:1;background-color:rgb 126 34 206/var(--tw-bg-opacity)}.hover\:bg-grape-50:hover{--tw-bg-opacity:1;background-color:rgb 250 245 255/var(--tw-bg-opacity)}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb 37 99 235/var(--tw-bg-opacity)}.hover\:bg-blue-gray-100:hover{--tw-bg-opacity:1;background-color:rgb 241 245 249/var(--tw-bg-opacity)}.hover\:bg-rose-600:hover{--tw-bg-opacity:1;background-color:rgb 225 29 72/var(--tw-bg-opacity)}.hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgb 129 140 248/var(--tw-bg-opacity)}.hover\:bg-orange-200:hover{--tw-bg-opacity:1;background-color:rgb 254 215 170/var(--tw-bg-opacity)}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb 191 219 254/var(--tw-bg-opacity)}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb 233 213 255/var(--tw-bg-opacity)}.hover\:bg-cyan-50:hover{--tw-bg-opacity:1;background-color:rgb 236 254 255/var(--tw-bg-opacity)}.hover\:bg-cyan-100:hover{--tw-bg-opacity:1;background-color:rgb 207 250 254/var(--tw-bg-opacity)}.hover\:bg-opacity-75:hover{--tw-bg-opacity:0.75}.hover\:bg-opacity-10:hover{--tw-bg-opacity:0.1}.hover\:bg-opacity-50:hover{--tw-bg-opacity:0.5}.hover\:bg-opacity-100:hover{--tw-bg-opacity:1}.hover\:bg-opacity-20:hover{--tw-bg-opacity:0.2}.hover\:bg-opacity-70:hover{--tw-bg-opacity:0.7}.hover\:from-purple-700:hover{--tw-gradient-from:#7e22ce;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (126 34 206/0))}.hover\:from-teal-600:hover{--tw-gradient-from:#0d9488;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb (13 148 136/0))}.hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca}.hover\:to-cyan-700:hover{--tw-gradient-to:#0e7490}.hover\:to-pink-600:hover{--tw-gradient-to:#db2777}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:#111827}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb 55 65 81/var(--tw-text-opacity)}.hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb 99 102 241/var(--tw-text-opacity)}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb 37 99 235/var(--tw-text-opacity)}.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb 202 138 4/var(--tw-text-opacity)}.hover\:text-white:hover{--tw-text-opacity:1;color:#fff}.hover\:text-indigo-100:hover{--tw-text-opacity:1;color:rgb 224 231 255/var(--tw-text-opacity)}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:#6b7280}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:#1f2937}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb 75 85 99/var(--tw-text-opacity)}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb 59 130 246/var(--tw-text-opacity)}.hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb 67 56 202/var(--tw-text-opacity)}.hover\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb 49 46 129/var(--tw-text-opacity)}.hover\:text-cyan-900:hover{--tw-text-opacity:1;color:rgb 22 78 99/var(--tw-text-opacity)}.hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgb 250 204 21/var(--tw-text-opacity)}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb 156 163 175/var(--tw-text-opacity)}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb 229 231 235/var(--tw-text-opacity)}.hover\:text-teal-700:hover{--tw-text-opacity:1;color:rgb 15 118 110/var(--tw-text-opacity)}.hover\:text-purple-500:hover{--tw-text-opacity:1;color:rgb 168 85 247/var(--tw-text-opacity)}.hover\:text-orange-900:hover{--tw-text-opacity:1;color:rgb 124 45 18/var(--tw-text-opacity)}.hover\:text-blue-gray-900:hover{--tw-text-opacity:1;color:rgb 15 23 42/var(--tw-text-opacity)}.hover\:text-blue-gray-700:hover{--tw-text-opacity:1;color:rgb 51 65 85/var(--tw-text-opacity)}.hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgb 243 244 246/var(--tw-text-opacity)}.hover\:text-warm-gray-900:hover{--tw-text-opacity:1;color:rgb 28 25 23/var(--tw-text-opacity)}.hover\:text-teal-100:hover{--tw-text-opacity:1;color:rgb 204 251 241/var(--tw-text-opacity)}.hover\:text-warm-gray-300:hover{--tw-text-opacity:1;color:rgb 214 211 209/var(--tw-text-opacity)}.hover\:text-cyan-100:hover{--tw-text-opacity:1;color:rgb 207 250 254/var(--tw-text-opacity)}.hover\:text-cyan-600:hover{--tw-text-opacity:1;color:rgb 8 145 178/var(--tw-text-opacity)}.hover\:text-warm-gray-500:hover{--tw-text-opacity:1;color:rgb 120 113 108/var(--tw-text-opacity)}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb 209 213 219/var(--tw-text-opacity)}.hover\:text-blue-100:hover{--tw-text-opacity:1;color:rgb 219 234 254/var(--tw-text-opacity)}.hover\:text-blue-gray-500:hover{--tw-text-opacity:1;color:rgb 100 116 139/var(--tw-text-opacity)}.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb 79 70 229/var(--tw-text-opacity)}.hover\:text-indigo-50:hover{--tw-text-opacity:1;color:rgb 238 242 255/var(--tw-text-opacity)}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb 239 68 68/var(--tw-text-opacity)}.hover\:text-cyan-500:hover{--tw-text-opacity:1;color:rgb 6 182 212/var(--tw-text-opacity)}.hover\:text-rose-500:hover{--tw-text-opacity:1;color:rgb 244 63 94/var(--tw-text-opacity)}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-75:hover{opacity:.75}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.focus\:relative:focus{position:relative}.focus\:z-10:focus{z-index:10}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:var(--main_col)}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-indigo-600:focus{--tw-border-opacity:1;border-left-color:229/var(--tw-border-opacity);border-bottom-color:70;border-right-color:79;border-top-color:rgb}.focus\:border-white:focus{--tw-border-opacity:1;border-left-color:255/var(--tw-border-opacity);border-bottom-color:255;border-right-color:255;border-top-color:rgb}.focus\:border-pink-500:focus{--tw-border-opacity:1;border-left-color:153/var(--tw-border-opacity);border-bottom-color:72;border-right-color:236;border-top-color:rgb}.focus\:border-blue-600:focus{--tw-border-opacity:1;border-left-color:235/var(--tw-border-opacity);border-bottom-color:99;border-right-color:37;border-top-color:rgb}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-left-color:246/var(--tw-border-opacity);border-bottom-color:130;border-right-color:59;border-top-color:rgb}.focus\:border-gray-900:focus{--tw-border-opacity:1;border-left-color:39/var(--tw-border-opacity);border-bottom-color:24;border-right-color:17;border-top-color:rgb}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-left-color:247/var(--tw-border-opacity);border-bottom-color:85;border-right-color:168;border-top-color:rgb}.focus\:border-rose-500:focus{--tw-border-opacity:1;border-left-color:94/var(--tw-border-opacity);border-bottom-color:63;border-right-color:244;border-top-color:rgb}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:#ef4444}.focus\:border-sky-500:focus{--tw-border-opacity:1;border-left-color:233/var(--tw-border-opacity);border-bottom-color:165;border-right-color:14;border-top-color:rgb}.focus\:border-blue-gray-300:focus{--tw-border-opacity:1;border-left-color:225/var(--tw-border-opacity);border-bottom-color:213;border-right-color:203;border-top-color:rgb}.focus\:border-teal-500:focus{--tw-border-opacity:1;border-left-color:166/var(--tw-border-opacity);border-bottom-color:184;border-right-color:20;border-top-color:rgb}.focus\:border-grape-500:focus{--tw-border-opacity:1;border-left-color:247/var(--tw-border-opacity);border-bottom-color:85;border-right-color:168;border-top-color:rgb}.focus\:border-orange-500:focus{--tw-border-opacity:1;border-left-color:22/var(--tw-border-opacity);border-bottom-color:115;border-right-color:249;border-top-color:rgb}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb 255 255 255/var(--tw-bg-opacity)}.focus\:bg-indigo-500:focus{--tw-bg-opacity:1;background-color:rgb 99 102 241/var(--tw-bg-opacity)}.focus\:bg-sky-900:focus{--tw-bg-opacity:1;background-color:rgb 12 74 110/var(--tw-bg-opacity)}.focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgb 75 85 99/var(--tw-bg-opacity)}.focus\:bg-opacity-100:focus{--tw-bg-opacity:1}.focus\:text-gray-900:focus{--tw-text-opacity:1;color:rgb 17 24 39/var(--tw-text-opacity)}.focus\:text-white:focus{--tw-text-opacity:1;color:#fff}.focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 156 163 175/var(--tw-placeholder-opacity)}.focus\:placeholder-gray-400:focus:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 156 163 175/var(--tw-placeholder-opacity)}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1;color:rgb 156 163 175/var(--tw-placeholder-opacity)}.focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb 107 114 128/var(--tw-placeholder-opacity)}.focus\:placeholder-gray-500:focus:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb 107 114 128/var(--tw-placeholder-opacity)}.focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity:1;color:rgb 107 114 128/var(--tw-placeholder-opacity)}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:$main_color}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (239 68 68/var(--tw-ring-opacity))}.focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (22 163 74/var(--tw-ring-opacity))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (255 255 255/var(--tw-ring-opacity))}.focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (79 70 229/var(--tw-ring-opacity))}.focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (219 39 119/var(--tw-ring-opacity))}.focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (236 72 153/var(--tw-ring-opacity))}.focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (37 99 235/var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (59 130 246/var(--tw-ring-opacity))}.focus\:ring-gray-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (17 24 39/var(--tw-ring-opacity))}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (168 85 247/var(--tw-ring-opacity))}.focus\:ring-cyan-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (6 182 212/var(--tw-ring-opacity))}.focus\:ring-rose-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (244 63 94/var(--tw-ring-opacity))}.focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (14 165 233/var(--tw-ring-opacity))}.focus\:ring-teal-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (20 184 166/var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (34 197 94/var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (74 222 128/var(--tw-ring-opacity))}.focus\:ring-grape-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (168 85 247/var(--tw-ring-opacity))}.focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (165 180 252/var(--tw-ring-opacity))}.focus\:ring-cyan-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (8 145 178/var(--tw-ring-opacity))}.focus\:ring-cyan-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (34 211 238/var(--tw-ring-opacity))}.focus\:ring-orange-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb (249 115 22/var(--tw-ring-opacity))}.focus\:ring-opacity-100:focus{--tw-ring-opacity:1}.focus\:ring-opacity-25:focus{--tw-ring-opacity:0.25}.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.focus\:ring-offset-4:focus{--tw-ring-offset-width:4px}.focus\:ring-offset-green-50:focus{--tw-ring-offset-color:#f0fdf4}.focus\:ring-offset-indigo-600:focus{--tw-ring-offset-color:#4f46e5}.focus\:ring-offset-indigo-700:focus{--tw-ring-offset-color:#4338ca}.focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.focus\:ring-offset-gray-100:focus{--tw-ring-offset-color:#f3f4f6}.focus\:ring-offset-gray-50:focus{--tw-ring-offset-color:#f9fafb}.focus\:ring-offset-sky-900:focus{--tw-ring-offset-color:#0c4a6e}.focus\:ring-offset-sky-500:focus{--tw-ring-offset-color:#0ea5e9}.focus\:ring-offset-blue-gray-50:focus{--tw-ring-offset-color:#f8fafc}.focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.focus\:ring-offset-white:focus{--tw-ring-offset-color:#fff}.focus\:ring-offset-cyan-700:focus{--tw-ring-offset-color:#0e7490}.focus\:ring-offset-rose-500:focus{--tw-ring-offset-color:#f43f5e}.focus\:ring-offset-indigo-900:focus{--tw-ring-offset-color:#312e81}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:#f3f4f6}.disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb 107 114 128/var(--tw-text-opacity)}.disabled\:opacity-30:disabled{opacity:.3}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:border-gray-400{--tw-border-opacity:1;border-left-color:175/var(--tw-border-opacity);border-bottom-color:163;border-right-color:156;border-top-color:rgb}.group:hover .group-hover\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb 31 41 55/var(--tw-bg-opacity)}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgb 229 231 235/var(--tw-bg-opacity)}.group:hover .group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb}.group:hover .group-hover\:bg-indigo-800{--tw-bg-opacity:1;background-color:rgb 55 48 163/var(--tw-bg-opacity)}.group:hover .group-hover\:bg-gray-300{--tw-bg-opacity:1;background-color:rgb 209 213 219/var(--tw-bg-opacity)}.group:hover .group-hover\:bg-gray-400{--tw-bg-opacity:1;background-color:rgb 156 163 175/var(--tw-bg-opacity)}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb 107 114 128/var(--tw-text-opacity)}.group:hover .group-hover\:text-gray-900{--tw-text-opacity:1;color:rgb 17 24 39/var(--tw-text-opacity)}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgb 55 65 81/var(--tw-text-opacity)}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb 255 255 255/var(--tw-text-opacity)}.group:hover .group-hover\:text-gray-300{--tw-text-opacity:1;color:rgb 209 213 219/var(--tw-text-opacity)}.group:hover .group-hover\:text-gray-200{--tw-text-opacity:1;color:rgb 229 231 235/var(--tw-text-opacity)}.group:hover .group-hover\:text-indigo-600{--tw-text-opacity:1;color:rgb 79 70 229/var(--tw-text-opacity)}.group:hover .group-hover\:text-blue-700{--tw-text-opacity:1;color:rgb 29 78 216/var(--tw-text-opacity)}.group:hover .group-hover\:text-pink-700{--tw-text-opacity:1;color:rgb 190 24 93/var(--tw-text-opacity)}.group:hover .group-hover\:text-indigo-700{--tw-text-opacity:1;color:rgb 67 56 202/var(--tw-text-opacity)}.group:hover .group-hover\:text-gray-600{--tw-text-opacity:1;color:rgb 75 85 99/var(--tw-text-opacity)}.group:hover .group-hover\:text-indigo-500{--tw-text-opacity:1;color:rgb 99 102 241/var(--tw-text-opacity)}.group:hover .group-hover\:text-gray-400{--tw-text-opacity:1;color:rgb 156 163 175/var(--tw-text-opacity)}.group:hover .group-hover\:text-teal-500{--tw-text-opacity:1;color:rgb 20 184 166/var(--tw-text-opacity)}.group:hover .group-hover\:text-blue-gray-500{--tw-text-opacity:1;color:rgb 100 116 139/var(--tw-text-opacity)}.group:hover .group-hover\:text-blue-gray-900{--tw-text-opacity:1;color:rgb 15 23 42/var(--tw-text-opacity)}.group:hover .group-hover\:text-blue-gray-700{--tw-text-opacity:1;color:rgb 51 65 85/var(--tw-text-opacity)}.group:hover .group-hover\:text-indigo-400{--tw-text-opacity:1;color:rgb 129 140 248/var(--tw-text-opacity)}.group:hover .group-hover\:text-indigo-900{--tw-text-opacity:1;color:rgb 49 46 129/var(--tw-text-opacity)}.group:hover .group-hover\:text-indigo-800{--tw-text-opacity:1;color:rgb 55 48 163/var(--tw-text-opacity)}.group:hover .group-hover\:text-gray-800{--tw-text-opacity:1;color:rgb 31 41 55/var(--tw-text-opacity)}.group:hover .group-hover\:text-gray-100{--tw-text-opacity:1;color:rgb 243 244 246/var(--tw-text-opacity)}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-75{opacity:.75}.group:focus .group-focus\:visible{visibility:visible}@media (prefers-color-scheme:dark){.dark\:text-gray-400{--tw-text-opacity:1;color:rgb 156 163 175/var(--tw-text-opacity)}}@media (min-width:640px){.sm\:aspect-w-2{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:2}.sm\:aspect-w-2>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.sm\:columns-2{column-count:2}.sm\:columns-1{column-count:1}.sm\:columns-3xs{columns:16rem}.sm\:columns-3{column-count:3}.sm\:aspect-h-3{--tw-aspect-h:3}.sm\:aspect-h-1{--tw-aspect-h:1}.sm\:aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:1}.sm\:aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.sm\:aspect-w-5{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:5}.sm\:aspect-w-5>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.sm\:aspect-h-2{--tw-aspect-h:2}.sm\:aspect-w-4{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:4}.sm\:aspect-w-4>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.sm\:aspect-h-5{--tw-aspect-h:5}.sm\:aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:16}.sm\:aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.sm\:aspect-h-7{--tw-aspect-h:7}.sm\:aspect-w-3{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:3}.sm\:aspect-w-3>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.sm\:aspect-h-4{--tw-aspect-h:4}.sm\:aspect-none{position:static;padding-bottom:0}.sm\:aspect-none>*{top:auto;right:auto;bottom:auto;left:auto}.sm\:aspect-none>*,.sm\:not-sr-only{position:static;height:auto;width:auto}.sm\:not-sr-only{padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:static{position:static}.sm\:fixed{position:fixed}.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:inset-0{top:0;right:0;bottom:0;left:0}.sm\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.sm\:inset-y-0{top:0;bottom:0}.sm\:left-auto{left:auto}.sm\:right-0{right:0}.sm\:left-16{left:4rem}.sm\:left-6{left:1.5rem}.sm\:top-0{top:0}.sm\:top-8{top:2rem}.sm\:right-6{right:1.5rem}.sm\:top-6{top:1.5rem}.sm\:left-1\/2{left:50%}.sm\:order-1{order:1}.sm\:order-last{order:9999}.sm\:order-first{order:-9999}.sm\:order-2{order:2}.sm\:order-3{order:3}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-5{grid-column:span 5/span 5}.sm\:col-span-9{grid-column:span 9/span 9}.sm\:col-span-7{grid-column:span 7/span 7}.sm\:col-span-12{grid-column:span 12/span 12}.sm\:col-span-8{grid-column:span 8/span 8}.sm\:col-start-3{grid-column-start:3}.sm\:col-start-6{grid-column-start:6}.sm\:col-start-2{grid-column-start:2}.sm\:col-start-1{grid-column-start:1}.sm\:row-span-2{grid-row:span 2/span 2}.sm\:row-start-1{grid-row-start:1}.sm\:m-0{margin:0}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:mt-0{margin-top:0}.sm\:ml-6{margin-left:1.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:-mt-16{margin-top:-4rem}.sm\:mt-2{margin-top:.5rem}.sm\:ml-2{margin-left:.5rem}.sm\:-mr-1{margin-right:-.25rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-px{margin-top:1px}.sm\:ml-0{margin-left:0}.sm\:mt-1{margin-top:.25rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mb-0{margin-bottom:0}.sm\:mr-4{margin-right:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-4{margin-top:1rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-auto{margin-left:auto}.sm\:-ml-10{margin-left:-2.5rem}.sm\:mt-8{margin-top:2rem}.sm\:-mt-8{margin-top:-2rem}.sm\:ml-5{margin-left:1.25rem}.sm\:ml-16{margin-left:4rem}.sm\:-ml-1{margin-left:-.25rem}.sm\:ml-7{margin-left:1.75rem}.sm\:ml-8{margin-left:2rem}.sm\:ml-40{margin-left:10rem}.sm\:mt-16{margin-top:4rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-24{margin-top:6rem}.sm\:mt-32{margin-top:8rem}.sm\:-mt-20{margin-top:-5rem}.sm\:mt-3{margin-top:.75rem}.sm\:ml-32{margin-left:8rem}.sm\:-mr-2{margin-right:-.5rem}.sm\:ml-24{margin-left:6rem}.sm\:-mb-24{margin-bottom:-6rem}.sm\:mt-12{margin-top:3rem}.sm\:-mb-48{margin-bottom:-12rem}.sm\:-mt-32{margin-top:-8rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:table-cell{display:table-cell}.sm\:grid{display:grid}.sm\:inline-grid{display:inline-grid}.sm\:hidden{display:none}.sm\:h-6{height:1.5rem}.sm\:h-96{height:24rem}.sm\:h-32{height:8rem}.sm\:h-36{height:9rem}.sm\:h-screen{height:100vh}.sm\:h-10{height:2.5rem}.sm\:h-56{height:14rem}.sm\:h-20{height:5rem}.sm\:h-24{height:6rem}.sm\:h-40{height:10rem}.sm\:h-full{height:100%}.sm\:h-64{height:16rem}.sm\:h-48{height:12rem}.sm\:h-auto{height:auto}.sm\:h-2\/3{height:66.666667%}.sm\:h-72{height:18rem}.sm\:h-12{height:3rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:w-32{width:8rem}.sm\:w-0{width:0}.sm\:w-10{width:2.5rem}.sm\:w-40{width:10rem}.sm\:w-16{width:4rem}.sm\:w-64{width:16rem}.sm\:w-48{width:12rem}.sm\:w-2\/5{width:40%}.sm\:w-1\/3{width:33.333333%}.sm\:w-20{width:5rem}.sm\:w-24{width:6rem}.sm\:w-12{width:3rem}.sm\:w-1\/2{width:50%}.sm\:min-w-0{min-width:0}.sm\:max-w-xs{max-width:20rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-none{max-width:none}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-7xl{max-width:80rem}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-auto{flex:1 1 auto}.sm\:flex-none{flex:none}.sm\:flex-shrink-0{flex-shrink:0}.sm\:flex-grow-0{flex-grow:0}.sm\:translate-x-full{--tw-translate-x:100%}.sm\:translate-x-0,.sm\:translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-0{--tw-translate-x:0px}.sm\:translate-y-0{--tw-translate-y:0px}.sm\:translate-x-2,.sm\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-2{--tw-translate-x:0.5rem}.sm\:translate-y-px{--tw-translate-y:1px}.sm\:translate-x-8,.sm\:translate-y-px{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-8{--tw-translate-x:2rem}.sm\:translate-x-1\/4{--tw-translate-x:25%}.sm\:-translate-y-1\/2,.sm\:translate-x-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:-translate-y-1\/2{--tw-translate-y:-50%}.sm\:translate-x-16{--tw-translate-x:4rem}.sm\:translate-x-1\/2,.sm\:translate-x-16{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-1\/2{--tw-translate-x:50%}.sm\:-translate-x-1\/2{--tw-translate-x:-50%}.sm\:-translate-x-1\/2,.sm\:scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.sm\:scale-95,.sm\:transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-flow-col{grid-auto-flow:column}.sm\:grid-flow-row-dense{grid-auto-flow:row dense}.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.sm\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.sm\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.sm\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:items-baseline{align-items:baseline}.sm\:items-stretch{align-items:stretch}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:justify-around{justify-content:space-around}.sm\:-left-6{left:-1.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-px{gap:1px}.sm\:gap-3{gap:.75rem}.sm\:gap-0{gap:0}.sm\:gap-8{gap:2rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-12{gap:3rem}.sm\:gap-16{gap:4rem}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.sm\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.sm\:gap-y-10{row-gap:2.5rem}.sm\:gap-y-0{row-gap:0}.sm\:gap-y-16{row-gap:4rem}.sm\:gap-y-12{row-gap:3rem}.sm\:gap-y-8{row-gap:2rem}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem*var(--tw-space-x-reverse));margin-left:calc(0.75rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.sm\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.sm\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.sm\:space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.sm\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*(1 - var(--tw-space-x-reverse)))}.sm\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.sm\:space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.sm\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.sm\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.sm\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.sm\:divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:235/var(--tw-divide-opacity);border-bottom-color:231;border-right-color:229;border-top-color:rgb}.sm\:self-stretch{align-self:stretch}.sm\:overflow-hidden{overflow:hidden}.sm\:overflow-visible{overflow:visible}.sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-6xl{border-radius:5rem}.sm\:rounded-5xl{border-radius:3rem}.sm\:rounded-none{border-radius:0}.sm\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.sm\:rounded-tr-none{border-top-right-radius:0}.sm\:rounded-tr-lg{border-top-right-radius:.5rem}.sm\:rounded-bl-lg{border-bottom-left-radius:.5rem}.sm\:rounded-bl-none{border-bottom-left-radius:0}.sm\:border{border-width:1px}.sm\:border-0{border-width:0}.sm\:border-t-0{border-top-width:0}.sm\:border-t{border-top-width:1px}.sm\:border-b{border-bottom-width:1px}.sm\:border-l{border-left-width:1px}.sm\:border-r{border-right-width:1px}.sm\:border-none{border-style:none}.sm\:border-gray-200{--tw-border-opacity:1;border-left-color:235/var(--tw-border-opacity);border-bottom-color:231;border-right-color:229;border-top-color:rgb}.sm\:border-transparent{border-color:transparent}.sm\:bg-gray-600{--tw-bg-opacity:1;background-color:rgb 75 85 99/var(--tw-bg-opacity)}.sm\:bg-gray-500{--tw-bg-opacity:1;background-color:rgb 107 114 128/var(--tw-bg-opacity)}.sm\:bg-transparent{background-color:transparent}.sm\:bg-opacity-75{--tw-bg-opacity:0.75}.sm\:bg-opacity-25{--tw-bg-opacity:0.25}.sm\:bg-top{background-position:top}.sm\:p-6{padding:1.5rem}.sm\:p-0{padding:0}.sm\:p-12{padding:3rem}.sm\:p-16{padding:4rem}.sm\:p-8{padding:2rem}.sm\:p-10{padding:2.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:py-40{padding-top:10rem;padding-bottom:10rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-64{padding-top:16rem;padding-bottom:16rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pl-3{padding-left:.75rem}.sm\:pt-3{padding-top:.75rem}.sm\:pr-8{padding-right:2rem}.sm\:pt-0{padding-top:0}.sm\:pb-1{padding-bottom:.25rem}.sm\:pt-5{padding-top:1.25rem}.sm\:pt-2{padding-top:.5rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-1{padding-top:.25rem}.sm\:pl-14{padding-left:3.5rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pl-4{padding-left:1rem}.sm\:pr-0{padding-right:0}.sm\:pl-5{padding-left:1.25rem}.sm\:pb-0{padding-bottom:0}.sm\:pl-16{padding-left:4rem}.sm\:pr-4{padding-right:1rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pb-7{padding-bottom:1.75rem}.sm\:pr-20{padding-right:5rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-16{padding-top:4rem}.sm\:pb-24{padding-bottom:6rem}.sm\:pt-8{padding-top:2rem}.sm\:pt-24{padding-top:6rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pr-12{padding-right:3rem}.sm\:pt-14{padding-top:3.5rem}.sm\:pb-40{padding-bottom:10rem}.sm\:pr-9{padding-right:2.25rem}.sm\:pt-32{padding-top:8rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pr-2{padding-right:.5rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pl-12{padding-left:3rem}.sm\:pr-10{padding-right:2.5rem}.sm\:pl-1{padding-left:.25rem}.sm\:pt-20{padding-top:5rem}.sm\:pb-16{padding-bottom:4rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pt-12{padding-top:3rem}.sm\:pb-64{padding-bottom:16rem}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:align-middle{vertical-align:middle}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:leading-9{line-height:2.25rem}.sm\:leading-none{line-height:1}.sm\:tracking-tight{letter-spacing:-.025em}.sm\:text-gray-700{--tw-text-opacity:1;color:rgb 55 65 81/var(--tw-text-opacity)}.sm\:opacity-100{opacity:1}.sm\:opacity-0{opacity:0}.sm\:shadow-lg{--tw-shadow:0 10px 15px -3px rgb (0 0 0/0.1),0 4px 6px -4px rgba(0,0,0,0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.sm\:shadow,.sm\:shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.sm\:shadow{--tw-shadow:0 1px 3px 0 rgb (0 0 0/0.1),0 1px 2px -1px rgb (0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.sm\:shadow-none{--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent}.sm\:shadow-none,.sm\:shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.sm\:shadow-sm{--tw-shadow:0 1px 2px 0 rgb (0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.sm\:ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.sm\:transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sm\:duration-300{transition-duration:.3s}.sm\:duration-700{transition-duration:.7s}.sm\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.sm\:hover\:bg-opacity-50:hover{--tw-bg-opacity:0.5}.sm\:min-h-24{min-height:24rem}}@media (min-width:768px){.md\:aspect-w-2{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:2}.md\:aspect-w-2>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.md\:aspect-h-1{--tw-aspect-h:1}.md\:columns-2{column-count:2}.md\:columns-1{column-count:1}.md\:columns-3xs{columns:16rem}.md\:columns-3{column-count:3}.md\:static{position:static}.md\:fixed{position:fixed}.md\:absolute{position:absolute}.md\:inset-y-0{top:0;bottom:0}.md\:left-0{left:0}.md\:right-0{right:0}.md\:top-3{top:.75rem}.md\:top-6{top:1.5rem}.md\:right-6{right:1.5rem}.md\:order-2{order:2}.md\:order-1{order:1}.md\:w-80{width:20rem}.md\:w-96{width:24rem}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-start-3{grid-column-start:3}.md\:col-start-2{grid-column-start:2}.md\:col-start-4{grid-column-start:4}.md\:row-span-2{grid-row:span 2/span 2}.md\:row-start-1{grid-row-start:1}.md\:row-start-2{grid-row-start:2}.md\:row-end-2{grid-row-end:2}.md\:row-end-1{grid-row-end:1}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:mt-0{margin-top:0}.md\:ml-6{margin-left:1.5rem}.md\:ml-0{margin-left:0}.md\:ml-4{margin-left:1rem}.md\:-mt-px{margin-top:-1px}.md\:mt-2{margin-top:.5rem}.md\:mt-10{margin-top:2.5rem}.md\:mt-14{margin-top:3.5rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mt-1{margin-top:.25rem}.md\:mt-12{margin-top:3rem}.md\:mt-16{margin-top:4rem}.md\:mt-21{margin-top:5.5rem}.md\:mt-32{margin-top:8rem}.md\:mb-2{margin-bottom:.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-17{margin-bottom:6.5rem}.md\:ml-auto{margin-left:auto}.md\:-mr-16{margin-right:-4rem}.md\:mr-16{margin-right:4rem}.md\:-ml-16{margin-left:-4rem}.md\:ml-16{margin-left:4rem}.md\:ml-12{margin-left:3rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-8{margin-top:2rem}.md\:ml-10{margin-left:2.5rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:table-cell{display:table-cell}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-screen{height:100vh}.md\:h-72{height:18rem}.md\:h-40{height:10rem}.md\:h-full{height:100%}.md\:h-96{height:24rem}.md\:min-h-\[896px\]{min-height:896px}.md\:w-20{width:5rem}.md\:w-48{width:12rem}.md\:w-64{width:16rem}.md\:w-9{width:2.25rem}.md\:w-auto{width:auto}.md\:w-72{width:18rem}.md\:w-1\/2{width:50%}.md\:min-w-0{min-width:0}.md\:max-w-3xl{max-width:48rem}.md\:max-w-full{max-width:100%}.md\:max-w-4xl{max-width:56rem}.md\:max-w-2xl{max-width:42rem}.md\:max-w-none{max-width:none}.md\:max-w-xl{max-width:36rem}.md\:flex-1{flex:1 1 0%}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-grow{flex-grow:1}.md\:translate-y-0{--tw-translate-y:0px}.md\:-translate-y-24,.md\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:-translate-y-24{--tw-translate-y:-6rem}.md\:-translate-y-1\/2{--tw-translate-y:-50%}.md\:-translate-y-1\/2,.md\:translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:translate-y-1\/2{--tw-translate-y:50%}.md\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.md\:scale-95,.md\:scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:scale-100{--tw-scale-x:1;--tw-scale-y:1}.md\:grid-flow-col{grid-auto-flow:column}.md\:auto-rows-min{grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:place-items-center{place-items:center}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:gap-y-16{row-gap:4rem}.md\:gap-y-0{row-gap:0}.md\:gap-y-12{row-gap:3rem}.md\:gap-y-10{row-gap:2.5rem}.md\:p-0{padding:0}.md\:h-auto{height:auto}.md\:rounded-6xl{border-radius:5rem}.md\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem*var(--tw-space-x-reverse));margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)))}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem*var(--tw-space-x-reverse));margin-left:calc(0.75rem*(1 - var(--tw-space-x-reverse)))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))}.md\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.5rem*var(--tw-space-x-reverse));margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)))}.md\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.md\:divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:235/var(--tw-divide-opacity);border-bottom-color:231;border-right-color:229;border-top-color:rgb}.md\:overflow-y-auto{overflow-y:auto}.md\:rounded-lg{border-radius:.5rem}.md\:border-l-0{border-left-width:0}.md\:border-t-4{border-top-width:4px}.md\:border-t-0{border-top-width:0}.md\:border-r{border-right-width:1px}.md\:border-l{border-left-width:1px}.md\:border-indigo-900{--tw-border-opacity:1;border-left-color:129/var(--tw-border-opacity);border-bottom-color:46;border-right-color:49;border-top-color:rgb}.md\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb 31 41 55/var(--tw-bg-opacity)}.md\:bg-white{--tw-bg-opacity:1;background-color:rgb 255 255 255/var(--tw-bg-opacity)}.md\:rounded-none{border-radius:0}.md\:p-20{padding:5rem}.md\:p-6{padding:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:p-8{padding:2rem}.md\:pl-64{padding-left:16rem}.md\:pr-14{padding-right:3.5rem}.md\:pl-14{padding-left:3.5rem}.md\:pl-4{padding-left:1rem}.md\:pr-6{padding-right:1.5rem}.md\:pl-0{padding-left:0}.md\:pt-4{padding-top:1rem}.md\:pb-0{padding-bottom:0}.md\:pr-0{padding-right:0}.md\:pt-0{padding-top:0}.md\:pl-10{padding-left:2.5rem}.md\:pb-20{padding-bottom:5rem}.md\:pr-4{padding-right:1rem}.md\:pb-4{padding-bottom:1rem}.md\:pr-10{padding-right:2.5rem}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:align-middle{vertical-align:middle}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:float-right{float:right}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:#f9fafb}.md\:flex-nowrap{flex-wrap:nowrap}}@media (min-width:1024px){.lg\:aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:1}.lg\:aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-h-1{--tw-aspect-h:1}.lg\:aspect-w-5{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:5}.lg\:aspect-w-5>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-h-6{--tw-aspect-h:6}.lg\:aspect-w-3{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:3}.lg\:aspect-w-3>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-h-4{--tw-aspect-h:4}.lg\:columns-2{column-count:2}.lg\:columns-1{column-count:1}.lg\:columns-3xs{columns:16rem}.lg\:columns-3{column-count:3}.first\:pt-0:first-child{padding-top:0}.first\:mt-0:first-child{margin-top:0}.last\:pb-0:last-child{padding-bottom:0}.last\:mb-0:last-child{margin-bottom:0}.lg\:aspect-none{position:static;padding-bottom:0}.lg\:aspect-none>*{position:static;height:auto;width:auto;top:auto;right:auto;bottom:auto;left:auto}.lg\:static{position:static}.lg\:fixed{position:fixed}.lg\:sticky{position:-webkit-sticky;position:sticky}.lg\:\[writing-mode\:vertical-rl\]{writing-mode:vertical-rl}.lg\:leading-7{line-height:1.75rem}.lg\:whitespace-normal{white-space:normal}.lg\:hover\:bg-white\/5:hover{background-color:hsla(0,0%,100%,.05)}.hover\:bg-white\/10:hover{background-color:hsla(0,0%,100%,.1)}.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:inset-0{right:0;left:0}.lg\:inset-0,.lg\:inset-y-0{top:0;bottom:0}.lg\:inset-x-auto{left:auto;right:auto}.lg\:-inset-y-32{top:-8rem;bottom:-8rem}.lg\:left-\[-100vw\]{left:-100vw}.lg\:-mr-40{margin-right:-10rem}.lg\:mr-20{margin-right:5rem}.lg\:top-auto{top:auto}.lg\:top-8{top:2rem}.lg\:right-8{right:2rem}.lg\:top-0{top:0}.lg\:top-51{top:5.313rem}.lg\:right-0{right:0}.lg\:left-1\/2{left:50%}.lg\:top-1\/2{top:50%}.lg\:top-full{top:100%}.lg\:left-auto{left:auto}.lg\:left-0{left:0}.lg\:right-auto{right:auto}.lg\:bottom-1\/2{bottom:50%}.lg\:right-72{right:18rem}.lg\:-right-8{right:-2rem}.lg\:top-12{top:3rem}.lg\:right-full{right:100%}.lg\:left-80{left:20rem}.lg\:z-10{z-index:10}.lg\:order-last{order:9999}.lg\:order-first{order:-9999}.lg\:w-\[67\.8125rem\]{width:67.8125rem}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-9{grid-column:span 9/span 9}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-10{grid-column:span 10/span 10}.lg\:col-start-8{grid-column-start:8}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-3{grid-column-start:3}.lg\:col-start-2{grid-column-start:2}.lg\:col-start-9{grid-column-start:9}.lg\:col-start-6{grid-column-start:6}.lg\:col-start-5{grid-column-start:5}.lg\:col-start-4{grid-column-start:4}.lg\:col-end-13{grid-column-end:13}.lg\:col-end-3{grid-column-end:3}.lg\:col-end-6{grid-column-end:6}.lg\:col-end-8{grid-column-end:8}.lg\:row-span-3{grid-row:span 3/span 3}.lg\:border-x{border-left-width:1px;border-right-width:1px}.lg\:border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6}.lg\:row-span-2{grid-row:span 2/span 2}.lg\:row-start-1{grid-row-start:1}.lg\:row-start-2{grid-row-start:2}.lg\:row-end-1{grid-row-end:1}.lg\:row-end-2{grid-row-end:2}.lg\:row-end-3{grid-row-end:3}.lg\:row-end-4{grid-row-end:4}.lg\:m-0{margin:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.lg\:ml-10{margin-left:2.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:ml-4{margin-left:1rem}.lg\:mt-9{margin-top:2.25rem}.lg\:ml-0{margin-left:0}.lg\:mt-0{margin-top:0}.lg\:ml-8{margin-left:2rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-2{margin-top:.5rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-10{margin-top:2.5rem}.lg\:-mr-1\.5{margin-right:-.375rem}.lg\:-mr-1{margin-right:-.25rem}.lg\:ml-auto{margin-left:auto}.lg\:mr-0{margin-right:0}.lg\:mt-16{margin-top:4rem}.lg\:-mb-80{margin-bottom:-20rem}.lg\:mt-20{margin-top:5rem}.lg\:mt-28{margin-top:7rem}.lg\:mb-0{margin-bottom:0}.lg\:mt-32{margin-top:8rem}.lg\:-ml-4{margin-left:-1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:block{display:block}.lg\:right-\[-100vw\]{right:-100vw}.lg\:-top-32{top:-8rem}.lg\:bottom-0{bottom:0}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:table-cell{display:table-cell}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:w-40{width:10rem}.lg\:h-0{height:0}.lg\:h-full{height:100%}.lg\:h-\[1160px\]{height:1160px}.lg\:h-16{height:4rem}.lg\:h-48{height:12rem}.lg\:h-auto{height:auto}.lg\:h-\[816px\]{height:816px}.lg\:h-\[1147px\]{height:1147px}.lg\:h-\[1038px\]{height:1038px}.lg\:h-28{height:7rem}.lg\:h-1{height:.25rem}.lg\:h-96{height:24rem}.lg\:h-52{height:13rem}.lg\:h-80{height:20rem}.lg\:h-72{height:18rem}.lg\:h-2\/3{height:66.666667%}.lg\:h-20{height:5rem}.lg\:h-24{height:6rem}.lg\:min-h-screen{min-height:100vh}.lg\:min-h-36{min-height:36rem}.lg\:min-h-\[768px\]{min-height:768px}.lg\:min-h-\[192px\]{min-height:192px}.lg\:min-h-full{min-height:100%}.lg\:min-h-\[700px\]{min-height:700px}.lg\:min-h-\[1100px\]{min-height:1100px}.lg\:min-h-\[592px\]{min-height:592px}.lg\:min-h-\[583px\]{min-height:583px}.lg\:min-h-\[851px\]{min-height:851px}.lg\:min-h-\[464px\]{min-height:464px}.lg\:w-80{width:20rem}.lg\:w-64{width:16rem}.lg\:w-20{width:5rem}.lg\:w-96{width:24rem}.lg\:w-48{width:12rem}.lg\:w-16{width:4rem}.lg\:w-112{width:28rem}.lg\:w-full{width:100%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/2{width:50%}.lg\:w-52{width:13rem}.lg\:w-auto{width:auto}.lg\:w-0{width:0}.lg\:w-72{width:18rem}.lg\:w-screen{width:100vw}.lg\:border-t-2{border-top-width:2px}.xl\:ml-120{margin-left:30rem}.lg\:ml-112{margin-left:28rem}.lg\:mb-28{margin-bottom:7rem}.lg\:w-24{width:6rem}.lg\:min-w-0{min-width:0}.lg\:max-w-none{max-width:none}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-xs{max-width:20rem}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-6xl{max-width:72rem}.lg\:max-w-md{max-width:28rem}.lg\:max-w-lg{max-width:32rem}.lg\:max-w-5xl{max-width:64rem}.lg\:max-w-2xl{max-width:42rem}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-xl{max-width:36rem}.lg\:flex-1{flex:1 1 0%}.lg\:flex-none{flex:none}.lg\:auto-cols-auto{grid-auto-columns:auto}.lg\:grid-cols-none{grid-template-columns:none}.lg\:grid-flow-col{grid-auto-flow:column}.lg\:flex-auto{flex:1 1 auto}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-grow-0{flex-grow:0}.lg\:-translate-y-1\/2{--tw-translate-y:-50%}.lg\:-translate-y-1\/2,.lg\:translate-x-8{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-x-8{--tw-translate-x:2rem}.lg\:-translate-y-72{--tw-translate-y:-18rem}.lg\:-translate-y-72,.lg\:translate-y-20{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-y-20{--tw-translate-y:5rem}.lg\:translate-x-2\/3{--tw-translate-x:66.666667%}.lg\:translate-x-2\/3,.lg\:translate-y-1\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-y-1\/4{--tw-translate-y:25%}.lg\:-translate-x-1\/2{--tw-translate-x:-50%}.lg\:-translate-x-1\/2,.lg\:translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:translate-x-1\/2{--tw-translate-x:50%}.lg\:translate-x-full{--tw-translate-x:100%}.lg\:-translate-x-3\/4,.lg\:translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:-translate-x-3\/4{--tw-translate-x:-75%}.lg\:grid-flow-row-dense{grid-auto-flow:row dense}.lg\:grid-flow-col-dense{grid-auto-flow:column dense}.lg\:border-slate-200{--tw-border-opacity:1;border-color:#e2e8f0}.lg\:auto-rows-min{grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.lg\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.lg\:grid-rows-\[auto\2c auto\2c 1fr\]{grid-template-rows:auto auto 1fr}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-8{gap:2rem}.lg\:gap-px{gap:1px}.lg\:gap-x-32{column-gap:8rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-24{gap:6rem}.lg\:gap-4{gap:1rem}.lg\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.lg\:gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\:gap-y-0{row-gap:0}.lg\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.lg\:gap-y-16{row-gap:4rem}.lg\:gap-y-8{row-gap:2rem}.lg\:gap-y-10{row-gap:2.5rem}.lg\:gap-y-12{row-gap:3rem}.lg\:gap-y-5{row-gap:1.25rem}.lg\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.lg\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem*var(--tw-space-x-reverse));margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))}.lg\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.lg\:space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6rem*var(--tw-space-x-reverse));margin-left:calc(6rem*(1 - var(--tw-space-x-reverse)))}.lg\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*(1 - var(--tw-space-x-reverse)))}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.lg\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.lg\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.lg\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.lg\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.lg\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:81/var(--tw-divide-opacity);border-bottom-color:65;border-right-color:55;border-top-color:rgb}.lg\:divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-left-color:235/var(--tw-divide-opacity);border-bottom-color:231;border-right-color:229;border-top-color:rgb}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:self-center{align-self:center}.lg\:self-stretch{align-self:stretch}.lg\:overflow-hidden{overflow:hidden}.lg\:overflow-y-auto{overflow-y:auto}.lg\:overflow-y-visible{overflow-y:visible}.lg\:rounded-md{border-radius:.375rem}.lg\:rounded-none{border-radius:0}.lg\:rounded-lg{border-radius:.5rem}.lg\:rounded-3xl{border-radius:1.5rem}.lg\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.lg\:rounded-tl-lg{border-top-left-radius:.5rem}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:border-0{border-width:0}.lg\:border-l{border-left-width:1px}.lg\:border-b{border-bottom-width:1px}.lg\:border-r{border-right-width:1px}.lg\:border-t{border-top-width:1px}.lg\:border-t-0{border-top-width:0}.lg\:border-none{border-style:none}.lg\:border-gray-200{--tw-border-opacity:1;border-left-color:235/var(--tw-border-opacity);border-bottom-color:231;border-right-color:229;border-top-color:rgb}.lg\:border-indigo-400{border-left-color:248/var(--tw-border-opacity);border-bottom-color:140;border-right-color:129}.lg\:border-indigo-400,.lg\:border-white{--tw-border-opacity:1;border-top-color:rgb}.lg\:border-white{border-left-color:255/var(--tw-border-opacity);border-bottom-color:255;border-right-color:255}.lg\:border-sky-800{--tw-border-opacity:1;border-left-color:133/var(--tw-border-opacity);border-bottom-color:89;border-right-color:7;border-top-color:rgb}.lg\:border-opacity-25{--tw-border-opacity:0.25}.lg\:border-opacity-20{--tw-border-opacity:0.2}.lg\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb 31 41 55/var(--tw-bg-opacity)}.lg\:bg-slate-100{--tw-bg-opacity:1;background-color:#f1f5f9}.lg\:bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6}.lg\:bg-white{--tw-bg-opacity:1;background-color:#fff}.lg\:bg-transparent{background-color:transparent}.lg\:bg-none{background-image:none}.lg\:p-2{padding:.5rem}.lg\:p-5{padding:1.25rem}.lg\:p-8{padding:2rem}.lg\:p-0{padding:0}.lg\:p-20{padding:5rem}.lg\:p-12{padding:3rem}.lg\:p-6{padding:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:py-64{padding-top:16rem;padding-bottom:16rem}.lg\:py-48{padding-top:12rem;padding-bottom:12rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:pl-8{padding-left:2rem}.lg\:pr-8{padding-right:2rem}.lg\:pr-0\.5{padding-right:.125rem}.lg\:pr-0{padding-right:0}.lg\:pl-64{padding-left:16rem}.lg\:pt-5{padding-top:1.25rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-2{padding-left:.5rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pb-8{padding-bottom:2rem}.lg\:pl-9{padding-left:2.25rem}.lg\:pt-0{padding-top:0}.lg\:pb-24{padding-bottom:6rem}.lg\:pt-16{padding-top:4rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pr-4{padding-right:1rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pl-0{padding-left:0}.lg\:pr-16{padding-right:4rem}.lg\:pt-40{padding-top:10rem}.lg\:pb-48{padding-bottom:12rem}.lg\:pt-24{padding-top:6rem}.lg\:pb-28{padding-bottom:7rem}.lg\:pr-72{padding-right:18rem}.lg\:pt-20{padding-top:5rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pt-8{padding-top:2rem}.lg\:pb-14{padding-bottom:3.5rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pl-12{padding-left:3rem}.lg\:pb-0{padding-bottom:0}.lg\:pt-12{padding-top:3rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-16{padding-left:4rem}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:opacity-100{opacity:1}.lg\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)}.lg\:ring-black{--tw-ring-opacity:1;--tw-ring-color:#000}.lg\:ring-opacity-5{--tw-ring-opacity:0.05}.lg\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:#f9fafb}.lg\:flex-nowrap{flex-wrap:nowrap}}@media (min-width:1280px){.xl\:aspect-w-7{position:relative;padding-bottom:calc(var(--tw-aspect-h)/var(--tw-aspect-w)*100%);--tw-aspect-w:7}.xl\:aspect-w-7>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.xl\:aspect-h-8{--tw-aspect-h:8}.xl\:static{position:static}.xl\:absolute{position:absolute}.xl\:relative{position:relative}.xl\:inset-0{right:0;left:0}.xl\:inset-0,.xl\:inset-y-0{top:0;bottom:0}.xl\:top-auto{top:auto}.xl\:right-auto{right:auto}.xl\:bottom-auto{bottom:auto}.xl\:top-0{top:0}.xl\:right-0{right:0}.xl\:left-0{left:0}.xl\:order-last{order:9999}.xl\:order-first{order:-9999}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:col-span-6{grid-column:span 6/span 6}.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-8{grid-column:span 8/span 8}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-span-9{grid-column:span 9/span 9}.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-start-9{grid-column-start:9}.xl\:col-start-5{grid-column-start:5}.xl\:col-start-4{grid-column-start:4}.xl\:col-start-2{grid-column-start:2}.xl\:col-start-1{grid-column-start:1}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:mt-0{margin-top:0}.xl\:ml-3\.5{margin-left:.875rem}.xl\:ml-3{margin-left:.75rem}.xl\:mt-10{margin-top:2.5rem}.xl\:ml-4{margin-left:1rem}.xl\:ml-0{margin-left:0}.xl\:mt-3{margin-top:.75rem}.xl\:-mt-20{margin-top:-5rem}.xl\:-mr-20{margin-right:-5rem}.xl\:mt-28{margin-top:7rem}.xl\:ml-8{margin-left:2rem}.xl\:block{display:block}.xl\:inline{display:inline}.xl\:flex{display:flex}.xl\:grid{display:grid}.xl\:hidden{display:none}.xl\:h-80{height:20rem}.xl\:h-full{height:100%}.xl\:h-56{height:14rem}.xl\:w-64{width:16rem}.xl\:w-full{width:100%}.xl\:w-auto{width:auto}.xl\:w-120{width:30rem}.xl\:w-32{width:8rem}.xl\:w-0{width:0}.xl\:pt-28{padding-top:5rem}.xl\:w-56{width:14rem}.xl\:w-80{width:20rem}.xl\:max-w-6xl{max-width:72rem}.xl\:max-w-none{max-width:none}.xl\:max-w-5xl{max-width:64rem}.xl\:max-w-7xl{max-width:80rem}.xl\:flex-1{flex:1 1 0%}.xl\:flex-shrink-0{flex-shrink:0}.xl\:translate-y-0{--tw-translate-y:0px}.xl\:-translate-y-1\/2,.xl\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:-translate-y-1\/2{--tw-translate-y:-50%}.xl\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:transform-none{transform:none}.xl\:grid-flow-col-dense{grid-auto-flow:column dense}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-col{flex-direction:column}.xl\:items-start{align-items:flex-start}.xl\:items-center{align-items:center}.xl\:justify-between{justify-content:space-between}.xl\:gap-8{gap:2rem}.xl\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.xl\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.xl\:gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.xl\:gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.xl\:ml-120{margin-left:30rem}.xl\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem*var(--tw-space-x-reverse));margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))}.xl\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.xl\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*(1 - var(--tw-space-x-reverse)))}.xl\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.xl\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.xl\:self-center{align-self:center}.xl\:overflow-hidden{overflow:hidden}.xl\:overflow-visible{overflow:visible}.xl\:overflow-y-auto{overflow-y:auto}.xl\:border-b-0{border-bottom-width:0}.xl\:border-r{border-right-width:1px}.xl\:border-l{border-left-width:1px}.xl\:border-b{border-bottom-width:1px}.xl\:border-t-0{border-top-width:0}.xl\:border-gray-200{border-left-color:235/var(--tw-border-opacity);border-bottom-color:231;border-right-color:229}.xl\:border-gray-200,.xl\:border-gray-400{--tw-border-opacity:1;border-top-color:rgb}.xl\:border-gray-400{border-left-color:175/var(--tw-border-opacity);border-bottom-color:163;border-right-color:156}.xl\:border-opacity-50{--tw-border-opacity:0.5}.xl\:bg-gradient-to-r{background-image:linear-gradient(90deg,var(--tw-gradient-stops))}.xl\:p-12{padding:3rem}.xl\:p-10{padding:2.5rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:px-0{padding-left:0;padding-right:0}.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xl\:px-24{padding-left:6rem;padding-right:6rem}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:py-32{padding-top:8rem;padding-bottom:8rem}.xl\:py-36{padding-top:9rem;padding-bottom:9rem}.xl\:py-20{padding-top:5rem;padding-bottom:5rem}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:py-16{padding-top:4rem;padding-bottom:4rem}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:pl-0{padding-left:0}.xl\:pr-0{padding-right:0}.xl\:pl-3\.5{padding-left:.875rem}.xl\:pl-3{padding-left:.75rem}.xl\:pr-8{padding-right:2rem}.xl\:pb-6{padding-bottom:1.5rem}.xl\:pt-6{padding-top:1.5rem}.xl\:pb-0{padding-bottom:0}.xl\:pl-8{padding-left:2rem}.xl\:pl-6{padding-left:1.5rem}.xl\:pt-14{padding-top:3.5rem}.xl\:pr-12{padding-right:3rem}.xl\:pr-16{padding-right:4rem}.xl\:pl-12{padding-left:3rem}.xl\:pb-32{padding-bottom:8rem}.xl\:pb-24{padding-bottom:6rem}.xl\:text-left{text-align:left}.xl\:text-center{text-align:center}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1536px){.\32xl\:mt-5{margin-top:1.25rem}.\32xl\:block{display:block}.\32xl\:hidden{display:none}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:639px){.accordion button span{max-width:68%}}.accordion .accordion-content,.non-accordion .accordion-content{font-size:1rem;line-height:24px;color:#000}.accordion .accordion-content ul,.non-accordion .accordion-content ul{list-style:disc;margin-left:25px}@media screen and (max-width:767px){.google-login div div{padding-left:0!important;padding-right:0!important}}.google-login h2 span{font-size:2rem}.google-login .bg-gray-100{background-color:#fff}.google-login .pt-4{padding-top:0}.google-login .px-4{padding-right:7rem;padding-left:7rem}.google-login .py-8{padding-top:4rem;padding-bottom:4rem}.principles-list{padding-left:23px;margin-top:20px;margin-bottom:8px;line-height:30px;font-size:1rem}.contact-form-required{position:relative}.contact-form-required p.absolute{margin-top:0!important;top:5px;right:0}.contact-form-required label:after{content:"*";color:red}.contact-form-communication hr{display:none}.section-image{max-width:560px;width:auto}@media screen and (min-width:768px) and (max-width:1023px){.section-image{width:60%}}@media screen and (max-width:767px){.section-image{width:100%}}@media screen and (max-width:575px){.section-image{width:auto}}.contacts-info{padding:38px 0}@media screen and (min-width:768px){.contacts-info{padding:0}}@media screen and (max-width:767px){.center-position{margin:0 auto}}.contacts-map{margin-top:20px}@media screen and (max-width:639px){.contacts-map iframe{height:381px}}@media screen and (max-width:575px){.small-screen\:-mx-4{margin-left:-1rem!important;margin-right:-1rem!important}}
