@charset "UTF-8";
/*
* Below are the styles developed by WEEWUNGWUNG.
*/
/* ==========================================================================
	 Mixin
============================================================================= */
/* ==========================================================================
	 Variables
============================================================================= */
/* ==========================================================================
	 Base styles
============================================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, picture, footer, header, hgroup, main, nav, section, address, legend {
  display: block;
}

label, output, cite {
  display: inline-block;
}

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dt, dd, blockquote, pre, label, figure, address, input, button, select, optgroup, textarea, fieldset, legend {
  margin: 0px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

dt {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@-moz-document url-prefix() {}@font-face {
  font-family: "Brown Regular";
  src: url("../fonts/Brown-Regular.woff2") format("woff2"), url("../fonts/Brown-Regular.woff") format("woff"), url("../fonts/Brown-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Brown Regular";
  src: url("../fonts/Brown-Bold-Regular.woff2") format("woff2"), url("../fonts/Brown-Bold-Regular.woff") format("woff"), url("../fonts/Brown-Bold-Regular.ttf") format("truetype");
  font-weight: 600;
}

body,
html {
  -webkit-font-smoothing: antialiased;
  background-color: #000000;
  font-family: "Brown Regular", sans-serif;
  font-weight: 400;
  font-weight: normal;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  body,
  html {
    font-size: 11px;
  }
}

body ::-moz-selection,
html ::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: black;
}

body ::selection,
html ::selection {
  color: white;
  background: black;
}

body.noscroll {
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}

body.zh p, body.tc p {
  text-align: justify;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-size: initial;
  font-weight: normal;
  line-height: 1.6;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
.btn,
.btn:focus,
.btn:hover {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: inherit;
  box-shadow: none;
}

p {
  margin: 0;
}

input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
}

input:focus {
  outline: none !important;
}

.global-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: filter 0.5s ease;
  -moz-transition: filter 0.5s ease;
  -ms-transition: filter 0.5s ease;
  -o-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
}

.global-container.blur {
  filter: blur(10px);
}

body,
html {
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html.noscroll {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.global-container {
  width: 100%;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.global-container.blur {
  filter: blur(10px);
}

.global-container.ready {
  opacity: 1;
  filter: alpha(opacity=100);
}

*:focus,
*:active {
  outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-size: initial;
  font-weight: 700;
}

ul,
ol {
  list-style-type: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

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

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.this-container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 1440px) {
  .this-container {
    max-width: 1320px;
  }
}

.btn {
  padding: 8px 35px;
  background: white;
  border-radius: 0;
  margin: auto;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.btn span {
  font-size: 16px;
  color: #fa4616;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.btn-org {
  background-color: #fa4616;
}

.btn-org > * {
  color: white !important;
}

.btn-org:hover {
  background-color: #ffffff;
}

.btn-org:hover > * {
  color: #fa4616 !important;
}

.btn-blk {
  background-color: #000000;
}

.btn-blk > * {
  color: white !important;
}

.btn-blk:hover {
  background-color: #ffffff;
}

.btn-blk:hover > * {
  color: #000000 !important;
}

.btn-etr {
  align-items: center;
  background: black;
  display: inline-flex;
  width: auto;
  border: 1px solid #fa4616;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .btn-etr {
    padding: 10px 35px 13px;
    margin-top: 40px;
  }
}

.btn-etr:hover {
  background: white;
}

.btn-etr .icon-external-link {
  margin-left: 7px;
  font-size: 15px !important;
}

.btn-etr span {
  margin-bottom: 5px;
}

.item {
  display: block;
  position: relative;
  overflow: hidden;
}

.page {
  padding-top: 60px;
}

@media only screen and (min-width: 1200px) {
  .page {
    padding-top: 90px;
  }
}

.page p {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .page p {
    font-size: 15px;
  }
}

.page .lbl {
  font-size: 14px;
  line-height: 1;
  color: #fa4616;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .page .speaker-dt,
  .page .ph,
  .page .forum,
  .page .search-result {
    min-height: calc(100vh - 454px);
  }
}

@media only screen and (min-width: 1440px) {
  .page .speaker-dt,
  .page .ph,
  .page .forum,
  .page .search-result {
    min-height: calc(100vh - 454px);
  }
}

@media only screen and (min-width: 992px) {
  .page .sr {
    min-height: calc(100vh - 400px);
  }
}

@media only screen and (min-width: 1440px) {
  .page .sr {
    min-height: calc(100vh - 454px);
  }
}

.blk-bg {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.page__top {
  color: #ffffff;
}

.page__top .this-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.page__top--img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.page__top--imgitem {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page__top--imgitem:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.page__top--imgitem.c-t-r:after {
  padding-top: 75%;
}

.page__top--content {
  padding: 0 20px;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .page__top--content {
    padding: 40px 40px 80px 0;
    margin-top: 0;
  }
}

.page__top--content h1 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .page__top--content h1 {
    font-size: 40px;
    margin-bottom: 35px;
  }
}

.page__top--info {
  margin-bottom: 10px;
}

.page__top--info-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .page__top--info-item {
    align-items: center;
  }
}

.page__top--info-item span {
  font-size: 15px;
  margin-right: 10px;
}

.page__top--info-item .icon-map {
  font-size: 16px;
}

.page__top--info-item h3,
.page__top--info-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .page__top--info-item h3,
  .page__top--info-item a {
    font-size: 20px;
  }
}

.page__top--info-item a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.page__top--info-item a:hover {
  color: #fa4616;
}

.page__top--info-time {
  margin-top: 30px;
}

.page__top--info-time .item-wrap {
  display: flex;
  margin-bottom: 15px;
}

.page__top--info-time .date,
.page__top--info-time .time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.page__top--info-time .date {
  margin-right: 50px;
  width: 150px;
}

.page__top--progitem {
  padding: 25px 0;
  margin: 00px 0 0px;
}

@media only screen and (min-width: 992px) {
  .page__top--progitem {
    margin: 20px 0 0px;
    padding: 25px 0;
  }
}

.page__top--progitem h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 0;
}

@media only screen and (min-width: 992px) {
  .page__top--progitem h2 {
    padding: 25px 0;
  }
}

.page__top--progitem__info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0;
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {
  .page__top--progitem__info {
    margin-bottom: 20px;
  }
}

.page__top--progitem__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .page__top--progitem__item {
    margin-bottom: 15px;
  }
}

.page__top--progitem__item span:before {
  color: #fa4616 !important;
  font-size: 15px;
}

.page__top--progitem__item span {
  margin-right: 10px;
  width: 15px;
}

.page__top--progitem__item h3,
.page__top--progitem__item a {
  font-weight: 400;
  font-size: 14px;
}

.page__top--progitem__item a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.page__top--progitem__item a:hover {
  color: #fa4616 !important;
}

.page__top--progitem h5 {
  font-size: 14px;
  color: #545859;
  font-weight: 400;
  line-height: 1.2;
}

.this-darker {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}

.page__topColor .color-org {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(250, 70, 22, 0.85), rgba(217, 61, 19, 0.85), rgba(186, 52, 17, 0.85), rgba(155, 43, 14, 0.85), rgba(125, 35, 11, 0.85));
  padding-top: 55%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .page__topColor .color-org {
    padding-top: 0;
    height: calc(100vh - 60px);
  }
}

@media only screen and (min-width: 1200px) {
  .page__topColor .color-org {
    height: calc(100vh - 90px);
  }
}

.page__topColor--title {
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .page__topColor--title {
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}

.page__topColor--title h1 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .page__topColor--title h1 {
    font-size: 65px;
    margin-bottom: 20px;
  }
}

.page__topColor--content {
  color: #ffffff;
}

.page__topColor--content h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #fa4616;
}

.page__topColor--content span {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 7px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.swiper-pagination-bullet-active {
  background: #fa4616 !important;
}

.swiper-pagination {
  bottom: 150px !important;
}

@media only screen and (min-width: 768px) {
  .swiper-pagination {
    bottom: 60px !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  width: 17px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 35px !important;
}

h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    margin-bottom: 20px;
  }
}

.share {
  padding: 0 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .share {
    padding: 0 40px;
    margin-bottom: 50px;
  }
}

.share span {
  font-size: 12px;
  display: block;
  color: #fa4616;
  margin-bottom: 8px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .share span {
    font-size: 14px;
  }
}

.share--sns {
  display: flex;
}

.share--item {
  display: flex;
  border: 1px solid white;
  padding: 8px;
  border-radius: 100%;
  margin-right: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.share--item:before {
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .share--item:before {
    font-size: 15px;
  }
}

.share--item:hover {
  color: #fa4616;
  border: 1px solid #fa4616;
}

@media only screen and (min-width: 992px) {
  .share--item {
    padding: 10px;
  }
}

.carousel__button.is-prev,
.carousel__button.is-next {
  transform: translateY(0) !important;
}

.policy--content {
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  .policy--content {
    padding-bottom: 20px;
  }
}

.policy--content ul {
  margin: 0 0 20px 0;
  list-style-type: disc;
}

.policy--content li {
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.policy--content p {
  margin-bottom: 20px;
}

.policy--content a {
  -webkit-transition: all 300ms ease-in-osut;
  -moz-transition: all 300ms ease-in-osut;
  -ms-transition: all 300ms ease-in-osut;
  -o-transition: all 300ms ease-in-osut;
  transition: all 300ms ease-in-osut;
}

.policy--content a:hover {
  color: #fa4616;
}

.policy--content ol {
  list-style-type: decimal;
  margin-bottom: 30px;
}

.search-result {
  position: relative;
  overflow: hidden;
  padding: 40px 20px 60px;
}

@media only screen and (min-width: 992px) {
  .search-result {
    padding: 60px 40px;
  }
}

.search-result > * {
  position: relative;
  color: #ffffff;
}

.search-result h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.search-result--title h3 {
  margin-right: 40px;
  font-size: 14px;
  color: #fa4616;
  text-transform: uppercase;
}

.search-result--form {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.search-result--form button {
  padding: 0 10px;
  font-size: 16px;
}

.search-result--input {
  width: 99%;
  padding: 15px 0px;
  color: white;
  font-size: 30px;
  font-weight: 600;
}

.search-result--input > *, .search-result--input::placeholder {
  color: white;
  font-size: 30px;
  font-weight: 600;
}

.search-result--item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2c2c2c;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.search-result--item .icon-arrow-small {
  font-size: 20px;
  padding: 0 5px;
}

.search-result--item:hover {
  color: #fa4616;
  background-color: #000000;
  padding: 20px 0 20px 10px;
}

.search-result ul,
.search-result ol {
  padding: 0 !important;
}

.forum .page__top .page__top--content .btn-etr._2 {
  margin-bottom: 60px;
  background: black;
  border: 2px solid #fa4616;
}

.forum .page__top .page__top--content .btn-etr._2 span {
  line-height: 1.2;
  margin-bottom: 0 !important;
}

.forum .page__top .page__top--content .btn-etr._2:hover {
  background: #fa4616;
  border: 2px solid #fa4616;
}

.forum .page__top .page__top--content .btn-etr._2:hover span {
  color: white;
}

@media only screen and (min-width: 992px) {
  .forum .page__top .page__top--content .btn-etr._2 {
    margin-bottom: 0;
  }
}

.forum__schedule .m-forum-title {
  padding: 15px 0 25px;
}

.forum__schedule .m-forum--content {
  padding: 0px 0 20px;
}

header {
  position: relative;
  overflow: hidden;
  z-index: 900;
}

.nav {
  height: 60px;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  color: #fff;
  z-index: 200;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  max-width: 1140px;
}

@media only screen and (min-width: 1200px) {
  .nav {
    height: 90px;
  }
}

@media only screen and (min-width: 1440px) {
  .nav {
    max-width: 1320px;
  }
}

.nav a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav--wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.nav--logo {
  margin: 0px;
  width: 60px;
}

@media only screen and (min-width: 1200px) {
  .nav--logo {
    margin: 10px;
    width: 70px;
  }
}

.nav--item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.nav--item .icon-arrow_down {
  color: #fa4616;
}

.nav--item.active .nav--link .item {
  color: #fa4616;
}

.nav--item:last-of-type {
  margin-right: 0px;
}

.nav--main {
  align-content: center;
  margin: 0 30px;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .nav--main {
    display: flex;
  }
}

.nav--link {
  display: flex;
  align-content: center;
  text-transform: uppercase;
}

.nav--link .item {
  font-size: 15px;
  margin-right: 5px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav--link .item:hover {
  color: #fa4616;
}

.nav--link .icon {
  display: flex;
  margin: auto;
}

.nav--link .icon-arrow_down {
  font-size: 18px;
}

.nav--top {
  display: flex;
}

.nav--top:hover .nav--sublist {
  top: 90px;
  opacity: 1;
  visibility: visible;
}

.nav--top:hover .nav--sublist > * {
  text-transform: uppercase;
}

.nav--sublist {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -30px;
  top: 60px;
  background-color: black;
  padding: 20px 30px 25px;
  width: 280px;
}

.nav--sublist .nav--link {
  font-size: 14px;
  margin-bottom: 15px;
}

.nav--sublist .nav--link:hover {
  color: #fa4616;
}

.nav--sublist .nav--link.active {
  color: #fa4616;
}

.nav--sublist .nav--link._clockenflap24 {
    color: #ffffff;
    background-color: #FF00C3;
    padding: 15px 30px;
    margin: 0 -30px 15px;
    /* margin-bottom: -25px !important; */
}


