@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "DIN Pro Black";
  src: url("../../../assets/fonts/DINPro-Black.woff") format("woff");
}
a:-webkit-any-link:focus-visible {
  border-radius: 0.2rem;
  outline: -webkit-focus-ring-color auto 2px;
}

.container-fluid {
  padding-left: 4% !important;
  padding-right: 4% !important;
}

.g-2, .gy-2, .g-lg-2 {
  --bs-gutter-y: 10px;
}

.g-2, .gx-2, .g-lg-2 {
  --bs-gutter-x: 10px;
}

.contentWrapper .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media screen and (max-width: 992px) {
  .container-fluid {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
}
[class^=bi-]::before, [class*=" bi-"]::before {
  line-height: unset !important;
}

.list-group-item {
  padding: 10px 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 992px) {
  .row-cols-7 > *, .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}
.bgPrimary {
  background: #339999 !important;
}

.bgWhite {
  background: #ffffff !important;
}

.bgDark {
  background: #1f1f1f !important;
}

.bgShadow1 {
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
}

.align {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

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

.check {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 992px) {
  .check {
    justify-content: center;
  }
}
.check svg {
  width: 20px;
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #1f1f1f;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check span {
  margin-left: 0.25rem;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #1f1f1f;
}

#cbx:checked + .check svg {
  stroke: #1f1f1f;
}
#cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px !important;
}

.fs70 {
  font-size: 70px !important;
}

.fs80 {
  font-size: 80px !important;
}

.fs90 {
  font-size: 90px !important;
}

.fs100 {
  font-size: 100px !important;
}

.fs110 {
  font-size: 110px !important;
}

.fs120 {
  font-size: 120px !important;
}

.fs130 {
  font-size: 130px !important;
}

.fs140 {
  font-size: 140px !important;
}

.fs150 {
  font-size: 150px !important;
}

.fs160 {
  font-size: 160px !important;
}

.fs170 {
  font-size: 170px !important;
}

.fs180 {
  font-size: 180px !important;
}

.fs190 {
  font-size: 190px !important;
}

.fs200 {
  font-size: 200px !important;
}

.fw1 {
  font-weight: 100 !important;
}

.fw2 {
  font-weight: 200 !important;
}

.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.setBg {
  object-fit: cover;
  width: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.setBg2 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.rows1 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

.rows2 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.rows3 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.rows4 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

.rows5 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
}

.rows20 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 20 !important;
  -webkit-box-orient: vertical !important;
}

/**
 * * Responsive spacing for various media query breakpoints
 * *
 * * Usage
 * * @include space('mb', 10px, 20px, 30px, 40px, 50px);
 * * @include space('type', xs, sm, md, lg, xl);
 *
 * * If you want to omit specific breakpoint please use ''
 * * e.g. @include space('mb', 10px, '', '', 40px, 50px);
 *
 * Type:
 *
 * m  : margin
 * mt : margin-top
 * mr : margin-right
 * mb : margin-bottom
 * ml : margin-left
 * mx : (horizontal) margin-left and margin-right
 * my : (vertical) margin-top and margin bottom
 *
 * p  : padding
 * pt : padding-top
 * pr : padding-right
 * pb : padding-bottom
 * pl : padding-left
 * px : (horizontal) padding-left and padding-right
 * py : (vertical) padding-top and padding bottom
 * */
.pt-025, .py-025 {
  padding-top: 0.25rem !important;
}

.pr-025, .px-025, .pe-025 {
  padding-right: 0.25rem !important;
}

.pb-025, .py-025 {
  padding-bottom: 0.25rem !important;
}

.pl-025, .px-025, .ps-025 {
  padding-left: 0.25rem !important;
}

.pt-05, .py-05 {
  padding-top: 0.5rem !important;
}

.pr-05, .px-05, .pe-05 {
  padding-right: 0.5rem !important;
}

.pb-05, .py-05 {
  padding-bottom: 0.5rem !important;
}

.pl-05, .px-05, .ps-05 {
  padding-left: 0.5rem !important;
}

.pt-1, .py-1 {
  padding-top: 1rem !important;
}

.pr-1, .px-1, .pe-1 {
  padding-right: 1rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}

.pl-1, .px-1, .ps-1 {
  padding-left: 1rem !important;
}

.pt-105, .py-105 {
  padding-top: 1.5rem !important;
}

.pr-105, .px-105, .pe-105 {
  padding-right: 1.5rem !important;
}

.pb-105, .py-105 {
  padding-bottom: 1.5rem !important;
}

.pl-105, .px-105, .ps-105 {
  padding-left: 1.5rem !important;
}

.pt-1, .py-1 {
  padding-top: 1rem !important;
}

.pr-1, .px-1, .pe-1 {
  padding-right: 1rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}

.pl-1, .px-1, .ps-1 {
  padding-left: 1rem !important;
}

.pt-2, .py-2 {
  padding-top: 2rem !important;
}

.pr-2, .px-2, .pe-2 {
  padding-right: 2rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 2rem !important;
}

.pl-2, .px-2, .ps-2 {
  padding-left: 2rem !important;
}

.pt-3, .py-3 {
  padding-top: 3rem !important;
}

.pr-3, .px-3, .pe-3 {
  padding-right: 3rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 3rem !important;
}

.pl-3, .px-3, .ps-3 {
  padding-left: 3rem !important;
}

.pt-4, .py-4 {
  padding-top: 4rem !important;
}

.pr-4, .px-4, .pe-4 {
  padding-right: 4rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 4rem !important;
}

.pl-4, .px-4, .ps-4 {
  padding-left: 4rem !important;
}

.pt-5, .py-5 {
  padding-top: 5rem !important;
}

.pr-5, .px-5, .pe-5 {
  padding-right: 5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 5rem !important;
}

.pl-5, .px-5, .ps-5 {
  padding-left: 5rem !important;
}

.pt-6, .py-6 {
  padding-top: 6rem !important;
}

.pr-6, .px-6, .pe-6 {
  padding-right: 6rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 6rem !important;
}

.pl-6, .px-6, .ps-6 {
  padding-left: 6rem !important;
}

.pt-7, .py-7 {
  padding-top: 7rem !important;
}

.pr-7, .px-7, .pe-7 {
  padding-right: 7rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 7rem !important;
}

.pl-7, .px-7, .ps-7 {
  padding-left: 7rem !important;
}

.pt-8, .py-8 {
  padding-top: 8rem !important;
}

.pr-8, .px-8, .pe-8 {
  padding-right: 8rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 8rem !important;
}

.pl-8, .px-8, .ps-8 {
  padding-left: 8rem !important;
}

.pt-9, .py-9 {
  padding-top: 9rem !important;
}

.pr-9, .px-9, .pe-9 {
  padding-right: 9rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 9rem !important;
}

.pl-9, .px-9, .ps-9 {
  padding-left: 9rem !important;
}

.pt-10, .py-10 {
  padding-top: 10rem !important;
}

.pr-10, .px-10, .pe-10 {
  padding-right: 10rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 10rem !important;
}

.pl-10, .px-10, .ps-10 {
  padding-left: 10rem !important;
}

.mt-025, .my-025 {
  margin-top: 0.25rem !important;
}

.mr-025, .mx-025, .me-025 {
  margin-right: 0.25rem !important;
}

.mb-025, .my-025 {
  margin-bottom: 0.25rem !important;
}

.ml-025, .mx-025, .ms-025 {
  margin-left: 0.25rem !important;
}

.mt-05, .my-05 {
  margin-top: 0.5rem !important;
}

.mr-05, .mx-05, .me-05 {
  margin-right: 0.5rem !important;
}

.mb-05, .my-05 {
  margin-bottom: 0.5rem !important;
}

