@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;

0,600;1,400&display=swap);/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@charset "UTF-8";
:root {
  --backgroundColor: #f1f1f1;
  --footerCol: #e9ebee;
  --red: #ea5050;
  --yellow: #F4C418;
  --mainColor1: rgb(86, 39, 87);
  --mainColor2: #fff;
  --color1: rgba(#545454, 0.6);
  --color2: rgba(#545454, 0.5);
  --color3: #545454;
  --blue: #3490dc;
  --green: #20ab5b;
  --greenDark: #049701;
  --blueColor: rgba(0, 174, 241, 0.8);
  --colorBorderOpacity: #d6dade;
  --colorBorder: #a5a5a5;
  --colorBorderDark: #7f8c8d;
  --cartBkColor: #fafafa;
  --shadowColor: #e6e6e6;
  --purple: #9561e2;
  --column-gap: 15px;
  --sold-out: rgba(207, 100, 93, 0.7);
}

/*
// 1. Import the initial variables
@import "../node_modules/bulma/sass/utilities/initial-variables";

// 2. Set your own initial variables
// Update the blue shade, used for links
$blue: #06bcef;
// Add pink and its invert
$pink: #ff8080;
$pink-invert: #fff;
// Update the sans-serif font family
$family-sans-serif: "Helvetica", "Arial", sans-serif;

// 3. Set the derived variables
// Use the new pink as the primary color
$primary: $pink;
$primary-invert: $pink-invert;

// 4. Import the rest of Bulma
*/

/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.tabs,
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.breadcrumb,
.file,
.button,
.is-unselectable,
.modal-close,
.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child),
.message:not(:last-child),
.list:not(:last-child),
.level:not(:last-child),
.breadcrumb:not(:last-child),
.highlight:not(:last-child),
.block:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.progress:not(:last-child),
.notification:not(:last-child),
.content:not(:last-child),
.box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close,
.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10.2, 10.2, 10.2, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  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;
}

.modal-close::before,
.delete::before,
.modal-close::after,
.delete::after {
  background-color: hsl(0, 0%, 100%);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.modal-close::before,
.delete::before {
  height: 2px;
  width: 50%;
}

.modal-close::after,
.delete::after {
  height: 50%;
  width: 2px;
}

.modal-close:hover,
.delete:hover,
.modal-close:focus,
.delete:focus {
  background-color: rgba(10.2, 10.2, 10.2, 0.3);
}

.modal-close:active,
.delete:active {
  background-color: rgba(10.2, 10.2, 10.2, 0.4);
}

.is-small.modal-close,
.is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.modal-close,
.is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.modal-close,
.is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.loader,
.control.is-loading::after,
.select.is-loading::after,
.button.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video,
.modal-background,
.modal,
.image.is-square img,
.image.is-1by1 img,
.image.is-5by4 img,
.image.is-4by3 img,
.image.is-3by2 img,
.image.is-5by3 img,
.image.is-16by9 img,
.image.is-2by1 img,
.image.is-3by1 img,
.image.is-4by5 img,
.image.is-3by4 img,
.image.is-2by3 img,
.image.is-3by5 img,
.image.is-9by16 img,
.image.is-1by2 img,
.image.is-1by3 img,
.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis,
.file-cta,
.file-name,
.select select,
.input,
.textarea,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.file-cta:focus,
.file-name:focus,
.select select:focus,
.input:focus,
.textarea:focus,
.button:focus,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.is-focused.file-cta,
.is-focused.file-name,
.select select.is-focused,
.is-focused.input,
.is-focused.textarea,
.is-focused.button,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.file-cta:active,
.file-name:active,
.select select:active,
.input:active,
.textarea:active,
.button:active,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis,
.is-active.file-cta,
.is-active.file-name,
.select select.is-active,
.is-active.input,
.is-active.textarea,
.is-active.button {
  outline: none;
}

[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis,
[disabled].file-cta,
[disabled].file-name,
.select select[disabled],
[disabled].input,
[disabled].textarea,
[disabled].button {
  cursor: not-allowed;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: hsl(0, 0%, 100%);
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: hsl(0, 0%, 29%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #3490dc;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: hsl(0, 0%, 21%);
}

code {
  background-color: hsl(0, 0%, 96%);
  color: #ff9e9e;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: hsl(0, 0%, 21%);
  font-weight: 700;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
  font-size: 0.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: hsl(0, 0%, 21%);
}

.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-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: 0.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: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  .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: 0.75rem !important;
  }
}

@media screen and (max-width: 1087px) {
  .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: 0.75rem !important;
  }
}

@media screen and (min-width: 1088px) {
  .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: 0.75rem !important;
  }
}

@media screen and (min-width: 1280px) {
  .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: 0.75rem !important;
  }
}

@media screen and (min-width: 1472px) {
  .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: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1472px) {
  .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: hsl(0, 0%, 100%) !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: hsl(0, 0%, 90%) !important;
}

.has-background-white {
  background-color: hsl(0, 0%, 100%) !important;
}

.has-text-black {
  color: hsl(0, 0%, 4%) !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: hsl(0, 0%, 0%) !important;
}

.has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0, 0%, 96%) !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: hsl(0, 0%, 11%) !important;
}

.has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-primary {
  color: #4c4c4c !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: rgb(50.5, 50.5, 50.5) !important;
}

.has-background-primary {
  background-color: #4c4c4c !important;
}

.has-text-link {
  color: #3490dc !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: rgb(32.5, 117.9285714286, 188.5) !important;
}

.has-background-link {
  background-color: #3490dc !important;
}

.has-text-info {
  color: #6cb2eb !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: rgb(63.1077844311, 154.4850299401, 228.8922155689) !important;
}

.has-background-info {
  background-color: #6cb2eb !important;
}

.has-text-success {
  color: #20ab5b !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: rgb(23.960591133, 128.039408867, 68.1379310345) !important;
}

.has-background-success {
  background-color: #20ab5b !important;
}

.has-text-warning {
  color: #F4C418 !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: rgb(207.1363636364, 164.0950413223, 9.8636363636) !important;
}

.has-background-warning {
  background-color: #F4C418 !important;
}

.has-text-danger {
  color: #ff9e9e !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ff6b6b !important;
}

.has-background-danger {
  background-color: #ff9e9e !important;
}

.has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0, 0%, 29%) !important;
}

.has-text-grey {
  color: hsl(0, 0%, 48%) !important;
}

.has-background-grey {
  background-color: hsl(0, 0%, 48%) !important;
}

.has-text-grey-light {
  color: hsl(0, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !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 screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1472px) {
  .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 screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1472px) {
  .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 screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.box {
  background-color: hsl(0, 0%, 100%);
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
  color: hsl(0, 0%, 29%);
  display: block;
  padding: 1.25rem;
}

a.box:hover,
a.box:focus {
  box-shadow: 0 2px 3px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px #3490dc;
}

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2), 0 0 0 1px #3490dc;
}

.button {
  background-color: #5FCF5D;
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}

.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover,
.button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}

.button:focus,
.button.is-focused {
  border-color: #3490dc;
  color: hsl(0, 0%, 21%);
}

.button:focus:not(:active),
.button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(52, 144, 220, 0.25);
}

.button:active,
.button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}

.button.is-text:hover,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.button.is-text:active,
.button.is-text.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}

.button.is-text[disabled] {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.button.is-white:hover,
.button.is-white.is-hovered {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.button.is-white:focus,
.button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active,
.button.is-white.is-active {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.button.is-white[disabled] {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-inverted:hover {
  background-color: hsl(0, 0%, 0%);
}

.button.is-white.is-inverted[disabled] {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}

.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined:focus {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}

.button.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.button.is-black:hover,
.button.is-black.is-hovered {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.button.is-black:focus,
.button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.button.is-black:focus:not(:active),
.button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}

.button.is-black:active,
.button.is-black.is-active {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.button.is-black[disabled] {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-inverted:hover {
  background-color: hsl(0, 0%, 95%);
}

.button.is-black.is-inverted[disabled] {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined:focus {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 4%) hsl(0, 0%, 4%) !important;
}

.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: hsl(0, 0%, 4%);
  box-shadow: none;
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined:focus {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}

.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.button.is-light:hover,
.button.is-light.is-hovered {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.button.is-light:focus,
.button.is-light.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}

.button.is-light:active,
.button.is-light.is-active {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.button.is-light[disabled] {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-inverted:hover {
  background-color: hsl(0, 0%, 16%);
}

.button.is-light.is-inverted[disabled] {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined:focus {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}

.button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}

.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined:focus {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}

.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.button.is-dark:hover,
.button.is-dark.is-hovered {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.button.is-dark:focus,
.button.is-dark.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.button.is-dark:focus:not(:active),
.button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}

.button.is-dark:active,
.button.is-dark.is-active {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.button.is-dark[disabled] {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-inverted:hover {
  background-color: hsl(0, 0%, 91%);
}

.button.is-dark.is-inverted[disabled] {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined:focus {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}

.button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}

.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined:focus {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}

.button.is-primary {
  background-color: #4c4c4c;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: rgb(69.625, 69.625, 69.625);
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus,
.button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(76, 76, 76, 0.25);
}

.button.is-primary:active,
.button.is-primary.is-active {
  background-color: rgb(63.25, 63.25, 63.25);
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled] {
  background-color: #4c4c4c;
  border-color: transparent;
  box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #4c4c4c;
}

.button.is-primary.is-inverted:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #4c4c4c;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #4c4c4c;
  color: #4c4c4c;
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined:focus {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #4c4c4c #4c4c4c !important;
}

.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #4c4c4c;
  box-shadow: none;
  color: #4c4c4c;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #4c4c4c;
}

.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-link {
  background-color: #3490dc;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover,
.button.is-link.is-hovered {
  background-color: rgb(41.125, 138.0535714286, 218.125);
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus,
.button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active),
.button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(52, 144, 220, 0.25);
}

.button.is-link:active,
.button.is-link.is-active {
  background-color: rgb(36.25, 131.5357142857, 210.25);
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled] {
  background-color: #3490dc;
  border-color: transparent;
  box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #3490dc;
}

.button.is-link.is-inverted:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3490dc;
}

.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3490dc;
  color: #3490dc;
}

.button.is-link.is-outlined:hover,
.button.is-link.is-outlined:focus {
  background-color: #3490dc;
  border-color: #3490dc;
  color: #fff;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #3490dc #3490dc !important;
}

.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3490dc;
  box-shadow: none;
  color: #3490dc;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover,
.button.is-link.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #3490dc;
}

.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-info {
  background-color: #6cb2eb;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover,
.button.is-info.is-hovered {
  background-color: rgb(96.7769461078, 172.121257485, 233.4730538922);
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus,
.button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active),
.button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(108, 178, 235, 0.25);
}

.button.is-info:active,
.button.is-info.is-active {
  background-color: rgb(85.5538922156, 166.2425149701, 231.9461077844);
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled] {
  background-color: #6cb2eb;
  border-color: transparent;
  box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #6cb2eb;
}

.button.is-info.is-inverted:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #6cb2eb;
}

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #6cb2eb;
  color: #6cb2eb;
}

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined:focus {
  background-color: #6cb2eb;
  border-color: #6cb2eb;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #6cb2eb #6cb2eb !important;
}

.button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #6cb2eb;
  box-shadow: none;
  color: #6cb2eb;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover,
.button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #6cb2eb;
}

.button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success {
  background-color: #20ab5b;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover,
.button.is-success.is-hovered {
  background-color: rgb(29.9901477833, 160.2598522167, 85.2844827586);
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus,
.button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(32, 171, 91, 0.25);
}

.button.is-success:active,
.button.is-success.is-active {
  background-color: rgb(27.9802955665, 149.5197044335, 79.5689655172);
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled] {
  background-color: #20ab5b;
  border-color: transparent;
  box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #20ab5b;
}

.button.is-success.is-inverted:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #20ab5b;
}

.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #20ab5b;
  color: #20ab5b;
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined:focus {
  background-color: #20ab5b;
  border-color: #20ab5b;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #20ab5b #20ab5b !important;
}

.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #20ab5b;
  box-shadow: none;
  color: #20ab5b;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #20ab5b;
}

.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-warning {
  background-color: #F4C418;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover,
.button.is-warning.is-hovered {
  background-color: rgb(243.4204545455, 192.8915289256, 11.8295454545);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus,
.button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244, 196, 24, 0.25);
}

.button.is-warning:active,
.button.is-warning.is-active {
  background-color: rgb(231.4772727273, 183.3780991736, 11.0227272727);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled] {
  background-color: #F4C418;
  border-color: transparent;
  box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #F4C418;
}

.button.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #F4C418;
}

.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #F4C418;
  color: #F4C418;
}

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined:focus {
  background-color: #F4C418;
  border-color: #F4C418;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #F4C418 #F4C418 !important;
}

.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #F4C418;
  box-shadow: none;
  color: #F4C418;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #F4C418;
}

.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: #ff9e9e;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover,
.button.is-danger.is-hovered {
  background-color: rgb(255, 145.25, 145.25);
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus,
.button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 158, 158, 0.25);
}

.button.is-danger:active,
.button.is-danger.is-active {
  background-color: rgb(255, 132.5, 132.5);
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled] {
  background-color: #ff9e9e;
  border-color: transparent;
  box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff9e9e;
}

.button.is-danger.is-inverted:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff9e9e;
}

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff9e9e;
  color: #ff9e9e;
}

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined:focus {
  background-color: #ff9e9e;
  border-color: #ff9e9e;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ff9e9e #ff9e9e !important;
}

.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff9e9e;
  box-shadow: none;
  color: #ff9e9e;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff9e9e;
}

.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: 0.75rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled] {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - 1em / 2);
  top: calc(50% - 1em / 2);
  position: absolute !important;
}

.button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
  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: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.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:hover,
.buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button:active,
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
}

.buttons.is-centered {
  justify-content: center;
}

.buttons.is-right {
  justify-content: flex-end;
}

.container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1088px) {
  .container {
    max-width: 960px;
    width: 960px;
  }

  .container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 1279px) {
  .container.is-widescreen {
    max-width: 1152px;
    width: auto;
  }
}

@media screen and (max-width: 1471px) {
  .container.is-fullhd {
    max-width: 1344px;
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}

@media screen and (min-width: 1472px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 5px solid hsl(0, 0%, 86%);
  padding: 1.25em 1.5em;
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.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 sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: hsl(0, 0%, 21%);
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0, 0%, 21%);
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.input,
.textarea {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.1);
  max-width: 100%;
  width: 100%;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}

.input:hover,
.input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: hsl(0, 0%, 71%);
}

.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #3490dc;
  box-shadow: 0 0 0 0.125em rgba(52, 144, 220, 0.25);
}

.input[disabled],
.textarea[disabled] {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}

.input.is-white,
.textarea.is-white {
  border-color: hsl(0, 0%, 100%);
}

.input.is-white:focus,
.input.is-white.is-focused,
.input.is-white:active,
.input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.input.is-black,
.textarea.is-black {
  border-color: hsl(0, 0%, 4%);
}

.input.is-black:focus,
.input.is-black.is-focused,
.input.is-black:active,
.input.is-black.is-active,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}

.input.is-light,
.textarea.is-light {
  border-color: hsl(0, 0%, 96%);
}

.input.is-light:focus,
.input.is-light.is-focused,
.input.is-light:active,
.input.is-light.is-active,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}

.input.is-dark,
.textarea.is-dark {
  border-color: hsl(0, 0%, 21%);
}

.input.is-dark:focus,
.input.is-dark.is-focused,
.input.is-dark:active,
.input.is-dark.is-active,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}

.input.is-primary,
.textarea.is-primary {
  border-color: #4c4c4c;
}

.input.is-primary:focus,
.input.is-primary.is-focused,
.input.is-primary:active,
.input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  box-shadow: 0 0 0 0.125em rgba(76, 76, 76, 0.25);
}

.input.is-link,
.textarea.is-link {
  border-color: #3490dc;
}

.input.is-link:focus,
.input.is-link.is-focused,
.input.is-link:active,
.input.is-link.is-active,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
  box-shadow: 0 0 0 0.125em rgba(52, 144, 220, 0.25);
}

.input.is-info,
.textarea.is-info {
  border-color: #6cb2eb;
}

.input.is-info:focus,
.input.is-info.is-focused,
.input.is-info:active,
.input.is-info.is-active,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  box-shadow: 0 0 0 0.125em rgba(108, 178, 235, 0.25);
}

.input.is-success,
.textarea.is-success {
  border-color: #20ab5b;
}

.input.is-success:focus,
.input.is-success.is-focused,
.input.is-success:active,
.input.is-success.is-active,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 171, 91, 0.25);
}

.input.is-warning,
.textarea.is-warning {
  border-color: #F4C418;
}

.input.is-warning:focus,
.input.is-warning.is-focused,
.input.is-warning:active,
.input.is-warning.is-active,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
  box-shadow: 0 0 0 0.125em rgba(244, 196, 24, 0.25);
}

.input.is-danger,
.textarea.is-danger {
  border-color: #ff9e9e;
}

.input.is-danger:focus,
.input.is-danger.is-focused,
.input.is-danger:active,
.input.is-danger.is-active,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 158, 158, 0.25);
}

.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.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: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: initial;
}

.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: hsl(0, 0%, 21%);
}

.checkbox[disabled],
.radio[disabled] {
  color: hsl(0, 0%, 48%);
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #3490dc;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}

.select select::-webkit-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}

.select select:-moz-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}

.select select:-ms-input-placeholder {
  color: rgba(53.55, 53.55, 53.55, 0.3);
}

.select select:hover,
.select select.is-hovered {
  border-color: hsl(0, 0%, 71%);
}

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #3490dc;
  box-shadow: 0 0 0 0.125em rgba(52, 144, 220, 0.25);
}

.select select[disabled] {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
}

.select select[disabled]::-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.select select[disabled]::-webkit-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.select select[disabled]:-moz-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.select select[disabled]:-ms-input-placeholder {
  color: rgba(122.4, 122.4, 122.4, 0.3);
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover {
  border-color: hsl(0, 0%, 96%);
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: hsl(0, 0%, 21%);
}

.select.is-white:not(:hover)::after {
  border-color: hsl(0, 0%, 100%);
}

.select.is-white select {
  border-color: hsl(0, 0%, 100%);
}

.select.is-white select:hover,
.select.is-white select.is-hovered {
  border-color: hsl(0, 0%, 95%);
}

.select.is-white select:focus,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: hsl(0, 0%, 4%);
}

.select.is-black select {
  border-color: hsl(0, 0%, 4%);
}

.select.is-black select:hover,
.select.is-black select.is-hovered {
  border-color: hsl(0, 0%, 0%);
}

.select.is-black select:focus,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: hsl(0, 0%, 96%);
}

.select.is-light select {
  border-color: hsl(0, 0%, 96%);
}

.select.is-light select:hover,
.select.is-light select.is-hovered {
  border-color: hsl(0, 0%, 91%);
}

.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: hsl(0, 0%, 21%);
}

.select.is-dark select {
  border-color: hsl(0, 0%, 21%);
}

.select.is-dark select:hover,
.select.is-dark select.is-hovered {
  border-color: hsl(0, 0%, 16%);
}

.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #4c4c4c;
}

.select.is-primary select {
  border-color: #4c4c4c;
}

.select.is-primary select:hover,
.select.is-primary select.is-hovered {
  border-color: rgb(63.25, 63.25, 63.25);
}

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(76, 76, 76, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: #3490dc;
}

.select.is-link select {
  border-color: #3490dc;
}

.select.is-link select:hover,
.select.is-link select.is-hovered {
  border-color: rgb(36.25, 131.5357142857, 210.25);
}

.select.is-link select:focus,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(52, 144, 220, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #6cb2eb;
}

.select.is-info select {
  border-color: #6cb2eb;
}

.select.is-info select:hover,
.select.is-info select.is-hovered {
  border-color: rgb(85.5538922156, 166.2425149701, 231.9461077844);
}

.select.is-info select:focus,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(108, 178, 235, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #20ab5b;
}

.select.is-success select {
  border-color: #20ab5b;
}

.select.is-success select:hover,
.select.is-success select.is-hovered {
  border-color: rgb(27.9802955665, 149.5197044335, 79.5689655172);
}

.select.is-success select:focus,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(32, 171, 91, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: #F4C418;
}

.select.is-warning select {
  border-color: #F4C418;
}

.select.is-warning select:hover,
.select.is-warning select.is-hovered {
  border-color: rgb(231.4772727273, 183.3780991736, 11.0227272727);
}

.select.is-warning select:focus,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(244, 196, 24, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #ff9e9e;
}

.select.is-danger select {
  border-color: #ff9e9e;
}

.select.is-danger select:hover,
.select.is-danger select.is-hovered {
  border-color: rgb(255, 132.5, 132.5);
}

.select.is-danger select:focus,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 158, 158, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: hsl(0, 0%, 48%);
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: hsl(0, 0%, 4%);
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: hsl(0, 0%, 4%);
}

.file.is-black .file-cta {
  background-color: hsl(0, 0%, 4%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.file.is-black:hover .file-cta,
.file.is-black.is-hovered .file-cta {
  background-color: hsl(0, 0%, 1.5%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.file.is-black:focus .file-cta,
.file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.25);
  color: hsl(0, 0%, 100%);
}

.file.is-black:active .file-cta,
.file.is-black.is-active .file-cta {
  background-color: hsl(0, 0%, 0%);
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}

.file.is-light .file-cta {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
  color: hsl(0, 0%, 21%);
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: hsl(0, 0%, 21%);
}

.file.is-dark .file-cta {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.file.is-dark:hover .file-cta,
.file.is-dark.is-hovered .file-cta {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
  color: hsl(0, 0%, 96%);
}

.file.is-dark:active .file-cta,
.file.is-dark.is-active .file-cta {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: hsl(0, 0%, 96%);
}

.file.is-primary .file-cta {
  background-color: #4c4c4c;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta,
.file.is-primary.is-hovered .file-cta {
  background-color: rgb(69.625, 69.625, 69.625);
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(76, 76, 76, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta,
.file.is-primary.is-active .file-cta {
  background-color: rgb(63.25, 63.25, 63.25);
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #3490dc;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta,
.file.is-link.is-hovered .file-cta {
  background-color: rgb(41.125, 138.0535714286, 218.125);
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta,
.file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(52, 144, 220, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta,
.file.is-link.is-active .file-cta {
  background-color: rgb(36.25, 131.5357142857, 210.25);
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #6cb2eb;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta,
.file.is-info.is-hovered .file-cta {
  background-color: rgb(96.7769461078, 172.121257485, 233.4730538922);
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta,
.file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(108, 178, 235, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta,
.file.is-info.is-active .file-cta {
  background-color: rgb(85.5538922156, 166.2425149701, 231.9461077844);
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #20ab5b;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta,
.file.is-success.is-hovered .file-cta {
  background-color: rgb(29.9901477833, 160.2598522167, 85.2844827586);
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta,
.file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 171, 91, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta,
.file.is-success.is-active .file-cta {
  background-color: rgb(27.9802955665, 149.5197044335, 79.5689655172);
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #F4C418;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta,
.file.is-warning.is-hovered .file-cta {
  background-color: rgb(243.4204545455, 192.8915289256, 11.8295454545);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta,
.file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(244, 196, 24, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta,
.file.is-warning.is-active .file-cta {
  background-color: rgb(231.4772727273, 183.3780991736, 11.0227272727);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #ff9e9e;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta,
.file.is-danger.is-hovered .file-cta {
  background-color: rgb(255, 145.25, 145.25);
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta,
.file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 158, 158, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta,
.file.is-danger.is-active .file-cta {
  background-color: rgb(255, 132.5, 132.5);
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: 0.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: 4px;
}

.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: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  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 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  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: hsl(0, 0%, 93.5%);
  color: hsl(0, 0%, 21%);
}

.file-label:hover .file-name {
  border-color: hsl(0, 0%, 83.5%);
}

.file-label:active .file-cta {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}

.file-label:active .file-name {
  border-color: hsl(0, 0%, 81%);
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 29%);
}

.file-name {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px 1px 1px 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: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: hsl(0, 0%, 100%);
}

.help.is-black {
  color: hsl(0, 0%, 4%);
}

.help.is-light {
  color: hsl(0, 0%, 96%);
}

.help.is-dark {
  color: hsl(0, 0%, 21%);
}

.help.is-primary {
  color: #4c4c4c;
}

.help.is-link {
  color: #3490dc;
}

.help.is-info {
  color: #6cb2eb;
}

.help.is-success {
  color: #20ab5b;
}

.help.is-warning {
  color: #F4C418;
}

.help.is-danger {
  color: #ff9e9e;
}

.field:not(:last-child) {
  margin-bottom: 0.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:not([disabled]):hover,
.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active: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: 0.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: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .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: 0.75rem;
  }
}

.control {
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icon .icon {
  color: hsl(0, 0%, 86%);
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icon .input:focus + .icon {
  color: hsl(0, 0%, 48%);
}

.control.has-icon .input.is-small + .icon {
  font-size: 0.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: hsl(0, 0%, 48%);
}

.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: 0.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: hsl(0, 0%, 86%);
  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 {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.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-square img,
.image.is-1by1 img,
.image.is-5by4 img,
.image.is-4by3 img,
.image.is-3by2 img,
.image.is-5by3 img,
.image.is-16by9 img,
.image.is-2by1 img,
.image.is-3by1 img,
.image.is-4by5 img,
.image.is-3by4 img,
.image.is-2by3 img,
.image.is-3by5 img,
.image.is-9by16 img,
.image.is-1by2 img,
.image.is-1by3 img {
  height: 100%;
  width: 100%;
}

.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.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: hsl(0, 0%, 96%);
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: hsl(0, 0%, 100%);
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.notification.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.notification.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.notification.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.notification.is-primary {
  background-color: #4c4c4c;
  color: #fff;
}

.notification.is-link {
  background-color: #3490dc;
  color: #fff;
}

.notification.is-info {
  background-color: #6cb2eb;
  color: #fff;
}

.notification.is-success {
  background-color: #20ab5b;
  color: #fff;
}

.notification.is-warning {
  background-color: #F4C418;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #ff9e9e;
  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::-webkit-progress-bar {
  background-color: hsl(0, 0%, 86%);
}

.progress::-webkit-progress-value {
  background-color: hsl(0, 0%, 29%);
}

.progress::-moz-progress-bar {
  background-color: hsl(0, 0%, 29%);
}

.progress::-ms-fill {
  background-color: hsl(0, 0%, 29%);
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: hsl(0, 0%, 100%);
}

.progress.is-white::-moz-progress-bar {
  background-color: hsl(0, 0%, 100%);
}

.progress.is-white::-ms-fill {
  background-color: hsl(0, 0%, 100%);
}

.progress.is-black::-webkit-progress-value {
  background-color: hsl(0, 0%, 4%);
}

.progress.is-black::-moz-progress-bar {
  background-color: hsl(0, 0%, 4%);
}

.progress.is-black::-ms-fill {
  background-color: hsl(0, 0%, 4%);
}

.progress.is-light::-webkit-progress-value {
  background-color: hsl(0, 0%, 96%);
}

.progress.is-light::-moz-progress-bar {
  background-color: hsl(0, 0%, 96%);
}

.progress.is-light::-ms-fill {
  background-color: hsl(0, 0%, 96%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0, 0%, 21%);
}

.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0, 0%, 21%);
}

.progress.is-dark::-ms-fill {
  background-color: hsl(0, 0%, 21%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #4c4c4c;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #4c4c4c;
}

.progress.is-primary::-ms-fill {
  background-color: #4c4c4c;
}

.progress.is-link::-webkit-progress-value {
  background-color: #3490dc;
}

.progress.is-link::-moz-progress-bar {
  background-color: #3490dc;
}

.progress.is-link::-ms-fill {
  background-color: #3490dc;
}

.progress.is-info::-webkit-progress-value {
  background-color: #6cb2eb;
}

.progress.is-info::-moz-progress-bar {
  background-color: #6cb2eb;
}

.progress.is-info::-ms-fill {
  background-color: #6cb2eb;
}

.progress.is-success::-webkit-progress-value {
  background-color: #20ab5b;
}

.progress.is-success::-moz-progress-bar {
  background-color: #20ab5b;
}

.progress.is-success::-ms-fill {
  background-color: #20ab5b;
}

.progress.is-warning::-webkit-progress-value {
  background-color: #F4C418;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #F4C418;
}

.progress.is-warning::-ms-fill {
  background-color: #F4C418;
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ff9e9e;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ff9e9e;
}

.progress.is-danger::-ms-fill {
  background-color: #ff9e9e;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

.table {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 21%);
}

.table td,
.table th {
  border: 1px solid hsl(0, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.table td.is-black,
.table th.is-black {
  background-color: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.table td.is-light,
.table th.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.table td.is-primary,
.table th.is-primary {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #3490dc;
  border-color: #3490dc;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #6cb2eb;
  border-color: #6cb2eb;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #20ab5b;
  border-color: #20ab5b;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #F4C418;
  border-color: #F4C418;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #ff9e9e;
  border-color: #ff9e9e;
  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: #4c4c4c;
  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: hsl(0, 0%, 21%);
  text-align: left;
}

.table tr.is-selected {
  background-color: #4c4c4c;
  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: hsl(0, 0%, 21%);
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0, 0%, 21%);
}

.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: hsl(0, 0%, 98%);
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0, 0%, 98%);
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0, 0%, 96%);
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: hsl(0, 0%, 98%);
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.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: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  color: hsl(0, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.tag:not(body).is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.tag:not(body).is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.tag:not(body).is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.tag:not(body).is-primary {
  background-color: #4c4c4c;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #3490dc;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #6cb2eb;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #20ab5b;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: #F4C418;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff9e9e;
  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: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before,
.tag:not(body).is-delete::after {
  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:hover,
.tag:not(body).is-delete:focus {
  background-color: hsl(0, 0%, 91%);
}

.tag:not(body).is-delete:active {
  background-color: hsl(0, 0%, 86%);
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: hsl(0, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.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: 0.75rem;
}

.subtitle {
  color: hsl(0, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: hsl(0, 0%, 21%);
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

.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: 0.75rem;
}

.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 pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  align-items: center;
  color: #3490dc;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

.breadcrumb a:hover {
  color: hsl(0, 0%, 21%);
}

.breadcrumb li {
  align-items: center;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: hsl(0, 0%, 21%);
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: hsl(0, 0%, 71%);
  content: "/";
}

.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.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: 0.75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}

.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}

.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

.card {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 2px 3px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
  color: hsl(0, 0%, 29%);
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10.2, 10.2, 10.2, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid hsl(0, 0%, 86%);
  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: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid hsl(0, 0%, 86%);
}

.card .media:not(:last-child) {
  margin-bottom: 0.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: initial;
  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: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: hsl(0, 0%, 29%);
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 4%);
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #3490dc;
  color: #fff;
}

.dropdown-divider {
  background-color: hsl(0, 0%, 86%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: flex;
}

.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:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .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 .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.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 screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.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 screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.list {
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}

.list-item:not(a) {
  color: hsl(0, 0%, 29%);
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid hsl(0, 0%, 86%);
}

.list-item.is-active {
  background-color: #3490dc;
  color: #fff;
}

a.list-item {
  background-color: hsl(0, 0%, 96%);
  cursor: pointer;
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.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;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.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: hsl(0, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.menu-list a.is-active {
  background-color: #3490dc;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid hsl(0, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: hsl(0, 0%, 48%);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: hsl(0, 0%, 100%);
}

.message.is-white .message-header {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.message.is-white .message-body {
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 30%);
}

.message.is-black {
  background-color: hsl(0, 0%, 98%);
}

.message.is-black .message-header {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.message.is-black .message-body {
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 3.7875311115%);
}

.message.is-light {
  background-color: hsl(0, 0%, 98%);
}

.message.is-light .message-header {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.message.is-light .message-body {
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 31.1072581112%);
}

.message.is-dark {
  background-color: hsl(0, 0%, 98%);
}

.message.is-dark .message-header {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.message.is-dark .message-body {
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 16.5244144729%);
}

.message.is-primary {
  background-color: rgb(249.9, 249.9, 249.9);
}

.message.is-primary .message-header {
  background-color: #4c4c4c;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #4c4c4c;
  color: rgb(56.0115462146, 56.0115462146, 56.0115462146);
}

.message.is-link {
  background-color: rgb(246.3, 250.2428571429, 253.5);
}

.message.is-link .message-header {
  background-color: #3490dc;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #3490dc;
  color: rgb(31.0367733734, 84.5680578647, 128.7895537488);
}

.message.is-info {
  background-color: rgb(246.0215568862, 250.297005988, 253.7784431138);
}

.message.is-info .message-header {
  background-color: #6cb2eb;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #6cb2eb;
  color: rgb(33.3361058865, 93.1627646547, 141.878758223);
}

.message.is-success {
  background-color: rgb(246.4078817734, 253.3921182266, 249.3724137931);
}

.message.is-success .message-header {
  background-color: #20ab5b;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #20ab5b;
  color: rgb(16.0495187097, 60.0273445216, 34.7163656371);
}

.message.is-warning {
  background-color: rgb(254.5363636364, 252.5132231405, 245.2636363636);
}

.message.is-warning .message-header {
  background-color: #F4C418;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #F4C418;
  color: rgb(36.1477027212, 29.548995195, 5.9036265594);
}

.message.is-danger {
  background-color: rgb(255, 244.8, 244.8);
}

.message.is-danger .message-header {
  background-color: #ff9e9e;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #ff9e9e;
  color: rgb(204.3505566209, 17.8138140718, 17.8138140718);
}

.message-header {
  align-items: center;
  background-color: hsl(0, 0%, 29%);
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: hsl(0, 0%, 86%);
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: hsl(0, 0%, 29%);
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: hsl(0, 0%, 100%);
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10.2, 10.2, 10.2, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: hsl(0, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: hsl(0, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0, 0%, 86%);
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0, 0%, 100%);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0, 0%, 4%);
}

.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 95%);
  color: hsl(0, 0%, 4%);
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 4%);
}

.navbar.is-white .navbar-burger {
  color: hsl(0, 0%, 4%);
}

@media screen and (min-width: 1088px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: hsl(0, 0%, 4%);
  }

  .navbar.is-white .navbar-start > a.navbar-item:hover,
  .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 95%);
    color: hsl(0, 0%, 4%);
  }

  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 4%);
  }

  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 95%);
    color: hsl(0, 0%, 4%);
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 4%);
  }
}

.navbar.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0, 0%, 100%);
}

.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 100%);
}

.navbar.is-black .navbar-burger {
  color: hsl(0, 0%, 100%);
}

@media screen and (min-width: 1088px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: hsl(0, 0%, 100%);
  }

  .navbar.is-black .navbar-start > a.navbar-item:hover,
  .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
  }

  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 100%);
  }

  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 4%);
    color: hsl(0, 0%, 100%);
  }
}

.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: hsl(0, 0%, 21%);
}

.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 21%);
}