.nav--sublist .nav--link:last-of-type {
  margin-bottom: 0;
}

.nav--sublist.this-disabled {
  visibility: hidden !important;
  opacity: 0 !important;
}

.nav--right {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto;
}

.nav--right__wrap {
  display: none;
  margin-left: auto;
  align-items: center;
  height: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 1200px) {
  .nav--right__wrap {
    display: flex;
  }
}

.nav--lang .nav--sublist {
  left: -25px;
}

.nav--lang:hover .nav--sublist {
  top: 55px;
  opacity: 1;
  visibility: visible;
}

.nav--lang_list {
  top: 40px;
  width: 70px;
}

.nav--lang_list > * {
  justify-content: center;
}

.nav--sns {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.nav--sns__item {
  font-size: 18px;
  margin: auto;
}

@media only screen and (min-width: 1200px) {
  .nav--sns__item {
    margin: 0 20px 0 0;
  }
}

.nav--sns__item span:before {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav--sns__item span {
  display: flex;
  margin: auto;
}

.nav--sns__item:hover > *:before {
  color: #fa4616;
}

.nav--sns .icon-yt-org {
  font-size: 14px;
}

.nav--search {
  padding: 0 35px;
}

.nav--search .icon-search {
  font-size: 15px;
}

.nav--search .icon-search:hover {
  color: #fa4616;
}

.nav .btn-cta {
  margin: auto 0 auto auto;
  display: flex;
  padding: 4px 20px;
}

@media only screen and (min-width: 1200px) {
  .nav .btn-cta {
    margin: auto 25px auto auto;
    height: 45px;
    padding: 8px 20px;
  }
}

.nav .btn-cta span {
  margin: auto;
  text-transform: uppercase;
  font-size: 13px;
}

@media only screen and (min-width: 992px) {
  .nav .btn-cta span {
    font-size: 15px;
  }
}

.search {
  display: flex;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 90px;
  margin-right: 30px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.search form {
  width: 150px;
  height: 100%;
  display: flex;
}

.search__input {
  font-size: 1rem;
  color: #fff;
  font-size: 15px;
  width: 100%;
}

.search__input::placeholder {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: rgba(255, 255, 255, 0.4);
}

.search__input:focus::placeholder {
  color: #ffffff;
}

.search__input:focus + .search--search .icon-search {
  color: #ffffff;
}

.search--close {
  border-left: 1px solid rgba(112, 112, 112, 0.4);
  border-right: 1px solid rgba(112, 112, 112, 0.4);
}

.search .icon {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 15px;
  display: flex;
  margin: auto;
  color: rgba(255, 255, 255, 0.4);
}

.m-nav {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.m-nav.this-active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

@media only screen and (min-width: 1200px) {
  .m-nav {
    display: none;
  }
}

.m-nav--btn {
  cursor: pointer;
  position: relative;
  height: 60px;
  width: 60px;
  float: right;
}

@media only screen and (min-width: 768px) {
  .m-nav--btn {
    height: 80px;
    width: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .m-nav--btn {
    display: none;
  }
}

.m-nav--btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-nav--btn span:before, .m-nav--btn span:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-nav--btn.this-active span:before, .m-nav--btn.this-active span:after {
  margin: 0;
}

.m-nav--btn.this-active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-nav--btn.this-active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.m-nav--wrap {
  position: relative;
  margin: 60px auto 0;
  background-color: rgba(0, 0, 0, 0.97);
  color: #fff;
  padding-bottom: 40px;
}

.m-nav--lbl {
  font-size: 16px;
}

.m-nav--item {
  position: relative;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.m-nav--item .icon-arrow_down {
  position: absolute;
  right: 0px;
  padding: 5px;
  color: #fa4616;
  font-size: 20px;
}

.m-nav--item .icon-arrow_down.this-active {
  transform: rotate(-180deg);
}

.m-nav--item > * {
  text-transform: uppercase;
}

.m-nav--sublist {
  display: none;
  padding: 17px 0 0 15px;
}

.m-nav--sublist--item {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #717171;
}

.m-nav--sublist--item._clockenflap24 {
  color: #ffffff;
  background-color: #FF00C3;
  padding: 10px 15px;
  margin: 0 0px 10px -15px;
}

.m-nav--sublist--item:last-of-type {
  margin-bottom: 0;
}

.m-nav .m-btn-cta {
  width: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  padding: 8px 20px;
}

@media only screen and (min-width: 992px) {
  .m-nav .m-btn-cta {
    padding: 8px 35px;
  }
}

.m-nav .m-btn-cta img {
  width: 13px;
}

.m-nav .m-btn-cta span {
  font-size: 20px !important;
}

.m-nav .m-btn-cta:hover {
  color: #ffffff;
  background-color: #fa4616;
}

.m-nav .m-btn-cta:hover span {
  color: #ffffff !important;
}

.m-search {
  color: rgba(255, 255, 255, 0.5);
}

.m-search form {
  padding: 20px 20px 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.m-search form input {
  font-size: 16px;
}

.m-search form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.m-search form .icon-search {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin: 0 10px;
  font-size: 13px;
}

.m-search form input:focus + .icon-search {
  color: #ffffff !important;
}

.m-search .form-wrap {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.m-lang {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 20px 50px;
}

.m-lang--item {
  font-size: 12px;
  position: relative;
}

.m-lang--item.active {
  color: #fa4616;
}

.m-sns .nav--sns {
  display: flex;
  justify-content: space-around;
}

.m-cta-wrap {
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .m-cta-wrap {
    display: none;
  }
}

.this-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}

.ticker-wrap {
  position: relative;
  width: 100%;
  z-index: 100;
  transform: inherit !important;
  top: auto !important;
  bottom: 0;
}

.ticker {
  border-top: 1px solid #f1f1f1;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  max-width: 1140px;
  box-shadow: 0px -2px 10px #06000021;
}

@media only screen and (min-width: 992px) {
  .ticker {
    padding: 0 40px;
    height: 50px;
    box-shadow: none;
  }
}

@media only screen and (min-width: 1440px) {
  .ticker {
    max-width: 1320px;
  }
}

.ticker--wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

.ticker h5 {
  font-size: 15px;
  color: #fa4616;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .ticker h5 {
    font-size: 18px;
  }
}

.ticker--link {
  margin-right: 0 !important;
  border: 2px solid #fa4616;
  display: none;
}

@media only screen and (min-width: 992px) {
  .ticker--link {
    display: flex;
    padding: 8px 25px !important;
  }
}

.ticker--link span {
  font-size: 17px !important;
}

.ticker--arrow {
  display: flex;
  margin: auto 0;
  padding-right: 10px;
}

.ticker--arrow img {
  width: 17px;
}

@media only screen and (min-width: 992px) {
  .ticker--arrow {
    display: none;
  }
}

.footer {
  position: relative;
  padding: 30px 20px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {
  .footer {
    padding: 30px 40px;
  }
}

.footer .col-item {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .footer .col-item {
    margin-bottom: 35px;
  }
}

.footer .col-item h4 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .footer .col-item h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

.footer .col-item.d-flex {
  justify-content: space-between;
  margin-bottom: 0;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .footer .col-item.d-flex {
    flex-direction: row;
  }
}

.footer--item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer--item span {
  margin-right: 10px;
}

.footer--item .icon-calendar {
  font-size: 14px;
}

.footer--item .icon-map {
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .footer--item .icon-map {
    font-size: 16px;
  }
}

.footer--item h5,
.footer--item a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 400;
}

.footer--item a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer--item a:hover {
  color: #fa4616;
}

.footer .nav--sns {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .footer .nav--sns {
    margin-bottom: 20px;
  }
}

.footer .nav--sns__item {
  margin: auto 20px auto 0;
}

@media only screen and (min-width: 992px) {
  .footer .logo-item {
    text-align: right;
  }
}

.footer .logo-item h4 {
  margin-bottom: 15px;
}

.footer .logo-item a {
  color: #ffffff !important;
}

.footer--logo {
  width: 110px;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .footer--logo {
    width: 120px;
  }
}

.footer .newlogo {
  width: 105px;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .footer .newlogo {
    width: 120px;
  }
}

.footer--link {
  position: relative;
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer--link span {
  position: relative;
}

.footer--link span:before, .footer--link span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 1;
  opacity: 1;
}

.footer--link span:before {
  background-color: rgba(255, 255, 255, 0.15);
}

.footer--link span:after {
  background-color: #fff;
  z-index: 2;
  width: 0;
}

.footer--link:hover span:after {
  width: 100%;
}

.footer .disclaimer {
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 992px) {
  .footer .disclaimer {
    margin-bottom: 20px !important;
  }
}

.footer .disclaimer > * {
  font-size: 12px;
  color: #939393;
  margin-bottom: 10px;
}

.footer--bottom {
  display: flex;
  justify-content: space-between;
  margin: 0px 0 10px;
  flex-flow: column;
}

@media only screen and (min-width: 992px) {
  .footer--bottom {
    align-items: center;
    flex-flow: row;
  }
}

.footer--bottom .copyright {
  font-size: 13px;
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {
  .footer--bottom .copyright {
    margin-bottom: 0;
  }
}

.footer--bottom .backtotop {
  align-items: center;
  width: auto;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .footer--bottom .backtotop {
    width: inherit;
    display: block;
  }
}

.footer--bottom .backtotop span {
  font-size: 12px;
  position: relative;
  margin-right: 3px;
}

.footer--bottom .backtotop span:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.footer--bottom .backtotop img {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-bottom: 2px;
  width: 11px;
}

.footer .policy-links {
  display: flex;
  flex-wrap: wrap;
  margin-right: 25px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .footer .policy-links {
    margin-bottom: 15px;
  }
}

.footer .lbl {
  color: white !important;
}

.btt {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.btt--wrap {
  position: absolute;
  top: -50px;
  bottom: 0;
  background-color: #fa4616;
  padding: 8px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  z-index: 5;
  text-align: center;
  display: flex;
  flex-direction: column;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .btt--wrap {
    right: 20px;
    width: 40px;
    height: 40px;
    top: -60px;
  }
}

.btt--wrap.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.btt .icon {
  width: 7px;
  height: 10px;
  background-position: center;
  background-size: cover;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 992px) {
  .btt .icon {
    width: 9px;
    height: 15px;
  }
}

.btt .text {
  line-height: 1;
  font-size: 9px;
}

@media only screen and (min-width: 992px) {
  .btt .text {
    font-size: 11px;
  }
}

.btt .icon-arrow_down {
  margin-top: 0px;
  display: block;
  font-size: 20px;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}

@media only screen and (min-width: 1200px) {
  .btt .icon-arrow_down {
    font-size: 25px;
  }
}

.underline-l {
  position: relative;
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
}

.underline-l span {
  position: relative;
}

.underline-l span:before, .underline-l span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 1;
  opacity: 1;
}

.underline-l span:before {
  background-color: rgba(255, 255, 255, 0.15);
}

.underline-l span:after {
  background-color: #fff;
  z-index: 2;
  width: 0;
}

.underline-l:hover span:after {
  width: 100%;
}

.underline-l.on span:after {
  width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?u8hbwt");
  src: url("../fonts/icomoon.eot?u8hbwt#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u8hbwt") format("truetype"), url("../fonts/icomoon.woff?u8hbwt") format("woff"), url("../fonts/icomoon.svg?u8hbwt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-external-link:before {
  content: "\e911";
}

.icon-arrow_down:before {
  content: "\e901";
}

.icon-time:before {
  content: "\e900";
  color: #e74124;
}

.icon-calendar:before {
  content: "\e902";
  color: #fff;
}

.icon-fb:before {
  content: "\e903";
  color: #fff;
}

.icon-map:before {
  content: "\e909";
  color: #fff;
}

.icon-play .path1:before {
  content: "\e90a";
  color: #f04824;
}

.icon-play .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: white;
}

.icon-web:before {
  content: "\e90d";
}

.icon-yt-org:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e908";
}

.icon-checkmark:before {
  content: "\e90f";
}

.icon-arrow-small:before {
  content: "\e906";
}

.icon-arrow-thin:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e90c";
}

.icon-location:before {
  content: "\e947";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram1:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-sina-weibo:before {
  content: "\ea9a";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin1:before {
  content: "\eac9";
}

.icon-wechat:before {
  content: "\e910";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.lightbox {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lightbox__wrap {
  position: relative;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lightbox.opened {
  opacity: 1;
  visibility: visible;
}

.lightbox.opened .lightbox__wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.close-btn:hover > div:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn:hover > div:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn > div {
  width: 25px;
  height: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .close-btn > div {
    width: 35px;
    height: 35px;
  }
}

.close-btn > div:after,
.close-btn > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #f6f4f0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.close-btn > div:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn > div:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lightbox {
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.lightbox.opened {
  z-index: 1005;
  opacity: 1;
}

.lightbox .close-btn {
  position: absolute;
  right: 20px;
  top: -25px;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .lightbox .close-btn {
    right: 2vw;
    top: -20px;
    width: 35px;
    height: 35px;
  }
}

.lightbox .close-btn > div:after,
.lightbox .close-btn > div:before {
  width: 25px;
}

@media only screen and (min-width: 992px) {
  .lightbox .close-btn > div:after,
  .lightbox .close-btn > div:before {
    width: 35px;
  }
}

.lightbox--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox--video .wrapper {
  max-width: 1080px;
  position: relative;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .lightbox--video .wrapper {
    padding: 40px;
  }
}

.lightbox--video .wrapper iframe,
.lightbox--video .wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lightbox__wrap {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 62.5%;
}

.lightbox__wrap .lightbox-vid {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
}

.lightbox .wrapper {
  position: relative;
}

.lightbox__wrap {
  margin: 15px 20px;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 992px) {
  .lightbox__wrap {
    margin: 30px 2vw;
    width: 80vw;
  }
}

.sub {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .sub {
    width: 80vw;
    max-width: 900px;
  }
}

.sub--head {
  background-color: #fa4616;
  padding: 20px;
}

@media only screen and (min-width: 992px) {
  .sub--head {
    padding: 20px 40px;
  }
}

.sub--head h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 992px) {
  .sub--head h2 {
    font-size: 30px;
  }
}

.sub .signupForm {
  background-color: #000000;
  padding: 30px 20px;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .sub .signupForm {
    padding: 55px 45px;
  }
}

.sub .signupForm .form-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .sub .signupForm .form-item {
    margin-bottom: 35px;
  }
}

.sub .signupForm label {
  width: 100%;
}

.sub .signupForm__input {
  color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 7px 0;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .sub .signupForm__input {
    padding: 10px 0;
    font-size: 16px;
  }
}

.sub .signupForm .form-checkbox {
  display: flex;
}

.sub .signupForm .form-checkbox .checkbox {
  margin-right: 10px;
}

.sub .signupForm .form-checkbox .checkbox input {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 992px) {
  .sub .signupForm .form-checkbox .checkbox input {
    width: 20px;
    height: 20px;
  }
}

.sub .signupForm .form-checkbox .checkbox input:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 7px;
  background-image: url("../images/checked-icon-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 992px) {
  .sub .signupForm .form-checkbox .checkbox input:after {
    width: 11px;
    height: 8px;
  }
}

.sub .signupForm .form-checkbox .checkbox input[type="checkbox"]:checked:after {
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sub .signupForm label {
  color: #ffffff;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .sub .signupForm label {
    font-size: 14px;
  }
}

.sub .signupForm .btn {
  width: 100%;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) {
  .sub .signupForm .btn {
    margin: 0;
  }
}

.lightbox--qr .qr {
  width: auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.lightbox--qr .qr img {
  margin: auto auto 20px;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.lightbox--qr .qr h3 {
  text-align: center;
  font-size: 25px;
}

.lightbox--qr .qr h3 span {
  color: #fa4616;
}

.lightbox--phitem .wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow: scroll;
  /* Optional: show positiosn indicator in red */
}

.lightbox--phitem .wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.lightbox--phitem .close-btn {
  z-index: 2;
  right: 20px;
  top: 20px;
  position: fixed;
}

@media only screen and (min-width: 992px) {
  .lightbox--phitem .close-btn {
    right: 4vw;
    top: 40px;
  }
}

.lightbox--phitem p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.lightbox--phitem .ph-lb {
  margin: 15px auto;
  width: 100%;
  max-width: 1280px;
}

@media only screen and (min-width: 992px) {
  .lightbox--phitem .ph-lb {
    margin: 0 auto;
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1440px) {
  .lightbox--phitem .ph-lb {
    max-width: 1400px;
  }
}

.lightbox--phitem .ph-lb--topban {
  position: relative;
  overflow: hidden;
}

.lightbox--phitem .ph-lb--topban--img {
  background-position: center 45px;
  background-size: contain;
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) {
  .lightbox--phitem .ph-lb--topban--img {
    background-position: center;
    background-size: cover;
    height: 350px;
  }
}

.lightbox--phitem .ph-lb--body {
  padding: 40px 20px 50px;
}

@media only screen and (min-width: 992px) {
  .lightbox--phitem .ph-lb--body {
    padding: 50px;
  }
}

.lightbox--phitem .ph-lb--info {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .lightbox--phitem .ph-lb--info {
    margin-bottom: 0;
  }
}

.lightbox--phitem .ph-lb--info .logo-wrap {
  display: flex;
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  height: 160px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .lightbox--phitem .ph-lb--info .logo-wrap {
    height: 160px;
  }
}

.lightbox--phitem .ph-lb--info .logo-wrap .logo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.lightbox--phitem .ph-lb--content {
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .lightbox--phitem .ph-lb--content {
    padding-right: 5vw;
  }
}

.lightbox--ar-vid .lightbox__wrap,
.lightbox--home-video .lightbox__wrap {
  width: 90vw;
  margin: 20px;
}

@media only screen and (min-width: 768px) {
  .lightbox--ar-vid .lightbox__wrap,
  .lightbox--home-video .lightbox__wrap {
    width: 70vw;
    margin: 30px 2vw;
    max-width: 800px;
  }
}

.lightbox--ar-vid .f-video--wrap,
.lightbox--home-video .f-video--wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.lightbox--ar-vid .f-video--wrap iframe,
.lightbox--home-video .f-video--wrap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.lightbox--ar-vid .f-video--wrap video,
.lightbox--home-video .f-video--wrap video {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.homepage-slider--container {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .homepage-slider .swiper-pagination {
    bottom: 45px !important;
  }
}

.homepage-slider--wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.homepage-slider--padding {
  position: relative;
  overflow: hidden;
  /* padding: 0 20px; */
  padding: 40px;
}

@media only screen and (min-width: 992px) {
  .homepage-slider--padding {
    padding: 40px;
  }
}

.homepage-slider--bg {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* height: calc(100vh - 105px); */
  height: auto;
}

@media only screen and (min-width: 992px) {
  .homepage-slider--bg {
    height: 100%;
    padding: 40px;
  }
}

.homepage-slider--bg:after {
  content: "";
  display: block;
  /* padding-top: 53.04%; */
  padding-top: 133%;
}

@media only screen and (min-width: 992px) {
  .homepage-slider--bg:after {
    padding-top: calc(45% - 80px);
  }
}

.homepage-slider--content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: calc(100% - 40px);
}

@media only screen and (min-width: 992px) {
  .homepage-slider--content {
    width: 100%;
  }
}

.homepage-slider--content .top-logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .homepage-slider--content .top-logo {
    width: 140px;
    margin-bottom: 30px;
  }
}

.homepage-slider--content h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .homepage-slider--content h2 {
    font-size: 40px;
  }
}

.homepage-slider--content h3 {
  color: #fa4616;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .homepage-slider--content h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.homepage .btn,
.page .btn {
  padding: 8px 25px;
}

@media only screen and (min-width: 992px) {
  .homepage .btn,
  .page .btn {
    padding: 10px 35px;
  }
}

.homepage .btn span,
.page .btn span {
  font-size: 16px !important;
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .homepage .btn span,
  .page .btn span {
    font-size: 20px !important;
  }
}

.homepage .ticker--link span,
.page .ticker--link span {
  font-size: 16px !important;
}

.homepage-row--img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.homepage-row--imgItem {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: auto;
}

.homepage-row--imgItem:after {
  display: block;
  content: "";
  padding-top: 68%;
}

.homepage-row--imgItem .profile--yt, .homepage-row--imgItem .yt-wrap {
  margin: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.homepage-row--bg {
  background-image: linear-gradient(to bottom, rgba(250, 70, 22, 0.85), rgba(217, 61, 19, 0.85), rgba(186, 52, 17, 0.85), rgba(155, 43, 14, 0.85), rgba(125, 35, 11, 0.85));
}

.homepage-row--content {
  padding: 30px 20px 30px 20px;
}

@media only screen and (min-width: 992px) {
  .homepage-row--content {
    width: calc(100% + 30px);
    height: 100%;
    margin-left: -30px;
    padding: 40px 20px 20px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .homepage-row--content {
    padding: 30px 30px 30px 30px;
  }
}

.homepage-row--content h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .homepage-row--content h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .homepage-row--content h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

.homepage-row--content .btn {
  margin: 20px 0 20px;
}

@media only screen and (min-width: 1200px) {
  .homepage-row--content .btn {
    margin: 20px 0 0;
  }
}

.homepage-row--item {
  display: flex;
  color: #ffffff;
  align-items: center;
  margin-bottom: 10px;
}

.homepage-row--item span {
  font-size: 14px;
  margin-right: 10px;
}

.homepage-row--item span.icon-map {
  font-size: 16px;
}

.homepage-row--item h3,
.homepage-row--item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .homepage-row--item h3,
  .homepage-row--item a {
    font-size: 20px;
  }
}

.homepage-speaker {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 60px;
}

@media only screen and (min-width: 992px) {
  .homepage-speaker {
    padding: 60px 40px 80px;
  }
}

.homepage-speaker h2 {
  text-align: center;
  margin-bottom: 50px;
}

.homepage-speaker__row:first-of-type {
  margin-right: -15px;
}

@media only screen and (min-width: 992px) {
  .homepage-speaker__row:first-of-type {
    margin-right: 4vw;
  }
}

.homepage-speaker__row:last-of-type {
  margin-left: -15px;
}

@media only screen and (min-width: 992px) {
  .homepage-speaker__row:last-of-type {
    margin-left: 4vw;
  }
}

.homepage-speaker .btn {
  margin: auto;
}

.homepage--adtw .homepage-row--content {
  padding: 30px 20px 30px 20px;
}

@media only screen and (min-width: 992px) {
  .homepage--adtw .homepage-row--content {
    height: 100%;
    margin: inherit !important;
    padding: 40px 20px 20px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .homepage--adtw .homepage-row--content {
    padding: 30px 30px 30px 30px;
  }
}

.forum {
  color: white;
}

.forum__schedule {
  margin-top: 0;
  padding: 0 20px;
}

@media only screen and (min-width: 992px) {
  .forum__schedule {
    padding: 40px 0 40px 0;
  }
}

.forum__schedule h2 {
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {
  .forum__schedule h2 {
    margin-bottom: 40px;
  }
}

.forum__schedule--day {
  padding: 0 40px;
}

.forum__schedule--day .page__top--info {
  margin-bottom: 15px;
}

.forum__schedule--day .page__top--info .page__top--info-item a {
  font-size: 17px;
}

.forum__schedule--details {
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .forum__schedule--details {
    padding: 0 40px 40px 0;
  }
}

.forum__schedule--row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .forum__schedule--row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: row;
  }
}

.forum__schedule--row > * {
  font-weight: 400;
}

.forum__schedule--row .time {
  width: 100% !important;
  margin-right: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .forum__schedule--row .time {
    color: #545859;
    color: rgba(255, 255, 255, 0.5);
    width: 35% !important;
    font-size: 15px;
    margin-bottom: 0;
  }
}

.forum__schedule--row h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) {
  .forum__schedule--row h4 {
    font-size: 20px;
  }
}

.forum__schedule--row .break > * {
  color: rgba(255, 255, 255, 0.3);
}

.forum__schedule--row .content {
  width: 100%;
  position: relative;
}

.forum__schedule--row .content--body {
  margin: 5px 0 10px;
}

@media only screen and (min-width: 992px) {
  .forum__schedule--row .content--body {
    margin: 7px 0;
  }
}

.forum__schedule--row .content--body p {
  margin-bottom: 0;
  font-size: 11px;
}

.forum__schedule--row .content h4 {
  font-size: 15px;
}

@media only screen and (min-width: 992px) {
  .forum__schedule--row .content h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .forum__schedule--row:last-of-type {
    border: none;
  }
}

.forum__schedule .spk-gp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 13px 0;
}

.forum__schedule .spk-gp .lbl {
  margin-bottom: 15px;
  font-size: 13px;
}

.forum__schedule .spk-gp:last-of-type {
  border: none;
}

.forum__schedule .spk-row .spk-gp:last-of-type {
  padding: 15px 0 0;
}

.forum__schedule .spk-item {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: block;
}

@media only screen and (min-width: 768px) {
  .forum__schedule .spk-item {
    margin-bottom: 15px;
  }
}

.forum__schedule .spk-item .img {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}

.forum__schedule .spk-item .imgitem {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.forum__schedule .spk-item .imgitem:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.forum__schedule .spk-item h4,
.forum__schedule .spk-item h5 {
  font-weight: 400;
}

.forum__schedule .spk-item h4 {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 2px;
}

.forum__schedule .spk-item h5 {
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
}

.forum__schedule .spk-gp .row .col-6:nth-last-child(1) .spk-item {
  margin-bottom: 0;
}

.forum__spk {
  position: relative;
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .forum__spk {
    padding: 0 40px;
    margin-top: 40px;
  }
}

.forum__spk .homepage-speaker__row {
  margin-left: -15px;
  margin-right: -15px;
}

.forum__spk h2 {
  margin-bottom: 40px;
}

.forum .page__top--info-time .lbl {
  margin-bottom: 7px;
}

.forum .page__top--info {
  margin-bottom: 30px;
}

.forum .page__top--content .btn-etr {
  background: white;
  border: 1px solid white;
}

.forum .page__top--content .btn-etr:hover {
  background: black;
  border: 1px solid #fa4616;
}

.dt-content {
  display: none;
}

@media only screen and (min-width: 992px) {
  .dt-content {
    display: block;
  }
}

.m-content {
  display: block;
}

@media only screen and (min-width: 992px) {
  .m-content {
    display: none;
  }
}

.m-forum {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.m-forum .btn-tab {
  color: #ffffff;
  background-color: #545859;
  width: 100%;
  text-align: left;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.m-forum .btn-tab .text {
  width: 100%;
}

.m-forum .btn-tab .text h4,
.m-forum .btn-tab .text h5 {
  font-weight: 600;
}

.m-forum .btn-tab .text h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}

.m-forum .btn-tab .text h5 {
  font-size: 14px;
  color: #ffffff;
}

.m-forum .btn-tab .icon-arrow_down {
  color: #ffffff;
}

.m-forum .btn-tab .icon-arrow_down:before {
  color: #ffffff;
  font-size: 20px;
}

.m-forum--content {
  padding: 20px 0;
  display: none;
}

.m-forum--content--details {
  padding: 15px;
  background-color: #ffffff;
}

.m-forum--content--details p {
  line-height: 1.4;
}

.m-forum .m-gp-title {
  position: relative;
}

.m-forum-title {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}

.m-forum-title--inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.m-forum-title .icon-arrow_down {
  font-size: 25px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.m-forum-title.opened .icon-arrow_down {
  transform: rotate(-180deg);
}

.sr .page__top--info {
  margin-bottom: 15px;
}

.sr .page__top--content {
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) {
  .sr .page__top--content {
    padding-bottom: 80px;
  }
}

.sr .page__top--content h1 {
  text-transform: uppercase;
}

.sr .page__top--imgitem:after {
  padding-top: 75%;
}

@media only screen and (min-width: 992px) {
  .sr .page__top--imgitem:after {
    padding-top: 100%;
  }
}

.sr--list {
  padding: 0 20px 40px;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .sr--list {
    padding: 0 40px;
    margin-top: 0px;
  }
}

.sr--item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .sr--item {
    margin-bottom: 0px;
  }
}

.sr--item h2 {
  font-size: 20px;
  color: #fa4616;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.sr--item--img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.sr--item .imgitem {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.sr--item .imgitem:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.sr--item .page__top--info-time > * {
  color: #ffffff;
  font-weight: 400;
}

.sr--item .item-wrap {
  margin-bottom: 10px;
}

.sr--item .page__top--info-time .lbl {
  color: #fa4616;
}

.forum-media-videos .media--content {
  position: relative;
  max-height: 2000px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media only screen and (min-width: 992px) {
  .forum-media-videos .media--content {
    max-height: 1900px;
  }
}

.forum-media-videos .media--content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  left: 0;
  bottom: 0;
  background: black;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
}

.forum-media-videos .media--content.show-all:after {
  display: none;
}

.forum-media-videos .show-all-btn {
  position: relative;
  display: flex;
}

.forum-media-videos .show-all-btn .btn {
  position: relative;
}

.forum-media-videos .show-all-btn .btn:hover {
  background-color: #fa4616;
  color: white !important;
}

.forum-media-videos .show-all-btn .btn:hover span {
  color: white !important;
}

.forum-media-videos .show-all-btn .btn span {
  line-height: 1;
  margin-bottom: 2px;
}

.speaker {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.speaker--item {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50%);
}

@media only screen and (min-width: 992px) {
  .speaker--item {
    margin-bottom: 60px;
  }
}

.speaker--item:hover .speaker--imgitem {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.speaker--img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.speaker--img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), black);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.speaker--imgitem {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (min-width: 992px) {
  .speaker--imgitem {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
  }
}

.speaker--imgitem:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.speaker h4 {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media only screen and (min-width: 992px) {
  .speaker h4 {
    font-size: 20px;
  }
}

.speaker h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.speaker .profile-logo {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.speaker .btn-external {
  margin: 30px 0;
}

.speaker .btn-external span:first-of-type {
  margin-right: 5px;
}

.speaker .judge__item h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}

.speaker-dt .share {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .speaker-dt .share {
    padding: 0 10%;
    margin-top: -30px;
    height: 100px;
  }
}

.speaker-dt--img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .speaker-dt--img {
    margin-bottom: 0;
  }
}

.speaker-dt--img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 20px;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), black);
}

@media only screen and (min-width: 992px) {
  .speaker-dt--img:before {
    width: 80%;
    height: 80%;
    margin: 10% 10% 10% 10%;
  }
}

.speaker-dt--imgitem {
  position: relative;
  overflow: hidden;
  margin: 20px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) {
  .speaker-dt--imgitem {
    width: 80%;
    height: 80%;
    margin: 10% 10% 10% 10%;
  }
}

.speaker-dt--imgitem:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.speaker-dt--imgitem.c-t-r:after {
  padding-top: 75%;
}

.speaker-dt--content {
  padding: 0px 20px 40px 20px;
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .speaker-dt--content {
    padding: 40px 40px 100px 0;
  }
}

.speaker-dt--content h1 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .speaker-dt--content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.speaker-dt--content h2 {
  font-size: 14px;
  font-weight: 400;
  text-transform: inherit;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .speaker-dt--content h2 {
    font-size: 20px;
  }
}

.speaker-dt .page__top--progitem h2 {
  margin-bottom: 0;
  border: none;
}

.speaker-dt .page__top--progitem__info {
  display: none;
}

.speaker-dt--topic {
  margin-top: 30px;
}

.speaker-dt--topic h4 {
  margin-bottom: 20px !important;
}

.speaker-dt--topic .page__top--progitem {
  margin: 0px 0 0px;
  padding: 0;
}

.speaker-dt--topic .page__top--progitem__info {
  margin-bottom: 0;
}

.speaker-dt--topic .topic-title {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.speaker-dt .more {
  position: relative;
  width: 20px;
  height: 20px;
  /* For display only */
  color: #fff;
  cursor: pointer;
  margin: auto 0;
}

.speaker-dt .more span {
  position: absolute;
  top: 45%;
  left: 25%;
  display: block;
  width: 50%;
  height: 10%;
  background-color: #fa4616;
  transform: rotate(0deg);
  transition: 0.25s ease-in;
}

.speaker-dt .more.is-open span:nth-child(2) {
  transform: rotate(90deg);
}

.adtw__judge-inner {
  margin-bottom: 50px;
}

.adtw--slider {
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) {
  .adtw--slider {
    padding: 0 40px;
    margin-bottom: 70px;
    margin-top: 60px;
  }
}

.adtw--slider--img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.adtw--slider--imgitem {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.adtw--slider--imgitem:after {
  content: "";
  display: block;
  padding-top: 66.667%;
}

.adtw--slider .thisnext {
  right: 25px;
}

.adtw--slider .thisprev {
  left: 25px;
}

.adtw--slider .swiper-button-next:after,
.adtw--slider .swiper-button-prev:after {
  font-size: 28px !important;
}

.adtw .btn-etr {
  align-items: center;
  background: black;
  display: inline-flex;
  width: auto;
  border: 1px solid #fa4616;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
  .adtw .btn-etr {
    margin-bottom: 0;
  }
}

.adtw .btn-etr:hover {
  background: white;
}

.adtw .btn-etr .icon-external-link {
  margin-left: 7px;
  font-size: 15px !important;
}

.judge {
  padding: 0 20px;
}

@media only screen and (min-width: 992px) {
  .judge {
    padding: 0 40px;
  }
}

.judge__row {
  display: flex;
  flex-flow: wrap;
}

.judge__item {
  position: relative;
  overflow: hidden;
  display: block;
  margin-right: 20px;
  width: calc(calc(100% / 2) - 20px);
}

@media only screen and (min-width: 1200px) {
  .judge__item {
    width: calc(calc(100% / 6) - 20px);
  }
}

.judge__item:nth-child(even) {
  margin-right: 0px;
  width: calc(50% - 10px);
}

@media only screen and (min-width: 1200px) {
  .judge__item:nth-child(even) {
    margin-right: 20px;
    width: calc(calc(100% / 6) - 20px);
  }
}

@media only screen and (min-width: 1200px) {
  .judge__item:nth-child(6), .judge__item:nth-child(12) {
    margin-right: 0px;
  }
}

.profile--sns {
  display: flex;
  padding: 10px 0 30px;
}

.profile .snsitem {
  margin-right: 13px;
  font-size: 15px;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.profile .snsitem:hover {
  color: #fa4616;
}

.profile--yt {
  position: relative;
  margin: 20px 0;
}

.profile--yt .yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.profile--yt .yt-wrap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.adtw-profile .adtw--sliderwrap .thumb-slider-containerTop .thumb-slider--imgitem {
  background-size: contain;
  cursor: pointer;
}

.adtw-profile .adtw--sliderwrap .thumb-slider-container .swiper-slide {
  cursor: pointer;
}

.yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.thumb-slider {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}

.thumb-slider--img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.thumb-slider--img iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

.thumb-slider--imgitem {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.thumb-slider--imgitem:after {
  content: "";
  display: block;
  padding-top: 66.6666%;
}

.thumb-slider--imgitem iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.thumb-slider--fancybox-item {
  cursor: pointer;
}

.thumb-slider--videoBtn {
  position: absolute;
  background-image: url(../images/vid_play.svg);
  background-position: center;
  background-size: cover;
  z-index: 5;
  cursor: pointer;
}

.thumb-slider-containerTop {
  margin-bottom: 15px;
}

.thumb-slider-containerTop .thumb-slider--videoBtn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.thumb-slider-container {
  position: relative;
}

.thumb-slider-container .thumb-slider--imgitem:after {
  padding-top: 100%;
}

.thumb-slider-container .thumb-slider--videoBtn {
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}

.thumb-slider .swiper-button-next:after,
.thumb-slider .swiper-button-prev:after {
  font-size: 20px !important;
}

.thumb-slider .swiper-button-prev,
.thumb-slider .swiper-rtl .swiper-button-next {
  left: 0px;
}

.thumb-slider .swiper-button-next,
.thumb-slider .swiper-rtl .swiper-button-prev {
  right: 0;
}

.thumb-slider-containerTop._2 .thumb-slider--imgitem {
  background-size: contain;
}

.ticket .flow-content {
  padding: 20px 20px 40px;
  min-height: auto;
}

@media only screen and (min-width: 768px) {
  .ticket .flow-content {
    padding: 40px 30px;
    min-height: calc(100vh - 80px);
  }
}

.ticket .flow-content .btn {
  margin-top: 30px;
}

.ticket--topItem {
  margin-bottom: 40px;
}

.ticket--topItem h3 {
  color: #fa4616;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.ticket--table {
  position: relative;
  margin: 20px 0;
  border-top: 2px solid #fa4616;
}

.ticket--table__item {
  position: relative;
}

.ticket--table__item:last-of-type {
  margin-bottom: 40px;
}

.ticket--table__item:nth-child(odd) {
  background-color: rgba(84, 88, 89, 0.2);
}

.ticket--table__iteminner {
  padding: 15px 10px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 992px) {
  .ticket--table__iteminner {
    padding: 20px 10px;
  }
}

.ticket--table .icon-checkmark {
  margin-bottom: 0 !important;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) {
  .ticket--table .icon-checkmark {
    margin-right: 30px;
  }
}

.ticket--table h4 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.ticket--faq {
  padding: 20px 20px 50px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .ticket--faq {
    padding: 0px 40px 80px;
    margin-top: 60px;
  }
}

.ticket--faq p {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .ticket--faq p {
    font-size: 16px;
  }
}

.ticket--faq p a {
  position: relative;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.ticket--faq p a:hover {
  opacity: 0.6;
}

.ticket--faq h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.ticket--faq .faq-wrap {
  margin-bottom: 30px;
}

.ticket--faq .faq-wrap .collapse-icon {
  font-weight: 400;
  position: relative;
  display: block;
  background: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: none;
}

.ticket--faq .faq-wrap .collapse-icon:before, .ticket--faq .faq-wrap .collapse-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-bottom: 2px solid #fa4616;
}

.ticket--faq .faq-wrap .collapse-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.ticket--faq .faq-wrap .open-state:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.ticket--faq .faq-wrap .open-state:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.ticket--faq .faq-wrap .faqItem {
  margin-bottom: 30px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .ticket--faq .faq-wrap .faqItem {
    max-width: 75%;
  }
}

.ticket--faq .faq-wrap .faqQuestion {
  font-weight: 400;
  align-items: center;
  display: flex;
  font-size: 14px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

@media only screen and (min-width: 768px) {
  .ticket--faq .faq-wrap .faqQuestion {
    font-size: 18px;
  }
}

.ticket--faq .faq-wrap .faqQuestion[aria-expanded="true"] {
  color: #ffffff;
}

.ticket--faq .faq-wrap .collapse-icon {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  .ticket--faq .faq-wrap .collapse-icon {
    margin-right: 35px;
  }
}

.ticket--faq .faq-wrap h4 {
  padding-top: 10px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .ticket--faq .faq-wrap h4 {
    padding-left: 50px;
    padding-top: 15px;
  }
}

.bouncy-transition, .ticket--faq .faq-wrap .collapse-icon {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.bouncy-transition:before, .ticket--faq .faq-wrap .collapse-icon:before {
  -webkit-transition: all 500ms cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s;
  -moz-transition: all 500ms cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s;
  -ms-transition: all 500ms cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s;
  -o-transition: all 500ms cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s;
  transition: all 500ms cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s;
}

.ticket-tb {
  border-top: 0px;
  margin-bottom: 40px;
}

.ticket-tb--col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 5px;
  width: 23%;
  border-top: 1px solid #2b2a2a;
  border-right: 1px solid #2b2a2a;
}

.ticket-tb--col:last-child {
  border-right: 0px;
}

.ticket-tb--col span {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .ticket-tb--col {
    align-items: center;
    padding: 7px;
  }
}

@media only screen and (min-width: 992px) {
  .ticket-tb--col {
    padding: 15px;
    width: 100%;
    padding: 10px;
  }
}

.ticket-tb--row {
  display: flex;
}

.ticket-tb--row._header {
  display: block;
  padding: 10px;
  text-align: center;
}

.ticket-tb--row._first .ticket-tb--col {
  background-color: #fa4616;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .ticket-tb--row._first .ticket-tb--col {
    font-size: 16px;
  }
}

.ticket-tb--row._first .ticket-tb--col:first-child {
  border-left: 0px;
}

.ticket-tb--row._first .ticket-tb--col:last-child {
  border-right: 0px;
}

.ticket-tb--row:nth-child(3) {
  background-color: rgba(84, 88, 89, 0.3);
}

.ticket-tb--title {
  font-size: 18px;
  font-weight: bold;
}

.ticket-tb--caption {
  padding-top: 5px;
  font-size: 14px;
  margin-bottom: 15px;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .ticket-tb--caption {
    font-size: 14px;
  }
}

.ticket-tb .ticket-tb--col {
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .ticket-tb .ticket-tb--col {
    font-size: 14px;
  }
}

.ticket-tb b {
  font-weight: 600;
  margin-bottom: 5px;
}

.ticket-tb--row .ticket-tb--col:first-of-type {
  text-align: left;
  align-items: flex-start;
  width: 31%;
}

@media only screen and (min-width: 992px) {
  .ticket-tb--row .ticket-tb--col:first-of-type {
    width: 100%;
  }
}

.sub-nav {
  position: absolute;
  bottom: 0;
  display: block;
}

@media only screen and (min-width: 992px) {
  .sub-nav {
    margin-top: 30%;
    position: relative;
    overflow: hidden;
    display: block;
  }
}

.sub-nav--item {
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  width: auto;
}

.sub-nav .active span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about .logo {
  display: block;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
  .about .logo {
    margin-bottom: 100px;
  }
}

.about .page__topColor--content {
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .about .page__topColor--content {
    padding-bottom: 100px;
  }
}

.about .m-page-nav {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  padding: 20px 20px 10px;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .about .m-page-nav {
    display: none;
  }
}

.about .m-page-nav__item {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.about .m-page-nav__item .typo-lbl {
  margin-right: auto;
  position: relative;
  font-size: 14px;
  color: #ffffff !important;
}

.about .m-page-nav__item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.3;
}

.about .m-page-nav__item.active .page-nav__icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about .m-page-nav__item.active:before {
  opacity: 1;
}

.about--content .item {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .about--content .item {
    margin-bottom: 30px;
  }
}

.about--content .item:last-of-type {
  margin-bottom: 0 !important;
}

.about--form {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .about--form {
    margin-bottom: 0px;
  }
}

.about--form__row {
  margin-bottom: 20px;
}

.about--form__row label {
  margin-bottom: 5px !important;
}

.about--form__input {
  width: 100%;
  color: #ffffff;
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #545859;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.about--form__input:focus {
  border-bottom: 1px solid #ffffff;
}

.about--form .lbl {
  color: #ffffff;
  font-size: 14px;
}

.about--form__textarea {
  margin-top: 15px !important;
  padding: 10px;
  color: #ffffff;
  width: 100%;
  font-size: 15px;
  border-bottom: 1px solid #545859;
  background: #000000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.about--form__textarea:focus {
  border: 1px solid #ffffff;
}

.about--form .btn-org {
  width: 100%;
}

.this-white {
  background-color: white;
  margin: 0;
  padding: 40px 20px 100px 20px;
  color: #fa4616;
}

@media only screen and (min-width: 992px) {
  .this-white {
    margin: 0 -30px;
    padding: 40px 60px 100px 30px;
  }
}

.sponsors {
  position: relative;
}

.sponsors--row {
  flex-flow: wrap;
  display: flex;
  border-bottom: 1px solid #9fa0a0;
  margin-bottom: 30px !important;
}

.sponsors--row .lbl {
  margin-bottom: 20px;
  display: block;
  flex-direction: column;
  width: 100%;
}

.sponsors--item {
  width: calc(calc(100% / 2) - 25px);
  max-width: 350px;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
}

@media only screen and (min-width: 768px) {
  .sponsors--item {
    width: calc(calc(100% / 3) - 25px);
    margin-right: 25px;
    max-width: 300px;
  }
}

@media only screen and (min-width: 1440px) {
  .sponsors--item {
    width: calc(calc(100% / 4) - 35px);
    margin-right: 35px;
    margin-bottom: 35px;
  }
}

.sponsors--itemwrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sponsors--imgitem {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.sponsors--imgitem:after {
  content: "";
  display: block;
  padding-top: 75%;
}

.sponsors--item._two_col {
  width: calc(100% - 25px);
  max-width: inherit;
}
.sponsors--item._two_col .sponsors--imgitem:after {
  padding-top: calc(75% / 2);
}
.sponsors--item._org {
  width: 100%;
  margin-right: 0;
  max-width: inherit;
}

.sponsors--item._org .sponsors--itemwrap {
  /* overflow-x: auto; */
}

.sponsors--item._org img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .sponsors--item._two_col {
    width: calc(calc(100% / 2) - 25px);
    max-width: 600px;
  }
  .sponsors--item._org .sponsors--itemwrap {
    /* overflow: hidden; */
  }
  .sponsors--item._org img {
    /* width: auto;
    height: 137px; */
  }
}

@media only screen and (min-width: 1440px) {
  .sponsors--item._two_col {
    width: calc(calc(100% / 2) - 35px);
  }
}


.archive {
  position: relative;
}

.archive--top {
  padding: 20px 20px 40px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .archive--top {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

@media only screen and (min-width: 992px) {
  .archive--top .title {
    margin-bottom: 30px;
  }
}

.archive--top .title h2 {
  text-transform: inherit;
  font-size: 20px;
  margin: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  .archive--top .title h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}

.archive--top .title h1 {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .archive--top .title h1 {
    font-size: 40px;
  }
}

.archive--top .title p {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .archive--top .title p {
    width: 50vw;
  }
}

.archive--top--links {
  padding: 20px 0px 0 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .archive--top--links {
    padding: 0px 0px 0 0;
    display: flex;
  }
}

.archive .archive-btn {
  padding: 7px 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  margin: 0 0px 20px 0;
}

@media only screen and (min-width: 992px) {
  .archive .archive-btn {
    margin: 0 30px 0 0;
  }
}

.archive .archive-btn span {
  font-size: 14px !important;
  line-height: 1;
}

.archive .archive-btn.active {
  background-color: #fa4616;
}

.archive .archive-btn.active span {
  color: #ffffff;
}

.archive--section {
  padding: 0 20px 80px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .archive--section {
    padding: 0 40px 100px;
  }
}

.archive--section h2 {
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .archive--section h2 {
    font-size: 40px;
  }
}

.archive--adtwItem {
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
  .archive--adtwItem {
    margin-bottom: 60px;
  }
}

.archive--adtwItem .lbl {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .archive--adtwItem .lbl {
    font-size: 30px;
  }
}

.archive--adtwItem:last-child {
  margin-bottom: 0px;
}

.col-xs-5-cols,
.col-sm-5-cols,
.col-md-5-cols,
.col-lg-5-cols {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5-cols {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5-cols {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5-cols {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5-cols {
    width: 20%;
    float: left;
  }
}

.col-h-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-5-cols {
  width: 50%;
  float: left;
}

@media only screen and (min-width: 768px) {
  .col-md-5-cols {
    width: 20%;
    float: left;
  }
}

.mediaItem {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdedd;
}

@media only screen and (min-width: 768px) {
  .mediaItem {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 50px;
  }
}

.mediaItem:last-child {
  margin-bottom: 0px;
}

.media {
  position: relative;
  overflow: hidden;
  display: block;
}

.media--wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.media--item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .media--item {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .media--item:last-of-type {
    margin-bottom: 0;
  }
}

.media--img {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.media--imgitem {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .media--imgitem {
    margin-bottom: 0px;
  }
}

.media--imgitem:before {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  background-image: url("../images/icon-yt.svg");
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
}

@media only screen and (min-width: 992px) {
  .media--imgitem:before {
    bottom: 20px;
    right: 20px;
  }
}

.media--imgitem:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.media--info {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
}

.media--infoinner {
  margin: auto 0;
  color: #ffffff;
}

.media--infoinner h4 {
  font-size: 14px;
  font-weight: 400;
}

.media--infoinner p {
  margin-top: 20px;
}

.media--infoinner h2 {
  text-transform: inherit;
  font-size: 28px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .media--infoinner h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.archive-slider {
  position: relative;
}

.archive-slider-item {
  position: relative;
  overflow: hidden;
}

.archive-slider-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.archive-slider-img:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.archive-slider .swiper-button-next,
.archive-slider .swiper-button-prev {
  top: -20px;
  border: 1px solid;
  padding: 10px;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 992px) {
  .archive-slider .swiper-button-next,
  .archive-slider .swiper-button-prev {
    padding: 15px;
    width: 30px;
    height: 30px;
    top: -25px;
  }
}

.archive-slider .swiper-button-next:after,
.archive-slider .swiper-button-prev:after {
  font-size: 10px !important;
}

@media only screen and (min-width: 992px) {
  .archive-slider .swiper-button-next:after,
  .archive-slider .swiper-button-prev:after {
    font-size: 15px !important;
  }
}

.archive-slider .swiper-button-prev {
  right: 40px;
  left: auto;
}

@media only screen and (min-width: 992px) {
  .archive-slider .swiper-button-prev {
    right: 55px;
  }
}

.fullBgAnim-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#bg-animation {
  background-color: #000;
  position: fixed;
  top: 60px;
  height: calc(100vh - 60px);
  width: 100%;
  max-width: 1140px;
}

@media only screen and (min-width: 1200px) {
  #bg-animation {
    top: 90px;
    height: calc(100vh - 90px);
  }
}

@media only screen and (min-width: 1440px) {
  #bg-animation {
    max-width: 1320px;
  }
}

#bg-animation .anim-wrapper {
  position: absolute;
  overflow: hidden;
  width: 400px;
  height: 150px;
  transform-origin: left top;
}

#bg-animation .anim-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, black 100%);
  z-index: 1;
}

#bg-animation .anim-wrapper[data-index="0"] {
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: 15vh;
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="0"] {
    left: 30px;
    top: 30px;
    width: 35%;
    height: 20vh;
  }
}

#bg-animation .anim-wrapper[data-index="0"] .content {
  -webkit-animation: bg-animation-0 20s linear infinite;
  -moz-animation: bg-animation-0 20s linear infinite;
  -o-animation: bg-animation-0 20s linear infinite;
  animation: bg-animation-0 20s linear infinite;
}

@-webkit-keyframes bg-animation-0 {
  100% {
    background-position-x: var(--bgposX_0);
  }
}

@-moz-keyframes bg-animation-0 {
  100% {
    background-position-x: var(--bgposX_0);
  }
}

@-o-keyframes bg-animation-0 {
  100% {
    background-position-x: var(--bgposX_0);
  }
}

@keyframes bg-animation-0 {
  100% {
    background-position-x: var(--bgposX_0);
  }
}

#bg-animation .anim-wrapper[data-index="1"] {
  display: none;
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="1"] {
    display: block;
    right: 30px;
    top: 30px;
    width: 25%;
    height: 20vh;
  }
}

#bg-animation .anim-wrapper[data-index="1"] .content {
  -webkit-animation: bg-animation-1 20s linear infinite;
  -moz-animation: bg-animation-1 20s linear infinite;
  -o-animation: bg-animation-1 20s linear infinite;
  animation: bg-animation-1 20s linear infinite;
}

@-webkit-keyframes bg-animation-1 {
  100% {
    background-position-x: var(--bgposX_1);
  }
}

@-moz-keyframes bg-animation-1 {
  100% {
    background-position-x: var(--bgposX_1);
  }
}

@-o-keyframes bg-animation-1 {
  100% {
    background-position-x: var(--bgposX_1);
  }
}

@keyframes bg-animation-1 {
  100% {
    background-position-x: var(--bgposX_1);
  }
}

#bg-animation .anim-wrapper[data-index="1"]:after {
  background: black;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 50%);
}

#bg-animation .anim-wrapper[data-index="2"] {
  display: none;
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="2"] {
    display: block;
    left: 30px;
    top: calc(20vh + 30px + 30px);
    width: 20%;
    height: 10vh;
  }
}

#bg-animation .anim-wrapper[data-index="2"] .content {
  -webkit-animation: bg-animation-2 20s linear infinite;
  -moz-animation: bg-animation-2 20s linear infinite;
  -o-animation: bg-animation-2 20s linear infinite;
  animation: bg-animation-2 20s linear infinite;
}

@-webkit-keyframes bg-animation-2 {
  100% {
    background-position-x: var(--bgposX_2);
  }
}

@-moz-keyframes bg-animation-2 {
  100% {
    background-position-x: var(--bgposX_2);
  }
}

@-o-keyframes bg-animation-2 {
  100% {
    background-position-x: var(--bgposX_2);
  }
}

@keyframes bg-animation-2 {
  100% {
    background-position-x: var(--bgposX_2);
  }
}

#bg-animation .anim-wrapper[data-index="2"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, black 100%);
  z-index: 1;
}

#bg-animation .anim-wrapper[data-index="2"]:after {
  background: black;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 50%);
}

