.jsqy_kol_header {
  margin-top: -1px;
}
@media (min-width: 1000px) or (orientation: landscape) {
  .jsqy_kol_header, .jsqy_kol_header .section__background, .jsqy_kol_header .section__content, .jsqy_kol_header .inner {
    height: 1080px;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header, .jsqy_kol_header .section__background, .jsqy_kol_header .section__content, .jsqy_kol_header .inner {
    height: 2338px;
    margin-top: -2px;
  }
}
.jsqy_kol_header .inner .title {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header .inner .title {
    top: 1750px;
    height: 432px;
  }
}
.jsqy_kol_header .inner .logo {
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: 1;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header .inner .logo {
    top: 80px;
    left: 36px;
  }
  .jsqy_kol_header .inner .logo img {
    scale: 1.6;
    transform-origin: left top;
  }
}
.jsqy_kol_header .inner .group__btn {
  display: flex;
  gap: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header .inner .group__btn {
    top: 2204px;
    height: 60px;
  }
}
.jsqy_kol_header .inner .group__btn .ios {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/header/_sprites.png);
  background-position: -230px -307px;
  width: 185px;
  height: 59px;
  animation: light ease-in infinite 2.5s;
}
.jsqy_kol_header .inner .group__btn .ios:hover {
  filter: brightness(130%);
  transform: translateY(1px);
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header .inner .group__btn .ios {
    display: block;
    font-size: 0px;
    background-image: url(../prod/jsqy_kol/header/_sprites.png);
    background-position: 0px -123px;
    width: 389px;
    height: 121px;
  }
}
.jsqy_kol_header .inner .group__btn .android {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/header/_sprites.png);
  background-position: -230px -246px;
  width: 185px;
  height: 59px;
  animation: light ease-in infinite 2.5s;
}
.jsqy_kol_header .inner .group__btn .android:hover {
  filter: brightness(130%);
  transform: translateY(1px);
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header .inner .group__btn .android {
    display: block;
    font-size: 0px;
    background-image: url(../prod/jsqy_kol/header/_sprites.png);
    background-position: 0px 0px;
    width: 389px;
    height: 121px;
  }
}
.jsqy_kol_header .inner .group__link {
  display: flex;
  position: absolute;
  top: 0;
  right: 50px;
  gap: 20px;
  z-index: 1;
}
.jsqy_kol_header .inner .group__link .link__fb {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/header/_sprites.png);
  background-position: -506px 0px;
  width: 100px;
  height: 90px;
}
.jsqy_kol_header .inner .group__link .link__fb:hover {
  filter: brightness(130%);
}
.jsqy_kol_header .inner .group__link .link__youtube {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/header/_sprites.png);
  background-position: -506px -184px;
  width: 100px;
  height: 90px;
}
.jsqy_kol_header .inner .group__link .link__youtube:hover {
  filter: brightness(130%);
}
.jsqy_kol_header .inner .group__link .link__home {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/header/_sprites.png);
  background-position: -506px -92px;
  width: 100px;
  height: 90px;
}
.jsqy_kol_header .inner .group__link .link__home:hover {
  filter: brightness(130%);
}
.jsqy_kol_header .inner .list-char {
  display: flex;
  transform: scale(0.96);
  transform-origin: center;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header .inner .list-char {
    display: block;
    transform: scale(1);
    margin-top: 140px;
  }
}
.jsqy_kol_header .inner .list-char.none-pointer {
  pointer-events: none;
}
.jsqy_kol_header .inner .list-char li:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header .inner .list-char li:hover {
    filter: none !important;
    pointer-events: none !important;
  }
}
.jsqy_kol_header .inner .list-char li:hover img {
  transform: scale(1.2);
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_header .inner .list-char li:hover img {
    transform: scale(1);
    pointer-events: none;
  }
}
.jsqy_kol_header .inner .list-char li img {
  transition: transform 0.2s;
}