.ml-05, .mx-05, .ms-05 {
  margin-left: 0.5rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mr-1, .mx-1, .me-1 {
  margin-right: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}

.ml-1, .mx-1, .ms-1 {
  margin-left: 1rem !important;
}

.mt-105, .my-105 {
  margin-top: 1.5rem !important;
}

.mr-105, .mx-105, .me-105 {
  margin-right: 1.5rem !important;
}

.mb-105, .my-105 {
  margin-bottom: 1.5rem !important;
}

.ml-105, .mx-105, .ms-105 {
  margin-left: 1.5rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mr-1, .mx-1, .me-1 {
  margin-right: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}

.ml-1, .mx-1, .ms-1 {
  margin-left: 1rem !important;
}

.mt-2, .my-2 {
  margin-top: 2rem !important;
}

.mr-2, .mx-2, .me-2 {
  margin-right: 2rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 2rem !important;
}

.ml-2, .mx-2, .ms-2 {
  margin-left: 2rem !important;
}

.mt-3, .my-3 {
  margin-top: 3rem !important;
}

.mr-3, .mx-3, .me-3 {
  margin-right: 3rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 3rem !important;
}

.ml-3, .mx-3, .ms-3 {
  margin-left: 3rem !important;
}

.mt-4, .my-4 {
  margin-top: 4rem !important;
}

.mr-4, .mx-4, .me-4 {
  margin-right: 4rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 4rem !important;
}

.ml-4, .mx-4, .ms-4 {
  margin-left: 4rem !important;
}

.mt-5, .my-5 {
  margin-top: 5rem !important;
}

.mr-5, .mx-5, .me-5 {
  margin-right: 5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 5rem !important;
}

.ml-5, .mx-5, .ms-5 {
  margin-left: 5rem !important;
}

.mt-6, .my-6 {
  margin-top: 6rem !important;
}

.mr-6, .mx-6, .me-6 {
  margin-right: 6rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 6rem !important;
}

.ml-6, .mx-6, .ms-6 {
  margin-left: 6rem !important;
}

.mt-7, .my-7 {
  margin-top: 7rem !important;
}

.mr-7, .mx-7, .me-7 {
  margin-right: 7rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 7rem !important;
}

.ml-7, .mx-7, .ms-7 {
  margin-left: 7rem !important;
}

.mt-8, .my-8 {
  margin-top: 8rem !important;
}

.mr-8, .mx-8, .me-8 {
  margin-right: 8rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 8rem !important;
}

.ml-8, .mx-8, .ms-8 {
  margin-left: 8rem !important;
}

.mt-9, .my-9 {
  margin-top: 9rem !important;
}

.mr-9, .mx-9, .me-9 {
  margin-right: 9rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 9rem !important;
}

.ml-9, .mx-9, .ms-9 {
  margin-left: 9rem !important;
}

.mt-10, .my-10 {
  margin-top: 10rem !important;
}

.mr-10, .mx-10, .me-10 {
  margin-right: 10rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 10rem !important;
}

.ml-10, .mx-10, .ms-10 {
  margin-left: 10rem !important;
}

@media screen and (max-width: 992px) {
  .pt-6, .py-6 {
    margin-top: 7rem !important;
  }
  .pr-6, .px-6, .pe-6 {
    margin-right: 7rem !important;
  }
  .pb-6, .py-6 {
    margin-bottom: 7rem !important;
  }
  .pl-6, .px-6, .ps-6 {
    margin-left: 7rem !important;
  }
  .mt-6, .my-6 {
    margin-top: 7rem !important;
  }
  .mr-6, .mx-6, .me-6 {
    margin-right: 7rem !important;
  }
  .mb-6, .my-6 {
    margin-bottom: 7rem !important;
  }
  .ml-6, .mx-6, .ms-6 {
    margin-left: 7rem !important;
  }
}
.spaceBetween {
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 992px) {
  .spaceBetween-lg {
    justify-content: space-between;
    display: flex;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

html {
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.5vw;
  }
}

/*.textEditorColumn *
 * align-content: unset
 * align-items: unset
 * align-self: unset
 * animation: unset
 * appearance: unset
 * backface-visibility: unset
 * background-blend-mode: unset
 * background: unset
 * binding: unset
 * block-size: unset
 * border-block-end: unset
 * border-block-start: unset
 * border-collapse: unset
 * border-inline-end: unset
 * border-inline-start: unset
 * border-radius: unset
 * border-spacing: unset
 * border: unset
 * bottom: unset
 * box-decoration-break: unset
 * box-shadow: unset
 * box-sizing: unset
 * caption-side: unset
 * clear: unset
 * clip-path: unset
 * clip-rule: unset
 * clip: unset
 * color-adjust: unset
 * color-interpolation-filters: unset
 * color: unset
 * column-fill: unset
 * column-gap: unset
 * column-rule: unset
 * columns: unset
 * content: unset
 * counter-increment: unset
 * counter-reset: unset
 * cursor: unset
 * display: unset
 * dominant-baseline: unset
 * empty-cells: unset
 * filter: unset
 * flex-flow: unset
 * flex: unset
 * float: unset
 * flood-color: unset
 * flood-opacity: unset
 * font-family: unset
 * font-feature-settings: unset
 * font-kerning: unset
 * font-language-override: unset
 * font-size-adjust: unset
 * font-size: unset
 * font-stretch: unset
 * font-synthesis: unset
 * font-variant: unset
 * font-weight: unset
 * height: unset
 * hyphens: unset
 * image-orientation: unset
 * image-rendering: unset
 * inline-size: unset
 * isolation: unset
 * justify-content: unset
 * justify-items: unset
 * justify-self: unset
 * left: unset
 * letter-spacing: unset
 * lighting-color: unset
 * line-height: unset
 * list-style: unset
 * margin-block-end: unset
 * margin-block-start: unset
 * margin-inline-end: unset
 * margin-inline-start: unset
 * margin: unset
 * marker-offset: unset
 * mask-type: unset
 * mask: unset
 * max-block-size: unset
 * max-height: unset
 * max-inline-size: unset
 * max-width: unset
 * min-block-size: unset
 * min-height: unset
 * min-inline-size: unset
 * min-width: unset
 * mix-blend-mode: unset
 * object-fit: unset
 * object-position: unset
 * opacity: unset
 * order: unset
 * outline-offset: unset
 * outline: unset
 * overflow: unset
 * padding-block-end: unset
 * padding-block-start: unset
 * padding-inline-end: unset
 * padding-inline-start: unset
 * padding: unset
 * page-break-after: unset
 * page-break-before: unset
 * page-break-inside: unset
 * perspective-origin: unset
 * perspective: unset
 * pointer-events: unset
 * position: unset
 * quotes: unset
 * resize: unset
 * right: unset
 * ruby-align: unset
 * ruby-position: unset
 * scroll-behavior: unset
 * scroll-snap-type: unset
 * tab-size: unset
 * table-layout: unset
 * text-align-last: unset
 * text-align: unset
 * text-combine-upright: unset
 * text-decoration: unset
 * text-emphasis-position: unset
 * text-emphasis: unset
 * text-indent: unset
 * text-orientation: unset
 * text-overflow: unset
 * text-rendering: unset
 * text-shadow: unset
 * text-transform: unset
 * top: unset
 * transform-origin: unset
 * transform-style: unset
 * transform: unset
 * transition: unset
 * user-focus: unset
 * user-input: unset
 * user-modify: unset
 * user-select: unset
 * vertical-align: unset
 * visibility: unset
 * white-space: unset
 * width: unset
 * will-change: unset
 * word-break: unset
 * word-spacing: unset
 * word-wrap: unset
 * writing-mode: unset
 * z-index: unset*/
.textEditorColumn ul, .textEditorColumn ol, .textEditorColumn li, .editor-div ul, .editor-div ol, .editor-div li {
  list-style-type: unset;
  padding: unset;
  margin: unset;
  margin-left: 20px;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh !important;
  position: relative;
  background: #ffffff;
  color: #1f1f1f;
  font-size: 0.67rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 3rem;
  }
}

.textEditorColumn tr {
  border-width: initial;
}
.textEditorColumn td {
  border-width: initial;
}

.btnAdd {
  background: #ffffff;
  color: #1f1f1f !important;
  border: 1px solid #ffffff !important;
}
.btnAdd:hover, .btnAdd:focus {
  border: 1px solid #1f1f1f !important;
  color: #1f1f1f !important;
}

.btnAddOutline {
  background: transparent;
  color: #1f1f1f !important;
  border: 1px solid #ffffff !important;
}
.btnAddOutline:hover, .btnAddOutline:focus {
  border: 1px solid #1f1f1f !important;
  color: #1f1f1f !important;
}

.btnAdminPrimaryOutline {
  background: transparent;
  color: #1f1f1f !important;
  border: 1px solid #ffffff !important;
}
.btnAdminPrimaryOutline:hover, .btnAdminPrimaryOutline:focus {
  border: 1px solid #1f1f1f !important;
  color: #1f1f1f !important;
}

button, .btn {
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
  box-shadow: none !important;
  margin: 5px 5px 5px 0;
}
@media screen and (min-width: 992px) {
  button, .btn {
    font-size: 0.67rem;
  }
}
button:hover, button:focus, .btn:hover, .btn:focus {
  text-decoration: none !important;
}
button.btn-primary, .btn.btn-primary {
  color: #ffffff !important;
  background: #1f1f1f !important;
  padding: 0.3rem 1rem;
  font-weight: normal !important;
  border-radius: 5rem !important;
  transition: all 0.2s !important;
}
@media screen and (max-width: 992px) {
  button.btn-primary, .btn.btn-primary {
    padding: 0.5rem 1.2rem;
  }
}
button.btn-primary:hover, button.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #ffffff !important;
  background: #339999 !important;
  transition: all 0.2s !important;
}
button.btn-outline-primary, .btn.btn-outline-primary {
  color: #1f1f1f !important;
  background: #F9FAFB !important;
  background: transparent !important;
  border: 1px solid #1f1f1f;
  padding: 0.3rem 0.5rem;
  font-weight: normal !important;
  border-radius: 5rem !important;
  transition: all 0.2s !important;
}
button.btn-outline-primary:hover, button.btn-outline-primary:focus, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  color: #ffffff !important;
  background: #339999 !important;
  border: 1px solid #339999;
  transition: all 0.2s !important;
}
button.btn-secondary, .btn.btn-secondary {
  color: #1f1f1f !important;
  background: #ffffff !important;
  padding: 0.3rem 1rem;
  font-weight: normal !important;
  border-radius: 5rem !important;
  transition: all 0.2s !important;
}
@media screen and (max-width: 992px) {
  button.btn-secondary, .btn.btn-secondary {
    padding: 0.5rem 1.2rem;
  }
}
button.btn-secondary:hover, button.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #ffffff !important;
  background: #339999 !important;
  transition: all 0.2s !important;
}
button.btn-dropdown, .btn.btn-dropdown {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
  padding: 5px !important;
}
button.btn-success, .btn.btn-success {
  border: 1px solid #B2CF56 !important;
}
button.btn-success:hover, button.btn-success:focus, button.btn-success:active, button.btn-success.active, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active {
  background: #B2CF56 !important;
  color: #ffffff !important;
}
button.btn-danger, .btn.btn-danger {
  border: 1px solid #f23555 !important;
  color: #1f1f1f !important;
}
button.btn-danger:hover, button.btn-danger:focus, button.btn-danger:active, button.btn-danger.active, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background: #f23555 !important;
  color: #ffffff !important;
}
button.btn-warning, .btn.btn-warning {
  border: 1px solid #F0BC31 !important;
  color: #1f1f1f !important;
}
button.btn-warning:hover, button.btn-warning:focus, button.btn-warning:active, button.btn-warning.active, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background: #F0BC31 !important;
  color: #ffffff !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
}