#bg-animation .anim-wrapper[data-index="3"] {
  transform: rotate(-90deg);
  width: calc(100vh - 60px - 15vh - 10vh - 60px);
  bottom: calc(-25vw + 10vh + 30px);
  height: 25vw;
  left: 15px;
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="3"] {
    left: auto;
    right: calc(calc( 100vh - 60px - 20vh - 30px - 30px - 15vh - 30px - 30px) * -1 + 15vh + 30px + 15vh + 30px);
    bottom: calc(15vh + 30px + 30px - 15vh);
    width: calc( 100vh - 60px - 20vh - 30px - 30px - 15vh - 30px - 30px);
    height: 15vh;
  }
}

@media only screen and (min-width: 1200px) {
  #bg-animation .anim-wrapper[data-index="3"] {
    left: auto;
    right: calc(calc( 100vh - 90px - 20vh - 30px - 30px - 15vh - 30px - 30px) * -1 + 15vh + 30px + 15vh + 30px);
    bottom: calc(15vh + 30px + 30px - 15vh);
    width: calc( 100vh - 90px - 20vh - 30px - 30px - 15vh - 30px - 30px);
    height: 15vh;
  }
}

#bg-animation .anim-wrapper[data-index="3"] .content {
  -webkit-animation: bg-animation-3 20s linear infinite;
  -moz-animation: bg-animation-3 20s linear infinite;
  -o-animation: bg-animation-3 20s linear infinite;
  animation: bg-animation-3 20s linear infinite;
}