.navbar.is-light .navbar-burger {
  color: hsl(0, 0%, 21%);
}

@media screen and (min-width: 1088px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: hsl(0, 0%, 21%);
  }

  .navbar.is-light .navbar-start > a.navbar-item:hover,
  .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 91%);
    color: hsl(0, 0%, 21%);
  }

  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 21%);
  }

  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 91%);
    color: hsl(0, 0%, 21%);
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 21%);
  }
}

.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: hsl(0, 0%, 96%);
}

.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: hsl(0, 0%, 96%);
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 96%);
}

.navbar.is-dark .navbar-burger {
  color: hsl(0, 0%, 96%);
}

@media screen and (min-width: 1088px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: hsl(0, 0%, 96%);
  }

  .navbar.is-dark .navbar-start > a.navbar-item:hover,
  .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 16%);
    color: hsl(0, 0%, 96%);
  }

  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 96%);
  }

  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 16%);
    color: hsl(0, 0%, 96%);
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: hsl(0, 0%, 96%);
  }
}

.navbar.is-primary {
  background-color: #4c4c4c;
  color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: rgb(63.25, 63.25, 63.25);
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-primary .navbar-start > a.navbar-item:hover,
  .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: rgb(63.25, 63.25, 63.25);
    color: #fff;
  }

  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(63.25, 63.25, 63.25);
    color: #fff;
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #4c4c4c;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #3490dc;
  color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: rgb(36.25, 131.5357142857, 210.25);
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-link .navbar-start > a.navbar-item:hover,
  .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: rgb(36.25, 131.5357142857, 210.25);
    color: #fff;
  }

  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(36.25, 131.5357142857, 210.25);
    color: #fff;
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3490dc;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #6cb2eb;
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: rgb(85.5538922156, 166.2425149701, 231.9461077844);
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-info .navbar-start > a.navbar-item:hover,
  .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: rgb(85.5538922156, 166.2425149701, 231.9461077844);
    color: #fff;
  }

  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(85.5538922156, 166.2425149701, 231.9461077844);
    color: #fff;
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #6cb2eb;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #20ab5b;
  color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: rgb(27.9802955665, 149.5197044335, 79.5689655172);
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-success .navbar-start > a.navbar-item:hover,
  .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: rgb(27.9802955665, 149.5197044335, 79.5689655172);
    color: #fff;
  }

  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(27.9802955665, 149.5197044335, 79.5689655172);
    color: #fff;
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #20ab5b;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: #F4C418;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: rgb(231.4772727273, 183.3780991736, 11.0227272727);
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1088px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start > a.navbar-item:hover,
  .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: rgb(231.4772727273, 183.3780991736, 11.0227272727);
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(231.4772727273, 183.3780991736, 11.0227272727);
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #F4C418;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: #ff9e9e;
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: rgb(255, 132.5, 132.5);
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1088px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-danger .navbar-start > a.navbar-item:hover,
  .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: rgb(255, 132.5, 132.5);
    color: #fff;
  }

  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(255, 132.5, 132.5);
    color: #fff;
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff9e9e;
    color: #fff;
  }
}

.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}

.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 0 0 hsl(0, 0%, 96%);
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.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-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: hsl(0, 0%, 29%);
  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:nth-child(1) {
  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, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  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: hsl(0, 0%, 29%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: hsl(0, 0%, 98%);
  color: #3490dc;
}

.navbar-item {
  display: block;
  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(0.5rem - 1px);
}

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3490dc;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3490dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3490dc;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #3490dc;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1087px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 16px rgba(10.2, 10.2, 10.2, 0.1);
    padding: 0.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.2, 10.2, 10.2, 0.1);
  }

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  .navbar.is-fixed-top .navbar-menu,
  .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }

  .navbar.is-spaced {
    padding: 1rem 2rem;
  }

  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }

  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }

  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: #3490dc;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item {
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    top: auto;
  }

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .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: hsl(0, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: hsl(0, 0%, 4%);
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: #3490dc;
  }

  .navbar.is-spaced .navbar-dropdown,
  .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.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;
  }

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }

  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .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.2, 10.2, 10.2, 0.1);
  }

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }

  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }

  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: hsl(0, 0%, 4%);
  }

  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 98%);
  }
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  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-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 21%);
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3490dc;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: hsl(0, 0%, 86%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  color: hsl(0, 0%, 48%);
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #3490dc;
  border-color: #3490dc;
  color: #fff;
}

.pagination-ellipsis {
  color: hsl(0, 0%, 71%);
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  .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-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  border-left: 1px solid hsl(0, 0%, 86%);
  border-right: 1px solid hsl(0, 0%, 86%);
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid hsl(0, 0%, 86%);
}

.panel-heading {
  background-color: hsl(0, 0%, 96%);
  border-radius: 4px 4px 0 0;
  color: hsl(0, 0%, 21%);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid hsl(0, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}

.panel-list a {
  color: hsl(0, 0%, 29%);
}

.panel-list a:hover {
  color: #3490dc;
}

.panel-block {
  align-items: center;
  color: hsl(0, 0%, 21%);
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type=checkbox] {
  margin-right: 0.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: #3490dc;
  color: hsl(0, 0%, 21%);
}

.panel-block.is-active .panel-icon {
  color: #3490dc;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: hsl(0, 0%, 96%);
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: hsl(0, 0%, 48%);
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs a {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0, 0%, 29%);
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #3490dc;
  color: #3490dc;
}

.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.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: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: hsl(0, 0%, 96%);
  border-bottom-color: hsl(0, 0%, 86%);
}

.tabs.is-boxed li.is-active a {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: hsl(0, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 71%);
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #3490dc;
  border-color: #3490dc;
  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: 0.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: 10px;
}

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

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

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

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

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

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

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

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

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

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .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.3333333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

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

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

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

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

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

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

  .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: 1087px) {
  .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.3333333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }

  .column.is-12-touch {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1088px) {
  .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.3333333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .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.3333333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1472px) {
  .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.3333333333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}

.columns:last-child {
  margin-bottom: -10px;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 10px);
}

.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 screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1087px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1088px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1472px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }

  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }

  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }

  .tile.is-3 {
    flex: none;
    width: 25%;
  }

  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }

  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }

  .tile.is-6 {
    flex: none;
    width: 50%;
  }

  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }

  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }

  .tile.is-9 {
    flex: none;
    width: 75%;
  }

  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }

  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }

  .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: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: hsl(0, 0%, 4%);
}

.hero.is-white .subtitle {
  color: rgba(10.2, 10.2, 10.2, 0.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0, 0%, 4%);
}

@media screen and (max-width: 1087px) {
  .hero.is-white .navbar-menu {
    background-color: hsl(0, 0%, 100%);
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10.2, 10.2, 10.2, 0.7);
}

.hero.is-white a.navbar-item:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: hsl(0, 0%, 95%);
  color: hsl(0, 0%, 4%);
}

.hero.is-white .tabs a {
  color: hsl(0, 0%, 4%);
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.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: hsl(0, 0%, 4%);
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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: hsl(0, 0%, 4%);
  border-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
  }
}

.hero.is-black {
  background-color: hsl(0, 0%, 4%);
  color: hsl(0, 0%, 100%);
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: hsl(0, 0%, 100%);
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: hsl(0, 0%, 100%);
}

@media screen and (max-width: 1087px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0, 0%, 4%);
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

.hero.is-black .tabs a {
  color: hsl(0, 0%, 100%);
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.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: hsl(0, 0%, 100%);
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 4%);
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
  }
}

.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: hsl(0, 0%, 21%);
}

.hero.is-light .subtitle {
  color: rgba(53.55, 53.55, 53.55, 0.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: hsl(0, 0%, 21%);
}

@media screen and (max-width: 1087px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(53.55, 53.55, 53.55, 0.7);
}

.hero.is-light a.navbar-item:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}

.hero.is-light .tabs a {
  color: hsl(0, 0%, 21%);
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.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: hsl(0, 0%, 21%);
}

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}

.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 96%);
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: hsl(0, 0%, 96%);
}

.hero.is-dark .subtitle {
  color: rgba(244.8, 244.8, 244.8, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: hsl(0, 0%, 96%);
}

@media screen and (max-width: 1087px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(244.8, 244.8, 244.8, 0.7);
}

.hero.is-dark a.navbar-item:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: hsl(0, 0%, 96%);
}

.hero.is-dark .tabs a {
  color: hsl(0, 0%, 96%);
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.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: hsl(0, 0%, 96%);
}

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}

.hero.is-primary {
  background-color: #4c4c4c;
  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: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-primary .navbar-menu {
    background-color: #4c4c4c;
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.navbar-item:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: rgb(63.25, 63.25, 63.25);
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.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.2, 10.2, 10.2, 0.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: #4c4c4c;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, rgb(55.55, 45.45, 45.45) 0%, #4c4c4c 71%, rgb(93.1875, 84.3125, 84.3125) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(55.55, 45.45, 45.45) 0%, #4c4c4c 71%, rgb(93.1875, 84.3125, 84.3125) 100%);
  }
}

.hero.is-link {
  background-color: #3490dc;
  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: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-link .navbar-menu {
    background-color: #3490dc;
  }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: rgb(36.25, 131.5357142857, 210.25);
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.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.2, 10.2, 10.2, 0.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: #3490dc;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, rgb(21.45, 148.6642857143, 199.55) 0%, #3490dc 71%, rgb(68.4375, 129.6279761905, 229.0625) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(21.45, 148.6642857143, 199.55) 0%, #3490dc 71%, rgb(68.4375, 129.6279761905, 229.0625) 100%);
  }
}

.hero.is-info {
  background-color: #6cb2eb;
  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: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-info .navbar-menu {
    background-color: #6cb2eb;
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: rgb(85.5538922156, 166.2425149701, 231.9461077844);
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.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.2, 10.2, 10.2, 0.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: #6cb2eb;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, rgb(52.2077844311, 186.8648498279, 239.7922155689) 0%, #6cb2eb 71%, rgb(126.9086077844, 171.005793924, 241.5913922156) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(52.2077844311, 186.8648498279, 239.7922155689) 0%, #6cb2eb 71%, rgb(126.9086077844, 171.005793924, 241.5913922156) 100%);
  }
}

.hero.is-success {
  background-color: #20ab5b;
  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: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-success .navbar-menu {
    background-color: #20ab5b;
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: rgb(27.9802955665, 149.5197044335, 79.5689655172);
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.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.2, 10.2, 10.2, 0.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: #20ab5b;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, rgb(16.360591133, 135.639408867, 47.10992664) 0%, #20ab5b 71%, rgb(30.3072044335, 198.1927955665, 129.5489267699) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(16.360591133, 135.639408867, 47.10992664) 0%, #20ab5b 71%, rgb(30.3072044335, 198.1927955665, 129.5489267699) 100%);
  }
}

.hero.is-warning {
  background-color: #F4C418;
  color: rgba(0, 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, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1087px) {
  .hero.is-warning .navbar-menu {
    background-color: #F4C418;
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.navbar-item:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: rgb(231.4772727273, 183.3780991736, 11.0227272727);
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.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, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10.2, 10.2, 10.2, 0.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, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #F4C418;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, rgb(217, 133.4878787879, 0) 0%, #F4C418 71%, rgb(250.5715909091, 239.8748209366, 42.9284090909) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(217, 133.4878787879, 0) 0%, #F4C418 71%, rgb(250.5715909091, 239.8748209366, 42.9284090909) 100%);
  }
}

.hero.is-danger {
  background-color: #ff9e9e;
  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: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .hero.is-danger .navbar-menu {
    background-color: #ff9e9e;
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.navbar-item:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: rgb(255, 132.5, 132.5);
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.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.2, 10.2, 10.2, 0.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: #ff9e9e;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, rgb(255, 107, 131.6666666667) 0%, #ff9e9e 71%, rgb(255, 195.4166666667, 183.5) 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(255, 107, 131.6666666667) 0%, #ff9e9e 71%, rgb(255, 195.4166666667, 183.5) 100%);
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

.hero.is-halfheight .hero-body > .container,
.hero.is-fullheight .hero-body > .container,
.hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.hero-video {
  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: 0.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: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1088px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: transparent;
  padding: 3rem 1.5rem 6rem;
}

.has-icon {
  display: inline-flex;
  align-items: center;
}

.has-icon i {
  margin-right: 5px;
}

.has-icon.is-right i {
  margin-right: 0;
  margin-left: 5px;
}

i.flag {
  border-radius: 50%;
  background-size: cover !important;
  border: 1px solid #e6e6e6;
}

i.flag.ro {
  background: url(/images/icons/flags/ro.png) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.en {
  background: url(/images/icons/flags/en.svg) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.de {
  background: url(/images/de.webp) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.es {
  background: url(/images/es.webp) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.fr {
  background: url(/images/fr.png) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.hu {
  background: url(/images/hu.png) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.bg {
  background: url(/images/bg.svg) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.es {
  background: url(/images/es.png) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.gr {
  background: url(/images/gr.png) no-repeat center top;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
}

i.flag.it {
  background: url(/images/it.png) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.flag.pl {
  background: url(/images/pl.png) no-repeat center top;
  width: 24px;
  height: 24px;
  display: inline-block;
}

i.login-icon {
  background: url(/images/icons/login-icon.png) no-repeat center top;
  width: 16px;
  height: 16px;
  background-size: contain;
  display: inline-block;
}

i.ticket-location {
  background: url(/images/icons/icon-location-red.png) no-repeat left center;
  width: 10px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  position: relative;
}

i.icon-discount {
  background: url(/images/icons/icon-discount-red.png) no-repeat left center;
  width: 10px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  position: relative;
}

.has-icon-more {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.has-icon-more.is-more-centered {
  display: flex;
  align-items: center;
}

i.has-more {
  background: url(/images/arrow-down.png) no-repeat center right;
  width: 14px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in;
  background-size: 14px;
  transition: all 0.25s ease-in;
  margin-left: 5px;
}

i.has-more.is-small {
  width: 13px;
  height: 13px;
}

i.has-more.show-less {
  transform: rotate(-180deg);
}

.location-icon {
  background: url("/images/pin.png") no-repeat center top;
  width: 40px;
  height: 22px;
  display: inline-block;
  background-size: contain;
}

.calendar-icon {
  background: url("/images/calendar-icon.png") no-repeat center top;
  width: 38px;
  height: 19px;
  display: inline-block;
  background-size: contain;
  margin: 0 5px;
}

.is-active i.has-more {
  transform: rotate(-180deg);
}

.accelerator-rotation-container {
  height: 20px;
  width: 140px;
  overflow: hidden;
}

.accelerator-rotation-container__block {
  font-size: 13px;
  margin-top: 3px;
  display: flex;
  align-items: center;
}

.accelerator-rotation-container__block.counting-fast span {
  color: var(--green);
  font-size: 0.85rem;
}

.accelerator-rotation-container__block.counting-fast svg {
  width: 14px;
  height: 14px;
  fill: var(--green);
}

.accelerator-rotation-container__block.selling-fast span {
  color: #831797;
  font-size: 0.85rem;
}

.accelerator-rotation-container__block.selling-fast svg {
  fill: #831797;
}

.accelerator-rotation-container__block.has-discount-fast span {
  color: #ff4242;
}

.accelerator-rotation-container__block.has-discount-fast svg {
  fill: #ff4242;
}

.accelerator-rotation-container__block svg {
  width: 7px;
  height: 12px;
  margin-top: -1px;
  margin-right: 5px;
  vertical-align: middle;
  transition: opacity 0.4s;
}

a.cancel {
  background: url("/images/actions/mass-delete.svg") no-repeat center;
}

a.has-icon-info {
  width: 15px;
  height: 15px;
  background-size: contain !important;
  margin: 0 5px;
}

a.copy {
  background: url("/images/actions/internal-copy.svg") no-repeat center;
}

a.remove-t {
  background: url("/images/actions/internal-delete.svg") no-repeat center;
}

a.duplicate {
  background: url("/images/actions/mass-copy.svg") no-repeat center;
}

a.reload {
  background: url("/images/actions/mass-edit-1.png") no-repeat center;
}

a.edit {
  background: url("/images/icons/action/settings.png") no-repeat center;
}

.is-red-color {
  color: #ff4242 !important;
}

*:focus,
*:hover {
  outline: none;
}

body {
  background-color: var(--backgroundColor);
  font-display: optional;
}

[v-cloak] {
  display: none;
}

.green {
  color: #1f70c1 !important;
}

.is-red-color {
  color: var(--red);
}

.is-red {
  background: rgba(249, 81, 81, 0.8) !important;
  border-radius: 4px;
}

.is-yellow {
  color: var(--yellow);
}

.is-blue {
  color: #3490dc;
}

.is-black {
  color: #000 !important;
}

.is-grey-color {
  color: var(--color3) !important;
}

.is-bold {
  font-weight: bold;
}

p.price,
div.the-price,
strong.price,
h4.price {
  color: rgb(86, 39, 87) !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  width: 100% !important;
}

p.price.is-green,
div.the-price.is-green,
strong.price.is-green,
h4.price.is-green {
  font-weight: bold !important;
  color: var(--green) !important;
  text-align: center;
}

@media screen and (max-width: 1087px) {
  p.price.is-green,
  div.the-price.is-green,
  strong.price.is-green,
  h4.price.is-green {
    text-align: left;
    font-size: 1.6rem !important;
  }
}

h2 {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
}

p {
  color: var(--color3);
}

a:hover {
  color: rgb(86, 39, 87);
}

h3 .font-normal {
  font-weight: normal;
}

.is-booktes {
  color: rgb(86, 39, 87) !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  outline: none;
}

.is-centered-box {
  text-align: center;
}

input[type=number] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

input[type=checkbox] {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  display: none;
}

input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  border: 1px solid #bbb;
  vertical-align: top;
  background: #fff;
  content: "";
  border-radius: 3px;
  min-width: 16px;
  border: 1px solid rgba(0, 174, 241, 0.8);
}

input[type=checkbox]:checked + label:before {
  background: rgba(0, 174, 241, 0.8);
  background: #00aef1 url("/svg/check.svg?v=30") no-repeat center;
  background-size: 15px;
}

input[type=radio] {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  display: none;
}

input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  border: 1px solid #bbb;
  vertical-align: top;
  background: #fff;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 241, 0.8);
}

input[type=radio]:checked + label:before {
  background: rgba(0, 174, 241, 0.8);
  background: #00aef1 url("/svg/check.svg?v=30") no-repeat center;
  background-size: 15px;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=password],
input[type=email],
.select2-container--default .select2-search--dropdown .select2-search__field,
.field-input {
  width: 100%;
  height: 53px;
  box-sizing: border-box;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff !important;
  border-radius: 4px;
  border: 0 !important;
  color: #222;
  border-bottom: 3px solid #fff;
}

input[type=text]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.field-input:disabled {
  cursor: no-drop;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.field-input:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

input[type=text].after-text,
input[type=tel].after-text,
input[type=number].after-text,
input[type=password].after-text,
input[type=email].after-text,
.select2-container--default .select2-search--dropdown .select2-search__field.after-text,
.field-input.after-text {
  padding-left: 30px;
}

input[type=text].nopadding,
input[type=tel].nopadding,
input[type=number].nopadding,
input[type=password].nopadding,
input[type=email].nopadding,
.select2-container--default .select2-search--dropdown .select2-search__field.nopadding,
.field-input.nopadding {
  padding-top: 0;
}

input[type=text].is-reverse-color,
input[type=tel].is-reverse-color,
input[type=number].is-reverse-color,
input[type=password].is-reverse-color,
input[type=email].is-reverse-color,
.select2-container--default .select2-search--dropdown .select2-search__field.is-reverse-color,
.field-input.is-reverse-color {
  background: var(--backgroundColor) !important;
}

input[type=text].is-reverse-color:focus,
input[type=tel].is-reverse-color:focus,
input[type=number].is-reverse-color:focus,
input[type=password].is-reverse-color:focus,
input[type=email].is-reverse-color:focus,
.select2-container--default .select2-search--dropdown .select2-search__field.is-reverse-color:focus,
.field-input.is-reverse-color:focus {
  background: var(--backgroundColor) !important;
}

input[type=text].input-map-icon,
input[type=tel].input-map-icon,
input[type=number].input-map-icon,
input[type=password].input-map-icon,
input[type=email].input-map-icon,
.select2-container--default .select2-search--dropdown .select2-search__field.input-map-icon,
.field-input.input-map-icon {
  padding-top: 0;
  padding-left: 40px;
  background: url(/images/icon-search.png) no-repeat 10px center;
}

input[type=text]#locatie,
input[type=tel]#locatie,
input[type=number]#locatie,
input[type=password]#locatie,
input[type=email]#locatie,
.select2-container--default .select2-search--dropdown .select2-search__field#locatie,
.field-input#locatie {
  color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  border: 0;
  background: #f1f3f4 url(/images/new-event/search-icon.png) no-repeat 10px center;
  background-size: 18px;
  padding-left: 40px;
  padding-top: 0;
  width: 100%;
}

.is-white input[type=text],
.is-white input[type=tel],
.is-white input[type=number],
.is-white input[type=password],
.is-white input[type=email],
.is-white .select2-container--default .select2-search--dropdown .select2-search__field,
.is-white .field-input {
  background-color: var(--backgroundColor) !important;
}

.field-input {
  height: 53px !important;
}

.date-time-picker .field-input,
.vdp-datepicker input {
  background: #fff url(/images/calendar-icon.png) no-repeat 10px 32px !important;
  height: 53px !important;
  background-size: 13px !important;
  padding-left: 30px !important;
}

.field.has-value:not(.no-label) .field-input {
  padding-top: 24px !important;
}

textarea {
  width: 100%;
  height: 169px;
  box-sizing: border-box;
  padding: 0 10px;
  padding-top: 26px;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  line-height: normal;
  resize: none;
  border: 0;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  border-radius: 4px;
}

textarea:focus {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.8) !important;
}

.box-upload {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  cursor: pointer;
  border-radius: 4px;
  border: 0;
  background: #fff;
  font-size: 14px;
}

.box-upload.is-square {
  height: 280px;
  max-width: 280px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .box-upload.is-square {
    width: 100%;
    max-width: 100%;
  }
}

.box-upload.is-square:hover i {
  font-size: 25px;
}

.box-upload.is-square i {
  font-size: 22px;
  transition: all 0.25s ease-in;
}

.box-upload.is-square p {
  font-size: 1rem;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  line-height: 1;
}

.box-upload img {
  width: 21px;
}

.box-upload input[type=file] {
  display: none;
}

.is-cut-text {
  text-decoration: line-through;
}

.main-content {
  padding-top: 50px;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .main-content {
    padding-top: 0;
  }
}

.main-content.no-padding {
  padding-top: 0;
}

.add-border-bttom {
  border-bottom: 1px solid #a5a5a5;
}

a {
  cursor: pointer;
}

.is-blue {
  font-size: 12px;
  line-height: normal;
  color: rgba(26, 123, 236, 0.7) !important;
  padding: 0;
  margin: 0;
}

.is-align-right {
  justify-content: flex-end;
}

.is-valign-center {
  height: 100%;
  align-items: center;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  text-overflow: "";
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0;
  height: 53px;
  background: url(/images/arrow-down.png) no-repeat 95% center;
  background-size: 15px;
  padding-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  border-radius: 4px;
  border: 0 !important;
  color: #222;
  padding-top: 0;
}

select:disabled {
  cursor: no-drop;
}

select.small-select {
  max-width: 140px;
  height: 30px;
  padding-top: 0;
  padding-right: 30px;
  text-overflow: ellipsis;
  border: 1px solid #7f8c8d !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

select.small-select select {
  text-overflow: ellipsis;
  overflow: hidden;
}

select option {
  color: #222;
}

select.no-border {
  border: 0;
}

select.noborder {
  width: auto;
  padding-right: 40px;
  border: 0;
  min-width: 120px;
}

.hastooltip {
  position: relative;
}

.hastooltip span {
  visibility: hidden;
  position: absolute;
  width: 170px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
  bottom: 125%;
  left: 50%;
  margin-left: -85px;
}

.hastooltip span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.hastooltip:hover span {
  visibility: visible;
  opacity: 1;
}

h3 {
  font-weight: bold;
  font-size: 1.25rem;
}

h3.is-uppercase {
  text-transform: uppercase;
}

h4 {
  font-weight: bold;
  color: #222222;
  font-size: 1rem;
}

h4.is-uppercase {
  text-transform: uppercase;
}

h4.is-grey {
  font-weight: bold;
  font-size: 15px;
  color: #545454;
  line-height: 1;
  width: 100%;
  font-weight: 600;
}

h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
}

.header-links {
  width: 100%;
  top: 50px;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99;
  transition: all 0.25s ease-in;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

.header-links.is-active {
  padding-top: 25px;
  height: auto;
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}

.header-links h4 {
  min-height: 35px;
}

.header-links ul {
  padding-bottom: 25px;
}

.header-links ul li a {
  color: rgba(84, 84, 84, 0.4);
  padding-bottom: 10px;
}

.header-links ul li a:hover {
  color: rgb(86, 39, 87);
}

.container.is-fluid {
  width: auto;
  margin: 0 32px;
  margin: 0;
}

.logo {
  background: url(/images/logo.png) no-repeat center top;
  width: 100px;
  height: 30px;
  background-size: contain;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 1087px) {
  .logo {
    background: url(/images/logo-mobile.png) no-repeat center;
    background-size: contain;
    width: 60px;
    height: 64px;
  }
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.35);
  background: #fdfeff;
  border: 0;
  z-index: 99999;
}

header#masterheader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 64px;
  z-index: 999990;
}

header#masterheader .navbar-burger {
  display: inline-block;
  width: 50px;
  margin: 0;
  height: 50px;
}

header#masterheader .navbar-burger span {
  color: rgb(86, 39, 87) !important;
  margin: 0 auto !important;
  height: 3px !important;
  width: 26px !important;
  left: calc(50% - 12px) !important;
}

header#masterheader .navbar-burger span:nth-child(1) {
  top: calc(50% - 8px);
}

header#masterheader .navbar-burger span:nth-child(3) {
  top: calc(50% + 6px);
}

header#masterheader .navbar-burger.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg) !important;
}

header#masterheader .navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg) !important;
}

header#masterheader .select2-container {
  min-width: 160px;
  margin-right: 10px;
  z-index: 99999;
}

header#masterheader .select2-container--default .select2-selection--single {
  border: 0;
}

header#masterheader .select2-container--default .select2-selection--single {
  border: 0 !important;
}