.btnDisabled.btn-primary {
  background: #F5F6F8 !important;
  color: #1f1f1f !important;
}

.form-floating > .form-control {
  padding: 0.5rem 0.75rem;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: 2.25rem;
}
@media screen and (max-width: 992px) {
  .form-floating > .form-control, .form-floating > .form-select {
    height: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .form-floating input {
    font-size: 0.6rem !important;
  }
}
.form-floating label {
  top: 0;
  left: 0;
  color: #1f1f1f !important;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .form-floating label {
    padding: 0 0.75rem;
  }
}
.form-floating .form-control {
  color: #1f1f1f;
  background: transparent;
  border-radius: 0.2rem;
  border: 1px solid #1f1f1f;
}
@media screen and (min-width: 1200px) {
  .form-floating .form-control {
    font-size: 0.6rem !important;
  }
}
.form-floating .form-control:hover, .form-floating .form-control:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(31, 31, 31, 0.55);
}
.form-floating .form-control:disabled, .form-floating .form-control[readonly] {
  background-color: #ececec;
  border: 1px solid #1f1f1f !important;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
@media screen and (max-width: 1200px) {
  .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  }
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
}

.form-floating > textarea.form-control:focus, .form-floating > textarea.form-control:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}

.form-control {
  margin-bottom: 0.5rem !important;
}

.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.labelColor {
  color: #1f1f1f !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 5rem #ffffff inset !important;
  -webkit-text-fill-color: #1f1f1f !important;
  font-size: 0.6rem !important;
}

a {
  color: #1f1f1f;
  font-weight: normal;
  text-decoration: none;
  transition: 0.2s all ease-out !important;
}
a:hover, a:focus {
  color: rgba(31, 31, 31, 0.55) !important;
  font-weight: normal;
  text-decoration: none !important;
  transition: 0.2s all ease-out !important;
}

p {
  color: #1f1f1f;
  margin-bottom: 6px !important;
}

hr {
  margin-top: 4px;
  margin-bottom: 0;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: 600;
  font-size: 2.6rem;
}

h2 {
  font-weight: 600;
  font-size: 1.8rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 1.2rem;
  }
}

h5 {
  font-weight: bold;
  font-size: 0.67rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 992px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-weight: bold;
  font-size: 0.67rem;
}
@media screen and (max-width: 992px) {
  h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .smallP {
    font-size: 0.55rem !important;
  }
}
@media screen and (max-width: 992px) {
  .smallP {
    font-size: 12px;
  }
}