@-webkit-keyframes bg-animation-3 {
  100% {
    background-position-x: var(--bgposX_3);
  }
}

@-moz-keyframes bg-animation-3 {
  100% {
    background-position-x: var(--bgposX_3);
  }
}

@-o-keyframes bg-animation-3 {
  100% {
    background-position-x: var(--bgposX_3);
  }
}

@keyframes bg-animation-3 {
  100% {
    background-position-x: var(--bgposX_3);
  }
}

#bg-animation .anim-wrapper[data-index="3"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 80%, black 100%);
  z-index: 1;
}

#bg-animation .anim-wrapper[data-index="4"] {
  transform: rotate(90deg);
  top: calc(15vh + 30px);
  left: calc(100% - 15px);
  width: calc(100vh - 15vh - 10vh - 30px - 30px - 60px);
  height: 20vw;
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="4"] {
    left: auto;
    right: calc(calc(100vh - 60px - 20vh - 30px - 30px - 30px) * -1 + 30px);
    top: calc(20vh + 30px + 30px);
    width: calc(100vh - 60px - 20vh - 30px - 30px - 30px);
    height: 15vh;
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 1200px) {
  #bg-animation .anim-wrapper[data-index="4"] {
    left: auto;
    right: calc(calc(100vh - 90px - 20vh - 30px - 30px - 30px) * -1 + 30px);
    top: calc(20vh + 30px + 30px);
    width: calc(100vh - 90px - 20vh - 30px - 30px - 30px);
    height: 15vh;
    transform: rotate(90deg);
  }
}