header#masterheader .vdp-datepicker__calendar {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.35);
  background: #fdfeff;
  border-radius: 5px;
  border: 0;
}

header#masterheader .vdp-datepicker__calendar .cell.selected {
  background: #fdfeff;
}

header#masterheader .vdp-datepicker__calendar header {
  border-bottom: 1px solid #e3e6e8;
  overflow: hidden;
}

header#masterheader .vdp-datepicker__calendar header + div {
  text-align: left;
}

header#masterheader .vdp-datepicker__calendar .cell {
  position: relative;
  padding: 0;
  border-right: 1px solid #e3e6e8;
  border-bottom: 1px solid #e3e6e8;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

header#masterheader .vdp-datepicker__calendar .cell.sun {
  border-right: 1px solid #e3e6e8;
}

header#masterheader .vdp-datepicker__calendar .cell.day:hover {
  border: 1px solid #4bd;
}

header#masterheader .vdp-datepicker__calendar .cell.blank {
  background-color: #f9fafa;
  cursor: default;
}

header#masterheader .vdp-datepicker__calendar .cell.blank:hover {
  border-right: 1px solid #e3e6e8;
  border-bottom: 1px solid #e3e6e8;
}

header#masterheader .vdp-datepicker {
  text-align: center;
  max-width: 90px;
  align-items: center;
  min-width: 60px;
  z-index: 999;
}

header#masterheader .vdp-datepicker input {
  opacity: 0;
  display: none;
}

header#masterheader .vdp-datepicker i {
  font-size: 20px;
}

header#masterheader .mobile-menu {
  background: url(/images/icons/mobile-menu-open.png) no-repeat center;
  width: 60px;
  height: 100%;
  background-size: 31px;
}

header#masterheader .mobile-menu.active {
  background: #e1e1e1 url(/images/icons/mobile-menu-open.png) no-repeat center;
  width: 60px;
  height: 100%;
  background-size: 31px;
  /* background: #000; */
}

header#masterheader .container {
  height: 100%;
  margin: 0 32px;
}

@media screen and (max-width: 1087px) {
  header#masterheader .container {
    margin: 0 15px;
  }

  header#masterheader .container .field {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header#masterheader .container {
    margin: 0 auto;
  }

  header#masterheader .container .field {
    width: 100%;
  }
}

header#masterheader .is-search-box {
  height: 70%;
  border: 1px solid #e1e1e1 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 70%;
}

header#masterheader .is-search-box:hover {
  background: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(87, 39, 88, 0.25);
}

@media screen and (max-width: 1087px) {
  header#masterheader .is-search-box {
    width: calc(100% - 64px);
    border-radius: 4px !important;
    margin-top: 12px !important;
    background-color: #fff;
  }
}

header#masterheader .is-search-box .is-flex {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1087px) {
  header#masterheader .is-search-box .is-flex {
    width: 100%;
  }
}

header#masterheader .columns {
  margin: 0;
  height: 100%;
  padding: 0;
  align-items: center;
}

header#masterheader .columns .column {
  margin: 0;
  padding: 0;
}

header#masterheader .right-menu {
  position: relative;
}

header#masterheader .right-menu span {
  margin: 0 5px;
  color: #a5a5a5;
}

header#masterheader .right-menu a.has-more {
  background: url("/images/arrow-down.png") no-repeat center right;
  background-size: contain;
  padding-right: 10px;
}

header#masterheader .right-menu a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.25;
}

header#masterheader .right-menu a:hover {
  color: rgb(86, 39, 87) !important;
}

header#masterheader .box-search {
  display: flex;
  align-content: center;
  text-align: left;
  align-items: center;
  height: 100%;
}

header#masterheader .box-search .is-max-half {
  width: 64%;
}

@media screen and (max-width: 1087px) {
  header#masterheader .box-search .is-max-half {
    width: 78%;
  }
}

header#masterheader .box-search .is-max-third {
  width: 38%;
}

header#masterheader .box-search button {
  border: 0;
  border-radius: 0;
  width: 30px;
  background: transparent;
}

header#masterheader .box-search button span {
  width: 22px;
  height: 22px;
  display: inline-block;
}

header#masterheader .box-search button span svg {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

header#masterheader .box-search input[type=text] {
  background: transparent !important;
  border: 0;
  height: 100%;
  color: #4c4c4c;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  header#masterheader .box-search input[type=text] {
    font-size: 0.8rem;
  }
}

header#masterheader .box-search input[type=text].minw {
  width: 100%;
  border-bottom: 0 !important;
  padding-top: 10px;
}

span.separator {
  background: #a5a5a5;
  height: 70%;
  width: 1px;
  display: inline-block;
}

.align-right {
  text-align: right;
}

.event-details .container {
  max-width: 1120px;
  margin: 0 auto;
}

.event-details .container .add-border-bttom {
  padding: 11px 15px;
}

.event-details .container h3 a {
  font-size: 1.1rem;
  color: #545454;
  color: #222222;
  font-weight: normal;
}