.sliderContainer {
  position: relative;
}
@media screen and (max-width: 992px) {
  .sliderContainer .titleHeader {
    padding: 0 12.5px;
  }
}
.sliderContainer:hover .owl-prev, .sliderContainer:hover .owl-next, .sliderContainer:focus .owl-prev, .sliderContainer:focus .owl-next {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .sliderContainer .container-fluid {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
.sliderContainer .no-js .owl-carousel, .sliderContainer .owl-carousel.owl-loaded {
  display: block;
}
@media screen and (max-width: 992px) {
  .sliderContainer .owl-prev, .sliderContainer .owl-next {
    display: none;
    opacity: 0;
    width: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .sliderContainer .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9 !important;
  }
  .sliderContainer .owl-prev, .sliderContainer .owl-next {
    transition: all 0.5s ease;
    position: absolute !important;
    z-index: 9 !important;
    height: 12.5rem;
    margin: 0 !important;
    border-radius: 0;
    opacity: 0;
    outline: 0 !important;
    padding: 0 !important;
  }
  .sliderContainer .owl-prev i, .sliderContainer .owl-next i {
    padding: 10px;
    font-size: 25px !important;
    color: #1f1f1f !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sliderContainer .owl-prev {
    left: 0 !important;
    background: #ffffff;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
    width: calc(4% - 9px);
  }
  .sliderContainer .owl-next {
    right: 0 !important;
    background: #ffffff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
    width: calc(4% - 7px);
  }
}
.sliderContainer .disabled {
  display: none;
}
@media screen and (min-width: 992px) {
  .sliderContainer .owl-carousel, .sliderContainer .owl-stage-outer, .sliderContainer .owl-stage {
    height: 12.5rem;
    overflow: unset;
    overflow-x: visible;
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .sliderContainer .owl-carousel, .sliderContainer .owl-stage-outer, .sliderContainer .owl-stage {
    height: auto;
    width: auto;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .sliderContainer .owl-stage::-webkit-scrollbar {
    height: 5px !important;
    background: transparent;
    opacity: 0;
    border-radius: 5rem;
    display: none;
  }
  .sliderContainer .owl-stage::-webkit-scrollbar-track {
    height: 5px !important;
    background: #F9FAFB;
    opacity: 0;
    margin: 3rem !important;
    border-radius: 5rem;
  }
  .sliderContainer .owl-stage::-webkit-scrollbar-thumb {
    background: #1f1f1f !important;
    border-radius: 5rem;
  }
  .sliderContainer .owl-stage:hover::-webkit-scrollbar-thumb {
    background: #1f1f1f !important;
    display: block !important;
    opacity: 1;
  }
}
.sliderContainer .owl-carousel .sliderItem {
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
.sliderContainer .owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media screen and (max-width: 992px) {
  .sliderContainer .owl-stage {
    padding-left: 12.5px;
  }
}
@media screen and (min-width: 1200px) {
  .sliderContainer .owl-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .sliderContainer .owl-item {
    width: auto;
    scroll-snap-align: start;
    margin-right: 5px;
  }
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

@media screen and (max-width: 992px) {
  .noSliderItem {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

.sliderItem {
  position: relative;
}
@media screen and (max-width: 992px) {
  .sliderItem {
    width: 16vw;
  }
}
@media screen and (max-width: 576px) {
  .sliderItem {
    width: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .sliderItem:hover img, .sliderItem:focus img {
    opacity: 0.8;
  }
}
.sliderItem img {
  border-radius: 0.2rem;
  height: 12.5rem;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .sliderItem img {
    height: 11rem;
  }
}

.coverTitle {
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  color: #ffffff;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .sliderItem:hover .coverTicketInfo {
    display: flex;
  }
  .sliderItem a:focus .coverTicketInfo {
    display: flex;
  }
  .coverTicketInfo {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s all;
  }
  .coverTicketInfo .ticketLink {
    transition: 0.3s all;
    width: 4rem;
    display: block;
    z-index: 9;
    margin: 0.4rem auto;
  }
}
@media screen and (max-width: 992px) {
  .coverTicketInfo {
    display: none;
  }
}
.btn-primary.coverTicketInfoBtn {
  border-radius: 0.2rem !important;
  padding: 0.2rem 0.5rem !important;
  margin: 0 !important;
}

.sliderContainer.gallerySlider .owl-carousel, .sliderContainer.gallerySlider .owl-stage-outer, .sliderContainer.gallerySlider .owl-stage {
  height: 8rem;
}
.sliderContainer.gallerySlider .owl-stage {
  width: 100% !important;
}
.sliderContainer.gallerySlider .owl-prev, .sliderContainer.gallerySlider .owl-next {
  height: 8rem;
}
.sliderContainer.gallerySlider .owl-item {
  width: auto !important;
}
@media screen and (max-width: 992px) {
  .sliderContainer.gallerySlider .sliderItem {
    width: auto;
  }
}
.sliderContainer.gallerySlider .sliderItem img {
  border-radius: 0.2rem;
  height: 8rem;
  width: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.sliderContainer.gallerySlider .sliderItem iframe {
  border-radius: 0.2rem;
  height: 8rem !important;
  width: 13rem !important;
}

.artistSliderContainer .owl-item {
  width: auto !important;
}
@media screen and (max-width: 992px) {
  .artistSliderContainer .sliderItem {
    width: auto;
  }
}
.artistSliderContainer .sliderItem img {
  width: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.movingSliderContainer .owl-item {
  width: auto !important;
}
@media screen and (max-width: 992px) {
  .movingSliderContainer .sliderItem {
    width: auto;
  }
}
.movingSliderContainer .sliderItem img {
  width: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.movingSliderLinkToPage {
  background: #1f1f1f;
  height: 100%;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.movingSliderLinkToPage a {
  color: #ffffff !important;
}
.movingSliderLinkToPage i {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
  .sliderVideo {
    width: 220px;
  }
}
.sliderContainer.newsContainer .owl-carousel, .sliderContainer.newsContainer .owl-stage-outer, .sliderContainer.newsContainer .owl-stage {
  height: 16.5rem;
}
@media screen and (max-width: 992px) {
  .sliderContainer.newsContainer .owl-carousel, .sliderContainer.newsContainer .owl-stage-outer, .sliderContainer.newsContainer .owl-stage {
    height: 19rem;
  }
}
.sliderContainer.newsContainer .owl-prev, .sliderContainer.newsContainer .owl-next {
  height: 10rem;
  margin-bottom: 6.5rem !important;
}
@media screen and (max-width: 992px) {
  .sliderContainer.newsContainer .owl-prev, .sliderContainer.newsContainer .owl-next {
    height: 11rem;
  }
}
@media screen and (max-width: 992px) {
  .sliderContainer.newsContainer .sliderItem {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .sliderContainer.newsContainer .sliderItem {
    width: 90vw;
  }
}

.sliderCard {
  height: 16.5rem;
}
@media screen and (max-width: 992px) {
  .sliderCard {
    height: 19rem;
  }
}
.sliderCard img {
  border-radius: 0.2rem;
  height: 10rem;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .sliderCard img {
    height: 11rem;
  }
}
@media screen and (min-width: 992px) {
  .sliderCard:hover {
    opacity: 0.8;
  }
}
.sliderCard .sliderCardTexts {
  height: 6.5rem;
  padding: 0.5rem;
}
@media screen and (max-width: 992px) {
  .sliderCard .sliderCardTexts {
    height: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .sliderCard .sliderCardTexts h6 {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
.sliderCard .sliderCardTexts p {
  margin-bottom: 0;
}

.newsIndexPage .sliderCard {
  margin-bottom: 2rem;
}

@media screen and (max-width: 992px) {
  .newsContainer .sliderItem a:hover, .newsContainer .sliderItem a:focus {
    opacity: 1 !important;
    color: #1f1f1f !important;
  }
}

.alertify-notifier {
  z-index: 999;
}

.termsfeed-com---reset {
  font-family: "Montserrat", sans-serif !important;
}

.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #ffffff !important;
  border-radius: 0.2rem;
  color: #1f1f1f !important;
  margin: 15px;
  width: 20rem;
  max-width: 20rem;
}
@media screen and (min-width: 992px) {
  .termsfeed-com---palette-light.termsfeed-com---nb {
    height: 10.4rem;
  }
}
@media screen and (max-width: 992px) {
  .termsfeed-com---palette-light.termsfeed-com---nb {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.termsfeed-com---nb .cc-nb-main-container {
  padding: 1rem !important;
}
@media screen and (max-width: 992px) {
  .termsfeed-com---nb .cc-nb-main-container {
    padding: 2rem !important;
  }
}

.termsfeed-com---palette-light .cc-nb-title, .termsfeed-com---palette-light .cc-nb-text {
  color: #1f1f1f !important;
}

.termsfeed-com---nb .cc-nb-title {
  font-size: 0.67rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 992px) {
  .termsfeed-com---nb .cc-nb-title {
    font-size: 1rem !important;
  }
}

.termsfeed-com---nb .cc-nb-text {
  font-size: 0.55rem !important;
}
@media screen and (max-width: 992px) {
  .termsfeed-com---nb .cc-nb-text {
    font-size: 0.875em !important;
    margin: 0 0 1.5rem 0 !important;
  }
}

.termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save {
  background: #1f1f1f !important;
  color: #ffffff !important;
  border-radius: 5rem;
  padding: 0.3rem 1rem !important;
  font-size: 0.67rem !important;
  font-weight: normal !important;
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 992px) {
  .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save {
    font-size: 1rem !important;
    padding: 0.5rem 1.2rem !important;
  }
}
.termsfeed-com---palette-light .cc-nb-okagree:hover, .termsfeed-com---palette-light .cc-nb-okagree:focus, .termsfeed-com---palette-light .cc-cp-foot-save:hover, .termsfeed-com---palette-light .cc-cp-foot-save:focus {
  color: #ffffff !important;
  background: #339999 !important;
  transition: all 0.2s !important;
}

.termsfeed-com---palette-light .cc-nb-reject {
  display: none !important;
}

.termsfeed-com---palette-light .cc-nb-changep {
  background: transparent !important;
  color: #1f1f1f !important;
  border-radius: 5rem;
  padding: 0.3rem 1rem !important;
  font-size: 0.67rem !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}
@media screen and (max-width: 992px) {
  .termsfeed-com---palette-light .cc-nb-changep {
    font-size: 1rem !important;
    padding: 0.5rem 1.2rem !important;
  }
}
.termsfeed-com---palette-light .cc-nb-changep:hover, .termsfeed-com---palette-light .cc-nb-changep:focus {
  color: rgba(31, 31, 31, 0.55) !important;
}

.termsfeed-com---palette-light .cc-pc-head-lang select {
  font-size: 0.67rem !important;
}
@media screen and (max-width: 992px) {
  .termsfeed-com---palette-light .cc-pc-head-lang select {
    font-size: 1rem !important;
  }
}

.termsfeed-com---palette-light .cc-cp-foot-save {
  margin-bottom: 0 !important;
}

.termsfeed-com---palette-light .cc-pc-head-lang select:focus {
  box-shadow: 0 0 0 2px #1f1f1f !important;
}

.newsletterContainer {
  color: #ffffff;
  background: radial-gradient(farthest-corner at 15% 90%, #339999 10%, #1f1f1f 90%);
  border-radius: 0.2rem;
  padding: 6rem 1rem;
}
@media screen and (min-width: 992px) {
  .newsletterContainer {
    padding: 3rem 5rem;
    text-align: center;
  }
}
.newsletterContainer h1, .newsletterContainer h6 {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .newsletterContainer h1 {
    font-size: 2.3rem;
  }
}
.newsletterContainer p {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .newsletterContainer .form-floating > .form-control, .newsletterContainer .form-floating > .form-select {
    height: 2.5rem;
  }
  .newsletterContainer .form-floating > .form-control:focus ~ label, .newsletterContainer .form-floating > .form-control:not(:placeholder-shown) ~ label, .newsletterContainer .form-floating > .form-select ~ label {
    color: #ffffff !important;
    transform: scale(0.85) translateY(-2rem) translateX(0.15rem);
  }
  .newsletterContainer .form-floating label {
    padding: 0 1rem;
  }
  .newsletterContainer .form-floating > .form-control {
    padding: 0.5rem 1rem;
  }
}
.newsletterContainer .confirmPrivacy {
  color: #ffffff;
  opacity: 0.6;
  font-size: 0.55rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 992px) {
  .newsletterContainer .confirmPrivacy {
    font-size: 13px;
    margin-top: 1rem;
    margin-left: 0.25rem;
  }
}
.newsletterContainer .confirmPrivacy a {
  color: #ffffff;
}
.newsletterContainer .confirmPrivacy a:hover, .newsletterContainer .confirmPrivacy a:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.newsletterContainer .confirmPrivacy .check svg {
  stroke: #ffffff;
}
.newsletterContainer .confirmPrivacy .check:hover svg {
  stroke: #ffffff;
}
.newsletterContainer .confirmPrivacy #cbx:checked + .check svg {
  stroke: #ffffff;
}
.newsletterContainer .form-floating .form-control {
  margin-bottom: 0;
  color: #1f1f1f;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 5rem;
}
.newsletterContainer .newsletterInner {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .newsletterContainer .newsletterInner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .newsletterContainer .form-floating {
    position: relative;
    width: 20rem;
  }
}
.newsletterContainer .btnSubscribe {
  margin-top: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .newsletterContainer .btnSubscribe {
    background: #ffffff !important;
    color: #1f1f1f !important;
  }
}
@media screen and (min-width: 992px) {
  .newsletterContainer .btnSubscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin: 0.2rem !important;
  }
}

@media screen and (max-width: 992px) {
  .footerLogoColumn {
    text-align: center;
  }
}

.footerLogo {
  width: 6rem;
}
@media screen and (min-width: 992px) {
  .footerLogo {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .footerLogo {
    width: 7rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.footerLinkBox li {
  display: block;
  padding: 0.3rem 0;
}
@media screen and (max-width: 992px) {
  .footerLinkBox li {
    padding: 0.5rem 0;
  }
}

.footerContactBoxColumn {
  position: relative;
}
.footerContactBoxColumn .row {
  position: absolute;
  right: 0;
  margin-top: 6rem;
}

.footerContactBox {
  color: #ffffff;
  background: #339999;
  border-radius: 0.2rem;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.footerContactBox p {
  color: #ffffff;
}
.footerContactBox i {
  font-size: 2.4rem;
  margin-top: -1rem !important;
  display: block;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .footerTop, .footerBottom {
    font-size: 0.55rem;
  }
}
.footerBottom {
  margin-top: 3rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .footerBottom {
    padding-bottom: 3rem;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .footerBottomLinks {
    display: flex;
    justify-content: space-between;
  }
}
.footerBottomLinks .copyright {
  margin-top: auto;
}
@media screen and (max-width: 992px) {
  .footerBottomLinks .copyright {
    font-size: 10px;
  }
}

.nexodot img {
  width: 5rem;
}
@media screen and (max-width: 992px) {
  .nexodot img {
    width: 10rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 992px) {
  footer {
    overflow: hidden;
  }
}
footer p {
  margin-bottom: 0 !important;
}
footer .accordion-body {
  padding: 0;
}
footer .accordion-button {
  padding: 1rem 0;
}
footer .accordion-item {
  border: 0;
  background: transparent;
}
@media screen and (max-width: 992px) {
  footer .accordion-body li:first-child {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  footer .accordion-header {
    display: none;
  }
  footer .collapse:not(.show) {
    display: block;
  }
}

.footerSupportLogo {
  height: 2.5rem;
}

.bannerVignette {
  position: absolute;
  left: 0;
  right: 0;
}

.topVignette {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 92%, rgba(255, 255, 255, 0.3) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
}

.sideVignette {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.bottomVignette1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.35) 29%, rgba(255, 255, 255, 0.58) 44%, #ffffff 68%, #ffffff 100%);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0 top;
  background-repeat: repeat-x;
  background-color: transparent;
  width: 100%;
  height: 5vw;
  top: auto;
  bottom: 0;
  opacity: 1;
}

.bottomVignette2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.9) 90%, rgb(255, 255, 255) 100%);
}

.ageLimit {
  margin-right: 1rem;
  z-index: 1;
}
.ageLimit span {
  color: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DIN Pro Black", sans-serif;
}
@media screen and (max-width: 992px) {
  .ageLimit span {
    width: 2.4rem;
    height: 2.4rem;
    padding-top: 0;
  }
}

.ageLimitPage .ageLimit {
  margin-right: 0 !important;
  margin-top: 0.5rem;
}
@media screen and (max-width: 992px) {
  .ageLimitPage .ageLimit {
    margin-bottom: 1rem;
  }
}
.ageLimitPage .ageLimit span {
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 992px) {
  .ageLimitPage .ageLimit span {
    width: 3rem;
    height: 3rem;
  }
}

.ageLimit.ageLimitDefault span {
  color: #1f1f1f;
  background: rgba(255, 255, 255, 0.2392156863);
}

.ageLimit.ageLimitMinus3 span {
  background: #963CC0;
}

.ageLimit.ageLimitPlus3 span {
  background: #0177F9;
}

.ageLimit.ageLimitPlus4 span {
  background: #0094f9;
}

.ageLimit.ageLimitPlus5 span {
  background: #01BBF0;
}

.ageLimit.ageLimitPlus6 span {
  background: #039DAD;
}

.ageLimit.ageLimitPlus8 span {
  background: #91CB3E;
}

.ageLimit.ageLimitPlus9 span {
  background: #aecc40;
}

.ageLimit.ageLimitPlus10 span {
  background: #F6C647;
}

.ageLimit.ageLimitPlus12 span {
  background: #cd949b;
}

.ageLimit.ageLimitPlus14 span {
  background: #EF9135;
}

.ageLimit.ageLimitPlus16 span {
  background: #EA513E;
}

.ageLimit.ageLimitPlus18 span {
  background: #c1272d;
}

.bannerContainer {
  width: 100%;
  height: 37rem;
  padding-bottom: 8.5rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 992px) {
  .bannerContainer {
    height: 32.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .bannerContainer .ageLimit span {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 992px) {
  .homeBannerContainer .bannerContent {
    text-align: center;
  }
  .homeBannerContainer .bannerAuthorName {
    justify-content: center;
  }
  .homeBannerContainer .bannerAuthorName:after {
    content: "";
    display: inline-block;
    background-color: #1f1f1f;
    width: 2rem;
    height: 2px;
    margin-left: 0.5rem;
  }
}

.bannerContent {
  position: absolute;
  bottom: 12rem;
  left: 4%;
  z-index: 4;
  color: #1f1f1f;
  max-width: 25rem;
}
@media screen and (max-width: 992px) {
  .bannerContent {
    bottom: 1rem;
    width: 100%;
    max-width: 100%;
    left: unset;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.bannerContent h1, .bannerContent h3, .bannerContent p {
  margin-bottom: 0 !important;
}

.bannerAuthorName {
  font-size: 1rem;
  line-height: 0.8;
  display: flex;
  align-items: center;
}
.bannerAuthorName:before {
  content: "";
  display: inline-block;
  background-color: #1f1f1f;
  width: 2rem;
  height: 2px;
  margin-right: 0.5rem;
}

.bannerTitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  .bannerTitle {
    letter-spacing: 2px;
  }
}

.bannerDescription {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.25rem;
}

.bannerPremierDate {
  margin-top: 0.5rem;
}

.bannerBtns {
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .bannerBtns {
    display: flex;
    align-items: center;
  }
}
.bannerBtns .btn-primary {
  margin-right: 1rem;
}
.bannerBtns .btnShowInfo {
  padding-left: 0;
  padding-right: 0;
}

.bannerBox {
  top: 0;
  left: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  background-color: #fff;
  position: relative;
  padding-bottom: 37rem;
}
@media screen and (max-width: 992px) {
  .bannerBox {
    padding-bottom: 32.5rem;
  }
}

.bannerImgBox:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .bannerImgBox:after {
    height: 37rem;
    background-image: url("../../assets/images/bannerVignette2.png");
    background-size: 100% 100%;
    transform-origin: 0 0;
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  .bannerImgBox:after {
    height: 32.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgb(255, 255, 255) 100%);
  }
}

.bannerImg {
  height: 37rem;
  position: absolute;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.665, 0.235, 0.265, 0.8) 0s;
}
@media screen and (max-width: 992px) {
  .bannerImg {
    height: 32.5rem;
  }
}

.carouselControlColumn {
  height: 28.5rem;
  width: 1.7rem;
  position: absolute;
  top: 0;
  right: 4%;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .carouselControlColumn {
    height: 32.5rem;
  }
}

.carousel-control-next, .carousel-control-prev {
  top: auto;
  bottom: auto;
  height: 1.7rem;
  width: 1.7rem;
  margin: 0;
  font-size: 1rem;
  color: #1f1f1f;
  opacity: 1;
}

.carousel-control-prev {
  margin-top: -3.7rem;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #339999;
}

.navbar-brand {
  position: absolute;
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  .navbar-brand {
    position: relative;
  }
}
.navbar-brand a {
  display: flex;
}
.navbar-brand img {
  width: 4.75rem;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    width: 7rem;
  }
}

nav {
  position: absolute;
  top: 0;
  z-index: 9999;
}
nav.scrollUp {
  transform: translateY(-105%);
}
nav .nav-item {
  position: relative;
}
nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  color: #1f1f1f;
  font-weight: normal;
  opacity: 1 !important;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  transition: text-shadow 0.3s;
}
nav .navbar-toggler {
  border: none;
  color: #1f1f1f !important;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  nav .navbar-toggler i {
    font-size: 2.5rem;
    transform: rotate(90deg);
    display: block;
  }
}
nav .navbar-toggler:hover, nav .navbar-toggler:focus {
  text-decoration: none;
  outline: none !important;
}
nav .navBtns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .navBtns .d-flex {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageLanguage {
  margin-right: 0.8rem;
}

nav.navbar {
  height: 2.2rem;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.4s;
}
@media screen and (max-width: 992px) {
  nav.navbar {
    height: auto;
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  nav.navbar:hover, nav.navbar:focus, nav.navbar:focus-visible {
    background: #ffffff !important;
  }
}
nav.navbar .navbar-nav {
  height: 2.2rem;
}
nav.navbar .navBtns {
  height: 2.2rem;
}
nav.navbar .navBtns .d-flex {
  height: 2.2rem;
}

nav.navbar.highlight {
  background: #ffffff;
  transition: 0.4s;
}

.nav-link.active {
  color: #ffffff !important;
  background: #339999 !important;
  border: 1px solid #339999;
  transition: all 0.2s !important;
}

@media screen and (max-width: 992px) {
  .nav-item .select_wrap, .nav-item .select_ul {
    border: 0 !important;
  }
  .nav-item .select_ul {
    padding: 15px 0;
  }
  .navbarMenuBox {
    display: none !important;
  }
  #navbarNavDropdown {
    margin-top: 4rem;
    font-size: 1.5rem;
    height: 100vh;
    overflow: hidden !important;
    touch-action: none;
    -ms-touch-action: none;
    z-index: 9999;
    transition: none !important;
  }
  .navbar-collapse {
    transition: none !important;
  }
  .navbar-nav > .nav-item > .nav-link {
    padding: 0 0 15px 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .navbar-nav > .nav-item > .nav-link span {
    display: inline-block;
  }
}
.whiteNav {
  background: #ffffff !important;
  height: 100% !important;
  transition: none !important;
}

.alertColumn {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 12.5px;
}
@media screen and (min-width: 992px) {
  .alertColumn {
    position: absolute;
    bottom: 11rem;
    margin: 15px;
  }
}

.alert-danger {
  border-radius: 0.2rem;
  background: #f23555;
  border: 0;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .alert-danger {
    width: 20rem;
    max-width: 20rem;
  }
}
.alert-danger h4 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 0.67rem;
}
.alert-danger p {
  color: #ffffff;
  font-size: 0.55rem;
}

.alert-dismissible .btn-close {
  padding: 0.5rem;
  opacity: 1;
  color: #ffffff;
  font-size: 0.5rem;
}

.btnAdminPrimaryOutline {
  border: 1px solid #1f1f1f !important;
  text-align: left;
}
.btnAdminPrimaryOutline:hover {
  border: 1px solid rgba(31, 31, 31, 0.55) !important;
}

.textEditorColumn a {
  color: #339999 !important;
  word-break: break-word;
}
.textEditorColumn a:hover, .textEditorColumn a:focus {
  color: #339999 !important;
  text-decoration: underline !important;
}
.textEditorColumn img {
  height: auto !important;
  max-width: 100% !important;
  border-radius: 0.2rem;
}

#searchDate:in-range::-webkit-datetime-edit-year-field,
#searchDate:in-range::-webkit-datetime-edit-month-field,
#searchDate:in-range::-webkit-datetime-edit-day-field,
#searchDate:in-range::-webkit-datetime-edit-text {
  color: transparent;
}

.hasLink {
  color: #339999;
}
.hasLink:hover, .hasLink:focus {
  color: #339999 !important;
  text-decoration: underline !important;
}

.noLink {
  text-shadow: none !important;
  cursor: unset;
}

.lineBefore {
  display: flex;
  align-items: center;
}
.lineBefore:before {
  content: "";
  display: inline-block;
  background-color: #1f1f1f;
  width: 2rem;
  height: 2px;
  margin-right: 0.5rem;
}

.lineSides {
  display: flex;
  align-items: center;
}
.lineSides:before {
  content: "";
  display: inline-block;
  background-color: #1f1f1f;
  width: 2rem;
  height: 2px;
  margin-right: 0.5rem;
}
.lineSides:after {
  content: "";
  display: inline-block;
  background-color: #1f1f1f;
  width: 2rem;
  height: 2px;
  margin-left: 0.5rem;
}

.titleHeader {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 992px) {
  .titleHeader {
    padding: 0;
    margin-bottom: 1rem;
    margin-left: 0.25rem;
  }
}
.titleHeader p {
  margin-bottom: 0 !important;
}
.titleHeader h6 {
  position: relative;
  margin-bottom: 0;
  z-index: 3;
}

.programGuideHeader {
  position: relative;
  margin-bottom: 0.5rem;
  z-index: 1;
}
.programGuideHeader .programNowBtn {
  margin-right: 0.5rem;
}
.programGuideHeader div {
  margin-top: 0.5rem;
}

.onBannerContent {
  z-index: 3;
  position: relative;
}

.showPresentationContainer .row {
  position: relative;
}

.showPresentationImgBox {
  position: relative;
}
@media screen and (min-width: 992px) {
  .showPresentationImgBox:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    display: inline-block;
    border-radius: 0.2rem;
    background: linear-gradient(75deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8) 85%);
  }
}

.showPresentationBox {
  position: relative;
}
@media screen and (min-width: 992px) {
  .showPresentationBox {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.showPresentationContent {
  padding-right: 1rem;
}
@media screen and (max-width: 992px) {
  .showPresentationContent {
    padding: 2rem 0;
    text-align: center;
  }
}
.showPresentationContent p {
  margin-bottom: 0 !important;
}
.showPresentationContent .showPresentationTitle {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .showPresentationContent .showPresentationTitle {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .showPresentationContent .showPresentationCategory {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .showPresentationContent .showPresentationCategory:before {
    content: "";
    display: inline-block;
    background-color: #1f1f1f;
    width: 2rem;
    height: 2px;
    margin-right: 0.5rem;
  }
  .showPresentationContent .showPresentationCategory:after {
    content: "";
    display: inline-block;
    background-color: #1f1f1f;
    width: 2rem;
    height: 2px;
    margin-left: 0.5rem;
  }
}

.showPresentationContentInner {
  position: relative;
  z-index: 3;
}

.showPresentationImg {
  border-radius: 0.2rem;
  height: 20rem;
}
@media screen and (max-width: 992px) {
  .showPresentationImg {
    height: 30rem;
  }
}

.showPresentationBtns {
  margin-top: 2rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .showPresentationBtns {
    margin-top: 1rem;
  }
}

.newsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsViewPage .newsViewPageImg {
  border-radius: 0.2rem;
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.newsViewPage .newsViewPageTexts {
  margin-top: 1rem;
}

.profilePageSecondImg {
  border-radius: 0.2rem;
}

.actorBoxName {
  font-size: 0.67rem;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}
@media screen and (max-width: 992px) {
  .actorBoxName {
    font-size: 1rem;
  }
}

.profilePageProfession {
  margin-bottom: 0.5rem !important;
}

.currentWork {
  display: grid;
}

.img-thumbnail {
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0.2rem;
}

.actorsBox {
  width: 100%;
  border-radius: 0.2rem;
  position: relative;
}
.actorsBox .actorProfileImg {
  border-radius: 0.2rem;
  width: 100%;
}
.actorsBox .actorProfileImg2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.2rem;
  transition: all 0.2s !important;
  object-fit: cover;
}

.actorsListPage .actorsBox:hover .actorProfileImg2 {
  opacity: 1;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .artistViewPage .actorsBox {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .artistViewPage .actorsBox:hover .actorProfileImg2 {
    opacity: 1;
    z-index: 2;
  }
}
.artistViewPage .actorProfileImg {
  max-height: unset;
}

@media screen and (min-width: 1200px) {
  .artistViewPageDescriptions .textEditorColumn {
    font-size: 0.55rem !important;
  }
}

@media screen and (max-width: 992px) {
  .showBoxesColumn .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }
  .showBoxesColumn .container-fluid .col, .showBoxesColumn .container-fluid [class*=col-] {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
    margin: 0 !important;
  }
}
.showBoxesColumn .showBox {
  position: relative;
}
.showBoxesColumn .showBox img {
  height: 12.5rem;
  border-radius: 0.2rem;
  object-fit: cover;
  width: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}
@media screen and (max-width: 992px) {
  .showBoxesColumn .showBox img {
    height: 11rem;
  }
}

#mozgato_program {
  background-image: url("../../assets/images/moving_bg.png");
  background-repeat: no-repeat;
  background-position: 5% 25%;
  background-size: 15%;
}
@media screen and (max-width: 992px) {
  #mozgato_program {
    background-size: 45%;
    background-position: 5% 100%;
  }
}
#mozgato_program .movingBg2 {
  background-image: url("../../assets/images/moving_bg2.png");
  background-repeat: no-repeat;
  background-position: 95% 100%;
  background-size: 10%;
}
@media screen and (max-width: 992px) {
  #mozgato_program .movingBg2 {
    background-size: 25%;
    background-position: 95% 0%;
  }
}

#ejszaka_a_babszinhazban img {
  border-radius: 0.2rem;
}

.publicInformationPage .accordion-button, .publicInformationPage .accordionButtonLink {
  padding: 1rem 0;
}
.publicInformationPage .accordion-button::after {
  margin-right: 1rem;
}
.publicInformationPage .accordion-button:hover, .publicInformationPage .accordion-button:focus {
  color: rgba(31, 31, 31, 0.55) !important;
}
.publicInformationPage .accordion-body {
  padding: 0 1rem 1rem 1rem;
}
.publicInformationPage .accordion-body li {
  padding-bottom: 0.5rem;
}

.accordion-button, .accordionButtonLink {
  margin: 0;
  font-size: 0.67rem;
  background: transparent;
}
@media screen and (max-width: 992px) {
  .accordion-button, .accordionButtonLink {
    font-size: 1rem;
  }
}

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
}
.accordion-button:active, .accordion-button.active {
  color: #1f1f1f !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z' clip-rule='evenodd'/></svg>");
}

.accordion-button:not(.collapsed)::after {
  transform: unset;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z' clip-rule='evenodd'/></svg>");
}

.accordionButtonLink {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.accordion-button:not(.collapsed) {
  color: #1f1f1f;
  background-color: transparent;
}

.form-control::after {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z' clip-rule='evenodd'/></svg>");
}

.searchDatepickerBtn {
  margin: 0 !important;
}
.searchDatepickerBtn .searchDatepickerInput {
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
@media screen and (max-width: 992px) {
  .searchDatepickerBtn .searchDatepickerInput {
    margin-bottom: 0 !important;
  }
}
.searchDatepickerBtn .searchDatepickerInput::-webkit-calendar-picker-indicator {
  font-size: 1rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' clip-rule='evenodd'/></svg>");
  cursor: pointer !important;
}

.programsColumn h4 {
  margin-bottom: 0.25rem;
}
.programsColumn p {
  margin-bottom: 0 !important;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .programsColumn p {
    width: 10rem;
  }
}
.programsColumn .programBox {
  width: 100%;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #F9FAFB;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .programsColumn .programBox {
    display: flex;
    margin-bottom: 0.5rem;
  }
}
.programsColumn .programBox .programBoxInner {
  display: flex;
  align-items: flex-start;
}
.programsColumn .programBox a {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .programsColumn .programBox .btn-primary {
    width: 6.25rem;
  }
}
.programsColumn .programBox .coverTitle {
  margin-right: 0.5rem;
  font-size: 0.67rem;
}
@media screen and (min-width: 992px) {
  .programsColumn .programBox .coverTitle {
    font-size: 0.55rem;
    margin-bottom: 0;
  }
}
.programsColumn .programBox img {
  border-radius: 0.2rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 992px) {
  .programsColumn .programBox img {
    height: 5rem;
    width: 3.4rem;
  }
}
@media screen and (max-width: 992px) {
  .programsColumn .programBox img {
    height: 8rem;
    display: block;
  }
}

.programBoxInformations {
  padding: 0.25rem 0;
}
@media screen and (max-width: 992px) {
  .programBoxInformations {
    display: inline-block;
    padding-right: 1rem;
  }
}

.programTicketLink {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .programTicketLink {
    justify-content: space-between;
    margin-top: 1rem;
  }
  .programTicketLink .btn-primary {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .programBoxDate {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .searchContainer .form-control {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .searchContainer .searchHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.searchContainer .searchHeader p {
  margin-bottom: 0 !important;
}
.searchContainer .searchDateColumn {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.searchContainer .searchDateColumn .searchMonth {
  margin-right: 0.5rem;
}
@media screen and (max-width: 992px) {
  .searchContainer .searchDateColumn .searchMonth {
    margin-right: 1rem;
  }
}

.galleryViewContainer {
  height: auto;
  overflow: hidden;
  position: relative;
}
.galleryViewContainer.showLess {
  height: 20rem;
}
.galleryViewContainer.showLess:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
  z-index: 1;
}

.galleryView {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 10px;
}
@media screen and (max-width: 992px) {
  .galleryView {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.galleryView img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  margin-bottom: 10px;
}

.pdfHeader {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.pdfLinkBox {
  background: #F9FAFB;
  height: 3rem;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
}
.pdfLinkBox i {
  font-size: 1.5rem;
  padding: 0 0.5rem;
}
.pdfLinkBox .pdfLinkBoxInner div {
  display: flex;
  align-items: center;
}
.pdfLinkBox .pdfLinkBoxInner p {
  margin-bottom: 0 !important;
}
.pdfLinkBox .pdfLinkBoxInner .pdfSize, .pdfLinkBox .pdfLinkBoxInner .pdfTime {
  font-size: 0.55rem;
}
.pdfLinkBox .pdfLinkBoxInner .pdfSize {
  margin-right: 0.25rem;
}

.showMore {
  display: none;
}

@media screen and (max-width: 992px) {
  .presentationPageBannerDescription {
    margin-bottom: 2rem;
  }
  .textColumn {
    position: relative;
  }
  .textColumn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3rem;
    left: 0;
    bottom: 0;
    background: #ffffff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
    z-index: 1;
  }
  .showMore {
    display: block;
    cursor: pointer;
    text-align: center;
  }
}
#textColumn1.textColumn {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
}

#textColumn2.textColumn {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 20 !important;
  -webkit-box-orient: vertical !important;
}

.separator {
  background: #1f1f1f;
  height: 100%;
  width: 2px;
  float: right;
  border-radius: 0.2rem;
}

.borderBottom {
  border-bottom: 1px solid #F9FAFB;
}

.publicInformationItem {
  display: block;
  padding: 0.5rem 0;
  width: 100%;
}

.puppetTypeImg {
  height: 3rem;
  width: 3rem;
  object-fit: cover;
  box-shadow: 0 16px 40px 0 rgba(112, 144, 176, 0.2);
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .puppetTypeImg {
    height: 4rem;
    width: 4rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 992px) {
  .programGuideDescription {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .probatablaLink {
    margin-left: 0.5rem !important;
  }
}
@media screen and (max-width: 992px) {
  .probatablaLink {
    margin-top: 1rem !important;
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .movingPageBanner .bannerBox {
    padding-bottom: unset;
  }
  .movingPageBanner .bannerContent {
    position: relative;
    margin-top: -8rem;
    text-align: left;
    padding-bottom: 3rem;
  }
  .movingPageBanner .bannerImg {
    position: unset;
  }
}

@media screen and (max-width: 992px) {
  .movingPageBanner.bannerContainer {
    height: unset;
  }
}
@media screen and (max-width: 992px) {
  .presentationPageBanner .bannerContent, .presentationPageBanner .ageLimit {
    bottom: 4rem;
  }
}

.presentationPageBannerContainer {
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 992px) {
  .presentationPageBannerHeader {
    display: flex;
    align-items: center;
  }
}
.presentationPageBannerHeader p {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .presentationPageBannerHeader p {
    margin-right: 0.75rem;
  }
}
.presentationPageBannerHeader .bannerPremierDate {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .presentationPageBannerDescription {
    margin-top: 1rem;
    margin-right: 2rem;
  }
}

.presentationPageBannerTicket h4 {
  margin-bottom: 0;
}

.ticketLink {
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 0.2rem;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  width: fit-content;
  margin-bottom: 0.3rem;
  margin-right: 0.1rem;
  text-align: center;
  line-height: 1.3;
}
.ticketLink:hover, .ticketLink:focus {
  background: #339999;
  color: #ffffff !important;
}
.ticketLink .programDate {
  font-size: 0.55rem;
}
@media screen and (max-width: 992px) {
  .ticketLink .programDate {
    font-size: 0.875em;
  }
}
.ticketLink i {
  margin-right: 0.5rem;
}

@media screen and (max-width: 992px) {
  .presentationPageBannerTicket .ticketLink {
    width: calc(25% - 0.325rem);
    min-width: 5.3rem;
  }
}
.presentationPageInformation {
  position: relative;
  font-size: 0.55rem;
}
@media screen and (max-width: 992px) {
  .presentationPageInformation {
    font-size: 1rem;
    word-break: break-word;
  }
}

.presentationPageVideo {
  min-width: 20rem;
  height: 15rem;
}
.presentationPageVideo iframe {
  height: 100%;
  width: 100%;
  border-radius: 0.2rem;
}

.pressContainer a {
  color: #339999;
}
.pressContainer a:hover, .pressContainer a:focus {
  color: #339999 !important;
  text-decoration: underline !important;
}

.presentationPageGalleryColumn .presentationPageGallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.presentationPageGalleryColumn li {
  height: 15rem;
  flex-grow: 1;
}
.presentationPageGalleryColumn li:last-child {
  flex-grow: 10;
}
.presentationPageGalleryColumn img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 0.2rem;
}

.actorBox {
  margin-bottom: 0.25rem;
  font-size: 0.55rem;
}
@media screen and (max-width: 992px) {
  .actorBox {
    font-size: 1rem;
  }
}
.actorBox p {
  opacity: 0.5;
  margin-bottom: 0 !important;
}

.mobileShowInfo p {
  margin: 0 0 0.5rem 0 !important;
}

.mobilePresentationPageBannerHeader {
  overflow: auto;
  margin-top: -3.5rem;
}
.mobilePresentationPageBannerHeader .presentationPageBannerHeader {
  overflow: auto;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  overflow-scrolling: touch;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .mobilePresentationPageBannerHeader .presentationPageBannerHeader {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .mobilePresentationPageBannerHeader .presentationPageBannerHeader {
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    overflow: auto;
    width: max-content;
  }
  .mobilePresentationPageBannerHeader .presentationPageBannerHeader .presentationPageBannerHeaderInfo {
    margin-right: 0.75rem;
    z-index: 9 !important;
  }
  .mobilePresentationPageBannerHeader .presentationPageBannerHeader .ageLimit span {
    width: 2rem;
    height: 2rem;
  }
}

/*# sourceMappingURL=globals.css.map */