#bg-animation .anim-wrapper[data-index="4"] .content {
  -webkit-animation: bg-animation-4 20s linear infinite;
  -moz-animation: bg-animation-4 20s linear infinite;
  -o-animation: bg-animation-4 20s linear infinite;
  animation: bg-animation-4 20s linear infinite;
}

@-webkit-keyframes bg-animation-4 {
  100% {
    background-position-x: var(--bgposX_4);
  }
}

@-moz-keyframes bg-animation-4 {
  100% {
    background-position-x: var(--bgposX_4);
  }
}

@-o-keyframes bg-animation-4 {
  100% {
    background-position-x: var(--bgposX_4);
  }
}

@keyframes bg-animation-4 {
  100% {
    background-position-x: var(--bgposX_4);
  }
}

#bg-animation .anim-wrapper[data-index="4"]:after {
  background: black;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 50%);
}

#bg-animation .anim-wrapper[data-index="5"] {
  display: none;
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="5"] {
    display: block;
    left: calc(30px);
    bottom: calc(-20vh + 30px);
    width: calc(100vh - 20vh - 15vh - 30px - 30px - 30px - 60px);
    height: 20vh;
    transform: rotate(-90deg);
  }
}

@media only screen and (min-width: 1200px) {
  #bg-animation .anim-wrapper[data-index="5"] {
    width: calc(100vh - 20vh - 15vh - 30px - 30px - 30px - 90px);
  }
}