.event-details .container p {
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

.event-details .container .button {
  color: #fff;
}

.container.is-desktop {
  margin: 0 auto !important;
  position: relative !important;
  max-width: 1760px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .container.is-desktop {
    padding-left: 24px !important;
    padding-right: 24px !important;
    max-width: none !important;
  }
}

.is-flex-centered {
  align-items: center;
}

.is-centered {
  text-align: center;
}

.is-centered .column {
  text-align: left;
}

.is-centered.move-center .column {
  text-align: center;
}

.grey {
  color: rgba(0, 0, 0, 0.38);
  font-size: 1.1rem;
}

.is-green {
  color: #5fcf5d !important;
  font-size: 1.1rem;
}

.add-space {
  padding-top: 30px;
}

.grey-bk {
  background: rgba(165, 165, 165, 0.2);
  border-radius: 4px;
}

.main-image img {
  width: 100%;
  float: left;
}

@media screen and (max-width: 768px) {
  .headline-events {
    max-width: 94%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.headline-events h4 {
  float: left;
}

@media screen and (max-width: 768px) {
  .headline-events h4 {
    font-size: 14px;
    max-width: 75%;
    text-align: left;
  }

  .headline-events h4 a {
    font-size: 14px;
    text-transform: uppercase;
  }
}

.headline-events,
.listevents {
  width: 100%;
  padding-top: 16px;
}

.headline-events.is-select-tickets,
.listevents.is-select-tickets {
  border-bottom: 1px solid #a5a5a5;
  padding-bottom: 20px;
}

.headline-events::after,
.listevents::after {
  clear: both;
  content: " ";
  display: table;
}

.headline-events.no-padding,
.listevents.no-padding {
  padding-top: 0;
}

.headline-events.padding-small,
.listevents.padding-small {
  padding-top: 15px;
}

.headline-events.add-top,
.listevents.add-top {
  padding-top: 50px !important;
}

@media screen and (max-width: 768px) {
  .headline-events,
  .listevents {
    padding-top: 15px;
    overflow: hidden;
  }

  .headline-events.padding-small,
  .listevents.padding-small {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 1;
    width: 94%;
    margin: 0 auto;
    float: none;
    display: block;
  }

  .headline-events + .listevents,
  .listevents + .listevents {
    padding-top: 10px;
  }
}

.box-homepage-events {
  width: 100%;
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .box-homepage-events {
    padding: 0;
  }
}

.box-homepage-events.full-width {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .box-homepage-events.full-width {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.event-slider {
  width: 100%;
  height: 407px;
}

@media screen and (min-width: 1500px) {
  .event-slider {
    height: 407px;
  }
}

@media screen and (max-width: 1087px) {
  .event-slider {
    height: 287px;
  }
}

.event-slider .item {
  width: 100%;
  height: 407px;
}

.event-slider .item img {
  aspect-ratio: attr(width)/attr(height);
}

@media screen and (max-width: 1087px) {
  .event-slider .item {
    height: 287px;
  }
}

.event-slider .item .isVideo:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

.event-slider .item .isVideo:before {
  transition: all 0.25s ease-in;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\F04B";
  border: 1px solid #fff;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-slider .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-slider .owl-next,
.event-slider .owl-prev {
  top: 50%;
}

.event-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.event-slider .owl-dots .owl-dot {
  background: var(--color3);
  text-indent: -9999px;
  display: inline-block;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  outline: 0;
  border-radius: 50%;
  display: inline-block;
}

.event-slider .owl-dots .owl-dot span {
  display: none !important;
}

.event-slider .owl-dots .owl-dot.active {
  background: var(--mainColor1);
}

.owl-next,
.owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  transition: all 0.25s ease-in;
  transform: translate(0, -50%);
  cursor: pointer;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
}

.owl-next span,
.owl-prev span {
  font-size: 0;
  line-height: 0;
  text-indent: 0;
  cursor: pointer;
  width: 59px;
  height: 59px;
  background: url(/images/icons/arrow-left-white.png) no-repeat center top;
  display: block;
  background-size: contain;
}

@media screen and (max-width: 1087px) {
  .owl-next span,
  .owl-prev span {
    width: 39px;
    height: 39px;
  }
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 8px;
}

.owl-next span {
  transform: rotate(-180deg);
}

.slider-events-4 .slide {
  padding-bottom: 20px;
}

.slider-events-4 .owl-next,
.slider-events-4 .owl-prev {
  top: 30%;
}

.slider-events-4 .owl-next {
  right: 3px;
}

.slider-locations,
.slider-locations-list {
  padding-top: 16px;
}

.slider-locations .owl-dots,
.slider-locations-list .owl-dots {
  display: none;
}

.slider-locations .box-locations,
.slider-locations-list .box-locations {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.slider-locations .box-locations:hover img,
.slider-locations-list .box-locations:hover img {
  transform: scale(1.1);
}

.slider-locations .box-locations:hover a.main-link::before,
.slider-locations-list .box-locations:hover a.main-link::before {
  opacity: 0.5;
}

.slider-locations .box-locations:hover a.main-link h3,
.slider-locations-list .box-locations:hover a.main-link h3 {
  bottom: 50%;
  transform: translate(0%, 50%);
}

.slider-locations .box-locations:hover a.main-link h3 span,
.slider-locations-list .box-locations:hover a.main-link h3 span {
  opacity: 1;
}

.slider-locations .box-locations:hover a.button,
.slider-locations-list .box-locations:hover a.button {
  transform: translate(-50%, 0px);
  opacity: 1;
}

@media screen and (max-width: 1087px) {
  .slider-locations,
  .slider-locations-list {
    margin-top: 0;
  }
}

.slider-locations .slide,
.slider-locations-list .slide {
  padding-bottom: 20px;
}

.slider-locations .slide img,
.slider-locations-list .slide img {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}

.slider-locations .slide .overlay-info,
.slider-locations-list .slide .overlay-info {
  height: 164px;
}

.slider-locations .slide a.button,
.slider-locations-list .slide a.button {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 90px);
  opacity: 0;
  color: #fff;
  z-index: 99;
}

.slider-locations .slide a.main-link,
.slider-locations-list .slide a.main-link {
  overflow: hidden;
  width: 100%;
  height: 164px;
  position: relative;
  display: block;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.slider-locations .slide a.main-link:before,
.slider-locations-list .slide a.main-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e6da01;
  opacity: 0;
  transition: all 0.25s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

.slider-locations .slide a.main-link img,
.slider-locations-list .slide a.main-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: all 0.25s ease-in;
}

.slider-locations .slide a.main-link h3,
.slider-locations-list .slide a.main-link h3 {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 20;
  text-shadow: #000 1px 1px 8px;
  transition: all 0.25s ease-in;
}

.slider-locations .slide a.main-link h3 span,
.slider-locations-list .slide a.main-link h3 span {
  font-size: 0.9em;
  font-weight: 300;
  opacity: 0;
}

.view-all {
  float: right;
  color: var(--color3);
  font-size: 16px;
}

@media screen and (max-width: 1087px) {
  .view-all {
    color: rgb(86, 39, 87);
    font-size: 12px;
  }
}

.view-all i {
  margin-left: 10px;
}

.listevents .box-event {
  width: 100%;
  display: block;
  max-width: 320px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.25s ease-in;
}

@media screen and (max-width: 768px) {
  .listevents .box-event {
    margin: 0 auto;
  }
}

.listevents .box-event .add-opacity {
  opacity: 0.6;
}

@media screen and (min-width: 1088px) {
  .listevents .box-event:hover {
    background: hsl(0, 0%, 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  }
}

.listevents .box-event:hover .box-event-image:hover::before {
  pointer-events: none;
  opacity: 0.5;
}

.listevents .box-event:hover .box-event-image .like-image {
  opacity: 1;
}

.listevents .box-event .box-event-image {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-image {
    height: 260px;
  }
}

.listevents .box-event .box-event-image.add-height {
  height: 424px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-image.add-height {
    height: 362px;
  }

  .listevents .box-event .box-event-image.add-height img {
    opacity: 0.6;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.listevents .box-event .box-event-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e6da01;
  opacity: 0;
  transition: all 0.25s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

.listevents .box-event .box-event-image .like-image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 0;
  z-index: 30;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-image .like-image {
    opacity: 1;
  }
}

.listevents .box-event .box-event-image .like-image span {
  display: none;
}

.listevents .box-event .box-event-image .like-image svg {
  width: 18px !important;
  margin: 0 auto;
  height: 18px !important;
  display: block;
}

.listevents .box-event .box-event-image .like-image svg path {
  transition: all 0.25s ease-in;
}

.listevents .box-event .box-event-image .like-image.active svg path {
  fill: rgb(86, 39, 87);
}

.listevents .box-event .box-event-image a.main-image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: left top;
  transition: all 0.25s ease-in;
}

.listevents .box-event .box-event-image a.main-image img {
  width: 100%;
  float: left;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.listevents .box-event .box-event-image:hover a {
  transform: scale(1.1);
}

.listevents .box-event .box-event-info {
  width: 100%;
  padding: 13px 10px;
  min-height: 164px;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-info {
    min-height: 200px;
  }
}

.listevents .box-event .box-event-info .accelerator-rotation-container {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 95%;
  left: 2%;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-info .accelerator-rotation-container {
    position: static;
    bottom: 0;
  }
}

.listevents .box-event .box-event-info .is-flex {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-info .is-flex {
    width: 100%;
    display: block !important;
  }
}

.listevents .box-event .box-event-info p,
.listevents .box-event .box-event-info h4 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  text-transform: none;
}

.listevents .box-event .box-event-info p.time,
.listevents .box-event .box-event-info h4.time {
  color: rgba(84, 84, 84, 0.4);
}

.listevents .box-event .box-event-info p.time.time,
.listevents .box-event .box-event-info h4.time.time {
  color: rgb(86, 39, 87);
  max-width: 100%;
  font-size: 0.85rem;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-info p.time.time,
  .listevents .box-event .box-event-info h4.time.time {
    width: 100%;
    display: block !important;
    max-width: 100%;
  }
}

.listevents .box-event .box-event-info p.location,
.listevents .box-event .box-event-info h4.location {
  padding-top: 3px;
  font-size: 0.75rem;
}

.listevents .box-event .box-event-info p.thetitle,
.listevents .box-event .box-event-info h4.thetitle {
  color: #545454;
  line-height: 1;
  max-width: 100%;
  min-height: 36px;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-info p.thetitle,
  .listevents .box-event .box-event-info h4.thetitle {
    width: 100%;
    max-width: 100%;
  }
}

.listevents .box-event .box-event-info p.thetitle a,
.listevents .box-event .box-event-info h4.thetitle a {
  font-size: 15px;
  line-height: 18px;
  color: #545454;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .listevents .box-event .box-event-info p.thetitle a,
  .listevents .box-event .box-event-info h4.thetitle a {
    height: 58px;
    font-size: 1rem;
    display: block;
    line-height: 1.3;
  }
}

.listevents .box-event .box-event-info p.thetitle a:hover,
.listevents .box-event .box-event-info h4.thetitle a:hover {
  text-decoration: underline;
  color: rgb(86, 39, 87);
}

.listevents .box-event .box-event-info p {
  font-size: 1rem;
}

.listevents .box-event .box-event-info .share-btn {
  float: left;
  width: 15px;
  height: 21px;
  background: url("/images/share-icon.png") no-repeat center top;
  background-size: contain;
}

.listevents .box-event .box-event-info .add-btn {
  float: left;
  width: 30px;
  height: 30px;
  width: 20px;
  height: 20px;
  background: url("/images/add-icon.png") no-repeat center top;
  background-size: contain;
  margin-left: 10px;
}

.headline-events {
  text-align: center;
  padding-top: 25px;
}

@media screen and (max-width: 1087px) {
  .headline-events {
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.headline-events.padding-small {
  padding-top: 5px;
}

.headline-events h3 {
  width: 100%;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .headline-events h3 {
    font-size: 15px;
    padding-bottom: 5px;
  }
}

.headline-events h4 {
  text-align: left;
  font-size: 14px;
}

.headline-events h4 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .listevents {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

div.slider-multiple {
  height: 330px;
}

div.slider-multiple .owl-stage-outer {
  height: 330px;
}

div.slider-multiple .column {
  width: 90% !important;
  height: 290px;
  padding: 0;
  float: left;
}

div.slider-multiple .active.center + div.owl-item .column {
  float: right;
}

div.slider-multiple .box-event {
  position: relative;
  margin-top: 30px;
}

div.slider-multiple .box-event:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

div.slider-multiple .box-event p.price {
  width: 100% !important;
}

div.slider-multiple .active.center {
  width: 100%;
}

div.slider-multiple .active.center .box-event .box-event-image {
  height: 196px;
}

div.slider-multiple .active.center .box-event:before {
  display: none;
}

div.slider-multiple .active.center .box-event p.price {
  width: calc(100% - 50px) !important;
}

div.slider-multiple .active.center .column {
  transform: translate(-40px, -40px);
  width: calc(100% + 80px) !important;
}

div.slider-multiple .active.center .column .box-event {
  height: 320px;
}

div.slider-multiple .active.center .column p,
div.slider-multiple .active.center .column h4 {
  padding-bottom: 8px !important;
}

div.slider-multiple .active.center .column:before {
  display: none;
}

.slider .owl-dots {
  position: absolute;
  top: 30px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.slider .owl-dots .owl-dot {
  background: var(--blue);
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
  display: inline-block;
}

.slider .owl-dots .owl-dot span {
  display: none !important;
}

.slider .owl-dots .owl-dot.active {
  background: var(--mainColor1);
}

.btn-grey {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 5px;
  width: 146px;
  height: 30px;
  display: block;
  margin: 0 auto;
  color: #000000;
  opacity: 0.5;
  font-size: 0.75rem;
  line-height: 30px;
}

footer.footer {
  background: var(--footerCol);
  border-top: 5px solid var(--colorBorderOpacity);
}

footer.footer .line-after {
  position: relative;
}

footer.footer .line-after:after {
  height: 100px;
  width: 1px;
  content: "";
  background: #a5a5a5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  footer.footer .line-after:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  footer.footer .line-after {
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }
}

footer.footer .add-space-center {
  padding: 0 40px;
}

footer.footer .footer-image {
  max-width: 130px;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-image {
    max-width: 80px;
  }
}

footer.footer .last-one {
  max-width: 280px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer.footer .last-one {
    max-width: 100%;
  }
}

footer.footer .last-one h3 {
  color: #363636;
}

footer.footer .last-one .footer-image {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  footer.footer {
    padding-bottom: 10rem;
  }
}

footer.footer .center-logo {
  text-align: center;
  padding-bottom: 30px;
}

footer.footer .center-logo a h1 {
  color: rgba(0, 0, 0, 0.38);
}

footer.footer .footer-nav .logo {
  width: 150px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-nav .logo {
    margin: 0 auto;
    background: url(/images/logo.png) no-repeat center top;
    background-size: contain;
  }
}

footer.footer .footer-nav .social-links {
  display: flex;
  justify-content: flex-start;
  margin-left: 0px !important;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-nav .social-links {
    padding-bottom: 15px;
  }
}

footer.footer .footer-nav .social-links .column {
  margin-right: 10px !important;
  border: 0 !important;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-nav .social-links .column {
    max-width: 32px;
  }
}

footer.footer .footer-nav .innercol a {
  max-width: 40px;
  display: inline-block;
  font-size: 2rem;
  color: rgba(84, 84, 84, 0.4);
}

@media screen and (max-width: 768px) {
  footer.footer .footer-nav .innercol a {
    font-size: 2rem;
  }
}

footer.footer .footer-nav .innercol a:hover i.fa-facebook-square {
  color: #3c5a99;
}

footer.footer .footer-nav .innercol a:hover i.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

footer.footer .footer-nav .innercol a:hover i.fa-youtube-square {
  color: #ff0000;
}

footer.footer .footer-nav .innercol a:hover i.fa-twitter-square {
  color: #1da1f2;
}

footer.footer .footer-nav .innercol a:hover i.fa-tiktok {
  color: rgb(254, 44, 85);
}

footer.footer .footer-nav .logo + h2 {
  color: rgba(0, 0, 0, 0.38);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-top: -10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-nav .logo + h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1088px) {
  footer.footer .footer-nav .column {
    max-width: 270px;
  }
}

@media screen and (max-width: 1087px) {
  footer.footer .footer-nav {
    display: block;
  }

  footer.footer .footer-nav .column {
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }

  footer.footer .footer-nav .column:last-child {
    border-bottom: 0;
  }
}

footer.footer .footer-nav h3 {
  line-height: normal;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.38);
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media screen and (max-width: 1087px) {
  footer.footer .footer-nav h3 {
    background: url(/images/arrow-down.png) no-repeat right 10px;
    background-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  footer.footer .footer-nav h3.nothide {
    background: transparent;
  }

  footer.footer .footer-nav h3.multiple {
    border-top: 1px solid #e1e1e1;
  }
}

footer.footer .footer-nav ul {
  padding-bottom: 25px;
}

@media screen and (max-width: 1087px) {
  footer.footer .footer-nav ul {
    display: none;
  }
}

footer.footer .footer-nav ul li a {
  font-size: 14px;
  color: rgba(84, 84, 84, 0.6);
  line-height: 1;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
  display: block;
}

footer.footer .footer-nav ul li a:hover {
  color: rgb(86, 39, 87);
}

footer.footer .footer-cols {
  align-items: center;
  padding-bottom: 30px;
  max-width: 1340px;
}

footer.footer .footer-cols .columns {
  align-items: center;
  justify-content: center;
}

footer.footer .footer-cols .column {
  align-items: center;
}

@media screen and (max-width: 1087px) {
  footer.footer .footer-cols .column {
    width: 35% !important;
  }
}

@media screen and (max-width: 499px) {
  footer.footer .footer-cols .column {
    width: 100% !important;
  }
}

footer.footer .footer-cols .innercol {
  align-items: center;
  padding-top: 30px;
}

@media screen and (max-width: 1087px) {
  footer.footer .footer-cols .innercol {
    max-width: 100px;
    margin: 0 auto;
  }

  footer.footer .footer-cols .innercol .column {
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  footer.footer .footer-cols .innercol {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 220px;
    margin: 0 auto;
  }
}

footer.footer .footer-cols .innercol .column {
  padding: 0;
  margin: 0 0.35em;
}

footer.footer .footer-cols .innercol .column a {
  max-width: 40px;
  display: inline-block;
  font-size: 1.25rem;
  color: rgba(84, 84, 84, 0.4);
}

@media screen and (max-width: 768px) {
  footer.footer .footer-cols .innercol .column a {
    font-size: 1.5rem;
  }
}

footer.footer .footer-cols .innercol .column a:hover i.fa-facebook-square {
  color: #3c5a99;
}

footer.footer .footer-cols .innercol .column a:hover i.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

footer.footer .footer-cols .innercol .column a:hover i.fa-youtube-square {
  color: #ff0000;
}

footer.footer .footer-cols .innercol .column a:hover i.fa-twitter-square {
  color: #1da1f2;
}

footer.footer .footer-cols .innercol .column a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-cols .innercol .column {
    text-align: center;
  }
}

footer.footer .footer-cols a.btn {
  background: transparent;
  box-sizing: border-box;
  border-radius: 5px;
  width: 186px;
  height: 42px;
  display: block;
  margin: 0 auto;
  background: rgba(165, 165, 165, 0.5);
  color: rgba(84, 84, 84, 0.4);
  color: #fff;
  font-size: 1rem;
  line-height: 42px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-cols a.btn {
    width: 100%;
  }
}

footer.footer .footer-cols .btn-red {
  background: rgba(255, 158, 158, 0.5);
  border: 1px solid rgb(86, 39, 87);
  box-sizing: border-box;
  border-radius: 5px;
  width: 269px;
  height: 43px;
  display: block;
  margin: 0 auto;
  color: rgba(84, 84, 84, 0.4);
  font-size: 1rem;
  line-height: 43px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer.footer .footer-cols .btn-red {
    width: 100%;
  }
}

footer.footer .footer-cols p {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

footer.footer .footer-cols p strong {
  color: inherit;
}

.event-details h4 {
  font-size: 20px !important;
  line-height: 23px !important;
  font-weight: 600 !important;
  padding-bottom: 8px;
}

.event-details .description p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .event-details .description p {
    line-height: 24px;
    padding-right: 0px;
  }
}

.event-details .inner-details {
  width: 100%;
  padding: 20px 20px 20px 10px;
  height: 100%;
  position: relative;
}

.event-details .inner-details .buttons {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .event-details .inner-details .buttons {
    position: static;
  }
}

.event-details .inner-details .buttons a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(84, 84, 84, 0.6);
  margin-right: 10px;
}

.event-details .inner-details .buttons a span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .event-details .inner-details {
    padding: 10px;
    padding-bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.event-details .inner-details h2 {
  color: #562757;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .event-details .inner-details h2 {
    padding-top: 10px;
    line-height: 1.5 !important;
  }
}

.event-details .inner-details .location {
  background: url(/images/pin.png) no-repeat left 1px;
  line-height: 25px;
  display: inline-block;
  background-size: 20px;
  width: 100%;
  padding-left: 20px;
  line-height: 31px;
  font-size: 1.25rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 769px) {
  .event-details .inner-details .location {
    margin-bottom: 30px;
  }
}

.event-details .inner-details .age-limit {
  font-size: 1.25rem;
  padding-top: 50px;
  font-weight: normal;
}

.event-details .inner-details .social-links {
  position: absolute;
  width: 96%;
  bottom: 5px;
}

.event-details .inner-details .share-btn {
  float: left;
  height: 21px;
  background: url(/images/share-icon.png) no-repeat left 0px;
  line-height: normal;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  background-size: 13px;
  padding-left: 20px;
  line-height: 21px;
}

.event-details .inner-details .add-favorite {
  float: left;
  height: 21px;
  background: url(/images/heart.png) no-repeat left 0px;
  line-height: normal;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  background-size: 20px;
  padding-left: 20px;
  line-height: 21px;
}

.event-details .read-more {
  color: #3490dc;
  font-size: 1rem;
  display: inline-block;
  cursor: pointer;
}

.event-details .read-more span {
  background: url(/images/arrow-down.png) no-repeat center right;
  background-size: contain;
  width: 10px;
  height: 10px;
  transition: all 0.25s ease-in;
  display: inline-block;
  position: relative;
}

.event-details .read-more.isOpen span {
  transform: rotate(-180deg);
}

.event-details .price-option .accelerator-rotation-container {
  padding-top: 0;
  margin-top: 4px;
  width: 100%;
  overflow: hidden;
}

.event-details .price-option h4 {
  font-size: 14px;
  text-transform: none;
  font-weight: normal !important;
}

.event-details .price-option h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  color: rgba(84, 84, 84, 0.6);
}

.event-details .price-option p.price {
  font-size: 18px !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .event-details .price-option p.price {
    font-size: 15px !important;
  }
}

.event-details .price-option .button {
  width: 70%;
  margin: 0 auto;
  display: block;
  margin-top: 0px;
  font-size: 16px;
  overflow: hidden;
  line-height: 37px;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif;
  padding-bottom: 8px;
}

.event-details .price-option .button a.like-image {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.event-details .price-option .button a.like-image span {
  font-size: 12px;
}

@media screen and (min-width: 400px) {
  .event-details .price-option .button a.like-image span {
    font-size: 10px;
  }
}

.event-details .price-option .button a.like-image svg {
  margin-right: 10px;
}

.event-details .price-option .button a.like-image.active span {
  color: rgb(86, 39, 87);
}

.event-details .price-option .button.is-favorite {
  opacity: 0.7;
}

.map-location {
  padding: 20px 0;
  position: relative;
  max-width: 600px;
}

.map-location a.button-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
}

.map-location #map {
  width: 100%;
  height: 400px;
}

.gallery {
  width: 100%;
}

.gallery .columns {
  margin: 0;
}

.gallery .list-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 0;
  width: 90%;
}

.gallery .list-images.showAll .image.isHidden {
  display: block;
}

.gallery .list-images .image {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 154px;
  height: 102px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  margin-right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.gallery .list-images .image.isHidden {
  display: none;
}

.gallery .list-images .image.isVideo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("/images/play-button.png") no-repeat center;
  transform: translate(-50%, -50%);
}

.top-gap {
  padding-top: 15px;
}

[v-cloak] {
  display: none;
}

.view-more-images {
  width: 100%;
}

.view-more-images a {
  font-size: 1rem;
  color: #545454;
}

.overlay-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in;
}

@media screen and (max-width: 768px) {
  .overlay-info a.button-form span {
    font-size: 12px;
  }

  .overlay-info a.button-form p {
    font-size: 12px;
  }
}

.overlay-info:hover {
  background: rgba(230, 218, 1, 0.5);
}

.overlay-info a {
  width: 100%;
  max-width: 170px;
}

.overlay-info p {
  color: #fff;
}

.list-transport {
  display: flex !important;
  list-style: none !important;
  overflow: auto hidden !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  min-width: 100% !important;
}

.list-transport .left-icon {
  webkit-box-pack: justify !important;
  border: 1px solid rgb(221, 221, 221) !important;
  border-radius: 12px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 32px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 214px !important;
  overflow-wrap: anywhere !important;
  flex: 0 0 50%;
  margin-right: 1%;
}

@media screen and (max-width: 768px) {
  .list-transport .left-icon {
    width: 100%;
    display: block;
  }
}

.list-transport .left-icon .icon-list h4 {
  font-size: 18px !important;
  line-height: 24px !important;
  overflow-wrap: anywhere !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
}

.list-transport .left-icon .icon-list .icon-text p {
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "Open Sans";
  font-weight: normal;
}

.list-transport .left-icon .icon-list a {
  color: rgba(86, 230, 249, 0.7);
  font-size: 12px;
}

.list-transport .left-icon .icon-list .box {
  display: inline-block;
  padding: 5px;
  padding: 3px 7px;
  box-shadow: none;
  border: 1px solid #000000;
  font-size: 0.75rem;
  padding: 2px 5px;
}

.icon {
  position: relative;
  display: block;
  padding-bottom: 20px;
  width: 30px;
  height: 24px;
  margin: 0 auto !important;
}

.icon span {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  line-height: 1;
}

.icon.metrou {
  background: url("/images/icons/subway.svg") no-repeat center top;
}

.icon.tranvai {
  background: url("/images/icons/tram.svg") no-repeat center top;
}

.icon.transport_privat {
  height: 39px;
  margin-right: 10px;
  background: url("/images/icons/car.svg") no-repeat center top;
}

.icon.transport_privat span {
  bottom: -3px;
}

.icon.autobuz {
  height: 39px;
  background: url("/images/icons/bus.svg") no-repeat center top;
  margin-right: 10px;
}

.icon.autobuz span {
  bottom: -3px;
}

.icon.autocar {
  height: 39px;
  background: url("/images/icons/autocar.svg") no-repeat center top;
  margin-right: 10px;
}

.icon.autocar span {
  bottom: -3px;
}

.icon.taxi {
  background: url("/images/icons/taxi.svg") no-repeat center top;
}

.icon.uber {
  background: url("/images/uber.png") no-repeat center top;
  width: 60px;
}

.icon.taxify {
  background: url("/images/taxify.png") no-repeat center top;
  width: 70px;
}

.list-important {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin: 20px auto;
}

.list-important.fullitems ul li {
  border: 1px solid #dddddd !important;
  border-radius: 12px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 32px !important;
  height: 100% !important;
  min-height: 164px !important;
  margin-bottom: 20px;
  flex: 0 0 23%;
  margin-right: 2%;
}

.list-important.fullitems ul li img {
  opacity: 1;
  height: 37px;
}

@media screen and (max-width: 768px) {
  .list-important.fullitems ul li {
    flex: 0 0 63%;
  }
}

.list-important.fullitems ul li p {
  font-size: 1.25rem !important;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 768px) {
  .list-important {
    width: 100%;
    overflow: hidden;
    display: block;
  }
}

.list-important ul {
  width: 50%;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .list-important ul {
    display: flex;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    flex-wrap: inherit;
  }
}

.list-important ul li {
  width: 33%;
  display: block;
  align-items: center;
  text-align: center;
  padding-bottom: 5px;
  height: 110px;
}

@media screen and (max-width: 768px) {
  .list-important ul li {
    width: 150px;
    display: block;
    align-items: center;
    text-align: center;
    min-width: 100px;
  }
}

.list-important ul li p {
  margin: 0 auto;
  width: 48%;
  font-size: 1rem !important;
  font-weight: normal !important;
  display: inline-flex;
  align-items: center;
  width: 80%;
  display: block;
  line-height: 1.2em;
  white-space: normal;
}

@media screen and (max-width: 1499px) {
  .list-important ul li p {
    font-size: 11px !important;
  }
}

.list-important ul li .icon {
  height: auto;
  width: 40px;
  width: 50px;
  padding-bottom: 0;
  margin: 0 auto;
  padding-bottom: 0;
}

.list-important ul li .icon img {
  opacity: 1;
  height: 27px;
}

.taglist .a-tag {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  margin: 10px;
  color: #4a4a4a;
  padding: 0 0.75rem;
  font-size: 1rem;
}

.modal.is-active {
  z-index: 99999;
}

.modal.is-active input[type=text],
.modal.is-active input[type=password] {
  width: 100%;
  max-width: 500px;
  height: 50px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  clear: both;
  margin: 0 auto;
  background: var(--backgroundColor) !important;
  border-radius: 4px;
  padding: 0 10px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 94%;
  }
}

.modal-content .website-message {
  display: block;
}

.modal-content .website-message span {
  display: block;
  margin: 0 auto;
}

.modal-content .website-message p {
  text-align: center !important;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.modal-card-body h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #545454;
}

.modal-content-white {
  background: #fff;
  width: 100%;
  padding: 30px;
  max-width: 570px;
  text-align: center;
  margin: 0 auto;
  z-index: 99;
  border-radius: 4px;
  margin-top: -210px;
}

.modal-content-white .cell label.is-absolute {
  top: 14px;
}

.modal-content-white .field .field-input {
  padding-top: 29px !important;
}

.modal-content-white p {
  font-size: 16px !important;
  font-weight: bold !important;
}

.modal-content-white label.is-small {
  width: 100%;
  height: auto;
  font-size: 0.75rem;
}

.modal-content-white h4 {
  font-size: 16px;
  font-weight: bold;
}

.modal-content-white .buttons {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-top: 30px;
  justify-content: center;
}

.modal-content-white .buttons a {
  margin: 0 5px;
}

.modal-content-white .buttons.is-centered {
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.box-login {
  background: #fff;
  width: 100%;
  max-width: 469px;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.box-login input[type=checkbox] {
  display: none;
}

.box-login input[type=checkbox] + label {
  position: relative;
  padding-left: 0;
  margin-left: 26px;
  padding-top: 1px;
  cursor: pointer;
  text-align: left !important;
  color: #00aef1 !important;
  padding-right: 20px;
}

.box-login input[type=checkbox] + label a {
  color: #00aef1;
  font-weight: bold !important;
}

.box-login input[type=checkbox] + label:before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 5px;
  position: absolute;
  display: block;
  left: -25px;
  top: 3px;
  border: 1px solid #00aef1;
}

.box-login input[type=checkbox]:checked + label:before {
  background: #00aef1 url("/svg/check.svg?v=30") no-repeat center;
  background-size: 15px;
}

.box-login h3 {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.box-login .user-back {
  position: absolute;
  top: 31px;
  left: 10px;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 34px;
  top: 30px;
  border: 1px solid #3490dc;
  box-sizing: border-box;
  transform: rotate(0deg);
  background: #f1f3f4;
  display: block;
  border-radius: 50%;
}

.box-login .user-back:hover {
  background: #f1f3f4;
}

.box-login .user-back:hover img {
  width: 90%;
}

.box-login .user-back img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.15s ease-in;
  transform: translate(-50%, -50%);
}

.box-login label.is-centered {
  text-align: center;
  font-size: 1rem;
}

.box-login .is-v-h {
  overflow: hidden;
  padding-bottom: 20px;
}

.box-login h5 {
  font-weight: normal;
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
}

.box-login .is-blue {
  color: rgb(26, 123, 236);
}

.box-login h4 {
  color: rgba(73, 6, 116, 0.8);
  font-weight: bold;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .box-login h4 {
    padding-top: 30px;
  }
}

.box-login p.withpadding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.box-login .cell {
  width: 100%;
  display: block;
  margin-top: 20px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
}

.box-login .cell::after {
  clear: both;
  content: " ";
  display: table;
}

@media screen and (max-width: 768px) {
  .box-login .cell {
    width: 93%;
  }
}

.box-login .cell.cell-sms {
  margin: 0 auto;
  max-width: 430px;
  margin: 0 auto;
  display: flex;
}

.box-login .cell.cell-sms .icon-sms {
  margin-right: 10px;
}

.box-login .cell.cell-sms .sms-text {
  text-align: left;
  font-size: 1rem;
}

.box-login .cell .openRecover,
.box-login .cell .resendCode {
  display: inline-block;
  font-size: 1rem;
  color: rgba(26, 123, 236, 0.7);
  text-decoration: underline;
}

.box-login .cell .resendCode {
  float: left;
}

.box-login .cell.checkbox {
  text-align: center;
}

.box-login .cell.checkbox label {
  text-align: left;
  cursor: pointer;
}

.box-login .cell.checkbox.is-left {
  text-align: left;
}

.box-login .cell.checkbox p {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}

.box-login .cell span.changereadonly {
  background: url(/images/icons/edit-email.png) no-repeat center top;
  width: 21px;
  height: 20px;
  position: absolute;
  top: 36px;
  right: 20px;
}

.box-login .cell input[type=text],
.box-login .cell input[type=password] {
  margin-top: 0;
}

.box-login .cell input[type=text].readonly,
.box-login .cell input[type=password].readonly {
  color: rgba(0, 0, 0, 0.4);
}

.box-login label {
  width: 100%;
  line-height: normal;
  font-size: 14px;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 5px;
  text-align: center;
}

.box-login label.is-left {
  text-align: left;
}

.box-login label.is-pulled-left {
  float: left;
  width: auto;
  font-weight: bold;
}

.box-login label.is-pulled-left input[type=checkbox] {
  float: left;
  margin-top: 4px;
  margin-right: 7px;
}

.box-login label.is-pulled-left p {
  float: left;
  color: rgb(26, 123, 236);
}

.box-login button {
  width: 100%;
  height: 45px;
}

.box-login button span {
  font-weight: bold;
}

.box-login .horizontal-text {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.box-login .horizontal-text:after,
.box-login .horizontal-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 1000px;
  border-top: 1px solid #e5e5e5;
  top: 10px;
}

.box-login .horizontal-text:before {
  right: 100%;
  margin-left: 12px;
}

.box-login .horizontal-text:after {
  left: 100%;
  margin-left: 12px;
}

.box-login input[type=text],
.box-login input[type=password] {
  width: 100%;
  max-width: 400px;
  height: 50px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  clear: both;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 0 10px;
  margin-top: 10px;
}

.box-login .login-facebook,
.box-login .login-gooogle {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  padding: 5px 0;
  color: #fff;
  width: 48%;
  background-color: #3b5998;
  margin-right: 8px;
  transition: all 0.25s ease-in;
}

.box-login .login-facebook span,
.box-login .login-gooogle span {
  width: 30%;
  font-size: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  padding-right: 14px;
}

@media screen and (max-width: 768px) {
  .box-login .login-facebook span,
  .box-login .login-gooogle span {
    padding-right: 4px;
  }
}

.box-login .login-facebook p,
.box-login .login-gooogle p {
  color: #fff;
  width: 70%;
  padding-left: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .box-login .login-facebook p,
  .box-login .login-gooogle p {
    font-size: 14px;
  }
}

.box-login .login-gooogle {
  background-color: #df4a32;
}

.website-message {
  width: 90%;
  display: flex;
  margin: 30px auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.website-message h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 37px;
  color: rgba(95, 207, 93, 0.7);
}

@media screen and (max-width: 768px) {
  .website-message h1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

.website-message.is-big span.ok {
  width: 70px;
  height: 60px;
}

.website-message.is-big p {
  text-align: left;
  padding-left: 20px;
}

.website-message.is-big p strong {
  font-size: 1.5rem;
}

.website-message span.ok {
  width: 32px;
  height: 28px;
  background: url("/images/icons/checkbox-ok.png") no-repeat center top;
  background-size: contain;
  display: inline-block;
}

.website-message p {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.8);
}

.profile-icon {
  position: relative;
  padding-left: 30px;
  background-size: 20px;
  padding-right: 10px;
  padding-top: 10px;
  background: url(/images/arrow-down.png) no-repeat 95% center;
  padding-bottom: 10px;
  background-size: 10px;
}

.profile-icon:hover {
  background: rgba(196, 196, 196, 0.7) url(/images/arrow-down.png) no-repeat 95% center;
  background-size: 10px;
}

.profile-icon span.icon {
  background: url(/images/icons/profile-icon.png) no-repeat center top;
  width: 26px;
  display: inline-block;
  height: 26px;
  position: absolute;
  left: 0;
  top: 5px;
  background-size: contain;
}

.toggleAdvanced {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  background: url(/images/arrow-down.png) no-repeat 95% 8px;
  background-size: 18px;
}

.toggleAdvanced.active {
  background: url(/images/arrow-top-img.png) no-repeat 95% 8px;
  background-size: 18px;
}

.box-hidden {
  display: none;
}

.box-hidden.active {
  display: block;
}

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

.input_checkbox_big label {
  position: relative;
  width: 71px;
  height: 34px;
  background: rgba(112, 116, 114, 0.7);
  border: 1px solid rgba(165, 165, 165, 0.4);
  box-sizing: border-box;
  border-radius: 8px;
  display: block;
  cursor: pointer;
}

.input_checkbox_big label span {
  position: absolute;
  left: 90px;
  width: 500px;
  top: 6px;
}

.input_checkbox_big label:before {
  content: "" attr(no) "" !important;
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  position: absolute;
  top: 7px;
  left: auto;
  right: 6px;
  background: transparent !important;
  border: 0 !important;
  font-weight: bold;
}

.input_checkbox_big label:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 29px;
  background: #ffffff;
  border: 1px solid rgba(165, 165, 165, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  left: 2px;
  top: 2px;
}

.input_checkbox_big input[type=checkbox]:checked + label {
  position: relative;
  width: 71px;
  height: 34px;
  background: rgba(48, 202, 110, 0.7);
  border: 1px solid rgba(165, 165, 165, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  display: block;
}

.input_checkbox_big input[type=checkbox]:checked + label:before {
  content: "" attr(yes) "" !important;
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  position: absolute;
  top: 7px;
  left: 10px;
  right: auto;
  font-weight: bold;
}

.input_checkbox_big input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 29px;
  background: #ffffff;
  border: 1px solid rgba(165, 165, 165, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  left: 40px;
  top: 2px;
}

.input_checkbox_big.is-small {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.input_checkbox_big.is-small span {
  margin-right: 10px;
  font-size: 14px;
}

.input_checkbox_big.is-small .input_checkbox_big label:before {
  font-size: 14px;
  top: 3px;
  left: auto;
  right: 6px;
}

.input_checkbox_big.is-small label:before {
  font-size: 14px;
  top: 3px;
  left: auto;
  right: 6px;
}

.input_checkbox_big.is-small input[type=checkbox]:checked + label:before {
  top: 3px;
  font-size: 14px;
}

.input_checkbox_big.is-small input[type=checkbox]:checked + label {
  width: 53px;
  height: 24px;
}

.input_checkbox_big.is-small label:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
}

.input_checkbox_big.is-small label {
  position: relative;
  width: 55px;
  height: 24px;
}

.input_checkbox_big.is-small input[type=checkbox]:checked + label:after {
  width: 17px;
  height: 17px;
  left: 32px;
}

.cell {
  position: relative;
}

.rever-order-mobile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.rever-order-mobile .cell-2 {
  width: 100%;
}

.rever-order-mobile .cell-2 .button-form {
  width: 100% !important;
}

label {
  color: #545454;
  font-size: 14px;
  padding-bottom: 7px;
  display: inline-block;
}

label.is-absolute {
  position: absolute;
  left: 10px;
  top: 0px;
  color: rgba(84, 84, 84, 0.4);
  z-index: 9;
}

.the-form {
  width: 100%;
  display: block;
  text-align: left;
  max-width: 630px;
}

@media screen and (max-width: 1087px) {
  .the-form {
    max-width: 100%;
  }
}

.the-form .cell {
  margin-bottom: 30px;
}

.the-form .cell.nopadding-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.the-form .cell .text_explain {
  line-height: 1.2;
  padding-top: 10px;
}

.the-form.fullw {
  width: 100%;
  max-width: 98%;
}

.the-form h2 {
  font-size: 1.5rem;
  color: #545454;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid var(--color3);
  padding-bottom: 5px;
}

.the-form h2.noborder {
  width: auto;
  padding-right: 40px;
  border: 0;
  min-width: 90px;
}

.the-form h4 {
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  color: #545454;
  padding-bottom: 14px;
  display: inline-block;
  width: auto;
}

.the-form .row {
  width: 100%;
  margin-bottom: 30px;
}

.the-form .row .move-label input {
  padding-top: 20px !important;
  height: 53px;
}

.the-form .row .before-text {
  position: absolute;
  top: 33px;
  left: 6px;
  font-family: Arial;
  font-size: 10px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.4);
}

.the-form .row .extra-cell {
  float: left;
  margin-left: 20px;
  width: 100%;
  max-width: 400px;
}

.the-form .row .hastooltip-open {
  position: absolute;
  right: -20px;
  top: 0px;
}

.the-form .row .hastooltip-open.is-open span {
  visibility: visible;
  opacity: 1;
}

.the-form .row .hastooltip-open:hover span {
  visibility: visible;
  opacity: 1;
}

.the-form .row .hastooltip-open span {
  visibility: hidden;
  opacity: 0;
  left: 100%;
  top: 0;
  bottom: auto;
  margin-left: 0;
  height: auto;
  background: rgba(196, 196, 196, 0.2);
  border: 0.25px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  text-align: left;
  padding: 10px;
}

.the-form .row .hastooltip-open span:after {
  display: none;
}

.the-form .row .cell-2 {
  position: relative;
  width: 45%;
}

.the-form .row .cell-2 select {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .the-form .row .cell-2 {
    width: 100%;
  }
}

.the-form .row label span.is-required {
  color: red;
}

.the-form .row .cell-multiple {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .the-form .row .cell-multiple .cell-2 {
    margin-bottom: 20px;
  }
}

.the-form .row .cell {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .the-form .row .cell {
    width: 95%;
    position: relative;
    margin: 0 auto;
  }
}

.the-form .row .cell.move-left {
  margin-left: 44px;
  width: calc(100% - 45px);
}

.the-form .row .cell.addcircle {
  margin-left: 20px;
}

.the-form .row .cell.addcircle:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  top: 30%;
  transform: translate(0, -50%);
  display: block;
  position: absolute;
  left: -30px;
}

.the-form .row .cell.is-small {
  max-width: 150px;
}

.the-form .row .cell.move-centered {
  display: block;
  max-width: 230px;
  margin: 0 auto;
}

.the-form p {
  font-size: 0.75rem;
  font-weight: normal;
  padding-top: 5px;
}

.the-form .multiple-placeholder input[type=text],
.the-form .multiple-placeholder input[type=number],
.the-form .multiple-placeholder input[type=email] {
  padding-top: 15px;
}

.the-form .cell-full {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.the-form .cell-full span.explain {
  color: var(--mainColor1);
  font-size: 1rem;
  display: block;
  width: 100%;
}

.the-form .cell-full span.explain a {
  color: var(--blue);
}

.the-form .cell-full span.question {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
}

.the-form .cell-full span.edit {
  width: 11px;
  height: 11px;
  display: inline-block;
  background-size: 11px;
  margin-top: 2px;
}

.the-form .cell-full.first {
  padding-top: 10px;
}

.the-form .cell-full input[type=text] {
  padding-top: 0;
}

.the-form .cell-full label {
  width: 100%;
  font-size: 1rem;
  text-indent: 5px;
}

.the-form .cell-full label.noindent {
  text-indent: 0;
}

.the-form .cell .multiple-placeholder {
  width: 100%;
}

.the-form .cell .multiple-placeholder .list-radio-button {
  width: auto;
  float: left;
  max-width: 200px;
  margin-right: 30px;
}

.the-form .cell .multiple-placeholder .list-radio-button label {
  position: static;
}

.the-form .cell .multiple-placeholder .list-radio-button input[type=radio],
.the-form .cell .multiple-placeholder .list-radio-button input[type=checkbox] {
  margin-right: 10px;
}

.the-form .cell .multiple-placeholder .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.the-form .cell .multiple-placeholder .row .cell-box {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.the-form .cell .multiple-placeholder .row .cell-box .checkbox-value input[type=text] {
  padding-top: 0;
  margin-bottom: 5px;
}

.the-form .cell .multiple-placeholder .row .cell-box.no-flex {
  width: 33%;
  display: block;
}

.the-form .cell .multiple-placeholder .row .cell-box .cell-image {
  margin: 0 10px;
}

.the-form .cell .multiple-placeholder .row .cell-box .cell-image.multiple {
  width: 160px;
}

.the-form .cell .multiple-placeholder .row .cell-box .cell-image.multiple .icon {
  float: left;
  width: 20%;
  background-size: contain;
  margin-right: 11%;
  margin-top: 10px;
}

.the-form .cell .multiple-placeholder .row .cell-box input[type=text] {
  height: 23px;
}

.the-form .cell.first {
  padding-top: 60px;
}

.the-form .cell .icon-cell {
  width: 34px;
}

.the-form .cell .icon-cell img {
  width: 34px;
}

.the-form .cell .box-cell {
  width: calc(100% - 34px);
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .the-form .cell .box-cell {
    width: 100%;
  }
}

.the-form .cell .box-cell h3 {
  font-size: 1.5rem;
  color: #545454;
}

.the-form .cell .box-cell h3 span {
  font-weight: normal;
  font-size: 1rem;
  text-transform: none;
}

.the-form .cell .box-cell p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  padding-bottom: 10px;
}

.the-form .cell.add-gap {
  margin-top: 20px;
}

.the-form .cell .add-gap {
  margin-top: 20px;
}

.the-form .cell .cell-2 {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

.the-form .cell .cell-2.cell-2-3 {
  width: 55.5%;
}

@media screen and (max-width: 768px) {
  .the-form .cell .cell-2.cell-2-3 {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .the-form .cell .cell-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .the-form .cell .cell-2.is-half-mobile {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
  }
}

.the-form .cell .cell-2.move-center {
  display: block;
  margin: 0 auto;
}

.the-form .cell .cell-2.is-centered {
  display: block;
  margin: 0 auto;
}

.the-form .cell .cell-2 select {
  width: 146px;
}

.the-form .cell .multiple-placeholder {
  position: relative;
}

.the-form .cell .multiple-placeholder .delete {
  position: absolute;
  right: -20px;
  top: -20px;
}

.the-form .cell .multiple-placeholder select.width {
  width: 100%;
  height: 53px;
}

.the-form .cell .multiple-placeholder span.size-sm {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}

.the-form .cell .multiple-placeholder label {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 13px;
  color: #222;
}

.the-form .cell .multiple-placeholder label.static,
.the-form .cell .multiple-placeholder label.is-static {
  position: relative;
  top: 0;
  left: 0;
}

.the-form .cell .multiple-placeholder input:focus + label {
  opacity: 0.3;
}

.the-form .cell button.size-sm {
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 5px;
  width: 213px;
  height: 38px;
  font-family: Arial;
  font-size: 1rem;
  display: block;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 10px auto;
  text-align: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}

.the-form .cell button.size-sm:hover {
  border: 1px solid rgba(244, 196, 24, 0.7);
  background: rgba(244, 196, 24, 0.7);
}

.the-form .cell button.size-sm:hover span {
  font-weight: bold;
}

.the-form .cell button.size-sm span {
  color: #272727;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: normal;
}

.newpreg {
  line-height: normal;
  font-size: 0.75rem;
  color: #1f70c1;
}

.newpreg.f2 {
  font-size: 1rem;
}

.is-daily {
  line-height: normal;
  font-size: 0.75rem;
  color: #0a71ea;
}

.is-daily.f2 {
  font-size: 1rem;
}

.button {
  cursor: pointer;
}

.button.mainbutton {
  color: #fff;
  font-weight: bold;
  min-width: 246px;
  height: 37px;
  transition: all 0.25s ease-in;
  padding-top: 0px;
  max-width: 260px;
  font-family: "Poppins", sans-serif;
}

.button.mainbutton.is-small-button {
  height: 32px;
  max-width: 176px;
  padding-top: 0;
  min-width: 10px;
  align-items: center;
}

.button.mainbutton.is-small-button span {
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .button.mainbutton {
    width: 100%;
    max-width: 90%;
  }
}

.button.mainbutton.full-w {
  max-width: 460px;
  width: 84%;
  text-align: center;
}

.button.mainbutton.is-disable {
  opacity: 0.3;
  transform: scale(1);
  cursor: default;
}

.button.red {
  background: rgba(249, 81, 81, 0.5);
  border-radius: 4px;
  font-size: 16px;
  color: rgba(39, 39, 39, 0.5);
}

.button.redfull {
  background: rgba(249, 81, 81, 0.8);
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  min-width: 105px;
}

.button.green {
  min-width: 111px;
  color: #fff;
}

.add-gap-right {
  margin-right: 50px;
}

.button.grey {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.button.no-bk {
  background: transparent;
}

.boxes {
  width: 100%;
  border: 0;
}

.boxes .box {
  width: 100%;
  border: 0;
  margin-bottom: 30px;
}

.boxes .box p {
  font-size: 1rem;
  padding-bottom: 10px;
}

.boxes .box img {
  display: block;
  margin: 0 auto;
}

.fulloverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.01);
  top: 50px;
  display: none;
  z-index: 99;
}

.fulloverlay.active {
  display: block;
}

.popup-menu {
  background: #ffffff;
  position: absolute;
  top: 46px;
  right: 0;
  text-align: left;
  width: 291px;
  display: none;
  border: 1px solid #ccc;
  color: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.35);
  background: #fdfeff;
  border-radius: 5px;
}

.popup-menu.active {
  display: block;
}

.popup-menu ul {
  margin: 0 auto;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  width: 95%;
}

.popup-menu ul:last-child {
  border-bottom: 0;
}

.popup-menu ul li {
  width: 100%;
}

.popup-menu ul li span {
  display: inline-block;
}

.popup-menu ul li a {
  color: #232222;
  vertical-align: middle;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 10px;
  letter-spacing: 0.25px;
  font-size: 14px;
}

span.heart {
  background: url("/images/icon-account/heart.png") no-repeat center top;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.question {
  background: url("/images/admin/question.png") no-repeat center top;
  width: 11px;
  height: 11px;
  background-size: contain;
  cursor: pointer;
}

span.list {
  background: url("/images/icon-account/list.png") no-repeat center top;
  width: 18px;
  height: 18px;
  background-size: 18px;
}

span.logout {
  background: url("/images/icon-account/logout.png") no-repeat center top;
  width: 18px;
  height: 14px;
  background-size: 13px;
}

span.profile {
  background: url("/images/icon-account/profile.png") no-repeat center top;
  width: 18px;
  height: 18px;
  background-size: 13px;
}

span.events {
  background: url("/images/icon-account/list.png") no-repeat center top;
  width: 18px;
  height: 18px;
  background-size: 13px;
}

span.list {
  background: url("/images/icon-account/list.png") no-repeat center top;
  width: 18px;
  height: 18px;
  background-size: 18px;
}

span.view {
  background: url("/images/admin/view.png") no-repeat center top;
  width: 18px;
  height: 18px;
  background-size: 18px;
}

span.edit {
  background: url("/images/admin/edit.png") no-repeat center top;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 18px;
}

span.settings {
  background: url("/images/icon-account/settings.png") no-repeat center top;
  width: 18px;
  height: 18px;
  background-size: 18px;
}

span.tickets {
  background: url("/images/icon-account/tickets.png") no-repeat center top;
  width: 18px;
  height: 18px;
  background-size: 18px;
}

span.notification-icon {
  background: url("/images/icon-account/notification.png") no-repeat center top;
  width: 13px;
  height: 14px;
  background-size: 13px;
}

.headerInner {
  width: 100%;
  border-bottom: 1px solid #a5a5a5;
}

@media screen and (max-width: 768px) {
  .headerInner {
    overflow: hidden;
    padding-bottom: 20px;
  }
}

.headerInner select {
  padding-top: 0;
}

.headerInner h2 {
  font-size: 1.25rem;
  color: #545454;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .headerInner h2 {
    padding-bottom: 20px;
  }
}

.headerInner .filter-events {
  width: 100%;
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  .headerInner .filter-events {
    padding-bottom: 30px;
  }
}

#searchinput {
  width: 90%;
  width: 430px;
  height: 45px;
  background: url("/images/search-icon.png") no-repeat 95% center;
  background-size: 20px;
  border: 1px solid rgba(84, 84, 84, 0.6);
  box-sizing: border-box;
  text-indent: 20px;
}

@media screen and (max-width: 768px) {
  #searchinput {
    width: 100%;
  }
}

.box-sort {
  width: 150px;
  display: flex;
  margin: 0 auto;
  height: 100%;
  align-items: center;
}

.box-sort img {
  width: 20px;
  height: 30px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-sort select {
  height: 25px;
  padding-top: 0;
  min-width: 170px;
  height: 25px;
  font-size: 1rem;
}

.tab-filters {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a5a5a5;
}

@media screen and (max-width: 768px) {
  .tab-filters {
    padding-bottom: 20px;
  }
}

.tab-filters.noborder {
  border: 0;
}

.tab-filters a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #545454;
}

@media screen and (max-width: 768px) {
  .tab-filters a {
    font-size: 15px;
  }
}

.tab-filters a.active {
  border-bottom: 3px solid rgb(86, 39, 87);
}

.box-event-list-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.35);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .box-event-list-inner {
    width: 100%;
    display: block;
  }
}

.box-event-list-inner:hover {
  box-shadow: 0 0 0 1px rgba(87, 39, 88, 0.1), 0 1px 10px rgba(87, 39, 88, 0.35);
}

.box-event-list-inner .event-quick-actions {
  width: 300px;
  border-left: 0;
  padding: 0 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .box-event-list-inner .event-quick-actions {
    width: 100%;
  }
}

.box-event-list-inner .event-quick-actions .box-actions {
  border-top: 0;
}

.box-event-list-inner .event-quick-actions .box-actions span {
  left: 10px;
}

.box-event-list-inner .event-image {
  width: 258px;
  height: 143px;
}

@media screen and (max-width: 768px) {
  .box-event-list-inner .event-image {
    width: 100%;
    height: 300px;
  }
}

.box-event-list-inner .event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-event-list-inner .event-info {
  box-sizing: border-box;
  width: calc(100% - 130px);
  padding: 5px 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .box-event-list-inner .event-info {
    width: 100%;
    padding: 20px 10px;
  }
}

.box-event-list-inner .event-info:after {
  content: "";
  width: 1px;
  height: 90%;
  background: #a5a5a5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.box-event-list-inner .event-info .money {
  width: 100%;
}

.box-event-list-inner .event-info .money img {
  width: 30px;
  margin-top: 5px;
}

.box-event-list-inner .event-info .money div p {
  font-weight: bold;
  text-align: right;
}

.box-event-list-inner .event-info .money div p.green {
  padding-top: 3px;
  color: rgba(35, 177, 58, 0.7);
}

.box-event-list-inner .event-info .tickets-no {
  width: 100%;
  text-align: right;
  color: rgba(84, 84, 84, 0.6);
  font-size: 1rem;
}

.box-event-list-inner .event-info .tickets-no span {
  color: rgba(35, 177, 58, 0.7);
}

.box-event-list-inner .event-info h3 {
  font-size: 1rem;
}

.box-event-list-inner .event-info h4 {
  font-weight: normal;
}

.box-event-list-inner .event-info h4.location {
  background: url(/images/pin.png) no-repeat left 6px;
  line-height: 25px;
  display: inline-block;
  background-size: 20px;
  width: 100%;
  padding-left: 20px;
  line-height: 31px;
  font-size: 0.75rem;
  font-weight: normal;
}

.box-event-list-inner .event-info p {
  font-size: 0.75rem;
  color: rgba(84, 84, 84, 0.4);
}

.box-event-list-inner .event-info .buttons {
  padding-top: 20px;
  padding-bottom: 10px;
}

.box-event-list-inner .event-info .buttons a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(84, 84, 84, 0.6);
  margin-right: 10px;
}