@keyframes light {
  0% {
    -o-filter: drop-shadow(0 0 1px rgb(255, 240, 23));
    -moz-filter: drop-shadow(0 0 1px rgb(255, 242, 57));
    filter: drop-shadow(0 0 1px rgb(255, 242, 57));
    opacity: 0.95;
  }
  50% {
    -o-filter: drop-shadow(0 0 4px rgb(255, 240, 23));
    -moz-filter: drop-shadow(0 0 4px rgb(255, 242, 57));
    filter: drop-shadow(0 0 4px rgb(255, 242, 57));
    opacity: 1;
  }
  100% {
    opacity: 0.95;
  }
}
.jsqy_kol_char {
  margin-top: -1px;
}
.jsqy_kol_char.d-block {
  display: block !important;
  position: fixed !important;
  top: 0;
  z-index: 1;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char.d-block {
    position: relative !important;
  }
}
@media (min-width: 1000px) or (orientation: landscape) {
  .jsqy_kol_char {
    display: none !important;
  }
  .jsqy_kol_char, .jsqy_kol_char .section__background, .jsqy_kol_char .section__content, .jsqy_kol_char .inner {
    height: 1080px;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char, .jsqy_kol_char .section__background, .jsqy_kol_char .section__content, .jsqy_kol_char .inner {
    height: 2031px;
  }
}
.jsqy_kol_char .inner .detail__character .close_frame {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/char/_sprites.png);
  background-position: -203px 0px;
  width: 98px;
  height: 98px;
  position: absolute;
  right: 90px;
  top: 68px;
  z-index: 100;
}
.jsqy_kol_char .inner .detail__character .close_frame:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.jsqy_kol_char .inner .tab_head .tab__title {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_head .tab__title {
    bottom: initial;
    left: 50%;
    flex-wrap: wrap;
    width: 58%;
    justify-content: center;
    top: 80px;
    scale: 1.35;
    transform-origin: left;
  }
}
.jsqy_kol_char .inner .tab_head li.active span, .jsqy_kol_char .inner .tab_head li:hover span {
  filter: contrast(0.5);
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_head li:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_head li:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_head li:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_head li:nth-child(4) {
    order: 5;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_head li:nth-child(5) {
    order: 4;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_head li:nth-child(6) {
    order: 6;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_head li:nth-child(7) {
    order: 7;
  }
}
.jsqy_kol_char .inner .tab_head li .tab-1 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/char/_sprites.png);
  background-position: 0px 0px;
  width: 201px;
  height: 61px;
}
.jsqy_kol_char .inner .tab_head li .tab-2 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/char/_sprites.png);
  background-position: 0px -126px;
  width: 128px;
  height: 61px;
}
.jsqy_kol_char .inner .tab_head li .tab-3 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/char/_sprites.png);
  background-position: -130px -126px;
  width: 128px;
  height: 61px;
}
.jsqy_kol_char .inner .tab_head li .tab-4 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/char/_sprites.png);
  background-position: 0px -189px;
  width: 128px;
  height: 61px;
}
.jsqy_kol_char .inner .tab_head li .tab-5 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/char/_sprites.png);
  background-position: 0px -63px;
  width: 158px;
  height: 61px;
}
.jsqy_kol_char .inner .tab_head li .tab-6 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/char/_sprites.png);
  background-position: -130px -189px;
  width: 128px;
  height: 61px;
}
.jsqy_kol_char .inner .tab_head li .tab-7 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/char/_sprites.png);
  background-position: -303px 0px;
  width: 128px;
  height: 61px;
}
.jsqy_kol_char .inner .tab_content--item {
  display: none;
  color: #fff;
}
.jsqy_kol_char .inner .tab_content--item.active {
  display: block;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_content--item {
    margin-top: 300px;
  }
}
.jsqy_kol_char .inner .tab_content--item .content__detail {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_content--item .content__detail {
    grid-template-columns: 100%;
  }
}
.jsqy_kol_char .inner .tab_content--item .content__detail--left {
  text-align: center;
  width: 735px;
  margin-left: auto;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_content--item .content__detail--left {
    width: 100%;
  }
}
.jsqy_kol_char .inner .tab_content--item .content__detail--left .title__name {
  margin: auto;
}
.jsqy_kol_char .inner .tab_content--item .content__detail--left .sub__title {
  font-family: HanSerif;
  color: #fff;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 50px;
  height: 75px;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_content--item .content__detail--left .sub__title {
    font-size: 30px;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_char .inner .tab_content--item .content__detail--left .video__char {
    position: absolute;
    top: 1500px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.jsqy_kol_char .inner .tab_content--item .content__detail--left .video__char iframe {
  border: 2px solid #eec976;
}
.jsqy_kol_char .inner .tab_content--item .content__detail--right {
  margin: auto;
}
@charset "UTF-8";
.jsqy_kol_footer {
  margin-top: -1px;
}
@media (min-width: 1000px) or (orientation: landscape) {
  .jsqy_kol_footer, .jsqy_kol_footer .section__background, .jsqy_kol_footer .section__content, .jsqy_kol_footer .inner {
    height: 120px;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_footer, .jsqy_kol_footer .section__background, .jsqy_kol_footer .section__content, .jsqy_kol_footer .inner {
    height: 625px;
  }
}
.jsqy_kol_footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jsqy_kol_footer .inner .content__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_footer .inner .content__footer {
    flex-direction: column;
    scale: 1.5;
    gap: 20px;
  }
}
.jsqy_kol_footer .inner .group_logo {
  display: flex;
  gap: 10px;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_footer .inner .group_logo {
    flex-direction: column;
    align-items: center;
  }
}
.jsqy_kol_footer .inner .logo-1 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/footer/_sprites.png);
  background-position: 0px 0px;
  width: 266px;
  height: 38px;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_footer .inner .logo-1 {
    margin-bottom: 20px;
  }
}
.jsqy_kol_footer .inner .logo-vng {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/footer/_sprites.png);
  background-position: 0px -40px;
  width: 256px;
  height: 37px;
}
.jsqy_kol_footer .inner .logo-15 {
  display: block;
  font-size: 0px;
  background-image: url(../prod/jsqy_kol/footer/_sprites.png);
  background-position: 0px -79px;
  width: 49px;
  height: 48px;
}
.jsqy_kol_footer .inner p {
  color: #cccccc;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Noto Sans TC", serif, "Microsoft JhengHei", 微軟正黑體, PMingLiU, 新細明體, sans-serif;
}
@media (max-width: 999px) and (orientation: portrait) {
  .jsqy_kol_footer .inner p {
    font-size: 18px;
    text-align: center;
  }
}
.common_required_loading {
  margin-top: -1px;
}
@media (min-width: 1000px) or (orientation: landscape) {
  .common_required_loading, .common_required_loading .section__background, .common_required_loading .section__content, .common_required_loading .inner {
    height: 1000px;
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  .common_required_loading, .common_required_loading .section__background, .common_required_loading .section__content, .common_required_loading .inner {
    height: 1000px;
  }
}
.common_required_loading .loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.97);
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  color: #FFF;
  z-index: 312;
}
.common_required_loading .loading .multi-ripple {
  width: 2.6rem;
  height: 2.6rem;
  margin: 2rem;
}
.common_required_loading .loading .multi-ripple div {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.3rem solid rgba(255, 255, 255, 0.4);
  animation: 1.5s ripple infinite;
}
.common_required_loading .loading .multi-ripple div:nth-child(2) {
  animation-delay: 0.5s;
}
@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.common_required_loading .loading.active {
  display: flex;
}
:root {
  --width-desktop-safe: 1720px;
  --maxwidth-desktop-safe: calc(100% - 20px * 2);
  --width-mobile-safe: calc(100% - 20px * 2);
  --width-desktop: 1920px;
  --width-mobile: 1080px;
  --height-desktop: 1000px;
  --height-mobile: 1000px;
  --fontsize-primary-desktop: 18px;
  --fontsize-primary-mobile: 24px;
  --fontheight-primary: 1.4;
  --fontweight-heavy: 900;
  --fontweight-bold: 700;
  --fontweight-semibold: 600;
  --fontweight-medium: 500;
  --fontweight-normal: 400;
  --fontweight-light: 300;
}