#bg-animation .anim-wrapper[data-index="5"] .content {
  -webkit-animation: bg-animation-5 20s linear infinite;
  -moz-animation: bg-animation-5 20s linear infinite;
  -o-animation: bg-animation-5 20s linear infinite;
  animation: bg-animation-5 20s linear infinite;
}

@-webkit-keyframes bg-animation-5 {
  100% {
    background-position-x: var(--bgposX_5);
  }
}

@-moz-keyframes bg-animation-5 {
  100% {
    background-position-x: var(--bgposX_5);
  }
}

@-o-keyframes bg-animation-5 {
  100% {
    background-position-x: var(--bgposX_5);
  }
}

@keyframes bg-animation-5 {
  100% {
    background-position-x: var(--bgposX_5);
  }
}

#bg-animation .anim-wrapper[data-index="6"] {
  display: none;
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="6"] {
    display: block;
    left: calc(20vh + 30px + 30px);
    bottom: 30px;
    width: 20%;
    height: 15vh;
  }
}

#bg-animation .anim-wrapper[data-index="6"] .content {
  -webkit-animation: bg-animation-6 20s linear infinite;
  -moz-animation: bg-animation-6 20s linear infinite;
  -o-animation: bg-animation-6 20s linear infinite;
  animation: bg-animation-6 20s linear infinite;
}