.box-event-list-inner .event-info .buttons a span {
  display: inline-block;
}

.box-picture {
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  display: flex;
  width: 145px;
  height: 135px;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
}

.box-picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

.box-picture + p {
  font-size: 0.56rem;
  padding-top: 4px;
  padding-bottom: 7px;
}

.fast-text {
  width: 50px;
  margin-top: 20px;
}

.is-small {
  width: 25%;
  height: 46px !important;
}

.is-third-h {
  width: 50% !important;
  margin-left: 5%;
}

.is-centered-vertical {
  align-items: center;
}

.list-users {
  width: 100%;
  border-bottom: 1px solid rgba(84, 84, 84, 0.6);
  border-top: 1px solid rgba(84, 84, 84, 0.6);
  margin-top: 64px;
}

.list-users .header .column {
  font-weight: bold;
}

.list-users .userrow {
  border-top: 1px solid rgba(84, 84, 84, 0.6);
  border-bottom: 1px solid rgba(84, 84, 84, 0.6);
}

.list-users .userrow:last-child {
  border-bottom: 0;
}

.list-permisions {
  text-align: left;
}

.error-message {
  color: var(--red);
  text-align: right;
  font-size: 0.75rem;
}

.box-hours {
  border: 1px solid rgba(10, 10, 10, 0.2);
  padding: 10px;
  margin-top: 20px;
}

.the-form .cell .multiple-placeholder .vdp-datepicker__calendar span.size-sm {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  color: rgba(84, 84, 84, 0.6);
}

.the-form .cell .multiple-placeholder .vdp-datepicker__calendar span.size-sm.today {
  background: rgba(10, 10, 10, 0.2);
}

.vdp-datepicker input {
  padding-top: 11px;
}

.dashboard {
  width: 100%;
}

.dashboard::after {
  clear: both;
  content: " ";
  display: table;
}

.dashboard aside {
  width: 250px;
  float: left;
  box-shadow: 0 8px 24px rgba(61, 119, 180, 0.12);
  transition: left 0.3s ease, width 0.3s ease;
  padding: 10px 10px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .dashboard aside {
    width: 100%;
  }
}

.dashboard aside .box-event {
  display: block;
}

.dashboard aside .box-event h2 {
  font-size: 1.25rem;
  color: rgba(84, 84, 84, 0.6);
  text-align: left;
}

.dashboard aside .box-event h4 {
  font-size: 0.75rem;
  text-align: left;
}