@media (min-width: 1000px) or (orientation: landscape) {
  :root {
    --fontsize-primary: var(--fontsize-primary-desktop);
  }
}
@media (max-width: 999px) and (orientation: portrait) {
  :root {
    --fontsize-primary: var(--fontsize-primary-mobile);
  }
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

html {
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
  font-family: sans-serif;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}

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

caption {
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em {
  font-style: italic;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

fieldset {
  min-width: 0;
}

legend {
  max-width: 100%;
  white-space: normal;
  color: inherit;
  display: block;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: HanSerif;
  src: url(../prod/prod/fonts/source-han-serif.otf);
}
* {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}

.off, .off:hover {
  filter: grayscale(100%);
  pointer-events: none;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  background: #FDFDFD;
}
html.popup-opened {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

body {
  font-family: var(--font-primary), var(--font-secondary), sans-serif;
  line-height: var(--fontheight-primary);
  font-size: var(--fontsize-primary);
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  background: none;
}
body.popup-opened {
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row > .col-1 {
  padding: 0 10px;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.row > .col-offset-1 {
  padding: 0 10px;
  margin-left: 8.3333333333%;
  max-width: 8.3333333333%;
}
.row > .col-2 {
  padding: 0 10px;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.row > .col-offset-2 {
  padding: 0 10px;
  margin-left: 16.6666666667%;
  max-width: 16.6666666667%;
}
.row > .col-3 {
  padding: 0 10px;
  flex-basis: 25%;
  max-width: 25%;
}
.row > .col-offset-3 {
  padding: 0 10px;
  margin-left: 25%;
  max-width: 25%;
}
.row > .col-4 {
  padding: 0 10px;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.row > .col-offset-4 {
  padding: 0 10px;
  margin-left: 33.3333333333%;
  max-width: 33.3333333333%;
}
.row > .col-5 {
  padding: 0 10px;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.row > .col-offset-5 {
  padding: 0 10px;
  margin-left: 41.6666666667%;
  max-width: 41.6666666667%;
}
.row > .col-6 {
  padding: 0 10px;
  flex-basis: 50%;
  max-width: 50%;
}
.row > .col-offset-6 {
  padding: 0 10px;
  margin-left: 50%;
  max-width: 50%;
}
.row > .col-7 {
  padding: 0 10px;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.row > .col-offset-7 {
  padding: 0 10px;
  margin-left: 58.3333333333%;
  max-width: 58.3333333333%;
}
.row > .col-8 {
  padding: 0 10px;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.row > .col-offset-8 {
  padding: 0 10px;
  margin-left: 66.6666666667%;
  max-width: 66.6666666667%;
}
.row > .col-9 {
  padding: 0 10px;
  flex-basis: 75%;
  max-width: 75%;
}
.row > .col-offset-9 {
  padding: 0 10px;
  margin-left: 75%;
  max-width: 75%;
}
.row > .col-10 {
  padding: 0 10px;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.row > .col-offset-10 {
  padding: 0 10px;
  margin-left: 83.3333333333%;
  max-width: 83.3333333333%;
}
.row > .col-11 {
  padding: 0 10px;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.row > .col-offset-11 {
  padding: 0 10px;
  margin-left: 91.6666666667%;
  max-width: 91.6666666667%;
}
.row > .col-12 {
  padding: 0 10px;
  flex-basis: 100%;
  max-width: 100%;
}
.row > .col-offset-12 {
  padding: 0 10px;
  margin-left: 100%;
  max-width: 100%;
}
@media (max-width: 999px) and (orientation: portrait) {
  .row > .col-mobile-1 {
    padding: 0 10px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-mobile-offset-1 {
    padding: 0 10px;
    margin-left: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-mobile-2 {
    padding: 0 10px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-mobile-offset-2 {
    padding: 0 10px;
    margin-left: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-mobile-3 {
    padding: 0 10px;
    flex-basis: 25%;
    max-width: 25%;
  }
  .row > .col-mobile-offset-3 {
    padding: 0 10px;
    margin-left: 25%;
    max-width: 25%;
  }
  .row > .col-mobile-4 {
    padding: 0 10px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-mobile-offset-4 {
    padding: 0 10px;
    margin-left: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-mobile-5 {
    padding: 0 10px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-mobile-offset-5 {
    padding: 0 10px;
    margin-left: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-mobile-6 {
    padding: 0 10px;
    flex-basis: 50%;
    max-width: 50%;
  }
  .row > .col-mobile-offset-6 {
    padding: 0 10px;
    margin-left: 50%;
    max-width: 50%;
  }
  .row > .col-mobile-7 {
    padding: 0 10px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-mobile-offset-7 {
    padding: 0 10px;
    margin-left: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-mobile-8 {
    padding: 0 10px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-mobile-offset-8 {
    padding: 0 10px;
    margin-left: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-mobile-9 {
    padding: 0 10px;
    flex-basis: 75%;
    max-width: 75%;
  }
  .row > .col-mobile-offset-9 {
    padding: 0 10px;
    margin-left: 75%;
    max-width: 75%;
  }
  .row > .col-mobile-10 {
    padding: 0 10px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-mobile-offset-10 {
    padding: 0 10px;
    margin-left: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-mobile-11 {
    padding: 0 10px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-mobile-offset-11 {
    padding: 0 10px;
    margin-left: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-mobile-12 {
    padding: 0 10px;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row > .col-mobile-offset-12 {
    padding: 0 10px;
    margin-left: 100%;
    max-width: 100%;
  }
}

.wrapper {
  width: var(--width-desktop);
  transform-origin: top left;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 999px) and (orientation: portrait) {
  .wrapper {
    width: var(--width-mobile);
  }
}
.wrapper__content {
  overflow-x: hidden;
  overflow-y: hidden;
  width: var(--width-desktop);
}

.container {
  display: block;
  margin: 0 auto;
  width: var(--width-desktop-safe);
  max-width: var(--maxwidth-desktop-safe);
}
@media (max-width: 999px) and (orientation: portrait) {
  .container {
    width: var(--width-mobile-safe);
  }
}

hr.split {
  margin: 0;
  border: 0;
  background: transparent;
}
hr.split--low {
  height: 16px;
}
hr.split--medium {
  height: 24px;
}
hr.split--high {
  height: 32px;
}
hr.split--giant {
  height: 48px;
}

.section {
  position: relative;
  display: block;
  width: var(--width-desktop);
}
@media (max-width: 999px) and (orientation: portrait) {
  .section {
    width: var(--width-mobile);
  }
}
.section__background {
  display: block;
  width: 100%;
}
.section__background img, .section__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__background video {
  position: absolute;
  top: 0;
}
.section__content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section.autoHeight .section__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.section.autoHeight .section__content {
  display: block;
  position: relative;
}
.section--fixedHeight > .section__background {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}
.section--fixedHeight > .section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) and (orientation: portrait) {
  .section--fixedHeight > .section__background img {
    height: auto;
  }
}
.section--fixedHeight > .section__content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section__overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8) 100%; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.desktop {
  display: block !important;
}

.desktop-inline {
  display: inline-block !important;
}

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

.desktop-grid {
  display: grid !important;
}

.mobile, .mobile-inline, .mobile-flex, .mobile-grid {
  display: none !important;
}

@media (max-width: 999px) and (orientation: portrait) {
  .desktop, .desktop-inline, .desktop-flex, .desktop-grid {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .mobile-inline {
    display: inline-block !important;
  }
  .mobile-flex {
    display: flex !important;
  }
  .mobile-grid {
    display: grid !important;
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.text-left {
  text-align: left;
  justify-content: flex-start !important;
}

.text-center {
  text-align: center;
  justify-content: center !important;
}

.text-right {
  text-align: right;
  justify-content: flex-end !important;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-middle {
  align-items: center;
}

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

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

.flex.center {
  align-items: center;
}

.flex.wrap {
  flex-wrap: wrap;
}

@media (max-width: 999px) and (orientation: portrait) {
  .mobile-flex {
    display: flex;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .mobile-flex-start {
    justify-content: flex-start;
  }
  .mobile-flex-end {
    justify-content: flex-end;
  }
  .mobile-flex-middle {
    align-items: center;
  }
  .mobile-flex.column {
    flex-direction: column;
  }
  .mobile-flex.space-between {
    justify-content: space-between;
  }
  .mobile-flex.center {
    align-items: center;
  }
  .mobile-flex.wrap {
    flex-wrap: wrap;
  }
}
.floating {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating * {
  pointer-events: all;
}

.scrollwatch-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  background: transparent;
  pointer-events: none;
}

@keyframes shine {
  100% {
    filter: brightness(120%);
  }
}
@keyframes shine_scale {
  100% {
    filter: brightness(90%);
    transform: scale(1.1);
    transform-origin: center center;
  }
}
@keyframes shine_move {
  100% {
    filter: brightness(110%);
    transform: translateX(12px);
  }
}
.fancybox-active {
  height: 100% !important;
}

.popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__background, .popup__background--unclosable {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  transition: opacity 1s;
}
.popup__content {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.2s;
  transform: scale(0);
}
.popup__tool {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  padding: 5px;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.popup__close {
  pointer-events: all;
  background: #000;
  position: absolute;
  right: 0%;
  top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 42px;
  height: 42px;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup.active .popup__background, .popup.active .popup__background--unclosable {
  opacity: 1;
  visibility: visible;
}
.popup.active .popup__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.popup.active .popup__tool {
  opacity: 1;
  visibility: visible;
}

.popup--open-image .popup__content .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.popup--open-video .popup__content {
  width: 80%;
  height: 60%;
}
.popup--open-video .popup__content .embed {
  width: 100%;
  height: 100%;
}
.popup--open-video .popup__content .embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

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