@-webkit-keyframes bg-animation-6 {
  100% {
    background-position-x: var(--bgposX_6);
  }
}

@-moz-keyframes bg-animation-6 {
  100% {
    background-position-x: var(--bgposX_6);
  }
}

@-o-keyframes bg-animation-6 {
  100% {
    background-position-x: var(--bgposX_6);
  }
}

@keyframes bg-animation-6 {
  100% {
    background-position-x: var(--bgposX_6);
  }
}

#bg-animation .anim-wrapper[data-index="6"]:after {
  background: black;
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 50%);
}

#bg-animation .anim-wrapper[data-index="7"] {
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  height: 10vh;
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="7"] {
    left: auto;
    right: calc(15vh + 30px + 30px);
    bottom: 30px;
    width: 20%;
    height: 15vh;
  }
}

#bg-animation .anim-wrapper[data-index="7"] .content {
  -webkit-animation: bg-animation-7 20s linear infinite;
  -moz-animation: bg-animation-7 20s linear infinite;
  -o-animation: bg-animation-7 20s linear infinite;
  animation: bg-animation-7 20s linear infinite;
}

@-webkit-keyframes bg-animation-7 {
  100% {
    background-position-x: calc(var(--bgposX_7) * -1);
  }
}

@-moz-keyframes bg-animation-7 {
  100% {
    background-position-x: calc(var(--bgposX_7) * -1);
  }
}

@-o-keyframes bg-animation-7 {
  100% {
    background-position-x: calc(var(--bgposX_7) * -1);
  }
}

@keyframes bg-animation-7 {
  100% {
    background-position-x: calc(var(--bgposX_7) * -1);
  }
}

@media only screen and (min-width: 768px) {
  #bg-animation .anim-wrapper[data-index="7"] .content {
    -webkit-animation: bg-animation-7 20s linear infinite;
    -moz-animation: bg-animation-7 20s linear infinite;
    -o-animation: bg-animation-7 20s linear infinite;
    animation: bg-animation-7 20s linear infinite;
  }
  @-webkit-keyframes bg-animation-7 {
    100% {
      background-position-x: var(--bgposX_7);
    }
  }
  @-moz-keyframes bg-animation-7 {
    100% {
      background-position-x: var(--bgposX_7);
    }
  }
  @-o-keyframes bg-animation-7 {
    100% {
      background-position-x: var(--bgposX_7);
    }
  }
  @keyframes bg-animation-7 {
    100% {
      background-position-x: var(--bgposX_7);
    }
  }
}

#bg-animation .anim-ticker {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

#bg-animation .anim-ticker svg {
  height: 100%;
}

#bg-animation .anim-ticker .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto 100%;
}

#bg-animation .anim-ticker .content.fashion {
  background-image: url("../images/bg-f.svg");
}

#bg-animation .anim-ticker .content.fashion-grey {
  background-image: url("../images/bg-f-g.svg");
}