.dashboard aside .box-event img {
  width: 100%;
  height: 122px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard aside nav {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid var(--colorBorderOpacity);
}

.dashboard aside nav ul {
  width: 100%;
}

.dashboard aside nav ul li {
  clear: both;
  border-bottom: 1px solid var(--colorBorderOpacity);
  position: relative;
}

.dashboard aside nav ul li ul {
  opacity: 0;
  height: 0;
  transition: all 0.25s ease-in;
  padding-left: 20px;
}

.dashboard aside nav ul li ul li:last-child {
  border-bottom: 0;
}

.dashboard aside nav ul li.active-box ul,
.dashboard aside nav ul li.active ul {
  opacity: 1;
  padding-top: 4px;
  height: auto;
}

.dashboard aside nav ul li.has-child {
  background-size: 12px;
  background: url(/images/arrow-down.png) no-repeat 95% 15px;
  background-size: 12px;
}

.dashboard aside nav ul li.has-child:before {
  display: none;
}

.dashboard aside nav ul li.has-child.active-box,
.dashboard aside nav ul li.has-child.active {
  background: url(/images/arrow-top-img.png) no-repeat 95% 15px;
  background-size: 12px;
}

.dashboard aside nav ul li.active:before,
.dashboard aside nav ul li:hover:before {
  content: "";
  background: rgba(196, 196, 196, 0.4) url("/images/dots.svg") no-repeat center;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 44px;
}

.dashboard aside nav ul li a {
  font-size: 0.75rem;
  color: #000000;
  padding-left: 20px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}

.dashboard article {
  float: left;
  width: calc(100% - 300px);
  margin-left: 50px;
  max-width: 1130px;
}

@media screen and (max-width: 768px) {
  .dashboard article {
    width: 100%;
    margin: 0 auto;
  }
}

.dashboard article .add-event {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.box-yes {
  width: 27px;
  height: 21px;
  background: #ffffff;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  align-content: center;
  font-family: Arial;
  line-height: normal;
  font-size: 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  line-height: 1.6;
}

.checkbox.add-float {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.checkbox.add-float * {
  float: left;
}

.checkbox.add-float img {
  margin: 0 5px;
}

.checkbox.add-float label.static {
  width: 80px;
  font-size: 10px;
  cursor: pointer;
}

.links-header {
  width: 100%;
  border-bottom: 1px solid #a5a5a5;
  overflow: hidden;
  padding-bottom: 10px;
}

.links-header.add-top {
  padding-top: 20px;
}

.links-header a {
  float: left;
  position: relative;
  margin-right: 20px;
}

.links-header a .blue {
  color: #0a71ea;
}

.question {
  background: url(/images/q.png) no-repeat center top;
  width: 17px;
  height: 17px;
  background-size: contain;
  display: inline-block;
}

.add-padding-top {
  padding-top: 90px;
}

.add-padding-top.half {
  padding-top: 30px;
}

.back-button {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 30px;
  position: relative;
  z-index: 99;
}

.back-button:before {
  content: "";
  height: 30px;
  content: "\F053";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  left: 0;
  left: 0;
  top: 7px;
  font-size: 17px;
  text-align: center;
}

.next-button {
  font-size: 26px;
  color: #545454;
  padding-left: 40px;
  position: relative;
  z-index: 99;
}

.next-button:before {
  content: "";
  height: 30px;
  content: "\F054";
  display: block;
  position: absolute;
  left: 0;
  left: 0;
  top: 7px;
  font-size: 17px;
  text-align: center;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.calender-div .year-month-wrapper,
.vdp-datepicker__calendar .year-month-wrapper {
  background: transparent !important;
}

.calender-div button,
.vdp-datepicker__calendar button {
  width: auto !important;
}

.calender-div .nav-l,
.calender-div .nav-r,
.vdp-datepicker__calendar .nav-l,
.vdp-datepicker__calendar .nav-r {
  background: transparent !important;
  width: 25px !important;
}

.calender-div .port,
.calender-div .days,
.vdp-datepicker__calendar .port,
.vdp-datepicker__calendar .days {
  display: inline-block !important;
}

.vdp-datepicker__calendar .cell {
  width: 14.2857142857% !important;
  margin-bottom: 0;
}

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

.notification-option .notificare-img {
  width: 60px;
}

.notification-option p {
  width: 80px;
  margin-top: 0;
  margin-right: 10px;
}

.is-flex-center {
  display: flex;
  align-content: center;
  align-items: center;
}

.button-form,
.button {
  background: #00aef1;
  box-sizing: border-box;
  height: 38px;
  font-size: 1rem;
  display: block;
  display: flex;
  padding: 0 24px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 10px auto;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  transition: all 0.2s ease-out;
}

.button-form.is-inline,
.button.is-inline {
  display: inline-block;
  padding: 8px 20px;
}

@media screen and (max-width: 768px) {
  .button-form.is-inline,
  .button.is-inline {
    display: block !important;
    padding: 0 24px;
  }
}

.button-form:hover,
.button:hover {
  background: rgba(0, 174, 241, 0.7);
}

.button-form.show-more,
.button.show-more {
  background: transparent !important;
  border: 1px solid #00aef1 !important;
}

.button-form.show-more:hover,
.button.show-more:hover {
  background: #00aef1 !important;
}

.button-form.show-more:hover span,
.button.show-more:hover span {
  color: #fff !important;
}

.button-form.show-more span,
.button.show-more span {
  color: #00aef1 !important;
  font-size: 14px;
  font-weight: bold;
}

.button-form.is-another,
.button.is-another {
  background: #bdc3c7;
}

.button-form.is-another:hover,
.button.is-another:hover {
  background: #7f8c8d;
}

.button-form.is-cancel,
.button.is-cancel {
  background: transparent !important;
  border: 1px solid rgb(223, 49, 49) !important;
}

.button-form.is-cancel:hover,
.button.is-cancel:hover {
  background: rgb(223, 49, 49) !important;
}

.button-form.is-cancel:hover span,
.button.is-cancel:hover span {
  color: #fff !important;
}

.button-form.is-cancel span,
.button.is-cancel span {
  color: rgb(223, 49, 49) !important;
  font-size: 14px;
  font-weight: bold;
}

.button-form span,
.button span {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 38px;
}

.button-form span.is-small-font,
.button span.is-small-font {
  font-size: 11px;
}

.new-ticket {
  display: block;
  text-align: center;
  padding-top: 80px;
}

.new-ticket p {
  padding-bottom: 20px;
  display: block;
}

.tabs-event-header {
  width: 100%;
  border-bottom: 1px solid #a5a5a5;
  display: flex;
  justify-content: flex-start;
  padding-left: 0px;
  margin-bottom: 20px;
}

.tabs-event-header a {
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 10px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-transform: none;
  color: #545454;
}

.tabs-event-header a.active {
  border-bottom: 3px solid #0a71ea;
}

.ticket-list {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.ticket-list.subgroup-list {
  padding-top: 0;
  float: left;
}

.ticket-list.subgroup-list .ticket {
  max-width: 410px;
  float: left;
  width: 100%;
  border-top: 0px solid rgba(84, 84, 84, 0.6);
}

.ticket-list .toggleButton {
  width: 50px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}

.ticket-list .list-group {
  overflow: hidden;
  padding-bottom: 20px;
}

.ticket-list .list-subgroups {
  margin: 0 auto;
  margin-bottom: 2px;
  background: rgba(196, 196, 196, 0.2);
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  padding-left: 50px;
  border-bottom: 1px solid #fff;
}

.ticket-list .list-subgroups .list-all-tickets {
  float: left;
  overflow: hidden;
  min-width: 100%;
}

.ticket-list .list-subgroups .the-list {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  padding: 20px 0px;
  padding-bottom: 10px;
}

.ticket-list .list-subgroups .sort-icon {
  background: url("/images/icons/sort-icon.png") no-repeat center top;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.ticket-list .list-subgroups .clock-icon {
  background: url("/images/icons/time-icon.png") no-repeat center top;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.ticket-list .list-subgroups a {
  font-family: Arial;
  font-size: 12px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 10px;
}

.ticket-list .list-subgroups a:hover {
  text-decoration: underline;
}

.ticket-list .ticket {
  display: flex;
  margin: 0 auto;
  margin-top: 2px;
  background: #fff;
  align-items: center;
  border-radius: 4px;
  justify-content: flex-start;
  padding: 10px;
}

@media screen and (min-width: 1600px) {
  .ticket-list .ticket {
    justify-content: space-between;
  }
}

.ticket-list .ticket > div {
  margin-right: 10px;
}

.ticket-list .ticket > div.ticket-start-date {
  width: 250px;
}

.ticket-list .ticket p {
  padding: 0;
  margin: 0;
}

.ticket-list .ticket:hover {
  background: rgba(196, 196, 196, 0.4);
}

.ticket-list .ticket .sort-icon {
  background: url("/images/icons/sort-icon.png") no-repeat center top;
  width: 25px;
  height: 25px;
}

.ticket-list .ticket .ticket-type {
  background: url(/images/icons/ticket.png) no-repeat center top;
  padding-top: 20px;
  background-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  width: 43px;
  text-align: center;
}

.ticket-list .ticket .ticket-type.no-image {
  background: transparent;
}

.ticket-list .ticket .ticket-type.double {
  background: url("/images/icons/two-tickets.png") no-repeat center top;
  background-size: 16px;
}

.ticket-list .ticket .ticket-type.grup {
  background: url("/images/grup.png") no-repeat center top;
  background-size: 16px;
}

.ticket-list .ticket .ticket-type.subgrup {
  background: url("/images/subgrup.png") no-repeat center top;
  background-size: 16px;
}

.ticket-list .ticket .ticket-type.coupon {
  background: url("/images/icons/coupons.png") no-repeat center top;
  background-size: 16px;
}

.ticket-list .ticket .ticket-type p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #545454;
}

.ticket-list .ticket .is-empty {
  width: 20%;
}

.ticket-list .ticket .ticket-childrens {
  width: 20%;
  display: flex;
  align-items: center;
}

.ticket-list .ticket .ticket-childrens + .ticket-status {
  width: 10%;
}

.ticket-list .ticket .ticket-childrens h3 {
  font-size: 11px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

.ticket-list .ticket .ticket-childrens h3 span {
  font-size: 12px;
  line-height: normal;
  color: rgba(35, 177, 58, 0.7);
  margin-left: 10px;
}

.ticket-list .ticket .ticket-childrens h3:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.ticket-list .ticket .ticket-name-info {
  width: 180px;
  text-align: left;
}

@media screen and (min-width: 1600px) {
  .ticket-list .ticket .ticket-name-info {
    width: 36%;
  }
}

.ticket-list .ticket .ticket-name-info h4 span.offline {
  background: rgba(243, 201, 119, 0.89);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
}

.ticket-list .ticket .ticket-name-info h4 span.offline + p {
  color: rgba(243, 201, 119, 0.89);
  display: inline-block;
}

.ticket-list .ticket .ticket-name-info h4 span.passed {
  background: rgba(223, 49, 49, 0.7);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
}

.ticket-list .ticket .ticket-name-info h4 span.passed + p {
  color: rgba(223, 49, 49, 0.7);
  display: inline-block;
}

.ticket-list .ticket .ticket-name-info h4 span.next {
  background: #1f70c1 !important;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
}

.ticket-list .ticket .ticket-name-info h4 span.next + p {
  color: #1f70c1;
  display: inline-block;
}

.ticket-list .ticket .ticket-name-info h4 span.online {
  background: rgba(48, 202, 110, 0.7);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
}

.ticket-list .ticket .ticket-name-info h4 span.online + p {
  color: rgba(48, 202, 110, 0.7);
  display: inline-block;
}

.ticket-list .ticket .ticket-name-info.is-big {
  width: 280px;
}

.ticket-list .ticket .ticket-name-info.is-big-t {
  width: 280px;
}

.ticket-list .ticket .ticket-name-info h3 {
  font-size: 13px;
  line-height: normal;
  color: #545454;
}

.ticket-list .ticket .ticket-name-info h4 {
  font-size: 12px;
  line-height: normal;
  color: #545454;
  padding-bottom: 0;
}

.ticket-list .ticket .ticket-numbers {
  background: url("/images/icons/the-ticket-small.png") no-repeat center left;
  font-size: 12px;
  padding-left: 15px;
  font-size: 14px;
  background-size: 12px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}

.ticket-list .ticket .ticket-numbers span {
  font-size: 14px;
  line-height: normal;
  color: #1f70c1;
}

.ticket-list .ticket .ticket-numbers {
  background: url("/images/icons/the-ticket-small.png") no-repeat center left;
  font-size: 10px;
  padding-left: 15px;
  font-size: 16px;
  background-size: 12px;
  line-height: normal;
  font-size: 16px;
  color: #545454;
}

.ticket-list .ticket .ticket-numbers span {
  font-size: 16px;
  line-height: normal;
  color: #1f70c1;
  font-weight: bold;
}

.ticket-list .ticket .ticket-stock {
  background: url("/images/icons/pending.png") no-repeat center left;
  font-size: 10px;
  padding-left: 15px;
  font-size: 14px;
  background-size: 12px;
  width: 60px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}

.ticket-list .ticket .ticket-mandatory {
  background: url(/images/globe.png) no-repeat center left;
  font-size: 10px;
  padding-left: 20px;
  background-size: 16px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
  min-width: 90px;
}

.ticket-list .ticket .ticket-numbers {
  background: url(/images/link.png) no-repeat center left;
  font-size: 10px;
  padding-left: 13px;
  background-size: 10px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
  min-width: 90px;
  margin-left: 20px;
}

.ticket-list .ticket .ticket-type-option p {
  color: rgba(0, 0, 0, 0.5);
  width: 200px;
  font-size: 10px;
  display: flex;
  align-items: center;
}

.ticket-list .ticket .ticket-type-option p:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

.ticket-list .ticket .ticket-price {
  background: url(/images/icons/the-price.png) no-repeat center left;
  font-size: 10px;
  padding-left: 20px;
  background-size: 16px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}

.ticket-list .ticket .ticket-price p {
  font-size: 16px;
  font-size: 14px;
}

.ticket-list .ticket .ticket-people {
  background: url("/images/icons/age-group.png") no-repeat center left;
  font-size: 10px;
  padding-left: 15px;
  font-size: 14px;
  background-size: 12px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}

.ticket-list .ticket .ticket-visibility {
  background: url("/images/icons/globe.png") no-repeat center left;
  font-size: 10px;
  padding-left: 15px;
  font-size: 14px;
  background-size: 12px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}

.ticket-list .ticket select.is-small {
  background: transparent;
  border: 0;
  font-size: 10px;
  max-width: 100px;
  width: 160px;
  height: 30px !important;
  padding-top: 0;
  background: url(/images/arrow-down.png) no-repeat 95% center;
  background-size: 15px;
  padding-right: 27px;
}

.ticket-list .ticket .actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: 20px;
}

.ticket-list .ticket .actions label {
  padding-bottom: 0;
}

.ticket-list .ticket .actions input[type=checkbox] {
  margin-left: 10px;
}

.ticket-list .ticket .actions input[type=checkbox] + label:before {
  width: 15px;
  height: 15px;
  top: 0;
}

.ticket-list .ticket .actions a {
  width: 15px;
  height: 15px;
  background-size: contain !important;
  margin: 0 5px;
}

.ticket-list .ticket .actions a.cancel {
  background: url("/images/actions/mass-delete.svg") no-repeat center;
}

.ticket-list .ticket .actions a.copy {
  background: url("/images/actions/internal-copy.svg") no-repeat center;
}

.ticket-list .ticket .actions a.remove-t {
  background: url("/images/actions/internal-delete.svg") no-repeat center;
}

.ticket-list .ticket .actions a.duplicate {
  background: url("/images/actions/mass-copy.svg") no-repeat center;
}

.ticket-list .ticket .actions a.reload {
  background: url("/images/actions/mass-edit-1.png") no-repeat center;
}

.ticket-list .ticket .actions a.edit {
  background: url("/images/icons/action/settings.png") no-repeat center;
}

.ticket-list .ticket .ticket-location {
  background: url(/images/icons/icon-location-red.png) no-repeat left center;
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 23px;
  min-width: 130px;
}

.ticket-list .ticket .ticket-sold {
  width: 200px;
}

.ticket-list .ticket .ticket-sold img {
  margin-right: 6px;
}

.ticket-list .ticket .ticket-sold p {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.ticket-list .ticket .ticket-start-date p {
  font-size: 0.75rem;
}

.ticket-list .ticket .ticket-start-date p strong {
  color: #545454;
  display: flex;
  align-items: center;
}

.ticket-list .ticket .ticket-start-date span.icon-date {
  background: url(/svg/calendar.svg) no-repeat center top;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  margin: 0 5px;
}

.ticket-list .ticket .ticket-start-date span.icon-hour {
  background: url(/svg/time.svg) no-repeat center top;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  margin: 0 5px;
}

.ticket-list .ticket .ticket-status {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ticket-list .ticket .ticket-status .status {
  margin: 0 10px;
  text-align: center;
}

.ticket-list .ticket .ticket-status .status p {
  font-size: 10px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 5px;
  height: 20px;
  line-height: 1;
}

.ticket-list .ticket .ticket-status .status .bull {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

.ticket-list .ticket .ticket-status .status .bull.green.active {
  background: rgba(48, 202, 110, 0.7);
}

.ticket-list .ticket .ticket-status .status .bull.yellow.active {
  background: rgba(243, 201, 119, 0.89);
}

.ticket-list .ticket .ticket-status .status .bull.red.active {
  background: rgba(255, 158, 158, 0.7);
}

.ticket-list .ticket.smallbox {
  font-size: 11px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
}

.box-selection-popup-trigger {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin-top: 5px;
  background-color: #fff !important;
  border-radius: 4px;
  border: 0 !important;
  color: #222;
}

.list-obj {
  float: left;
}

.list-obj a.button-form {
  float: left;
  width: 80px;
  height: 20px;
  margin: 0;
  margin-top: 4px;
  margin-left: 3px;
}

.list-obj a.button-form.is-active {
  background: rgba(48, 202, 110, 0.7);
}

.list-obj input[type=text].qtyobject {
  float: left;
  width: 60px;
  background: #fff !important;
  height: 29px;
  margin-right: 10px;
  border: 1px solid rgba(84, 84, 84, 0.8) !important;
}

.popup-display-info {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
}

.popup-display-info .modal-close {
  right: 40px;
}

.popup-display-info .filters {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
  text-align: right;
  padding-right: 30px;
}

.popup-display-info .filters label {
  margin-left: 10px;
}

.popup-display-info .inner-popup {
  width: 96vw;
  background: #fff;
  min-height: 95vh;
  margin: 0 auto;
  margin-top: 2vh;
  border-radius: 10px;
  position: relative;
}

.popup-display-info .inner-popup .delete::before,
.popup-display-info .inner-popup .modal-close::before,
.popup-display-info .inner-popup .delete::after,
.popup-display-info .inner-popup .modal-close::after {
  background: #000;
}

.popup-display-info .inner-popup .total-selected {
  float: right;
  padding-right: 30px;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 6px;
}

.popup-display-info .inner-popup .total-selected p {
  float: right;
  padding-top: 15px !important;
}

.popup-display-info .inner-popup .total-selected a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.popup-display-info .inner-popup .list-tickets {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
  display: none;
  height: calc(100vh - 320px);
  overflow: auto;
}

.popup-display-info .inner-popup .list-tickets.is-active {
  display: block;
}

.popup-display-info .inner-popup .list-tickets li {
  width: 30%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: normal;
  cursor: pointer;
  min-height: 50px;
  color: rgba(0, 0, 0, 0.7);
}

.popup-display-info .inner-popup .list-tickets li label {
  margin-left: 10px;
  background: url("/images/icons/ticket-events.png") no-repeat left top;
  background-size: 12px;
  padding-left: 20px;
}

.popup-display-info .inner-popup .list-tickets li label span {
  color: rgba(0, 174, 241, 0.8);
}

.popup-display-info .inner-popup .list-tickets li label.has-image {
  background: transparent;
  padding-left: 0;
}

.popup-display-info .inner-popup .list-tickets li label.has-image img {
  max-width: 20px;
}

.popup-display-info .inner-popup h4 {
  text-align: center;
  font-size: 22px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.is-headline-back {
  font-size: 14px;
  line-height: normal;
  color: var(--mainColor1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.25px;
}

.ticket-box-flex {
  display: flex;
  justify-content: flex-start;
}

.ticket-box-flex .ticket {
  width: 400px;
}

.ticket-qty {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.ticket-qty span {
  font-size: 28px !important;
  line-height: normal !important;
  color: rgba(0, 174, 241, 0.8) !important;
  cursor: pointer !important;
}

.ticket-qty span.delete-q-w {
  min-width: 12px;
}

.ticket-qty span.can-delete-q {
  color: red !important;
  font-size: 15px !important;
}

.ticket-qty select {
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  height: 38px;
  width: 50px;
  line-height: 1;
  padding-top: 0;
  margin: 0 10px;
  background: var(--backgroundColor);
  text-indent: 6px;
}

@media screen and (max-width: 1087px) {
  .ticket-qty select {
    width: 60px;
  }
}

@media screen and (max-width: 369px) {
  .ticket-qty select {
    width: 47px;
  }
}

.ticket-qty input[type=number] {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  width: 50px;
  height: 28px;
  width: 50px;
  height: 28px;
  padding-top: 0;
  text-align: center;
  margin: 0 10px;
}

.box-selection {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}

.box-selection .box-creation-box {
  width: 361px;
  height: 51px;
  border-radius: 3px;
  padding: 5px 15px;
  position: relative;
  margin-right: 20px;
}

.box-selection .box-creation-box label {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: normal;
  color: #222;
  position: absolute;
  top: 4px;
  left: 11px;
  z-index: 99;
}

.box-selection .box-creation-box select {
  border: 0;
  padding-top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 21px;
}

.headline-form {
  width: 100%;
  line-height: normal;
  color: #f4c418;
  font-size: 1rem;
  border-bottom: 1px solid rgba(84, 84, 84, 0.4);
  margin-bottom: 30px;
  padding-bottom: 5px;
  padding-top: 30px;
}

.box-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 7px 0;
}

.box-rating .star-rating {
  display: flex;
  margin-right: 10px;
}

.box-rating .star-rating .no-ratings {
  margin-right: 10px;
}

.box-rating .star-rating .no-ratings span {
  font-weight: bold;
  color: rgb(86, 39, 87);
}

.box-rating .total-reviews {
  display: flex;
  align-items: center;
}

.box-rating .total-reviews span {
  font-size: 0.75rem;
}

.box-rating .total-reviews svg {
  height: 14px;
  width: 14px;
  display: block;
  fill: #562757;
  margin-right: 5px;
}

.star-rating__checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.star-rating__star {
  display: inline-block;
  padding: 0px;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.5em;
  color: #ababab;
  transition: color 0.2s ease-out;
}

.star-rating__star:hover {
  cursor: pointer;
}

.star-rating__star.is-selected {
  color: #ffd700;
}

.star-rating__star.is-disabled:hover {
  cursor: default;
}

.list-cities {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .list-cities {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    flex-wrap: wrap;
  }
}

.list-cities .city-info {
  width: 25%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .list-cities .city-info {
    min-width: 200px;
  }
}

.list-cities .city-info a {
  display: block;
}

.list-cities .city-info h3 {
  color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 20;
  color: #fff;
  bottom: 10px;
  left: 0;
  font-size: 1rem;
  text-shadow: #000 1px 1px 8px;
}

.list-cities .city-info:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e6da01;
  opacity: 0.3;
  transition: all 0.25s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  z-index: 10;
}

.list-cities .city-info:hover img {
  transform: scale(1.1);
}

.list-cities .city-info:hover::before {
  background: #e6da01;
  opacity: 0.5;
}

.list-cities .city-info img {
  width: 100%;
  height: 330px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in;
}

.is-relative {
  position: relative;
  overflow: hidden;
}

.event-action {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  display: flex;
}

.event-action .like-image,
.event-action .share-image {
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  display: block;
  background: #fff;
  width: 107px;
  height: 39px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 0 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer !important;
  overflow: hidden;
}

.event-action .like-image span,
.event-action .share-image span {
  font-size: 12px;
  color: 1rem;
  color: #545454;
  font-weight: 600;
}

.event-action .like-image svg,
.event-action .share-image svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.header-inner-event {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 100;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  z-index: 999;
  height: 60px;
  top: -60px;
  transition: all 0.5s ease-out;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .header-inner-event {
    top: 60px;
  }
}

.header-inner-event.active {
  opacity: 1;
  top: 0;
}

.header-inner-event .links {
  display: flex;
  height: 100%;
  align-items: center;
}

.header-inner-event .links a {
  color: rgb(86, 39, 87);
  font-size: 0.9rem;
  margin-right: 10px;
  font-weight: bold;
}

.header-inner-event .links a:hover,
.header-inner-event .links a.active {
  color: rgba(84, 84, 84, 0.4);
  text-decoration: underline;
}

.headline-event {
  width: 100%;
  height: 130px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .headline-event {
    height: 100px;
  }
}

.headline-event .logo-purchase {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 100px;
  margin-top: 0 !important;
}

@media screen and (max-width: 1087px) {
  .headline-event .logo-purchase {
    position: absolute;
    top: 10px;
    left: 30px;
    max-width: 100px;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .headline-event .logo-purchase + h2 {
    margin-top: 22px;
    width: 90%;
    margin: 0 auto;
    margin-top: 37px;
  }
}

.headline-event .logo-purchase + h2 a.back-button {
  color: #480674;
}

@media screen and (max-width: 1087px) {
  .headline-event .logo-purchase + h2 a.back-button {
    font-size: 18px;
    display: block;
    line-height: 1;
  }

  .headline-event .logo-purchase + h2 a.back-button:before {
    top: 2px;
    left: 0px;
  }
}

.headline-event .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.headline-event .container h2 {
  margin-top: 52px;
}

.headline-event .container h2 a {
  font-size: 26px;
  line-height: 30px;
}

.headline-event .container h2 a:before {
  top: 5px;
}

.box-full {
  width: 100%;
  max-width: 795px;
  position: relative;
}

@media screen and (max-width: 1087px) {
  .box-full {
    max-width: 90vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1087px) {
  .box-full.is-full .headline-events.padding-small {
    padding-top: 40px;
  }
}

.box-full .container {
  width: 100%;
}

.box-full .back-button {
  position: absolute;
  top: 35px;
  padding: 0;
  width: 15px;
}

.box-full .next-button {
  top: 35px;
  position: absolute;
  left: auto;
  right: 0;
  width: auto;
  padding: 0;
  width: 15px;
}

@media screen and (max-width: 768px) {
  .box-full .next-button {
    right: -2px;
  }
}

@media screen and (max-width: 1087px) {
  .is-flex-mobile {
    display: flex;
  }
}

.list-weeks {
  width: 100%;
  max-width: 790px;
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
  position: relative;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 20px;
}

@media screen and (max-width: 1087px) {
  .list-weeks {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: flex-start;
    margin: 0 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(70px, auto);
    margin-top: 30px;
  }
}

.list-weeks .calendar-box {
  width: 90px;
  height: 65px;
  background: #ffffff;
  border: 1px solid #3490dc;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  margin-bottom: 21px;
  margin-right: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1500px) {
  .list-weeks .calendar-box {
    border-width: 2px;
  }
}

@media screen and (max-width: 768px) {
  .list-weeks .calendar-box {
    width: 100%;
    margin: 0 auto;
  }
}

.list-weeks .calendar-box:hover * {
  color: #3490dc;
}

.list-weeks .calendar-box .month-of {
  position: absolute;
  top: -18px;
  left: 0;
  color: rgba(34, 34, 34, 0.6);
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  min-width: 100px;
  letter-spacing: 0.25px;
  text-align: left;
  font-weight: normal;
}

.list-weeks .calendar-box.is-red-border {
  border-color: rgba(207, 100, 93, 0.7);
}

.list-weeks .calendar-box.selectedDay {
  border-color: rgba(0, 174, 241, 0.8) !important;
}

.list-weeks .calendar-box.selectedDay * {
  color: rgba(0, 174, 241, 0.8);
}

.list-weeks .calendar-box.selectedDay:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 174, 241, 0.8);
}

.list-weeks .calendar-box.selectedDay.is-red-border {
  border-color: rgba(207, 100, 93, 0.7) !important;
  background: rgba(207, 100, 93, 0.2) !important;
}

.list-weeks .calendar-box.is-passed {
  border: 1px solid #7f8c8d;
  cursor: no-drop;
}

.list-weeks .calendar-box.is-passed span {
  opacity: 0.5;
}

.list-weeks .calendar-box span {
  font-size: 12px;
  display: block;
  text-align: center;
  padding-top: 5px;
  color: rgba(84, 84, 84, 0.6);
  line-height: 1;
}

.list-weeks .calendar-box span.is-sold {
  border-color: #cf645d;
}

.list-weeks .calendar-box span.dayOfMonth {
  font-weight: bold;
  font-size: 21px;
  padding-top: 6px;
}

.change-types {
  float: right;
  color: #1a7bec;
}

.box-results-hours {
  width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  height: 98px;
  overflow: hidden;
  margin-top: 20px;
}

.box-results-hours > span {
  font-size: 11px;
  padding-left: 10px;
  display: inline-block;
  letter-spacing: 0.25px;
  position: absolute;
  top: 26px;
  left: 40px;
}

.box-results-hours p {
  font-size: 14px;
  font-weight: normal !important;
  display: block;
  padding-top: 0px;
  color: #1f70c1;
}

.box-results-hours .box-hour {
  background: #fff;
}

.box-results-hours .box-hour > span {
  padding-left: 10px;
  font-size: 13px;
  padding-left: 0px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.25px;
}

.box-results-hours .owl-carousel {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .box-results-hours .owl-carousel {
    padding: 0;
  }

  .box-results-hours .owl-carousel .owl-prev {
    left: -10px;
  }

  .box-results-hours .owl-carousel .owl-next {
    right: -10px;
  }
}

.box-results-hours .owl-theme .owl-dots {
  display: none;
}

.box-results-hours .owl-theme .owl-nav .owl-prev {
  background: transparent !important;
  font-size: 0;
  margin-top: 25px;
}

@media screen and (min-width: 1088px) {
  .box-results-hours .owl-theme .owl-nav .owl-prev {
    left: -10px;
  }
}

.box-results-hours .owl-theme .owl-nav .owl-prev:before {
  content: "\F053";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #545454;
}

.box-results-hours .owl-theme .owl-nav .owl-next {
  font-size: 0;
  background: transparent !important;
  margin-top: 25px;
}

@media screen and (min-width: 1088px) {
  .box-results-hours .owl-theme .owl-nav .owl-next {
    right: -10px;
  }
}

.box-results-hours .owl-theme .owl-nav .owl-next:before {
  content: "\F054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #545454;
}

.box-results-hours .box-hour {
  height: 80px;
  padding: 5px 20px;
  cursor: pointer;
  width: 350px;
  border: 1px solid rgba(0, 174, 241, 0.8);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .box-results-hours .box-hour {
    width: 90%;
    max-width: 320px;
  }
}

.box-results-hours .box-hour .accelerator-rotation-container__block span {
  font-size: 13px;
}

.box-results-hours .box-hour > .the-price {
  position: absolute;
  right: 10px;
  top: 0;
  text-align: right;
  top: 5px;
  font-size: 18px;
  width: 70%;
}

.box-results-hours .box-hour .promo-price {
  position: absolute;
  right: 10px;
  top: 6px;
  text-align: right;
  display: block;
  font-size: 14px;
}

.box-results-hours .box-hour .promo-price .the-price {
  font-size: 16px;
}

.box-results-hours .box-hour .promo-price span.price-original {
  text-decoration: line-through;
  font-weight: 300;
  letter-spacing: 0.25px;
  display: flex;
  align-items: center;
  margin-right: 0px;
  font-size: 12px;
}

.box-results-hours .box-hour .sales-discount-n {
  position: absolute;
  right: 10px;
  top: 28px;
  color: var(--sold-out);
  font-weight: bold;
  font-size: 11px;
}

.box-results-hours .box-hour .promo-price + .sales-discount-n {
  top: 48px;
}

.box-results-hours .box-hour .sales-discount {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.box-results-hours .box-hour .sales-discount .price-option {
  position: absolute;
  right: 97px;
  top: 8px;
}

.box-results-hours .box-hour .sales-discount .accelerator-rotation-container__block {
  position: absolute;
  left: 39%;
  transform: translate(-50%, 0px);
  top: 5px;
  font-size: 15px;
}

.box-results-hours .box-hour.is-active {
  background: rgba(0, 174, 241, 0.3) !important;
}

.box-results-hours .box-hour.is-soldout {
  border: 1px solid rgba(207, 100, 93, 0.7);
}

.box-results-hours .box-hour.is-soldout:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(207, 100, 93, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}

.box-results-hours .box-hour:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box-results-hours strong {
  font-size: 1.25rem;
}

.box-results-hours strong.is-sold {
  color: #ff4242;
  font-size: 1.3rem;
  float: right;
  padding-top: 5px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0) rotate(-15deg);
  left: 50%;
  top: 30%;
}

.purchase-ticket-list {
  width: 100%;
  display: block;
  margin-bottom: 100px;
  padding-bottom: 10px;
  overflow: hidden;
  padding-top: 20px;
}

.purchase-ticket-list .headline-events {
  text-align: left !important;
  padding-top: 20px;
}

.purchase-ticket-list h5.group-title {
  font-size: 18px;
  color: #222;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 50px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
  text-transform: uppercase;
}

.purchase-ticket-list div:first-child h5.group-title {
  padding-top: 0;
}

.purchase-ticket-list .has-icon-more-sh-more {
  max-width: 210px;
  background: #f1f3f4;
  border-radius: 0 0 5px 5px;
  padding: 2px 24px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.purchase-ticket-list .has-icon-more-sh-more a i {
  top: 0;
  width: 12px;
  height: 12px;
}

.purchase-ticket-list .has-icon-more-sh-more a span {
  color: #707070;
}

.purchase-ticket-list .sub-tickets-list {
  clear: both;
  width: 97%;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 20px;
  float: right;
}

.purchase-ticket-list .sub-tickets-list::after {
  clear: both;
  content: " ";
  display: table;
}

.purchase-ticket-list .sub-tickets-list .ticket {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #a5a5a5;
  border-radius: 10px;
  float: right;
  padding-left: 20px;
  padding-right: 0;
  margin-bottom: 10px;
}

.purchase-ticket-list .sub-tickets-list .ticket .ticket-name {
  width: 430px;
}

@media screen and (max-width: 1087px) {
  .purchase-ticket-list .sub-tickets-list .ticket .ticket-name {
    max-width: 93%;
  }
}

.purchase-ticket-list .line {
  width: 100%;
  height: 1px;
  background: #a5a5a5;
  margin-top: 30px;
}

.purchase-ticket-list .has-icon-more {
  position: absolute;
  right: 51px;
  top: 30px;
  width: 110px;
  border: 1px solid #ecf0f1;
  border-radius: 5px;
  padding-top: 0px;
  height: 49px;
  background: rgb(241, 243, 244);
}

@media screen and (max-width: 768px) {
  .purchase-ticket-list .has-icon-more {
    position: static;
    width: 100%;
  }
}

.purchase-ticket-list p.show-more-btn {
  position: relative;
  top: 5px;
  left: 0;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.25px;
}

.purchase-ticket-list .ticket {
  width: 100%;
  border: 1px solid var(--backgroundColor);
  background: #fff;
  position: relative;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.purchase-ticket-list .ticket::after {
  clear: both;
  content: " ";
  display: table;
}

.purchase-ticket-list .ticket.showTickets {
  border-bottom: 1px solid #fff;
}

.purchase-ticket-list .ticket.has-more {
  background: url(/images/arrow-down.png) no-repeat right 15px;
  background-size: 15px;
  padding-right: 30px;
}

.purchase-ticket-list .ticket .is-sold-out {
  float: right;
  text-transform: uppercase;
  color: rgba(207, 100, 93, 0.7);
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  margin-top: 22px;
  padding-right: 20px;
}

@media screen and (min-width: 1088px) {
  .purchase-ticket-list .ticket .is-sold-out {
    vertical-align: middle;
    align-items: center;
    margin-top: 18px;
  }
}

.purchase-ticket-list .ticket .ticket-name {
  width: 450px;
  float: left;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .purchase-ticket-list .ticket .ticket-name {
    width: 100%;
  }
}

.purchase-ticket-list .ticket .ticket-name.is-sold-out * {
  color: rgba(84, 84, 84, 0.4);
}

.purchase-ticket-list .ticket .ticket-name h4 {
  font-size: 1rem;
  color: rgba(84, 84, 84, 0.8);
  font-size: 18px;
  text-transform: none;
  width: 100%;
}

.purchase-ticket-list .ticket .ticket-name p {
  font-size: 1rem;
  padding-top: 10px;
  width: 100%;
  font-weight: normal;
  color: rgba(84, 84, 84, 0.8);
}

.purchase-ticket-list .ticket .ticket-qty {
  width: 150px;
  text-align: center;
  float: right;
  display: flex;
  align-items: center;
}

.purchase-ticket-list .ticket .ticket-qty p.is-light {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
  .purchase-ticket-list .ticket .ticket-qty p.is-light {
    font-weight: 300;
    font-size: 12px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .purchase-ticket-list .ticket .ticket-qty {
    float: none;
    margin: 0 auto;
    width: auto;
    min-width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .purchase-ticket-list .ticket .ticket-qty span {
    display: none;
  }

  .purchase-ticket-list .ticket .ticket-qty select {
    width: 100%;
  }
}

.purchase-ticket-list .ticket .ticket-qty span {
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  .purchase-ticket-list .ticket .ticket-qty span {
    display: none;
  }
}

.purchase-ticket-list .ticket .ticket-qty .other-info {
  font-weight: normal;
  font-size: 0.75rem;
  color: #000;
  font-size: 12px;
  width: 100%;
  display: block;
  padding-top: 5px;
}

.purchase-ticket-list .ticket .ticket-qty select {
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  height: 38px;
  width: 50px;
  line-height: 1;
  padding-top: 0;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .purchase-ticket-list .ticket .ticket-qty select {
    width: 100%;
  }
}

.purchase-ticket-list .ticket .ticket-qty .prod-qty-type {
  font-weight: bold;
  font-size: 0.75rem;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
}

.purchase-ticket-list .ticket .ticket-price {
  float: left;
  text-align: right;
  width: 270px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}

.purchase-ticket-list .ticket .ticket-price.is-sold-out * {
  color: rgba(84, 84, 84, 0.4);
}

@media screen and (max-width: 768px) {
  .purchase-ticket-list .ticket .ticket-price {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.purchase-ticket-list .ticket .ticket-price p {
  font-size: 1.5rem;
  font-weight: 700;
  float: left;
  margin-left: 20px;
}

.purchase-ticket-list .ticket .ticket-price p strong {
  color: rgba(84, 84, 84, 0.8);
  letter-spacing: 0.25px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .purchase-ticket-list .ticket .ticket-price p {
    margin: 0;
    float: none;
    font-size: 1rem;
    width: auto;
    margin-right: 10px;
  }
}

p.discount-info {
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: rgba(249, 81, 81, 0.8) !important;
}

p.discount {
  font-size: 14px;
}

p.discount span.price-original {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.25px;
  margin-right: 10px;
}

.coin {
  text-transform: uppercase;
}

.is-sticky-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 1087px) {
  .is-sticky-cart {
    height: auto;
    padding-bottom: 20px;
  }

  .is-sticky-cart .columns {
    padding: 0 20px !important;
    text-align: center;
  }

  .is-sticky-cart .columns .button.mainbutton {
    width: 100%;
    min-width: 1px;
  }

  .is-sticky-cart .container,
  .is-sticky-cart .columns,
  .is-sticky-cart .column {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

.is-sticky-cart .total-minutes span#totalmin {
  color: rgba(10, 113, 234, 0.7);
  font-weight: bold;
  font-size: 1rem;
}

.is-sticky-cart p {
  font-size: 1rem;
}

.cart-page {
  padding-top: 40px;
}

@media screen and (max-width: 1087px) {
  .cart-page h3.cart-title,
  .cart-page .cart-page-header,
  .cart-page .cart-items-row,
  .cart-page .cart-totals {
    width: 90% !important;
    margin: 0 auto;
    float: none !important;
    margin-bottom: 20px;
  }
}

.cart-page h3.cart-title {
  font-weight: bold;
}

.cart-page .cart-button {
  float: right;
  width: 350px;
  margin-top: 5px;
  text-align: right;
}

@media screen and (min-width: 1088px) {
  .cart-page .cart-button {
    width: 100%;
  }
}

.cart-page .cart-button .button {
  float: right;
}

@media screen and (min-width: 1088px) {
  .cart-page .cart-button .button {
    float: right;
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .cart-page .cart-button .button {
    float: none !important;
    margin: 10px auto;
  }
}

@media screen and (max-width: 1087px) {
  .cart-page .cart-button {
    width: 100%;
    text-align: center;
    overflow: hidden;
    float: none;
    margin-bottom: 5px;
    padding-top: 10px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .cart-page .cart-button {
    width: 100%;
    text-align: center;
    overflow: hidden;
    float: none;
    margin-bottom: 5px;
    padding-top: 10px;
    min-height: 50px;
    display: block;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.cart-page .cart-totals {
  max-width: 350px;
  width: 100%;
  float: right;
  padding-top: 10px;
  box-shadow: -2px -2px 17px #e6e6e6;
  background: #fafafa;
  padding: 10px 0px;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 0;
  z-index: 999;
}

.cart-page .cart-totals::after {
  clear: both;
  content: " ";
  display: table;
}

@media screen and (min-width: 1088px) {
  .cart-page .cart-totals {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    min-height: 190px;
  }
}

@media screen and (max-width: 1087px) {
  .cart-page .cart-totals {
    box-shadow: -2px -2px 17px #e6e6e6;
    background: #fafafa;
    padding: 10px 0px;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 15px;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }
}

.cart-page .cart-totals h3 {
  float: right;
  font-weight: bold;
  font-size: 15px;
  color: #545454;
  line-height: 1;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  border-bottom: 1px solid #b9b8b8;
}

.cart-page .cart-totals .row-total {
  width: 100%;
  text-align: right;
  max-width: 242px;
  overflow: hidden;
  float: right;
  margin-bottom: 5px;
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0px 15px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-totals .row-total {
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
    padding-bottom: 5px;
  }
}

.cart-page .cart-totals .row-total p {
  float: left;
  font-weight: normal;
  color: #545454;
  line-height: 1;
  font-size: 14px;
}

.cart-page .cart-totals .row-total p.info {
  font-size: 0.75rem;
  text-align: right;
  width: 100%;
}

.cart-page .cart-totals .row-total h4 {
  float: right;
  font-weight: bold;
  font-size: 1.25rem;
  color: rgba(84, 84, 84, 0.4);
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
  width: 50% !important;
  color: #545454;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-totals .row-total h4 {
    font-weight: normal;
    font-size: 14px;
    color: #545454;
    line-height: 1;
  }
}

.cart-page .cart-page-header,
.cart-page .cart-items-row {
  overflow: hidden;
  margin-top: 50px;
  border-bottom: 1px solid #ecf0f1;
  padding: 10px 5px;
  border-radius: 5px;
  border: 0;
  box-shadow: -2px -2px 8px #e6e6e6;
  background: #fafafa;
  margin-bottom: 0;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-page-header,
  .cart-page .cart-items-row {
    padding: 10px 5px;
    border-radius: 5px;
    border: 0;
    box-shadow: -2px -2px 8px #e6e6e6;
    background: #fafafa;
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.cart-page .cart-page-header .cart-headline,
.cart-page .cart-page-header .cart-item-box,
.cart-page .cart-items-row .cart-headline,
.cart-page .cart-items-row .cart-item-box {
  float: left;
  font-weight: bold;
  font-size: 1rem;
  min-height: 30px;
  padding-bottom: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-page-header .cart-headline,
  .cart-page .cart-page-header .cart-item-box,
  .cart-page .cart-items-row .cart-headline,
  .cart-page .cart-items-row .cart-item-box {
    padding-bottom: 0;
  }
}

.cart-page .cart-page-header .cart-headline:first-child,
.cart-page .cart-page-header .cart-item-box:first-child,
.cart-page .cart-items-row .cart-headline:first-child,
.cart-page .cart-items-row .cart-item-box:first-child {
  margin-left: 0;
}

.cart-page .cart-page-header .cart-headline.size-1,
.cart-page .cart-page-header .cart-item-box.size-1,
.cart-page .cart-items-row .cart-headline.size-1,
.cart-page .cart-items-row .cart-item-box.size-1 {
  width: 270px;
  text-align: left;
}

@media screen and (max-width: 1087px) {
  .cart-page .cart-page-header .cart-headline.size-1,
  .cart-page .cart-page-header .cart-item-box.size-1,
  .cart-page .cart-items-row .cart-headline.size-1,
  .cart-page .cart-items-row .cart-item-box.size-1 {
    width: 100%;
  }
}

.cart-page .cart-page-header .cart-headline.size-2,
.cart-page .cart-page-header .cart-item-box.size-2,
.cart-page .cart-items-row .cart-headline.size-2,
.cart-page .cart-items-row .cart-item-box.size-2 {
  width: 110px;
  text-align: center;
}

@media screen and (max-width: 1087px) {
  .cart-page .cart-page-header .cart-headline.size-2,
  .cart-page .cart-page-header .cart-item-box.size-2,
  .cart-page .cart-items-row .cart-headline.size-2,
  .cart-page .cart-items-row .cart-item-box.size-2 {
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
  }
}

.cart-page .ticket-qty {
  margin-left: 0;
  margin: 0 auto;
  display: inline-flex;
}

@media screen and (max-width: 1087px) {
  .cart-page .ticket-qty {
    margin: 0;
  }
}

@media screen and (max-width: 1087px) and (min-width: 700px) {
  .cart-page .ticket-qty {
    min-width: 220px;
  }
}

.cart-page .cart-items-row {
  position: relative;
}

.cart-page .cart-items-row a.remove-item {
  background: url(/images/cart/delete.png) no-repeat center top;
  width: 16px;
  height: 16px;
  background-size: contain;
  display: block;
  float: right;
  margin-top: 14px;
}

.cart-page .cart-items-row .cart-item-box .ticket-qty p {
  font-weight: 300;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-items-row .cart-item-box .ticket-qty p {
    width: 100%;
    text-align: left;
  }
}

.cart-page .cart-items-row .cart-item-box p {
  color: #545454;
  font-size: 12px;
}

.cart-page .cart-items-row .cart-item-box p.list-tax {
  text-align: right;
  width: 100%;
  font-weight: normal;
}

.cart-page .cart-items-row .cart-item-box p.other-description {
  font-weight: 300;
  line-height: 1.2;
  color: #3490dc;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-items-row .cart-item-box p.other-description {
    font-size: 12px;
  }
}

.cart-page .cart-items-row .cart-item-box span.can-save {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 300;
}

.cart-page .cart-items-row .cart-item-box h4 {
  line-height: 1;
  font-size: 1.25rem;
  padding-top: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #545454;
}

.cart-page .cart-items-row .cart-item-box h4.is-cut {
  font-size: 14px;
  text-decoration: line-through;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-items-row .cart-item-box h4 {
    padding-top: 0;
    font-size: 16px;
    font-weight: normal;
  }

  .cart-page .cart-items-row .cart-item-box h4.price-mobile {
    width: 50% !important;
    padding-top: 15px;
    font-weight: 500;
  }
}

@media screen and (max-width: 369px) {
  .cart-page .cart-items-row .cart-item-box h4 {
    font-size: 14px;
  }
}

.cart-page .cart-items-row .cart-item-box .cart-item-image {
  width: 76px;
  height: 100px;
  float: left;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-items-row .cart-item-box .cart-item-image {
    height: 100px;
  }
}

.cart-page .cart-items-row .cart-item-box .cart-item-image img {
  width: 76px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-items-row .cart-item-box .cart-item-image img {
    height: 100px;
  }
}

.cart-page .cart-items-row .cart-item-box .cart-item-details {
  float: left;
  margin-left: 10px;
  width: 180px;
}

@media screen and (max-width: 1087px) {
  .cart-page .cart-items-row .cart-item-box .cart-item-details {
    width: calc(100% - 100px);
  }
}

.cart-page .cart-items-row .cart-item-box .cart-item-details span {
  color: rgba(84, 84, 84, 0.4);
  font-size: 0.75rem;
  font-weight: 300;
}

.cart-page .cart-items-row .cart-item-box .cart-item-details span.fullw {
  color: #3490dc;
  width: 100%;
  display: block;
}

.cart-page .cart-items-row .cart-item-box .cart-item-details span.fullw i {
  color: #3490dc;
  margin-right: 2px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .cart-page .cart-items-row .cart-item-box .cart-item-details span {
    font-weight: 300;
    font-size: 12px;
    color: #545454;
  }
}

@media screen and (max-width: 369px) {
  .cart-page .cart-items-row .cart-item-box .cart-item-details span {
    font-size: 14px !important;
  }
}

.steps {
  width: 100%;
  display: block;
  position: relative;
  min-height: 130px;
}

@media screen and (max-width: 768px) {
  .steps {
    min-height: 70px;
  }
}

.steps .box-steps {
  z-index: 20;
  position: absolute;
  left: 50px;
}

.steps .box-steps.box-line-2 {
  transform: translate(-50%, 0);
  left: 50%;
}

.steps .box-steps.box-line-3 {
  transform: translate(-50%, 0);
  left: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
  .steps .box-steps.box-line-3 {
    left: auto;
    right: 50px;
  }
}

.steps .box-steps .icon-text {
  position: absolute;
  left: -100px;
}

@media screen and (max-width: 768px) {
  .steps .box-steps span {
    display: none;
  }
}

.steps .box-steps .icon-box {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(0, 174, 241, 0.8);
  z-index: 20;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .steps .box-steps .icon-box {
    display: block;
  }
}

.steps .box-steps.active .icon-box {
  background-color: rgb(67, 190, 244) !important;
}

.steps .box-steps.box-line-1 .icon-box {
  background: #fff url("/images/cart/cart.png") no-repeat center;
  background-size: 19px;
}

.steps .box-steps.box-line-2 .icon-box {
  background: #fff url("/images/cart/details.png") no-repeat center;
  background-size: 19px;
}

.steps .box-steps.box-line-3 .icon-box {
  background: #fff url("/images/cart/payment.png") no-repeat center;
  background-size: 19px;
}

.steps .line-steps {
  width: 100%;
  height: 3px;
  background: rgba(0, 174, 241, 0.8);
  position: absolute;
  top: 20px;
  z-index: 1;
}

.box-actions {
  border-top: 1px solid #a5a5a5;
  margin-top: 10px;
  position: relative;
  padding-top: 10px;
}

.box-actions + .box-actions {
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .box-actions {
    width: 100%;
    margin-top: 40px;
  }
}

.box-actions .event-status {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 10px;
}

.box-actions .event-status + .no-border {
  text-indent: 9px;
}

.box-actions .event-status.online {
  background: #5fcf5d;
}

.box-actions .event-status.schedule {
  background: #1f70c1;
}

.box-actions .event-status.draft {
  background: #edcc21;
}

.box-actions .event-status.deleted,
.box-actions .event-status.canceled {
  background: rgba(249, 81, 81, 0.8) !important;
}

.box-actions .no-border {
  border: 0;
  margin-top: 0;
  padding-top: 0;
  height: 30px;
  text-indent: 0;
  width: auto;
  margin: 0 auto;
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  max-width: 100%;
  font-size: 14px;
  padding-right: 30px;
  padding-left: 14px;
  width: 100%;
  color: #545454;
  font-weight: 500;
}

.box-actions .no-border option {
  color: #545454;
  font-weight: 500;
}

.box-actions .is-blue {
  color: rgba(0, 174, 241, 0.8);
  max-width: 150px;
  margin: 0 auto;
  display: block;
}

.box-actions .is-blue option {
  color: rgba(0, 174, 241, 0.8);
}

.is-grey-select {
  color: #545454;
  font-size: 0.75rem;
  margin: 0 auto;
  display: block;
  padding-top: 0;
  height: 40px;
  text-indent: 9px;
  padding-left: 0;
}

.is-grey-select option {
  color: #545454;
}

@media screen and (max-width: 1087px) {
  .header-search-buttons.container.is-fluid {
    width: 100%;
    margin: 0 auto;
    margin-top: 64px;
    height: 59px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1087px) and (max-width: 1087px) {
  .header-search-buttons.container.is-fluid {
    padding: 0px;
    background: #fff;
  }
}

@media screen and (max-width: 1087px) {
  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.35);
    background: #fdfeff;
    border-radius: 5px;
    border: 0;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar .cell.selected {
    background: #fdfeff;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar header {
    border-bottom: 1px solid #e3e6e8;
    overflow: hidden;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar header + div {
    text-align: left;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar .cell {
    position: relative;
    padding: 0;
    border-right: 1px solid #e3e6e8;
    border-bottom: 1px solid #e3e6e8;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar .cell.sun {
    border-right: 1px solid #e3e6e8;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar .cell.day:hover {
    border: 1px solid #4bd;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar .cell.blank {
    background-color: #f9fafa;
    cursor: default;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker__calendar .cell.blank:hover {
    border-right: 1px solid #e3e6e8;
    border-bottom: 1px solid #e3e6e8;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker {
    text-align: center;
    max-width: 90px;
    align-items: center;
    min-width: 62px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1087px) and (max-width: 1087px) {
  .header-search-buttons.container.is-fluid .vdp-datepicker {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1087px) and (max-width: 768px) {
  .header-search-buttons.container.is-fluid .vdp-datepicker {
    padding-top: 0;
  }
}

@media screen and (max-width: 1087px) {
  .header-search-buttons.container.is-fluid .vdp-datepicker input {
    opacity: 0;
    display: none;
  }

  .header-search-buttons.container.is-fluid .vdp-datepicker i {
    font-size: 20px;
  }

  .header-search-buttons.container.is-fluid .location-icon,
  .header-search-buttons.container.is-fluid .calendar-icon {
    height: 100%;
    background-size: 22px;
    background-position: center;
  }

  .header-search-buttons.container.is-fluid .calendar-icon {
    width: 57px;
  }

  .header-search-buttons.container.is-fluid .field {
    width: calc(100% - 50px);
    height: 100%;
  }

  .header-search-buttons.container.is-fluid .field select {
    width: 100%;
    min-width: 200px;
  }

  .header-search-buttons.container.is-fluid .field .select2-container {
    width: 100% !important;
  }

  .header-search-buttons.container.is-fluid .field .select2-container--default .select2-selection--single {
    border: 0;
  }

  .header-search-buttons.container.is-fluid .field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
  }

  .header-search-buttons.container.is-fluid .field .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
  }

  .header-search-buttons.container.is-fluid .field .select2-container .select2-selection--single,
  .header-search-buttons.container.is-fluid .field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
  }

  .hp-slider {
    width: 100%;
    height: 60vh;
  }
}

@media screen and (max-width: 1087px) and (max-width: 768px) {
  .hp-slider {
    height: 35vh;
  }
}

@media screen and (max-width: 1087px) {
  .hp-slider .owl-dots {
    top: auto;
    bottom: 30px;
  }

  .hp-slider .item {
    width: 100%;
    height: 60vh;
  }
}

@media screen and (max-width: 1087px) and (max-width: 768px) {
  .hp-slider .item {
    height: 35vh;
  }
}

@media screen and (max-width: 1087px) {
  .hp-slider .item .event-details {
    display: none;
  }

  .hp-slider .item img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 1087px) and (max-width: 768px) {
  .hp-slider .item img {
    height: 35vh;
  }
}

@media screen and (max-width: 1087px) {
  .mobilescroll > div > div {
    width: 100%;
    overflow-y: auto;
    overflow-x: scroll;
    padding-bottom: 20px;
    flex: 1;
    display: flex;
    overflow: auto;
  }

  .mobilescroll .city-info,
  .owl-carousel.owl-theme.slider-locations .city-info,
  .owl-carousel.owl-theme.slider-events-4 .city-info {
    width: 61vw;
    float: left;
    margin-left: 10px;
    padding-bottom: 0;
  }

  .mobilescroll .slide,
  .owl-carousel.owl-theme.slider-locations .slide,
  .owl-carousel.owl-theme.slider-events-4 .slide {
    width: 61vw;
    float: left;
    margin-left: 10px;
    padding-bottom: 0;
    min-width: 200px;
  }

  .mobile-menu-box {
    position: fixed;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    top: 54px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--cartBkColor);
    border-top: 1px solid #e1e1e1;
    z-index: 999;
  }

  .mobile-menu-box.active {
    display: block;
  }

  .mobile-menu-box ul li {
    border-bottom: 1px solid #e1e1e1;
    line-height: 60px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
  }

  .mobile-menu-box ul li a.is-w {
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .mobile-menu-box ul li.selectl p {
    display: flex;
    align-items: center;
  }

  .mobile-menu-box ul li.selectl a.has-icon,
  .mobile-menu-box ul li.selectl .has-text-primary {
    margin-left: 10px;
    font-weight: bold;
  }

  .mobile-menu-box ul li.separator-box {
    background: #e1e1e1;
    height: 30px;
    line-height: 20px;
    padding: 5px;
    padding-left: 20px;
    font-weight: bold;
  }

  .mobile-menu-box ul li ul {
    width: 90%;
    margin: 0 auto;
  }

  .mobile-menu-box ul li ul li:last-child {
    border-bottom: 0;
  }

  section.event-details {
    padding-top: 10px;
  }

  #description h4 {
    padding-bottom: 20px;
  }

  #description .description {
    padding-bottom: 20px;
  }
}

.small-popup {
  position: fixed;
  max-width: 575px;
  left: 0px;
  bottom: 20px;
  min-height: 40px;
  background-color: #d32f2f;
  box-sizing: border-box;
  border-radius: 5px;
  opacity: 0;
  padding-left: 20px;
  border-radius: 4px;
  z-index: 9999;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  padding: 20px;
  text-align: left;
  justify-content: flex-start;
}

.small-popup.color {
  background-color: #3490dc;
}

.small-popup.blue {
  background-color: #3490dc;
  background-color: var(--blue);
}

.small-popup.green {
  background-color: #20ab5b;
  background-color: var(--green);
}

.small-popup.active {
  left: 30px;
  opacity: 1;
}

.small-popup p {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding-top: 0;
  padding-right: 20px;
}

.form-op {
  display: none;
}

.form-op.is-active-purchase {
  display: block;
}

.box-calendar {
  overflow: hidden;
}

.logo-purchase {
  max-width: 200px;
  margin: 0 auto;
  float: left;
}

.logo-purchase img {
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.newevent select {
  width: 100% !important;
}

.newevent .select2-container {
  width: 100% !important;
}

.newevent .select2-container--default .select2-selection--single {
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  border-radius: 4px;
  border: 0;
  height: 50px;
}

.newevent .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}

.newevent .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.is-absolute + input,
.is-absolute + select,
.is-absolute + .before-text + input {
  padding-top: 29px !important;
}

.check-info {
  width: 100%;
  display: block;
  border-top: 1px solid rgba(84, 84, 84, 0.4);
  overflow: hidden;
  padding: 0 5px;
  padding-top: 20px;
}

.check-info .status-check {
  float: left;
  border: 1px solid rgba(84, 84, 84, 0.4);
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.check-info .status-check i {
  font-size: 20px;
  color: #5fcf5d;
}

.check-info .status-check i.is-red-icon {
  color: #f4c418;
}

.check-info .user-email {
  float: left;
  font-weight: bold;
}

.check-info .user-email.is-yellow {
  color: #f4c418;
}

.check-info .show-more {
  float: right;
}

.check-info .show-more i {
  margin-top: 3px;
  margin-left: 10px;
}

.check-info .show-more .status-more {
  float: left;
  background: #f4c418;
  border-radius: 4px;
  padding: 2px 10px;
  display: inline-block;
}

.check-info .show-more .status-more.completed {
  background: #5fcf5d;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .is-fixed-mobile {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    border-radius: 4px;
    background: rgba(165, 165, 165, 0.2);
    height: auto;
    max-height: 180px;
    z-index: 9999;
  }

  .is-fixed-mobile.has-discount {
    max-height: 280px;
  }
}

.is-fixed-mobile .when-link {
  text-align: center !important;
  width: 100% !important;
  font-weight: normal !important;
  font-size: 11px !important;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .is-fixed-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
    transform: none !important;
    contain: none !important;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .is-fixed-mobile.is-white-bk {
    background: #fff;
    display: block;
    height: 76px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .is-fixed-mobile.is-no-fixed {
    position: static;
  }

  .is-fixed-mobile.is-no-fixed .price-option {
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 10px 20px;
  }

  .is-fixed-mobile.is-no-fixed .price-option .mainbutton {
    float: none;
    margin: 0 auto !important;
    width: 90%;
    width: 90% !important;
  }

  .is-fixed-mobile .headline-events {
    padding-bottom: 0;
  }

  .is-fixed-mobile .headline-events h4 {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    width: 100%;
    font-size: 13px;
  }

  .is-fixed-mobile .headline-events h4 a {
    text-align: left;
    font-size: 14px;
  }

  .is-fixed-mobile .price-option {
    display: flex;
    align-items: center;
    padding: 0;
  }

  .is-fixed-mobile p {
    margin-left: 2%;
    margin-right: 1%;
    width: 100%;
  }

  .is-fixed-mobile .mainbutton {
    float: none;
    width: 100% !important;
    margin-top: 0 !important;
    min-width: 98% !important;
    height: 50px;
    margin-bottom: 0 !important;
    line-height: 50px !important;
    margin: 2px auto !important;
    padding: 0;
    border-radius: 3px;
  }
}

@media screen and (max-width: 359px) {
  .is-fixed-mobile .headline-events h4 {
    font-size: 11px;
  }

  .event-details .price-option .button {
    font-size: 12px;
  }
}

.verify-myorder {
  width: 100%;
  display: block;
  max-width: 640px;
}

.verify-myorder h2 {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .verify-myorder {
    width: 90%;
    margin: 0 auto;
  }

  .verify-myorder .cart-items-row,
  .verify-myorder .cart-total {
    width: 100% !important;
  }
}

.verify-myorder .item-list-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(84, 84, 84, 0.4);
  padding-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 40px;
}

.verify-myorder .item-list-header p {
  color: rgba(84, 84, 84, 0.4);
  font-weight: bold;
}

.verify-myorder .cart-items-row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .verify-myorder .cart-items-row {
    display: block;
  }
}

.verify-myorder .cart-items-row .size-1 {
  padding-left: 0;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .verify-myorder .cart-items-row .size-1 {
    width: 420px !important;
  }
}

.verify-myorder .cart-items-row .size-1 .cart-item-details {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .verify-myorder .cart-items-row .size-1 .cart-item-details {
    width: calc(100% - 90px);
  }
}

.verify-myorder .cart-items-row .size-1 h4 {
  text-align: left;
  font-size: 16px;
}

.verify-myorder .cart-items-row .size-2 {
  width: 240px !important;
}

.verify-myorder .cart-items-row .size-2 h4 {
  text-align: right;
}

.box-promo {
  float: left;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .box-promo {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.box-promo h2 {
  font-size: 1rem;
  color: rgba(84, 84, 84, 0.4);
  font-weight: bold;
  padding-bottom: 10px;
}

.box-promo form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-promo input[type=text] {
  width: 135px;
  height: 27px;
  border-radius: 4px;
  margin-right: 10px;
  border: 1px solid #a5a5a5;
  padding: 0 5px;
}

.box-promo input[type=submit] {
  font-size: 0.75rem;
  background: #a5a5a5;
  border-radius: 4px;
  color: #fff;
  width: 55px;
  height: 21px;
  height: 27px;
}

@media screen and (max-width: 768px) {
  .checkbox-list {
    display: flex;
    display: block;
    width: 100%;
  }
}

.checkbox-list li {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .checkbox-list li {
    width: 100%;
    text-align: right;
  }

  .checkbox-list li:last-child {
    text-align: right;
  }
}

.checkbox-list li label {
  float: left;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .checkbox-list li label {
    text-align: left;
  }

  .checkbox-list li label a {
    font-size: 12px;
  }
}

.list-totals {
  width: 100%;
  max-width: 300px;
  text-align: right;
  list-style: none;
}

@media screen and (max-width: 1087px) {
  .list-totals {
    width: 100% !important;
    max-width: 100% !important;
    padding: 5px 10px !important;
  }

  .list-totals.all-total {
    background: #fff;
  }
}

.list-totals ul {
  padding-top: 20px;
  max-width: 300px;
  float: right;
}

@media screen and (max-width: 1087px) {
  .list-totals ul {
    width: 100%;
    max-width: 100%;
    float: left;
  }
}

.list-totals ul.no-flex li {
  display: block !important;
}

.list-totals p {
  overflow: hidden;
  width: 100%;
  font-size: 0.75rem;
}

.list-totals li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}

@media screen and (max-width: 1087px) {
  .list-totals li {
    width: 100%;
    padding-bottom: 8px;
  }
}

.list-totals li span {
  text-align: left;
  font-size: 1rem;
  line-height: 1.2;
}

.list-totals li span a {
  font-size: 1rem;
  text-decoration: underline;
}

@media screen and (max-width: 1087px) {
  .list-totals li span a {
    font-size: 12px;
  }
}

.list-totals li strong {
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
  width: 140px;
}

.terms {
  padding-top: 20px;
  border-top: 1px solid rgba(84, 84, 84, 0.4);
  margin-top: 30px;
}

.terms h3 {
  color: rgba(34, 34, 34, 0.4);
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}

.terms p {
  font-size: 16px;
}

.terms p.myemail {
  padding-top: 10px;
}

.terms p.myemail span {
  color: #5fcf5d;
  font-weight: bold;
}

.form-register-user-info {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: block;
  min-height: 700px;
  padding-top: 50px;
}

.add-to-calendar {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .add-to-calendar {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0px;
  }
}

.add-to-calendar a {
  font-weight: bold;
  color: #545454;
}

.add-to-calendar a i {
  margin: 0 2px;
  display: inline-block;
}

.add-to-calendar a:hover {
  color: #562757;
}

.list-buttons-calendar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .list-buttons-calendar {
    width: 100%;
    display: block;
  }
}

.list-buttons-calendar a {
  margin: 0 10px !important;
  background: transparent !important;
  color: #545454 !important;
  border: 1px solid #00aef1;
  padding-top: 8px !important;
  font-size: 14px !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 0 !important;
  font-size: 12px;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .list-buttons-calendar a {
    width: 100% !important;
    display: block;
    margin-bottom: 20px !important;
  }
}

.list-buttons-calendar a img {
  width: 19px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.list-buttons-calendar a span {
  font-size: 12px;
}

.list-buttons-calendar a span.f1 {
  color: #000000;
  text-transform: none;
}

.list-buttons-calendar a span.f2 {
  color: #d63c3c;
}

.list-buttons-calendar a span.f3 {
  color: #0072c6;
}

.list-buttons-calendar a:hover {
  color: #fff !important;
  background: #00aef1 !important;
}

.accelerator-rotation-container {
  height: 25px;
  width: 140px;
  overflow: visible;
  margin: 2px 0;
  float: left;
  width: 100%;
}

.accelerator-rotation-container.is-radius-w {
  background: #fff;
  display: inline-flex;
  width: auto;
  padding-bottom: 0;
  padding: 2px 9px !important;
  border-radius: 5px;
}

.accelerator-rotation-container.is-static {
  position: static;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.accelerator-rotation-container.is-static.is-align-left {
  justify-content: flex-start;
  overflow: visible;
}

.accelerator-rotation-container.is-static.is-align-left span {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .accelerator-rotation-container {
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0;
    margin-bottom: 0px;
    position: absolute;
    top: 0;
  }

  .accelerator-rotation-container.is-static {
    position: static;
    margin-bottom: 0;
  }
}

.full-content {
  width: 100%;
  padding: 3rem 0rem;
}

.full-content .container {
  max-width: 1392px;
  width: 95%;
}

.full-content .container .quick-area {
  position: absolute;
  top: 0px;
  background: #fff;
}

.full-content .container .quick-area li {
  clear: both;
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.5);
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.full-content .container .quick-area li:hover:before {
  content: "";
  background: rgba(196, 196, 196, 0.4) url(/images/dots.svg) no-repeat center;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 44px;
}

.full-content .container .quick-area li a {
  font-size: 0.75rem;
  color: #000000;
  padding-left: 20px;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}

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

.content-pages h2 {
  font-weight: bold;
  padding-top: 30px;
  font-size: 1.25rem;
  padding-bottom: 10px;
}

.content-pages ul li {
  list-style: disc;
  margin-left: 20px;
  padding-left: 10px;
}

.content-pages p {
  line-height: 1.5;
  padding-bottom: 20px;
}

.content-pages .quick-area {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .content-pages .quick-area {
    display: none;
  }
}

.content-pages .content-area {
  width: 70%;
}

.content-pages .content-area.w90 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content-pages .content-area {
    width: 90% !important;
  }
}

.vdp-datepicker__calendar .month,
.vdp-datepicker__calendar .year {
  width: 33.333% !important;
}

@media screen and (min-width: 1088px) {
  .is-reverse {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

.date-time-picker .flex-fixed {
  font-size: 13px;
}

.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  overflow: hidden;
  border-bottom: 1px solid #a5a5a5;
}

.list-group-item .sort-icon {
  cursor: move;
}

.box-preview-ads {
  width: 300px;
  display: block;
  position: fixed;
  right: 10%;
}

@media screen and (max-width: 768px) {
  .box-preview-ads {
    display: none;
  }
}

.box-preview-ads .preview-title {
  position: absolute;
  top: 2px;
}

.has-opacity {
  opacity: 0.5;
}

.search-results {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  top: 95px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
  height: 100vh;
  top: 64px;
  position: fixed;
}

.loading-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.search-results-box {
  max-width: 1152px !important;
}

.search-results-box h2 {
  font-weight: bold;
  padding-top: 20px;
  font-size: 16px;
  padding-bottom: 10px;
}

.close-search {
  position: absolute;
  right: 13px;
  width: 11px;
  height: 11px;
  top: 0;
}

.pagination {
  width: 100%;
  padding: 10px 0;
}

.pagination ul.pagination {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul.pagination li {
  padding: 0 3px;
  font-size: 1rem;
}

.pagination ul.pagination li.page-item.disabled {
  display: none;
}

.pagination ul.pagination li.page-item.active span,
.pagination ul.pagination li.page-item.active a {
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  width: 24px;
  height: 24px;
  margin-top: 4px;
  padding: 4px;
  display: inline-block;
  padding-top: 0;
}

.pagination ul.pagination li a {
  color: #00aef1;
}

.filters input[type=checkbox] + label,
.list-permisions input[type=checkbox] + label {
  padding-left: 0;
}

.pager-limit {
  float: right;
}

.pager-limit p {
  margin-right: 10px;
}

.pager-limit span {
  margin: 0 2px;
}

.pager-limit p,
.pager-limit span {
  float: left;
  font-size: 14px;
  color: #545454;
}

.pager-limit a {
  float: left;
  color: #545454;
  margin-right: 0 !important;
  font-weight: bold;
}

.pager-limit a.is-active {
  color: #1f70c1;
  font-weight: normal;
}

.list-filters {
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}

.list-filters .cell {
  width: 30% !important;
}

.list-filters .cell .list-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
}

.list-filters .cell .list-checkbox div {
  margin-right: 0px;
}

.list-filters .cell .list-checkbox img {
  width: 20px;
  margin-right: 9px;
}

.list-filters .cell input {
  height: 20px !important;
  padding-top: 0;
  padding-top: 4px !important;
  background: #f1f3f4 url(/images/calendar-icon.png) no-repeat 10px 12px !important;
}

.list-filters .field.has-value:not(.no-label) .field-input {
  padding-top: 8px !important;
  font-size: 12px;
}

.list-filters input[type=checkbox] + label {
  padding-left: 0;
  padding-top: 5px;
}

.list-filters input[type=checkbox] + label:before {
  top: 7px;
}

.toggleFilter {
  position: relative;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.toggleFilter span {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  color: #1f70c1;
}

.toggleFilter svg {
  width: 30px !important;
  height: 30px !important;
  float: right;
}

.toggleFilter svg path.canfill {
  fill: #1f70c1;
}

.toggleFilter:hover span {
  color: #545454;
}

.toggleFilter:hover svg path.canfill {
  fill: #545454;
}

.is-fullh {
  overflow: hidden;
  width: 100%;
}

.is-fullh i {
  float: right;
  margin-top: 8px;
}

.subbgroup-item .is-big {
  max-width: 210px;
}

@media screen and (max-width: 768px) {
  .thank-you-message {
    width: 90%;
    margin: 0 auto;
  }
}

.thank-you-message p {
  font-size: 18px;
}

.thank-you-message p strong {
  font-weight: bold;
}

.thank-you-message p span {
  color: #20ab5b;
  font-weight: bold;
}

.ticket-title {
  width: 100%;
  border-bottom: 1px solid rgba(84, 84, 84, 0.5);
  color: #545454;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .ticket-title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 0;
  }
}

.total_col {
  margin-bottom: 60px !important;
  width: 100%;
}

.ticket-thank-you {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .ticket-thank-you {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
  }
}

.ticket-thank-you .box-event-name {
  width: calc(100% - 200px);
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .ticket-thank-you .box-event-name {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 0;
    padding-bottom: 20px;
  }
}

.ticket-thank-you .box-event-name h4 {
  font-weight: bold;
  color: #545454;
}

.ticket-thank-you .box-event-name h6 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.38);
}

.ticket-thank-you .box-event-image {
  width: 150px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ticket-thank-you .box-event-image {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 0;
    height: 190px;
  }
}

.ticket-thank-you .box-event-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e6da01;
  opacity: 0;
  transition: all 0.25s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

.ticket-thank-you .box-event-image a {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.item-thank-you {
  width: 100%;
  border-top: 1px solid rgba(84, 84, 84, 0.2);
  margin-top: 30px;
  padding-top: 10px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .item-thank-you {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-top: 0;
  }

  .item-thank-you .columns {
    width: 100%;
    margin: 0 auto;
  }

  .item-thank-you .column {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
}

.item-thank-you .ticket-name {
  float: right;
  font-weight: bold;
  color: #545454;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.25;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .item-thank-you .ticket-name {
    float: none;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 5px;
  }
}

.item-thank-you .location {
  background: url(/images/pin.png) no-repeat left 6px;
  background-size: 20px;
  width: 50%;
  padding-left: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  float: left;
}

@media screen and (max-width: 768px) {
  .item-thank-you .location {
    width: 100%;
    padding-bottom: 20px;
  }
}

.item-thank-you .download-ticket {
  background: #00aef1;
  box-sizing: border-box;
  font-size: 12px;
  transition: all 0.2s ease-out;
  display: flex;
  color: #fff;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  align-items: center;
  padding: 10px 10px;
  text-align: center;
  justify-content: center;
}

.item-thank-you .download-ticket i {
  margin-right: 10px;
}

.item-thank-you .download-ticket:hover {
  background: rgba(0, 174, 241, 0.7);
}

.add-to-wallet-ticket {
  border: 1px solid #00aef1;
  box-sizing: border-box;
  font-size: 12px;
  transition: all 0.2s ease-out;
  display: flex;
  color: #fff;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  color: #545454;
  align-items: center;
  padding: 10px 10px;
  justify-content: center;
}

.add-to-wallet-ticket i {
  margin-right: 10px;
}

.add-to-wallet-ticket:hover {
  background: #00aef1;
  color: #fff;
}

.add-after-border {
  position: relative;
}

.add-after-border:after {
  content: "";
  height: 90%;
  width: 1px;
  background: rgba(84, 84, 84, 0.3);
  position: absolute;
  right: -20px;
  top: 5%;
}

.list-buttons h3 {
  font-size: 12px;
  padding-top: 60px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 768px) {
  .list-buttons h3 {
    padding-top: 0;
  }
}

.list-buttons h3 i {
  font-size: 25px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.list-buttons .list-buttons-calendar {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.list-buttons .list-buttons-calendar a {
  margin-bottom: 20px !important;
  justify-content: flex-start;
  font-weight: bold;
  max-width: 240px;
}

@media screen and (max-width: 768px) {
  .list-buttons .list-buttons-calendar a {
    max-width: 100%;
  }
}

.list-buttons .list-buttons-calendar a span {
  font-weight: bold;
  font-size: 14px;
}

.list-buttons .list-buttons-calendar a:hover span {
  color: #fff !important;
}

.list-buttons .list-buttons-calendar a img {
  top: 0;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .list-buttons .list-buttons-calendar a img {
    top: 3px;
    margin-left: 0;
  }
}

.total_col {
  width: 100%;
  border-bottom: 1px solid rgba(84, 84, 84, 0.5);
  position: relative;
  padding-bottom: 20px;
}

.total_col .price {
  position: absolute;
  right: 0;
  top: -18px;
  display: inline-block;
  width: auto;
  padding: 2px 30px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .total_col .price {
    right: 20px;
    top: -50px;
    width: 100%;
    text-align: right;
    background: transparent;
  }
}

.feedback {
  width: 100%;
  padding-top: 50px;
  text-align: left;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .feedback {
    width: 90%;
    margin: 0 auto;
  }
}

.feedback textarea {
  margin-top: 20px;
  padding-top: 10px;
}

.feedback h3 i {
  color: rgba(95, 207, 93, 0.7);
  font-size: 20px;
}

.feedback h3 span {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
}

.feedback p {
  font-size: 14px;
}

h2.headline {
  font-size: 2rem;
  text-align: center;
  border: 0;
  padding-top: 30px;
  padding-bottom: 40px;
}

.isgrey {
  background: #f7f7f7;
  padding-top: 30px;
  text-align: center;
  min-height: 100vh;
}

.isgrey.normalbk {
  background: var(--backgroundColor);
}

.isgrey .logo {
  width: 140px;
  height: 50px;
  margin: 0 auto;
}

.isgrey .form-auth {
  max-width: 500px;
  margin: 20px auto 20px;
  background-color: #fff;
  padding: 20px 40px 20px;
  border-radius: 5px;
  box-shadow: 1px 2px 5px #ccc;
}

.isgrey .form-auth h2 {
  font-size: 20px;
  font-weight: bold;
}

.language-currency-selector {
  z-index: 99;
  position: fixed;
  width: 130px;
  height: 25px;
  background: #fff;
  border-radius: 0 0 9px 9px;
  top: 63px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #e1e1e1;
  padding-left: 3px;
  transition: all 0.25s ease-in;
}

.language-currency-selector.hide-lang {
  opacity: 0;
}

.language-currency-selector p {
  font-size: 14px;
  font-weight: normal;
  color: #545454;
  letter-spacing: 0.25px;
  padding-bottom: 10px;
}

.language-currency-selector .show-less {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-150%, 0%) rotate(-180deg) !important;
}

.language-currency-selector .box-selector {
  position: absolute;
  width: 430px;
  top: -90px;
  background: #fff;
  border: 1px solid #e1e1e1;
  transform: translate(-50%, 0);
  left: 50%;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
  opacity: 0;
  transition: all 0.25s ease-in;
  pointer-events: none;
}

.language-currency-selector .box-selector.is-active {
  top: 0px;
  opacity: 1;
  pointer-events: all;
}

.language-currency-selector .box-selector .close-box {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 12px;
  height: 10px;
}

.language-currency-selector .box-selector ul {
  width: 100%;
  display: flex;
}

.language-currency-selector .box-selector ul li {
  width: 50%;
}

.language-currency-selector .box-selector ul li a {
  width: 100%;
  display: block;
  font-weight: bold;
  padding-bottom: 15px;
}

.language-currency-selector ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-currency-selector ul.is-active {
  display: none;
}

.language-currency-selector ul li {
  color: #545454;
  font-size: 14px;
  height: 22px;
  padding: 0 1px;
}

.language-currency-selector ul li a {
  color: #545454;
}

.language-currency-selector ul li a:hover {
  color: rgba(0, 174, 241, 0.8);
}

.language-currency-selector ul li i.has-more {
  width: 13px;
  height: 13px;
}

.candelete {
  padding-top: 10px;
  cursor: pointer;
}

.candelete label {
  padding-left: 0px !important;
  padding-top: 4px !important;
}

.candelete i.remote-t {
  width: 12px;
  height: 12px;
  background-size: contain !important;
  margin: 0 1px;
  background: url(/images/actions/internal-delete.svg) no-repeat center;
  display: inline-block;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 768px) {
  .one-ticket {
    border-radius: 5px;
    border: 0;
    width: 90%;
    margin: 0 auto;
    box-shadow: -2px -2px 8px #e6e6e6;
    background: #fafafa;
    margin-bottom: 0;
    margin-top: 15px;
  }

  .one-ticket .list-buttons {
    border-top: 1px solid #b9b8b8;
  }
}

.vue-form-generator {
  border: 0;
}

.vue-form-generator fieldset {
  border: 0;
}

.vue-form-generator .form-group {
  margin-bottom: 20px;
}

.vue-form-generator .form-group.field-checkbox {
  position: relative;
}

.vue-form-generator .form-group.field-checkbox label {
  position: absolute;
  top: 0;
  left: 20px;
}

.vue-form-generator .form-group.field-input {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
}

.vue-form-generator .form-group.field-input label {
  position: absolute;
  left: 10px;
  top: 7px;
  color: rgba(34, 34, 34, 0.4);
  z-index: 9;
}

.vue-form-generator .form-group.field-input input[type=text],
.vue-form-generator .form-group.field-input input[type=email] {
  padding-top: 20px !important;
  height: 53px;
}

.list-tickets-sales {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
}

.list-tickets-sales h3 {
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  background-color: #f1f3f4;
}

.information {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 1px solid #c2c2c2;
}

.information:nth-child(odd) {
  background: #f1f3f4;
}

.information .title {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.information .number-info {
  text-align: right;
  font-size: 14px;
}

.table-tickets {
  margin-top: 30px;
  border: 1px solid #c2c2c2;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: flex;
  display: flex;
  overflow-x: auto;
  flex-wrap: wrap;
}

.table-tickets .table-tickets-header {
  width: 100%;
  display: block;
  align-items: center;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  flex: 0 0 auto;
  background-color: var(--colorBorderOpacity);
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  min-width: 100%;
}

.table-tickets .table-tickets-header div {
  width: 20%;
  text-align: center;
  font-weight: bold;
  float: left;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  font-size: 12px;
  line-height: 1.2;
}

.table-tickets .table-tickets-list {
  width: 100%;
  align-items: center;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  display: block;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  min-width: 100%;
  border-bottom: 1px solid var(--shadowColor);
}

.table-tickets .table-tickets-list.deleted {
  background: rgb(253, 227, 227) !important;
}

.table-tickets .table-tickets-list.deleted:hover {
  background-color: var(--colorBorder);
}

.table-tickets .table-tickets-list:nth-child(odd) {
  background-color: #fff;
}

.table-tickets .table-tickets-list:hover {
  background-color: var(--colorBorderOpacity);
}

.table-tickets .table-tickets-list div.table-td {
  width: 20%;
  text-align: center;
  float: left;
  width: 200px;
  font-size: 12px;
  line-height: 1.2;
  min-width: 200px;
  max-width: 200px;
}

.list-checkbox-filter-info {
  padding-top: 30px;
}

.list-checkbox-filter-info h3 {
  font-size: 16px;
  border-bottom: 1px solid #545454;
}

.list-checkbox-filter-info h4 {
  font-size: 14px;
  padding-top: 10px;
}

.list-checkbox-filter-info .box-full {
  width: 100%;
  display: block;
  border-bottom: 1px solid #545454;
}

.list-checkbox-filter-info .box-full ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-checkbox-filter-info .box-full ul.oneline {
  display: block;
}

.list-checkbox-filter-info .box-full ul.oneline li {
  width: 100%;
}

.list-checkbox-filter-info .box-full ul li {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .add-overflow {
    overflow: hidden;
  }
}

.search-tags {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.search-tags .search-tag {
  cursor: pointer;
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: rgba(84, 84, 84, 0.4);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 16px;
  border-width: 1px;
  border-style: solid;
  outline: none;
  margin: 0px;
  min-width: 40px;
  border-color: rgb(176, 176, 176);
  border-radius: 30px;
  margin-right: 10px;
}

.search-tags .search-tag:hover {
  background-color: rgba(165, 165, 165, 0.2);
}

.quick-info-boxes,
.all-boxes {
  display: flex;
  justify-content: flex-start;
}

.quick-info-boxes .info-box,
.all-boxes .info-box {
  border: 1px solid #a5a5a5;
  border-right: 0;
  padding: 8px 16px;
  margin-right: 0px;
  font-size: 14px;
}

.quick-info-boxes .info-box:last-child,
.all-boxes .info-box:last-child {
  border: 1px solid #a5a5a5;
}

.all-boxes {
  flex-direction: column;
}

.all-boxes .info-box {
  border-right: 1px solid #a5a5a5;
  border-bottom: 0;
}

.all-boxes .info-box:last-child {
  border-right: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

.info-about-event {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 2px 4px #a5a5a5;
  border-radius: 5px;
  padding: 10px;
  width: auto;
  background: rgba(46, 204, 113, 0.1);
  margin-bottom: 30px;
}

.info-about-event a {
  text-decoration: underline;
}

.info-about-event p {
  padding-left: 20px;
  text-align: left;
}

.info-about-event i {
  color: #2ecc71;
  font-size: 30px;
}

.flex-center-info {
  justify-content: space-evenly;
}

.flex-center-info p {
  letter-spacing: 0.25px;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.flex-center-info li {
  text-align: center;
}

.flex-center-info li a {
  color: #4c4c4c;
  font-size: 14px;
  display: inline-flex;
  margin-bottom: 7px;
  align-items: center;
  padding: 7px 6px;
}

.flex-center-info li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.flex-center-info li a i {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .is-half-footer {
    width: 50%;
  }

  .is-half-footer.is-full-mobile {
    width: 100%;
  }

  .section {
    padding: 1rem 1.5rem;
  }

  .section.event-details {
    padding: 1rem 0;
  }
}

.has-icon-center {
  width: 70px;
  justify-content: center;
}

.empty-cart {
  color: rgb(86, 39, 87);
  font-size: 30px;
  text-align: center;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-container {
  z-index: 999999 !important;
}

.action-buttons .button-form {
  width: 90%;
}

.action-buttons .button-form.is-outline {
  background: transparent !important;
  border: 1px solid #3490dc !important;
}

.action-buttons .button-form.is-outline a {
  color: #3490dc !important;
  width: 100%;
  display: flex;
  align-items: center;
}

.action-buttons .button-form.is-outline a span {
  color: #3490dc !important;
  font-weight: bold;
  font-size: 11px;
}

.action-buttons .button-form.is-outline a svg {
  margin-right: 10px;
}

.show-hide-item {
  position: relative;
  padding-bottom: 30px !important;
}

.show-hide-item .has-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}

.show-hide-item .has-more.show-less {
  transform: translate(-50%, 0) rotate(-180deg);
}

.show-hide-item.inactive {
  height: 20px;
}

.show-hide-item.inactive:after {
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #fafafa 30%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
}

.action-buttons.confirm-delete {
  height: 100%;
  display: flex;
  max-width: 200px;
  flex-wrap: wrap;
  width: 140px;
  position: absolute;
  top: 0;
  right: -10px;
}

.action-buttons.confirm-delete button.button-form.is-outline {
  height: 100%;
  background: #3490dc !important;
  border: 1px solid #3490dc !important;
  margin: 0;
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  transition: all 0.25s ease-in;
}

.action-buttons.confirm-delete button.button-form.is-outline:hover {
  background: #00aef1 !important;
}

.action-buttons.confirm-delete button.button-form.is-outline span {
  color: #fff !important;
}

.action-buttons.confirm-delete button.button-form.is-cancel {
  height: 100%;
  background: #3490dc !important;
  border: 1px solid #3490dc !important;
  margin: 0;
  width: 100%;
  border-radius: 0 !important;
  border: 0 !important;
  transition: all 0.25s ease-in;
  background: rgb(223, 49, 49) !important;
}

.action-buttons.confirm-delete button.button-form.is-cancel svg path {
  fill: #fff !important;
}

.action-buttons.confirm-delete button.button-form.is-cancel:hover {
  background: #ff9e9e !important;
}

.action-buttons.confirm-delete button.button-form.is-cancel span {
  color: #fff !important;
}

.list-items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list-items li {
  display: block;
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.list-items li img {
  width: 24px;
}

.list-items li label {
  position: static !important;
  padding-bottom: 0;
  padding-left: 10px;
}

.cards-footer img {
  max-width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 44px;
}

.footer-nav,
.footer-cols {
  max-width: 1520px;
  margin: 0 auto;
}

@media screen and (max-width: 1087px) {
  .user-checkout-information {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .pickers-container {
    max-height: 70vh;
    margin-top: 10vh;
  }
}

.dropzone .dz-preview .dz-image img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.the-form .row .cell-birtday {
  display: flex;
  align-self: center;
  justify-content: space-between;
  background: #f1f3f4;
}

@media screen and (max-width: 768px) {
  .the-form .row .cell-birtday {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .the-form .row .cell-birtday select {
    background: url(/images/arrow-down.png) no-repeat 95% 25px;
    background-size: 15px;
    margin-top: 3px;
  }
}

.the-form .row .cell-birtday span,
.the-form .row .cell-birtday input,
.the-form .row .cell-birtday select {
  height: 53px;
}

@media screen and (max-width: 1087px) {
  .the-form .row .cell-birtday select,
  .the-form .row .cell-birtday span,
  .the-form .row .cell-birtday input {
    padding-top: 10 !important;
    top: 0;
  }

  .the-form .row .cell-birtday input {
    width: 20%;
    font-size: 14px;
  }

  .the-form .row .cell-birtday select {
    width: 50%;
    padding-top: 12px !important;
  }

  .the-form .row .cell-birtday select,
  .the-form .row .cell-birtday option {
    font-size: 13px;
  }
}

.the-form .row .cell-birtday span {
  display: flex;
  align-items: center;
  top: 7px;
  font-size: 23px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .the-form .row .cell-birtday span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1087px) {
  .top-gap {
    width: 100%;
    margin: 0 auto;
  }
}

.isok {
  position: absolute;
  top: 0;
  border-radius: 50%;
  background: #2ecc71 url(/svg/check.svg) no-repeat center;
  right: 30px;
  background-size: 15px;
  top: 50%;
  transform: translate(0px, -50%);
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}

.deleteCode {
  position: absolute;
  top: 0;
  border-radius: 50%;
  /* left: 0; */
  background-color: #3490dc;
  padding-top: 0 !important;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}

.deleteCode:before {
  width: 70%;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.deleteCode:after {
  width: 70%;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

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

.owl-carousel.hp .owl-item img.v-lazy-image {
  max-height: 300px;
}

.owl-carousel.hp .owl-item img.v-lazy-image-loaded {
  max-height: 600px;
}

.purchase-ticket {
  padding-bottom: 100px;
  min-height: calc(100vh - 190px);
}

.vue-dropzone > .dz-preview .dz-remove {
  opacity: 1 !important;
  background: #00aef1;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 0px);
  margin: 0 auto !important;
  border-radius: 10px !important;
  border: 0 !important;
}

.popup-link {
  padding-top: 50px;
  font-size: 12px;
  justify-content: space-between;
}

.popup-link a {
  font-size: 12px;
  color: rgba(26, 123, 236, 0.7);
}

.the-form .row .move-label .cell-birtday {
  padding-top: 20px !important;
}

.the-form .row .move-label .cell-birtday select,
.the-form .row .move-label .cell-birtday input {
  height: 33px;
  padding-top: 0 !important;
}

.the-form .row .move-label .cell-birtday span {
  top: 0;
  height: 33px;
}

.remove-padding-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.sharelinks {
  margin-right: 20px;
}

.sharelinks a {
  color: #3490dc;
  margin-left: 10px;
  font-size: 20px;
}

.has-tag {
  position: absolute;
  top: 10%;
  left: 0;
  padding: 2px 5px;
  padding-bottom: 7px;
  color: #fff;
  z-index: 99;
  border-radius: 0 3px 3px 0;
  background: rgb(86, 39, 87) !important;
}

.is-even {
  justify-content: space-evenly;
}

.information-pages {
  width: 90%;
  background: #fff;
  padding: 0 20px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .information-pages {
    width: 100%;
  }
}

.information-pages .content-area {
  width: 98%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .information-pages .content-area {
    width: 100% !important;
  }
}

.information-pages * {
  color: #545454;
}

.information-pages h2 {
  font-size: 1.5rem;
  padding-bottom: 0;
}

.information-pages h3 {
  font-size: 1.25rem;
}

.information-pages h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

.information-pages h5 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  padding-top: 10px;
}

.information-pages .column-img {
  margin: 0 auto;
  width: 121px;
  height: 132px;
}

.information-pages .column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.information-pages .column-img + a {
  max-width: 170px;
  height: 30px;
}

.information-pages .gap-top {
  padding-top: 30px;
}

.information-pages .img-spl {
  max-width: 570px;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}

.information-pages .img-spl.no-top {
  margin-top: 10px;
}

.information-pages .columns {
  align-content: center;
}

.information-pages .is-vcentered {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.information-pages .is-vcentered .logos {
  max-width: 150px;
}

.information-pages .tabs-lists {
  border-bottom: 1px solid rgba(84, 84, 84, 0.4);
}

@media screen and (min-width: 769px) {
  .information-pages .tabs-lists {
    width: 100%;
    display: flex;
    align-content: center;
    padding-top: 10px;
    padding-bottom: 0px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .information-pages .tabs-lists {
    padding-top: 10px;
    overflow: auto;
  }

  .information-pages .tabs-lists.c1 {
    width: 560px;
  }

  .information-pages .tabs-lists.c2 {
    width: 960px;
  }

  .information-pages .tabs-lists.c3 {
    width: 2260px;
    display: block !important;
  }

  .information-pages .tabs-lists.c3 .tablist {
    width: 100%;
    display: block !important;
  }
}

.information-pages .tabs-lists a {
  font-size: 1rem;
  border-bottom: 3px solid #fff;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .information-pages .tabs-lists a {
    float: left;
    margin-right: 20px;
  }

  .information-pages .tabs-lists a:last-child {
    margin-right: 0;
  }
}

.information-pages .tabs-lists a.active,
.information-pages .tabs-lists a:hover {
  border-bottom: 3px solid #3490dc;
}

.tablist {
  width: 94%;
  margin: 0 auto;
}

.tablist .owl-next span,
.tablist .owl-prev span {
  background: url("/images/static/arrow-png-left.png") no-repeat center top;
  width: 25px;
  height: 25px;
}

.tablist .owl-next span {
  background: url("/images/static/arrow-png-left.png") no-repeat center top;
}

.tablist .owl-theme .owl-nav {
  margin-bottom: 0 !important;
}

.tablist .owl-prev {
  position: absolute;
  left: -30px;
  top: 43%;
  padding: 0 !important;
  margin: 0 !important;
  transform: translate(0px, -50%);
  opacity: 1 !important;
}

.tablist .owl-next {
  position: absolute;
  right: -30px;
  top: 43%;
  padding: 0 !important;
  margin: 0 !important;
  transform: translate(0px, -50%) rotate(-360deg);
  opacity: 1 !important;
}

.gdpr-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: all 0.5s;
  transform: translate(0, 100%);
  padding-top: 10px;
}

.gdpr-cookie-banner.show {
  transform: translate(0, 0);
}

.gdpr-cookie-banner .columns {
  width: 90%;
  margin: 0 auto;
}

.gdpr-cookie-banner p {
  color: #fff;
  font-size: 12px;
}

.gdpr-cookie-banner a {
  color: #fff;
  text-decoration: underline;
}

.gdpr-cookie-banner button {
  margin: 0;
  font-size: 14px;
}

.gdpr-cookie-banner .btn {
  background: transparent;
  color: #fff;
  border: 0;
}

.gdpr-cookie-banner .is-3 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.content-pages ul,
.content-pages ol {
  padding-left: 30px;
}

.how-to-promote {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.how-to-promote > a {
  margin-right: 10px;
}

.how-to-promote a {
  color: #000;
}

.how-to-promote a i {
  font-size: 1.25rem;
}

.how-to-promote p {
  font-size: 1rem;
}

.how-to-promote p a {
  font-size: 1rem;
  text-decoration: underline;
  color: #3490dc;
}

p.missing-info {
  font-size: 14px;
  line-height: 1.2;
  color: #3490dc;
}

p.missing-info strong {
  font-weight: bold;
  color: #363636;
}

.box-spread {
  width: 100%;
  background: rgba(196, 196, 196, 0.6);
  height: 14px;
  position: relative;
  display: block;
  margin-top: 10px;
}

.box-spread span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  background: rgba(35, 177, 58, 0.7);
}

.event-main-details .tickets-no {
  text-align: right;
  width: 100%;
  overflow: hidden;
}

.event-main-details .tickets-no.is-flex {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.event-main-details .tickets-no img,
.event-main-details .tickets-no i {
  float: left;
}

.event-main-details .tickets-no img {
  width: 30px;
}

.event-main-details .tickets-no i {
  font-size: 20px;
  color: #000;
}

.event-main-details .tickets-no div {
  float: right;
}

.event-main-details .tickets-no span {
  color: rgba(35, 177, 58, 0.7);
}

table.t1 td {
  padding: 3px 5px;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--mainColor1) !important;
}

@media screen and (max-width: 768px) {
  table {
    width: 100%;
    display: block;
  }

  table tr,
  table td {
    display: block;
  }
}

.vue-tel-input,
.vue-tel-input .dropdown {
  background: #fff !important;
}

.streaming-page {
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.streaming-page .videoH {
  width: 100%;
  height: 400px;
  padding-bottom: 50px;
}

.streaming-page iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.answer-q {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #e1e6f1;
  box-shadow: 0 2px 3px rgba(28, 39, 60, 0.06);
  border-radius: 0px;
  margin-top: 0px;
  border-radius: 3px;
  transition: all 0.15s ease-out;
  opacity: 0;
  height: 0;
  font-size: 14px;
}

.answer-q.active {
  padding: 5px 10px;
  margin-top: 10px;
  opacity: 1;
  height: auto;
}

.date-time-picker input {
  cursor: pointer !important;
}

.sell-tickets {
  width: 100%;
}

.sell-tickets .columns {
  align-content: center;
  align-items: center;
  margin-bottom: 50px !important;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.sell-tickets .columns.withopacity {
  opacity: 1 !important;
  transform: translate(0, 0px) !important;
}

.sell-tickets .columns#selltickets {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect1 {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect2 {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect3 {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect4 {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect5 {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect6 {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect7 {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect8 {
  transform: translate(0, 100px);
}

.sell-tickets .columns#sect9 {
  transform: translate(0, 100px);
}

.sell-tickets .columns.active {
  opacity: 1;
  transform: translate(0, 0px) !important;
}

.sell-tickets .columns:nth-child(even) {
  flex-direction: row-reverse;
}

.sell-tickets .columns .column img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  display: block;
}

.sell-tickets .columns h3 {
  color: #da5e81;
  padding-right: 10px;
  font-size: 26px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sell-tickets .columns h3 {
    text-align: left !important;
  }

  .sell-tickets .columns h3 br {
    display: none;
  }
}

.sell-tickets .columns h3 span {
  font-size: 14px;
  color: #da5e81;
}

@media screen and (max-width: 768px) {
  .sell-tickets .columns h3 span {
    text-align: left !important;
  }

  .sell-tickets .columns h3 span br {
    display: none;
  }
}

.sell-tickets .columns p span {
  color: #da5e81;
}

.sell-tickets .is-centered-vertical p {
  padding-bottom: 0 !important;
}

.sell-tickets.even .columns:nth-child(even) {
  flex-direction: row;
}

.sell-tickets.even .columns:nth-child(odd) {
  flex-direction: row-reverse;
}

.helpcenter h2 {
  padding-bottom: 20px;
  font-size: 2.5rem;
}

.helpcenter h3 {
  font-size: 2rem;
  padding-bottom: 20px;
}

.helpcenter a {
  color: var(--blue) !important;
}

.helpcenter a:hover {
  text-decoration: underline;
}

.helpcenter p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.375em !important;
  color: var(--color1) !important;
  overflow: hidden !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.helpcenter p.ql-align-justify {
  text-align: justify;
}

.helpcenter h4 a {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--color1) !important;
}

@media screen and (min-width: 1088px) {
  .has-border-r {
    border-right: 1px solid var(--colorBorder);
  }
}

.vue-swatches__trigger {
  border: 1px solid var(--colorBorder);
}

.footer-streaming {
  width: 100%;
  padding: 20px 60px;
  background: #fff;
}

.footer-streaming p {
  color: #490674;
}

.top-box {
  position: relative;
}

.top-box .image-header {
  position: absolute;
  right: 10px;
  z-index: 20;
  bottom: 20px;
  line-height: 1.2;
}

.top-box .image-header h3 {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .top-box .image-header h3 {
    color: #fff;
    text-shadow: #000 1px 1px 1px;
    font-size: 1rem;
  }
}

.top-box .image-header p {
  color: #fff;
}

@media screen and (max-width: 1087px) {
  .top-box .image-header p {
    text-shadow: #000 1px 1px 1px;
  }
}

.experience {
  padding-top: 30px;
}

.experience .columns {
  flex-wrap: wrap;
  max-width: 890px;
}

@media screen and (max-width: 1087px) {
  .experience .columns {
    display: flex;
  }
}

.experience h3 {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1087px) {
  .experience h3 {
    height: 40px;
    padding-bottom: 0;
    font-size: 11px;
  }
}

.experience .column {
  width: 20%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1087px) {
  .experience .column {
    width: 32%;
  }
}

.experience .box-image {
  width: 130px;
  height: 130px;
  background: #e4e3e3;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1087px) {
  .experience .box-image {
    width: 80px;
    height: 80px;
  }
}

.experience .box-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, -50%);
}

.experience-container {
  max-width: 1000px !important;
  margin: 0 auto;
}

.experience-container h4 {
  font-size: 18px;
}

@media screen and (max-width: 1087px) {
  .experience-container h2 {
    font-size: 1.5rem;
  }
}

.box-experiente-grey {
  width: 100%;
  background: #e4e3e3;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  max-width: 890px;
}

.box-experiente-grey h3 i {
  margin-right: 10px;
}

.container-organizer {
  background: #ffffff;
  border-radius: 10px;
  margin: 20px auto;
  padding: 0 20px 0 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 1087px) {
  .container-organizer {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 20px;
  }
}

.container-organizer h3 {
  font-size: 15px;
}

.container-organizer h4 {
  font-size: 14px;
  color: var(--yellow);
}

.number-item {
  font-size: 100px;
  float: left;
  border-right: 5px solid var(--colorBorder);
  margin-right: 50px;
  padding-right: 20px;
}

@media screen and (max-width: 1087px) {
  .number-item {
    width: 100%;
    border-right: 0;
    border-bottom: 3px solid var(--colorBorder);
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.number-item + div {
  float: left;
}

@media screen and (min-width: 1088px) {
  .number-item + div {
    max-width: 70%;
  }
}

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex;
  }
}

.small-text-green span {
  font-size: 1rem;
}

.is-special-event {
  background: var(--yellow);
  color: var(--mainColor1);
  padding: 4px 7px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  border-radius: 4px;
  font-weight: bold;
}

.box-city {
  position: relative;
  width: 100%;
}

.box-city h2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--mainColor1);
  max-width: 1152px !important;
  text-align: left;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-shadow: #000 1px 1px 1px;
  text-transform: uppercase;
  z-index: 99;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 1087px) {
  .box-city h2 {
    font-size: 30px;
  }
}

.feedback-numbers {
  display: flex;
  align-items: center;
  padding-top: 12px;
}

.feedback-numbers p {
  font-size: 1rem;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 5px;
}

.feedback-numbers i {
  margin-right: 10px;
}

.feedback-numbers .number {
  background: var(--mainColor1);
  margin-right: 10px;
  color: #fff;
  font-size: 1rem;
  border-radius: 50%;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  line-height: 1;
  width: 21px;
  height: 21px;
  min-width: 1px;
  min-height: 1px;
}

.hp-slider {
  max-height: 540px;
}

.hp-slider .item a img {
  max-height: 646px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .hp-slider .item a img {
    max-height: 416px;
  }
}

.content-pages .list-items-digitalizeaza {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-pages .list-items-digitalizeaza li {
  padding: 0;
  margin: 0;
  display: flex;
}

.content-pages .list-items-digitalizeaza li svg {
  width: 20px;
}

.content-pages .list-items-digitalizeaza li p {
  padding-left: 10px;
  width: calc(100% - 30px);
}

@media (max-width: 769px) {
  .columns.is-reversed-mobile {
    flex-direction: column-reverse;
    display: flex;
  }
}

.position-absolute-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.list-cities.mobile-w {
  display: flex;
  flex-wrap: wrap;
}

.list-cities.mobile-w .city-info {
  min-width: 50%;
}

.cart-details .dropdown {
  padding: 0 7px !important;
  padding-top: 20px !important;
}

.cart-details {
  width: 100%;
  display: flex;
  padding: 80px 0px 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cart-details {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 0px;
    display: block;
    padding-bottom: 100px;
  }
}

.cart-details .cardWraper {
  width: 360px;
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .cart-details .cardWraper {
    width: 100%;
  }
}

.cart-details .cart-details-inner {
  width: 90%;
  max-width: calc(100% - 360px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .cart-details .cart-details-inner {
    width: 100%;
    max-width: 100%;
  }
}

.cart-details .cart-details-info {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  padding: 20px;
  padding-top: 0;
}

.cart-details .cart-details-info .cart-details-info-details {
  padding: 50px 72px;
  background: #ffffff;
  box-shadow: 0px 10px 15px rgba(100, 116, 139, 0.1), 0px 4px 6px rgba(100, 116, 139, 0.05);
  border-radius: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .cart-details .cart-details-info .cart-details-info-details {
    padding: 10px 15px;
    padding-bottom: 50px;
  }
}

.cart-details .cart-details-info .cart-details-info-details h3 {
  font-size: 21px;
  font-weight: 400;
  color: rgb(13, 17, 54);
  line-height: 1.2;
  margin-bottom: 35px;
}

.cart-details .has-error input[type=text] {
  border-color: var(--red) !important;
}

.cart-details .has-error label {
  color: var(--red) !important;
}

label {
  color: #a7acb3;
}

input[type=text],
input[type=tel] {
  background: none;
  border: none;
  color: #3b4958;
  font-size: 16px;
  line-height: 23px;
  min-height: 23px;
  white-space: nowrap;
  outline: none;
  padding: 12px;
  padding: 18px 12px 6px;
  font-size: 14px;
  line-height: 22px;
  min-height: 22px;
  border-radius: 0 !important;
  height: 60px;
  border-bottom: 3px solid rgba(133, 141, 150, 0.2) !important;
}

input[type=text]:focus,
input[type=text]:hover,
input[type=tel]:focus,
input[type=tel]:hover {
  border-bottom: 3px solid var(--mainColor1) !important;
}

.row-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .row-2 {
    display: block;
  }
}

.row-2 .row {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .row-2 {
    display: block;
  }

  .row-2 .row {
    width: 100%;
    margin-bottom: 20px;
  }
}

.vue-tel-input {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 3px solid rgba(133, 141, 150, 0.2) !important;
}

.vue-tel-input input {
  height: 50px !important;
}

.cart-details-info-details .row {
  margin-bottom: 20px;
}

.form-group {
  padding-top: 20px;
}

.form-group h4 {
  padding-bottom: 5px;
}

.form-group .date-time-picker .field-input,
.form-group .vdp-datepicker input {
  background: #fff url(/images/calendar-icon.png) no-repeat 10px 25px !important;
  background-size: 13px !important;
}

.white-gradient {
  padding: 10px 12px;
  background: #ffffff;
  margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
  .white-gradient {
    box-shadow: 0px 10px 15px rgba(100, 116, 139, 0.1), 0px 4px 6px rgba(100, 116, 139, 0.05);
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .white-gradient {
    padding: 10px 15px;
  }
}

.spacer-border {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-top-color: #dddddd;
  margin-top: 16px;
  padding-bottom: 24px;
}

.bg-white-with-border {
  background: #ffffff;
  box-shadow: 0px 10px 15px rgba(100, 116, 139, 0.1), 0px 4px 6px rgba(100, 116, 139, 0.05);
  border-radius: 15px;
  margin-bottom: 50px;
}

.final-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.country-selector__label {
  display: none !important;
}

.country-selector__input {
  border: 0 !important;
}

.vue-phone-number-input {
  padding-top: 19px;
}

.country-selector {
  border-bottom: 3px solid rgba(133, 141, 150, 0.2) !important;
}

.captur3d-3d-tour {
  text-align: center;
}

.captur3d-3d-tour iframe {
  min-height: 360px;
  width: 100%;
  margin: 24px 0px;
}

@media screen and (min-width: 992px) {
  .captur3d-3d-tour iframe {
    height: 675px;
    max-width: 1200px;
    margin: 0 auto 24px;
  }
}