#bg-animation .anim-ticker .content.asia {
  background-image: url("../images/bg-a.svg");
}

#bg-animation .anim-ticker .content.asia-grey {
  background-image: url("../images/bg-a-g.svg");
}

.ph {
  color: #ffffff;
  position: relative;
  padding: 50px 20px;
}

@media only screen and (min-width: 992px) {
  .ph {
    padding: 40px;
  }
}

.ph--content {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .ph--content {
    padding: 0 120px;
  }
}

.ph h1 {
  font-size: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .ph h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.ph--item {
  position: relative;
  background: #ffffff;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .ph--item {
    padding: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .ph--item {
    padding: 40px;
  }
}

.ph--item--inner {
  position: relative;
  overflow: hidden;
}

.ph--item--inner:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.ph--item .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.ph--item .img-wrap img {
  display: flex;
  margin: auto;
  width: 100%;
  height: auto;
}

.dser {
  position: relative;
  overflow: hidden;
  padding: 40px 0px 0;
}

@media only screen and (min-width: 992px) {
  .dser {
    padding: 60px 0px 0;
  }
}

.dser--top {
  margin-bottom: 50px;
  padding: 0 20px;
}

@media only screen and (min-width: 992px) {
  .dser--top {
    padding: 0 40px;
    margin-bottom: 60px;
  }
}

.dser--top .logo {
  margin-bottom: 20px;
}

.dser--top .logo img {
  width: 204px;
  height: auto;
}

.dser--top p {
  color: #ffffff;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .dser--top p {
    width: 50vw;
  }
}

.dser--content {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  background-color: white;
}

@media only screen and (min-width: 992px) {
  .dser--content {
    padding: 40px 40px;
  }
}

.dser--filter {
  background-color: #000000;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .dser--filter {
    padding: 0 20px;
  }
}

.dser .filter-form {
  padding: 0px 0 0px;
}

@media only screen and (min-width: 992px) {
  .dser .filter-form {
    padding: 20px 0;
  }
}

.dser .filter-form--item {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
}

.dser .filter-form--item.fw {
  border-bottom: 1px solid #ffffff;
}

.dser .filter-form--item .icon-search {
  color: #fa4616;
  font-size: 14px;
  padding: 0 10px;
}

.dser .filter-form__input {
  position: relative;
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.dser .filter-form__input::placeholder {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.dser .filter-form__select {
  -webkit-appearance: none;
  width: 100%;
  background-color: #000000;
  -webkit-appearance: none;
  background-image: url("../images/select-arrow@2x.png");
  padding: 10px 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.dser .filter-form .filter-btn {
  display: flex;
  padding: 20px 0 10px;
  margin: auto;
  align-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  flex-flow: wrap;
}

@media only screen and (min-width: 992px) {
  .dser .filter-form .filter-btn {
    padding: 0;
  }
}

.dser .filter-form .filter-btn--item {
  background-color: #545859;
  padding: 7px 15px;
  margin: 5px 15px 5px 0;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  border-radius: 20px;
}

@media only screen and (min-width: 992px) {
  .dser .filter-form .filter-btn--item {
    margin: 5px 5px;
  }
}

.dser .filter-form .filter-btn--item.active {
  background-color: #fa4616;
}

.dser .mainlist {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .dser .mainlist {
    margin-bottom: 0;
  }
}

.dser--list {
  padding: 30px 0 0 0;
}

.dser--list--item {
  margin-bottom: 30px;
  color: #000000;
}

@media only screen and (min-width: 992px) {
  .dser--list--item {
    margin-bottom: 60px;
  }
}

.dser--list .vid-item {
  position: relative;
  background-color: inherit;
}

.dser--list .vid-item > * {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dser--list .vid-item > *:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.dser--list .vid-item > *:after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url(../images/vid_play.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 5;
}

@media only screen and (min-width: 992px) {
  .dser--list .vid-item > *:after {
    height: 40px;
    width: 40px;
    right: 15px;
    bottom: 15px;
  }
}

.dser--list .content-wrapper {
  color: #ffffff;
  padding-right: 0;
  display: flex;
  /* margin: auto; */
  height: 100%;
  color: #000000;
}

@media only screen and (min-width: 1200px) {
  .dser--list .content-wrapper {
    padding-right: 100px;
  }
}

.dser--list .info {
  margin: auto 0;
}

.dser--list .mediaType {
  color: #f04824;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .dser--list .mediaType {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.dser--list .mediaHead {
  margin-bottom: 5px;
  font-size: 16px;
  white-space: break-spaces;
  font-weight: 600;
  line-height: 1.1;
}

@media only screen and (min-width: 992px) {
  .dser--list .mediaHead {
    line-height: 1.1;
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.dser--list .mediaSubHead {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 1;
}

.dser--list .mediaSubHead > div {
  line-height: 1.4;
}

.dser--list .mediaSubHead span:before {
  content: "・";
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

@media only screen and (min-width: 992px) {
  .dser--list .mediaSubHead {
    font-size: 14px;
  }
}

.dser--list .mediaDate {
  font-size: 11px;
  color: #939393;
  margin-bottom: 5px;
  margin: 10px 0;
  display: flex;
  width: 100%;
  align-items: center;
}

.dser--list .mediaDate span:before {
  content: "・";
  display: inline-block;
  margin-right: 3px;
  background: url(../images/icon-audio.svg);
  background-position: right center;
  background-size: contain;
  width: 30px;
  height: 18px;
  vertical-align: middle;
  margin-left: 5px;
  background-repeat: no-repeat;
}

.dser--list .excerpt {
  margin-bottom: 20px;
  display: none;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .dser--list .excerpt {
    display: block;
    font-size: 15px;
  }
}

.dser--list .excerpt p {
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .dser--list .excerpt p {
    font-size: 15px;
  }
}

.dser--list .hashtag-wrapper {
  font-size: 11px;
  color: #fa4616;
}

@media only screen and (min-width: 992px) {
  .dser--list .hashtag-wrapper {
    font-size: 14px;
  }
}

.dser--list .hashtag-wrapper span {
  margin-right: 10px;
  display: inline-flex;
}

.pagination {
  display: flex;
}

.pagination--item {
  border: 2px solid #dfdedd;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-right: -1px;
}

@media only screen and (min-width: 992px) {
  .pagination--item {
    width: 50px;
    height: 50px;
  }
}

.pagination--item span {
  margin: auto;
  line-height: 1;
  color: #fa4616;
  font-size: 14px;
}

.pagination--item.active {
  color: #000000;
  background-color: #fa4616;
  font-size: 14px;
  font-weight: 400;
}

.pagination--item.active > * {
  color: white;
}

.dser-details {
  background-color: #ffffff;
  color: #000000;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .dser-details {
    padding: 0px 40px 0 0;
  }
}

.dser-details .speaker-dt--content h1 {
  font-size: 30px;
}

@media only screen and (min-width: 992px) {
  .dser-details .speaker-dt--content h1 {
    font-size: 40px;
  }
}

.dser-details .speaker-dt--content h2 {
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .dser-details .speaker-dt--content h2 {
    font-size: 20px;
  }
}

.dser-details .share--sns .share--item {
  border: 1px solid black;
}

.dser-details .share--sns .share--item:hover {
  border: 1px solid #fa4616;
}

.dser-details h2 {
  margin-bottom: 10px;
}

.dser-details .page__top--content {
  padding: 0px 20px 40px 20px;
}

.dser-details .page__top--content > * {
  color: #000000;
}

@media only screen and (min-width: 992px) {
  .dser-details .page__top--content {
    padding: 40px 0px 100px 0;
  }
}

.dser-details .page__top--content h1 {
  margin-bottom: 10px;
}

.dser-details .page__top--content .mediaDate {
  margin: 0 0 10px 0 !important;
}

@media only screen and (min-width: 992px) {
  .dser-details .page__top--content .mediaDate {
    margin: 10px 0 !important;
  }
}

.dser-details .info > * {
  color: #000000;
}

.dser-details .info .mediaDate {
  font-size: 11px;
  color: #939393;
  margin: 0 0 10px 0;
  display: flex;
  width: 100%;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .dser-details .info .mediaDate {
    font-size: 14px;
    margin: 10px 0;
  }
}

.dser-details .info .mediaDate span:before {
  content: "・";
  display: inline-block;
  margin-right: 3px;
  background: url(../images/icon-audio.svg);
  background-position: right center;
  background-size: contain;
  width: 30px;
  height: 18px;
  vertical-align: middle;
  margin-left: 5px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) {
  .dser-details .info .mediaDate span:before {
    width: 35px;
    height: 21px;
  }
}

.dser-details .info .hashtag-wrapper {
  font-size: 11px;
  color: #fa4616;
  margin: 10px 0 30px;
  position: relative;
  overflow: hidden;
  word-break: break-word;
}

@media only screen and (min-width: 992px) {
  .dser-details .info .hashtag-wrapper {
    font-size: 14px;
  }
}

.dser-details .info .hashtag-wrapper span {
  margin-right: 10px;
  display: inline;
  word-wrap: break-word;
  hyphens: auto;
  white-space: nowrap;
}

.dser-details .embed-podcast-wrapper {
  position: relative;
  height: 150px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .dser-details .embed-podcast-wrapper {
    height: 150px;
  }
}

.dser-details .embed-podcast-wrapper iframe {
  border: none;
  height: 100%;
}

.dser-details .embed-podcast-wrapper.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.dser-details .embed-podcast-wrapper.video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.dser-details .related-links {
  margin-top: 40px;
}

.dser-details .related-links h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}

.dser-details .related-links a {
  color: #fa4616;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.dser-details .related-links a:after {
  content: "\e911";
  font-family: "icomoon" !important;
  display: inline-block;
  margin-left: 5px;
}

.dser-details .related-links a:hover {
  opacity: 0.5;
}

.dser-details--news {
  padding: 30px 20px;
}

@media only screen and (min-width: 992px) {
  .dser-details--news {
    padding: 0 40px;
    margin-bottom: 80px;
  }
}

.dser-details--news .relatedItem {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .dser-details--news .relatedItem {
    margin-bottom: 0;
  }
}

.dser-details--news .relatedItem .content-wrapper {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .dser-details--news .relatedItem .content-wrapper {
    margin-top: 0px;
  }
}

.dser-details--news .relatedItem .mediaType {
  margin-bottom: 5px;
  line-height: 1.1;
}

.dser-details--news .content-wrapper {
  padding-right: 0px;
}

.dser-details--news h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .dser-details--news h3 {
    font-size: 40px;
    font-size: 40px;
  }
}

.dser-details--news .mediaHead {
  font-size: 20px;
  margin-bottom: 10px;
}

.dser-details--news .mediaSubHead {
  line-height: 1.4;
}

.dser-details--news .mediaSubHead > div {
  line-height: 1.4;
}

.dser-details .speaker-dt--img:before {
  background-image: none;
}
