
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #008000;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #008000;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --brown-primary: #856a47;
  --brown-mocha: #96764d;
  --brown-secondary: #b49166;
  --kurenai-primary: #8b2030;
  --kurenai-dark: #771a2a;
  --kurenai-normal: #b11d33;
  --kurenai-medium: #9d202a;
  --kurenai-light: #cc4f6f;
  --kurenai-extra-light: #e77e7b;
  --ai-primary: #004c9a;
  --ai-dark: #113364;
  --ai-normal: #0084bd;
  --ai-medium: #03417f;
  --ai-light: #175da6;
  --ai-extra-light: #68b3d5;
  --sakura-primary: #e96a7b;
  --sakura-dark: #db4e50;
  --sakura-normal: #f08f98;
  --sakura-medium: #e45659;
  --sakura-light: #e4608d;
  --sakura-extra-light: #f4b3ba;
  --fuji-primary: #8a418a;
  --fuji-dark: #5c183e;
  --fuji-normal: #b74688;
  --fuji-medium: #7c1d55;
  --fuji-light: #753a75;
  --fuji-extra-light: #cc75a1;
  --matsuba-primary: #00765d;
  --matsuba-dark: #004b2e;
  --matsuba-normal: #088339;
  --matsuba-medium: #006938;
  --matsuba-light: #00645c;
  --matsuba-extra-light: #5ba25f;
  --torch-relay-primary: #DC0010;
  --torch-relay-para-primary: #FEC14E;
  --torch-relay-gold: #C28C4C;
  --black: #000000;
  --black-2: #141414;
  --grey-normal: #6f6f6f;
  --grey-medium: #9fa0a0;
  --facebook: #1877f2;
  --twitter: #1da1f2;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --breakpoint-xxl: 1456px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Tokyo2020", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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 {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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: #676767;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #414141;
    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 {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

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: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  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;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  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; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 744px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1260px) {
    .container {
      max-width: 1240px; } }

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1456px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dadada; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dadada; }
  .table tbody + tbody {
    border-top: 2px solid #dadada; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dadada; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dadada; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8dbb8; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7abd7a; }

.table-hover .table-success:hover {
  background-color: #a7d2a7; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a7d2a7; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-brown-primary,
.table-brown-primary > th,
.table-brown-primary > td {
  background-color: #ddd5cb; }

.table-brown-primary th,
.table-brown-primary td,
.table-brown-primary thead th,
.table-brown-primary tbody + tbody {
  border-color: #c0b29f; }

.table-hover .table-brown-primary:hover {
  background-color: #d3c9bc; }
  .table-hover .table-brown-primary:hover > td,
  .table-hover .table-brown-primary:hover > th {
    background-color: #d3c9bc; }

.table-brown-mocha,
.table-brown-mocha > th,
.table-brown-mocha > td {
  background-color: #e2d9cd; }

.table-brown-mocha th,
.table-brown-mocha td,
.table-brown-mocha thead th,
.table-brown-mocha tbody + tbody {
  border-color: #c8b8a2; }

.table-hover .table-brown-mocha:hover {
  background-color: #d9cdbd; }
  .table-hover .table-brown-mocha:hover > td,
  .table-hover .table-brown-mocha:hover > th {
    background-color: #d9cdbd; }

.table-brown-secondary,
.table-brown-secondary > th,
.table-brown-secondary > td {
  background-color: #eae0d4; }

.table-brown-secondary th,
.table-brown-secondary td,
.table-brown-secondary thead th,
.table-brown-secondary tbody + tbody {
  border-color: #d8c6af; }

.table-hover .table-brown-secondary:hover {
  background-color: #e2d4c3; }
  .table-hover .table-brown-secondary:hover > td,
  .table-hover .table-brown-secondary:hover > th {
    background-color: #e2d4c3; }

.table-kurenai-primary,
.table-kurenai-primary > th,
.table-kurenai-primary > td {
  background-color: #dfc1c5; }

.table-kurenai-primary th,
.table-kurenai-primary td,
.table-kurenai-primary thead th,
.table-kurenai-primary tbody + tbody {
  border-color: #c38b93; }

.table-hover .table-kurenai-primary:hover {
  background-color: #d6b0b5; }
  .table-hover .table-kurenai-primary:hover > td,
  .table-hover .table-kurenai-primary:hover > th {
    background-color: #d6b0b5; }

.table-kurenai-dark,
.table-kurenai-dark > th,
.table-kurenai-dark > td {
  background-color: #d9bfc3; }

.table-kurenai-dark th,
.table-kurenai-dark td,
.table-kurenai-dark thead th,
.table-kurenai-dark tbody + tbody {
  border-color: #b88890; }

.table-hover .table-kurenai-dark:hover {
  background-color: #d0afb4; }
  .table-hover .table-kurenai-dark:hover > td,
  .table-hover .table-kurenai-dark:hover > th {
    background-color: #d0afb4; }

.table-kurenai-normal,
.table-kurenai-normal > th,
.table-kurenai-normal > td {
  background-color: #e9c0c6; }

.table-kurenai-normal th,
.table-kurenai-normal td,
.table-kurenai-normal thead th,
.table-kurenai-normal tbody + tbody {
  border-color: #d68995; }

.table-hover .table-kurenai-normal:hover {
  background-color: #e2adb5; }
  .table-hover .table-kurenai-normal:hover > td,
  .table-hover .table-kurenai-normal:hover > th {
    background-color: #e2adb5; }

.table-kurenai-medium,
.table-kurenai-medium > th,
.table-kurenai-medium > td {
  background-color: #e4c1c3; }

.table-kurenai-medium th,
.table-kurenai-medium td,
.table-kurenai-medium thead th,
.table-kurenai-medium tbody + tbody {
  border-color: #cc8b90; }

.table-hover .table-kurenai-medium:hover {
  background-color: #dcafb2; }
  .table-hover .table-kurenai-medium:hover > td,
  .table-hover .table-kurenai-medium:hover > th {
    background-color: #dcafb2; }

.table-kurenai-light,
.table-kurenai-light > th,
.table-kurenai-light > td {
  background-color: #f1ced7; }

.table-kurenai-light th,
.table-kurenai-light td,
.table-kurenai-light thead th,
.table-kurenai-light tbody + tbody {
  border-color: #e4a3b4; }

.table-hover .table-kurenai-light:hover {
  background-color: #ebbac7; }
  .table-hover .table-kurenai-light:hover > td,
  .table-hover .table-kurenai-light:hover > th {
    background-color: #ebbac7; }

.table-kurenai-extra-light,
.table-kurenai-extra-light > th,
.table-kurenai-extra-light > td {
  background-color: #f8dbda; }

.table-kurenai-extra-light th,
.table-kurenai-extra-light td,
.table-kurenai-extra-light thead th,
.table-kurenai-extra-light tbody + tbody {
  border-color: #f3bcba; }

.table-hover .table-kurenai-extra-light:hover {
  background-color: #f4c6c5; }
  .table-hover .table-kurenai-extra-light:hover > td,
  .table-hover .table-kurenai-extra-light:hover > th {
    background-color: #f4c6c5; }

.table-ai-primary,
.table-ai-primary > th,
.table-ai-primary > td {
  background-color: #b8cde3; }

.table-ai-primary th,
.table-ai-primary td,
.table-ai-primary thead th,
.table-ai-primary tbody + tbody {
  border-color: #7aa2ca; }

.table-hover .table-ai-primary:hover {
  background-color: #a6c0dc; }
  .table-hover .table-ai-primary:hover > td,
  .table-hover .table-ai-primary:hover > th {
    background-color: #a6c0dc; }

.table-ai-dark,
.table-ai-dark > th,
.table-ai-dark > td {
  background-color: #bcc6d4; }

.table-ai-dark th,
.table-ai-dark td,
.table-ai-dark thead th,
.table-ai-dark tbody + tbody {
  border-color: #8395ae; }

.table-hover .table-ai-dark:hover {
  background-color: #acb9ca; }
  .table-hover .table-ai-dark:hover > td,
  .table-hover .table-ai-dark:hover > th {
    background-color: #acb9ca; }

.table-ai-normal,
.table-ai-normal > th,
.table-ai-normal > td {
  background-color: #b8dded; }

.table-ai-normal th,
.table-ai-normal td,
.table-ai-normal thead th,
.table-ai-normal tbody + tbody {
  border-color: #7abfdd; }

.table-hover .table-ai-normal:hover {
  background-color: #a4d3e8; }
  .table-hover .table-ai-normal:hover > td,
  .table-hover .table-ai-normal:hover > th {
    background-color: #a4d3e8; }

.table-ai-medium,
.table-ai-medium > th,
.table-ai-medium > td {
  background-color: #b8cadb; }

.table-ai-medium th,
.table-ai-medium td,
.table-ai-medium thead th,
.table-ai-medium tbody + tbody {
  border-color: #7c9cbc; }

.table-hover .table-ai-medium:hover {
  background-color: #a7bdd2; }
  .table-hover .table-ai-medium:hover > td,
  .table-hover .table-ai-medium:hover > th {
    background-color: #a7bdd2; }

.table-ai-light,
.table-ai-light > th,
.table-ai-light > td {
  background-color: #bed2e6; }

.table-ai-light th,
.table-ai-light td,
.table-ai-light thead th,
.table-ai-light tbody + tbody {
  border-color: #86abd1; }

.table-hover .table-ai-light:hover {
  background-color: #acc5df; }
  .table-hover .table-ai-light:hover > td,
  .table-hover .table-ai-light:hover > th {
    background-color: #acc5df; }

.table-ai-extra-light,
.table-ai-extra-light > th,
.table-ai-extra-light > td {
  background-color: #d5eaf3; }

.table-ai-extra-light th,
.table-ai-extra-light td,
.table-ai-extra-light thead th,
.table-ai-extra-light tbody + tbody {
  border-color: #b0d7e9; }

.table-hover .table-ai-extra-light:hover {
  background-color: #c1e0ed; }
  .table-hover .table-ai-extra-light:hover > td,
  .table-hover .table-ai-extra-light:hover > th {
    background-color: #c1e0ed; }

.table-sakura-primary,
.table-sakura-primary > th,
.table-sakura-primary > td {
  background-color: #f9d5da; }

.table-sakura-primary th,
.table-sakura-primary td,
.table-sakura-primary thead th,
.table-sakura-primary tbody + tbody {
  border-color: #f4b2ba; }

.table-hover .table-sakura-primary:hover {
  background-color: #f6bfc6; }
  .table-hover .table-sakura-primary:hover > td,
  .table-hover .table-sakura-primary:hover > th {
    background-color: #f6bfc6; }

.table-sakura-dark,
.table-sakura-dark > th,
.table-sakura-dark > td {
  background-color: #f5cdce; }

.table-sakura-dark th,
.table-sakura-dark td,
.table-sakura-dark thead th,
.table-sakura-dark tbody + tbody {
  border-color: #eca3a4; }

.table-hover .table-sakura-dark:hover {
  background-color: #f1b8b9; }
  .table-hover .table-sakura-dark:hover > td,
  .table-hover .table-sakura-dark:hover > th {
    background-color: #f1b8b9; }

.table-sakura-normal,
.table-sakura-normal > th,
.table-sakura-normal > td {
  background-color: #fbe0e2; }

.table-sakura-normal th,
.table-sakura-normal td,
.table-sakura-normal thead th,
.table-sakura-normal tbody + tbody {
  border-color: #f7c5c9; }

.table-hover .table-sakura-normal:hover {
  background-color: #f8c9cd; }
  .table-hover .table-sakura-normal:hover > td,
  .table-hover .table-sakura-normal:hover > th {
    background-color: #f8c9cd; }

.table-sakura-medium,
.table-sakura-medium > th,
.table-sakura-medium > td {
  background-color: #f7d0d1; }

.table-sakura-medium th,
.table-sakura-medium td,
.table-sakura-medium thead th,
.table-sakura-medium tbody + tbody {
  border-color: #f1a7a9; }

.table-hover .table-sakura-medium:hover {
  background-color: #f3babc; }
  .table-hover .table-sakura-medium:hover > td,
  .table-hover .table-sakura-medium:hover > th {
    background-color: #f3babc; }

.table-sakura-light,
.table-sakura-light > th,
.table-sakura-light > td {
  background-color: #f7d2df; }

.table-sakura-light th,
.table-sakura-light td,
.table-sakura-light thead th,
.table-sakura-light tbody + tbody {
  border-color: #f1acc4; }

.table-hover .table-sakura-light:hover {
  background-color: #f3bcd0; }
  .table-hover .table-sakura-light:hover > td,
  .table-hover .table-sakura-light:hover > th {
    background-color: #f3bcd0; }

.table-sakura-extra-light,
.table-sakura-extra-light > th,
.table-sakura-extra-light > td {
  background-color: #fceaec; }

.table-sakura-extra-light th,
.table-sakura-extra-light td,
.table-sakura-extra-light thead th,
.table-sakura-extra-light tbody + tbody {
  border-color: #f9d7db; }

.table-hover .table-sakura-extra-light:hover {
  background-color: #f9d4d8; }
  .table-hover .table-sakura-extra-light:hover > td,
  .table-hover .table-sakura-extra-light:hover > th {
    background-color: #f9d4d8; }

.table-fuji-primary,
.table-fuji-primary > th,
.table-fuji-primary > td {
  background-color: #decade; }

.table-fuji-primary th,
.table-fuji-primary td,
.table-fuji-primary thead th,
.table-fuji-primary tbody + tbody {
  border-color: #c29cc2; }

.table-hover .table-fuji-primary:hover {
  background-color: #d4bad4; }
  .table-hover .table-fuji-primary:hover > td,
  .table-hover .table-fuji-primary:hover > th {
    background-color: #d4bad4; }

.table-fuji-dark,
.table-fuji-dark > th,
.table-fuji-dark > td {
  background-color: #d1bec9; }

.table-fuji-dark th,
.table-fuji-dark td,
.table-fuji-dark thead th,
.table-fuji-dark tbody + tbody {
  border-color: #aa879b; }

.table-hover .table-fuji-dark:hover {
  background-color: #c6afbd; }
  .table-hover .table-fuji-dark:hover > td,
  .table-hover .table-fuji-dark:hover > th {
    background-color: #c6afbd; }

.table-fuji-normal,
.table-fuji-normal > th,
.table-fuji-normal > td {
  background-color: #ebcbde; }

.table-fuji-normal th,
.table-fuji-normal td,
.table-fuji-normal thead th,
.table-fuji-normal tbody + tbody {
  border-color: #da9fc1; }

.table-hover .table-fuji-normal:hover {
  background-color: #e4b9d2; }
  .table-hover .table-fuji-normal:hover > td,
  .table-hover .table-fuji-normal:hover > th {
    background-color: #e4b9d2; }

.table-fuji-medium,
.table-fuji-medium > th,
.table-fuji-medium > td {
  background-color: #dac0cf; }

.table-fuji-medium th,
.table-fuji-medium td,
.table-fuji-medium thead th,
.table-fuji-medium tbody + tbody {
  border-color: #bb89a7; }

.table-hover .table-fuji-medium:hover {
  background-color: #d1b0c3; }
  .table-hover .table-fuji-medium:hover > td,
  .table-hover .table-fuji-medium:hover > th {
    background-color: #d1b0c3; }

.table-fuji-light,
.table-fuji-light > th,
.table-fuji-light > td {
  background-color: #d8c8d8; }

.table-fuji-light th,
.table-fuji-light td,
.table-fuji-light thead th,
.table-fuji-light tbody + tbody {
  border-color: #b799b7; }

.table-hover .table-fuji-light:hover {
  background-color: #cdb9cd; }
  .table-hover .table-fuji-light:hover > td,
  .table-hover .table-fuji-light:hover > th {
    background-color: #cdb9cd; }

.table-fuji-extra-light,
.table-fuji-extra-light > th,
.table-fuji-extra-light > td {
  background-color: #f1d8e5; }

.table-fuji-extra-light th,
.table-fuji-extra-light td,
.table-fuji-extra-light thead th,
.table-fuji-extra-light tbody + tbody {
  border-color: #e4b7ce; }

.table-hover .table-fuji-extra-light:hover {
  background-color: #eac5d8; }
  .table-hover .table-fuji-extra-light:hover > td,
  .table-hover .table-fuji-extra-light:hover > th {
    background-color: #eac5d8; }

.table-matsuba-primary,
.table-matsuba-primary > th,
.table-matsuba-primary > td {
  background-color: #b8d9d2; }

.table-matsuba-primary th,
.table-matsuba-primary td,
.table-matsuba-primary thead th,
.table-matsuba-primary tbody + tbody {
  border-color: #7ab8ab; }

.table-hover .table-matsuba-primary:hover {
  background-color: #a7d0c7; }
  .table-hover .table-matsuba-primary:hover > td,
  .table-hover .table-matsuba-primary:hover > th {
    background-color: #a7d0c7; }

.table-matsuba-dark,
.table-matsuba-dark > th,
.table-matsuba-dark > td {
  background-color: #b8cdc4; }

.table-matsuba-dark th,
.table-matsuba-dark td,
.table-matsuba-dark thead th,
.table-matsuba-dark tbody + tbody {
  border-color: #7aa192; }

.table-hover .table-matsuba-dark:hover {
  background-color: #a9c2b8; }
  .table-hover .table-matsuba-dark:hover > td,
  .table-hover .table-matsuba-dark:hover > th {
    background-color: #a9c2b8; }

.table-matsuba-normal,
.table-matsuba-normal > th,
.table-matsuba-normal > td {
  background-color: #badcc8; }

.table-matsuba-normal th,
.table-matsuba-normal td,
.table-matsuba-normal thead th,
.table-matsuba-normal tbody + tbody {
  border-color: #7fbf98; }

.table-hover .table-matsuba-normal:hover {
  background-color: #a9d3bb; }
  .table-hover .table-matsuba-normal:hover > td,
  .table-hover .table-matsuba-normal:hover > th {
    background-color: #a9d3bb; }

.table-matsuba-medium,
.table-matsuba-medium > th,
.table-matsuba-medium > td {
  background-color: #b8d5c7; }

.table-matsuba-medium th,
.table-matsuba-medium td,
.table-matsuba-medium thead th,
.table-matsuba-medium tbody + tbody {
  border-color: #7ab198; }

.table-hover .table-matsuba-medium:hover {
  background-color: #a8ccba; }
  .table-hover .table-matsuba-medium:hover > td,
  .table-hover .table-matsuba-medium:hover > th {
    background-color: #a8ccba; }

.table-matsuba-light,
.table-matsuba-light > th,
.table-matsuba-light > td {
  background-color: #b8d4d1; }

.table-matsuba-light th,
.table-matsuba-light td,
.table-matsuba-light thead th,
.table-matsuba-light tbody + tbody {
  border-color: #7aaeaa; }

.table-hover .table-matsuba-light:hover {
  background-color: #a8cac7; }
  .table-hover .table-matsuba-light:hover > td,
  .table-hover .table-matsuba-light:hover > th {
    background-color: #a8cac7; }

.table-matsuba-extra-light,
.table-matsuba-extra-light > th,
.table-matsuba-extra-light > td {
  background-color: #d1e5d2; }

.table-matsuba-extra-light th,
.table-matsuba-extra-light td,
.table-matsuba-extra-light thead th,
.table-matsuba-extra-light tbody + tbody {
  border-color: #aacfac; }

.table-hover .table-matsuba-extra-light:hover {
  background-color: #c1dcc2; }
  .table-hover .table-matsuba-extra-light:hover > td,
  .table-hover .table-matsuba-extra-light:hover > th {
    background-color: #c1dcc2; }

.table-torch-relay-primary,
.table-torch-relay-primary > th,
.table-torch-relay-primary > td {
  background-color: #f5b8bc; }

.table-torch-relay-primary th,
.table-torch-relay-primary td,
.table-torch-relay-primary thead th,
.table-torch-relay-primary tbody + tbody {
  border-color: #ed7a83; }

.table-hover .table-torch-relay-primary:hover {
  background-color: #f2a2a7; }
  .table-hover .table-torch-relay-primary:hover > td,
  .table-hover .table-torch-relay-primary:hover > th {
    background-color: #f2a2a7; }

.table-torch-relay-para-primary,
.table-torch-relay-para-primary > th,
.table-torch-relay-para-primary > td {
  background-color: #ffeecd; }

.table-torch-relay-para-primary th,
.table-torch-relay-para-primary td,
.table-torch-relay-para-primary thead th,
.table-torch-relay-para-primary tbody + tbody {
  border-color: #fedfa3; }

.table-hover .table-torch-relay-para-primary:hover {
  background-color: #ffe5b4; }
  .table-hover .table-torch-relay-para-primary:hover > td,
  .table-hover .table-torch-relay-para-primary:hover > th {
    background-color: #ffe5b4; }

.table-torch-relay-gold,
.table-torch-relay-gold > th,
.table-torch-relay-gold > td {
  background-color: #eedfcd; }

.table-torch-relay-gold th,
.table-torch-relay-gold td,
.table-torch-relay-gold thead th,
.table-torch-relay-gold tbody + tbody {
  border-color: #dfc3a2; }

.table-hover .table-torch-relay-gold:hover {
  background-color: #e8d3ba; }
  .table-hover .table-torch-relay-gold:hover > td,
  .table-hover .table-torch-relay-gold:hover > th {
    background-color: #e8d3ba; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-black-2,
.table-black-2 > th,
.table-black-2 > td {
  background-color: #bdbdbd; }

.table-black-2 th,
.table-black-2 td,
.table-black-2 thead th,
.table-black-2 tbody + tbody {
  border-color: #858585; }

.table-hover .table-black-2:hover {
  background-color: #b0b0b0; }
  .table-hover .table-black-2:hover > td,
  .table-hover .table-black-2:hover > th {
    background-color: #b0b0b0; }

.table-grey-normal,
.table-grey-normal > th,
.table-grey-normal > td {
  background-color: #d7d7d7; }

.table-grey-normal th,
.table-grey-normal td,
.table-grey-normal thead th,
.table-grey-normal tbody + tbody {
  border-color: #b4b4b4; }

.table-hover .table-grey-normal:hover {
  background-color: #cacaca; }
  .table-hover .table-grey-normal:hover > td,
  .table-hover .table-grey-normal:hover > th {
    background-color: #cacaca; }

.table-grey-medium,
.table-grey-medium > th,
.table-grey-medium > td {
  background-color: #e4e4e4; }

.table-grey-medium th,
.table-grey-medium td,
.table-grey-medium thead th,
.table-grey-medium tbody + tbody {
  border-color: #cdcece; }

.table-hover .table-grey-medium:hover {
  background-color: #d7d7d7; }
  .table-hover .table-grey-medium:hover > td,
  .table-hover .table-grey-medium:hover > th {
    background-color: #d7d7d7; }

.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: #bed9fb; }

.table-facebook th,
.table-facebook td,
.table-facebook thead th,
.table-facebook tbody + tbody {
  border-color: #87b8f8; }

.table-hover .table-facebook:hover {
  background-color: #a6cbfa; }
  .table-hover .table-facebook:hover > td,
  .table-hover .table-facebook:hover > th {
    background-color: #a6cbfa; }

.table-twitter,
.table-twitter > th,
.table-twitter > td {
  background-color: #c0e5fb; }

.table-twitter th,
.table-twitter td,
.table-twitter thead th,
.table-twitter tbody + tbody {
  border-color: #89cef8; }

.table-hover .table-twitter:hover {
  background-color: #a8dbf9; }
  .table-hover .table-twitter:hover > td,
  .table-hover .table-twitter:hover > th {
    background-color: #a8dbf9; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dadada; }

.table-dark {
  color: #ffffff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1259.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1455.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #008000; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(0, 128, 0, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008000' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #008000;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #008000;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008000' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #008000;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008000; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #008000; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #008000; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00b300;
  background-color: #00b300; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008000; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008000; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #008000;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #008000;
  border-color: #008000; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #005a00;
    border-color: #004d00; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 147, 38, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #008000;
    border-color: #008000; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #004d00;
    border-color: #004000; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 147, 38, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-brown-primary {
  color: #ffffff;
  background-color: #856a47;
  border-color: #856a47; }
  .btn-brown-primary:hover {
    color: #ffffff;
    background-color: #6c563a;
    border-color: #645035; }
  .btn-brown-primary:focus, .btn-brown-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 128, 99, 0.5); }
  .btn-brown-primary.disabled, .btn-brown-primary:disabled {
    color: #ffffff;
    background-color: #856a47;
    border-color: #856a47; }
  .btn-brown-primary:not(:disabled):not(.disabled):active, .btn-brown-primary:not(:disabled):not(.disabled).active,
  .show > .btn-brown-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #645035;
    border-color: #5b4931; }
    .btn-brown-primary:not(:disabled):not(.disabled):active:focus, .btn-brown-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brown-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(151, 128, 99, 0.5); }

.btn-brown-mocha {
  color: #ffffff;
  background-color: #96764d;
  border-color: #96764d; }
  .btn-brown-mocha:hover {
    color: #ffffff;
    background-color: #7d6240;
    border-color: #745b3c; }
  .btn-brown-mocha:focus, .btn-brown-mocha.focus {
    box-shadow: 0 0 0 0.2rem rgba(166, 139, 104, 0.5); }
  .btn-brown-mocha.disabled, .btn-brown-mocha:disabled {
    color: #ffffff;
    background-color: #96764d;
    border-color: #96764d; }
  .btn-brown-mocha:not(:disabled):not(.disabled):active, .btn-brown-mocha:not(:disabled):not(.disabled).active,
  .show > .btn-brown-mocha.dropdown-toggle {
    color: #ffffff;
    background-color: #745b3c;
    border-color: #6c5537; }
    .btn-brown-mocha:not(:disabled):not(.disabled):active:focus, .btn-brown-mocha:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brown-mocha.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(166, 139, 104, 0.5); }

.btn-brown-secondary {
  color: #212529;
  background-color: #b49166;
  border-color: #b49166; }
  .btn-brown-secondary:hover {
    color: #ffffff;
    background-color: #a47e50;
    border-color: #9b784c; }
  .btn-brown-secondary:focus, .btn-brown-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(158, 129, 93, 0.5); }
  .btn-brown-secondary.disabled, .btn-brown-secondary:disabled {
    color: #212529;
    background-color: #b49166;
    border-color: #b49166; }
  .btn-brown-secondary:not(:disabled):not(.disabled):active, .btn-brown-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-brown-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #9b784c;
    border-color: #927148; }
    .btn-brown-secondary:not(:disabled):not(.disabled):active:focus, .btn-brown-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brown-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(158, 129, 93, 0.5); }

.btn-kurenai-primary {
  color: #ffffff;
  background-color: #8b2030;
  border-color: #8b2030; }
  .btn-kurenai-primary:hover {
    color: #ffffff;
    background-color: #6c1925;
    border-color: #621622; }
  .btn-kurenai-primary:focus, .btn-kurenai-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(156, 65, 79, 0.5); }
  .btn-kurenai-primary.disabled, .btn-kurenai-primary:disabled {
    color: #ffffff;
    background-color: #8b2030;
    border-color: #8b2030; }
  .btn-kurenai-primary:not(:disabled):not(.disabled):active, .btn-kurenai-primary:not(:disabled):not(.disabled).active,
  .show > .btn-kurenai-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #621622;
    border-color: #57141e; }
    .btn-kurenai-primary:not(:disabled):not(.disabled):active:focus, .btn-kurenai-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-kurenai-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 65, 79, 0.5); }

.btn-kurenai-dark {
  color: #ffffff;
  background-color: #771a2a;
  border-color: #771a2a; }
  .btn-kurenai-dark:hover {
    color: #ffffff;
    background-color: #58131f;
    border-color: #4d111b; }
  .btn-kurenai-dark:focus, .btn-kurenai-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 60, 74, 0.5); }
  .btn-kurenai-dark.disabled, .btn-kurenai-dark:disabled {
    color: #ffffff;
    background-color: #771a2a;
    border-color: #771a2a; }
  .btn-kurenai-dark:not(:disabled):not(.disabled):active, .btn-kurenai-dark:not(:disabled):not(.disabled).active,
  .show > .btn-kurenai-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #4d111b;
    border-color: #430f18; }
    .btn-kurenai-dark:not(:disabled):not(.disabled):active:focus, .btn-kurenai-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-kurenai-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 60, 74, 0.5); }

.btn-kurenai-normal {
  color: #ffffff;
  background-color: #b11d33;
  border-color: #b11d33; }
  .btn-kurenai-normal:hover {
    color: #ffffff;
    background-color: #90182a;
    border-color: #851626; }
  .btn-kurenai-normal:focus, .btn-kurenai-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 63, 82, 0.5); }
  .btn-kurenai-normal.disabled, .btn-kurenai-normal:disabled {
    color: #ffffff;
    background-color: #b11d33;
    border-color: #b11d33; }
  .btn-kurenai-normal:not(:disabled):not(.disabled):active, .btn-kurenai-normal:not(:disabled):not(.disabled).active,
  .show > .btn-kurenai-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #851626;
    border-color: #7a1423; }
    .btn-kurenai-normal:not(:disabled):not(.disabled):active:focus, .btn-kurenai-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-kurenai-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 63, 82, 0.5); }

.btn-kurenai-medium {
  color: #ffffff;
  background-color: #9d202a;
  border-color: #9d202a; }
  .btn-kurenai-medium:hover {
    color: #ffffff;
    background-color: #7d1a22;
    border-color: #73171f; }
  .btn-kurenai-medium:focus, .btn-kurenai-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 65, 74, 0.5); }
  .btn-kurenai-medium.disabled, .btn-kurenai-medium:disabled {
    color: #ffffff;
    background-color: #9d202a;
    border-color: #9d202a; }
  .btn-kurenai-medium:not(:disabled):not(.disabled):active, .btn-kurenai-medium:not(:disabled):not(.disabled).active,
  .show > .btn-kurenai-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #73171f;
    border-color: #68151c; }
    .btn-kurenai-medium:not(:disabled):not(.disabled):active:focus, .btn-kurenai-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-kurenai-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(172, 65, 74, 0.5); }

.btn-kurenai-light {
  color: #ffffff;
  background-color: #cc4f6f;
  border-color: #cc4f6f; }
  .btn-kurenai-light:hover {
    color: #ffffff;
    background-color: #be3759;
    border-color: #b43455; }
  .btn-kurenai-light:focus, .btn-kurenai-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 105, 133, 0.5); }
  .btn-kurenai-light.disabled, .btn-kurenai-light:disabled {
    color: #ffffff;
    background-color: #cc4f6f;
    border-color: #cc4f6f; }
  .btn-kurenai-light:not(:disabled):not(.disabled):active, .btn-kurenai-light:not(:disabled):not(.disabled).active,
  .show > .btn-kurenai-light.dropdown-toggle {
    color: #ffffff;
    background-color: #b43455;
    border-color: #aa3150; }
    .btn-kurenai-light:not(:disabled):not(.disabled):active:focus, .btn-kurenai-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-kurenai-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 105, 133, 0.5); }

.btn-kurenai-extra-light {
  color: #212529;
  background-color: #e77e7b;
  border-color: #e77e7b; }
  .btn-kurenai-extra-light:hover {
    color: #ffffff;
    background-color: #e15e5b;
    border-color: #df5450; }
  .btn-kurenai-extra-light:focus, .btn-kurenai-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 113, 111, 0.5); }
  .btn-kurenai-extra-light.disabled, .btn-kurenai-extra-light:disabled {
    color: #212529;
    background-color: #e77e7b;
    border-color: #e77e7b; }
  .btn-kurenai-extra-light:not(:disabled):not(.disabled):active, .btn-kurenai-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-kurenai-extra-light.dropdown-toggle {
    color: #ffffff;
    background-color: #df5450;
    border-color: #dd4945; }
    .btn-kurenai-extra-light:not(:disabled):not(.disabled):active:focus, .btn-kurenai-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-kurenai-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(201, 113, 111, 0.5); }

.btn-ai-primary {
  color: #ffffff;
  background-color: #004c9a;
  border-color: #004c9a; }
  .btn-ai-primary:hover {
    color: #ffffff;
    background-color: #003974;
    border-color: #003367; }
  .btn-ai-primary:focus, .btn-ai-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 103, 169, 0.5); }
  .btn-ai-primary.disabled, .btn-ai-primary:disabled {
    color: #ffffff;
    background-color: #004c9a;
    border-color: #004c9a; }
  .btn-ai-primary:not(:disabled):not(.disabled):active, .btn-ai-primary:not(:disabled):not(.disabled).active,
  .show > .btn-ai-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #003367;
    border-color: #002d5a; }
    .btn-ai-primary:not(:disabled):not(.disabled):active:focus, .btn-ai-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ai-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 103, 169, 0.5); }

.btn-ai-dark {
  color: #ffffff;
  background-color: #113364;
  border-color: #113364; }
  .btn-ai-dark:hover {
    color: #ffffff;
    background-color: #0b2243;
    border-color: #0a1d38; }
  .btn-ai-dark:focus, .btn-ai-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 82, 123, 0.5); }
  .btn-ai-dark.disabled, .btn-ai-dark:disabled {
    color: #ffffff;
    background-color: #113364;
    border-color: #113364; }
  .btn-ai-dark:not(:disabled):not(.disabled):active, .btn-ai-dark:not(:disabled):not(.disabled).active,
  .show > .btn-ai-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #0a1d38;
    border-color: #08172e; }
    .btn-ai-dark:not(:disabled):not(.disabled):active:focus, .btn-ai-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ai-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(53, 82, 123, 0.5); }

.btn-ai-normal {
  color: #ffffff;
  background-color: #0084bd;
  border-color: #0084bd; }
  .btn-ai-normal:hover {
    color: #ffffff;
    background-color: #006997;
    border-color: #00608a; }
  .btn-ai-normal:focus, .btn-ai-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 150, 199, 0.5); }
  .btn-ai-normal.disabled, .btn-ai-normal:disabled {
    color: #ffffff;
    background-color: #0084bd;
    border-color: #0084bd; }
  .btn-ai-normal:not(:disabled):not(.disabled):active, .btn-ai-normal:not(:disabled):not(.disabled).active,
  .show > .btn-ai-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #00608a;
    border-color: #00577d; }
    .btn-ai-normal:not(:disabled):not(.disabled):active:focus, .btn-ai-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ai-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 150, 199, 0.5); }

.btn-ai-medium {
  color: #ffffff;
  background-color: #03417f;
  border-color: #03417f; }
  .btn-ai-medium:hover {
    color: #ffffff;
    background-color: #022e5a;
    border-color: #02284d; }
  .btn-ai-medium:focus, .btn-ai-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(41, 94, 146, 0.5); }
  .btn-ai-medium.disabled, .btn-ai-medium:disabled {
    color: #ffffff;
    background-color: #03417f;
    border-color: #03417f; }
  .btn-ai-medium:not(:disabled):not(.disabled):active, .btn-ai-medium:not(:disabled):not(.disabled).active,
  .show > .btn-ai-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #02284d;
    border-color: #022141; }
    .btn-ai-medium:not(:disabled):not(.disabled):active:focus, .btn-ai-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ai-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(41, 94, 146, 0.5); }

.btn-ai-light {
  color: #ffffff;
  background-color: #175da6;
  border-color: #175da6; }
  .btn-ai-light:hover {
    color: #ffffff;
    background-color: #124a84;
    border-color: #114479; }
  .btn-ai-light:focus, .btn-ai-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 117, 179, 0.5); }
  .btn-ai-light.disabled, .btn-ai-light:disabled {
    color: #ffffff;
    background-color: #175da6;
    border-color: #175da6; }
  .btn-ai-light:not(:disabled):not(.disabled):active, .btn-ai-light:not(:disabled):not(.disabled).active,
  .show > .btn-ai-light.dropdown-toggle {
    color: #ffffff;
    background-color: #114479;
    border-color: #0f3e6e; }
    .btn-ai-light:not(:disabled):not(.disabled):active:focus, .btn-ai-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ai-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 117, 179, 0.5); }

.btn-ai-extra-light {
  color: #212529;
  background-color: #68b3d5;
  border-color: #68b3d5; }
  .btn-ai-extra-light:hover {
    color: #ffffff;
    background-color: #4aa4cd;
    border-color: #409fca; }
  .btn-ai-extra-light:focus, .btn-ai-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 158, 187, 0.5); }
  .btn-ai-extra-light.disabled, .btn-ai-extra-light:disabled {
    color: #212529;
    background-color: #68b3d5;
    border-color: #68b3d5; }
  .btn-ai-extra-light:not(:disabled):not(.disabled):active, .btn-ai-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-ai-extra-light.dropdown-toggle {
    color: #ffffff;
    background-color: #409fca;
    border-color: #379ac6; }
    .btn-ai-extra-light:not(:disabled):not(.disabled):active:focus, .btn-ai-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-ai-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 158, 187, 0.5); }

.btn-sakura-primary {
  color: #ffffff;
  background-color: #e96a7b;
  border-color: #e96a7b; }
  .btn-sakura-primary:hover {
    color: #ffffff;
    background-color: #e4495d;
    border-color: #e23e54; }
  .btn-sakura-primary:focus, .btn-sakura-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 128, 143, 0.5); }
  .btn-sakura-primary.disabled, .btn-sakura-primary:disabled {
    color: #ffffff;
    background-color: #e96a7b;
    border-color: #e96a7b; }
  .btn-sakura-primary:not(:disabled):not(.disabled):active, .btn-sakura-primary:not(:disabled):not(.disabled).active,
  .show > .btn-sakura-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #e23e54;
    border-color: #e1324a; }
    .btn-sakura-primary:not(:disabled):not(.disabled):active:focus, .btn-sakura-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sakura-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(236, 128, 143, 0.5); }

.btn-sakura-dark {
  color: #ffffff;
  background-color: #db4e50;
  border-color: #db4e50; }
  .btn-sakura-dark:hover {
    color: #ffffff;
    background-color: #d52e31;
    border-color: #cc2a2c; }
  .btn-sakura-dark:focus, .btn-sakura-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 105, 106, 0.5); }
  .btn-sakura-dark.disabled, .btn-sakura-dark:disabled {
    color: #ffffff;
    background-color: #db4e50;
    border-color: #db4e50; }
  .btn-sakura-dark:not(:disabled):not(.disabled):active, .btn-sakura-dark:not(:disabled):not(.disabled).active,
  .show > .btn-sakura-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #cc2a2c;
    border-color: #c2272a; }
    .btn-sakura-dark:not(:disabled):not(.disabled):active:focus, .btn-sakura-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sakura-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 105, 106, 0.5); }

.btn-sakura-normal {
  color: #212529;
  background-color: #f08f98;
  border-color: #f08f98; }
  .btn-sakura-normal:hover {
    color: #ffffff;
    background-color: #eb6d79;
    border-color: #ea626f; }
  .btn-sakura-normal:focus, .btn-sakura-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 127, 135, 0.5); }
  .btn-sakura-normal.disabled, .btn-sakura-normal:disabled {
    color: #212529;
    background-color: #f08f98;
    border-color: #f08f98; }
  .btn-sakura-normal:not(:disabled):not(.disabled):active, .btn-sakura-normal:not(:disabled):not(.disabled).active,
  .show > .btn-sakura-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #ea626f;
    border-color: #e85764; }
    .btn-sakura-normal:not(:disabled):not(.disabled):active:focus, .btn-sakura-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sakura-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(209, 127, 135, 0.5); }

.btn-sakura-medium {
  color: #ffffff;
  background-color: #e45659;
  border-color: #e45659; }
  .btn-sakura-medium:hover {
    color: #ffffff;
    background-color: #df3539;
    border-color: #dd2a2e; }
  .btn-sakura-medium:focus, .btn-sakura-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 111, 114, 0.5); }
  .btn-sakura-medium.disabled, .btn-sakura-medium:disabled {
    color: #ffffff;
    background-color: #e45659;
    border-color: #e45659; }
  .btn-sakura-medium:not(:disabled):not(.disabled):active, .btn-sakura-medium:not(:disabled):not(.disabled).active,
  .show > .btn-sakura-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #dd2a2e;
    border-color: #d82226; }
    .btn-sakura-medium:not(:disabled):not(.disabled):active:focus, .btn-sakura-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sakura-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 111, 114, 0.5); }

.btn-sakura-light {
  color: #ffffff;
  background-color: #e4608d;
  border-color: #e4608d; }
  .btn-sakura-light:hover {
    color: #ffffff;
    background-color: #de3f76;
    border-color: #dd346e; }
  .btn-sakura-light:focus, .btn-sakura-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 120, 158, 0.5); }
  .btn-sakura-light.disabled, .btn-sakura-light:disabled {
    color: #ffffff;
    background-color: #e4608d;
    border-color: #e4608d; }
  .btn-sakura-light:not(:disabled):not(.disabled):active, .btn-sakura-light:not(:disabled):not(.disabled).active,
  .show > .btn-sakura-light.dropdown-toggle {
    color: #ffffff;
    background-color: #dd346e;
    border-color: #db2a66; }
    .btn-sakura-light:not(:disabled):not(.disabled):active:focus, .btn-sakura-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sakura-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 120, 158, 0.5); }

.btn-sakura-extra-light {
  color: #212529;
  background-color: #f4b3ba;
  border-color: #f4b3ba; }
  .btn-sakura-extra-light:hover {
    color: #212529;
    background-color: #ef929c;
    border-color: #ee8692; }
  .btn-sakura-extra-light:focus, .btn-sakura-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 158, 164, 0.5); }
  .btn-sakura-extra-light.disabled, .btn-sakura-extra-light:disabled {
    color: #212529;
    background-color: #f4b3ba;
    border-color: #f4b3ba; }
  .btn-sakura-extra-light:not(:disabled):not(.disabled):active, .btn-sakura-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-sakura-extra-light.dropdown-toggle {
    color: #212529;
    background-color: #ee8692;
    border-color: #ec7b87; }
    .btn-sakura-extra-light:not(:disabled):not(.disabled):active:focus, .btn-sakura-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-sakura-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 158, 164, 0.5); }

.btn-fuji-primary {
  color: #ffffff;
  background-color: #8a418a;
  border-color: #8a418a; }
  .btn-fuji-primary:hover {
    color: #ffffff;
    background-color: #703570;
    border-color: #673167; }
  .btn-fuji-primary:focus, .btn-fuji-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(156, 94, 156, 0.5); }
  .btn-fuji-primary.disabled, .btn-fuji-primary:disabled {
    color: #ffffff;
    background-color: #8a418a;
    border-color: #8a418a; }
  .btn-fuji-primary:not(:disabled):not(.disabled):active, .btn-fuji-primary:not(:disabled):not(.disabled).active,
  .show > .btn-fuji-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #673167;
    border-color: #5f2d5f; }
    .btn-fuji-primary:not(:disabled):not(.disabled):active:focus, .btn-fuji-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuji-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 94, 156, 0.5); }

.btn-fuji-dark {
  color: #ffffff;
  background-color: #5c183e;
  border-color: #5c183e; }
  .btn-fuji-dark:hover {
    color: #ffffff;
    background-color: #3e102a;
    border-color: #340d23; }
  .btn-fuji-dark:focus, .btn-fuji-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 59, 91, 0.5); }
  .btn-fuji-dark.disabled, .btn-fuji-dark:disabled {
    color: #ffffff;
    background-color: #5c183e;
    border-color: #5c183e; }
  .btn-fuji-dark:not(:disabled):not(.disabled):active, .btn-fuji-dark:not(:disabled):not(.disabled).active,
  .show > .btn-fuji-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #340d23;
    border-color: #290b1c; }
    .btn-fuji-dark:not(:disabled):not(.disabled):active:focus, .btn-fuji-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuji-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 59, 91, 0.5); }

.btn-fuji-normal {
  color: #ffffff;
  background-color: #b74688;
  border-color: #b74688; }
  .btn-fuji-normal:hover {
    color: #ffffff;
    background-color: #9b3b73;
    border-color: #92386d; }
  .btn-fuji-normal:focus, .btn-fuji-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 98, 154, 0.5); }
  .btn-fuji-normal.disabled, .btn-fuji-normal:disabled {
    color: #ffffff;
    background-color: #b74688;
    border-color: #b74688; }
  .btn-fuji-normal:not(:disabled):not(.disabled):active, .btn-fuji-normal:not(:disabled):not(.disabled).active,
  .show > .btn-fuji-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #92386d;
    border-color: #893466; }
    .btn-fuji-normal:not(:disabled):not(.disabled):active:focus, .btn-fuji-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuji-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(194, 98, 154, 0.5); }

.btn-fuji-medium {
  color: #ffffff;
  background-color: #7c1d55;
  border-color: #7c1d55; }
  .btn-fuji-medium:hover {
    color: #ffffff;
    background-color: #5d1640;
    border-color: #531339; }
  .btn-fuji-medium:focus, .btn-fuji-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 63, 111, 0.5); }
  .btn-fuji-medium.disabled, .btn-fuji-medium:disabled {
    color: #ffffff;
    background-color: #7c1d55;
    border-color: #7c1d55; }
  .btn-fuji-medium:not(:disabled):not(.disabled):active, .btn-fuji-medium:not(:disabled):not(.disabled).active,
  .show > .btn-fuji-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #531339;
    border-color: #481132; }
    .btn-fuji-medium:not(:disabled):not(.disabled):active:focus, .btn-fuji-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuji-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(144, 63, 111, 0.5); }

.btn-fuji-light {
  color: #ffffff;
  background-color: #753a75;
  border-color: #753a75; }
  .btn-fuji-light:hover {
    color: #ffffff;
    background-color: #5b2d5b;
    border-color: #532953; }
  .btn-fuji-light:focus, .btn-fuji-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 88, 138, 0.5); }
  .btn-fuji-light.disabled, .btn-fuji-light:disabled {
    color: #ffffff;
    background-color: #753a75;
    border-color: #753a75; }
  .btn-fuji-light:not(:disabled):not(.disabled):active, .btn-fuji-light:not(:disabled):not(.disabled).active,
  .show > .btn-fuji-light.dropdown-toggle {
    color: #ffffff;
    background-color: #532953;
    border-color: #4a254a; }
    .btn-fuji-light:not(:disabled):not(.disabled):active:focus, .btn-fuji-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuji-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(138, 88, 138, 0.5); }

.btn-fuji-extra-light {
  color: #ffffff;
  background-color: #cc75a1;
  border-color: #cc75a1; }
  .btn-fuji-extra-light:hover {
    color: #ffffff;
    background-color: #c2598e;
    border-color: #be5088; }
  .btn-fuji-extra-light:focus, .btn-fuji-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 138, 175, 0.5); }
  .btn-fuji-extra-light.disabled, .btn-fuji-extra-light:disabled {
    color: #ffffff;
    background-color: #cc75a1;
    border-color: #cc75a1; }
  .btn-fuji-extra-light:not(:disabled):not(.disabled):active, .btn-fuji-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-fuji-extra-light.dropdown-toggle {
    color: #ffffff;
    background-color: #be5088;
    border-color: #bb4681; }
    .btn-fuji-extra-light:not(:disabled):not(.disabled):active:focus, .btn-fuji-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fuji-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 138, 175, 0.5); }

.btn-matsuba-primary {
  color: #ffffff;
  background-color: #00765d;
  border-color: #00765d; }
  .btn-matsuba-primary:hover {
    color: #ffffff;
    background-color: #00503f;
    border-color: #004335; }
  .btn-matsuba-primary:focus, .btn-matsuba-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 139, 117, 0.5); }
  .btn-matsuba-primary.disabled, .btn-matsuba-primary:disabled {
    color: #ffffff;
    background-color: #00765d;
    border-color: #00765d; }
  .btn-matsuba-primary:not(:disabled):not(.disabled):active, .btn-matsuba-primary:not(:disabled):not(.disabled).active,
  .show > .btn-matsuba-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #004335;
    border-color: #00362b; }
    .btn-matsuba-primary:not(:disabled):not(.disabled):active:focus, .btn-matsuba-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-matsuba-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 139, 117, 0.5); }

.btn-matsuba-dark {
  color: #ffffff;
  background-color: #004b2e;
  border-color: #004b2e; }
  .btn-matsuba-dark:hover {
    color: #ffffff;
    background-color: #002517;
    border-color: #00180f; }
  .btn-matsuba-dark:focus, .btn-matsuba-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 102, 77, 0.5); }
  .btn-matsuba-dark.disabled, .btn-matsuba-dark:disabled {
    color: #ffffff;
    background-color: #004b2e;
    border-color: #004b2e; }
  .btn-matsuba-dark:not(:disabled):not(.disabled):active, .btn-matsuba-dark:not(:disabled):not(.disabled).active,
  .show > .btn-matsuba-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #00180f;
    border-color: #000b07; }
    .btn-matsuba-dark:not(:disabled):not(.disabled):active:focus, .btn-matsuba-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-matsuba-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 102, 77, 0.5); }

.btn-matsuba-normal {
  color: #ffffff;
  background-color: #088339;
  border-color: #088339; }
  .btn-matsuba-normal:hover {
    color: #ffffff;
    background-color: #065f29;
    border-color: #055324; }
  .btn-matsuba-normal:focus, .btn-matsuba-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 150, 87, 0.5); }
  .btn-matsuba-normal.disabled, .btn-matsuba-normal:disabled {
    color: #ffffff;
    background-color: #088339;
    border-color: #088339; }
  .btn-matsuba-normal:not(:disabled):not(.disabled):active, .btn-matsuba-normal:not(:disabled):not(.disabled).active,
  .show > .btn-matsuba-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #055324;
    border-color: #04471f; }
    .btn-matsuba-normal:not(:disabled):not(.disabled):active:focus, .btn-matsuba-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-matsuba-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(45, 150, 87, 0.5); }

.btn-matsuba-medium {
  color: #ffffff;
  background-color: #006938;
  border-color: #006938; }
  .btn-matsuba-medium:hover {
    color: #ffffff;
    background-color: #004324;
    border-color: #00361d; }
  .btn-matsuba-medium:focus, .btn-matsuba-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 128, 86, 0.5); }
  .btn-matsuba-medium.disabled, .btn-matsuba-medium:disabled {
    color: #ffffff;
    background-color: #006938;
    border-color: #006938; }
  .btn-matsuba-medium:not(:disabled):not(.disabled):active, .btn-matsuba-medium:not(:disabled):not(.disabled).active,
  .show > .btn-matsuba-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #00361d;
    border-color: #002916; }
    .btn-matsuba-medium:not(:disabled):not(.disabled):active:focus, .btn-matsuba-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-matsuba-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 128, 86, 0.5); }

.btn-matsuba-light {
  color: #ffffff;
  background-color: #00645c;
  border-color: #00645c; }
  .btn-matsuba-light:hover {
    color: #ffffff;
    background-color: #003e39;
    border-color: #00312d; }
  .btn-matsuba-light:focus, .btn-matsuba-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 123, 116, 0.5); }
  .btn-matsuba-light.disabled, .btn-matsuba-light:disabled {
    color: #ffffff;
    background-color: #00645c;
    border-color: #00645c; }
  .btn-matsuba-light:not(:disabled):not(.disabled):active, .btn-matsuba-light:not(:disabled):not(.disabled).active,
  .show > .btn-matsuba-light.dropdown-toggle {
    color: #ffffff;
    background-color: #00312d;
    border-color: #002421; }
    .btn-matsuba-light:not(:disabled):not(.disabled):active:focus, .btn-matsuba-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-matsuba-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 123, 116, 0.5); }

.btn-matsuba-extra-light {
  color: #ffffff;
  background-color: #5ba25f;
  border-color: #5ba25f; }
  .btn-matsuba-extra-light:hover {
    color: #ffffff;
    background-color: #4d8a51;
    border-color: #49814c; }
  .btn-matsuba-extra-light:focus, .btn-matsuba-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 176, 119, 0.5); }
  .btn-matsuba-extra-light.disabled, .btn-matsuba-extra-light:disabled {
    color: #ffffff;
    background-color: #5ba25f;
    border-color: #5ba25f; }
  .btn-matsuba-extra-light:not(:disabled):not(.disabled):active, .btn-matsuba-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-matsuba-extra-light.dropdown-toggle {
    color: #ffffff;
    background-color: #49814c;
    border-color: #447947; }
    .btn-matsuba-extra-light:not(:disabled):not(.disabled):active:focus, .btn-matsuba-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-matsuba-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 176, 119, 0.5); }

.btn-torch-relay-primary {
  color: #ffffff;
  background-color: #DC0010;
  border-color: #DC0010; }
  .btn-torch-relay-primary:hover {
    color: #ffffff;
    background-color: #b6000d;
    border-color: #a9000c; }
  .btn-torch-relay-primary:focus, .btn-torch-relay-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 38, 52, 0.5); }
  .btn-torch-relay-primary.disabled, .btn-torch-relay-primary:disabled {
    color: #ffffff;
    background-color: #DC0010;
    border-color: #DC0010; }
  .btn-torch-relay-primary:not(:disabled):not(.disabled):active, .btn-torch-relay-primary:not(:disabled):not(.disabled).active,
  .show > .btn-torch-relay-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #a9000c;
    border-color: #9c000b; }
    .btn-torch-relay-primary:not(:disabled):not(.disabled):active:focus, .btn-torch-relay-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-torch-relay-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 38, 52, 0.5); }

.btn-torch-relay-para-primary {
  color: #212529;
  background-color: #FEC14E;
  border-color: #FEC14E; }
  .btn-torch-relay-para-primary:hover {
    color: #212529;
    background-color: #feb428;
    border-color: #feaf1b; }
  .btn-torch-relay-para-primary:focus, .btn-torch-relay-para-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 72, 0.5); }
  .btn-torch-relay-para-primary.disabled, .btn-torch-relay-para-primary:disabled {
    color: #212529;
    background-color: #FEC14E;
    border-color: #FEC14E; }
  .btn-torch-relay-para-primary:not(:disabled):not(.disabled):active, .btn-torch-relay-para-primary:not(:disabled):not(.disabled).active,
  .show > .btn-torch-relay-para-primary.dropdown-toggle {
    color: #212529;
    background-color: #feaf1b;
    border-color: #feab0f; }
    .btn-torch-relay-para-primary:not(:disabled):not(.disabled):active:focus, .btn-torch-relay-para-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-torch-relay-para-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 170, 72, 0.5); }

.btn-torch-relay-gold {
  color: #ffffff;
  background-color: #C28C4C;
  border-color: #C28C4C; }
  .btn-torch-relay-gold:hover {
    color: #ffffff;
    background-color: #ad793b;
    border-color: #a37238; }
  .btn-torch-relay-gold:focus, .btn-torch-relay-gold.focus {
    box-shadow: 0 0 0 0.2rem rgba(203, 157, 103, 0.5); }
  .btn-torch-relay-gold.disabled, .btn-torch-relay-gold:disabled {
    color: #ffffff;
    background-color: #C28C4C;
    border-color: #C28C4C; }
  .btn-torch-relay-gold:not(:disabled):not(.disabled):active, .btn-torch-relay-gold:not(:disabled):not(.disabled).active,
  .show > .btn-torch-relay-gold.dropdown-toggle {
    color: #ffffff;
    background-color: #a37238;
    border-color: #9a6b34; }
    .btn-torch-relay-gold:not(:disabled):not(.disabled):active:focus, .btn-torch-relay-gold:not(:disabled):not(.disabled).active:focus,
    .show > .btn-torch-relay-gold.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(203, 157, 103, 0.5); }

.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-black-2 {
  color: #ffffff;
  background-color: #141414;
  border-color: #141414; }
  .btn-black-2:hover {
    color: #ffffff;
    background-color: #010101;
    border-color: black; }
  .btn-black-2:focus, .btn-black-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, 0.5); }
  .btn-black-2.disabled, .btn-black-2:disabled {
    color: #ffffff;
    background-color: #141414;
    border-color: #141414; }
  .btn-black-2:not(:disabled):not(.disabled):active, .btn-black-2:not(:disabled):not(.disabled).active,
  .show > .btn-black-2.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .btn-black-2:not(:disabled):not(.disabled):active:focus, .btn-black-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, 0.5); }

.btn-grey-normal {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #6f6f6f; }
  .btn-grey-normal:hover {
    color: #ffffff;
    background-color: #5c5c5c;
    border-color: #565656; }
  .btn-grey-normal:focus, .btn-grey-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5); }
  .btn-grey-normal.disabled, .btn-grey-normal:disabled {
    color: #ffffff;
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
  .btn-grey-normal:not(:disabled):not(.disabled):active, .btn-grey-normal:not(:disabled):not(.disabled).active,
  .show > .btn-grey-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #565656;
    border-color: #4f4f4f; }
    .btn-grey-normal:not(:disabled):not(.disabled):active:focus, .btn-grey-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5); }

.btn-grey-medium {
  color: #212529;
  background-color: #9fa0a0;
  border-color: #9fa0a0; }
  .btn-grey-medium:hover {
    color: #ffffff;
    background-color: #8c8d8d;
    border-color: #858787; }
  .btn-grey-medium:focus, .btn-grey-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(140, 142, 142, 0.5); }
  .btn-grey-medium.disabled, .btn-grey-medium:disabled {
    color: #212529;
    background-color: #9fa0a0;
    border-color: #9fa0a0; }
  .btn-grey-medium:not(:disabled):not(.disabled):active, .btn-grey-medium:not(:disabled):not(.disabled).active,
  .show > .btn-grey-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #858787;
    border-color: #7f8080; }
    .btn-grey-medium:not(:disabled):not(.disabled):active:focus, .btn-grey-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(140, 142, 142, 0.5); }

.btn-facebook {
  color: #ffffff;
  background-color: #1877f2;
  border-color: #1877f2; }
  .btn-facebook:hover {
    color: #ffffff;
    background-color: #0c65d8;
    border-color: #0b5fcc; }
  .btn-facebook:focus, .btn-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 139, 244, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #ffffff;
    background-color: #1877f2;
    border-color: #1877f2; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #ffffff;
    background-color: #0b5fcc;
    border-color: #0b5abf; }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(59, 139, 244, 0.5); }

.btn-twitter {
  color: #ffffff;
  background-color: #1da1f2;
  border-color: #1da1f2; }
  .btn-twitter:hover {
    color: #ffffff;
    background-color: #0d8ddc;
    border-color: #0c85d0; }
  .btn-twitter:focus, .btn-twitter.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5); }
  .btn-twitter.disabled, .btn-twitter:disabled {
    color: #ffffff;
    background-color: #1da1f2;
    border-color: #1da1f2; }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-twitter.dropdown-toggle {
    color: #ffffff;
    background-color: #0c85d0;
    border-color: #0b7ec4; }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #008000;
  border-color: #008000; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #008000;
    border-color: #008000; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008000;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #008000;
    border-color: #008000; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-brown-primary {
  color: #856a47;
  border-color: #856a47; }
  .btn-outline-brown-primary:hover {
    color: #ffffff;
    background-color: #856a47;
    border-color: #856a47; }
  .btn-outline-brown-primary:focus, .btn-outline-brown-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 106, 71, 0.5); }
  .btn-outline-brown-primary.disabled, .btn-outline-brown-primary:disabled {
    color: #856a47;
    background-color: transparent; }
  .btn-outline-brown-primary:not(:disabled):not(.disabled):active, .btn-outline-brown-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brown-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #856a47;
    border-color: #856a47; }
    .btn-outline-brown-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brown-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 106, 71, 0.5); }

.btn-outline-brown-mocha {
  color: #96764d;
  border-color: #96764d; }
  .btn-outline-brown-mocha:hover {
    color: #ffffff;
    background-color: #96764d;
    border-color: #96764d; }
  .btn-outline-brown-mocha:focus, .btn-outline-brown-mocha.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 118, 77, 0.5); }
  .btn-outline-brown-mocha.disabled, .btn-outline-brown-mocha:disabled {
    color: #96764d;
    background-color: transparent; }
  .btn-outline-brown-mocha:not(:disabled):not(.disabled):active, .btn-outline-brown-mocha:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brown-mocha.dropdown-toggle {
    color: #ffffff;
    background-color: #96764d;
    border-color: #96764d; }
    .btn-outline-brown-mocha:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-mocha:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brown-mocha.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(150, 118, 77, 0.5); }

.btn-outline-brown-secondary {
  color: #b49166;
  border-color: #b49166; }
  .btn-outline-brown-secondary:hover {
    color: #212529;
    background-color: #b49166;
    border-color: #b49166; }
  .btn-outline-brown-secondary:focus, .btn-outline-brown-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 145, 102, 0.5); }
  .btn-outline-brown-secondary.disabled, .btn-outline-brown-secondary:disabled {
    color: #b49166;
    background-color: transparent; }
  .btn-outline-brown-secondary:not(:disabled):not(.disabled):active, .btn-outline-brown-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brown-secondary.dropdown-toggle {
    color: #212529;
    background-color: #b49166;
    border-color: #b49166; }
    .btn-outline-brown-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brown-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(180, 145, 102, 0.5); }

.btn-outline-kurenai-primary {
  color: #8b2030;
  border-color: #8b2030; }
  .btn-outline-kurenai-primary:hover {
    color: #ffffff;
    background-color: #8b2030;
    border-color: #8b2030; }
  .btn-outline-kurenai-primary:focus, .btn-outline-kurenai-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 32, 48, 0.5); }
  .btn-outline-kurenai-primary.disabled, .btn-outline-kurenai-primary:disabled {
    color: #8b2030;
    background-color: transparent; }
  .btn-outline-kurenai-primary:not(:disabled):not(.disabled):active, .btn-outline-kurenai-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-kurenai-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #8b2030;
    border-color: #8b2030; }
    .btn-outline-kurenai-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-kurenai-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-kurenai-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(139, 32, 48, 0.5); }

.btn-outline-kurenai-dark {
  color: #771a2a;
  border-color: #771a2a; }
  .btn-outline-kurenai-dark:hover {
    color: #ffffff;
    background-color: #771a2a;
    border-color: #771a2a; }
  .btn-outline-kurenai-dark:focus, .btn-outline-kurenai-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 26, 42, 0.5); }
  .btn-outline-kurenai-dark.disabled, .btn-outline-kurenai-dark:disabled {
    color: #771a2a;
    background-color: transparent; }
  .btn-outline-kurenai-dark:not(:disabled):not(.disabled):active, .btn-outline-kurenai-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-kurenai-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #771a2a;
    border-color: #771a2a; }
    .btn-outline-kurenai-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-kurenai-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-kurenai-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 26, 42, 0.5); }

.btn-outline-kurenai-normal {
  color: #b11d33;
  border-color: #b11d33; }
  .btn-outline-kurenai-normal:hover {
    color: #ffffff;
    background-color: #b11d33;
    border-color: #b11d33; }
  .btn-outline-kurenai-normal:focus, .btn-outline-kurenai-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 29, 51, 0.5); }
  .btn-outline-kurenai-normal.disabled, .btn-outline-kurenai-normal:disabled {
    color: #b11d33;
    background-color: transparent; }
  .btn-outline-kurenai-normal:not(:disabled):not(.disabled):active, .btn-outline-kurenai-normal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-kurenai-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #b11d33;
    border-color: #b11d33; }
    .btn-outline-kurenai-normal:not(:disabled):not(.disabled):active:focus, .btn-outline-kurenai-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-kurenai-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 29, 51, 0.5); }

.btn-outline-kurenai-medium {
  color: #9d202a;
  border-color: #9d202a; }
  .btn-outline-kurenai-medium:hover {
    color: #ffffff;
    background-color: #9d202a;
    border-color: #9d202a; }
  .btn-outline-kurenai-medium:focus, .btn-outline-kurenai-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(157, 32, 42, 0.5); }
  .btn-outline-kurenai-medium.disabled, .btn-outline-kurenai-medium:disabled {
    color: #9d202a;
    background-color: transparent; }
  .btn-outline-kurenai-medium:not(:disabled):not(.disabled):active, .btn-outline-kurenai-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-kurenai-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #9d202a;
    border-color: #9d202a; }
    .btn-outline-kurenai-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-kurenai-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-kurenai-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(157, 32, 42, 0.5); }

.btn-outline-kurenai-light {
  color: #cc4f6f;
  border-color: #cc4f6f; }
  .btn-outline-kurenai-light:hover {
    color: #ffffff;
    background-color: #cc4f6f;
    border-color: #cc4f6f; }
  .btn-outline-kurenai-light:focus, .btn-outline-kurenai-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 79, 111, 0.5); }
  .btn-outline-kurenai-light.disabled, .btn-outline-kurenai-light:disabled {
    color: #cc4f6f;
    background-color: transparent; }
  .btn-outline-kurenai-light:not(:disabled):not(.disabled):active, .btn-outline-kurenai-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-kurenai-light.dropdown-toggle {
    color: #ffffff;
    background-color: #cc4f6f;
    border-color: #cc4f6f; }
    .btn-outline-kurenai-light:not(:disabled):not(.disabled):active:focus, .btn-outline-kurenai-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-kurenai-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 79, 111, 0.5); }

.btn-outline-kurenai-extra-light {
  color: #e77e7b;
  border-color: #e77e7b; }
  .btn-outline-kurenai-extra-light:hover {
    color: #212529;
    background-color: #e77e7b;
    border-color: #e77e7b; }
  .btn-outline-kurenai-extra-light:focus, .btn-outline-kurenai-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 126, 123, 0.5); }
  .btn-outline-kurenai-extra-light.disabled, .btn-outline-kurenai-extra-light:disabled {
    color: #e77e7b;
    background-color: transparent; }
  .btn-outline-kurenai-extra-light:not(:disabled):not(.disabled):active, .btn-outline-kurenai-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-kurenai-extra-light.dropdown-toggle {
    color: #212529;
    background-color: #e77e7b;
    border-color: #e77e7b; }
    .btn-outline-kurenai-extra-light:not(:disabled):not(.disabled):active:focus, .btn-outline-kurenai-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-kurenai-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 126, 123, 0.5); }

.btn-outline-ai-primary {
  color: #004c9a;
  border-color: #004c9a; }
  .btn-outline-ai-primary:hover {
    color: #ffffff;
    background-color: #004c9a;
    border-color: #004c9a; }
  .btn-outline-ai-primary:focus, .btn-outline-ai-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 76, 154, 0.5); }
  .btn-outline-ai-primary.disabled, .btn-outline-ai-primary:disabled {
    color: #004c9a;
    background-color: transparent; }
  .btn-outline-ai-primary:not(:disabled):not(.disabled):active, .btn-outline-ai-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ai-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #004c9a;
    border-color: #004c9a; }
    .btn-outline-ai-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-ai-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ai-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 76, 154, 0.5); }

.btn-outline-ai-dark {
  color: #113364;
  border-color: #113364; }
  .btn-outline-ai-dark:hover {
    color: #ffffff;
    background-color: #113364;
    border-color: #113364; }
  .btn-outline-ai-dark:focus, .btn-outline-ai-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 51, 100, 0.5); }
  .btn-outline-ai-dark.disabled, .btn-outline-ai-dark:disabled {
    color: #113364;
    background-color: transparent; }
  .btn-outline-ai-dark:not(:disabled):not(.disabled):active, .btn-outline-ai-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ai-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #113364;
    border-color: #113364; }
    .btn-outline-ai-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-ai-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ai-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(17, 51, 100, 0.5); }

.btn-outline-ai-normal {
  color: #0084bd;
  border-color: #0084bd; }
  .btn-outline-ai-normal:hover {
    color: #ffffff;
    background-color: #0084bd;
    border-color: #0084bd; }
  .btn-outline-ai-normal:focus, .btn-outline-ai-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 132, 189, 0.5); }
  .btn-outline-ai-normal.disabled, .btn-outline-ai-normal:disabled {
    color: #0084bd;
    background-color: transparent; }
  .btn-outline-ai-normal:not(:disabled):not(.disabled):active, .btn-outline-ai-normal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ai-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #0084bd;
    border-color: #0084bd; }
    .btn-outline-ai-normal:not(:disabled):not(.disabled):active:focus, .btn-outline-ai-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ai-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 132, 189, 0.5); }

.btn-outline-ai-medium {
  color: #03417f;
  border-color: #03417f; }
  .btn-outline-ai-medium:hover {
    color: #ffffff;
    background-color: #03417f;
    border-color: #03417f; }
  .btn-outline-ai-medium:focus, .btn-outline-ai-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 65, 127, 0.5); }
  .btn-outline-ai-medium.disabled, .btn-outline-ai-medium:disabled {
    color: #03417f;
    background-color: transparent; }
  .btn-outline-ai-medium:not(:disabled):not(.disabled):active, .btn-outline-ai-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ai-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #03417f;
    border-color: #03417f; }
    .btn-outline-ai-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-ai-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ai-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(3, 65, 127, 0.5); }

.btn-outline-ai-light {
  color: #175da6;
  border-color: #175da6; }
  .btn-outline-ai-light:hover {
    color: #ffffff;
    background-color: #175da6;
    border-color: #175da6; }
  .btn-outline-ai-light:focus, .btn-outline-ai-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 93, 166, 0.5); }
  .btn-outline-ai-light.disabled, .btn-outline-ai-light:disabled {
    color: #175da6;
    background-color: transparent; }
  .btn-outline-ai-light:not(:disabled):not(.disabled):active, .btn-outline-ai-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ai-light.dropdown-toggle {
    color: #ffffff;
    background-color: #175da6;
    border-color: #175da6; }
    .btn-outline-ai-light:not(:disabled):not(.disabled):active:focus, .btn-outline-ai-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ai-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 93, 166, 0.5); }

.btn-outline-ai-extra-light {
  color: #68b3d5;
  border-color: #68b3d5; }
  .btn-outline-ai-extra-light:hover {
    color: #212529;
    background-color: #68b3d5;
    border-color: #68b3d5; }
  .btn-outline-ai-extra-light:focus, .btn-outline-ai-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 179, 213, 0.5); }
  .btn-outline-ai-extra-light.disabled, .btn-outline-ai-extra-light:disabled {
    color: #68b3d5;
    background-color: transparent; }
  .btn-outline-ai-extra-light:not(:disabled):not(.disabled):active, .btn-outline-ai-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-ai-extra-light.dropdown-toggle {
    color: #212529;
    background-color: #68b3d5;
    border-color: #68b3d5; }
    .btn-outline-ai-extra-light:not(:disabled):not(.disabled):active:focus, .btn-outline-ai-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-ai-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(104, 179, 213, 0.5); }

.btn-outline-sakura-primary {
  color: #e96a7b;
  border-color: #e96a7b; }
  .btn-outline-sakura-primary:hover {
    color: #ffffff;
    background-color: #e96a7b;
    border-color: #e96a7b; }
  .btn-outline-sakura-primary:focus, .btn-outline-sakura-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 106, 123, 0.5); }
  .btn-outline-sakura-primary.disabled, .btn-outline-sakura-primary:disabled {
    color: #e96a7b;
    background-color: transparent; }
  .btn-outline-sakura-primary:not(:disabled):not(.disabled):active, .btn-outline-sakura-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sakura-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #e96a7b;
    border-color: #e96a7b; }
    .btn-outline-sakura-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-sakura-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sakura-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(233, 106, 123, 0.5); }

.btn-outline-sakura-dark {
  color: #db4e50;
  border-color: #db4e50; }
  .btn-outline-sakura-dark:hover {
    color: #ffffff;
    background-color: #db4e50;
    border-color: #db4e50; }
  .btn-outline-sakura-dark:focus, .btn-outline-sakura-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 78, 80, 0.5); }
  .btn-outline-sakura-dark.disabled, .btn-outline-sakura-dark:disabled {
    color: #db4e50;
    background-color: transparent; }
  .btn-outline-sakura-dark:not(:disabled):not(.disabled):active, .btn-outline-sakura-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sakura-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #db4e50;
    border-color: #db4e50; }
    .btn-outline-sakura-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-sakura-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sakura-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 78, 80, 0.5); }

.btn-outline-sakura-normal {
  color: #f08f98;
  border-color: #f08f98; }
  .btn-outline-sakura-normal:hover {
    color: #212529;
    background-color: #f08f98;
    border-color: #f08f98; }
  .btn-outline-sakura-normal:focus, .btn-outline-sakura-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 143, 152, 0.5); }
  .btn-outline-sakura-normal.disabled, .btn-outline-sakura-normal:disabled {
    color: #f08f98;
    background-color: transparent; }
  .btn-outline-sakura-normal:not(:disabled):not(.disabled):active, .btn-outline-sakura-normal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sakura-normal.dropdown-toggle {
    color: #212529;
    background-color: #f08f98;
    border-color: #f08f98; }
    .btn-outline-sakura-normal:not(:disabled):not(.disabled):active:focus, .btn-outline-sakura-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sakura-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(240, 143, 152, 0.5); }

.btn-outline-sakura-medium {
  color: #e45659;
  border-color: #e45659; }
  .btn-outline-sakura-medium:hover {
    color: #ffffff;
    background-color: #e45659;
    border-color: #e45659; }
  .btn-outline-sakura-medium:focus, .btn-outline-sakura-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 86, 89, 0.5); }
  .btn-outline-sakura-medium.disabled, .btn-outline-sakura-medium:disabled {
    color: #e45659;
    background-color: transparent; }
  .btn-outline-sakura-medium:not(:disabled):not(.disabled):active, .btn-outline-sakura-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sakura-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #e45659;
    border-color: #e45659; }
    .btn-outline-sakura-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-sakura-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sakura-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 86, 89, 0.5); }

.btn-outline-sakura-light {
  color: #e4608d;
  border-color: #e4608d; }
  .btn-outline-sakura-light:hover {
    color: #ffffff;
    background-color: #e4608d;
    border-color: #e4608d; }
  .btn-outline-sakura-light:focus, .btn-outline-sakura-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(228, 96, 141, 0.5); }
  .btn-outline-sakura-light.disabled, .btn-outline-sakura-light:disabled {
    color: #e4608d;
    background-color: transparent; }
  .btn-outline-sakura-light:not(:disabled):not(.disabled):active, .btn-outline-sakura-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sakura-light.dropdown-toggle {
    color: #ffffff;
    background-color: #e4608d;
    border-color: #e4608d; }
    .btn-outline-sakura-light:not(:disabled):not(.disabled):active:focus, .btn-outline-sakura-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sakura-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(228, 96, 141, 0.5); }

.btn-outline-sakura-extra-light {
  color: #f4b3ba;
  border-color: #f4b3ba; }
  .btn-outline-sakura-extra-light:hover {
    color: #212529;
    background-color: #f4b3ba;
    border-color: #f4b3ba; }
  .btn-outline-sakura-extra-light:focus, .btn-outline-sakura-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 179, 186, 0.5); }
  .btn-outline-sakura-extra-light.disabled, .btn-outline-sakura-extra-light:disabled {
    color: #f4b3ba;
    background-color: transparent; }
  .btn-outline-sakura-extra-light:not(:disabled):not(.disabled):active, .btn-outline-sakura-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sakura-extra-light.dropdown-toggle {
    color: #212529;
    background-color: #f4b3ba;
    border-color: #f4b3ba; }
    .btn-outline-sakura-extra-light:not(:disabled):not(.disabled):active:focus, .btn-outline-sakura-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-sakura-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 179, 186, 0.5); }

.btn-outline-fuji-primary {
  color: #8a418a;
  border-color: #8a418a; }
  .btn-outline-fuji-primary:hover {
    color: #ffffff;
    background-color: #8a418a;
    border-color: #8a418a; }
  .btn-outline-fuji-primary:focus, .btn-outline-fuji-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 65, 138, 0.5); }
  .btn-outline-fuji-primary.disabled, .btn-outline-fuji-primary:disabled {
    color: #8a418a;
    background-color: transparent; }
  .btn-outline-fuji-primary:not(:disabled):not(.disabled):active, .btn-outline-fuji-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuji-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #8a418a;
    border-color: #8a418a; }
    .btn-outline-fuji-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-fuji-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuji-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(138, 65, 138, 0.5); }

.btn-outline-fuji-dark {
  color: #5c183e;
  border-color: #5c183e; }
  .btn-outline-fuji-dark:hover {
    color: #ffffff;
    background-color: #5c183e;
    border-color: #5c183e; }
  .btn-outline-fuji-dark:focus, .btn-outline-fuji-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 24, 62, 0.5); }
  .btn-outline-fuji-dark.disabled, .btn-outline-fuji-dark:disabled {
    color: #5c183e;
    background-color: transparent; }
  .btn-outline-fuji-dark:not(:disabled):not(.disabled):active, .btn-outline-fuji-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuji-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #5c183e;
    border-color: #5c183e; }
    .btn-outline-fuji-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-fuji-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuji-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(92, 24, 62, 0.5); }

.btn-outline-fuji-normal {
  color: #b74688;
  border-color: #b74688; }
  .btn-outline-fuji-normal:hover {
    color: #ffffff;
    background-color: #b74688;
    border-color: #b74688; }
  .btn-outline-fuji-normal:focus, .btn-outline-fuji-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(183, 70, 136, 0.5); }
  .btn-outline-fuji-normal.disabled, .btn-outline-fuji-normal:disabled {
    color: #b74688;
    background-color: transparent; }
  .btn-outline-fuji-normal:not(:disabled):not(.disabled):active, .btn-outline-fuji-normal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuji-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #b74688;
    border-color: #b74688; }
    .btn-outline-fuji-normal:not(:disabled):not(.disabled):active:focus, .btn-outline-fuji-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuji-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(183, 70, 136, 0.5); }

.btn-outline-fuji-medium {
  color: #7c1d55;
  border-color: #7c1d55; }
  .btn-outline-fuji-medium:hover {
    color: #ffffff;
    background-color: #7c1d55;
    border-color: #7c1d55; }
  .btn-outline-fuji-medium:focus, .btn-outline-fuji-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(124, 29, 85, 0.5); }
  .btn-outline-fuji-medium.disabled, .btn-outline-fuji-medium:disabled {
    color: #7c1d55;
    background-color: transparent; }
  .btn-outline-fuji-medium:not(:disabled):not(.disabled):active, .btn-outline-fuji-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuji-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #7c1d55;
    border-color: #7c1d55; }
    .btn-outline-fuji-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-fuji-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuji-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(124, 29, 85, 0.5); }

.btn-outline-fuji-light {
  color: #753a75;
  border-color: #753a75; }
  .btn-outline-fuji-light:hover {
    color: #ffffff;
    background-color: #753a75;
    border-color: #753a75; }
  .btn-outline-fuji-light:focus, .btn-outline-fuji-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 58, 117, 0.5); }
  .btn-outline-fuji-light.disabled, .btn-outline-fuji-light:disabled {
    color: #753a75;
    background-color: transparent; }
  .btn-outline-fuji-light:not(:disabled):not(.disabled):active, .btn-outline-fuji-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuji-light.dropdown-toggle {
    color: #ffffff;
    background-color: #753a75;
    border-color: #753a75; }
    .btn-outline-fuji-light:not(:disabled):not(.disabled):active:focus, .btn-outline-fuji-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuji-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 58, 117, 0.5); }

.btn-outline-fuji-extra-light {
  color: #cc75a1;
  border-color: #cc75a1; }
  .btn-outline-fuji-extra-light:hover {
    color: #ffffff;
    background-color: #cc75a1;
    border-color: #cc75a1; }
  .btn-outline-fuji-extra-light:focus, .btn-outline-fuji-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 117, 161, 0.5); }
  .btn-outline-fuji-extra-light.disabled, .btn-outline-fuji-extra-light:disabled {
    color: #cc75a1;
    background-color: transparent; }
  .btn-outline-fuji-extra-light:not(:disabled):not(.disabled):active, .btn-outline-fuji-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-fuji-extra-light.dropdown-toggle {
    color: #ffffff;
    background-color: #cc75a1;
    border-color: #cc75a1; }
    .btn-outline-fuji-extra-light:not(:disabled):not(.disabled):active:focus, .btn-outline-fuji-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-fuji-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 117, 161, 0.5); }

.btn-outline-matsuba-primary {
  color: #00765d;
  border-color: #00765d; }
  .btn-outline-matsuba-primary:hover {
    color: #ffffff;
    background-color: #00765d;
    border-color: #00765d; }
  .btn-outline-matsuba-primary:focus, .btn-outline-matsuba-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 118, 93, 0.5); }
  .btn-outline-matsuba-primary.disabled, .btn-outline-matsuba-primary:disabled {
    color: #00765d;
    background-color: transparent; }
  .btn-outline-matsuba-primary:not(:disabled):not(.disabled):active, .btn-outline-matsuba-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-matsuba-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #00765d;
    border-color: #00765d; }
    .btn-outline-matsuba-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-matsuba-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-matsuba-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 118, 93, 0.5); }

.btn-outline-matsuba-dark {
  color: #004b2e;
  border-color: #004b2e; }
  .btn-outline-matsuba-dark:hover {
    color: #ffffff;
    background-color: #004b2e;
    border-color: #004b2e; }
  .btn-outline-matsuba-dark:focus, .btn-outline-matsuba-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 75, 46, 0.5); }
  .btn-outline-matsuba-dark.disabled, .btn-outline-matsuba-dark:disabled {
    color: #004b2e;
    background-color: transparent; }
  .btn-outline-matsuba-dark:not(:disabled):not(.disabled):active, .btn-outline-matsuba-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-matsuba-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #004b2e;
    border-color: #004b2e; }
    .btn-outline-matsuba-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-matsuba-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-matsuba-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 75, 46, 0.5); }

.btn-outline-matsuba-normal {
  color: #088339;
  border-color: #088339; }
  .btn-outline-matsuba-normal:hover {
    color: #ffffff;
    background-color: #088339;
    border-color: #088339; }
  .btn-outline-matsuba-normal:focus, .btn-outline-matsuba-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 131, 57, 0.5); }
  .btn-outline-matsuba-normal.disabled, .btn-outline-matsuba-normal:disabled {
    color: #088339;
    background-color: transparent; }
  .btn-outline-matsuba-normal:not(:disabled):not(.disabled):active, .btn-outline-matsuba-normal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-matsuba-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #088339;
    border-color: #088339; }
    .btn-outline-matsuba-normal:not(:disabled):not(.disabled):active:focus, .btn-outline-matsuba-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-matsuba-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(8, 131, 57, 0.5); }

.btn-outline-matsuba-medium {
  color: #006938;
  border-color: #006938; }
  .btn-outline-matsuba-medium:hover {
    color: #ffffff;
    background-color: #006938;
    border-color: #006938; }
  .btn-outline-matsuba-medium:focus, .btn-outline-matsuba-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 56, 0.5); }
  .btn-outline-matsuba-medium.disabled, .btn-outline-matsuba-medium:disabled {
    color: #006938;
    background-color: transparent; }
  .btn-outline-matsuba-medium:not(:disabled):not(.disabled):active, .btn-outline-matsuba-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-matsuba-medium.dropdown-toggle {
    color: #ffffff;
    background-color: #006938;
    border-color: #006938; }
    .btn-outline-matsuba-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-matsuba-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-matsuba-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 105, 56, 0.5); }

.btn-outline-matsuba-light {
  color: #00645c;
  border-color: #00645c; }
  .btn-outline-matsuba-light:hover {
    color: #ffffff;
    background-color: #00645c;
    border-color: #00645c; }
  .btn-outline-matsuba-light:focus, .btn-outline-matsuba-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 100, 92, 0.5); }
  .btn-outline-matsuba-light.disabled, .btn-outline-matsuba-light:disabled {
    color: #00645c;
    background-color: transparent; }
  .btn-outline-matsuba-light:not(:disabled):not(.disabled):active, .btn-outline-matsuba-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-matsuba-light.dropdown-toggle {
    color: #ffffff;
    background-color: #00645c;
    border-color: #00645c; }
    .btn-outline-matsuba-light:not(:disabled):not(.disabled):active:focus, .btn-outline-matsuba-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-matsuba-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 100, 92, 0.5); }

.btn-outline-matsuba-extra-light {
  color: #5ba25f;
  border-color: #5ba25f; }
  .btn-outline-matsuba-extra-light:hover {
    color: #ffffff;
    background-color: #5ba25f;
    border-color: #5ba25f; }
  .btn-outline-matsuba-extra-light:focus, .btn-outline-matsuba-extra-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 162, 95, 0.5); }
  .btn-outline-matsuba-extra-light.disabled, .btn-outline-matsuba-extra-light:disabled {
    color: #5ba25f;
    background-color: transparent; }
  .btn-outline-matsuba-extra-light:not(:disabled):not(.disabled):active, .btn-outline-matsuba-extra-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-matsuba-extra-light.dropdown-toggle {
    color: #ffffff;
    background-color: #5ba25f;
    border-color: #5ba25f; }
    .btn-outline-matsuba-extra-light:not(:disabled):not(.disabled):active:focus, .btn-outline-matsuba-extra-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-matsuba-extra-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(91, 162, 95, 0.5); }

.btn-outline-torch-relay-primary {
  color: #DC0010;
  border-color: #DC0010; }
  .btn-outline-torch-relay-primary:hover {
    color: #ffffff;
    background-color: #DC0010;
    border-color: #DC0010; }
  .btn-outline-torch-relay-primary:focus, .btn-outline-torch-relay-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 0, 16, 0.5); }
  .btn-outline-torch-relay-primary.disabled, .btn-outline-torch-relay-primary:disabled {
    color: #DC0010;
    background-color: transparent; }
  .btn-outline-torch-relay-primary:not(:disabled):not(.disabled):active, .btn-outline-torch-relay-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-torch-relay-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #DC0010;
    border-color: #DC0010; }
    .btn-outline-torch-relay-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-torch-relay-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-torch-relay-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 0, 16, 0.5); }

.btn-outline-torch-relay-para-primary {
  color: #FEC14E;
  border-color: #FEC14E; }
  .btn-outline-torch-relay-para-primary:hover {
    color: #212529;
    background-color: #FEC14E;
    border-color: #FEC14E; }
  .btn-outline-torch-relay-para-primary:focus, .btn-outline-torch-relay-para-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 193, 78, 0.5); }
  .btn-outline-torch-relay-para-primary.disabled, .btn-outline-torch-relay-para-primary:disabled {
    color: #FEC14E;
    background-color: transparent; }
  .btn-outline-torch-relay-para-primary:not(:disabled):not(.disabled):active, .btn-outline-torch-relay-para-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-torch-relay-para-primary.dropdown-toggle {
    color: #212529;
    background-color: #FEC14E;
    border-color: #FEC14E; }
    .btn-outline-torch-relay-para-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-torch-relay-para-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-torch-relay-para-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(254, 193, 78, 0.5); }

.btn-outline-torch-relay-gold {
  color: #C28C4C;
  border-color: #C28C4C; }
  .btn-outline-torch-relay-gold:hover {
    color: #ffffff;
    background-color: #C28C4C;
    border-color: #C28C4C; }
  .btn-outline-torch-relay-gold:focus, .btn-outline-torch-relay-gold.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 140, 76, 0.5); }
  .btn-outline-torch-relay-gold.disabled, .btn-outline-torch-relay-gold:disabled {
    color: #C28C4C;
    background-color: transparent; }
  .btn-outline-torch-relay-gold:not(:disabled):not(.disabled):active, .btn-outline-torch-relay-gold:not(:disabled):not(.disabled).active,
  .show > .btn-outline-torch-relay-gold.dropdown-toggle {
    color: #ffffff;
    background-color: #C28C4C;
    border-color: #C28C4C; }
    .btn-outline-torch-relay-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-torch-relay-gold:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-torch-relay-gold.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(194, 140, 76, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-black-2 {
  color: #141414;
  border-color: #141414; }
  .btn-outline-black-2:hover {
    color: #ffffff;
    background-color: #141414;
    border-color: #141414; }
  .btn-outline-black-2:focus, .btn-outline-black-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }
  .btn-outline-black-2.disabled, .btn-outline-black-2:disabled {
    color: #141414;
    background-color: transparent; }
  .btn-outline-black-2:not(:disabled):not(.disabled):active, .btn-outline-black-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black-2.dropdown-toggle {
    color: #ffffff;
    background-color: #141414;
    border-color: #141414; }
    .btn-outline-black-2:not(:disabled):not(.disabled):active:focus, .btn-outline-black-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }

.btn-outline-grey-normal {
  color: #6f6f6f;
  border-color: #6f6f6f; }
  .btn-outline-grey-normal:hover {
    color: #ffffff;
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
  .btn-outline-grey-normal:focus, .btn-outline-grey-normal.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5); }
  .btn-outline-grey-normal.disabled, .btn-outline-grey-normal:disabled {
    color: #6f6f6f;
    background-color: transparent; }
  .btn-outline-grey-normal:not(:disabled):not(.disabled):active, .btn-outline-grey-normal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-grey-normal.dropdown-toggle {
    color: #ffffff;
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
    .btn-outline-grey-normal:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-normal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-grey-normal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5); }

.btn-outline-grey-medium {
  color: #9fa0a0;
  border-color: #9fa0a0; }
  .btn-outline-grey-medium:hover {
    color: #212529;
    background-color: #9fa0a0;
    border-color: #9fa0a0; }
  .btn-outline-grey-medium:focus, .btn-outline-grey-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(159, 160, 160, 0.5); }
  .btn-outline-grey-medium.disabled, .btn-outline-grey-medium:disabled {
    color: #9fa0a0;
    background-color: transparent; }
  .btn-outline-grey-medium:not(:disabled):not(.disabled):active, .btn-outline-grey-medium:not(:disabled):not(.disabled).active,
  .show > .btn-outline-grey-medium.dropdown-toggle {
    color: #212529;
    background-color: #9fa0a0;
    border-color: #9fa0a0; }
    .btn-outline-grey-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-medium:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-grey-medium.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(159, 160, 160, 0.5); }

.btn-outline-facebook {
  color: #1877f2;
  border-color: #1877f2; }
  .btn-outline-facebook:hover {
    color: #ffffff;
    background-color: #1877f2;
    border-color: #1877f2; }
  .btn-outline-facebook:focus, .btn-outline-facebook.focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5); }
  .btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
    color: #1877f2;
    background-color: transparent; }
  .btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-outline-facebook.dropdown-toggle {
    color: #ffffff;
    background-color: #1877f2;
    border-color: #1877f2; }
    .btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5); }

.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2; }
  .btn-outline-twitter:hover {
    color: #ffffff;
    background-color: #1da1f2;
    border-color: #1da1f2; }
  .btn-outline-twitter:focus, .btn-outline-twitter.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5); }
  .btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
    color: #1da1f2;
    background-color: transparent; }
  .btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active,
  .show > .btn-outline-twitter.dropdown-toggle {
    color: #ffffff;
    background-color: #1da1f2;
    border-color: #1da1f2; }
    .btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-twitter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5); }

.btn-link {
  font-weight: 400;
  color: #676767;
  text-decoration: none; }
  .btn-link:hover {
    color: #414141;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1260px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1456px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1259.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1260px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1455.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1456px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 8px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -8px;
      margin-left: -8px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 8px;
        margin-bottom: 0;
        margin-left: 8px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 8px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #676767;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #414141;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #008000; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #004d00; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5); }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-brown-primary {
  color: #ffffff;
  background-color: #856a47; }
  a.badge-brown-primary:hover, a.badge-brown-primary:focus {
    color: #ffffff;
    background-color: #645035; }
  a.badge-brown-primary:focus, a.badge-brown-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(133, 106, 71, 0.5); }

.badge-brown-mocha {
  color: #ffffff;
  background-color: #96764d; }
  a.badge-brown-mocha:hover, a.badge-brown-mocha:focus {
    color: #ffffff;
    background-color: #745b3c; }
  a.badge-brown-mocha:focus, a.badge-brown-mocha.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(150, 118, 77, 0.5); }

.badge-brown-secondary {
  color: #212529;
  background-color: #b49166; }
  a.badge-brown-secondary:hover, a.badge-brown-secondary:focus {
    color: #212529;
    background-color: #9b784c; }
  a.badge-brown-secondary:focus, a.badge-brown-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(180, 145, 102, 0.5); }

.badge-kurenai-primary {
  color: #ffffff;
  background-color: #8b2030; }
  a.badge-kurenai-primary:hover, a.badge-kurenai-primary:focus {
    color: #ffffff;
    background-color: #621622; }
  a.badge-kurenai-primary:focus, a.badge-kurenai-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(139, 32, 48, 0.5); }

.badge-kurenai-dark {
  color: #ffffff;
  background-color: #771a2a; }
  a.badge-kurenai-dark:hover, a.badge-kurenai-dark:focus {
    color: #ffffff;
    background-color: #4d111b; }
  a.badge-kurenai-dark:focus, a.badge-kurenai-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(119, 26, 42, 0.5); }

.badge-kurenai-normal {
  color: #ffffff;
  background-color: #b11d33; }
  a.badge-kurenai-normal:hover, a.badge-kurenai-normal:focus {
    color: #ffffff;
    background-color: #851626; }
  a.badge-kurenai-normal:focus, a.badge-kurenai-normal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(177, 29, 51, 0.5); }

.badge-kurenai-medium {
  color: #ffffff;
  background-color: #9d202a; }
  a.badge-kurenai-medium:hover, a.badge-kurenai-medium:focus {
    color: #ffffff;
    background-color: #73171f; }
  a.badge-kurenai-medium:focus, a.badge-kurenai-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(157, 32, 42, 0.5); }

.badge-kurenai-light {
  color: #ffffff;
  background-color: #cc4f6f; }
  a.badge-kurenai-light:hover, a.badge-kurenai-light:focus {
    color: #ffffff;
    background-color: #b43455; }
  a.badge-kurenai-light:focus, a.badge-kurenai-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 79, 111, 0.5); }

.badge-kurenai-extra-light {
  color: #212529;
  background-color: #e77e7b; }
  a.badge-kurenai-extra-light:hover, a.badge-kurenai-extra-light:focus {
    color: #212529;
    background-color: #df5450; }
  a.badge-kurenai-extra-light:focus, a.badge-kurenai-extra-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231, 126, 123, 0.5); }

.badge-ai-primary {
  color: #ffffff;
  background-color: #004c9a; }
  a.badge-ai-primary:hover, a.badge-ai-primary:focus {
    color: #ffffff;
    background-color: #003367; }
  a.badge-ai-primary:focus, a.badge-ai-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 76, 154, 0.5); }

.badge-ai-dark {
  color: #ffffff;
  background-color: #113364; }
  a.badge-ai-dark:hover, a.badge-ai-dark:focus {
    color: #ffffff;
    background-color: #0a1d38; }
  a.badge-ai-dark:focus, a.badge-ai-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(17, 51, 100, 0.5); }

.badge-ai-normal {
  color: #ffffff;
  background-color: #0084bd; }
  a.badge-ai-normal:hover, a.badge-ai-normal:focus {
    color: #ffffff;
    background-color: #00608a; }
  a.badge-ai-normal:focus, a.badge-ai-normal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 132, 189, 0.5); }

.badge-ai-medium {
  color: #ffffff;
  background-color: #03417f; }
  a.badge-ai-medium:hover, a.badge-ai-medium:focus {
    color: #ffffff;
    background-color: #02284d; }
  a.badge-ai-medium:focus, a.badge-ai-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 65, 127, 0.5); }

.badge-ai-light {
  color: #ffffff;
  background-color: #175da6; }
  a.badge-ai-light:hover, a.badge-ai-light:focus {
    color: #ffffff;
    background-color: #114479; }
  a.badge-ai-light:focus, a.badge-ai-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 93, 166, 0.5); }

.badge-ai-extra-light {
  color: #212529;
  background-color: #68b3d5; }
  a.badge-ai-extra-light:hover, a.badge-ai-extra-light:focus {
    color: #212529;
    background-color: #409fca; }
  a.badge-ai-extra-light:focus, a.badge-ai-extra-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(104, 179, 213, 0.5); }

.badge-sakura-primary {
  color: #ffffff;
  background-color: #e96a7b; }
  a.badge-sakura-primary:hover, a.badge-sakura-primary:focus {
    color: #ffffff;
    background-color: #e23e54; }
  a.badge-sakura-primary:focus, a.badge-sakura-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(233, 106, 123, 0.5); }

.badge-sakura-dark {
  color: #ffffff;
  background-color: #db4e50; }
  a.badge-sakura-dark:hover, a.badge-sakura-dark:focus {
    color: #ffffff;
    background-color: #cc2a2c; }
  a.badge-sakura-dark:focus, a.badge-sakura-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 78, 80, 0.5); }

.badge-sakura-normal {
  color: #212529;
  background-color: #f08f98; }
  a.badge-sakura-normal:hover, a.badge-sakura-normal:focus {
    color: #212529;
    background-color: #ea626f; }
  a.badge-sakura-normal:focus, a.badge-sakura-normal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(240, 143, 152, 0.5); }

.badge-sakura-medium {
  color: #ffffff;
  background-color: #e45659; }
  a.badge-sakura-medium:hover, a.badge-sakura-medium:focus {
    color: #ffffff;
    background-color: #dd2a2e; }
  a.badge-sakura-medium:focus, a.badge-sakura-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(228, 86, 89, 0.5); }

.badge-sakura-light {
  color: #ffffff;
  background-color: #e4608d; }
  a.badge-sakura-light:hover, a.badge-sakura-light:focus {
    color: #ffffff;
    background-color: #dd346e; }
  a.badge-sakura-light:focus, a.badge-sakura-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(228, 96, 141, 0.5); }

.badge-sakura-extra-light {
  color: #212529;
  background-color: #f4b3ba; }
  a.badge-sakura-extra-light:hover, a.badge-sakura-extra-light:focus {
    color: #212529;
    background-color: #ee8692; }
  a.badge-sakura-extra-light:focus, a.badge-sakura-extra-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 179, 186, 0.5); }

.badge-fuji-primary {
  color: #ffffff;
  background-color: #8a418a; }
  a.badge-fuji-primary:hover, a.badge-fuji-primary:focus {
    color: #ffffff;
    background-color: #673167; }
  a.badge-fuji-primary:focus, a.badge-fuji-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(138, 65, 138, 0.5); }

.badge-fuji-dark {
  color: #ffffff;
  background-color: #5c183e; }
  a.badge-fuji-dark:hover, a.badge-fuji-dark:focus {
    color: #ffffff;
    background-color: #340d23; }
  a.badge-fuji-dark:focus, a.badge-fuji-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(92, 24, 62, 0.5); }

.badge-fuji-normal {
  color: #ffffff;
  background-color: #b74688; }
  a.badge-fuji-normal:hover, a.badge-fuji-normal:focus {
    color: #ffffff;
    background-color: #92386d; }
  a.badge-fuji-normal:focus, a.badge-fuji-normal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(183, 70, 136, 0.5); }

.badge-fuji-medium {
  color: #ffffff;
  background-color: #7c1d55; }
  a.badge-fuji-medium:hover, a.badge-fuji-medium:focus {
    color: #ffffff;
    background-color: #531339; }
  a.badge-fuji-medium:focus, a.badge-fuji-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(124, 29, 85, 0.5); }

.badge-fuji-light {
  color: #ffffff;
  background-color: #753a75; }
  a.badge-fuji-light:hover, a.badge-fuji-light:focus {
    color: #ffffff;
    background-color: #532953; }
  a.badge-fuji-light:focus, a.badge-fuji-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(117, 58, 117, 0.5); }

.badge-fuji-extra-light {
  color: #ffffff;
  background-color: #cc75a1; }
  a.badge-fuji-extra-light:hover, a.badge-fuji-extra-light:focus {
    color: #ffffff;
    background-color: #be5088; }
  a.badge-fuji-extra-light:focus, a.badge-fuji-extra-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 117, 161, 0.5); }

.badge-matsuba-primary {
  color: #ffffff;
  background-color: #00765d; }
  a.badge-matsuba-primary:hover, a.badge-matsuba-primary:focus {
    color: #ffffff;
    background-color: #004335; }
  a.badge-matsuba-primary:focus, a.badge-matsuba-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 118, 93, 0.5); }

.badge-matsuba-dark {
  color: #ffffff;
  background-color: #004b2e; }
  a.badge-matsuba-dark:hover, a.badge-matsuba-dark:focus {
    color: #ffffff;
    background-color: #00180f; }
  a.badge-matsuba-dark:focus, a.badge-matsuba-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 75, 46, 0.5); }

.badge-matsuba-normal {
  color: #ffffff;
  background-color: #088339; }
  a.badge-matsuba-normal:hover, a.badge-matsuba-normal:focus {
    color: #ffffff;
    background-color: #055324; }
  a.badge-matsuba-normal:focus, a.badge-matsuba-normal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8, 131, 57, 0.5); }

.badge-matsuba-medium {
  color: #ffffff;
  background-color: #006938; }
  a.badge-matsuba-medium:hover, a.badge-matsuba-medium:focus {
    color: #ffffff;
    background-color: #00361d; }
  a.badge-matsuba-medium:focus, a.badge-matsuba-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 56, 0.5); }

.badge-matsuba-light {
  color: #ffffff;
  background-color: #00645c; }
  a.badge-matsuba-light:hover, a.badge-matsuba-light:focus {
    color: #ffffff;
    background-color: #00312d; }
  a.badge-matsuba-light:focus, a.badge-matsuba-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 100, 92, 0.5); }

.badge-matsuba-extra-light {
  color: #ffffff;
  background-color: #5ba25f; }
  a.badge-matsuba-extra-light:hover, a.badge-matsuba-extra-light:focus {
    color: #ffffff;
    background-color: #49814c; }
  a.badge-matsuba-extra-light:focus, a.badge-matsuba-extra-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(91, 162, 95, 0.5); }

.badge-torch-relay-primary {
  color: #ffffff;
  background-color: #DC0010; }
  a.badge-torch-relay-primary:hover, a.badge-torch-relay-primary:focus {
    color: #ffffff;
    background-color: #a9000c; }
  a.badge-torch-relay-primary:focus, a.badge-torch-relay-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 0, 16, 0.5); }

.badge-torch-relay-para-primary {
  color: #212529;
  background-color: #FEC14E; }
  a.badge-torch-relay-para-primary:hover, a.badge-torch-relay-para-primary:focus {
    color: #212529;
    background-color: #feaf1b; }
  a.badge-torch-relay-para-primary:focus, a.badge-torch-relay-para-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 193, 78, 0.5); }

.badge-torch-relay-gold {
  color: #ffffff;
  background-color: #C28C4C; }
  a.badge-torch-relay-gold:hover, a.badge-torch-relay-gold:focus {
    color: #ffffff;
    background-color: #a37238; }
  a.badge-torch-relay-gold:focus, a.badge-torch-relay-gold.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(194, 140, 76, 0.5); }

.badge-black {
  color: #ffffff;
  background-color: #000000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #ffffff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-black-2 {
  color: #ffffff;
  background-color: #141414; }
  a.badge-black-2:hover, a.badge-black-2:focus {
    color: #ffffff;
    background-color: black; }
  a.badge-black-2:focus, a.badge-black-2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }

.badge-grey-normal {
  color: #ffffff;
  background-color: #6f6f6f; }
  a.badge-grey-normal:hover, a.badge-grey-normal:focus {
    color: #ffffff;
    background-color: #565656; }
  a.badge-grey-normal:focus, a.badge-grey-normal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5); }

.badge-grey-medium {
  color: #212529;
  background-color: #9fa0a0; }
  a.badge-grey-medium:hover, a.badge-grey-medium:focus {
    color: #212529;
    background-color: #858787; }
  a.badge-grey-medium:focus, a.badge-grey-medium.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(159, 160, 160, 0.5); }

.badge-facebook {
  color: #ffffff;
  background-color: #1877f2; }
  a.badge-facebook:hover, a.badge-facebook:focus {
    color: #ffffff;
    background-color: #0b5fcc; }
  a.badge-facebook:focus, a.badge-facebook.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(24, 119, 242, 0.5); }

.badge-twitter {
  color: #ffffff;
  background-color: #1da1f2; }
  a.badge-twitter:hover, a.badge-twitter:focus {
    color: #ffffff;
    background-color: #0c85d0; }
  a.badge-twitter:focus, a.badge-twitter.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #004300;
  background-color: #cce6cc;
  border-color: #b8dbb8; }
  .alert-success hr {
    border-top-color: #a7d2a7; }
  .alert-success .alert-link {
    color: #001000; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-brown-primary {
  color: #453725;
  background-color: #e7e1da;
  border-color: #ddd5cb; }
  .alert-brown-primary hr {
    border-top-color: #d3c9bc; }
  .alert-brown-primary .alert-link {
    color: #241d13; }

.alert-brown-mocha {
  color: #4e3d28;
  background-color: #eae4db;
  border-color: #e2d9cd; }
  .alert-brown-mocha hr {
    border-top-color: #d9cdbd; }
  .alert-brown-mocha .alert-link {
    color: #2c2317; }

.alert-brown-secondary {
  color: #5e4b35;
  background-color: #f0e9e0;
  border-color: #eae0d4; }
  .alert-brown-secondary hr {
    border-top-color: #e2d4c3; }
  .alert-brown-secondary .alert-link {
    color: #3d3123; }

.alert-kurenai-primary {
  color: #481119;
  background-color: #e8d2d6;
  border-color: #dfc1c5; }
  .alert-kurenai-primary hr {
    border-top-color: #d6b0b5; }
  .alert-kurenai-primary .alert-link {
    color: #1f070b; }

.alert-kurenai-dark {
  color: #3e0e16;
  background-color: #e4d1d4;
  border-color: #d9bfc3; }
  .alert-kurenai-dark hr {
    border-top-color: #d0afb4; }
  .alert-kurenai-dark .alert-link {
    color: #140507; }

.alert-kurenai-normal {
  color: #5c0f1b;
  background-color: #efd2d6;
  border-color: #e9c0c6; }
  .alert-kurenai-normal hr {
    border-top-color: #e2adb5; }
  .alert-kurenai-normal .alert-link {
    color: #30080e; }

.alert-kurenai-medium {
  color: #521116;
  background-color: #ebd2d4;
  border-color: #e4c1c3; }
  .alert-kurenai-medium hr {
    border-top-color: #dcafb2; }
  .alert-kurenai-medium .alert-link {
    color: #28080b; }

.alert-kurenai-light {
  color: #6a293a;
  background-color: #f5dce2;
  border-color: #f1ced7; }
  .alert-kurenai-light hr {
    border-top-color: #ebbac7; }
  .alert-kurenai-light .alert-link {
    color: #451b26; }

.alert-kurenai-extra-light {
  color: #784240;
  background-color: #fae5e5;
  border-color: #f8dbda; }
  .alert-kurenai-extra-light hr {
    border-top-color: #f4c6c5; }
  .alert-kurenai-extra-light .alert-link {
    color: #57302e; }

.alert-ai-primary {
  color: #002850;
  background-color: #ccdbeb;
  border-color: #b8cde3; }
  .alert-ai-primary hr {
    border-top-color: #a6c0dc; }
  .alert-ai-primary .alert-link {
    color: #000f1d; }

.alert-ai-dark {
  color: #091b34;
  background-color: #cfd6e0;
  border-color: #bcc6d4; }
  .alert-ai-dark hr {
    border-top-color: #acb9ca; }
  .alert-ai-dark .alert-link {
    color: #010409; }

.alert-ai-normal {
  color: #004562;
  background-color: #cce6f2;
  border-color: #b8dded; }
  .alert-ai-normal hr {
    border-top-color: #a4d3e8; }
  .alert-ai-normal .alert-link {
    color: #00212f; }

.alert-ai-medium {
  color: #022242;
  background-color: #cdd9e5;
  border-color: #b8cadb; }
  .alert-ai-medium hr {
    border-top-color: #a7bdd2; }
  .alert-ai-medium .alert-link {
    color: #010911; }

.alert-ai-light {
  color: #0c3056;
  background-color: #d1dfed;
  border-color: #bed2e6; }
  .alert-ai-light hr {
    border-top-color: #acc5df; }
  .alert-ai-light .alert-link {
    color: #061729; }

.alert-ai-extra-light {
  color: #365d6f;
  background-color: #e1f0f7;
  border-color: #d5eaf3; }
  .alert-ai-extra-light hr {
    border-top-color: #c1e0ed; }
  .alert-ai-extra-light .alert-link {
    color: #25404d; }

.alert-sakura-primary {
  color: #793740;
  background-color: #fbe1e5;
  border-color: #f9d5da; }
  .alert-sakura-primary hr {
    border-top-color: #f6bfc6; }
  .alert-sakura-primary .alert-link {
    color: #56272d; }

.alert-sakura-dark {
  color: #72292a;
  background-color: #f8dcdc;
  border-color: #f5cdce; }
  .alert-sakura-dark hr {
    border-top-color: #f1b8b9; }
  .alert-sakura-dark .alert-link {
    color: #4c1c1c; }

.alert-sakura-normal {
  color: #7d4a4f;
  background-color: #fce9ea;
  border-color: #fbe0e2; }
  .alert-sakura-normal hr {
    border-top-color: #f8c9cd; }
  .alert-sakura-normal .alert-link {
    color: #5d373b; }

.alert-sakura-medium {
  color: #772d2e;
  background-color: #faddde;
  border-color: #f7d0d1; }
  .alert-sakura-medium hr {
    border-top-color: #f3babc; }
  .alert-sakura-medium .alert-link {
    color: #521f20; }

.alert-sakura-light {
  color: #773249;
  background-color: #fadfe8;
  border-color: #f7d2df; }
  .alert-sakura-light hr {
    border-top-color: #f3bcd0; }
  .alert-sakura-light .alert-link {
    color: #532333; }

.alert-sakura-extra-light {
  color: #7f5d61;
  background-color: #fdf0f1;
  border-color: #fceaec; }
  .alert-sakura-extra-light hr {
    border-top-color: #f9d4d8; }
  .alert-sakura-extra-light .alert-link {
    color: #62474b; }

.alert-fuji-primary {
  color: #482248;
  background-color: #e8d9e8;
  border-color: #decade; }
  .alert-fuji-primary hr {
    border-top-color: #d4bad4; }
  .alert-fuji-primary .alert-link {
    color: #251225; }

.alert-fuji-dark {
  color: #300c20;
  background-color: #ded1d8;
  border-color: #d1bec9; }
  .alert-fuji-dark hr {
    border-top-color: #c6afbd; }
  .alert-fuji-dark .alert-link {
    color: #070205; }

.alert-fuji-normal {
  color: #5f2447;
  background-color: #f1dae7;
  border-color: #ebcbde; }
  .alert-fuji-normal hr {
    border-top-color: #e4b9d2; }
  .alert-fuji-normal .alert-link {
    color: #3a162b; }

.alert-fuji-medium {
  color: #400f2c;
  background-color: #e5d2dd;
  border-color: #dac0cf; }
  .alert-fuji-medium hr {
    border-top-color: #d1b0c3; }
  .alert-fuji-medium .alert-link {
    color: #170510; }

.alert-fuji-light {
  color: #3d1e3d;
  background-color: #e3d8e3;
  border-color: #d8c8d8; }
  .alert-fuji-light hr {
    border-top-color: #cdb9cd; }
  .alert-fuji-light .alert-link {
    color: #1b0d1b; }

.alert-fuji-extra-light {
  color: #6a3d54;
  background-color: #f5e3ec;
  border-color: #f1d8e5; }
  .alert-fuji-extra-light hr {
    border-top-color: #eac5d8; }
  .alert-fuji-extra-light .alert-link {
    color: #4a2a3a; }

.alert-matsuba-primary {
  color: #003d30;
  background-color: #cce4df;
  border-color: #b8d9d2; }
  .alert-matsuba-primary hr {
    border-top-color: #a7d0c7; }
  .alert-matsuba-primary .alert-link {
    color: #000a08; }

.alert-matsuba-dark {
  color: #002718;
  background-color: #ccdbd5;
  border-color: #b8cdc4; }
  .alert-matsuba-dark hr {
    border-top-color: #a9c2b8; }
  .alert-matsuba-dark .alert-link {
    color: black; }

.alert-matsuba-normal {
  color: #04441e;
  background-color: #cee6d7;
  border-color: #badcc8; }
  .alert-matsuba-normal hr {
    border-top-color: #a9d3bb; }
  .alert-matsuba-normal .alert-link {
    color: #011409; }

.alert-matsuba-medium {
  color: #00371d;
  background-color: #cce1d7;
  border-color: #b8d5c7; }
  .alert-matsuba-medium hr {
    border-top-color: #a8ccba; }
  .alert-matsuba-medium .alert-link {
    color: #000402; }

.alert-matsuba-light {
  color: #003430;
  background-color: #cce0de;
  border-color: #b8d4d1; }
  .alert-matsuba-light hr {
    border-top-color: #a8cac7; }
  .alert-matsuba-light .alert-link {
    color: #000101; }

.alert-matsuba-extra-light {
  color: #2f5431;
  background-color: #deecdf;
  border-color: #d1e5d2; }
  .alert-matsuba-extra-light hr {
    border-top-color: #c1dcc2; }
  .alert-matsuba-extra-light .alert-link {
    color: #1d331e; }

.alert-torch-relay-primary {
  color: #720008;
  background-color: #f8cccf;
  border-color: #f5b8bc; }
  .alert-torch-relay-primary hr {
    border-top-color: #f2a2a7; }
  .alert-torch-relay-primary .alert-link {
    color: #3f0004; }

.alert-torch-relay-para-primary {
  color: #846429;
  background-color: #fff3dc;
  border-color: #ffeecd; }
  .alert-torch-relay-para-primary hr {
    border-top-color: #ffe5b4; }
  .alert-torch-relay-para-primary .alert-link {
    color: #5d471d; }

.alert-torch-relay-gold {
  color: #654928;
  background-color: #f3e8db;
  border-color: #eedfcd; }
  .alert-torch-relay-gold hr {
    border-top-color: #e8d3ba; }
  .alert-torch-relay-gold .alert-link {
    color: #402f1a; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

.alert-black-2 {
  color: #0a0a0a;
  background-color: #d0d0d0;
  border-color: #bdbdbd; }
  .alert-black-2 hr {
    border-top-color: #b0b0b0; }
  .alert-black-2 .alert-link {
    color: black; }

.alert-grey-normal {
  color: #3a3a3a;
  background-color: #e2e2e2;
  border-color: #d7d7d7; }
  .alert-grey-normal hr {
    border-top-color: #cacaca; }
  .alert-grey-normal .alert-link {
    color: #212121; }

.alert-grey-medium {
  color: #535353;
  background-color: #ececec;
  border-color: #e4e4e4; }
  .alert-grey-medium hr {
    border-top-color: #d7d7d7; }
  .alert-grey-medium .alert-link {
    color: #3a3a3a; }

.alert-facebook {
  color: #0c3e7e;
  background-color: #d1e4fc;
  border-color: #bed9fb; }
  .alert-facebook hr {
    border-top-color: #a6cbfa; }
  .alert-facebook .alert-link {
    color: #08274f; }

.alert-twitter {
  color: #0f547e;
  background-color: #d2ecfc;
  border-color: #c0e5fb; }
  .alert-twitter hr {
    border-top-color: #a8dbf9; }
  .alert-twitter .alert-link {
    color: #0a3650; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #000000;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1260px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1456px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #004300;
  background-color: #b8dbb8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004300;
    background-color: #a7d2a7; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #004300;
    border-color: #004300; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-brown-primary {
  color: #453725;
  background-color: #ddd5cb; }
  .list-group-item-brown-primary.list-group-item-action:hover, .list-group-item-brown-primary.list-group-item-action:focus {
    color: #453725;
    background-color: #d3c9bc; }
  .list-group-item-brown-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #453725;
    border-color: #453725; }

.list-group-item-brown-mocha {
  color: #4e3d28;
  background-color: #e2d9cd; }
  .list-group-item-brown-mocha.list-group-item-action:hover, .list-group-item-brown-mocha.list-group-item-action:focus {
    color: #4e3d28;
    background-color: #d9cdbd; }
  .list-group-item-brown-mocha.list-group-item-action.active {
    color: #ffffff;
    background-color: #4e3d28;
    border-color: #4e3d28; }

.list-group-item-brown-secondary {
  color: #5e4b35;
  background-color: #eae0d4; }
  .list-group-item-brown-secondary.list-group-item-action:hover, .list-group-item-brown-secondary.list-group-item-action:focus {
    color: #5e4b35;
    background-color: #e2d4c3; }
  .list-group-item-brown-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #5e4b35;
    border-color: #5e4b35; }

.list-group-item-kurenai-primary {
  color: #481119;
  background-color: #dfc1c5; }
  .list-group-item-kurenai-primary.list-group-item-action:hover, .list-group-item-kurenai-primary.list-group-item-action:focus {
    color: #481119;
    background-color: #d6b0b5; }
  .list-group-item-kurenai-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #481119;
    border-color: #481119; }

.list-group-item-kurenai-dark {
  color: #3e0e16;
  background-color: #d9bfc3; }
  .list-group-item-kurenai-dark.list-group-item-action:hover, .list-group-item-kurenai-dark.list-group-item-action:focus {
    color: #3e0e16;
    background-color: #d0afb4; }
  .list-group-item-kurenai-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #3e0e16;
    border-color: #3e0e16; }

.list-group-item-kurenai-normal {
  color: #5c0f1b;
  background-color: #e9c0c6; }
  .list-group-item-kurenai-normal.list-group-item-action:hover, .list-group-item-kurenai-normal.list-group-item-action:focus {
    color: #5c0f1b;
    background-color: #e2adb5; }
  .list-group-item-kurenai-normal.list-group-item-action.active {
    color: #ffffff;
    background-color: #5c0f1b;
    border-color: #5c0f1b; }

.list-group-item-kurenai-medium {
  color: #521116;
  background-color: #e4c1c3; }
  .list-group-item-kurenai-medium.list-group-item-action:hover, .list-group-item-kurenai-medium.list-group-item-action:focus {
    color: #521116;
    background-color: #dcafb2; }
  .list-group-item-kurenai-medium.list-group-item-action.active {
    color: #ffffff;
    background-color: #521116;
    border-color: #521116; }

.list-group-item-kurenai-light {
  color: #6a293a;
  background-color: #f1ced7; }
  .list-group-item-kurenai-light.list-group-item-action:hover, .list-group-item-kurenai-light.list-group-item-action:focus {
    color: #6a293a;
    background-color: #ebbac7; }
  .list-group-item-kurenai-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #6a293a;
    border-color: #6a293a; }

.list-group-item-kurenai-extra-light {
  color: #784240;
  background-color: #f8dbda; }
  .list-group-item-kurenai-extra-light.list-group-item-action:hover, .list-group-item-kurenai-extra-light.list-group-item-action:focus {
    color: #784240;
    background-color: #f4c6c5; }
  .list-group-item-kurenai-extra-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #784240;
    border-color: #784240; }

.list-group-item-ai-primary {
  color: #002850;
  background-color: #b8cde3; }
  .list-group-item-ai-primary.list-group-item-action:hover, .list-group-item-ai-primary.list-group-item-action:focus {
    color: #002850;
    background-color: #a6c0dc; }
  .list-group-item-ai-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #002850;
    border-color: #002850; }

.list-group-item-ai-dark {
  color: #091b34;
  background-color: #bcc6d4; }
  .list-group-item-ai-dark.list-group-item-action:hover, .list-group-item-ai-dark.list-group-item-action:focus {
    color: #091b34;
    background-color: #acb9ca; }
  .list-group-item-ai-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #091b34;
    border-color: #091b34; }

.list-group-item-ai-normal {
  color: #004562;
  background-color: #b8dded; }
  .list-group-item-ai-normal.list-group-item-action:hover, .list-group-item-ai-normal.list-group-item-action:focus {
    color: #004562;
    background-color: #a4d3e8; }
  .list-group-item-ai-normal.list-group-item-action.active {
    color: #ffffff;
    background-color: #004562;
    border-color: #004562; }

.list-group-item-ai-medium {
  color: #022242;
  background-color: #b8cadb; }
  .list-group-item-ai-medium.list-group-item-action:hover, .list-group-item-ai-medium.list-group-item-action:focus {
    color: #022242;
    background-color: #a7bdd2; }
  .list-group-item-ai-medium.list-group-item-action.active {
    color: #ffffff;
    background-color: #022242;
    border-color: #022242; }

.list-group-item-ai-light {
  color: #0c3056;
  background-color: #bed2e6; }
  .list-group-item-ai-light.list-group-item-action:hover, .list-group-item-ai-light.list-group-item-action:focus {
    color: #0c3056;
    background-color: #acc5df; }
  .list-group-item-ai-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c3056;
    border-color: #0c3056; }

.list-group-item-ai-extra-light {
  color: #365d6f;
  background-color: #d5eaf3; }
  .list-group-item-ai-extra-light.list-group-item-action:hover, .list-group-item-ai-extra-light.list-group-item-action:focus {
    color: #365d6f;
    background-color: #c1e0ed; }
  .list-group-item-ai-extra-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #365d6f;
    border-color: #365d6f; }

.list-group-item-sakura-primary {
  color: #793740;
  background-color: #f9d5da; }
  .list-group-item-sakura-primary.list-group-item-action:hover, .list-group-item-sakura-primary.list-group-item-action:focus {
    color: #793740;
    background-color: #f6bfc6; }
  .list-group-item-sakura-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #793740;
    border-color: #793740; }

.list-group-item-sakura-dark {
  color: #72292a;
  background-color: #f5cdce; }
  .list-group-item-sakura-dark.list-group-item-action:hover, .list-group-item-sakura-dark.list-group-item-action:focus {
    color: #72292a;
    background-color: #f1b8b9; }
  .list-group-item-sakura-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #72292a;
    border-color: #72292a; }

.list-group-item-sakura-normal {
  color: #7d4a4f;
  background-color: #fbe0e2; }
  .list-group-item-sakura-normal.list-group-item-action:hover, .list-group-item-sakura-normal.list-group-item-action:focus {
    color: #7d4a4f;
    background-color: #f8c9cd; }
  .list-group-item-sakura-normal.list-group-item-action.active {
    color: #ffffff;
    background-color: #7d4a4f;
    border-color: #7d4a4f; }

.list-group-item-sakura-medium {
  color: #772d2e;
  background-color: #f7d0d1; }
  .list-group-item-sakura-medium.list-group-item-action:hover, .list-group-item-sakura-medium.list-group-item-action:focus {
    color: #772d2e;
    background-color: #f3babc; }
  .list-group-item-sakura-medium.list-group-item-action.active {
    color: #ffffff;
    background-color: #772d2e;
    border-color: #772d2e; }

.list-group-item-sakura-light {
  color: #773249;
  background-color: #f7d2df; }
  .list-group-item-sakura-light.list-group-item-action:hover, .list-group-item-sakura-light.list-group-item-action:focus {
    color: #773249;
    background-color: #f3bcd0; }
  .list-group-item-sakura-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #773249;
    border-color: #773249; }

.list-group-item-sakura-extra-light {
  color: #7f5d61;
  background-color: #fceaec; }
  .list-group-item-sakura-extra-light.list-group-item-action:hover, .list-group-item-sakura-extra-light.list-group-item-action:focus {
    color: #7f5d61;
    background-color: #f9d4d8; }
  .list-group-item-sakura-extra-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f5d61;
    border-color: #7f5d61; }

.list-group-item-fuji-primary {
  color: #482248;
  background-color: #decade; }
  .list-group-item-fuji-primary.list-group-item-action:hover, .list-group-item-fuji-primary.list-group-item-action:focus {
    color: #482248;
    background-color: #d4bad4; }
  .list-group-item-fuji-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #482248;
    border-color: #482248; }

.list-group-item-fuji-dark {
  color: #300c20;
  background-color: #d1bec9; }
  .list-group-item-fuji-dark.list-group-item-action:hover, .list-group-item-fuji-dark.list-group-item-action:focus {
    color: #300c20;
    background-color: #c6afbd; }
  .list-group-item-fuji-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #300c20;
    border-color: #300c20; }

.list-group-item-fuji-normal {
  color: #5f2447;
  background-color: #ebcbde; }
  .list-group-item-fuji-normal.list-group-item-action:hover, .list-group-item-fuji-normal.list-group-item-action:focus {
    color: #5f2447;
    background-color: #e4b9d2; }
  .list-group-item-fuji-normal.list-group-item-action.active {
    color: #ffffff;
    background-color: #5f2447;
    border-color: #5f2447; }

.list-group-item-fuji-medium {
  color: #400f2c;
  background-color: #dac0cf; }
  .list-group-item-fuji-medium.list-group-item-action:hover, .list-group-item-fuji-medium.list-group-item-action:focus {
    color: #400f2c;
    background-color: #d1b0c3; }
  .list-group-item-fuji-medium.list-group-item-action.active {
    color: #ffffff;
    background-color: #400f2c;
    border-color: #400f2c; }

.list-group-item-fuji-light {
  color: #3d1e3d;
  background-color: #d8c8d8; }
  .list-group-item-fuji-light.list-group-item-action:hover, .list-group-item-fuji-light.list-group-item-action:focus {
    color: #3d1e3d;
    background-color: #cdb9cd; }
  .list-group-item-fuji-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #3d1e3d;
    border-color: #3d1e3d; }

.list-group-item-fuji-extra-light {
  color: #6a3d54;
  background-color: #f1d8e5; }
  .list-group-item-fuji-extra-light.list-group-item-action:hover, .list-group-item-fuji-extra-light.list-group-item-action:focus {
    color: #6a3d54;
    background-color: #eac5d8; }
  .list-group-item-fuji-extra-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #6a3d54;
    border-color: #6a3d54; }

.list-group-item-matsuba-primary {
  color: #003d30;
  background-color: #b8d9d2; }
  .list-group-item-matsuba-primary.list-group-item-action:hover, .list-group-item-matsuba-primary.list-group-item-action:focus {
    color: #003d30;
    background-color: #a7d0c7; }
  .list-group-item-matsuba-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #003d30;
    border-color: #003d30; }

.list-group-item-matsuba-dark {
  color: #002718;
  background-color: #b8cdc4; }
  .list-group-item-matsuba-dark.list-group-item-action:hover, .list-group-item-matsuba-dark.list-group-item-action:focus {
    color: #002718;
    background-color: #a9c2b8; }
  .list-group-item-matsuba-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #002718;
    border-color: #002718; }

.list-group-item-matsuba-normal {
  color: #04441e;
  background-color: #badcc8; }
  .list-group-item-matsuba-normal.list-group-item-action:hover, .list-group-item-matsuba-normal.list-group-item-action:focus {
    color: #04441e;
    background-color: #a9d3bb; }
  .list-group-item-matsuba-normal.list-group-item-action.active {
    color: #ffffff;
    background-color: #04441e;
    border-color: #04441e; }

.list-group-item-matsuba-medium {
  color: #00371d;
  background-color: #b8d5c7; }
  .list-group-item-matsuba-medium.list-group-item-action:hover, .list-group-item-matsuba-medium.list-group-item-action:focus {
    color: #00371d;
    background-color: #a8ccba; }
  .list-group-item-matsuba-medium.list-group-item-action.active {
    color: #ffffff;
    background-color: #00371d;
    border-color: #00371d; }

.list-group-item-matsuba-light {
  color: #003430;
  background-color: #b8d4d1; }
  .list-group-item-matsuba-light.list-group-item-action:hover, .list-group-item-matsuba-light.list-group-item-action:focus {
    color: #003430;
    background-color: #a8cac7; }
  .list-group-item-matsuba-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #003430;
    border-color: #003430; }

.list-group-item-matsuba-extra-light {
  color: #2f5431;
  background-color: #d1e5d2; }
  .list-group-item-matsuba-extra-light.list-group-item-action:hover, .list-group-item-matsuba-extra-light.list-group-item-action:focus {
    color: #2f5431;
    background-color: #c1dcc2; }
  .list-group-item-matsuba-extra-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #2f5431;
    border-color: #2f5431; }

.list-group-item-torch-relay-primary {
  color: #720008;
  background-color: #f5b8bc; }
  .list-group-item-torch-relay-primary.list-group-item-action:hover, .list-group-item-torch-relay-primary.list-group-item-action:focus {
    color: #720008;
    background-color: #f2a2a7; }
  .list-group-item-torch-relay-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #720008;
    border-color: #720008; }

.list-group-item-torch-relay-para-primary {
  color: #846429;
  background-color: #ffeecd; }
  .list-group-item-torch-relay-para-primary.list-group-item-action:hover, .list-group-item-torch-relay-para-primary.list-group-item-action:focus {
    color: #846429;
    background-color: #ffe5b4; }
  .list-group-item-torch-relay-para-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #846429;
    border-color: #846429; }

.list-group-item-torch-relay-gold {
  color: #654928;
  background-color: #eedfcd; }
  .list-group-item-torch-relay-gold.list-group-item-action:hover, .list-group-item-torch-relay-gold.list-group-item-action:focus {
    color: #654928;
    background-color: #e8d3ba; }
  .list-group-item-torch-relay-gold.list-group-item-action.active {
    color: #ffffff;
    background-color: #654928;
    border-color: #654928; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #ffffff;
    background-color: black;
    border-color: black; }

.list-group-item-black-2 {
  color: #0a0a0a;
  background-color: #bdbdbd; }
  .list-group-item-black-2.list-group-item-action:hover, .list-group-item-black-2.list-group-item-action:focus {
    color: #0a0a0a;
    background-color: #b0b0b0; }
  .list-group-item-black-2.list-group-item-action.active {
    color: #ffffff;
    background-color: #0a0a0a;
    border-color: #0a0a0a; }

.list-group-item-grey-normal {
  color: #3a3a3a;
  background-color: #d7d7d7; }
  .list-group-item-grey-normal.list-group-item-action:hover, .list-group-item-grey-normal.list-group-item-action:focus {
    color: #3a3a3a;
    background-color: #cacaca; }
  .list-group-item-grey-normal.list-group-item-action.active {
    color: #ffffff;
    background-color: #3a3a3a;
    border-color: #3a3a3a; }

.list-group-item-grey-medium {
  color: #535353;
  background-color: #e4e4e4; }
  .list-group-item-grey-medium.list-group-item-action:hover, .list-group-item-grey-medium.list-group-item-action:focus {
    color: #535353;
    background-color: #d7d7d7; }
  .list-group-item-grey-medium.list-group-item-action.active {
    color: #ffffff;
    background-color: #535353;
    border-color: #535353; }

.list-group-item-facebook {
  color: #0c3e7e;
  background-color: #bed9fb; }
  .list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
    color: #0c3e7e;
    background-color: #a6cbfa; }
  .list-group-item-facebook.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c3e7e;
    border-color: #0c3e7e; }

.list-group-item-twitter {
  color: #0f547e;
  background-color: #c0e5fb; }
  .list-group-item-twitter.list-group-item-action:hover, .list-group-item-twitter.list-group-item-action:focus {
    color: #0f547e;
    background-color: #a8dbf9; }
  .list-group-item-twitter.list-group-item-action.active {
    color: #ffffff;
    background-color: #0f547e;
    border-color: #0f547e; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1260px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Tokyo2020", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }

:lang(ja-JP) .tooltip {
  font-family: "Tokyo2020JPN", "Mplus 1p", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "Yu Gothic", "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", "MS Gothic", sans-serif; }

:lang(zh-CN) .tooltip {
  font-family: sans-serif; }

:lang(ko-KR) .tooltip {
  font-family: sans-serif; }

:lang(hi-IN) .tooltip {
  font-family: sans-serif; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Tokyo2020", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000000; }

:lang(ja-JP) .popover {
  font-family: "Tokyo2020JPN", "Mplus 1p", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "Yu Gothic", "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", "MS Gothic", sans-serif; }

:lang(zh-CN) .popover {
  font-family: sans-serif; }

:lang(ko-KR) .popover {
  font-family: sans-serif; }

:lang(hi-IN) .popover {
  font-family: sans-serif; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #008000 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #004d00 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-brown-primary {
  background-color: #856a47 !important; }

a.bg-brown-primary:hover, a.bg-brown-primary:focus,
button.bg-brown-primary:hover,
button.bg-brown-primary:focus {
  background-color: #645035 !important; }

.bg-brown-mocha {
  background-color: #96764d !important; }

a.bg-brown-mocha:hover, a.bg-brown-mocha:focus,
button.bg-brown-mocha:hover,
button.bg-brown-mocha:focus {
  background-color: #745b3c !important; }

.bg-brown-secondary {
  background-color: #b49166 !important; }

a.bg-brown-secondary:hover, a.bg-brown-secondary:focus,
button.bg-brown-secondary:hover,
button.bg-brown-secondary:focus {
  background-color: #9b784c !important; }

.bg-kurenai-primary {
  background-color: #8b2030 !important; }

a.bg-kurenai-primary:hover, a.bg-kurenai-primary:focus,
button.bg-kurenai-primary:hover,
button.bg-kurenai-primary:focus {
  background-color: #621622 !important; }

.bg-kurenai-dark {
  background-color: #771a2a !important; }

a.bg-kurenai-dark:hover, a.bg-kurenai-dark:focus,
button.bg-kurenai-dark:hover,
button.bg-kurenai-dark:focus {
  background-color: #4d111b !important; }

.bg-kurenai-normal {
  background-color: #b11d33 !important; }

a.bg-kurenai-normal:hover, a.bg-kurenai-normal:focus,
button.bg-kurenai-normal:hover,
button.bg-kurenai-normal:focus {
  background-color: #851626 !important; }

.bg-kurenai-medium {
  background-color: #9d202a !important; }

a.bg-kurenai-medium:hover, a.bg-kurenai-medium:focus,
button.bg-kurenai-medium:hover,
button.bg-kurenai-medium:focus {
  background-color: #73171f !important; }

.bg-kurenai-light {
  background-color: #cc4f6f !important; }

a.bg-kurenai-light:hover, a.bg-kurenai-light:focus,
button.bg-kurenai-light:hover,
button.bg-kurenai-light:focus {
  background-color: #b43455 !important; }

.bg-kurenai-extra-light {
  background-color: #e77e7b !important; }

a.bg-kurenai-extra-light:hover, a.bg-kurenai-extra-light:focus,
button.bg-kurenai-extra-light:hover,
button.bg-kurenai-extra-light:focus {
  background-color: #df5450 !important; }

.bg-ai-primary {
  background-color: #004c9a !important; }

a.bg-ai-primary:hover, a.bg-ai-primary:focus,
button.bg-ai-primary:hover,
button.bg-ai-primary:focus {
  background-color: #003367 !important; }

.bg-ai-dark {
  background-color: #113364 !important; }

a.bg-ai-dark:hover, a.bg-ai-dark:focus,
button.bg-ai-dark:hover,
button.bg-ai-dark:focus {
  background-color: #0a1d38 !important; }

.bg-ai-normal {
  background-color: #0084bd !important; }

a.bg-ai-normal:hover, a.bg-ai-normal:focus,
button.bg-ai-normal:hover,
button.bg-ai-normal:focus {
  background-color: #00608a !important; }

.bg-ai-medium {
  background-color: #03417f !important; }

a.bg-ai-medium:hover, a.bg-ai-medium:focus,
button.bg-ai-medium:hover,
button.bg-ai-medium:focus {
  background-color: #02284d !important; }

.bg-ai-light {
  background-color: #175da6 !important; }

a.bg-ai-light:hover, a.bg-ai-light:focus,
button.bg-ai-light:hover,
button.bg-ai-light:focus {
  background-color: #114479 !important; }

.bg-ai-extra-light {
  background-color: #68b3d5 !important; }

a.bg-ai-extra-light:hover, a.bg-ai-extra-light:focus,
button.bg-ai-extra-light:hover,
button.bg-ai-extra-light:focus {
  background-color: #409fca !important; }

.bg-sakura-primary {
  background-color: #e96a7b !important; }

a.bg-sakura-primary:hover, a.bg-sakura-primary:focus,
button.bg-sakura-primary:hover,
button.bg-sakura-primary:focus {
  background-color: #e23e54 !important; }

.bg-sakura-dark {
  background-color: #db4e50 !important; }

a.bg-sakura-dark:hover, a.bg-sakura-dark:focus,
button.bg-sakura-dark:hover,
button.bg-sakura-dark:focus {
  background-color: #cc2a2c !important; }

.bg-sakura-normal {
  background-color: #f08f98 !important; }

a.bg-sakura-normal:hover, a.bg-sakura-normal:focus,
button.bg-sakura-normal:hover,
button.bg-sakura-normal:focus {
  background-color: #ea626f !important; }

.bg-sakura-medium {
  background-color: #e45659 !important; }

a.bg-sakura-medium:hover, a.bg-sakura-medium:focus,
button.bg-sakura-medium:hover,
button.bg-sakura-medium:focus {
  background-color: #dd2a2e !important; }

.bg-sakura-light {
  background-color: #e4608d !important; }

a.bg-sakura-light:hover, a.bg-sakura-light:focus,
button.bg-sakura-light:hover,
button.bg-sakura-light:focus {
  background-color: #dd346e !important; }

.bg-sakura-extra-light {
  background-color: #f4b3ba !important; }

a.bg-sakura-extra-light:hover, a.bg-sakura-extra-light:focus,
button.bg-sakura-extra-light:hover,
button.bg-sakura-extra-light:focus {
  background-color: #ee8692 !important; }

.bg-fuji-primary {
  background-color: #8a418a !important; }

a.bg-fuji-primary:hover, a.bg-fuji-primary:focus,
button.bg-fuji-primary:hover,
button.bg-fuji-primary:focus {
  background-color: #673167 !important; }

.bg-fuji-dark {
  background-color: #5c183e !important; }

a.bg-fuji-dark:hover, a.bg-fuji-dark:focus,
button.bg-fuji-dark:hover,
button.bg-fuji-dark:focus {
  background-color: #340d23 !important; }

.bg-fuji-normal {
  background-color: #b74688 !important; }

a.bg-fuji-normal:hover, a.bg-fuji-normal:focus,
button.bg-fuji-normal:hover,
button.bg-fuji-normal:focus {
  background-color: #92386d !important; }

.bg-fuji-medium {
  background-color: #7c1d55 !important; }

a.bg-fuji-medium:hover, a.bg-fuji-medium:focus,
button.bg-fuji-medium:hover,
button.bg-fuji-medium:focus {
  background-color: #531339 !important; }

.bg-fuji-light {
  background-color: #753a75 !important; }

a.bg-fuji-light:hover, a.bg-fuji-light:focus,
button.bg-fuji-light:hover,
button.bg-fuji-light:focus {
  background-color: #532953 !important; }

.bg-fuji-extra-light {
  background-color: #cc75a1 !important; }

a.bg-fuji-extra-light:hover, a.bg-fuji-extra-light:focus,
button.bg-fuji-extra-light:hover,
button.bg-fuji-extra-light:focus {
  background-color: #be5088 !important; }

.bg-matsuba-primary {
  background-color: #00765d !important; }

a.bg-matsuba-primary:hover, a.bg-matsuba-primary:focus,
button.bg-matsuba-primary:hover,
button.bg-matsuba-primary:focus {
  background-color: #004335 !important; }

.bg-matsuba-dark {
  background-color: #004b2e !important; }

a.bg-matsuba-dark:hover, a.bg-matsuba-dark:focus,
button.bg-matsuba-dark:hover,
button.bg-matsuba-dark:focus {
  background-color: #00180f !important; }

.bg-matsuba-normal {
  background-color: #088339 !important; }

a.bg-matsuba-normal:hover, a.bg-matsuba-normal:focus,
button.bg-matsuba-normal:hover,
button.bg-matsuba-normal:focus {
  background-color: #055324 !important; }

.bg-matsuba-medium {
  background-color: #006938 !important; }

a.bg-matsuba-medium:hover, a.bg-matsuba-medium:focus,
button.bg-matsuba-medium:hover,
button.bg-matsuba-medium:focus {
  background-color: #00361d !important; }

.bg-matsuba-light {
  background-color: #00645c !important; }

a.bg-matsuba-light:hover, a.bg-matsuba-light:focus,
button.bg-matsuba-light:hover,
button.bg-matsuba-light:focus {
  background-color: #00312d !important; }

.bg-matsuba-extra-light {
  background-color: #5ba25f !important; }

a.bg-matsuba-extra-light:hover, a.bg-matsuba-extra-light:focus,
button.bg-matsuba-extra-light:hover,
button.bg-matsuba-extra-light:focus {
  background-color: #49814c !important; }

.bg-torch-relay-primary {
  background-color: #DC0010 !important; }

a.bg-torch-relay-primary:hover, a.bg-torch-relay-primary:focus,
button.bg-torch-relay-primary:hover,
button.bg-torch-relay-primary:focus {
  background-color: #a9000c !important; }

.bg-torch-relay-para-primary {
  background-color: #FEC14E !important; }

a.bg-torch-relay-para-primary:hover, a.bg-torch-relay-para-primary:focus,
button.bg-torch-relay-para-primary:hover,
button.bg-torch-relay-para-primary:focus {
  background-color: #feaf1b !important; }

.bg-torch-relay-gold {
  background-color: #C28C4C !important; }

a.bg-torch-relay-gold:hover, a.bg-torch-relay-gold:focus,
button.bg-torch-relay-gold:hover,
button.bg-torch-relay-gold:focus {
  background-color: #a37238 !important; }

.bg-black {
  background-color: #000000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-black-2 {
  background-color: #141414 !important; }

a.bg-black-2:hover, a.bg-black-2:focus,
button.bg-black-2:hover,
button.bg-black-2:focus {
  background-color: black !important; }

.bg-grey-normal {
  background-color: #6f6f6f !important; }

a.bg-grey-normal:hover, a.bg-grey-normal:focus,
button.bg-grey-normal:hover,
button.bg-grey-normal:focus {
  background-color: #565656 !important; }

.bg-grey-medium {
  background-color: #9fa0a0 !important; }

a.bg-grey-medium:hover, a.bg-grey-medium:focus,
button.bg-grey-medium:hover,
button.bg-grey-medium:focus {
  background-color: #858787 !important; }

.bg-facebook {
  background-color: #1877f2 !important; }

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #0b5fcc !important; }

.bg-twitter {
  background-color: #1da1f2 !important; }

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0c85d0 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #008000 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-brown-primary {
  border-color: #856a47 !important; }

.border-brown-mocha {
  border-color: #96764d !important; }

.border-brown-secondary {
  border-color: #b49166 !important; }

.border-kurenai-primary {
  border-color: #8b2030 !important; }

.border-kurenai-dark {
  border-color: #771a2a !important; }

.border-kurenai-normal {
  border-color: #b11d33 !important; }

.border-kurenai-medium {
  border-color: #9d202a !important; }

.border-kurenai-light {
  border-color: #cc4f6f !important; }

.border-kurenai-extra-light {
  border-color: #e77e7b !important; }

.border-ai-primary {
  border-color: #004c9a !important; }

.border-ai-dark {
  border-color: #113364 !important; }

.border-ai-normal {
  border-color: #0084bd !important; }

.border-ai-medium {
  border-color: #03417f !important; }

.border-ai-light {
  border-color: #175da6 !important; }

.border-ai-extra-light {
  border-color: #68b3d5 !important; }

.border-sakura-primary {
  border-color: #e96a7b !important; }

.border-sakura-dark {
  border-color: #db4e50 !important; }

.border-sakura-normal {
  border-color: #f08f98 !important; }

.border-sakura-medium {
  border-color: #e45659 !important; }

.border-sakura-light {
  border-color: #e4608d !important; }

.border-sakura-extra-light {
  border-color: #f4b3ba !important; }

.border-fuji-primary {
  border-color: #8a418a !important; }

.border-fuji-dark {
  border-color: #5c183e !important; }

.border-fuji-normal {
  border-color: #b74688 !important; }

.border-fuji-medium {
  border-color: #7c1d55 !important; }

.border-fuji-light {
  border-color: #753a75 !important; }

.border-fuji-extra-light {
  border-color: #cc75a1 !important; }

.border-matsuba-primary {
  border-color: #00765d !important; }

.border-matsuba-dark {
  border-color: #004b2e !important; }

.border-matsuba-normal {
  border-color: #088339 !important; }

.border-matsuba-medium {
  border-color: #006938 !important; }

.border-matsuba-light {
  border-color: #00645c !important; }

.border-matsuba-extra-light {
  border-color: #5ba25f !important; }

.border-torch-relay-primary {
  border-color: #DC0010 !important; }

.border-torch-relay-para-primary {
  border-color: #FEC14E !important; }

.border-torch-relay-gold {
  border-color: #C28C4C !important; }

.border-black {
  border-color: #000000 !important; }

.border-black-2 {
  border-color: #141414 !important; }

.border-grey-normal {
  border-color: #6f6f6f !important; }

.border-grey-medium {
  border-color: #9fa0a0 !important; }

.border-facebook {
  border-color: #1877f2 !important; }

.border-twitter {
  border-color: #1da1f2 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1456px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1260px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1456px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1260px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1456px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1456px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1456px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #008000 !important; }

a.text-success:hover, a.text-success:focus {
  color: #003400 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-brown-primary {
  color: #856a47 !important; }

a.text-brown-primary:hover, a.text-brown-primary:focus {
  color: #53422c !important; }

.text-brown-mocha {
  color: #96764d !important; }

a.text-brown-mocha:hover, a.text-brown-mocha:focus {
  color: #634e33 !important; }

.text-brown-secondary {
  color: #b49166 !important; }

a.text-brown-secondary:hover, a.text-brown-secondary:focus {
  color: #8a6a44 !important; }

.text-kurenai-primary {
  color: #8b2030 !important; }

a.text-kurenai-primary:hover, a.text-kurenai-primary:focus {
  color: #4d121b !important; }

.text-kurenai-dark {
  color: #771a2a !important; }

a.text-kurenai-dark:hover, a.text-kurenai-dark:focus {
  color: #380c14 !important; }

.text-kurenai-normal {
  color: #b11d33 !important; }

a.text-kurenai-normal:hover, a.text-kurenai-normal:focus {
  color: #6f1220 !important; }

.text-kurenai-medium {
  color: #9d202a !important; }

a.text-kurenai-medium:hover, a.text-kurenai-medium:focus {
  color: #5d1319 !important; }

.text-kurenai-light {
  color: #cc4f6f !important; }

a.text-kurenai-light:hover, a.text-kurenai-light:focus {
  color: #a02e4c !important; }

.text-kurenai-extra-light {
  color: #e77e7b !important; }

a.text-kurenai-extra-light:hover, a.text-kurenai-extra-light:focus {
  color: #db3f3a !important; }

.text-ai-primary {
  color: #004c9a !important; }

a.text-ai-primary:hover, a.text-ai-primary:focus {
  color: #00264e !important; }

.text-ai-dark {
  color: #113364 !important; }

a.text-ai-dark:hover, a.text-ai-dark:focus {
  color: #061223 !important; }

.text-ai-normal {
  color: #0084bd !important; }

a.text-ai-normal:hover, a.text-ai-normal:focus {
  color: #004f71 !important; }

.text-ai-medium {
  color: #03417f !important; }

a.text-ai-medium:hover, a.text-ai-medium:focus {
  color: #011b34 !important; }

.text-ai-light {
  color: #175da6 !important; }

a.text-ai-light:hover, a.text-ai-light:focus {
  color: #0e3763 !important; }

.text-ai-extra-light {
  color: #68b3d5 !important; }

a.text-ai-extra-light:hover, a.text-ai-extra-light:focus {
  color: #3492bc !important; }

.text-sakura-primary {
  color: #e96a7b !important; }

a.text-sakura-primary:hover, a.text-sakura-primary:focus {
  color: #df2740 !important; }

.text-sakura-dark {
  color: #db4e50 !important; }

a.text-sakura-dark:hover, a.text-sakura-dark:focus {
  color: #b72527 !important; }

.text-sakura-normal {
  color: #f08f98 !important; }

a.text-sakura-normal:hover, a.text-sakura-normal:focus {
  color: #e74c5a !important; }

.text-sakura-medium {
  color: #e45659 !important; }

a.text-sakura-medium:hover, a.text-sakura-medium:focus {
  color: #cd2124 !important; }

.text-sakura-light {
  color: #e4608d !important; }

a.text-sakura-light:hover, a.text-sakura-light:focus {
  color: #d42460 !important; }

.text-sakura-extra-light {
  color: #f4b3ba !important; }

a.text-sakura-extra-light:hover, a.text-sakura-extra-light:focus {
  color: #ea707d !important; }

.text-fuji-primary {
  color: #8a418a !important; }

a.text-fuji-primary:hover, a.text-fuji-primary:focus {
  color: #562956 !important; }

.text-fuji-dark {
  color: #5c183e !important; }

a.text-fuji-dark:hover, a.text-fuji-dark:focus {
  color: #1f0815 !important; }

.text-fuji-normal {
  color: #b74688 !important; }

a.text-fuji-normal:hover, a.text-fuji-normal:focus {
  color: #80315f !important; }

.text-fuji-medium {
  color: #7c1d55 !important; }

a.text-fuji-medium:hover, a.text-fuji-medium:focus {
  color: #3e0f2b !important; }

.text-fuji-light {
  color: #753a75 !important; }

a.text-fuji-light:hover, a.text-fuji-light:focus {
  color: #422142 !important; }

.text-fuji-extra-light {
  color: #cc75a1 !important; }

a.text-fuji-extra-light:hover, a.text-fuji-extra-light:focus {
  color: #b3427b !important; }

.text-matsuba-primary {
  color: #00765d !important; }

a.text-matsuba-primary:hover, a.text-matsuba-primary:focus {
  color: #002a21 !important; }

.text-matsuba-dark {
  color: #004b2e !important; }

a.text-matsuba-dark:hover, a.text-matsuba-dark:focus {
  color: black !important; }

.text-matsuba-normal {
  color: #088339 !important; }

a.text-matsuba-normal:hover, a.text-matsuba-normal:focus {
  color: #043b1a !important; }

.text-matsuba-medium {
  color: #006938 !important; }

a.text-matsuba-medium:hover, a.text-matsuba-medium:focus {
  color: #001d0f !important; }

.text-matsuba-light {
  color: #00645c !important; }

a.text-matsuba-light:hover, a.text-matsuba-light:focus {
  color: #001816 !important; }

.text-matsuba-extra-light {
  color: #5ba25f !important; }

a.text-matsuba-extra-light:hover, a.text-matsuba-extra-light:focus {
  color: #3f7142 !important; }

.text-torch-relay-primary {
  color: #DC0010 !important; }

a.text-torch-relay-primary:hover, a.text-torch-relay-primary:focus {
  color: #90000a !important; }

.text-torch-relay-para-primary {
  color: #FEC14E !important; }

a.text-torch-relay-para-primary:hover, a.text-torch-relay-para-primary:focus {
  color: #fea602 !important; }

.text-torch-relay-gold {
  color: #C28C4C !important; }

a.text-torch-relay-gold:hover, a.text-torch-relay-gold:focus {
  color: #906531 !important; }

.text-black {
  color: #000000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-black-2 {
  color: #141414 !important; }

a.text-black-2:hover, a.text-black-2:focus {
  color: black !important; }

.text-grey-normal {
  color: #6f6f6f !important; }

a.text-grey-normal:hover, a.text-grey-normal:focus {
  color: #494949 !important; }

.text-grey-medium {
  color: #9fa0a0 !important; }

a.text-grey-medium:hover, a.text-grey-medium:focus {
  color: #797a7a !important; }

.text-facebook {
  color: #1877f2 !important; }

a.text-facebook:hover, a.text-facebook:focus {
  color: #0a54b3 !important; }

.text-twitter {
  color: #1da1f2 !important; }

a.text-twitter:hover, a.text-twitter:focus {
  color: #0b76b8 !important; }

.text-body {
  color: #000000 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dadada; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dadada; } }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
@-webkit-keyframes "fpFadeInDown" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes "fpFadeInDown" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.flatpickr-calendar {
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }
  .flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; }
  .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
    border-width: 5px;
    margin: 0 -5px; }
  .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
    border-width: 4px;
    margin: 0 -4px; }
  .flatpickr-calendar:focus {
    outline: 0; }

.flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px; }

.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before {
  top: 100%;
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  top: 100%;
  border-top-color: #fff; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: flex; }
  .flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    flex: 1; }
  .flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9); }
    .flatpickr-months .flatpickr-prev-month i {
      position: relative; }
    .flatpickr-months .flatpickr-prev-month:hover {
      color: #959ea9; }
      .flatpickr-months .flatpickr-prev-month:hover svg {
        fill: #f64747; }
    .flatpickr-months .flatpickr-prev-month svg {
      width: 14px;
      height: 14px; }
      .flatpickr-months .flatpickr-prev-month svg path {
        transition: fill 0.1s;
        fill: inherit; }
  .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9); }
    .flatpickr-months .flatpickr-next-month i {
      position: relative; }
    .flatpickr-months .flatpickr-next-month:hover {
      color: #959ea9; }
      .flatpickr-months .flatpickr-next-month:hover svg {
        fill: #f64747; }
    .flatpickr-months .flatpickr-next-month svg {
      width: 14px;
      height: 14px; }
      .flatpickr-months .flatpickr-next-month svg path {
        transition: fill 0.1s;
        fill: inherit; }
  .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none; }
  .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none; }
  .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0; }
  .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0; }
  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0; }
  .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0; }

.numInputWrapper {
  position: relative;
  height: auto; }
  .numInputWrapper input {
    display: inline-block;
    width: 100%; }
    .numInputWrapper input::-ms-clear {
      display: none; }
    .numInputWrapper input::-webkit-outer-spin-button {
      margin: 0;
      -webkit-appearance: none; }
    .numInputWrapper input::-webkit-inner-spin-button {
      margin: 0;
      -webkit-appearance: none; }
  .numInputWrapper span {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    box-sizing: border-box; }
    .numInputWrapper span:hover {
      background: rgba(0, 0, 0, 0.1); }
    .numInputWrapper span:active {
      background: rgba(0, 0, 0, 0.2); }
    .numInputWrapper span:after {
      display: block;
      content: "";
      position: absolute; }
    .numInputWrapper span svg {
      width: inherit;
      height: auto; }
      .numInputWrapper span svg path {
        fill: rgba(0, 0, 0, 0.5); }
  .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0; }
    .numInputWrapper span.arrowUp:after {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-bottom: 4px solid rgba(57, 57, 57, 0.6);
      top: 26%; }
  .numInputWrapper span.arrowDown {
    top: 50%; }
    .numInputWrapper span.arrowDown:after {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid rgba(57, 57, 57, 0.6);
      top: 40%; }
  .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05); }
    .numInputWrapper:hover span {
      opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0; }
    .flatpickr-current-month span.cur-month:hover {
      background: rgba(0, 0, 0, 0.05); }
  .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block; }
    .flatpickr-current-month .numInputWrapper span.arrowUp:after {
      border-bottom-color: rgba(0, 0, 0, 0.9); }
    .flatpickr-current-month .numInputWrapper span.arrowDown:after {
      border-top-color: rgba(0, 0, 0, 0.9); }
  .flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
    .flatpickr-current-month input.cur-year:focus {
      outline: 0; }
  .flatpickr-current-month input.cur-year[disabled] {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none; }
    .flatpickr-current-month input.cur-year[disabled]:hover {
      font-size: 100%;
      color: rgba(0, 0, 0, 0.5);
      background: transparent;
      pointer-events: none; }
  .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto; }
    .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
      outline: none; }
    .flatpickr-current-month .flatpickr-monthDropdown-months:active {
      outline: none; }
    .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
      background: rgba(0, 0, 0, 0.05); }
    .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
      background-color: transparent;
      outline: none;
      padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px; }
  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder; }

.dayContainer {
  padding: 1px 0 0 0;
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }
  .dayContainer + .dayContainer {
    box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px; }
  .flatpickr-days:focus {
    outline: 0; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center; }
  .flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6; }
  .flatpickr-day:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6; }

.flatpickr-day.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.prevMonthDay.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.nextMonthDay.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.prevMonthDay.today.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.nextMonthDay.today.inRange {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }
  .flatpickr-day.prevMonthDay:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6; }
  .flatpickr-day.prevMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6; }

.flatpickr-day.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }
  .flatpickr-day.nextMonthDay:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6; }
  .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }
  .flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff; }
  .flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff; }

.flatpickr-day.selected {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }
  .flatpickr-day.selected:focus {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7; }
  .flatpickr-day.selected:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7; }

.flatpickr-day.startRange {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }
  .flatpickr-day.startRange:focus {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7; }
  .flatpickr-day.startRange:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7; }

.flatpickr-day.endRange {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }
  .flatpickr-day.endRange:focus {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7; }
  .flatpickr-day.endRange:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7; }

.flatpickr-day.selected.inRange {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.startRange.inRange {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.endRange.inRange {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.prevMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.startRange.prevMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.endRange.prevMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.startRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange {
  border-radius: 50px 0 0 50px; }
  .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px; }
  .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }
  .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.1);
  background: transparent;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed; }
  .flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, 0.1);
    background: transparent;
    border-color: transparent;
    cursor: default;
    cursor: not-allowed; }

.flatpickr-day.notAllowed {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.notAllowed.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }
  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6; }
  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px; }
  .flatpickr-weekwrapper span.flatpickr-day {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none; }
    .flatpickr-weekwrapper span.flatpickr-day:hover {
      display: block;
      width: 100%;
      max-width: none;
      color: rgba(57, 57, 57, 0.3);
      background: transparent;
      cursor: default;
      border: none; }

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex; }
  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both; }
  .flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left; }
    .flatpickr-time .numInputWrapper span.arrowUp:after {
      border-bottom-color: #393939; }
    .flatpickr-time .numInputWrapper span.arrowDown:after {
      border-top-color: #393939; }
  .flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
    .flatpickr-time input:focus {
      outline: 0;
      border: 0;
      background: #eee; }
    .flatpickr-time input:hover {
      background: #eee; }
  .flatpickr-time input.flatpickr-hour {
    font-weight: bold; }
  .flatpickr-time input.flatpickr-minute {
    font-weight: 400; }
  .flatpickr-time input.flatpickr-second {
    font-weight: 400; }
  .flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-grid-row-align: center;
        align-self: center; }
  .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 400;
    width: 18%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-grid-row-align: center;
        align-self: center;
    outline: 0;
    cursor: pointer;
    text-align: center; }
    .flatpickr-time .flatpickr-am-pm:hover {
      background: #eee; }
    .flatpickr-time .flatpickr-am-pm:focus {
      background: #eee; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 100% 10%;
            transform-origin: 100% 10%; }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 10%;
            transform-origin: 100% 10%; } }

@keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 100% 10%;
            transform-origin: 100% 10%; }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 10%;
            transform-origin: 100% 10%; } }

@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; } }

@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../d3images/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../d3images/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../d3images/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp__bg {
  background-color: #141414; }

.pswp__zoom-wrap {
  display: block;
  position: absolute; }
  .pswp__zoom-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 1; }

.pswp__counter {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  top: auto;
  line-height: inherit;
  text-align: center;
  padding-top: 18px;
  opacity: 1;
  margin: 0px auto;
  z-index: 1;
  font-size: 0.75rem; }

.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__button {
  z-index: 3; }
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    margin-top: -3.125rem;
    width: 3.25rem;
    height: 6.25rem;
    font-size: 0.75rem;
    transition: background-color ease-in-out 0.3s;
    will-change: background-color; }
    .pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
      width: auto;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: none !important;
      font-family: "tokyo2020-icons" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #ffffff; }
  .pswp__button--arrow--left::before {
    left: 20px;
    content: "\e001"; }
  .pswp__button--arrow--right::before {
    right: 20px;
    content: "\e002"; }
  .pswp__button--close {
    width: 2rem;
    height: 2rem;
    background: none !important;
    top: 6px;
    right: 10px; }
    .pswp__button--close::before {
      content: "\e005";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: none !important;
      font-family: "tokyo2020-icons" !important;
      font-size: 0.875rem;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #ffffff; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%; }

.swiper-button-disabled {
  opacity: 0.35; }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner,
  .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }

.choices[data-type*="select-one"] {
  cursor: pointer; }
  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0; }
  .choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5; }
    .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__button:focus {
      box-shadow: 0px 0px 0px 2px #00BCD4; }
  .choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px; }
  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text; }

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0; }
  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus,
  .choices[data-type*="text"] .choices__button:hover,
  .choices[data-type*="text"] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .choices__inner,
  .is-open .choices__inner {
    border-color: #b7b7b7; }
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir="rtl"] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all; }
  .choices__list--dropdown.is-active {
    display: block; }
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir="rtl"] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

.choices__input.is-hidden,
.choices[data-type*="select-one"] .choices__input.is-hidden,
.choices[data-type*="select-multiple"] .choices__input.is-hidden {
  display: none; }

/*=====  End of Choices  ======*/
a:hover,
a:active,
a:focus {
  text-decoration: underline; }

body {
  overflow-x: hidden;
  letter-spacing: 0; }

.tk-page {
  overflow-x: hidden; }

.h-100px {
  height: 100px; }

.w-100px {
  width: 100px; }

@media (min-width: 768px) {
  .border-md-right {
    border-right: 1px solid #dee2e6; }
  .border-sm-bottom {
    border-bottom: none; } }

@media (max-width: 767.98px) {
  .border-md-right {
    border-right: none; }
  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6; } }

.safe-area {
  padding-bottom: env(safe-area-inset-bottom); }

figure {
  margin: 0; }

:lang(ja-JP) body {
  font-family: "Tokyo2020JPN", "Mplus 1p", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "Yu Gothic", "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", "MS Gothic", sans-serif;
  letter-spacing: 0.8px; }

:lang(zh-CN) body {
  font-family: sans-serif; }

:lang(ko-KR) body {
  font-family: sans-serif; }

:lang(hi-IN) body {
  font-family: sans-serif; }

:not(:lang(ja-JP)) .only-ja {
  display: none; }

ul,
ol {
  margin: 0;
  padding: 0; }

div[data-plugin="recommendation-api"] {
  display: none; }

.tk-page__heading {
  font-size: 2rem;
  line-height: 1.125;
  font-weight: 700;
  color: #856a47; }
  :lang(ja-JP) .tk-page__heading {
    font-size: 1.625rem;
    line-height: 1.30769; }
  @media (min-width: 992px) {
    .tk-page__heading {
      font-size: 2.75rem;
      line-height: 1.09091; }
      :lang(ja-JP) .tk-page__heading {
        font-size: 2.375rem;
        line-height: 1.26316; } }

.tk-article__title, .tk-video__container-error-title {
  font-size: 1.875rem;
  line-height: 1.13333; }
  :lang(ja-JP) .tk-article__title, :lang(ja-JP) .tk-video__container-error-title {
    font-size: 1.5rem;
    line-height: 1.41667; }
  @media (min-width: 992px) {
    .tk-article__title, .tk-video__container-error-title {
      font-size: 2.375rem;
      line-height: 1.26316; }
      :lang(ja-JP) .tk-article__title, :lang(ja-JP) .tk-video__container-error-title {
        font-size: 2rem;
        line-height: 1.5; } }

.tk-section__heading, .tk-section__heading--rhb-oly, .tk-section__heading--rhb-oly-external, .tk-section__heading--rhb-para, .tk-section__heading--rhb-para-external, .tk-article__summary, .tk-article__part > h2, .tk-article__part .tk-article__faq-card-body > h2, .tk-multicolumn-list__heading, .tk-prefecture__follow-title {
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: 700; }
  :lang(ja-JP) .tk-section__heading, :lang(ja-JP) .tk-section__heading--rhb-oly, :lang(ja-JP) .tk-section__heading--rhb-oly-external, :lang(ja-JP) .tk-section__heading--rhb-para, :lang(ja-JP) .tk-section__heading--rhb-para-external, :lang(ja-JP) .tk-article__summary, :lang(ja-JP) .tk-article__part > h2, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > h2, .tk-article__part :lang(ja-JP) .tk-article__faq-card-body > h2, :lang(ja-JP) .tk-multicolumn-list__heading, :lang(ja-JP) .tk-prefecture__follow-title {
    font-size: 1.375rem;
    line-height: 1.36364; }
  @media (min-width: 992px) {
    .tk-section__heading, .tk-section__heading--rhb-oly, .tk-section__heading--rhb-oly-external, .tk-section__heading--rhb-para, .tk-section__heading--rhb-para-external, .tk-article__summary, .tk-article__part > h2, .tk-article__part .tk-article__faq-card-body > h2, .tk-multicolumn-list__heading, .tk-prefecture__follow-title {
      font-size: 2.125rem;
      line-height: 1.29412; }
      :lang(ja-JP) .tk-section__heading, :lang(ja-JP) .tk-section__heading--rhb-oly, :lang(ja-JP) .tk-section__heading--rhb-oly-external, :lang(ja-JP) .tk-section__heading--rhb-para, :lang(ja-JP) .tk-section__heading--rhb-para-external, :lang(ja-JP) .tk-article__summary, :lang(ja-JP) .tk-article__part > h2, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > h2, .tk-article__part :lang(ja-JP) .tk-article__faq-card-body > h2, :lang(ja-JP) .tk-multicolumn-list__heading, :lang(ja-JP) .tk-prefecture__follow-title {
        font-size: 2rem;
        line-height: 1.29412; } }

.tk-article__part > h3, .tk-article__part .tk-article__faq-card-body > h3, .tk-partnersgroup__heading {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700; }
  :lang(ja-JP) .tk-article__part > h3, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > h3, .tk-article__part :lang(ja-JP) .tk-article__faq-card-body > h3, :lang(ja-JP) .tk-partnersgroup__heading {
    font-size: 1.125rem;
    line-height: 1.5; }
  @media (min-width: 992px) {
    .tk-article__part > h3, .tk-article__part .tk-article__faq-card-body > h3, .tk-partnersgroup__heading {
      font-size: 1.5rem;
      line-height: 1.16667; }
      :lang(ja-JP) .tk-article__part > h3, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > h3, .tk-article__part :lang(ja-JP) .tk-article__faq-card-body > h3, :lang(ja-JP) .tk-partnersgroup__heading {
        font-size: 1.375rem;
        line-height: 1.5; } }

.tk-article__part > h4, .tk-article__part .tk-article__faq-card-body > h4 {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700; }
  :lang(ja-JP) .tk-article__part > h4, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > h4, .tk-article__part :lang(ja-JP) .tk-article__faq-card-body > h4 {
    font-size: 1rem;
    line-height: 1.5; }
  @media (min-width: 992px) {
    .tk-article__part > h4, .tk-article__part .tk-article__faq-card-body > h4 {
      font-size: 1.25rem;
      line-height: 1.2; }
      :lang(ja-JP) .tk-article__part > h4, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > h4, .tk-article__part :lang(ja-JP) .tk-article__faq-card-body > h4 {
        font-size: 1.25rem;
        line-height: 1.5; } }

.tk-article__part > h5, .tk-article__part .tk-article__faq-card-body > h5 {
  font-size: 0.875rem;
  line-height: 1.14286;
  font-weight: 700; }
  :lang(ja-JP) .tk-article__part > h5, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > h5, .tk-article__part :lang(ja-JP) .tk-article__faq-card-body > h5 {
    line-height: 1.5;
    font-weight: 700; }
  @media (min-width: 992px) {
    .tk-article__part > h5, .tk-article__part .tk-article__faq-card-body > h5 {
      font-size: 1rem;
      line-height: 1.1875; }
      :lang(ja-JP) .tk-article__part > h5, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > h5, .tk-article__part :lang(ja-JP) .tk-article__faq-card-body > h5 {
        font-size: 1rem;
        line-height: 1.5; } }

.tk-article--album .tk-article__title {
  font-size: 1.25rem;
  line-height: 1.5; }
  :lang(ja-JP) .tk-article--album .tk-article__title, .tk-article--album :lang(ja-JP) .tk-article__title {
    font-size: 1.125rem;
    line-height: 1.5; }
  @media (min-width: 992px) {
    .tk-article--album .tk-article__title {
      font-size: 1.875rem;
      line-height: 1.33333; }
      :lang(ja-JP) .tk-article--album .tk-article__title, .tk-article--album :lang(ja-JP) .tk-article__title {
        font-size: 2rem;
        line-height: 1.5; } }

.tk-article__part > p, .tk-article__video-description p, .tk-article__part .tk-article__faq-card-body p, .tk-static-block .tk-article__headline p, .tk-lead-block-preview .tk-article__headline p, .tk-multicolumn-list__item--content, .tk-video__container-error-description {
  font-size: 0.875rem;
  line-height: 1.71429; }
  :lang(ja-JP) .tk-article__part > p, :lang(ja-JP) .tk-article__video-description p, .tk-article__video-description :lang(ja-JP) p, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body p, .tk-article__part .tk-article__faq-card-body :lang(ja-JP) p, :lang(ja-JP) .tk-static-block .tk-article__headline p, .tk-static-block .tk-article__headline :lang(ja-JP) p, :lang(ja-JP) .tk-lead-block-preview .tk-article__headline p, .tk-lead-block-preview .tk-article__headline :lang(ja-JP) p, :lang(ja-JP) .tk-multicolumn-list__item--content, :lang(ja-JP) .tk-video__container-error-description {
    font-size: 0.75rem;
    line-height: 1.83333; }
  @media (min-width: 992px) {
    .tk-article__part > p, .tk-article__video-description p, .tk-article__part .tk-article__faq-card-body p, .tk-static-block .tk-article__headline p, .tk-lead-block-preview .tk-article__headline p, .tk-multicolumn-list__item--content, .tk-video__container-error-description {
      font-size: 1rem;
      line-height: 1.625; }
      :lang(ja-JP) .tk-article__part > p, :lang(ja-JP) .tk-article__video-description p, .tk-article__video-description :lang(ja-JP) p, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body p, .tk-article__part .tk-article__faq-card-body :lang(ja-JP) p, :lang(ja-JP) .tk-static-block .tk-article__headline p, .tk-static-block .tk-article__headline :lang(ja-JP) p, :lang(ja-JP) .tk-lead-block-preview .tk-article__headline p, .tk-lead-block-preview .tk-article__headline :lang(ja-JP) p, :lang(ja-JP) .tk-multicolumn-list__item--content, :lang(ja-JP) .tk-video__container-error-description {
        font-size: 0.875rem;
        line-height: 1.85714; } }

.tk-link {
  font-size: 0.875rem; }
  :lang(ja-JP) .tk-link {
    font-size: 0.75rem; }
  @media (min-width: 992px) {
    .tk-link {
      font-size: 1rem; }
      :lang(ja-JP) .tk-link {
        font-size: 0.875rem; } }

.tk-article__part > blockquote p, .tk-article__part .tk-article__faq-card-body > blockquote p {
  font-size: 1rem;
  line-height: 1.1875; }
  :lang(ja-JP) .tk-article__part > blockquote p, .tk-article__part > blockquote :lang(ja-JP) p, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > blockquote p, .tk-article__part .tk-article__faq-card-body > blockquote :lang(ja-JP) p {
    font-size: 0.875rem;
    line-height: 1.5; }
  @media (min-width: 768px) {
    .tk-article__part > blockquote p, .tk-article__part .tk-article__faq-card-body > blockquote p {
      font-size: 2.125rem;
      line-height: 1.17647; }
      :lang(ja-JP) .tk-article__part > blockquote p, .tk-article__part > blockquote :lang(ja-JP) p, :lang(ja-JP) .tk-article__part .tk-article__faq-card-body > blockquote p, .tk-article__part .tk-article__faq-card-body > blockquote :lang(ja-JP) p {
        font-size: 1.75rem;
        line-height: 1.5; } }

.tk-article--video-vod .tk-article__title {
  font-size: 1.25rem;
  line-height: 1.5; }
  :lang(ja-JP) .tk-article--video-vod .tk-article__title, .tk-article--video-vod :lang(ja-JP) .tk-article__title {
    font-size: 1.125rem;
    line-height: 1.5; }
  @media (min-width: 992px) {
    .tk-article--video-vod .tk-article__title {
      font-size: 1.875rem;
      line-height: 1.33333; }
      :lang(ja-JP) .tk-article--video-vod .tk-article__title, .tk-article--video-vod :lang(ja-JP) .tk-article__title {
        font-size: 2rem;
        line-height: 1.5; } }

.tk-link, .tk-article__part > p a, .tk-article__video-description a, .tk-article__part .tk-article__faq-card-body a, .tk-article__tag a, .tk-static-block .tk-article__headline p a, .tk-lead-block-preview .tk-article__headline p a, .tk-multicolumn-list__item--content a, .tk-map__infoBubble--event-main-link, .tk-map__infoBubble--event-footer-link {
  padding: 0 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #b11d33;
  font-weight: 600;
  transition: all .5s ease; }
  .tk-link:link, .tk-article__part > p a:link, .tk-article__video-description a:link, .tk-article__part .tk-article__faq-card-body a:link, .tk-article__tag a:link, .tk-static-block .tk-article__headline p a:link, .tk-lead-block-preview .tk-article__headline p a:link, .tk-multicolumn-list__item--content a:link, .tk-map__infoBubble--event-main-link:link, .tk-map__infoBubble--event-footer-link:link, .tk-link:visited, .tk-article__part > p a:visited, .tk-article__video-description a:visited, .tk-article__part .tk-article__faq-card-body a:visited, .tk-article__tag a:visited, .tk-static-block .tk-article__headline p a:visited, .tk-lead-block-preview .tk-article__headline p a:visited, .tk-multicolumn-list__item--content a:visited, .tk-map__infoBubble--event-main-link:visited, .tk-map__infoBubble--event-footer-link:visited {
    text-decoration: none;
    color: #000000; }
  .tk-link:focus, .tk-article__part > p a:focus, .tk-article__video-description a:focus, .tk-article__part .tk-article__faq-card-body a:focus, .tk-article__tag a:focus, .tk-static-block .tk-article__headline p a:focus, .tk-lead-block-preview .tk-article__headline p a:focus, .tk-multicolumn-list__item--content a:focus, .tk-map__infoBubble--event-main-link:focus, .tk-map__infoBubble--event-footer-link:focus, .tk-link:hover, .tk-article__part > p a:hover, .tk-article__video-description a:hover, .tk-article__part .tk-article__faq-card-body a:hover, .tk-article__tag a:hover, .tk-static-block .tk-article__headline p a:hover, .tk-lead-block-preview .tk-article__headline p a:hover, .tk-multicolumn-list__item--content a:hover, .tk-map__infoBubble--event-main-link:hover, .tk-map__infoBubble--event-footer-link:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #b11d33; }

.tk-skipToLinks .sr-only-focusable:focus {
  position: fixed;
  z-index: 99999;
  margin: 2px;
  padding: 8px;
  outline: 2px solid #ffffff;
  background-color: #000000;
  color: #ffffff; }

@media (max-width: 991.98px) {
  .tk-emblem {
    width: 65px;
    height: 86px; } }

@media (min-width: 992px) {
  .tk-emblem {
    width: 80px;
    height: 108px; } }

.tk-emblem__link {
  display: block; }
  @media (max-width: 991.98px) {
    .tk-emblem__link {
      width: 65px;
      height: 86px; } }
  @media (min-width: 992px) {
    .tk-emblem__link {
      width: 80px;
      height: 108px; } }

.tk-header__area--primary .tk-emblem {
  position: absolute;
  z-index: 4; }
  @media (max-width: 991.98px) {
    .tk-header__area--primary .tk-emblem {
      top: -58px;
      left: 10px; } }
  @media (min-width: 992px) {
    .tk-header__area--primary .tk-emblem {
      top: -74px;
      left: 35px; } }

.tokyo2020--olympics .tk-emblem {
  background: #ffffff url("/tokyo-2020/en/d3images/emblem/olympics/emblem-tokyo2020.svg") 0 0 no-repeat;
  background-size: contain; }

.tokyo2020--paralympics .tk-emblem {
  background: #ffffff url("/tokyo-2020/en/d3images/emblem/paralympics/emblem-tokyo2020.svg") 0 0 no-repeat;
  background-size: contain; }

.tokyo2020--torch-relay-olympics .tk-emblem {
  background: #ffffff url("/tokyo-2020/en/d3images/emblem/olympics/emblem-torch-relay-v3.svg") 0 0 no-repeat;
  background-size: contain; }

.tokyo2020--torch-relay-paralympics .tk-emblem {
  background: #ffffff url("/tokyo-2020/en/d3images/emblem/paralympics/emblem-torch-relay-v3.svg") 0 0 no-repeat;
  background-size: contain; }

.tk-header {
  position: relative;
  z-index: 2; }
  .tk-header.headroom {
    position: fixed;
    width: 100vw;
    z-index: 103;
    right: 0;
    left: 0;
    top: 106px;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    will-change: transform; }
    @media (max-width: 767.98px) {
      .tk-header.headroom {
        top: 66px; } }
    .tk-header.headroom.tk-ad-top--label-is-visible {
      top: 128px; }
      @media (max-width: 767.98px) {
        .tk-header.headroom.tk-ad-top--label-is-visible {
          top: 86px; } }
    .tk-header.headroom.tk-header--no-adv {
      position: fixed;
      width: 100vw;
      z-index: 103;
      top: 0 !important; }
    .tk-header.headroom.animated {
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      will-change: transform, opacity; }
      .tk-header.headroom.animated.slideDown {
        -webkit-animation-name: slideDown;
        animation-name: slideDown; }
      .tk-header.headroom.animated.slideUp {
        -webkit-animation-name: slideUp;
        animation-name: slideUp; }
  .tk-header[data-adv="true"] + .tk-side-menu + .tk-side-menu-overlay + #tk-main-content {
    margin-top: 192px; }
  .tk-header__overlay {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7); }
  .tk-header__area--primary {
    border-bottom: 1px solid #dadada;
    background-color: #ffffff; }
    .tk-header__area--primary > .container {
      position: relative; }
    @media (max-width: 991.98px) {
      .tk-header__area--primary > .container {
        height: 3.125rem; } }
    @media (min-width: 992px) {
      .tk-header__area--primary > .container {
        height: 3.125rem; } }
  .tk-header__area--secondary {
    position: relative;
    z-index: 3;
    background-color: #ffffff; }
    .tk-header__area--secondary::after {
      display: block;
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 1px;
      background: #dadada; }
    @media (max-width: 991.98px) {
      .tk-header__area--secondary > .container {
        height: 58px; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      .tk-header__area--secondary > .container {
        position: relative; }
        .tk-header__area--secondary > .container::after {
          display: block;
          content: '';
          position: absolute;
          z-index: 1;
          top: 0;
          bottom: 0;
          left: -100%;
          width: 100%; }
        .tk-header__area--secondary > .container::before {
          display: block;
          content: '';
          position: absolute;
          z-index: 1;
          top: 0;
          bottom: 0;
          right: -100%;
          width: 100%; } }
    @media (min-width: 992px) {
      .tk-header__area--secondary > .container {
        position: relative;
        z-index: 2;
        height: 74px; }
        .tk-header__area--secondary > .container::before {
          display: block;
          content: '';
          position: absolute;
          z-index: 1;
          top: 0;
          bottom: 0;
          left: -100%;
          width: 100%; } }
  .tk-header__area--subnav {
    background-color: #ffffff; }
  @media (max-width: 991.98px) {
    .tk-header__top-menu-area {
      display: none; } }
  @media (min-width: 992px) {
    .tk-header__top-menu-area {
      position: absolute;
      top: 50%;
      right: 35px;
      z-index: 3;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: flex;
      align-items: center;
      max-width: 450px; } }
  @media (min-width: 1260px) {
    .tk-header__top-menu-area {
      max-width: 550px; } }
  @media (min-width: 992px) {
    .tk-header__menu-area {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .tk-header--external-slim .tk-header__area--primary, .tk-header--slim.headroom--not-top .tk-header__area--primary {
    border-bottom: none; }
    .tk-header--external-slim .tk-header__area--primary::after, .tk-header--slim.headroom--not-top .tk-header__area--primary::after {
      content: "";
      display: block;
      height: 12px;
      width: 100%; }
      @media (max-width: 767.98px) {
        .tk-header--external-slim .tk-header__area--primary::after, .tk-header--slim.headroom--not-top .tk-header__area--primary::after {
          height: 10px; } }
    .tk-header--external-slim .tk-header__area--primary > .container,
    .tk-header--external-slim .tk-header__area--primary .tk-main-nav, .tk-header--slim.headroom--not-top .tk-header__area--primary > .container,
    .tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav {
      height: 3.625rem; }
      @media (max-width: 767.98px) {
        .tk-header--external-slim .tk-header__area--primary > .container,
        .tk-header--external-slim .tk-header__area--primary .tk-main-nav, .tk-header--slim.headroom--not-top .tk-header__area--primary > .container,
        .tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav {
          height: 3.125rem; } }
    .tk-header--external-slim .tk-header__area--primary .tk-emblem, .tk-header--slim.headroom--not-top .tk-header__area--primary .tk-emblem {
      height: 70px;
      width: 50px;
      top: 0; }
      @media (max-width: 767.98px) {
        .tk-header--external-slim .tk-header__area--primary .tk-emblem, .tk-header--slim.headroom--not-top .tk-header__area--primary .tk-emblem {
          height: 60px;
          width: 45px; } }
    .tk-header--external-slim .tk-header__area--primary .tk-main-nav, .tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav {
      display: flex; }
    .tk-header--external-slim .tk-header__area--primary .tk-main-nav__list, .tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav__list {
      margin-right: 10px; }
      .tk-header--external-slim .tk-header__area--primary .tk-main-nav__list::after, .tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav__list::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 40px;
        bottom: 0;
        width: 24px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, white 100%); }
    .tk-header--external-slim .tk-header__area--primary .tk-main-nav__utility-list, .tk-header--slim.headroom--not-top .tk-header__area--primary .tk-main-nav__utility-list {
      position: initial;
      height: 50px; }
  .tk-header--external-slim .tk-header__area--secondary, .tk-header--slim.headroom--not-top .tk-header__area--secondary {
    display: none; }
  .tk-header--external-slim .tk-header__area--subnav, .tk-header--slim.headroom--not-top .tk-header__area--subnav {
    display: none; }
  @media (max-width: 991.98px) {
    :lang(ja-JP) .tk-header--external-slim .tk-main-nav__cta-text, :lang(ja-JP) .tk-header--slim.headroom--not-top .tk-main-nav__cta-text {
      display: none !important; } }
  @media (max-width: 991.98px) {
    .tokyo2020--olympics .tk-header--external-slim .tk-main-nav__menu-icon-bar, .tokyo2020--olympics .tk-header--slim.headroom--not-top .tk-main-nav__menu-icon-bar {
      background-color: #6f6f6f; } }
  .tk-header--external-slim .navigation-main, .tk-header--slim.headroom--not-top .navigation-main {
    display: none; }
  @media (max-width: 991.98px) {
    .tokyo2020--torch-relay-olympics .tk-header--slim.headroom--not-top .tk-main-nav__menu-icon-bar {
      background-color: #6f6f6f; } }
  @media (max-width: 991.98px) {
    .tokyo2020--olympics .tk-header__area--secondary {
      background-color: #8b2030; }
      .tokyo2020--olympics .tk-header__area--secondary > .container {
        background: transparent url("/tokyo-2020/en/d3images/header/olympics/bg-header__secondary-area--mobile.svg") 0 0 no-repeat; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .tokyo2020--olympics .tk-header__area--secondary > .container::after {
      background: #771a2a; }
    .tokyo2020--olympics .tk-header__area--secondary > .container::before {
      background: #8b2030; } }
  @media (min-width: 992px) {
    .tokyo2020--olympics .tk-header__area--secondary > .container {
      background: url("/tokyo-2020/en/d3images/header/olympics/bg-header__secondary-area--desktop-v2.svg") -90px 0 no-repeat; }
      .tokyo2020--olympics .tk-header__area--secondary > .container::before {
        background: #771a2a; } }
  .tokyo2020--olympics .tk-header--external-slim .tk-header__slim-background,
  .tokyo2020--olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
  .tokyo2020--olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
    display: block;
    background: url("/tokyo-2020/en/d3images/header/olympics/bg-header__primary-area-olympic.svg") 60px 0 no-repeat;
    height: 12px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .tokyo2020--olympics .tk-header--external-slim .tk-header__slim-background,
      .tokyo2020--olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
      .tokyo2020--olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
        height: 10px;
        background: url("/tokyo-2020/en/d3images/header/olympics/bg-header__primary-area-olympic-mobile.svg") 30px 0 no-repeat; } }
  .tokyo2020--olympics .tk-header--external-slim .tk-header__area--primary::after,
  .tokyo2020--olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__area--primary::after,
  .tokyo2020--olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__area--primary::after {
    background: #8b2030; }
  @media (max-width: 991.98px) {
    .tokyo2020--paralympics .tk-header__area--secondary {
      background-color: #e96a7b; }
      .tokyo2020--paralympics .tk-header__area--secondary > .container {
        background: transparent url("/tokyo-2020/en/d3images/header/paralympics/bg-header__secondary-area--mobile.svg") 0 0 no-repeat; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .tokyo2020--paralympics .tk-header__area--secondary > .container::after {
      background: #db4e50; }
    .tokyo2020--paralympics .tk-header__area--secondary > .container::before {
      background: #e96a7b; } }
  @media (min-width: 992px) {
    .tokyo2020--paralympics .tk-header__area--secondary > .container {
      background: url("/tokyo-2020/en/d3images/header/paralympics/bg-header__secondary-area--desktop-v2.svg") -90px 0 no-repeat; }
      .tokyo2020--paralympics .tk-header__area--secondary > .container::before {
        background: #db4e50; } }
  .tokyo2020--paralympics .tk-header--external-slim .tk-header__slim-background,
  .tokyo2020--paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
  .tokyo2020--paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
    display: block;
    background: url("/tokyo-2020/en/d3images/header/paralympics/bg-header__primary-area-paralympic.svg") 60px 0 no-repeat;
    height: 12px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .tokyo2020--paralympics .tk-header--external-slim .tk-header__slim-background,
      .tokyo2020--paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
      .tokyo2020--paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
        height: 10px;
        background: url("/tokyo-2020/en/d3images/header/paralympics/bg-header__primary-area-paralympic-mobile.svg") 30px 0 no-repeat; } }
  .tokyo2020--paralympics .tk-header--external-slim .tk-header__area--primary::after,
  .tokyo2020--paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__area--primary::after,
  .tokyo2020--paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__area--primary::after {
    background: #e96a7b; }
  @media (max-width: 991.98px) {
    .tokyo2020--torch-relay-olympics .tk-header__area--secondary > .container {
      background: url("/tokyo-2020/en/d3images/header/olympics/bg-header__secondary-area--torch-relay-mobile.svg") 0 100% repeat-x; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .tokyo2020--torch-relay-olympics .tk-header__area--secondary {
      background: url("/tokyo-2020/en/d3images/header/olympics/bg-header__secondary-area--torch-relay-mobile.svg") 0 100% repeat-x; } }
  @media (min-width: 992px) {
    .tokyo2020--torch-relay-olympics .tk-header__area--secondary > .container {
      background: url("/tokyo-2020/en/d3images/header/olympics/bg-header__secondary-area--torch-relay-desktop-v2.svg") -90px 0 no-repeat; }
      .tokyo2020--torch-relay-olympics .tk-header__area--secondary > .container::before {
        background: url("/tokyo-2020/en/d3images/header/olympics/bg-header__secondary-area--torch-relay-background-desktop.svg") 100% 100% repeat-x; } }
  .tokyo2020--torch-relay-olympics.ismob .tk-header__area--subnav {
    display: none; }
  .tokyo2020--torch-relay-olympics .tk-header--external-slim .tk-header__slim-background,
  .tokyo2020--torch-relay-olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
  .tokyo2020--torch-relay-olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
    display: none; }
  .tokyo2020--torch-relay-olympics .tk-header--external-slim .tk-header__area--primary::after,
  .tokyo2020--torch-relay-olympics .tk-header--slim.slideDown.headroom--not-top .tk-header__area--primary::after,
  .tokyo2020--torch-relay-olympics .tk-header--slim.slideUp.headroom--not-top .tk-header__area--primary::after {
    background: url("/tokyo-2020/en/d3images/header/olympics/bg-header__primary-area-otr.svg"); }
  @media (max-width: 991.98px) {
    .tokyo2020--torch-relay-paralympics .tk-header__area--secondary > .container {
      background: url("/tokyo-2020/en/d3images/header/paralympics/bg-header__secondary-area--torch-relay-mobile.svg") 0 100% repeat-x; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .tokyo2020--torch-relay-paralympics .tk-header__area--secondary {
      background: url("/tokyo-2020/en/d3images/header/paralympics/bg-header__secondary-area--torch-relay-mobile.svg") 0 100% repeat-x; } }
  @media (min-width: 992px) {
    .tokyo2020--torch-relay-paralympics .tk-header__area--secondary > .container {
      background: url("/tokyo-2020/en/d3images/header/paralympics/bg-header__secondary-area--torch-relay-desktop-v2.svg") -90px 0 no-repeat; }
      .tokyo2020--torch-relay-paralympics .tk-header__area--secondary > .container::before {
        background: url("/tokyo-2020/en/d3images/header/paralympics/bg-header__secondary-area--torch-relay-background-desktop.svg") 100% 100% repeat-x; } }
  .tokyo2020--torch-relay-paralympics.ismob .tk-header__area--subnav {
    display: none; }
  .tokyo2020--torch-relay-paralympics .tk-header--external-slim .tk-header__slim-background,
  .tokyo2020--torch-relay-paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__slim-background,
  .tokyo2020--torch-relay-paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__slim-background {
    display: none; }
  .tokyo2020--torch-relay-paralympics .tk-header--external-slim .tk-header__area--primary::after,
  .tokyo2020--torch-relay-paralympics .tk-header--slim.slideDown.headroom--not-top .tk-header__area--primary::after,
  .tokyo2020--torch-relay-paralympics .tk-header--slim.slideUp.headroom--not-top .tk-header__area--primary::after {
    background: url("/tokyo-2020/en/d3images/header/paralympics/bg-header__primary-area-ptr.svg"); }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@media (max-width: 767.98px) {
  .tk-footer__link-area {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 768px) {
  .tk-footer__link-area {
    padding-top: 60px; } }

@media (min-width: 768px) {
  .tk-footer__col1 {
    padding-right: 45px; } }

@media (min-width: 768px) {
  .tk-footer__col2, .tk-footer__col3 {
    padding-left: 45px; } }

.tk-footer__copyright-area {
  text-align: left; }
  @media (max-width: 767.98px) {
    .tk-footer__copyright-area {
      padding-left: 10px;
      padding-right: 10px; } }

.tk-footer__copyright {
  margin: 1rem 0; }
  @media (min-width: 768px) {
    .tk-footer__copyright {
      margin: 2.1875rem 0; } }
  .tk-footer__copyright-text {
    font-weight: 400; }
    @media (max-width: 767.98px) {
      .tk-footer__copyright-text {
        font-size: 0.75rem;
        line-height: 1.5; } }
    @media (min-width: 768px) {
      .tk-footer__copyright-text {
        font-size: 0.875rem; } }
  .tk-footer__copyright-title {
    font-weight: bold;
    margin-bottom: 0.25rem; }

.tk-footer .tk-nav-footer {
  text-align: left; }
  .tk-footer .tk-nav-footer__title {
    margin: 40px 0 30px;
    font-weight: 700;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .tk-footer .tk-nav-footer__title {
        margin: 0 0 40px;
        font-size: 1.125rem; } }
    @media (min-width: 992px) {
      .tk-footer .tk-nav-footer__title {
        font-size: 1.5rem; } }
    @media (max-width: 767.98px) {
      .tk-footer .tk-nav-footer__title--sns {
        margin: 40px 0 0; } }
    @media (min-width: 768px) {
      .tk-footer .tk-nav-footer__title--sns {
        margin-bottom: 13px; } }
  .tk-footer .tk-nav-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
    @media (min-width: 768px) {
      .tk-footer .tk-nav-footer__list--about-the-games {
        -webkit-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 45px;
                column-gap: 45px; }
        .tk-footer .tk-nav-footer__list--about-the-games .tk-nav-footer__item {
          margin-bottom: 20px;
          line-height: 1.2; }
          :lang(hi-IN) .tk-footer .tk-nav-footer__list--about-the-games .tk-nav-footer__item {
            line-height: inherit; } }
    @media (min-width: 768px) {
      .tk-footer .tk-nav-footer__list--about-us .tk-nav-footer__item {
        margin-bottom: 20px;
        line-height: 1.2; }
        :lang(hi-IN) .tk-footer .tk-nav-footer__list--about-us .tk-nav-footer__item {
          line-height: inherit; } }
    .tk-footer .tk-nav-footer__list--sns::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767.98px) {
      .tk-footer .tk-nav-footer__list--sns {
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .tk-footer .tk-nav-footer__list--sns {
        margin-top: 4px;
        margin-bottom: 40px;
        margin-left: -7px; } }
    .tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item {
      float: left; }
      @media (max-width: 767.98px) {
        .tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item {
          margin-top: 12px;
          margin-right: 12px; }
          .tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item:nth-child(5) {
            clear: left; } }
      @media (min-width: 768px) {
        .tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item {
          margin-top: 16px;
          margin-right: 16px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item:nth-child(5) {
          clear: left; } }
      @media (min-width: 992px) {
        .tk-footer .tk-nav-footer__list--sns .tk-nav-footer__item:nth-child(6) {
          clear: left; } }
    .tk-footer .tk-nav-footer__list--sns .tk-nav-footer__link:focus, .tk-footer .tk-nav-footer__list--sns .tk-nav-footer__link:hover {
      text-decoration: none; }
    .tk-footer .tk-nav-footer__list--website-lang::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767.98px) {
      .tk-footer .tk-nav-footer__list--website-lang {
        padding: 0 0 10px; } }
    .tk-footer .tk-nav-footer__list--website-lang .tk-nav-footer__item {
      float: left;
      margin-bottom: 20px; }
      .tk-footer .tk-nav-footer__list--website-lang .tk-nav-footer__item:nth-child(4) {
        clear: left; }
      .tk-footer .tk-nav-footer__list--website-lang .tk-nav-footer__item:not(:nth-child(3n+1)) {
        position: relative;
        padding-left: 40px; }
        .tk-footer .tk-nav-footer__list--website-lang .tk-nav-footer__item:not(:nth-child(3n+1))::before {
          display: block;
          content: '';
          width: 4px;
          height: 4px;
          border-radius: 100%;
          position: absolute;
          top: 50%;
          left: 18px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background-color: #ffffff; }
    .tk-footer .tk-nav-footer__list--footer-links {
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .tk-footer .tk-nav-footer__list--footer-links {
          padding: 30px 0 10px;
          -webkit-column-count: 2;
                  column-count: 2; }
          .tk-footer .tk-nav-footer__list--footer-links .tk-nav-footer__item {
            padding-bottom: 20px;
            -webkit-column-break-inside: avoid;
            /* Chrome, Safari, Opera */
            page-break-inside: avoid;
            /* Firefox */
            break-inside: avoid;
            /* IE 10+ */ } }
      @media (min-width: 768px) {
        .tk-footer .tk-nav-footer__list--footer-links {
          margin: 40px 0 0;
          padding: 40px 0;
          text-align: center; }
          .tk-footer .tk-nav-footer__list--footer-links .tk-nav-footer__item {
            display: inline-block; }
            .tk-footer .tk-nav-footer__list--footer-links .tk-nav-footer__item:not(:first-child) {
              position: relative;
              padding-left: 40px; }
              .tk-footer .tk-nav-footer__list--footer-links .tk-nav-footer__item:not(:first-child)::before {
                display: block;
                content: '';
                width: 4px;
                height: 4px;
                border-radius: 100%;
                position: absolute;
                top: 50%;
                left: 18px;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                background-color: #ffffff; } }
    .tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item {
      display: inline-block; }
      @media (max-width: 575.98px) {
        .tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item {
          float: left; }
          .tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:nth-child(4) {
            clear: left; }
          .tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:not(:nth-child(3n+1)) {
            position: relative;
            padding-left: 20px; }
            .tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:not(:nth-child(3n+1))::before {
              display: block;
              content: '';
              width: 4px;
              height: 4px;
              border-radius: 100%;
              position: absolute;
              top: 50%;
              left: 10px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              background-color: #ffffff; } }
      @media (min-width: 576px) {
        .tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item {
          float: left;
          position: relative; }
          .tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:not(:first-child) {
            position: relative;
            padding-left: 40px; }
            .tk-footer .tk-nav-footer__list--footer-nolinks .tk-nav-footer__item:not(:first-child)::before {
              display: block;
              content: '';
              width: 4px;
              height: 4px;
              border-radius: 100%;
              position: absolute;
              top: 50%;
              left: 18px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              background-color: #ffffff; } }
  .tk-footer .tk-nav-footer__link:focus, .tk-footer .tk-nav-footer__link:hover {
    color: #e6e6e6;
    text-decoration: underline; }
  .tk-footer .tk-nav-footer__social-icon {
    position: relative;
    display: block;
    width: 3.125rem;
    height: 3.125rem; }
    .tk-footer .tk-nav-footer__social-icon::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.5rem; }
    @media (min-width: 576px) {
      .tk-footer .tk-nav-footer__social-icon {
        width: 2rem;
        height: 2rem; }
        .tk-footer .tk-nav-footer__social-icon::before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-size: 1.125rem; } }

.tk-footer .tk-footer-apps {
  height: 3.4375rem;
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: space-around;
  margin-bottom: 0.85938rem; }
  @media (max-width: 767.98px) {
    .tk-footer .tk-footer-apps {
      height: 2.75rem;
      margin-bottom: 0.6875rem;
      margin-top: 0.6875rem; } }
  .tk-footer .tk-footer-apps .tk-footer-apps__link--list-element {
    min-width: 3.4375rem;
    min-height: 3.4375rem;
    margin-right: 0.85938rem; }
    @media (max-width: 767.98px) {
      .tk-footer .tk-footer-apps .tk-footer-apps__link--list-element {
        min-width: 2.75rem;
        min-height: 2.75rem;
        margin-right: 0.6875rem; } }
    .tk-footer .tk-footer-apps .tk-footer-apps__link--list-element:last-child {
      margin-right: 0; }
  .tk-footer .tk-footer-apps .tk-footer-apps__icon {
    display: block;
    height: 3.4375rem; }
    @media (max-width: 767.98px) {
      .tk-footer .tk-footer-apps .tk-footer-apps__icon {
        height: 2.75rem; } }
    .tk-footer .tk-footer-apps .tk-footer-apps__icon-ios, .tk-footer .tk-footer-apps .tk-footer-apps__icon-android {
      height: 100%; }

@media (min-width: 768px) {
  .tk-footer--slim.slideDown.headroom--not-top__link-area {
    padding-top: 0px; } }

.tokyo2020--olympics .tk-footer__area {
  color: #ffffff;
  font-size: 0.875rem;
  border-top: 10px solid #771a2a;
  position: relative; }
  .tokyo2020--olympics .tk-footer__area::before {
    content: "";
    display: block;
    max-width: 1100px;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/tokyo-2020/en/d3images/footer/icon_footer_bar.svg") no-repeat 40px 0; }

@media (min-width: 768px) {
  .tokyo2020--olympics .tk-footer__col2, .tokyo2020--olympics .tk-footer__col3 {
    border-left: 1px solid rgba(255, 255, 255, 0.2); } }

.tokyo2020--olympics .tk-footer__link-area {
  background: #b11d33; }

.tokyo2020--olympics .tk-footer__copyright-area {
  background: #8b2030; }

.tokyo2020--olympics .tk-footer .tk-nav-footer .tk-footer-apps__item::before {
  background-color: #ffffff; }

.tokyo2020--olympics .tk-footer .tk-nav-footer__link {
  color: #ffffff; }

.tokyo2020--olympics .tk-footer .tk-nav-footer__list--footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.tokyo2020--olympics .tk-footer .tk-languages__button--footer {
  color: #ffffff;
  border: 1px solid #ffffff; }

.tokyo2020--olympics .tk-footer .tk-languages__button-label::before {
  color: #ffffff; }

.tk-footer.tokyo2020--olympics .tk-nav-footer__link {
  color: #ffffff; }

.tk-footer.tokyo2020--olympics .tk-nav-footer__list--footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.tokyo2020--paralympics .tk-footer__area {
  color: #000000;
  font-size: 0.875rem;
  border-top: 10px solid #db4e50;
  position: relative; }
  .tokyo2020--paralympics .tk-footer__area::before {
    content: "";
    display: block;
    max-width: 1100px;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/tokyo-2020/en/d3images/footer/icon_footer_bar_para.svg") no-repeat 40px 0; }

@media (min-width: 768px) {
  .tokyo2020--paralympics .tk-footer__col2, .tokyo2020--paralympics .tk-footer__col3 {
    border-left: 1px solid rgba(0, 0, 0, 0.2); } }

.tokyo2020--paralympics .tk-footer__link-area {
  background: #e96a7b; }

.tokyo2020--paralympics .tk-footer__copyright-area {
  background: #db4e50; }

.tokyo2020--paralympics .tk-footer .tk-nav-footer .tk-footer-apps__item::before {
  background-color: #000000; }

.tokyo2020--paralympics .tk-footer .tk-nav-footer__item:not(:first-child)::before {
  background-color: #000000; }

.tokyo2020--paralympics .tk-footer .tk-nav-footer__link {
  color: #000000; }

.tokyo2020--paralympics .tk-footer .tk-nav-footer__list--footer-links {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.tokyo2020--paralympics .tk-footer .tk-languages__button--footer {
  color: #000000;
  border: 1px solid #000000; }

.tokyo2020--paralympics .tk-footer .tk-languages__button-label::before {
  color: #000000; }

.tk-footer.tokyo2020--paralympics .tk-nav-footer__link {
  color: #000000; }

.tk-footer.tokyo2020--paralympics .tk-nav-footer__list--footer-links {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.tokyo2020--torch-relay-olympics .tk-footer__area {
  color: #ffffff;
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .tokyo2020--torch-relay-olympics .tk-footer__col2, .tokyo2020--torch-relay-olympics .tk-footer__col3 {
    border-left: 1px solid rgba(255, 255, 255, 0.2); } }

.tokyo2020--torch-relay-olympics .tk-footer__link-area {
  background: #DC0010; }

.tokyo2020--torch-relay-olympics .tk-footer__copyright-area {
  background: #C28C4C; }

.tokyo2020--torch-relay-olympics .tk-footer .tk-nav-footer .tk-footer-apps__item::before {
  background-color: #ffffff; }

.tokyo2020--torch-relay-olympics .tk-footer .tk-nav-footer__item:not(:first-child)::before {
  background-color: #ffffff; }

.tokyo2020--torch-relay-olympics .tk-footer .tk-nav-footer__link {
  color: #ffffff; }

.tokyo2020--torch-relay-olympics .tk-footer .tk-nav-footer__list--footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.tokyo2020--torch-relay-olympics .tk-footer .tk-languages__button--footer {
  color: #ffffff;
  border: 1px solid #ffffff; }

.tokyo2020--torch-relay-olympics .tk-footer .tk-languages__button-label::before {
  color: #ffffff; }

.tokyo2020--torch-relay-paralympics .tk-footer__area {
  color: #000000;
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .tokyo2020--torch-relay-paralympics .tk-footer__col2, .tokyo2020--torch-relay-paralympics .tk-footer__col3 {
    border-left: 1px solid rgba(0, 0, 0, 0.2); } }

.tokyo2020--torch-relay-paralympics .tk-footer__link-area {
  background: #FEC14E; }

.tokyo2020--torch-relay-paralympics .tk-footer__copyright-area {
  background: #C28C4C; }

.tokyo2020--torch-relay-paralympics .tk-footer .tk-nav-footer .tk-footer-apps__item::before {
  background-color: #000000; }

.tokyo2020--torch-relay-paralympics .tk-footer .tk-nav-footer__item:not(:first-child)::before {
  background-color: #000000; }

.tokyo2020--torch-relay-paralympics .tk-footer .tk-nav-footer__link {
  color: #000000; }

.tokyo2020--torch-relay-paralympics .tk-footer .tk-nav-footer__list--footer-links {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.tokyo2020--torch-relay-paralympics .tk-footer .tk-languages__button--footer {
  color: #000000;
  border: 1px solid #000000; }

.tokyo2020--torch-relay-paralympics .tk-footer .tk-languages__button-label::before {
  color: #000000; }

@media (min-width: 768px) {
  .tk-footer .tk-footer--slim__area .tk-nav-footer__list--footer-links {
    border: none;
    margin: 0px;
    padding: 16px 0; } }

@media (max-width: 767.98px) {
  .tk-footer .tk-footer--slim__area .tk-nav-footer__list--footer-links {
    border: none;
    margin: 0px;
    padding: 16px 0 16px; } }

@media (max-width: 991.98px) {
  .tk-main-nav {
    position: relative; }
    .tk-main-nav::before {
      content: ' ';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 67px;
      bottom: 0;
      width: 3px;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.8) 100%); }
    .tk-main-nav::after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 24px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, white 100%); } }

@media (min-width: 992px) {
  .tk-main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3.125rem; } }

.tk-main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 991.98px) {
    .tk-main-nav__list {
      height: 3.125rem;
      margin-left: 67px;
      width: calc(100% - 67px);
      overflow-x: auto; } }
  @media (min-width: 992px) {
    .tk-main-nav__list {
      margin-left: 137px;
      max-width: calc(100% - 280px);
      overflow: hidden;
      height: 100%;
      flex-wrap: wrap; } }

.tk-main-nav__item {
  white-space: nowrap; }
  @media (max-width: 991.98px) {
    .tk-main-nav__item:first-child {
      padding-left: 3px; }
    .tk-main-nav__item:last-child {
      padding-right: 24px; } }
  .tk-main-nav__item:not(:last-child) {
    margin-right: 24px; }
    :lang(ko-KR) .tk-main-nav__item:not(:last-child),
    :lang(zh-CN) .tk-main-nav__item:not(:last-child),
    :lang(hi-IN) .tk-main-nav__item:not(:last-child) {
      margin-right: 32px; }

.tk-main-nav__link {
  display: block;
  position: relative;
  padding: 1.125rem 0;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #676767; }
  :lang(es-ES) .tk-main-nav__link,
  :lang(fr-FR) .tk-main-nav__link {
    font-size: 0.75rem; }
  .tk-main-nav__link::after {
    content: ' ';
    position: absolute;
    bottom: 0.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 2px;
    transition: all 0.2s ease-in-out; }
  .tk-main-nav__link:focus, .tk-main-nav__link:hover {
    color: #676767;
    text-decoration: none; }
    .tk-main-nav__link:focus::after, .tk-main-nav__link:hover::after {
      width: 100%;
      background-color: #676767; }
  .tk-main-nav__item--active .tk-main-nav__link,
  .tokyo2020--olympics-hp .tk-main-nav__item--hp .tk-main-nav__link,
  .tokyo2020--paralympics-hp .tk-main-nav__item--hp .tk-main-nav__link {
    font-weight: 700; }
    .tk-main-nav__item--active .tk-main-nav__link::after,
    .tokyo2020--olympics-hp .tk-main-nav__item--hp .tk-main-nav__link::after,
    .tokyo2020--paralympics-hp .tk-main-nav__item--hp .tk-main-nav__link::after {
      width: 100%;
      background-color: #676767; }

.tk-main-nav__cta {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .tk-main-nav__cta-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .tk-main-nav__cta [class^="tk-icon-"] {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem; }
    .tk-main-nav__cta [class^="tk-icon-"]::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.125rem; }

.tk-main-nav__menu-icon {
  display: block;
  position: relative;
  width: 2rem;
  height: 2rem; }
  .tk-main-nav__menu-icon-bar {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.125rem;
    height: 0.125rem;
    transition: all 0.3s;
    border-radius: 2px; }
    .tk-main-nav__menu-icon-bar:nth-child(1) {
      top: 0.625rem; }
    .tk-main-nav__menu-icon-bar:nth-child(2) {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .tk-main-nav__menu-icon-bar:nth-child(3) {
      bottom: 0.625rem; }
  .tk-side-menu-open .tk-main-nav__menu-icon-bar:nth-child(2) {
    background-color: transparent; }
  .tk-side-menu-open .tk-main-nav__menu-icon-bar:nth-child(1) {
    -webkit-transform-origin: center;
            transform-origin: center;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .tk-side-menu-open .tk-main-nav__menu-icon-bar:nth-child(3) {
    -webkit-transform-origin: center;
            transform-origin: center;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

@media (min-width: 992px) {
  .tk-main-nav__utility:not(:first-child) {
    margin-left: 10px; } }

.tk-main-nav__utility-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .tk-main-nav__utility-list {
      position: absolute;
      top: -58px;
      right: 4px;
      height: 58px;
      z-index: 4; } }
  @media (min-width: 992px) {
    .tk-main-nav__utility-list {
      margin-right: 26px; } }

@media (max-width: 991.98px) {
  .tk-main-nav__utility--search {
    display: none; } }

@media (min-width: 1260px) {
  .tk-main-nav__utility--login {
    display: none !important; } }

@media (max-width: 991.98px) {
  .tokyo2020--olympics .tk-main-nav__cta {
    color: #ffffff; } }

@media (min-width: 992px) {
  .tokyo2020--olympics .tk-main-nav__cta {
    color: #6f6f6f; } }

@media (max-width: 991.98px) {
  .tokyo2020--olympics .tk-main-nav__menu-icon-bar {
    background-color: #ffffff; } }

@media (min-width: 992px) {
  .tokyo2020--olympics .tk-main-nav__menu-icon-bar {
    background-color: #6f6f6f; } }

@media (max-width: 991.98px) {
  .tokyo2020--paralympics .tk-main-nav__cta {
    color: #000000; } }

@media (min-width: 992px) {
  .tokyo2020--paralympics .tk-main-nav__cta {
    color: #6f6f6f; } }

@media (max-width: 991.98px) {
  .tokyo2020--paralympics .tk-main-nav__menu-icon-bar {
    background-color: #000000; } }

@media (min-width: 992px) {
  .tokyo2020--paralympics .tk-main-nav__menu-icon-bar {
    background-color: #6f6f6f; } }

@media (max-width: 991.98px) {
  .tokyo2020--torch-relay-olympics .tk-main-nav__cta {
    color: #ffffff; } }

@media (min-width: 992px) {
  .tokyo2020--torch-relay-olympics .tk-main-nav__cta {
    color: #6f6f6f; } }

@media (max-width: 991.98px) {
  .tokyo2020--torch-relay-olympics .tk-main-nav__menu-icon-bar {
    background-color: #ffffff; } }

@media (min-width: 992px) {
  .tokyo2020--torch-relay-olympics .tk-main-nav__menu-icon-bar {
    background-color: #6f6f6f; } }

@media (max-width: 991.98px) {
  .tokyo2020--torch-relay-paralympics .tk-main-nav__cta {
    color: #000000; } }

@media (min-width: 992px) {
  .tokyo2020--torch-relay-paralympics .tk-main-nav__cta {
    color: #6f6f6f; } }

@media (max-width: 991.98px) {
  .tokyo2020--torch-relay-paralympics .tk-main-nav__menu-icon-bar {
    background-color: #000000; } }

@media (min-width: 992px) {
  .tokyo2020--torch-relay-paralympics .tk-main-nav__menu-icon-bar {
    background-color: #6f6f6f; } }

.tk-secondary-nav__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.tk-secondary-nav__link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #676767;
  line-height: 1; }
  .tk-secondary-nav__link:focus, .tk-secondary-nav__link:hover {
    color: #676767;
    text-decoration: none; }
  .tk-secondary-nav__link [class^="tk-icon-"],
  .tk-secondary-nav__link [class*=" tk-icon-"] {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem; }
    .tk-secondary-nav__link [class^="tk-icon-"]::before,
    .tk-secondary-nav__link [class*=" tk-icon-"]::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.125rem; }
  .tk-secondary-nav__link [class$="-emblem"] {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.125rem;
    background-size: contain;
    flex-shrink: 0; }
  .tk-secondary-nav__item--switch .tk-secondary-nav__link {
    font-weight: 700; }

.tk-secondary-nav__text {
  margin-top: 2px; }

.tk-header__top-menu-area .tk-secondary-nav {
  display: none; }
  @media (min-width: 1260px) {
    .tk-header__top-menu-area .tk-secondary-nav {
      display: block; }
      .tk-header__top-menu-area .tk-secondary-nav__list {
        display: flex;
        align-items: center; }
      .tk-header__top-menu-area .tk-secondary-nav__item:not(:first-child) {
        margin-left: 10px; }
      .tk-header__top-menu-area .tk-secondary-nav__item--switch .tk-secondary-nav__link {
        padding-right: 8px;
        border: 1px solid #676767; }
      .tk-header__top-menu-area .tk-secondary-nav__text {
        display: block;
        position: relative; }
        .tk-header__top-menu-area .tk-secondary-nav__text::after {
          content: ' ';
          position: absolute;
          bottom: -2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 0;
          height: 1px;
          transition: all 0.2s ease-in-out; }
      .tk-header__top-menu-area .tk-secondary-nav__link {
        font-size: 0.75rem; }
        .tk-header__top-menu-area .tk-secondary-nav__link:focus .tk-secondary-nav__text::after, .tk-header__top-menu-area .tk-secondary-nav__link:hover .tk-secondary-nav__text::after {
          width: 100%;
          background-color: #676767; } }

@media (max-width: 991.98px) {
  .tk-sub-nav {
    position: relative;
    min-height: 60px; }
    .tk-sub-nav::before {
      content: ' ';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.8) 100%); }
    .tk-sub-nav::after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 24px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, white 100%); } }

@media (min-width: 992px) {
  .tk-sub-nav {
    width: 100%;
    min-height: 64px; } }

.tk-sub-nav__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 991.98px) {
    .tk-sub-nav__list {
      min-height: 60px;
      width: 100%;
      overflow-x: auto; } }
  @media (min-width: 992px) {
    .tk-sub-nav__list {
      min-height: 4rem;
      margin-left: 137px;
      max-width: calc(100% - 137px); } }

.tk-sub-nav__item {
  white-space: nowrap; }
  @media (max-width: 991.98px) {
    .tk-sub-nav__item:first-child {
      padding-left: 3px; }
    .tk-sub-nav__item:last-child {
      padding-right: 24px; }
    .tk-sub-nav__item:not(:last-child) {
      margin-right: 24px; } }
  @media (min-width: 992px) {
    .tk-sub-nav__item:not(:last-child) {
      margin-right: 32px; } }

.tk-sub-nav__link {
  display: block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  color: #676767; }
  .tk-sub-nav__link::after {
    content: ' ';
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 2px;
    transition: all 0.2s ease-in-out; }
  .tk-sub-nav__link:focus, .tk-sub-nav__link:hover {
    color: #676767;
    text-decoration: none; }
    .tk-sub-nav__link:focus::after, .tk-sub-nav__link:hover::after {
      width: 100%;
      background-color: #676767; }
  .tk-sub-nav__item--active .tk-sub-nav__link {
    font-weight: 700; }
    .tk-sub-nav__item--active .tk-sub-nav__link::after {
      width: 100%;
      background-color: #676767; }

.tk-side-menu {
  padding: 10px;
  background-color: #ffffff;
  display: none; }
  @media (min-width: 768px) {
    .tk-side-menu {
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4); } }
  @media (min-width: 992px) {
    .tk-side-menu {
      padding: 2.75rem 120px 20px 38px; } }
  .tk-side-menu.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    width: 28.625rem;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 121; }
    @media (max-width: 767.98px) {
      .tk-side-menu.sidr {
        z-index: 1050;
        width: 100vw; } }
    .tk-side-menu.sidr.right {
      left: auto;
      right: -29rem; }
      @media (max-width: 767.98px) {
        .tk-side-menu.sidr.right {
          right: -100vw; } }
    .tk-side-menu.sidr.left {
      right: auto;
      left: -29rem; }
      @media (max-width: 767.98px) {
        .tk-side-menu.sidr.left {
          right: -100vw; } }
  .tk-side-menu-container {
    display: none; }
  .tk-side-menu--animation {
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
            animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }
  .tk-side-menu-overflowY-hide {
    overflow-y: hidden; }
  .tk-side-menu-overlay {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 120;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0; }
    .tk-side-menu-overlay--show {
      display: block; }
      @media (max-width: 767.98px) {
        .tk-side-menu-overlay--show {
          display: none; } }

.tk-side-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left; }

.tk-side-menu__sublist {
  margin: 0;
  padding: 8px 0 0;
  list-style: none; }

.tk-side-menu__title {
  display: flex;
  align-items: center;
  margin: 0;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .tk-side-menu__title {
      font-size: 1rem; } }

.tk-side-menu__emblem {
  width: 3rem;
  height: 3rem;
  margin-right: 0.125rem;
  background-size: contain;
  flex-shrink: 0; }

.tk-side-menu__item {
  padding: 8px;
  font-size: 1rem;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .tk-side-menu__item {
      padding: 10px 8px;
      font-size: 1.125rem; } }
  .tokyo2020--olympics-hp .tk-side-menu__item.tk-side-menu__item--hp {
    font-weight: 600; }
    .tokyo2020--olympics-hp .tk-side-menu__item.tk-side-menu__item--hp::after {
      width: 100% !important;
      background-color: #856a47; }
  .tk-side-menu__item.tk-secondary-nav__item--switch {
    position: relative; }
    @media (max-width: 991.98px) {
      .tk-side-menu__item.tk-secondary-nav__item--switch::after {
        position: absolute;
        content: "";
        left: 8px;
        right: 8px;
        bottom: -4px;
        height: 1px;
        background-color: #dadada; } }
    @media (min-width: 992px) {
      .tk-side-menu__item.tk-secondary-nav__item--switch {
        margin-top: 16px; }
        .tk-side-menu__item.tk-secondary-nav__item--switch::before {
          position: absolute;
          content: "";
          left: 8px;
          right: 8px;
          top: 0;
          height: 1px;
          background-color: #dadada; }
        .tk-side-menu__item.tk-secondary-nav__item--switch::after {
          position: absolute;
          content: "";
          left: 8px;
          right: 8px;
          bottom: 2px;
          height: 1px;
          background-color: #dadada; } }
    .tk-side-menu__item.tk-secondary-nav__item--switch .tk-side-menu__link {
      display: flex;
      align-items: center;
      font-size: 0.875rem; }
    .tk-side-menu__item.tk-secondary-nav__item--switch .tk-side-menu__text::after {
      display: none; }
    .tk-side-menu__item.tk-secondary-nav__item--switch .tk-secondary-nav__icon {
      width: 2rem;
      height: 2rem;
      margin-right: 0.125rem;
      background-size: contain;
      flex-shrink: 0; }

.tk-side-menu__subitem {
  padding: 8px;
  font-size: 1rem;
  text-transform: capitalize; }
  @media (max-width: 767.98px) {
    .tk-side-menu__subitem {
      padding: 10px 8px;
      font-size: 1.125rem; } }

.tk-side-menu__text {
  position: relative; }
  .tk-side-menu__text::after {
    content: ' ';
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 2px;
    transition: all 0.2s ease-in-out; }
  .tk-secondary-nav__link .tk-side-menu__text::after {
    bottom: -2px;
    height: 1px; }

.tk-side-menu__link {
  font-weight: 600;
  color: #676767; }
  .tk-side-menu__link.tk-secondary-nav__link {
    font-weight: 400; }
  .tk-side-menu__link:focus, .tk-side-menu__link:hover {
    color: #676767;
    text-decoration: none; }
  .tk-side-menu__link:hover .tk-side-menu__text::after {
    width: 100%;
    background-color: #676767; }
  .tk-side-menu__link--active,
  .tokyo2020--olympics-hp .tk-side-menu__item--hp .tk-side-menu__link,
  .tokyo2020--paralympics-hp .tk-side-menu__item--hp .tk-side-menu__link {
    font-weight: 700; }
    .tk-side-menu__link--active .tk-side-menu__text::after,
    .tokyo2020--olympics-hp .tk-side-menu__item--hp .tk-side-menu__link .tk-side-menu__text::after,
    .tokyo2020--paralympics-hp .tk-side-menu__item--hp .tk-side-menu__link .tk-side-menu__text::after {
      width: 100%;
      background-color: #676767; }
  .tk-side-menu__link--dropdown .tk-side-menu__dropdown-icon::before {
    display: block;
    margin-top: 4px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .tk-side-menu__link--dropdown.collapsed .tk-side-menu__dropdown-icon::before {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

.tk-side-menu__sublink {
  font-weight: 600;
  color: #676767; }
  .tk-side-menu__sublink:focus, .tk-side-menu__sublink:hover {
    color: #676767;
    text-decoration: none; }
  .tk-side-menu__sublink:hover .tk-side-menu__text::after {
    width: 100%;
    background-color: #676767; }
  .tk-side-menu__sublink--active {
    font-weight: 700; }
    .tk-side-menu__sublink--active .tk-side-menu__text::after {
      width: 100%;
      background-color: #676767; }

.tk-side-menu__dropdown-icon {
  float: right; }

.tk-side-menu__header {
  position: relative;
  padding: 0 0 3px;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .tk-side-menu__header {
      margin-bottom: 8px; } }
  @media (max-width: 767.98px) {
    .tk-side-menu__header {
      padding: 0px; } }
  .tk-side-menu__header .tk-side-menu__item {
    padding-left: 0px; }
  .tk-side-menu__header-close-button-container {
    position: relative;
    height: 35px; }
  .tk-side-menu__header-close-button {
    position: absolute;
    top: 8px;
    right: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    cursor: pointer;
    color: #856a47;
    background-color: transparent;
    border: none;
    line-height: 1; }
    .tk-side-menu__header-close-button::before {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 0.875rem; }

.tk-side-menu__footer {
  padding-top: 9px;
  margin-top: 9px;
  border-top: 1px solid #dadada; }
  .tk-side-menu__footer .tk-side-menu__item {
    padding: 4px 0px;
    font-size: 0.75rem; }
    .tk-side-menu__footer .tk-side-menu__item .tk-side-menu__text {
      font-weight: 400; }
    @media (max-width: 767.98px) {
      .tk-side-menu__footer .tk-side-menu__item {
        padding: 6px 0;
        font-size: 0.875rem; } }
  @media (max-width: 767.98px) {
    .tk-side-menu__footer {
      padding: 6px 10px 22px 0px; } }

.tk-side-menu__languages {
  list-style: none; }
  .tk-side-menu__languages .tk-side-menu__link {
    font-size: 0.75rem;
    font-weight: 400; }
    .tk-side-menu__languages .tk-side-menu__link--active {
      font-weight: 700; }
    .tk-side-menu__languages .tk-side-menu__link--dropdown {
      display: flex;
      width: 100%;
      align-items: center; }
    .tk-side-menu__languages .tk-side-menu__link .tk-side-menu__text {
      line-height: 1;
      margin-top: 2px; }
      .tk-side-menu__languages .tk-side-menu__link .tk-side-menu__text::after {
        bottom: -2px;
        height: 1px; }
    @media (max-width: 767.98px) {
      .tk-side-menu__languages .tk-side-menu__link {
        font-size: 0.875rem; } }
  .tk-side-menu__languages .tk-side-menu__icon {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem; }
    .tk-side-menu__languages .tk-side-menu__icon::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.125rem; }
  .tk-side-menu__languages .tk-side-menu__dropdown-icon {
    float: none;
    margin-top: 0;
    margin-left: auto;
    font-size: 1rem; }
    @media (min-width: 576px) {
      .tk-side-menu__languages .tk-side-menu__dropdown-icon {
        margin-right: 8px; } }
  .tk-side-menu__languages .tk-side-menu__sublist > li {
    text-transform: uppercase;
    padding: 4px 16px; }

.tk-side-menu__searchbar {
  margin: 12px 0 0;
  position: relative;
  padding: 5px 8px; }
  @media (min-width: 992px) {
    .tk-side-menu__searchbar {
      display: none; } }
  .tk-side-menu__searchbar input {
    width: 100%;
    border-width: 0 0 1px 0;
    border-color: #dadada;
    font-size: 1rem;
    font-weight: 400; }
    .tk-side-menu__searchbar input::-webkit-input-placeholder {
      color: #676767;
      font-size: 1rem;
      font-weight: 400; }
    .tk-side-menu__searchbar input:-ms-input-placeholder {
      color: #676767;
      font-size: 1rem;
      font-weight: 400; }
    .tk-side-menu__searchbar input::-ms-input-placeholder {
      color: #676767;
      font-size: 1rem;
      font-weight: 400; }
    .tk-side-menu__searchbar input::placeholder {
      color: #676767;
      font-size: 1rem;
      font-weight: 400; }
  .tk-side-menu__searchbar .tk-icon-search {
    position: absolute;
    right: 8px;
    color: #676767; }

@media (max-width: 991.98px) {
  .tk-nav-lev2 {
    position: relative;
    bottom: -1px; }
    .tk-nav-lev2::before {
      content: ' ';
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      bottom: 3px;
      width: 12px;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.2) 100%); }
    .tk-nav-lev2::after {
      content: ' ';
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 3px;
      width: 12px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, white 100%); } }

.tk-nav-lev2__list {
  margin: 0;
  padding: 0 12px;
  list-style: none; }
  @media (max-width: 991.98px) {
    .tk-nav-lev2__list {
      overflow-x: auto; } }
  @media (min-width: 992px) {
    .tk-nav-lev2__list {
      padding-left: 46px; } }

.tk-nav-lev2__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 8px 0 12px;
  color: #676767; }
  .tk-nav-lev2__link::after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent; }
  .tk-nav-lev2__link:hover, .tk-nav-lev2__link:focus {
    text-decoration: none;
    color: #676767; }
    .tk-nav-lev2__link:hover::after, .tk-nav-lev2__link:focus::after {
      background-color: #676767; }

.tk-nav-lev2__item {
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap; }
  .tk-nav-lev2__item:not(:first-child) {
    margin-left: 32px; }
    @media (min-width: 768px) {
      .tk-nav-lev2__item:not(:first-child) {
        margin-left: 40px; } }
  @media (max-width: 991.98px) {
    .tk-nav-lev2__item:last-child {
      padding-right: 12px; } }
  .tk-nav-lev2__item--active {
    font-weight: 700; }
    .tk-nav-lev2__item--active .tk-nav-lev2__link {
      color: #000000; }
      .tk-nav-lev2__item--active .tk-nav-lev2__link::after {
        background-color: #b11d33; }
        .tokyo2020--paralympics .tk-nav-lev2__item--active .tk-nav-lev2__link::after {
          background-color: #f08f98; }

.tk-social-icon {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  .tk-social-icon--facebook-square {
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/facebook.png"); }
  .tk-social-icon--facebook-round {
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/facebook-round.svg"); }
  .tk-social-icon--instagram {
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/instagram.png"); }
  .tk-social-icon--kakao-talk {
    width: 2.0625rem;
    height: 1.9375rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/kakao-talk.png"); }
  .tk-social-icon--line {
    width: 1.875rem;
    height: 1.8125rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/line.png"); }
  .tk-social-icon--twitter {
    width: 1.875rem;
    height: 1.5625rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/twitter.png"); }
  .tk-social-icon--we-chat {
    width: 2.125rem;
    height: 1.8125rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/we-chat.png"); }
  .tk-social-icon--weibo {
    width: 1.6875rem;
    height: 1.3125rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/weibo.png"); }
  .tk-social-icon--youtube {
    width: 2.125rem;
    height: 1.5rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/youtube.png"); }
  .tk-social-icon--mail {
    width: 1.625rem;
    height: 1.125rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/mail.svg"); }
  .tk-social-icon--whatsapp {
    width: 1.75rem;
    height: 1.75rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/whatsapp.svg"); }
  .tk-social-icon--doyouin {
    width: 1.6875rem;
    height: 1.875rem;
    background-image: url("/tokyo-2020/en/d3images/icons/social/doyouin.png"); }

.tk-nav-social-channels__item::after {
  display: none;
  content: ' ';
  position: absolute;
  width: 1px;
  height: 60%;
  top: 50%;
  right: -0.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #eeeeee; }

@media (max-width: 767.98px) {
  .tk-nav-social-channels__item:nth-child(odd)::after {
    display: block; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-nav-social-channels__item:not(:nth-child(4n+0))::after {
    display: block; } }

@media (min-width: 992px) {
  .tk-nav-social-channels__item:not(:last-child)::after {
    display: block; } }

.tk-nav-social-channels {
  min-width: 16.25rem;
  width: 81.25%;
  margin: 30px auto 32px; }
  @media (min-width: 768px) {
    .tk-nav-social-channels {
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    .tk-nav-social-channels {
      width: 100%; } }
  .tk-nav-social-channels__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .tk-nav-social-channels__item {
    position: relative;
    width: 50%;
    height: 6.25rem;
    padding: 4px; }
    @media (min-width: 768px) {
      .tk-nav-social-channels__item {
        width: 25%; } }
    @media (min-width: 992px) {
      .tk-nav-social-channels__item {
        width: calc(100% / 8); } }
    @media (min-width: 1260px) {
      .tk-nav-social-channels__item {
        width: 8.3125rem; } }
  .tk-nav-social-channels__link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }

.tk-page__header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }
  .tk-section--stay-nav .tk-page__header {
    margin-bottom: 0; }

.tk-page__heading {
  margin: 0; }
  @media (max-width: 991.98px) {
    .tk-page__heading {
      padding: 20px 12px 20px; } }
  @media (min-width: 992px) {
    .tk-page__heading {
      padding: 20px 12px 24px 46px; } }

.tk-page__summary {
  color: #676767;
  font-size: 0.875rem;
  line-height: 1.71429; }
  @media (max-width: 991.98px) {
    .tk-page__summary {
      margin-bottom: 16px;
      padding-left: 12px;
      padding-right: 12px; } }
  @media (min-width: 992px) {
    .tk-page__summary {
      max-width: 51.50%;
      margin-bottom: 40px;
      padding-left: 46px;
      padding-right: 0;
      font-size: 1rem;
      line-height: 1.5; } }

.tk-cardsgroup .tk-cardsgroup__item-link, .tk-cardsgroup .tk-cardsgroup__item-venuelink {
  display: block;
  color: #000000;
  padding: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  text-decoration: none;
  outline-offset: -4px; }

.tk-cardsgroup__sequence {
  list-style: none;
  padding: 0; }

.tk-cardsgroup__item {
  display: block;
  padding: 0; }
  .tk-cardsgroup__item-link:hover {
    background-color: #f7f7f7; }
  .tk-cardsgroup__item-link:active {
    background-color: #f2f2f2; }
  .tk-cardsgroup__item-link:focus {
    outline: none; }
  .tk-cardsgroup__item-venuelink {
    border-bottom: 1px solid #dadada; }
    .tk-cardsgroup__item-venuelink:hover {
      background-color: #f7f7f7; }
    .tk-cardsgroup__item-venuelink:active {
      background-color: #f2f2f2; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup__item-venuelink:last-child {
      border-bottom: 0px;
      padding-bottom: 0px; } }
  .tk-cardsgroup__item-featured-link {
    background: none;
    text-decoration: none;
    display: block; }
    .tk-cardsgroup__item-featured-link:hover, .tk-cardsgroup__item-featured-link :focus, .tk-cardsgroup__item-featured-link:active {
      text-decoration: none; }
  .tk-cardsgroup__item--notices {
    margin-bottom: 30px; }
    .tk-cardsgroup__item--notices::before {
      content: '';
      background-color: #b11d33;
      width: 40px;
      height: 4px;
      display: block;
      -webkit-transform: translate(0, -4px);
              transform: translate(0, -4px); }
      @media (max-width: 767.98px) {
        .tk-cardsgroup__item--notices::before {
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    .tk-cardsgroup__item--notices::after {
      content: '';
      background-color: #dadada;
      width: 90%;
      height: 1px;
      display: block;
      -webkit-transform: translate(0, -99px);
              transform: translate(0, -99px); }
      @media (max-width: 767.98px) {
        .tk-cardsgroup__item--notices::after {
          -webkit-transform: translate(0, -144px);
                  transform: translate(0, -144px); } }
    .tk-cardsgroup__item--notices-first {
      margin-bottom: 0 !important;
      padding: 0 !important;
      flex: 0 0 auto; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tk-cardsgroup__item--notices-first {
          width: 25%; } }
      @media (min-width: 992px) and (max-width: 1259.98px) {
        .tk-cardsgroup__item--notices-first {
          width: 25%; } }
      @media (min-width: 1260px) {
        .tk-cardsgroup__item--notices-first {
          width: 25%; } }

.tk-cardsgroup__lead-list {
  padding: 0 0 32px; }

.tk-cardsgroup .tk-cardsgroup__morewrapper {
  text-align: center; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup .tk-cardsgroup__morewrapper {
      margin: 32px 0; } }
  @media (min-width: 768px) {
    .tk-cardsgroup .tk-cardsgroup__morewrapper {
      margin-bottom: 60px; } }

.tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more, .tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next, .tk-cardsgroup .tk-gallery-caption__fullscreen-btn, .tk-cardsgroup .tk-gallery-caption__info-btn, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev, .tk-cardsgroup .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__next, .tk-cardsgroup .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-cardsgroup .tk-card-slider__next, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next, .tk-cardsgroup .tk-weather-forecast__cta-btn, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev, .tk-cardsgroup .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-cardsgroup .tk-venues-slider__prev, .tk-cardsgroup .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-cardsgroup .tk-card-slider__prev, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__next, .tk-cardsgroup .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-cardsgroup .tk-venues-slider__next, .tk-cardsgroup .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-cardsgroup .tk-card-slider__next, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-next, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-next, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__next, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next, .tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link, .tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link, .tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right, .tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right, .tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right, .tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  border: 0;
  text-transform: uppercase;
  min-width: 260px;
  background-color: #b11d33;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  transition: background-color ease-in-out 0.3s;
  will-change: background-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more:hover, .tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:hover, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev:hover, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev:hover, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev:hover, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev:hover, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev:hover, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev:hover, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev:hover, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev:hover, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev:hover, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev:hover, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev:hover, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev:hover, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next:hover, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next:hover, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next:hover, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next:hover, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__next:hover, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next:hover, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next:hover, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next:hover, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next:hover, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next:hover, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next:hover, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next:hover, .tk-cardsgroup .tk-gallery-caption__fullscreen-btn:hover, .tk-cardsgroup .tk-gallery-caption__info-btn:hover, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev:hover, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev:hover, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev:hover, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev:hover, .tk-cardsgroup .tk-venues-slider .tk-card-slider__prev:hover, .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev:hover, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev:hover, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev:hover, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev:hover, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev:hover, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev:hover, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev:hover, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next:hover, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next:hover, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__next:hover, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__next:hover, .tk-cardsgroup .tk-venues-slider .tk-card-slider__next:hover, .tk-venues-slider .tk-cardsgroup .tk-card-slider__next:hover, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next:hover, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next:hover, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next:hover, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next:hover, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next:hover, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next:hover, .tk-cardsgroup .tk-weather-forecast__cta-btn:hover, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev:hover, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev:hover, .tk-cardsgroup .tk-card-slider .tk-venues-slider__prev:hover, .tk-card-slider .tk-cardsgroup .tk-venues-slider__prev:hover, .tk-cardsgroup .tk-card-slider .tk-card-slider__prev:hover, .tk-card-slider .tk-cardsgroup .tk-card-slider__prev:hover, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev:hover, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev:hover, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev:hover, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev:hover, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev:hover, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev:hover, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__next:hover, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__next:hover, .tk-cardsgroup .tk-card-slider .tk-venues-slider__next:hover, .tk-card-slider .tk-cardsgroup .tk-venues-slider__next:hover, .tk-cardsgroup .tk-card-slider .tk-card-slider__next:hover, .tk-card-slider .tk-cardsgroup .tk-card-slider__next:hover, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-next:hover, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-next:hover, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-next:hover, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-next:hover, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__next:hover, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__next:hover, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev:hover, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev:hover, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev:hover, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev:hover, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev:hover, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev:hover, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev:hover, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev:hover, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev:hover, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev:hover, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev:hover, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev:hover, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next:hover, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next:hover, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next:hover, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next:hover, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__next:hover, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next:hover, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next:hover, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next:hover, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next:hover, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next:hover, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next:hover, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next:hover, .tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link:hover, .tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link:hover, .tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right:hover, .tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right:hover, .tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right:hover, .tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right:hover, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev:hover, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev:hover, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev:hover, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev:hover, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev:hover, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev:hover, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external:hover, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev:hover, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev:hover, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev:hover, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev:hover, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev:hover, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev:hover, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next:hover, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next:hover, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next:hover, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next:hover, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__next:hover, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next:hover, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external:hover, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next:hover, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next:hover, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next:hover, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next:hover, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next:hover, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next:hover, .tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more:focus, .tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next:focus, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next:focus, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__next:focus, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next:focus, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next:focus, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next:focus, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next:focus, .tk-cardsgroup .tk-gallery-caption__fullscreen-btn:focus, .tk-cardsgroup .tk-gallery-caption__info-btn:focus, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev:focus, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev:focus, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-venues-slider .tk-card-slider__prev:focus, .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev:focus, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev:focus, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev:focus, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next:focus, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__next:focus, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-venues-slider .tk-card-slider__next:focus, .tk-venues-slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next:focus, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next:focus, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next:focus, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next:focus, .tk-cardsgroup .tk-weather-forecast__cta-btn:focus, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev:focus, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-card-slider .tk-venues-slider__prev:focus, .tk-card-slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-card-slider .tk-card-slider__prev:focus, .tk-card-slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev:focus, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev:focus, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev:focus, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__next:focus, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-card-slider .tk-venues-slider__next:focus, .tk-card-slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-card-slider .tk-card-slider__next:focus, .tk-card-slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-next:focus, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-next:focus, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__next:focus, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__next:focus, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next:focus, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next:focus, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__next:focus, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next:focus, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next:focus, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next:focus, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next:focus, .tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link:focus, .tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right:focus, .tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right:focus, .tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right:focus, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next:focus, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next:focus, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__next:focus, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next:focus, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next:focus, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next:focus, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next:focus {
    transition-duration: 0.3s;
    background-color: #db2641; }
  .tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more:focus, .tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev:focus, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next:focus, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next:focus, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__next:focus, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next:focus, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next:focus, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next:focus, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next:focus, .tk-cardsgroup .tk-gallery-caption__fullscreen-btn:focus, .tk-cardsgroup .tk-gallery-caption__info-btn:focus, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev:focus, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev:focus, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-venues-slider .tk-card-slider__prev:focus, .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev:focus, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev:focus, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev:focus, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next:focus, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__next:focus, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-venues-slider .tk-card-slider__next:focus, .tk-venues-slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next:focus, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next:focus, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next:focus, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next:focus, .tk-cardsgroup .tk-weather-forecast__cta-btn:focus, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev:focus, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-card-slider .tk-venues-slider__prev:focus, .tk-card-slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-card-slider .tk-card-slider__prev:focus, .tk-card-slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev:focus, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev:focus, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev:focus, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__next:focus, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-card-slider .tk-venues-slider__next:focus, .tk-card-slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-card-slider .tk-card-slider__next:focus, .tk-card-slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-next:focus, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-next:focus, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__next:focus, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__next:focus, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev:focus, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next:focus, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next:focus, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__next:focus, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next:focus, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next:focus, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next:focus, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next:focus, .tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link:focus, .tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right:focus, .tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right:focus, .tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right:focus, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external:focus, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev:focus, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev:focus, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next:focus, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next:focus, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next:focus, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next:focus, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__next:focus, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next:focus, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external:focus, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next:focus, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next:focus, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next:focus, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next:focus, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next:focus, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tk-cardsgroup .tk-cardsgroup__morewrapper .tk-cardsgroup__more:active, .tk-cardsgroup__morewrapper .tk-cardsgroup .tk-cardsgroup__more:active, .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:active, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:active, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:active, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:active, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:active, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__prev:active, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__prev:active, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__prev:active, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__prev:active, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__prev:active, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev:active, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-prev:active, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-prev:active, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-prev:active, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-prev:active, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__prev:active, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__prev:active, .tk-cardsgroup .tk-gallery-slider .tk-gallery-slider__next:active, .tk-gallery-slider .tk-cardsgroup .tk-gallery-slider__next:active, .tk-cardsgroup .tk-gallery-slider .tk-venues-slider__next:active, .tk-gallery-slider .tk-cardsgroup .tk-venues-slider__next:active, .tk-cardsgroup .tk-gallery-slider .tk-card-slider__next:active, .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next:active, .tk-cardsgroup .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-gallery-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-gallery-slider .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-gallery-slider .tk-homepage__slider-next:active, .tk-gallery-slider .tk-cardsgroup .tk-homepage__slider-next:active, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider-next:active, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider-next:active, .tk-cardsgroup .tk-gallery-slider .tk-mascots-slider__next:active, .tk-gallery-slider .tk-cardsgroup .tk-mascots-slider__next:active, .tk-cardsgroup .tk-gallery-caption__fullscreen-btn:active, .tk-cardsgroup .tk-gallery-caption__info-btn:active, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__prev:active, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__prev:active, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__prev:active, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__prev:active, .tk-cardsgroup .tk-venues-slider .tk-card-slider__prev:active, .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev:active, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-prev:active, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-prev:active, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-prev:active, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-prev:active, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__prev:active, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__prev:active, .tk-cardsgroup .tk-venues-slider .tk-gallery-slider__next:active, .tk-venues-slider .tk-cardsgroup .tk-gallery-slider__next:active, .tk-cardsgroup .tk-venues-slider .tk-venues-slider__next:active, .tk-venues-slider .tk-cardsgroup .tk-venues-slider__next:active, .tk-cardsgroup .tk-venues-slider .tk-card-slider__next:active, .tk-venues-slider .tk-cardsgroup .tk-card-slider__next:active, .tk-cardsgroup .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-venues-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-venues-slider .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-venues-slider .tk-homepage__slider-next:active, .tk-venues-slider .tk-cardsgroup .tk-homepage__slider-next:active, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider-next:active, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider-next:active, .tk-cardsgroup .tk-venues-slider .tk-mascots-slider__next:active, .tk-venues-slider .tk-cardsgroup .tk-mascots-slider__next:active, .tk-cardsgroup .tk-weather-forecast__cta-btn:active, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__prev:active, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__prev:active, .tk-cardsgroup .tk-card-slider .tk-venues-slider__prev:active, .tk-card-slider .tk-cardsgroup .tk-venues-slider__prev:active, .tk-cardsgroup .tk-card-slider .tk-card-slider__prev:active, .tk-card-slider .tk-cardsgroup .tk-card-slider__prev:active, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-prev:active, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-prev:active, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-prev:active, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-prev:active, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__prev:active, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__prev:active, .tk-cardsgroup .tk-card-slider .tk-gallery-slider__next:active, .tk-card-slider .tk-cardsgroup .tk-gallery-slider__next:active, .tk-cardsgroup .tk-card-slider .tk-venues-slider__next:active, .tk-card-slider .tk-cardsgroup .tk-venues-slider__next:active, .tk-cardsgroup .tk-card-slider .tk-card-slider__next:active, .tk-card-slider .tk-cardsgroup .tk-card-slider__next:active, .tk-cardsgroup .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-card-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-card-slider .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-card-slider .tk-homepage__slider-next:active, .tk-card-slider .tk-cardsgroup .tk-homepage__slider-next:active, .tk-cardsgroup .tk-card-slider .tk-mascots-slider-next:active, .tk-card-slider .tk-cardsgroup .tk-mascots-slider-next:active, .tk-cardsgroup .tk-card-slider .tk-mascots-slider__next:active, .tk-card-slider .tk-cardsgroup .tk-mascots-slider__next:active, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__prev:active, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__prev:active, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__prev:active, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__prev:active, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__prev:active, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev:active, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-prev:active, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-prev:active, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-prev:active, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-prev:active, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__prev:active, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__prev:active, .tk-cardsgroup .tk-homepage__slider .tk-gallery-slider__next:active, .tk-homepage__slider .tk-cardsgroup .tk-gallery-slider__next:active, .tk-cardsgroup .tk-homepage__slider .tk-venues-slider__next:active, .tk-homepage__slider .tk-cardsgroup .tk-venues-slider__next:active, .tk-cardsgroup .tk-homepage__slider .tk-card-slider__next:active, .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next:active, .tk-cardsgroup .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-homepage__slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-homepage__slider .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-homepage__slider .tk-homepage__slider-next:active, .tk-homepage__slider .tk-cardsgroup .tk-homepage__slider-next:active, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider-next:active, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider-next:active, .tk-cardsgroup .tk-homepage__slider .tk-mascots-slider__next:active, .tk-homepage__slider .tk-cardsgroup .tk-mascots-slider__next:active, .tk-cardsgroup .tokyo2020--paralympics .tk-torch__container-viewall-link:active, .tokyo2020--paralympics .tk-cardsgroup .tk-torch__container-viewall-link:active, .tk-cardsgroup .tokyo2020--olympics .tk-omega-clock-right:active, .tokyo2020--olympics .tk-cardsgroup .tk-omega-clock-right:active, .tk-cardsgroup .tokyo2020--paralympics .tk-omega-clock-right:active, .tokyo2020--paralympics .tk-cardsgroup .tk-omega-clock-right:active, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__prev:active, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__prev:active, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__prev:active, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__prev:active, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__prev:active, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev:active, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__prev--external:active, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-prev:active, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-prev:active, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-prev:active, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-prev:active, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__prev:active, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__prev:active, .tk-cardsgroup .tk-mascots-slider .tk-gallery-slider__next:active, .tk-mascots-slider .tk-cardsgroup .tk-gallery-slider__next:active, .tk-cardsgroup .tk-mascots-slider .tk-venues-slider__next:active, .tk-mascots-slider .tk-cardsgroup .tk-venues-slider__next:active, .tk-cardsgroup .tk-mascots-slider .tk-card-slider__next:active, .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next:active, .tk-cardsgroup .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-mascots-slider .tk-card-slider--external .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-mascots-slider .tk-cardsgroup .tk-card-slider__next--external:active, .tk-cardsgroup .tk-mascots-slider .tk-homepage__slider-next:active, .tk-mascots-slider .tk-cardsgroup .tk-homepage__slider-next:active, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider-next:active, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider-next:active, .tk-cardsgroup .tk-mascots-slider .tk-mascots-slider__next:active, .tk-mascots-slider .tk-cardsgroup .tk-mascots-slider__next:active {
    transition-duration: 0s;
    background-color: #851626; }

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-loading {
  display: none; }

@-webkit-keyframes tk-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes tk-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 44px;
  height: 44px; }
  .tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div {
    left: 13px;
    position: absolute;
    -webkit-animation: tk-spinner linear 1.3s infinite;
            animation: tk-spinner linear 1.3s infinite;
    background: #b11d33;
    width: 16px;
    height: 10px;
    border-radius: 43%;
    -webkit-transform-origin: 8px 21px;
            transform-origin: 8px 21px;
    outline: 1px solid transparent; }
    .tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(1) {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-animation-delay: -1.04s;
              animation-delay: -1.04s; }
    .tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(2) {
      -webkit-transform: rotate(72deg);
              transform: rotate(72deg);
      -webkit-animation-delay: -0.78s;
              animation-delay: -0.78s; }
    .tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(3) {
      -webkit-transform: rotate(144deg);
              transform: rotate(144deg);
      -webkit-animation-delay: -0.52s;
              animation-delay: -0.52s; }
    .tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(4) {
      -webkit-transform: rotate(216deg);
              transform: rotate(216deg);
      -webkit-animation-delay: -0.26s;
              animation-delay: -0.26s; }
    .tk-cardsgroup__morewrapper .tk-cardsgroup__more-spinner .tk-spinner div:nth-child(5) {
      -webkit-transform: rotate(288deg);
              transform: rotate(288deg);
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }

.tk-cardsgroup__morewrapper.tk-btn-loading .tk-cardsgroup__more {
  display: none; }
  .tk-cardsgroup__morewrapper.tk-btn-loading .tk-cardsgroup__more-loading {
    display: block; }

.tk-cardsgroup__viewall {
  text-align: center;
  margin-top: 2.5rem; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup__viewall {
      margin-top: 1.875rem;
      margin-bottom: 1.25rem; } }
  .tk-cardsgroup__viewall--compact {
    margin-bottom: 1.875rem; }
  .tk-cardsgroup__viewall-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.875rem;
    line-height: 1;
    cursor: pointer;
    font-weight: 700;
    padding: 10px;
    border: 0;
    text-transform: uppercase;
    max-width: 16.25rem;
    background-color: #b11d33;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    transition: background-color ease-in-out 0.3s;
    will-change: background-color;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .tk-cardsgroup__viewall-link:hover, .tk-cardsgroup__viewall-link:focus {
      transition-duration: 0.3s;
      background-color: #db2641;
      color: #ffffff;
      text-decoration: none; }
    .tk-cardsgroup__viewall-link:focus {
      outline: 1px dotted #ffffff;
      outline-offset: -1px; }
    .tk-cardsgroup__viewall-link:active {
      transition-duration: 0s;
      background-color: #851626; }

.tk-cardsgroup__eventInfo {
  display: flex !important;
  width: 100%; }
  .tk-cardsgroup__eventInfo-counter {
    width: 50%; }
  .tk-cardsgroup__eventInfo-mapButton {
    width: 50%;
    line-height: 32px; }
    .tk-cardsgroup__eventInfo-mapButton button {
      float: right; }

.tk-cardsgroup--list .tk-cardsgroup__item-link {
  padding: 19px 8px; }

.tk-cardsgroup--grid .tk-cardsgroup__item-ad {
  padding: 0; }

@media (min-width: 768px) {
  .tk-cardsgroup--grid .tk-cardsgroup__item {
    margin-bottom: 68px; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--grid .tk-cardsgroup__item-link {
    padding: 19px 8px; } }

@media (max-width: 991.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__sequence {
    margin: 0 0 60px 6px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__sequence--notices {
      margin: 0; } }

@media (min-width: 768px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__sequence {
    flex-wrap: wrap; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item {
    margin-bottom: 68px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item:last-of-type, .tk-cardsgroup--carousel .tk-cardsgroup__item:nth-last-of-type(-n + 2) {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type {
    margin-bottom: 44px;
    padding-left: 8px;
    padding-right: 8px; } }

@media (min-width: 768px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #ffffff; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link:hover, .tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link:focus {
      background-color: #f7f7f7; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link:active {
      background-color: #f2f2f2; } }

.tk-cardsgroup-carouselwrapper {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 44px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) {
    flex: 0 0 50%;
    width: 50%; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) {
    flex: 0 0 25%;
    width: 25%; } }

@media (min-width: 1260px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item:not(:first-of-type) {
    flex: 0 0 25%;
    width: 25%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item--notices {
    width: 50%; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item--notices {
    width: 25%; } }

@media (min-width: 1260px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item--notices {
    width: 25%; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type {
    background-color: #ffffff;
    padding: 8px; } }

.tk-cardsgroup--featgallery {
  margin-right: -8px;
  margin-left: -8px; }

.tk-cardsgroup--featgallery .tk-cardsgroup__sequence {
  display: flex; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup--featgallery .tk-cardsgroup__sequence {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .tk-cardsgroup--featgallery .tk-cardsgroup__sequence {
      flex-direction: row;
      flex-wrap: wrap;
      max-width: 840px;
      margin: 0 auto; } }

@media (min-width: 768px) {
  .tk-cardsgroup--featgallery .tk-cardsgroup__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px; }
  .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 31px; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type {
    margin-bottom: 28px; } }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tk-cardsgroup--featgallery .tk-cardsgroup__item-link:not(:first-of-type) {
    padding: 19px 8px; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--featgallery .tk-cardsgroup__morewrapper {
    margin: 32px 0; } }

@media (min-width: 768px) {
  .tk-cardsgroup--featgallery .tk-cardsgroup__morewrapper {
    margin: 32px 0; } }

@media (min-width: 768px) {
  .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__sequence {
    max-width: 100%; } }

.tk-cardsgroup--featvideo {
  margin-right: -8px;
  margin-left: -8px; }

.tk-cardsgroup--featvideo .tk-cardsgroup__sequence {
  display: flex; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__sequence {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__sequence {
      flex-direction: row;
      flex-wrap: wrap;
      max-width: none;
      margin: 0 auto; } }

@media (min-width: 1260px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) {
    margin-top: 45px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 47px 0px 47px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__ad-container {
    width: 18.75rem;
    height: 15.625rem;
    margin-top: 8px;
    margin-left: 5px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__item-link {
    display: flex;
    justify-content: center; } }

@media (max-width: 1259.98px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 47px 0px 47px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) {
    padding: 20px 0px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__ad-container {
    width: 18.75rem;
    height: 15.625rem;
    margin-top: 8px;
    margin-left: 8px; } }

@media (max-width: 991.98px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 47px 0px 47px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) {
    padding: 20px 0px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__ad-container {
    margin-left: 8px; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type {
    margin-bottom: 28px;
    padding: 0px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__item-link:not(:first-of-type) {
    padding: 19px 8px; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) {
    padding: 0px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__ad-container {
    width: auto;
    height: auto;
    margin: 0px auto;
    margin-top: 0px; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__morewrapper {
    margin: 32px 0; } }

@media (min-width: 768px) {
  .tk-cardsgroup--featvideo .tk-cardsgroup__morewrapper {
    margin: 32px 0; } }

.tk-cardsgroup__item--compact {
  width: 360px;
  height: 6rem;
  margin-bottom: 1.875rem;
  border-right: 1px solid #dadada; }
  @media (min-width: 1260px) {
    .tk-cardsgroup__item--compact:nth-child(3n) {
      border-right: none; } }
  @media (max-width: 1259.98px) {
    .tk-cardsgroup__item--compact:nth-child {
      border-right: none; }
    .tk-cardsgroup__item--compact:nth-child(2n) {
      border-right: none; }
    .tk-cardsgroup__item--compact:nth-last-child(9):first-child ~ .tk-cardsgroup__item--compact:last-child {
      border-right: none;
      margin-right: 27.1875rem; } }
  @media (max-width: 991.98px) {
    .tk-cardsgroup__item--compact:nth-last-child(9):first-child ~ .tk-cardsgroup__item--compact:last-child {
      margin-right: 22.625rem; } }
  @media (max-width: 767.98px) {
    .tk-cardsgroup__item--compact {
      border: none;
      height: 1.625rem;
      margin-bottom: 0.5rem; }
      .tk-cardsgroup__item--compact:nth-last-child(9):first-child ~ .tk-cardsgroup__item--compact:nth-last-child(-n+3) {
        display: none; } }

.tk-cardsgroup__item-link--compact {
  position: relative; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup__item-link--compact:before {
      content: '';
      display: block;
      background-color: #b11d33;
      width: 0.25rem;
      height: 1rem;
      position: absolute;
      top: 11px;
      left: 0; } }

.tk-cardsgroup__sequence--compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup__sequence--compact {
      margin-bottom: 1.5rem; } }

.tk-cardsgroup--compact-grid {
  border-bottom: 1px solid #dadada;
  margin-bottom: 3.75rem; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup--compact-grid {
      margin-bottom: 2.5rem;
      border-bottom: 0; } }

.tk-cardsgroup--external {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 0; }

.tk-cardsgroup--external .tk-cardsgroup__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

.tk-cardsgroup--external .tk-cardsgroup__item:not(:first-of-type) {
  margin: 0; }

.tk-section--black-bg .tk-cardsgroup__item {
  display: block;
  padding: 0; }
  .tk-section--black-bg .tk-cardsgroup__item-link {
    background-color: #141414;
    color: #ffffff; }
    .tk-section--black-bg .tk-cardsgroup__item-link:hover {
      background-color: #1c1c1c; }
    .tk-section--black-bg .tk-cardsgroup__item-link:active {
      background-color: #212121; }

.tk-section--sidebar-atos--latest-news .tk-cardsgroup--list {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .tk-section--sidebar-atos--latest-news .tk-cardsgroup--list {
      margin-bottom: 60px; } }

.tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more {
  background-color: #b11d33; }

@media (max-width: 767.98px) {
  .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices) {
    position: relative;
    padding-top: 13px; }
    .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      top: 0;
      margin-left: -8px;
      height: 60px; }
    .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 44px;
      margin-left: -8px;
      height: 16px;
      max-width: 192px; } }

@media (max-width: 767.98px) {
  .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination {
    bottom: 0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 20px; }
    .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet {
      width: 17px;
      height: 17px;
      background-color: #9fa0a0;
      opacity: 1;
      vertical-align: middle;
      border: 5px solid #ffffff;
      border-radius: 10px;
      margin-right: 5px; }
      .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:focus, .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:hover {
        outline: none; }
      .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet-active {
        width: 17px;
        height: 17px;
        background-color: #856a47;
        border: 5px solid #ffffff;
        box-shadow: 0px 0px 0px 1.5px #856a47;
        border-radius: 10px;
        margin-right: 5px; }
  .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-slide {
    width: auto; }
  .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup-carouselwrapper .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel {
    padding-bottom: 60px; }
  .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup__item-link {
    padding: 0;
    background: none; } }

@media (max-width: 767.98px) {
  .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::before {
    background-image: url("/tokyo-2020/en/d3images/kimono-layer/featured-top.svg"); }
  .tokyo2020--olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::after {
    background-image: url("/tokyo-2020/en/d3images/kimono-layer/featured-bottom.svg"); } }

.tokyo2020--olympics .tk-cardsgroup__item--notices::before {
  background-color: #b11d33; }

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more {
  background-color: #f08f98;
  color: #000000; }
  .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus {
    transition-duration: 0.3s;
    background-color: #f6bcc1; }
  .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:active {
    transition-duration: 0s;
    background-color: #ea626f; }

.tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link {
  background-color: #f08f98;
  color: #000000; }
  .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:hover, .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus {
    transition-duration: 0.3s;
    background-color: #f6bcc1; }
  .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:active {
    transition-duration: 0s;
    background-color: #ea626f; }

@media (max-width: 767.98px) {
  .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices) {
    position: relative;
    padding-top: 13px; }
    .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      top: 0;
      margin-left: -8px;
      height: 60px; }
    .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 44px;
      margin-left: -8px;
      height: 16px;
      max-width: 192px; } }

@media (max-width: 767.98px) {
  .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination {
    bottom: 0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 20px; }
    .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet {
      width: 17px;
      height: 17px;
      background-color: #9fa0a0;
      opacity: 1;
      vertical-align: middle;
      border: 5px solid #ffffff;
      border-radius: 10px;
      margin-right: 5px; }
      .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:focus, .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:hover {
        outline: none; }
      .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet-active {
        width: 17px;
        height: 17px;
        background-color: #856a47;
        border: 5px solid #ffffff;
        box-shadow: 0px 0px 0px 1.5px #856a47;
        border-radius: 10px;
        margin-right: 5px; }
  .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-slide {
    width: auto; }
  .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup-carouselwrapper .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel {
    padding-bottom: 60px; }
  .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup__item-link {
    padding: 0;
    background: none; } }

@media (max-width: 991.98px) {
  .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::before {
    background-image: url("/tokyo-2020/en/d3images/sakura-layer/featured-top.svg"); }
  .tokyo2020--paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::after {
    background-image: url("/tokyo-2020/en/d3images/sakura-layer/featured-bottom.svg"); } }

.tokyo2020--paralympics .tk-cardsgroup__item--notices::before {
  background-color: #f08f98; }

.tokyo2020--paralympics .tk-cardsgroup__item-link--compact::before {
  background-color: #f08f98; }

.tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more {
  background: #fffaf7;
  background: linear-gradient(180deg, #fffaf7 0%, #f18762 21%, #dc0010 85%, #dc0010 100%); }
  .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus {
    transition-duration: 0.3s;
    background-color: #ff1021; }
  .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:active {
    transition-duration: 0s;
    background-color: #a9000c; }

@media (max-width: 767.98px) {
  .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices) {
    position: relative;
    padding-top: 13px; }
    .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      top: 0;
      margin-left: -8px;
      height: 60px; }
    .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 44px;
      margin-left: -8px;
      height: 16px;
      max-width: 192px; } }

@media (max-width: 767.98px) {
  .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination {
    bottom: 0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 20px; }
    .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet {
      width: 17px;
      height: 17px;
      background-color: #9fa0a0;
      opacity: 1;
      vertical-align: middle;
      border: 5px solid #ffffff;
      border-radius: 10px;
      margin-right: 5px; }
      .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:focus, .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:hover {
        outline: none; }
      .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet-active {
        width: 17px;
        height: 17px;
        background-color: #856a47;
        border: 5px solid #ffffff;
        box-shadow: 0px 0px 0px 1.5px #856a47;
        border-radius: 10px;
        margin-right: 5px; }
  .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-slide {
    width: auto; }
  .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup-carouselwrapper .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel {
    padding-bottom: 60px; }
  .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup__item-link {
    padding: 0;
    background: none; } }

@media (max-width: 767.98px) {
  .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::before {
    background-image: url("/tokyo-2020/en/d3images/otr-layer/featured-top.svg"); }
  .tokyo2020--torch-relay-olympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::after {
    background-image: url("/tokyo-2020/en/d3images/otr-layer/featured-bottom.svg"); } }

.tokyo2020--torch-relay-olympics .tk-cardsgroup__item--notices::before {
  background-color: #DC0010; }

.tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more {
  background: #fffaf7;
  background: linear-gradient(180deg, white 0%, #f9d495 46%, #f2aa23 75%, #f2aa23 100%);
  color: #000000; }
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus {
    transition-duration: 0.3s;
    background: #fce8c5; }
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:active {
    transition-duration: 0s;
    background: #d5900d; }

@media (max-width: 767.98px) {
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices) {
    position: relative;
    padding-top: 13px; }
    .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      top: 0;
      margin-left: -8px;
      height: 60px; }
    .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup:not(.tk-cardsgroup--notices)::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: -1;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 44px;
      margin-left: -8px;
      height: 16px;
      max-width: 192px; } }

@media (max-width: 767.98px) {
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination {
    bottom: 0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    min-height: 20px; }
    .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet {
      width: 17px;
      height: 17px;
      background-color: #9fa0a0;
      opacity: 1;
      vertical-align: middle;
      border: 5px solid #ffffff;
      border-radius: 10px;
      margin-right: 5px; }
      .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:focus, .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet:hover {
        outline: none; }
      .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-pagination .swiper-pagination-bullet-active {
        width: 17px;
        height: 17px;
        background-color: #856a47;
        border: 5px solid #ffffff;
        box-shadow: 0px 0px 0px 1.5px #856a47;
        border-radius: 10px;
        margin-right: 5px; }
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup .swiper-slide {
    width: auto; }
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup-carouselwrapper .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel {
    padding-bottom: 60px; }
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup--carousel .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup__item-link {
    padding: 0;
    background: none; } }

@media (max-width: 767.98px) {
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::before {
    background-image: url("/tokyo-2020/en/d3images/ptr-layer/featured-top.svg"); }
  .tokyo2020--torch-relay-paralympics .tk-cardsgroup-carouselwrapper .tk-cardsgroup::after {
    background-image: url("/tokyo-2020/en/d3images/ptr-layer/featured-bottom.svg"); } }

.tokyo2020--torch-relay-paralympics .tk-cardsgroup__item--notices::before {
  background-color: #FEC14E; }

.tk-cardsgroup--list .tk-cardsgroup__item-link {
  padding-top: 20px;
  padding-bottom: 20px; }
  .tk-cardsgroup--list .tk-cardsgroup__item-link::after {
    position: absolute;
    bottom: 0;
    left: 8px;
    content: '';
    display: block;
    width: calc(100% - 16px);
    height: 0;
    border-bottom: 1px solid #e6e6e6; }
  .tk-section--black-bg .tk-cardsgroup--list .tk-cardsgroup__item-link::after {
    border-color: #2e2e2e; }

.tk-cardsgroup--featgallery .tk-cardsgroup__item,
.tk-cardsgroup--featvideo .tk-cardsgroup__item,
.tk-cardsgroup--grid .tk-cardsgroup__item {
  position: relative; }

@media (max-width: 767.98px) {
  .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link,
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link,
  .tk-cardsgroup--grid .tk-cardsgroup__item-link {
    padding-top: 20px;
    padding-bottom: 20px; }
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after,
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after,
    .tk-cardsgroup--grid .tk-cardsgroup__item-link::after {
      position: absolute;
      bottom: 0;
      left: 8px;
      content: '';
      display: block;
      width: calc(100% - 16px);
      height: 0;
      border-bottom: 1px solid #e6e6e6; }
    .tk-section--black-bg .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after, .tk-section--black-bg
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after, .tk-section--black-bg
    .tk-cardsgroup--grid .tk-cardsgroup__item-link::after {
      border-color: #2e2e2e; } }

.tk-section--black-bg .tk-cardsgroup--featvideo .tk-cardsgroup__item:nth-child(4) .tk-cardsgroup__item-link::after {
  border-color: transparent; }

@media (min-width: 768px) {
  .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::before {
      position: absolute;
      top: 0;
      left: 10px;
      content: '';
      display: block;
      width: calc(100% - 20px);
      height: 0;
      border-bottom: 1px solid #e6e6e6; }
    .tk-section--black-bg .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::before {
      border-color: #2e2e2e; } }

.tk-cardsgroup--external .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link {
  padding-top: 20px;
  padding-bottom: 20px; }
  .tk-cardsgroup--external .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after {
    position: absolute;
    bottom: 0;
    left: 8px;
    content: '';
    display: block;
    width: calc(100% - 16px);
    height: 0;
    border-bottom: 1px solid #e6e6e6; }
  .tk-section--black-bg .tk-cardsgroup--external .tk-cardsgroup__item:not(:first-of-type) .tk-cardsgroup__item-link::after {
    border-color: #2e2e2e; }

.tk-card {
  position: relative; }
  @media (max-width: 767.98px) {
    .tk-card {
      display: flex; }
      .tk-card__image {
        margin: 0;
        padding: 0;
        flex-grow: 0;
        flex-shrink: 0; }
      .tk-card__image, .tk-card__picture,
      .tk-card__picture img {
        display: inline-block;
        width: auto; }
      .tk-card__main {
        flex-grow: 1;
        flex-shrink: 1;
        padding-left: 10px; }
      .tk-card__body {
        position: absolute; } }
  @media (min-width: 768px) {
    .tk-card__image {
      width: 100%; }
    .tk-card__picture img {
      width: 100%; }
    .tk-card__header {
      min-height: 62px;
      margin-top: 14px;
      margin-bottom: 5px; }
    .tk-card__venue {
      margin-top: 14px; }
    .tk-card__body {
      position: relative; } }
  .tk-card__body {
    bottom: 0; }
  .tk-card__titlewrapper {
    min-height: 3rem; }
  .tk-card__title {
    font-size: 1rem;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.5rem;
    max-height: 3rem;
    text-align: left;
    padding-right: 1.5rem;
    /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
    .tk-card__title:before {
      content: "\2026";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 1.5rem;
      height: 1.5rem;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default; }
    @media reader, speech, aural {
      .tk-card__title::before {
        speak: none;
        display: none;
        visibility: hidden; } }
    .tk-card__title::after {
      content: "";
      position: absolute;
      right: 0;
      width: 1.5rem;
      height: 1.5rem;
      margin-top: -1.5rem;
      background: inherit; }
  .tk-card,
  .tk-card *,
  .tk-card .tk-card__link {
    background-color: inherit; }
  .tk-card__link, .tk-card__link:hover, .tk-card__link:active, .tk-card__link:focus {
    color: #000000;
    text-decoration: none; }
  .tk-card__image, .tk-card__picture {
    display: block; }
    @media (min-width: 992px) {
      .tk-card__image--youtube, .tk-card__picture--youtube {
        width: 407px;
        height: 250px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tk-card__image--youtube, .tk-card__picture--youtube {
        width: 320px;
        height: 200px; } }
    @media (max-width: 767.98px) {
      .tk-card__image--youtube, .tk-card__picture--youtube {
        width: 100%;
        height: 400px; } }
  .tk-card__picture {
    display: block;
    position: relative; }
    .tk-card__picture::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      z-index: 1; }
  .tk-card__live {
    width: 40px;
    height: 25px;
    background-color: #d20319;
    position: absolute;
    z-index: 1;
    right: 0;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }
  .tk-card__topic {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #856a47;
    text-transform: uppercase; }
    :lang(hi-IN) .tk-card__topic {
      line-height: inherit !important; }
    :lang(ja-JP) .tk-card__topic {
      line-height: 1.3; }
  .tk-card__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700; }
    .tk-card__titlelink {
      display: block;
      color: #000000; }
  .tk-card__datetime {
    font-size: 0.75rem;
    line-height: 1;
    color: #6f6f6f;
    font-weight: 700;
    text-transform: uppercase; }
  .tk-card__pubdate--event {
    color: #6f6f6f; }
  .tk-card__separator--event {
    color: #6f6f6f; }

.tk-card__image {
  color: white;
  position: relative;
  left: 0;
  width: inherit; }
  @media (min-width: 768px) {
    .tk-card__image .tk-card__icon--video-vod {
      position: relative; }
      .tk-card__image .tk-card__icon--video-vod ::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: "\e01a";
        font-family: "tokyo2020-icons";
        font-size: 1rem;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        height: 2.875rem;
        width: 2.875rem;
        padding: 10px;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        vertical-align: middle; }
    .tk-card__image .tk-card__duration {
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3); }
      .tk-card__image .tk-card__duration > p {
        margin: 0;
        font-size: 0.75rem;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        padding: 8px;
        text-align: center;
        vertical-align: middle; } }
  @media (max-width: 991.98px) {
    .tk-card__image .tk-card__icon--video-vod {
      position: relative; }
      .tk-card__image .tk-card__icon--video-vod ::before {
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 0;
        content: "\e01a";
        font-family: "tokyo2020-icons";
        font-size: 0.625rem;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        height: 1.875rem;
        width: 1.875rem;
        padding: 8px;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        vertical-align: middle; }
    .tk-card__image .tk-card__duration {
      display: none; } }

.tk-card--notices {
  min-height: 0 !important; }
  .tk-card--notices ::after {
    content: none !important; }
  .tk-card--notices ::before {
    content: none !important; }

.tk-card__main--notices ::before {
  content: none; }

.tk-cardsgroup--list .tk-cardsgroup__item .tk-card {
  display: flex; }
  .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__image {
    margin: 0;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0; }
  .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__image, .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__picture,
  .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__picture img {
    display: inline-block;
    width: auto; }
  .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__main {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 10px; }
  .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__body {
    position: absolute; }
  .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__icon--video-vod ::before {
    left: 100%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%); }
  .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__duration {
    display: none; }
  @media (min-width: 768px) {
    .tk-cardsgroup--list .tk-cardsgroup__item .tk-card .tk-card__icon--video-vod {
      position: relative; }
      .tk-cardsgroup--list .tk-cardsgroup__item .tk-card .tk-card__icon--video-vod ::before {
        font-size: 0.625rem;
        height: 30px;
        width: 30px;
        padding: 8px; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card {
    width: 253px;
    flex-direction: column; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__image {
      width: 100%; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__picture img {
      width: 100%; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__header {
      min-height: 111px;
      padding-top: 14px;
      margin-bottom: 5px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__titlewrapper {
      min-height: 6rem; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__title {
      font-size: 1rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.5rem;
      max-height: 6rem;
      text-align: left;
      padding-right: 1.5rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
    @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
      .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__title::before {
        speak: none;
        display: none;
        visibility: hidden; } }

@media (max-width: 767.98px) {
      .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -1.5rem;
        background: inherit; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__image {
      padding-top: 8px;
      padding-left: 8px;
      padding-right: 8px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__main {
      padding-bottom: 8px;
      padding-left: 8px;
      padding-right: 8px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__body {
      position: relative;
      top: 0; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card--notices {
      width: 253px; } }

@media (min-width: 768px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__picture img {
    width: 100%; }
  .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__header {
    margin-top: 14px;
    margin-bottom: 5px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card {
    min-height: 293px; } }

.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card-link .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__main,
.tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__link .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__main {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff; }

@media (min-width: 768px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card,
  .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card {
    width: 100%; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card::before,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 16px;
      height: 71px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right top;
      z-index: -1; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main {
      box-sizing: content-box;
      border-style: solid;
      border-color: #ffffff;
      background: #ffffff; }
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main::after,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
        content: '';
        display: block;
        position: absolute;
        width: 240px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        z-index: -1;
        max-width: 192px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__header,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__header {
      margin-top: 0; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__topic,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__topic {
      font-size: 1.25rem;
      line-height: 1; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__titlewrapper,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
      min-height: 10.9375rem; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title {
      font-size: 1.5rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 2.1875rem;
      max-height: 10.9375rem;
      text-align: left;
      padding-right: 2.1875rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title:before,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.1875rem;
        height: 2.1875rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title::before,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title::before {
        speak: none;
        display: none;
        visibility: hidden; } }

@media (min-width: 768px) {
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title::after,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 2.1875rem;
        height: 2.1875rem;
        margin-top: -2.1875rem;
        background: inherit; }
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__title--notices,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__title--notices {
        font-size: 1rem;
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.5rem;
        max-height: 3rem;
        text-align: left;
        padding-right: 1.5rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card,
  .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card {
    min-height: 270px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card::before,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
      width: 248px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__image,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__image {
      width: 480px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__link,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__link {
      left: 450px;
      top: 11px;
      position: absolute; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main {
      min-height: 227px;
      width: 206px;
      border-width: 11px 26px 11px 46px; }
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main::after,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
        bottom: -10px;
        left: 30px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card,
  .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card {
    min-height: 396px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card--notices::before,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card--notices::before {
      content: none; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card::before,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
      width: 248px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__image,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__image {
      width: 704px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__link,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__link {
      left: 674px;
      top: 14px;
      position: absolute; }
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__link--notices,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__link--notices {
        left: 0; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main {
      min-height: 212px;
      width: 206px;
      border-width: 78px 26px 77px 46px; }
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main::after,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
        bottom: -15px;
        left: 30px; }
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main--notices,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main--notices {
        min-height: 0;
        width: auto;
        border-width: auto; }
        .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main--notices ::before,
        .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main--notices ::before {
          content: none; } }

@media (min-width: 1260px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card,
  .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card {
    min-height: 513px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card::before,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
      width: 310px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__image,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__image {
      width: 914px; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__link,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__link {
      left: 884px;
      top: 70px;
      position: absolute; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main,
    .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main {
      min-height: 228px;
      width: 268px;
      border-width: 78px 26px 77px 46px; }
      .tk-cardsgroup--carousel .tk-cardsgroup__item--notices:not(:first-of-type) .tk-card__main::after,
      .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
        bottom: -24px;
        left: 30px; } }

@media (min-width: 768px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__link:hover .tk-card__main {
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__link:active .tk-card__main,
  .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__link:focus .tk-card__main {
    background-color: #f2f2f2;
    border-color: #f2f2f2; } }

@media (max-width: 767.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__item .tk-card__main {
    background-color: #ffffff; }
  .tk-cardsgroup--carousel .tk-cardsgroup__item:hover .tk-card__image,
  .tk-cardsgroup--carousel .tk-cardsgroup__item:focus .tk-card__image {
    background: rgba(0, 0, 0, 0.02); }
  .tk-cardsgroup--carousel .tk-cardsgroup__item:hover .tk-card__main,
  .tk-cardsgroup--carousel .tk-cardsgroup__item:focus .tk-card__main {
    background-color: #f7f7f7; }
  .tk-cardsgroup--carousel .tk-cardsgroup__item:active .tk-card__image {
    background: rgba(0, 0, 0, 0.04); }
  .tk-cardsgroup--carousel .tk-cardsgroup__item:active .tk-card__main {
    background-color: whitesmoke; } }

.tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card {
  display: flex; }
  .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__image {
    margin: 0;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0; }
  .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__image, .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__picture,
  .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__picture img {
    display: inline-block;
    width: auto; }
  .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__main {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 10px; }
  .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__body {
    position: absolute; }
  @media (min-width: 768px) {
    .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__titlewrapper {
      min-height: 4.14rem; }
    .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title {
      font-size: 1rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.38rem;
      max-height: 4.14rem;
      text-align: left;
      padding-right: 1.38rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.38rem;
        height: 1.38rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (min-width: 768px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.38rem;
        height: 1.38rem;
        margin-top: -1.38rem;
        background: inherit; }
      :lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.5rem;
        max-height: 4.5rem;
        text-align: left;
        padding-right: 1.5rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.5rem;
          height: 1.5rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (min-width: 768px) {
        :lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.5rem;
          height: 1.5rem;
          margin-top: -1.5rem;
          background: inherit; }
    .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__header {
      margin-top: 0; } }

.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card {
  display: block; }
  .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
    display: block;
    position: relative; }
    @media (max-width: 767.98px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(91.5625% + 16px);
        left: -8px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 20px);
        left: -20px; } }
    @media (min-width: 992px) and (max-width: 1259.98px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 84px);
        left: -84px; } }
    @media (min-width: 1260px) and (max-width: 1455.98px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 218px);
        left: -218px; } }
    @media (min-width: 1340px) and (max-width: 1455px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 258px);
        left: -258px; } }
    @media (min-width: 1456px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 316px);
        left: -316px; } }
  @media (min-width: 768px) {
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
      min-height: 5.12rem;
      margin-top: 10px; }
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title {
      font-size: 1.875rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 2.56rem;
      max-height: 5.12rem;
      text-align: left;
      padding-right: 2.56rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.56rem;
        height: 2.56rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (min-width: 768px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 2.56rem;
        height: 2.56rem;
        margin-top: -2.56rem;
        background: inherit; }
      :lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 3rem;
        max-height: 6rem;
        text-align: left;
        padding-right: 3rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 3rem;
          height: 3rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (min-width: 768px) {
        :lang(hi-IN) .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::after {
          content: "";
          position: absolute;
          right: 0;
          width: 3rem;
          height: 3rem;
          margin-top: -3rem;
          background: inherit; }
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__header {
      margin-top: 26px;
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
      min-height: 2.38rem;
      margin-top: 10px; }
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title {
      font-size: 1rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.19rem;
      max-height: 2.38rem;
      text-align: left;
      padding-right: 1.19rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.19rem;
        height: 1.19rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (max-width: 767.98px) {
      .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.19rem;
        height: 1.19rem;
        margin-top: -1.19rem;
        background: inherit; }
    .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__header {
      margin-top: 15px;
      margin-bottom: 10px; } }
  .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__body {
    position: relative;
    top: 0; }

.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__picture,
.tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__picture img {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__icon--video-vod ::before {
    top: 100%;
    left: 100%;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
    font-size: 0.625rem;
    height: 1.875rem;
    width: 1.875rem;
    padding: 7px; }
  .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__duration {
    display: none; } }

@media (max-width: 991.98px) {
  .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__icon--video-vod {
    position: relative; }
    .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__icon--video-vod ::before {
      position: absolute;
      bottom: 0;
      right: 0;
      content: "\e01a";
      font-family: "tokyo2020-icons";
      font-size: 0.625rem;
      font-style: normal;
      font-variant-caps: normal;
      font-variant-east-asian: normal;
      -webkit-font-variant-ligatures: normal;
              font-variant-ligatures: normal;
      font-variant-numeric: normal;
      font-weight: 400;
      height: 1.875rem;
      width: 1.875rem;
      padding: 8px;
      text-align: center;
      background: rgba(0, 0, 0, 0.3);
      vertical-align: middle; }
  .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item .tk-card__image .tk-card__duration {
    display: none; } }

.tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image {
  color: white;
  position: relative;
  left: 0;
  width: inherit; }
  @media (min-width: 768px) {
    .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video-vod {
      position: relative; }
      .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video-vod ::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: "\e01a";
        font-family: "tokyo2020-icons";
        font-size: 1.625rem;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        height: 5rem;
        width: 5rem;
        padding: 21px;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        vertical-align: middle; }
    .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3); }
      .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration > p {
        margin: 0;
        font-size: 0.875rem;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        padding: 8px;
        text-align: center;
        vertical-align: middle; } }
  @media (max-width: 991.98px) {
    .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video-vod {
      position: relative; }
      .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video-vod ::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: "\e01a";
        font-family: "tokyo2020-icons";
        font-size: 1.625rem;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        height: 5rem;
        width: 5rem;
        padding: 21px;
        text-align: center;
        background: rgba(0, 0, 0, 0.3);
        vertical-align: middle; }
    .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3); }
      .tk-cardsgroup--featgallery.video-vod .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration > p {
        margin: 0;
        font-size: 0.875rem;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        padding: 8px;
        text-align: center;
        vertical-align: middle; } }

.tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card {
  display: flex;
  flex-direction: column; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__image {
    margin: 0;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__image, .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__picture,
  .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__picture img {
    display: inline-block;
    width: auto; }
    @media (min-width: 992px) and (max-width: 1259.98px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__image, .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__picture,
      .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__picture img {
        width: 224px; } }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__main {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 0px;
    margin-top: 16px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__body {
    position: absolute; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__duration {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      background: rgba(0, 0, 0, 0.3); }
      .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__duration > p {
        margin: 0;
        font-size: 0.75rem;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        -webkit-font-variant-ligatures: normal;
                font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        padding: 8px;
        text-align: center;
        vertical-align: middle; } }
  @media (max-width: 767.98px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card {
      flex-direction: row; }
      .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__main {
        padding-left: 10px;
        margin-top: 0px; } }
  @media (min-width: 768px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__titlewrapper {
      min-height: 4rem; }
    .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title {
      margin-top: 8px;
      font-size: 1rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.38rem;
      max-height: 2.76rem;
      text-align: left;
      padding-right: 1.38rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.38rem;
        height: 1.38rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (min-width: 768px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.38rem;
        height: 1.38rem;
        margin-top: -1.38rem;
        background: inherit; }
      :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.5rem;
        max-height: 3rem;
        text-align: left;
        padding-right: 1.5rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.5rem;
          height: 1.5rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (min-width: 768px) {
        :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__title::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.5rem;
          height: 1.5rem;
          margin-top: -1.5rem;
          background: inherit; }
    .tk-cardsgroup--featvideo .tk-cardsgroup__item .tk-card__header {
      margin-top: 0; } }

.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card {
  display: block; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__main {
    padding: 0px 125px; }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
    display: block;
    position: relative; }
    @media (max-width: 767.98px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: 100%;
        left: 0; }
        .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video {
          position: relative; }
          .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video ::before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            content: "\e01a";
            font-family: "tokyo2020-icons";
            font-size: 1rem;
            font-style: normal;
            font-variant-caps: normal;
            font-variant-east-asian: normal;
            -webkit-font-variant-ligatures: normal;
                    font-variant-ligatures: normal;
            font-variant-numeric: normal;
            font-weight: 400;
            height: 2.875rem;
            width: 2.875rem;
            padding: 10px;
            text-align: center;
            background: rgba(0, 0, 0, 0.3);
            vertical-align: middle; }
        .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration {
          display: block;
          position: absolute;
          bottom: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.3); }
          .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__duration > p {
            margin: 0;
            font-size: 0.75rem;
            font-style: normal;
            font-variant-caps: normal;
            font-variant-east-asian: normal;
            -webkit-font-variant-ligatures: normal;
                    font-variant-ligatures: normal;
            font-variant-numeric: normal;
            font-weight: 400;
            padding: 8px;
            text-align: center;
            vertical-align: middle; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: 100%;
        left: 0; } }
    @media (min-width: 992px) and (max-width: 1259.98px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: 100%;
        left: 0; } }
    @media (min-width: 1260px) and (max-width: 1455.98px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: 100%;
        left: 0; } }
    @media (min-width: 1340px) and (max-width: 1455px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: 100%;
        left: 0; } }
    @media (min-width: 768px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video {
        position: relative; }
        .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__icon--video ::before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          content: "\e01a";
          font-family: "tokyo2020-icons";
          font-size: 1.625rem;
          font-style: normal;
          font-variant-caps: normal;
          font-variant-east-asian: normal;
          -webkit-font-variant-ligatures: normal;
                  font-variant-ligatures: normal;
          font-variant-numeric: normal;
          font-weight: 400;
          height: 5rem;
          width: 5rem;
          padding: 21px;
          text-align: center;
          background: rgba(0, 0, 0, 0.3);
          vertical-align: middle; } }
    @media (min-width: 1456px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: 100%;
        left: 0; } }
  @media (min-width: 768px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
      min-height: 5.12rem;
      margin-top: 10px; }
      :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
        min-height: 6rem; }
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title {
      font-size: 1.875rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 2.56rem;
      max-height: 5.12rem;
      text-align: left;
      padding-right: 2.56rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.56rem;
        height: 2.56rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (min-width: 768px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 2.56rem;
        height: 2.56rem;
        margin-top: -2.56rem;
        background: inherit; }
      :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 3rem;
        max-height: 6rem;
        text-align: left;
        padding-right: 3rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 3rem;
          height: 3rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (min-width: 768px) {
        :lang(hi-IN) .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::after {
          content: "";
          position: absolute;
          right: 0;
          width: 3rem;
          height: 3rem;
          margin-top: -3rem;
          background: inherit; }
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__header {
      margin-top: 26px;
      margin-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__main {
      padding: 0px; }
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
      min-height: 2.38rem;
      margin-top: 10px; }
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title {
      font-size: 1rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.19rem;
      max-height: 2.38rem;
      text-align: left;
      padding-right: 1.19rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.19rem;
        height: 1.19rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (max-width: 767.98px) {
      .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.19rem;
        height: 1.19rem;
        margin-top: -1.19rem;
        background: inherit; }
    .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__header {
      margin-top: 15px;
      margin-bottom: 10px; } }
  .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__body {
    position: relative;
    top: 0; }

.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__picture,
.tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__image .tk-card__picture img {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media (max-width: 767.98px) {
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card {
    display: block; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__main {
      margin-top: 12px;
      padding-left: 0px; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__header {
      height: 85px; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__title {
      margin-top: 5px; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__image .tk-card__duration {
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3); }
      .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__image .tk-card__duration p {
        margin-bottom: 0;
        padding: 5px;
        font-size: 0.75rem; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__image .tk-card__icon--video-vod ::before {
      display: none; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__image .tk-icon-gallery::before {
      display: none; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__icon--video-vod::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "\e01a";
      font-family: "tokyo2020-icons";
      font-size: 0.625rem;
      font-style: normal;
      font-variant-caps: normal;
      font-variant-east-asian: normal;
      -webkit-font-variant-ligatures: normal;
      font-variant-ligatures: normal;
      font-variant-numeric: normal;
      font-weight: 400;
      height: 1.875rem;
      width: 1.875rem;
      padding: 8px;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      vertical-align: middle; } }

@media (max-width: 991.98px) {
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image .tk-card__duration {
    display: block; } }

@media (max-width: 1259.98px) {
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__main {
    max-width: 224px; }
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image {
    max-width: 2224px; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image .tk-card__duration {
      display: block; }
    .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image .tk-card__picture img {
      width: auto; } }

@media (max-width: 1455.98px) {
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-icon-gallery::before {
    display: none; }
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__picture--rhb-img {
    width: 224px;
    height: 126px; } }

@media (min-width: 1260px) {
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__picture--rhb-img {
    width: 291px;
    height: 163px; } }

@media (min-width: 1260px) {
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__main {
    max-width: 291px; }
  .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image {
    max-width: 291px; } }

.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card .tk-card__picture--rhb-img-external {
  width: 224px;
  height: 126px; }

.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__image--external {
  max-width: 224px; }

.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__main--external {
  max-width: 224px; }

.tk-cardsgroup--external .tk-cardsgroup__item .tk-card {
  flex-direction: row; }
  .tk-cardsgroup--external .tk-cardsgroup__item .tk-card__main {
    padding-left: 10px;
    margin-top: 0px; }
  .tk-cardsgroup--external .tk-cardsgroup__item .tk-card__image picture img {
    width: 84px; }
  .tk-cardsgroup--external .tk-cardsgroup__item .tk-card__duration {
    bottom: 7px; }
  .tk-cardsgroup--external .tk-cardsgroup__item .tk-card__image, .tk-cardsgroup--external .tk-cardsgroup__item .tk-card__picture,
  .tk-cardsgroup--external .tk-cardsgroup__item .tk-card__picture img {
    display: inline-block;
    width: auto; }

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__main {
  padding: 0px; }

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
  min-height: 2.38rem;
  margin-top: 10px; }

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__title {
  font-size: 1rem;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.19rem;
  max-height: 2.38rem;
  text-align: left;
  padding-right: 1.19rem;
  /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
  .tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__title:before {
    content: "\2026";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.19rem;
    height: 1.19rem;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default; }
  @media reader, speech, aural {
    .tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__title::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  .tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__title::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1.19rem;
    height: 1.19rem;
    margin-top: -1.19rem;
    background: inherit; }

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__header {
  margin-top: 15px;
  margin-bottom: 10px; }

.tk-cardsgroup--external .tk-cardsgroup__item:first-of-type .tk-card__duration {
  bottom: 0px; }

.tk-cardsgroup__item--external .tk-card__header {
  margin-top: 0;
  margin-bottom: 0; }

.tk-section--black-bg .tk-card__datetime {
  color: #9fa0a0; }

.tk-section--black-bg .tk-card__link, .tk-section--black-bg .tk-card__link:hover, .tk-section--black-bg .tk-card__link:active, .tk-section--black-bg .tk-card__link:focus {
  color: #ffffff; }

.tk-section--black-bg .tk-card__titlelink {
  color: #ffffff; }

.tk-section--black-bg .tk-card__topic {
  color: #b49166; }

.tokyo2020--olympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
  background-image: url("/tokyo-2020/en/d3images/kimono-layer/featured-top.svg"); }

.tokyo2020--olympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
  background-image: url("/tokyo-2020/en/d3images/kimono-layer/featured-bottom.svg"); }

.tokyo2020--paralympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
  background-image: url("/tokyo-2020/en/d3images/sakura-layer/featured-top.svg"); }

.tokyo2020--paralympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
  background-image: url("/tokyo-2020/en/d3images/sakura-layer/featured-bottom.svg"); }

.tokyo2020--torch-relay-olympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
  background-image: url("/tokyo-2020/en/d3images/otr-layer/featured-top.svg"); }

.tokyo2020--torch-relay-olympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
  background-image: url("/tokyo-2020/en/d3images/otr-layer/featured-bottom.svg"); }

.tokyo2020--torch-relay-paralympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card::before {
  background-image: url("/tokyo-2020/en/d3images/ptr-layer/featured-top.svg"); }

.tokyo2020--torch-relay-paralympics .tk-cardsgroup--carousel .tk-cardsgroup__item:first-of-type .tk-card__main::after {
  background-image: url("/tokyo-2020/en/d3images/ptr-layer/featured-bottom.svg"); }

.tk-card .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card__icon, .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card .tk-card__icon, .tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon, .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon, .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon,
.tk-card .tk-cardsgroup__lead-list .tk-cardsgroup__item .tk-card__icon.tk-icon-gallery, .tk-cardsgroup__lead-list .tk-cardsgroup__item .tk-card .tk-card__icon.tk-icon-gallery, .tk-card .tk-cardsgroup--list.tk-cardsgroup--album .tk-card__icon, .tk-cardsgroup--list.tk-cardsgroup--album .tk-card .tk-card__icon, .tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__icon, .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__icon, .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon {
  position: relative;
  background: transparent; }
  .tk-card .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card__icon::before, .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card .tk-card__icon::before, .tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon::before, .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon::before,
  .tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon::before, .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon::before,
  .tk-card .tk-cardsgroup__lead-list .tk-cardsgroup__item .tk-card__icon.tk-icon-gallery::before, .tk-cardsgroup__lead-list .tk-cardsgroup__item .tk-card .tk-card__icon.tk-icon-gallery::before, .tk-card .tk-cardsgroup--list.tk-cardsgroup--album .tk-card__icon::before, .tk-cardsgroup--list.tk-cardsgroup--album .tk-card .tk-card__icon::before, .tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__icon::before, .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon::before,
  .tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__icon::before, .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon::before {
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    right: 0;
    bottom: 0;
    position: absolute; }

@media (max-width: 767.98px) {
  .tk-card .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card__icon::before, .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card .tk-card__icon::before {
    padding: 10px;
    font-size: 0.9375rem; } }

@media (min-width: 768px) {
  .tk-card .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card__icon::before, .tk-cardsgroup--grid.tk-cardsgroup--album .tk-card .tk-card__icon::before {
    font-size: 1.25rem;
    padding: 10px; } }

.tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon::before, .tk-cardsgroup--featgallery .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon::before,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card__icon::before, .tk-cardsgroup--featvideo .tk-cardsgroup__item:not(:first-of-type) .tk-card .tk-card__icon::before,
.tk-card .tk-cardsgroup__lead-list .tk-cardsgroup__item .tk-card__icon.tk-icon-gallery::before, .tk-cardsgroup__lead-list .tk-cardsgroup__item .tk-card .tk-card__icon.tk-icon-gallery::before, .tk-card .tk-cardsgroup--list.tk-cardsgroup--album .tk-card__icon::before, .tk-cardsgroup--list.tk-cardsgroup--album .tk-card .tk-card__icon::before {
  padding: 10px;
  font-size: 0.9375rem; }

.tk-card .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__icon::before, .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon::before,
.tk-card .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card__icon::before, .tk-cardsgroup--featvideo .tk-cardsgroup__item:first-of-type .tk-card .tk-card__icon::before {
  font-size: 1.25rem;
  padding: 10px; }

.tk-card--compact {
  display: flex; }

.tk-card__image--compact picture img {
  width: 84px; }

@media (max-width: 767.98px) {
  .tk-card__image--compact {
    display: none; } }

.tk-card__main--compact {
  padding-left: 0.625rem; }

.tk-card__header--compact {
  margin-top: 0px; }

@media (max-width: 767.98px) {
  .tk-card__titlewrapper--compact {
    min-height: 1.5rem; } }

.tk-card__title--compact {
  max-height: 4.5rem; }
  @media (max-width: 767.98px) {
    .tk-card__title--compact {
      max-height: 1.5rem; } }

@media (min-width: 768px) {
  .tk-ads-banner__container--label-is-visible {
    position: relative; } }

.tk-ads-banner__label {
  line-height: 1;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .tk-ads-banner__label {
      font-size: 0.875rem; } }
  .tk-ad__container--top .tk-ads-banner__label {
    margin: 8px 0; }
  @media (max-width: 767.98px) {
    .tk-cardsgroup__item--ad .tk-ads-banner__label {
      margin-bottom: 8px; } }
  @media (min-width: 768px) {
    .tk-cardsgroup__item--ad .tk-ads-banner__label {
      position: absolute;
      top: -22px;
      width: 100%;
      text-align: center; } }
  @media (max-width: 767.98px) {
    .tk-ad__container--native .tk-ads-banner__label {
      margin-bottom: 8px; } }
  @media (min-width: 768px) {
    .tk-ad__container--native .tk-ads-banner__label {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      position: relative;
      top: -8px; } }
  .tk-ad__container--inner .tk-ads-banner__label {
    margin-bottom: 8px; }
  .tk-banner-shop .tk-ads-banner__label {
    margin-bottom: 8px; }
  .tk-liveblog__adv .tk-ads-banner__label {
    margin-bottom: 8px; }

.tk-ad-top--sticky {
  position: fixed;
  width: 100%;
  z-index: 120;
  top: 0;
  height: 106px; }
  @media (max-width: 767.98px) {
    .tk-ad-top--sticky {
      height: 66px; } }
  .tk-ad-top--sticky.tk-ad-top--label-is-visible {
    height: 128px; }
    @media (max-width: 767.98px) {
      .tk-ad-top--sticky.tk-ad-top--label-is-visible {
        height: 86px; } }

.tk-ad-top-placeholder {
  display: block;
  height: 106px; }
  @media (max-width: 767.98px) {
    .tk-ad-top-placeholder {
      height: 66px; } }
  .tk-ad-top-placeholder.tk-ad-top--label-is-visible {
    height: 128px; }
    @media (max-width: 767.98px) {
      .tk-ad-top-placeholder.tk-ad-top--label-is-visible {
        height: 86px; } }
  .tk-ad-top-placeholder--hide {
    height: 0;
    display: none !important; }

.tk-ad__container--initial {
  height: 0px;
  margin: 0 !important;
  overflow: hidden; }

.tk-ad__container--native {
  display: block;
  width: 100%;
  height: 100%; }

.tk-ad__container--top .tk-ads-banner__container {
  display: flex;
  padding: 0;
  background-color: #e6e6e6;
  min-height: 106px;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .tk-ad__container--top .tk-ads-banner__container {
      min-height: 66px; } }
  .tk-ad__container--top .tk-ads-banner__container--label-is-visible {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 128px; }
    @media (max-width: 767.98px) {
      .tk-ad__container--top .tk-ads-banner__container--label-is-visible {
        min-height: 86px; } }

.tk-ad__container--inner {
  margin: 60px 0; }
  @media (max-width: 767.98px) {
    .tk-ad__container--inner {
      margin: 32px 0; } }

@media (min-width: 768px) {
  .tk-cardsgroup--grid .tk-ad__container--inner {
    margin: 0 0 60px 0; } }

@media (max-width: 767.98px) {
  .container .tk-ad__container--inner {
    margin-left: -8px;
    margin-right: -8px; } }

.banner:not(.banner--presented-by) > div {
  display: inline-block; }

.tk_banner_shop_container .tk-ads-banner__label {
  display: none; }

.tk-section--ceremony-news {
  margin-top: 60px; }

.tk-section--ceremony-photos {
  margin-top: 60px; }

.tk-section--gold-title .tk-article__title {
  color: #856a47; }

@media (max-width: 767.98px) {
  .tk-section--featured-carousel .tk-cards-groupcarousel__ad {
    padding-top: 33px;
    margin-bottom: 34px; } }

@media (min-width: 768px) {
  .tk-section--featured-carousel .tk-cards-group-carouselwrapper {
    margin-bottom: 50px; }
  .tk-section--featured-carousel .tk-cards-groupcarousel__ad {
    border-top: 1px solid #e6e6e6; } }

@media (max-width: 767.98px) {
  .tk-section--gallery-slider .container {
    margin-top: 32px; } }

@media (min-width: 768px) {
  .tk-section--gallery-slider .container {
    position: relative;
    top: -60px;
    margin-top: 100px;
    margin-bottom: -60px; } }

.tk-section--black-bg {
  color: #ffffff;
  background-color: #141414; }
  .tk-section--black-bg .tk-section__heading {
    color: #ffffff; }
  @media (max-width: 767.98px) {
    .tk-section--black-bg {
      padding-top: 18px;
      padding-bottom: 7px; }
      .tk-section--black-bg.tk-section--external {
        margin-left: -8px;
        margin-right: -8px;
        padding-left: 8px;
        padding-right: 8px; } }
  @media (min-width: 768px) {
    .tk-section--black-bg {
      padding-top: 8px;
      padding-bottom: 72px; } }

.tk-section__filters {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6f6f6f; }
  @media (min-width: 992px) {
    .tk-section__filters {
      font-size: 0.875rem; } }
  .tk-section__filters-button {
    display: flex;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #6f6f6f; }
  .tk-section__filters-reset {
    display: flex;
    color: #6f6f6f;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600; }
    .tk-section__filters-reset:focus, .tk-section__filters-reset:hover {
      color: #6f6f6f; }
  .tk-section__filters-icon {
    display: block;
    position: relative;
    width: 32px;
    height: 32px; }
    .tk-section__filters-icon.tk-icon-close::before {
      font-size: 0.75rem; }
    .tk-section__filters-icon::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 0.875rem; }
  .tk-section__filters-label {
    font-weight: 600; }
  .tk-section__filters-active-container {
    display: flex;
    margin: 0 0 20px 0; }
    @media (max-width: 991.98px) {
      .tk-section__filters-active-container {
        padding: 0 12px; } }
    @media (min-width: 992px) {
      .tk-section__filters-active-container {
        margin-bottom: 30px;
        padding-left: 46px; } }
  .tk-section__filters-active-label, .tk-section__filters-active-value {
    margin-right: 1.25rem; }
  .tk-section__filters-active-label {
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
    font-size: 0.875rem;
    line-height: 1.5; }
  .tk-section__filters-active-value {
    color: #856a47;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.75; }
    .tk-section__filters-active-value:last-child {
      margin-right: 0; }

.tk-section > .container {
  position: relative; }

.tk-section .tk-section__filters-buttons-container {
  position: absolute;
  top: 2px;
  right: 20px;
  display: flex;
  line-height: 32px; }
  @media (min-width: 768px) {
    .tk-section .tk-section__filters-buttons-container {
      top: 6px;
      right: 8px; } }

.tk-section__header + .tk-section__filters {
  margin-top: -51px;
  padding-top: 51px; }
  @media (min-width: 992px) {
    .tk-section__header + .tk-section__filters {
      margin-top: -74px;
      padding-top: 74px; } }

.tk-section__footer--partners {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .tk-section__footer--partners {
      max-width: 84.150326%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px; } }

.tk-section__full-screen {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
  margin-bottom: 1rem; }

.tk-section--sidebar-atos {
  margin-top: 32px; }

.tk-section__heading {
  color: #000000; }
  .tk-section__heading--youtube-logo {
    width: 100px;
    vertical-align: bottom; }
    @media (max-width: 767.98px) {
      .tk-section__heading--youtube-logo {
        width: 80px; } }
  @media (max-width: 991.98px) {
    .tk-section__heading {
      margin-top: 0;
      margin-right: -8px;
      margin-bottom: 16px;
      margin-left: -8px;
      padding: 4.5px 36px; } }
  @media (max-width: 767.98px) {
    .tk-section__heading {
      padding: 4.5px 20px; } }
  @media (min-width: 992px) {
    .tk-section__heading {
      margin-top: 22px;
      margin-right: 0;
      margin-bottom: 22px;
      margin-left: 0;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 46px; } }

.tokyo2020--olympics .tk-section__heading {
  background: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg") 0 50% no-repeat; }
  @media (min-width: 768px) {
    .tokyo2020--olympics .tk-section__heading {
      background-image: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--desktop-oly.svg"); } }

@media (min-width: 768px) {
  .tokyo2020--olympics.tk-section--external .tk-section__heading {
    background-image: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg"); } }

.tk-section__heading--rhb-oly {
  background: url("/tokyo-2020/en/d3images/headings/olympics/rhb_header_mobile.svg") 0 100% no-repeat;
  width: 100%;
  background-size: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #ffffff;
  min-height: 60px;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .tk-section__heading--rhb-oly {
      padding: 8px 32px;
      line-height: 1.1;
      background-size: cover; } }
  @media (min-width: 576px) {
    .tk-section__heading--rhb-oly {
      background-image: url("/tokyo-2020/en/d3images/headings/olympics/rhb_header_desktop.svg");
      background-size: 600px;
      height: 72px;
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .tk-section__heading--rhb-oly {
      width: 600px; } }
  @media (min-width: 1260px) {
    .tk-section__heading--rhb-oly {
      justify-content: flex-start;
      padding-left: 150px;
      position: relative;
      left: 8px; } }

.tk-section__heading--rhb-oly-external {
  background: url("/tokyo-2020/en/d3images/headings/olympics/rhb_header_mobile.svg") 0 100% no-repeat;
  width: 100%;
  background-size: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #ffffff;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  padding: 8px 16px;
  background-size: cover; }
  :lang(ja-JP) .tk-section__heading--rhb-oly-external {
    font-size: 1.25rem; }

.tokyo2020--paralympics .tk-section__heading {
  background: url("/tokyo-2020/en/d3images/headings/paralympics/bg-tk-section__heading--mobile-para.svg") 0 50% no-repeat; }
  @media (min-width: 768px) {
    .tokyo2020--paralympics .tk-section__heading {
      background-image: url("/tokyo-2020/en/d3images/headings/paralympics/bg-tk-section__heading--desktop-para.svg"); } }

@media (min-width: 768px) {
  .tokyo2020--paralympics.tk-section--external .tk-section__heading {
    background-image: url("/tokyo-2020/en/d3images/headings/paralympics/bg-tk-section__heading--mobile-para.svg"); } }

.tk-section__heading--rhb-para {
  background: url("/tokyo-2020/en/d3images/headings/paralympics/rhb_header_mobile_para.svg") 0 100% no-repeat;
  width: 100%;
  background-size: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #ffffff;
  min-height: 60px;
  margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .tk-section__heading--rhb-para {
      padding: 8px 32px;
      line-height: 1.1;
      background-size: cover; } }
  @media (min-width: 576px) {
    .tk-section__heading--rhb-para {
      background-image: url("/tokyo-2020/en/d3images/headings/paralympics/rhb_header_desktop_para.svg");
      background-size: 600px;
      height: 72px;
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .tk-section__heading--rhb-para {
      width: 600px; } }
  @media (min-width: 1260px) {
    .tk-section__heading--rhb-para {
      justify-content: flex-start;
      padding-left: 150px;
      position: relative;
      left: 8px; } }

.tk-section__heading--rhb-para-external {
  background: url("/tokyo-2020/en/d3images/headings/paralympics/rhb_header_mobile_para.svg") 0 100% no-repeat;
  width: 100%;
  background-size: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #ffffff;
  min-height: 60px;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 700;
  padding: 8px 16px;
  background-size: cover; }
  :lang(ja-JP) .tk-section__heading--rhb-para-external {
    font-size: 1.25rem; }

.tokyo2020--torch-relay-olympics .tk-section__heading {
  background: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--mobile-otr.svg") 0 50% no-repeat; }
  @media (min-width: 768px) {
    .tokyo2020--torch-relay-olympics .tk-section__heading {
      background-image: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--desktop-otr.svg"); } }

.tokyo2020--torch-relay-paralympics .tk-section__heading {
  background: url("/tokyo-2020/en/d3images/headings/paralympics/bg-tk-section__heading--mobile-ptr.svg") 0 50% no-repeat; }
  @media (min-width: 768px) {
    .tokyo2020--torch-relay-paralympics .tk-section__heading {
      background-image: url("/tokyo-2020/en/d3images/headings/paralympics/bg-tk-section__heading--desktop-ptr.svg"); } }

.tk-section--heading-indented .tk-section__heading {
  background-image: none !important; }
  @media (min-width: 768px) {
    .tk-section--heading-indented .tk-section__heading {
      background-image: none !important; } }
  @media (min-width: 992px) {
    .tk-section--heading-indented .tk-section__heading {
      padding: 0 17%; } }

.tk-section--heading-smaller-indented .tk-section__heading {
  background-image: none !important;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .tk-section--heading-smaller-indented .tk-section__heading {
      background-image: none !important;
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .tk-section--heading-smaller-indented .tk-section__heading {
      padding: 0 17%; } }

.tk-section--external .tk-section__heading {
  font-size: 1.5rem;
  line-height: 1.33333;
  font-weight: 700;
  padding: 4.5px 20px; }
  :lang(ja-JP) .tk-section--external .tk-section__heading {
    font-size: 1.375rem;
    line-height: 1.36364; }
  .tokyo2020--olympics .tk-section--external .tk-section__heading {
    background: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg") 0 50% no-repeat; }
  .tokyo2020--paralympics .tk-section--external .tk-section__heading {
    background: url("/tokyo-2020/en/d3images/headings/paralympics/bg-tk-section__heading--mobile-para.svg") 0 50% no-repeat; }

.tk-section--external.tk-section--sidebar-atos--latest-news .tk-section__heading {
  margin-bottom: 8px !important; }

.tk-section--with-filters .tk-section__heading {
  padding-right: 90px; }

.tk-presented-by__header {
  margin: 20px 0;
  text-align: right;
  font-size: 0;
  position: relative; }
  .tk-presented-by__header::before {
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    background-color: black;
    opacity: 0.1; }

.tk-presented-by__heading {
  display: inline-block;
  color: #6f6f6f;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
  width: auto;
  position: relative;
  top: 0;
  right: 0;
  background-color: white;
  padding-left: 0.75rem; }

.tk-presented-by__image {
  vertical-align: middle;
  position: relative;
  top: -3px;
  width: auto;
  max-width: 250px;
  max-height: 150px; }

.tk-back-to-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 0;
  position: fixed;
  z-index: 1049;
  bottom: 15px;
  right: 15px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-bottom: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease; }
  @media (min-width: 768px) {
    .tk-back-to-top {
      width: 3.875rem;
      height: 3.875rem; } }
  .tk-back-to-top::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 991.98px) {
      .tk-back-to-top::before {
        font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .tk-back-to-top::before {
        font-size: 2.5rem; } }
  .tk-back-to-top:hover, .tk-back-to-top:focus {
    background-color: #f2f2f2; }
  .tk-back-to-top:active {
    background-color: #e6e6e6; }
  .vjs-full-window .tk-back-to-top {
    display: none !important; }

.tk-show-more {
  background-color: #ffffff;
  font-size: 32px;
  border: none;
  margin-top: 20px; }

.tk-link {
  line-height: 2.28571;
  border-bottom: none;
  max-width: 50%; }
  .tk-link__container {
    position: relative; }
  .tk-link--fullwidth {
    width: 100%; }
  .tk-link__text {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #b11d33; }
    .tk-link__text::before {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      font-size: 1rem;
      color: #000000; }
    .tk-link__text:hover {
      color: #ffffff;
      background-color: #b11d33; }
  .tk-link:hover, .tk-link:focus {
    background-color: transparent;
    color: #000000; }
    .tk-link:hover .tk-link__text, .tk-link:focus .tk-link__text {
      color: #ffffff;
      background-color: #b11d33; }
    .tk-link:hover::before, .tk-link:focus::before {
      color: #000000; }
  .tk-link::before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 1rem; }

.tokyo2020--paralympics .tk-link__text {
  border-bottom-color: #f08f98; }
  .tokyo2020--paralympics .tk-link__text:hover {
    background-color: #f08f98;
    color: #000000; }

.tokyo2020--paralympics .tk-link:hover .tokyo2020--paralympics .tk-link__text {
  background-color: #f08f98;
  color: #000000; }

.tokyo2020--paralympics .tk-link,
.tokyo2020--paralympics .tk-article__part > p a,
.tokyo2020--paralympics .tk-article__tag a,
.tokyo2020--paralympics .tk-static-block .tk-article__headline p a,
.tokyo2020--paralympics .tk-lead-block-preview .tk-article__headline p a,
.tokyo2020--paralympics .tk-multicolumn-list__item--content a {
  border-bottom-color: #f08f98; }
  .tokyo2020--paralympics .tk-link:focus, .tokyo2020--paralympics .tk-link:hover,
  .tokyo2020--paralympics .tk-article__part > p a:focus,
  .tokyo2020--paralympics .tk-article__part > p a:hover,
  .tokyo2020--paralympics .tk-article__tag a:focus,
  .tokyo2020--paralympics .tk-article__tag a:hover,
  .tokyo2020--paralympics .tk-static-block .tk-article__headline p a:focus,
  .tokyo2020--paralympics .tk-static-block .tk-article__headline p a:hover,
  .tokyo2020--paralympics .tk-lead-block-preview .tk-article__headline p a:focus,
  .tokyo2020--paralympics .tk-lead-block-preview .tk-article__headline p a:hover,
  .tokyo2020--paralympics .tk-multicolumn-list__item--content a:focus,
  .tokyo2020--paralympics .tk-multicolumn-list__item--content a:hover {
    background-color: #f08f98;
    color: #000000; }

.tk-link__container.tk-external-link__link .tk-link__text {
  font-weight: 700; }

.tk-section__footer.tk-section__footer--partners .tk-link__container {
  padding: 20px 60px 12px 0;
  border-bottom: 1px solid #dadada; }

.tk-section__footer.tk-section__footer--partners .tk-link--fullwidth {
  width: 50%; }

.tk-article__part .tk-link__container {
  padding: 12px 60px 12px 0;
  border-bottom: 1px solid #9fa0a0; }
  @media (max-width: 991.98px) {
    .tk-article__part .tk-link__container {
      padding: 12px 60px 12px 12px; } }

.tk-article__part .tk-link--fullwidth {
  width: 50%; }
  @media (max-width: 767.98px) {
    .tk-article__part .tk-link--fullwidth {
      width: 100%; } }

.tk-article__part.external-link--horizontal .tk-link__container {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  bottom: auto;
  margin-bottom: 0.625rem;
  border-bottom: none; }

.tk-article__part.external-link--horizontal .tk-link--fullwidth {
  width: 100%; }

.tk-article__part.external .tk-link {
  font-weight: 700; }

.tk-schedule .tk-link {
  line-height: 0;
  font-size: 0.875rem; }

.tk-article__tag-text {
  padding: 0 1px;
  border-bottom: 2px solid transparent;
  font-weight: 600; }

.tk-article {
  padding: 0 0 32px; }
  @media (min-width: 992px) {
    .tk-article {
      padding: 0 0 60px; } }

@media (min-width: 992px) {
  .tk-article__container {
    padding: 0 17%; }
    .tk-article__container--search {
      display: flex;
      padding: 0; } }

.tk-article__body {
  margin-top: 32px; }
  @media (min-width: 992px) {
    .tk-article__body {
      margin-top: 60px; } }

.tk-article__part {
  margin-top: 32px; }
  @media (min-width: 992px) {
    .tk-article__part {
      margin-top: 64px; } }

.tk-article__part.document, .tk-article__part.link {
  margin-top: 0; }
  @media (min-width: 992px) {
    .tk-article__part.document, .tk-article__part.link {
      margin-top: 0; } }

.tk-article .tk-ad__container--inner {
  margin: 32px -8px; }
  @media (min-width: 992px) {
    .tk-article .tk-ad__container--inner {
      margin: 60px 0;
      padding: 0; } }

.tk-article__sharetop {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .tk-article__sharetop {
      margin-bottom: 0;
      margin-left: auto; } }

.tk-article__sharebottom {
  margin-top: 30px; }
  @media (max-width: 991.98px) {
    .tk-article__sharebottom {
      padding: 0 12px; } }
  @media (min-width: 768px) {
    .tk-article__sharebottom {
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .tk-article__sharebottom {
      padding: 0 17%; } }

.tk-article__header {
  padding: 22px 12px 0;
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .tk-article__header {
      position: relative;
      z-index: 2;
      padding: 32px 0 37px;
      margin-bottom: -62px; } }
  @media (min-width: 992px) {
    .tk-article__header--no-bottom-margin {
      margin-bottom: 0; } }

.tk-article__context {
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
  color: #856a47;
  font-weight: 600; }
  @media (min-width: 992px) {
    .tk-article__context {
      margin-bottom: 7px;
      font-size: 1.25rem; } }
  .tk-article__context > a {
    color: #856a47; }

.tk-article__title {
  margin: 0 0 24px;
  font-weight: 700; }
  @media (min-width: 992px) {
    .tk-article__title {
      margin-bottom: 15px; } }

.tk-article__row {
  display: flex; }
  @media (max-width: 991.98px) {
    .tk-article__row {
      flex-direction: column;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .tk-article__row {
      align-items: center; } }

.tk-article__datetime {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6f6f6f; }
  @media (max-width: 991.98px) {
    .tk-article__datetime {
      margin-bottom: 20px; } }

.tk-article__summary {
  margin: 32px 0;
  padding: 0 12px;
  font-weight: 600;
  color: #141414; }
  :lang(en-US) .tk-article__summary,
  :lang(es-ES) .tk-article__summary,
  :lang(fr-FR) .tk-article__summary {
    font-style: italic; }
  :lang(hi-IN) .tk-article__summary {
    line-height: 1.8; }
  @media (min-width: 992px) {
    .tk-article__summary {
      margin: 60px 0;
      padding-left: 0;
      padding-right: 0; } }

.tk-article__part.photo {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .tk-article__part.photo {
      margin-top: 80px;
      margin-bottom: 64px; } }

.tk-article__photo {
  display: block;
  position: relative; }
  .tk-article__photo::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 2; }

.tk-article__photo:not(.no-transform) {
  position: relative;
  left: -8px; }
  @media (min-width: 992px) {
    .tk-article__photo:not(.no-transform) {
      left: -24px;
      width: calc(100% + 24px); } }
  @media (min-width: 1456px) {
    .tk-article__photo:not(.no-transform) {
      left: -116px;
      width: calc(100% + 116px); } }
  @media (max-width: 767.98px) {
    .tk-article__photo:not(.no-transform) img {
      width: 100%;
      height: auto;
      max-width: 93.75%; } }
  @media (min-width: 768px) {
    .tk-article__photo:not(.no-transform) img {
      width: calc(100% + 8px);
      max-width: calc(100% + 8px);
      height: auto; } }
  @media (min-width: 992px) {
    .tk-article__photo:not(.no-transform) img {
      left: -24px;
      width: calc(100% + 24px);
      max-width: calc(100% + 24px); } }
  @media (min-width: 1456px) {
    .tk-article__photo:not(.no-transform) img {
      width: 100%;
      max-width: 1080px; } }

@media (min-width: 992px) {
  .tk-article__photo.no-transform {
    display: block;
    padding: 0 17%; } }

.tk-article__photo.no-transform img {
  max-width: 100%;
  height: auto; }

.tk-article__photo.no-transform + .tk-article__image-details {
  margin-top: 10px;
  padding: 0; }
  @media (min-width: 992px) {
    .tk-article__photo.no-transform + .tk-article__image-details {
      padding: 0 17%; } }
  @media (min-width: 1456px) {
    .tk-article__photo.no-transform + .tk-article__image-details {
      position: static;
      top: auto;
      left: auto;
      border-left: none; } }

.tk-article__image-details {
  margin-top: 10px;
  padding: 0 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6f6f6f; }
  @media (min-width: 992px) {
    .tk-article__image-details {
      margin-top: 10px;
      padding: 0;
      font-size: 0.875rem;
      line-height: 1.42857; } }
  @media (min-width: 1456px) {
    .tk-article__image-details {
      position: absolute;
      top: 0;
      left: 984px;
      margin-top: 0;
      padding-left: 20px;
      border-left: 2px solid #ccc; } }

@media (min-width: 992px) {
  .tk-article__part.photo.partner {
    padding: 0 17%; } }

.tk-article__part.photo.partner .tk-article__photo:not(.no-transform),
.tk-article__part.photo.partner .tk-article__photo:not(.no-transform) img {
  left: auto;
  width: auto;
  max-width: 250px;
  max-height: 150px; }

.tk-article__part.photo.centered {
  text-align: center; }
  @media (min-width: 576px) {
    .tk-article__part.photo.centered .tk-article__photo:not(.no-transform) {
      left: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .tk-article__part.photo.centered img {
      max-width: 100%; } }
  @media (min-width: 1456px) {
    .tk-article__part.photo.centered .tk-article__photo:not(.no-transform) + .tk-article__image-details {
      position: static;
      top: auto;
      left: auto;
      margin-top: 10px;
      text-align: left; } }

@media (max-width: 767.98px) {
  .tk-article__part.markdown {
    margin-top: 32px; } }

@media (min-width: 992px) {
  .tk-article__part.markdown {
    padding: 0 17%; } }

@media (max-width: 991.98px) {
  .tk-article__part > h2,
  .tk-article__part > h3,
  .tk-article__part > h4,
  .tk-article__part > h5,
  .tk-article__part > p,
  .tk-article__part > ul,
  .tk-article__part > ol {
    margin: 0 12px; } }

.tk-article__part > h2 {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .tk-article__part > h2 {
      margin-bottom: 30px; } }

.tk-article__part > h3 {
  margin-bottom: 15px; }

.tk-article__part > h4 {
  margin-bottom: 10px; }

.tk-article__part > h5 {
  margin-bottom: 10px; }

.tk-article__part > p {
  padding-left: 10px;
  border-left: 2px solid rgba(159, 160, 160, 0.5); }
  .tk-article__part > p:not(:first-of-type) {
    padding-top: 16px; }
  :lang(zh-CN) .tk-article__part > p {
    text-align: justify;
    text-justify: inter-ideographic;
    /*IE*/
    line-height: 1.7;
    word-break: break-all; }
    :lang(zh-CN) .tk-article__part > p::before {
      content: '\3000\3000'; }
    :lang(zh-CN) .tk-article__part > p:not(:first-of-type) {
      padding-top: 8px; }
  @media (min-width: 992px) {
    .tk-article__part > p {
      margin: 0; } }

.tk-article__part *:not(p) + p {
  padding-top: 0 !important; }

.tk-article__part > p + *:not(p) {
  margin-top: 16px; }

.tk-article__part > ul,
.tk-article__part > ol {
  margin-bottom: 16px;
  list-style: none; }
  @media (min-width: 768px) {
    .tk-article__part > ul,
    .tk-article__part > ol {
      margin-bottom: 16px; } }
  .tk-article__part > ul li,
  .tk-article__part > ol li {
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem; }
    .tk-article__part > ul li:not(:last-child),
    .tk-article__part > ol li:not(:last-child) {
      margin-bottom: 0.75rem; }
    .tk-article__part > ul li::before,
    .tk-article__part > ol li::before {
      position: absolute;
      left: 0; }
    @media (min-width: 768px) {
      .tk-article__part > ul li,
      .tk-article__part > ol li {
        padding-left: 30px;
        font-size: 1rem; } }

.tk-article__part > ul li::before {
  display: block;
  content: '';
  top: 0.5rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100%;
  background-color: #856a47; }
  @media (min-width: 768px) {
    .tk-article__part > ul li::before {
      top: 0.625rem; } }

.tk-article__part > ol {
  counter-reset: ol-counter; }
  .tk-article__part > ol li::before {
    content: counter(ol-counter, decimal-leading-zero);
    counter-increment: ol-counter;
    top: 0.375rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    color: #856a47; }
    @media (min-width: 768px) {
      .tk-article__part > ol li::before {
        top: 0.4375rem; } }

.tk-article__part > blockquote {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 40px 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .tk-article__part > blockquote {
      max-width: calc(100% - 24px); } }
  @media (min-width: 768px) {
    .tk-article__part > blockquote {
      padding: 65px 100px; } }
  .tk-article__part > blockquote::before, .tk-article__part > blockquote::after {
    position: absolute;
    font-weight: 700;
    line-height: 1;
    font-size: 3.125rem; }
    @media (min-width: 768px) {
      .tk-article__part > blockquote::before, .tk-article__part > blockquote::after {
        font-size: 5.625rem; } }
  .tk-article__part > blockquote::before {
    top: 0;
    left: 0;
    content: '\201C'; }
  .tk-article__part > blockquote::after {
    bottom: -25px;
    right: 0;
    content: '\201D'; }
    @media (min-width: 768px) {
      .tk-article__part > blockquote::after {
        bottom: -45px; } }
  .tk-article__part > blockquote p {
    float: left;
    clear: left;
    margin: 0;
    padding: 4px 12px;
    font-weight: 700; }
    .tk-article__part > blockquote p:not(:first-child) {
      margin-top: -2px; }
    .tk-article__part > blockquote p:nth-child(even) {
      position: relative;
      z-index: 1;
      padding-left: 20px;
      margin-left: -8px; }
    @media (min-width: 768px) {
      .tk-article__part > blockquote p {
        padding: 20px 30px; }
        .tk-article__part > blockquote p:not(:first-child) {
          margin-top: -8px; }
        .tk-article__part > blockquote p:nth-child(even) {
          padding-left: 50px;
          margin-left: -20px; } }

@media (min-width: 992px) {
  .tk-article__part.htmlcontent {
    padding: 0 17%; } }

.tk-article__part.table {
  overflow-x: scroll;
  text-align: left; }
  .tk-article__part.table table caption {
    color: #6c757d;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: left;
    caption-side: bottom; }

.tk-article__part.external.instagram {
  padding: 0 4px; }
  .tk-article__part.external.instagram .instagram-media {
    display: block;
    margin: 0 auto !important; }

.tk-article__part.external.twitter {
  padding: 0 4px; }
  .tk-article__part.external.twitter .twitter-tweet {
    margin: 0 auto; }

.tk-article__part.external.facebook {
  padding: 0 4px;
  text-align: center; }

.tk-article__part.external.youtube {
  position: relative;
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 576px) {
    .tk-article__part.external.youtube {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 991.98px) {
    .tk-article__part.external.youtube {
      padding: 30px 0; }
      .tk-article__part.external.youtube::before, .tk-article__part.external.youtube::after {
        display: block;
        content: ' ';
        position: absolute;
        left: 0;
        width: 55%;
        max-width: 400px;
        height: 30px; }
      .tk-article__part.external.youtube::before {
        top: 0;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 24px 30px; }
      .tk-article__part.external.youtube::after {
        bottom: 0; } }
  @media (min-width: 992px) {
    .tk-article__part.external.youtube {
      max-width: 770px; }
      .tk-article__part.external.youtube::before {
        display: block;
        content: ' ';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -111px;
        width: 111px;
        height: 358px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain; } }
  @media (min-width: 1260px) {
    .tk-article__part.external.youtube {
      max-width: 978px; }
      .tk-article__part.external.youtube::before {
        left: -141px;
        width: 141px;
        height: 455px; } }
  @media (min-width: 1340px) {
    .tk-article__part.external.youtube {
      max-width: 1040px; }
      .tk-article__part.external.youtube::before {
        left: -150px;
        width: 150px;
        height: 484px; } }
  @media (min-width: 1456px) {
    .tk-article__part.external.youtube {
      max-width: 1130px; }
      .tk-article__part.external.youtube::before {
        left: -155px;
        width: 155px;
        height: 500px; } }
  .tk-article__part.external.youtube .tk-article__embedded-content {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%; }
    .tk-article__part.external.youtube .tk-article__embedded-content iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.tk-article__part.album {
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 576px) {
    .tk-article__part.album {
      margin-left: auto;
      margin-right: auto; } }

.tk-article__video {
  margin: 0 12px; }
  @media (min-width: 992px) {
    .tk-article__video {
      max-width: 770px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1260px) {
    .tk-article__video {
      max-width: 978px; } }
  @media (min-width: 1340px) {
    .tk-article__video {
      max-width: 1040px; } }
  @media (min-width: 1456px) {
    .tk-article__video {
      max-width: 1130px; } }
  .tk-article__video .tk-article__part {
    margin-top: 0 !important; }

.tk-article__part.customentity + .tk-article__part.markdown {
  margin-top: 16px; }
  @media (min-width: 992px) {
    .tk-article__part.customentity + .tk-article__part.markdown {
      margin-top: 32px; } }

.tk-article__video-thumb {
  position: relative; }
  .tk-article__video-thumb::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.tk-article__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.9375rem; }
  @media (min-width: 768px) {
    .tk-article__video-icon {
      width: 60px;
      height: 60px;
      font-size: 1.375rem; } }
  @media (min-width: 992px) {
    .tk-article__video-icon {
      width: 80px;
      height: 80px;
      font-size: 1.875rem; } }
  .tk-article__video-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.tk-article__video-details {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  padding: 8px 16px;
  margin: 0 0 0 auto;
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .tk-article__video-details {
      width: 89.3%;
      padding: 16px 20px 16px 40px; } }

.tk-article__video-description {
  padding-left: 10px;
  border-left: 2px solid rgba(159, 160, 160, 0.5);
  margin: 5px 0 0; }
  @media (max-width: 992px) {
    .tk-article__video-description {
      font-size: 0.875rem; } }
  .tk-article__video-description p {
    margin: 0; }
    .tk-article__video-description p:not(:first-of-type) {
      padding-top: 16px; }

.tk-article__video-caption {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700; }
  @media (min-width: 992px) {
    .tk-article__video-caption {
      font-size: 1.5rem;
      line-height: 1.41667; } }

.tk-article__video-duration {
  margin-top: 3px;
  margin-left: 14px;
  font-size: 0.75rem; }
  @media (min-width: 992px) {
    .tk-article__video-duration {
      margin-top: 6px;
      margin-left: 40px;
      font-size: 0.875rem; } }

.tk-article__video-picture img {
  width: 100%; }

@media (min-width: 992px) {
  .tk-article__part.document {
    padding: 0 17%; } }

@media (min-width: 992px) {
  .tk-article__part.link {
    padding: 0 17%; } }

.tk-article__part {
  /*.tk-article__faq-container {
        margin-top: -32px;
    }*/ }
  .tk-article__part .tk-article__faq {
    border-bottom: 1px solid #dadada; }
    .tk-article__part .tk-article__faq-card {
      width: 100%;
      border: none;
      border-radius: 0; }
      .tk-article__part .tk-article__faq-card.card {
        display: block;
        flex-direction: unset; }
      .tk-article__part .tk-article__faq-card-header {
        width: 100%;
        padding: 0;
        background-color: #ffffff;
        border: none;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        text-align: left; }
        .tk-article__part .tk-article__faq-card-header.collapsed .tk-article__faq-icon {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .tk-article__part .tk-article__faq-card-body {
        text-align: left;
        padding: 10px 6px 16px 0px;
        font-size: 1rem;
        max-width: calc(100% - 48px); }
        .tk-article__part .tk-article__faq-card-body > h2 {
          margin-bottom: 20px; }
          @media (min-width: 992px) {
            .tk-article__part .tk-article__faq-card-body > h2 {
              margin-bottom: 30px; } }
        .tk-article__part .tk-article__faq-card-body > h3 {
          margin-bottom: 15px; }
        .tk-article__part .tk-article__faq-card-body > h4 {
          margin-bottom: 10px; }
        .tk-article__part .tk-article__faq-card-body > h5 {
          margin-bottom: 10px; }
        .tk-article__part .tk-article__faq-card-body p:not(:last-child) {
          margin-bottom: 16px; }
        .tk-article__part .tk-article__faq-card-body > ul,
        .tk-article__part .tk-article__faq-card-body > ol {
          margin-bottom: 16px;
          list-style: none; }
          @media (min-width: 768px) {
            .tk-article__part .tk-article__faq-card-body > ul,
            .tk-article__part .tk-article__faq-card-body > ol {
              margin-bottom: 16px; } }
          .tk-article__part .tk-article__faq-card-body > ul li,
          .tk-article__part .tk-article__faq-card-body > ol li {
            position: relative;
            padding-left: 20px;
            font-size: 0.875rem; }
            .tk-article__part .tk-article__faq-card-body > ul li:not(:last-child),
            .tk-article__part .tk-article__faq-card-body > ol li:not(:last-child) {
              margin-bottom: 0.75rem; }
            .tk-article__part .tk-article__faq-card-body > ul li::before,
            .tk-article__part .tk-article__faq-card-body > ol li::before {
              position: absolute;
              left: 0; }
            @media (min-width: 768px) {
              .tk-article__part .tk-article__faq-card-body > ul li,
              .tk-article__part .tk-article__faq-card-body > ol li {
                padding-left: 30px;
                font-size: 1rem; } }
        .tk-article__part .tk-article__faq-card-body > ul li::before {
          display: block;
          content: '';
          top: 0.5rem;
          width: 0.3125rem;
          height: 0.3125rem;
          border-radius: 100%;
          background-color: #856a47; }
          @media (min-width: 768px) {
            .tk-article__part .tk-article__faq-card-body > ul li::before {
              top: 0.625rem; } }
        .tk-article__part .tk-article__faq-card-body > ol {
          counter-reset: ol-counter; }
          .tk-article__part .tk-article__faq-card-body > ol li::before {
            content: counter(ol-counter, decimal-leading-zero);
            counter-increment: ol-counter;
            top: 0.375rem;
            font-size: 0.75rem;
            font-weight: 700;
            line-height: 1;
            color: #856a47; }
            @media (min-width: 768px) {
              .tk-article__part .tk-article__faq-card-body > ol li::before {
                top: 0.4375rem; } }
        .tk-article__part .tk-article__faq-card-body > blockquote {
          display: inline-block;
          position: relative;
          margin: 0 auto;
          padding: 40px 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          overflow: hidden; }
          @media (max-width: 991.98px) {
            .tk-article__part .tk-article__faq-card-body > blockquote {
              max-width: calc(100% - 24px); } }
          @media (min-width: 768px) {
            .tk-article__part .tk-article__faq-card-body > blockquote {
              padding: 65px 100px; } }
          .tk-article__part .tk-article__faq-card-body > blockquote::before, .tk-article__part .tk-article__faq-card-body > blockquote::after {
            position: absolute;
            font-weight: 700;
            line-height: 1;
            font-size: 3.125rem; }
            @media (min-width: 768px) {
              .tk-article__part .tk-article__faq-card-body > blockquote::before, .tk-article__part .tk-article__faq-card-body > blockquote::after {
                font-size: 5.625rem; } }
          .tk-article__part .tk-article__faq-card-body > blockquote::before {
            top: 0;
            left: 0;
            content: '\201C'; }
          .tk-article__part .tk-article__faq-card-body > blockquote::after {
            bottom: -25px;
            right: 0;
            content: '\201D'; }
            @media (min-width: 768px) {
              .tk-article__part .tk-article__faq-card-body > blockquote::after {
                bottom: -45px; } }
          .tk-article__part .tk-article__faq-card-body > blockquote p {
            float: left;
            clear: left;
            margin: 0;
            padding: 4px 12px;
            font-weight: 700; }
            .tk-article__part .tk-article__faq-card-body > blockquote p:not(:first-child) {
              margin-top: -2px; }
            .tk-article__part .tk-article__faq-card-body > blockquote p:nth-child(even) {
              position: relative;
              z-index: 1;
              padding-left: 20px;
              margin-left: -8px; }
            @media (min-width: 768px) {
              .tk-article__part .tk-article__faq-card-body > blockquote p {
                padding: 20px 30px; }
                .tk-article__part .tk-article__faq-card-body > blockquote p:not(:first-child) {
                  margin-top: -8px; }
                .tk-article__part .tk-article__faq-card-body > blockquote p:nth-child(even) {
                  padding-left: 50px;
                  margin-left: -20px; } }
    .tk-article__part .tk-article__faq-question {
      border: none;
      background: none;
      outline: none;
      padding-bottom: 8px;
      padding-right: 16px;
      font-size: 1rem;
      font-weight: 600; }
      .tk-article__part .tk-article__faq-question p {
        margin-bottom: 0; }
    .tk-article__part .tk-article__faq-icon {
      border: 0;
      background: none;
      margin-top: 4px;
      outline: none;
      font-size: 0.875rem; }
    @media (min-width: 992px) {
      .tk-article__part .tk-article__faq {
        padding: 0 17%;
        margin: -32px 17% 0;
        padding: 0; } }
    @media (max-width: 1259.98px) {
      .tk-article__part .tk-article__faq {
        margin-top: -32px; } }
    @media (max-width: 991.98px) {
      .tk-article__part .tk-article__faq {
        margin: 0;
        padding: 6px; }
        .tk-article__part .tk-article__faq-card-body {
          font-size: 0.875rem; } }

.tk-article__related {
  margin-top: 32px; }
  @media (max-width: 991.98px) {
    .tk-article__related {
      padding: 0 12px; } }
  @media (min-width: 768px) {
    .tk-article__related {
      display: flex; } }
  @media (min-width: 992px) {
    .tk-article__related {
      margin-top: 80px;
      padding: 0 17%; } }

.tk-article__tags-heading {
  font-size: 1rem;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .tk-article__tags-heading {
      margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .tk-article__tags-heading {
      flex-shrink: 0;
      margin-right: 20px; } }

.tk-article__tag {
  margin-bottom: 8px;
  font-size: 1rem; }
  .tk-article__tag:not(:last-child) {
    margin-right: 22px; }

.tk-article__tag-icon {
  display: inline-flex;
  vertical-align: middle; }

.tk-article__tabs-list {
  display: flex;
  justify-content: space-around;
  border: none;
  flex-wrap: nowrap; }
  .tk-article__tabs-list--search {
    padding: 10px 0; }

.tk-article__tabs-wrapper {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
  border-bottom: 1px solid #eee;
  margin-top: 25px;
  margin-bottom: 25px; }
  .tk-article__tabs-wrapper--search {
    width: inherit;
    margin-left: 0; }

.tk-article__tabs-item {
  text-align: center;
  max-width: 185px;
  font-size: 1rem;
  padding: 7px 5px 7px 5px;
  margin: 1px 10px; }
  .tk-article__tabs-item.active {
    border-bottom: 2px solid #c00000;
    font-weight: 700; }
  .tk-article__tabs-item--title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: inherit;
    min-width: 50px; }
    .tk-article__tabs-item--title:hover, .tk-article__tabs-item--title:focus {
      text-decoration: none;
      color: inherit; }

@media (max-width: 767.98px) {
  .tk-article__tabs-list {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 1px 8%; }
  .tk-article__tabs-item {
    font-size: 1rem;
    padding: 0px 15px;
    margin: 10px 0px;
    width: auto;
    max-width: none;
    white-space: nowrap; }
    .tk-article__tabs-item--title {
      text-align: left;
      min-width: auto;
      padding-bottom: 5px; } }

.tk-article__part.external-link {
  margin-top: 1.25rem; }
  @media (min-width: 992px) {
    .tk-article__part.external-link {
      padding: 0 17%; } }
  .tk-article__part.external-link--horizontal {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end; }

.tk-article__video picture::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\e01a";
  font-family: "tokyo2020-icons";
  font-size: 1.625rem;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  height: 5rem;
  width: 5rem;
  padding: 21px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  color: #ffffff; }

@media (max-width: 767.98px) {
  .tk-article__video picture::before {
    font-size: 1rem;
    height: 2.875rem;
    width: 2.875rem;
    padding: 10px; } }

.tk-article .tk-article__part.partner::after {
  display: block;
  content: ' ';
  position: absolute;
  width: 1px;
  height: 40px;
  top: 50%;
  right: -0.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #eeeeee; }

@media (max-width: 767.98px) {
  .tk-article .tk-article__part.partner:nth-child(odd)::after {
    display: block; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-article .tk-article__part.partner:not(:nth-child(4n + 0))::after {
    display: block; } }

@media (min-width: 992px) {
  .tk-article .tk-article__part.partner:not(:last-child)::after {
    display: block; } }

.tk-article__part.partner {
  display: inline-block;
  position: relative;
  padding: 4px; }
  .tk-article__part.partner img {
    width: 140px; }

.tk-article .tk-partner-block {
  padding: initial; }
  @media (min-width: 992px) {
    .tk-article .tk-partner-block {
      padding: 0 17%; } }
  .tk-article .tk-partner-block__link:active, .tk-article .tk-partner-block__link:hover {
    text-decoration: none; }

.tk-article--album .tk-article__header {
  background-color: transparent; }

.tk-article--album .tk-article__part {
  margin-top: 0; }

.tk-article--album .tk-article__title {
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .tk-article--album .tk-article__title {
      margin-bottom: 16px; } }

@media (max-width: 991.98px) {
  .tk-static-block .tk-article__title {
    font-size: 1.25rem;
    line-height: 1.1; } }

@media (max-width: 991.98px) {
  .tk-static-block .tk-article__header {
    padding: 0; } }

.tk-static-block .tk-article__header figure,
.tk-static-block .tk-article__header picture {
  width: auto;
  left: 0; }

@media (min-width: 992px) {
  .tk-static-block .tk-article__headline {
    padding: 0 17%; } }

.tk-static-block .tk-article__headline p {
  padding-left: 10px;
  border-left: 2px solid rgba(159, 160, 160, 0.5); }
  .tk-static-block .tk-article__headline p:not(:last-child) {
    padding-bottom: 16px; }
  @media (min-width: 992px) {
    .tk-static-block .tk-article__headline p {
      margin: 0; } }
  @media (max-width: 991.98px) {
    .tk-static-block .tk-article__headline p {
      margin: 0 12px; } }

.tk-article.tk-static-block .tk-lead-block__picture {
  min-height: 0; }
  @media (max-width: 575.98px) {
    .tk-article.tk-static-block .tk-lead-block__picture {
      padding-top: 56%; } }
  @media (min-width: 576px) {
    .tk-article.tk-static-block .tk-lead-block__picture {
      height: 294px; } }
  @media (min-width: 768px) {
    .tk-article.tk-static-block .tk-lead-block__picture {
      height: 409px; } }
  @media (min-width: 992px) {
    .tk-article.tk-static-block .tk-lead-block__picture {
      height: 493px; } }
  @media (min-width: 1260px) {
    .tk-article.tk-static-block .tk-lead-block__picture {
      height: 641px; } }

@media (max-width: 991.98px) {
  .tk-lead-block-preview .tk-article__header {
    padding: 0; } }

@media (min-width: 768px) {
  .tk-lead-block-preview .tk-article__header {
    padding: 0; } }

@media (max-width: 575.98px) {
  .tk-lead-block-preview .tk-article__header figure,
  .tk-lead-block-preview .tk-article__header picture {
    width: 100vw; } }

.tk-lead-block-preview .tk-article__image .tk-lead-block__figure-caption {
  display: none !important; }

.tk-lead-block-preview .tk-article__image-details {
  position: relative;
  display: block;
  top: 0;
  z-index: 2;
  margin: -30px -8px 0 0;
  background-color: #ffffff;
  color: #000000; }
  @media (max-width: 991.98px) {
    .tk-lead-block-preview .tk-article__image-details {
      padding: 24px 20px 0 20px; } }
  @media (min-width: 576px) {
    .tk-lead-block-preview .tk-article__image-details {
      margin-right: 0; } }
  @media (min-width: 768px) {
    .tk-lead-block-preview .tk-article__image-details {
      width: 89.3%;
      margin-top: -60px;
      margin-left: auto;
      padding: 50px 17% 0 6.4%; } }
  @media (min-width: 1456px) {
    .tk-lead-block-preview .tk-article__image-details {
      top: 0;
      left: 0;
      border-left: none; } }

.tk-lead-block-preview .tk-article__image-title {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  color: #000000; }
  @media (min-width: 992px) {
    .tk-lead-block-preview .tk-article__image-title {
      font-size: 1.5rem;
      line-height: 1.41667; } }

.tk-lead-block-preview .tk-article__body {
  margin-top: 0; }
  @media (max-width: 991.98px) {
    .tk-lead-block-preview .tk-article__body {
      font-size: 1rem; } }

.tk-lead-block-preview .tk-article__headline p {
  padding-left: 10px;
  border-left: 2px solid rgba(159, 160, 160, 0.5); }
  .tk-lead-block-preview .tk-article__headline p:not(:last-child) {
    padding-bottom: 16px; }
  @media (min-width: 992px) {
    .tk-lead-block-preview .tk-article__headline p {
      margin: 0; } }

.tk-lead-block-preview .tk-article__title {
  font-size: 1.5rem;
  line-height: 1.41667;
  font-weight: 700;
  color: #000000; }
  @media (min-width: 992px) {
    .tk-lead-block-preview .tk-article__title {
      font-size: 2.125rem;
      line-height: 1;
      margin-bottom: 2.25rem; }
      :lang(hi-IN) .tk-lead-block-preview .tk-article__title {
        line-height: 1.41176; } }

.tk-lead-block-preview .tk-article__context {
  font-size: 1rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .tk-lead-block-preview .tk-article__context {
      font-size: 1.25rem;
      line-height: 1; } }

.tk-lead-stopypart-block .tk-article__part.photo + .markdown {
  margin-top: -60px;
  position: relative;
  background-color: white;
  width: 100vw;
  padding: 10px 17% 0 0%;
  margin-left: 0%; }
  @media (min-width: 576px) {
    .tk-lead-stopypart-block .tk-article__part.photo + .markdown {
      width: 100vw;
      padding: 10px 17% 0 0%;
      margin-left: 0%; } }
  @media (min-width: 768px) {
    .tk-lead-stopypart-block .tk-article__part.photo + .markdown {
      width: 100vw;
      padding: 10px 17% 0 0%;
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .tk-lead-stopypart-block .tk-article__part.photo + .markdown {
      margin-top: -110px;
      width: 100%;
      padding: 41px 17% 0 9%;
      margin-left: 8%; } }

.tk-lead-stopypart-block .tk-article__photo {
  position: relative;
  display: block;
  width: 95vw;
  left: -8px; }
  @media (min-width: 576px) {
    .tk-lead-stopypart-block .tk-article__photo {
      left: calc((100vw - 540px + 16px) / -2); } }
  @media (min-width: 768px) {
    .tk-lead-stopypart-block .tk-article__photo {
      left: -20px;
      width: calc(100% + 20px); } }
  @media (min-width: 992px) {
    .tk-lead-stopypart-block .tk-article__photo {
      left: -24px;
      width: calc(100% + 24px); } }
  @media (min-width: 1260px) {
    .tk-lead-stopypart-block .tk-article__photo {
      left: -18px;
      width: calc(100% + 18px); } }
  @media (min-width: 1456px) {
    .tk-lead-stopypart-block .tk-article__photo {
      left: -116px;
      width: calc(100% + 116px); } }
  @media (max-width: 767.98px) {
    .tk-lead-stopypart-block .tk-article__photo img {
      width: 100vw;
      max-width: initial; } }
  @media (min-width: 1456px) {
    .tk-lead-stopypart-block .tk-article__photo img {
      max-width: initial; } }

.tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .title, .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .markdown {
  margin-top: -60px;
  position: relative;
  background-color: white;
  width: 100vw;
  padding: 10px 17% 0 0%;
  margin-left: 0%; }
  @media (min-width: 576px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .title, .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .markdown {
      width: 100vw;
      padding: 10px 17% 0 0%;
      margin-left: 0%; } }
  @media (min-width: 768px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .title, .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .markdown {
      width: 100vw;
      padding: 10px 17% 0 0%;
      margin-left: 0%; } }
  @media (min-width: 992px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .title, .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .markdown {
      margin-top: -110px;
      width: 100%;
      padding: 41px 17% 0 9%;
      margin-left: 8%; } }

.tk-storypart-roofline-block .tk-article__body--story-related .tk-article__part.photo + .title + .markdown {
  margin-top: 0px; }

.tk-storypart-roofline-block .tk-article__body--story-related .tk-article__photo {
  position: relative;
  display: block;
  width: 95vw;
  left: -8px; }
  @media (min-width: 576px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__photo {
      left: calc((100vw - 540px + 16px) / -2); } }
  @media (min-width: 768px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__photo {
      left: -20px;
      width: calc(100% + 20px); } }
  @media (min-width: 992px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__photo {
      left: -24px;
      width: calc(100% + 24px); } }
  @media (min-width: 1260px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__photo {
      left: -18px;
      width: calc(100% + 18px); } }
  @media (min-width: 1456px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__photo {
      left: -116px;
      width: calc(100% + 116px); } }
  @media (max-width: 767.98px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__photo img {
      width: 100vw;
      max-width: initial; } }
  @media (min-width: 1456px) {
    .tk-storypart-roofline-block .tk-article__body--story-related .tk-article__photo img {
      max-width: initial; } }

.tk-article--video-vod .tk-article__header {
  background-color: transparent; }

.tk-article--video-vod .tk-article__title {
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .tk-article--video-vod .tk-article__title {
      margin-bottom: 16px; } }

.tk-article--video-vod .tk-article__video .tk-article__part {
  margin-top: 0 !important; }

.tokyo2020--olympics .tk-article__part > blockquote::before, .tokyo2020--olympics .tk-article__part > blockquote::after {
  color: #b11d33; }

.tokyo2020--olympics .tk-article__part > blockquote p {
  color: #ffffff;
  background-color: #b11d33; }
  .tokyo2020--olympics .tk-article__part > blockquote p:nth-child(even) {
    background-color: #771a2a; }

@media (max-width: 991.98px) {
  .tokyo2020--olympics .tk-article__part.external.youtube::before {
    background-color: #b11d33;
    background-image: url("/tokyo-2020/en/d3images/youtube/olympics/bg-youtube--mobile.svg"); }
  .tokyo2020--olympics .tk-article__part.external.youtube::after {
    background-color: #771a2a; } }

@media (min-width: 992px) {
  .tokyo2020--olympics .tk-article__part.external.youtube::before {
    background-color: #b11d33;
    background-image: url("/tokyo-2020/en/d3images/youtube/olympics/bg-youtube--desktop.svg"); } }

.tokyo2020--paralympics .tk-article__part > blockquote::before, .tokyo2020--paralympics .tk-article__part > blockquote::after {
  color: #f08f98; }

.tokyo2020--paralympics .tk-article__part > blockquote p {
  color: #000000;
  background-color: #f08f98; }
  .tokyo2020--paralympics .tk-article__part > blockquote p:nth-child(even) {
    background-color: #e96a7b; }

@media (max-width: 991.98px) {
  .tokyo2020--paralympics .tk-article__part.external.youtube::before {
    background-color: #f08f98;
    background-image: url("/tokyo-2020/en/d3images/youtube/paralympics/bg-youtube--mobile.svg"); }
  .tokyo2020--paralympics .tk-article__part.external.youtube::after {
    background-color: #e96a7b; } }

@media (min-width: 992px) {
  .tokyo2020--paralympics .tk-article__part.external.youtube::before {
    background-color: #f08f98;
    background-image: url("/tokyo-2020/en/d3images/youtube/paralympics/bg-youtube--desktop.svg"); } }

.tokyo2020--torch-relay-olympics .tk-article__part > blockquote::before, .tokyo2020--torch-relay-olympics .tk-article__part > blockquote::after {
  color: #d70911; }

.tokyo2020--torch-relay-olympics .tk-article__part > blockquote p {
  color: #ffffff;
  background-color: #d70911; }
  .tokyo2020--torch-relay-olympics .tk-article__part > blockquote p:nth-child(even) {
    background-color: #C3894F; }

@media (max-width: 991.98px) {
  .tokyo2020--torch-relay-olympics .tk-article__part.external.youtube::before {
    background-color: #e66957;
    background-image: url("/tokyo-2020/en/d3images/youtube/olympics/bg-youtube--otr-top-mobile.svg");
    background-size: initial; }
  .tokyo2020--torch-relay-olympics .tk-article__part.external.youtube::after {
    background-color: #c3894f;
    background-image: url("/tokyo-2020/en/d3images/youtube/olympics/bg-youtube--otr-bottom-mobile.svg");
    background-position: 0 0;
    background-repeat: no-repeat; } }

@media (min-width: 992px) {
  .tokyo2020--torch-relay-olympics .tk-article__part.external.youtube::before {
    background-color: #db2022;
    background-image: url("/tokyo-2020/en/d3images/youtube/olympics/bg-youtube--otr-desktop.svg"); } }

.tokyo2020--torch-relay-paralympics .tk-article__part > blockquote::before, .tokyo2020--torch-relay-paralympics .tk-article__part > blockquote::after {
  color: #f4d626; }

.tokyo2020--torch-relay-paralympics .tk-article__part > blockquote p {
  color: #000000;
  background-color: #f4d626; }
  .tokyo2020--torch-relay-paralympics .tk-article__part > blockquote p:nth-child(even) {
    background-color: #f6c05e; }

@media (max-width: 991.98px) {
  .tokyo2020--torch-relay-paralympics .tk-article__part.external.youtube::before {
    background-color: #b98658;
    background-image: url("/tokyo-2020/en/d3images/youtube/paralympics/bg-youtube--ptr-top-mobile.svg");
    background-size: initial; }
  .tokyo2020--torch-relay-paralympics .tk-article__part.external.youtube::after {
    background-color: #f4d625;
    background-image: url("/tokyo-2020/en/d3images/youtube/paralympics/bg-youtube--ptr-bottom-mobile.svg");
    background-position: 0 0;
    background-repeat: no-repeat; } }

@media (min-width: 992px) {
  .tokyo2020--torch-relay-paralympics .tk-article__part.external.youtube::before {
    background-color: transparent;
    background-image: url("/tokyo-2020/en/d3images/youtube/paralympics/bg-youtube--ptr-desktop.svg"); } }

.tk-section--black-bg .tk-article {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .tk-section--black-bg .tk-article {
      padding-bottom: 0; } }
  .tk-section--black-bg .tk-article__datetime {
    color: #9fa0a0; }
  .tk-section--black-bg .tk-article__context > a {
    color: #b49166; }
  .tk-section--black-bg .tk-article__part > p a:link, .tk-section--black-bg .tk-article__part > p a:visited {
    color: #ffffff; }

@media (min-width: 992px) {
  .tk-section--no-header-bottom-margin .tk-article__header {
    margin-bottom: 0; } }

@media (max-width: 1259.98px) {
  .ismob .tk-article__header {
    margin-bottom: initial; } }

.tk-lead-block {
  position: relative; }

@media (max-width: 767.98px) {
  .tk-lead-block__white-box {
    margin: -75px 8px 0 8px;
    position: relative; } }

@media (min-width: 768px) {
  .tk-lead-block__white-box {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .tk-lead-block__white-box--right {
      right: -20px; }
    .tk-lead-block__white-box--left {
      left: -20px; } }

@media (min-width: 992px) {
  .tk-lead-block__white-box--right {
    right: -24px; }
  .tk-lead-block__white-box--left {
    left: -24px; } }

@media (min-width: 1260px) {
  .tk-lead-block__white-box--right {
    right: -18px; }
  .tk-lead-block__white-box--left {
    left: -18px; } }

@media (min-width: 1456px) {
  .tk-lead-block__white-box--right {
    right: -116px; }
  .tk-lead-block__white-box--left {
    left: -116px; } }

.tk-lead-block__white-box--venue-right {
  right: 0; }

.tk-lead-block__white-box--venue-left {
  left: 0; }

.tk-lead-block__picture {
  position: relative;
  display: block;
  width: 95vw;
  left: -8px;
  background-color: #f9f9f9;
  display: block;
  position: relative; }
  @media (max-width: 575.98px) {
    .tk-lead-block__picture {
      padding-top: 110%; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-lead-block__picture {
      min-height: 600px; } }
  @media (min-width: 576px) {
    .tk-lead-block__picture {
      left: calc((100vw - 540px + 16px) / -2); } }
  @media (min-width: 768px) {
    .tk-lead-block__picture {
      left: -20px;
      width: calc(100% + 20px);
      height: 391px; } }
  @media (min-width: 992px) {
    .tk-lead-block__picture {
      left: -24px;
      width: calc(100% + 24px);
      height: 506px; } }
  @media (min-width: 1260px) {
    .tk-lead-block__picture {
      left: -18px;
      width: calc(100% + 18px);
      height: 649px; } }
  @media (min-width: 1456px) {
    .tk-lead-block__picture {
      left: -116px;
      width: calc(100% + 116px);
      height: 700px; } }
  .tk-lead-block__picture::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 1; }

.tk-lead-block--kimono-top-start .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after, .tk-lead-block--kimono-top-end .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after, .tk-lead-block--kimono-left-start .tk-lead-block__white-box:before, .tk-lead-block--kimono-right-start .tk-lead-block__white-box:after, .tk-lead-block--kimono-left-end .tk-lead-block__white-box:before, .tk-lead-block--kimono-right-end .tk-lead-block__white-box:after, .tk-lead-block--kimono-left .tk-lead-block__white-box:before, .tk-lead-block--kimono-right .tk-lead-block__white-box:after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover; }

.tk-lead-block--kimono-top-start .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after, .tk-lead-block--kimono-top-end .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
  width: 75%;
  max-width: 620px;
  background-image: url("/tokyo-2020/en/d3images/kimono-layer/lead-block-kimono-horizontal.svg"); }
  @media (max-width: 575.98px) {
    .tk-lead-block--kimono-top-start .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after, .tk-lead-block--kimono-top-end .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
      height: 40px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-lead-block--kimono-top-start .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after, .tk-lead-block--kimono-top-end .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
      height: 50px; } }
  @media (min-width: 768px) {
    .tk-lead-block--kimono-top-start .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after, .tk-lead-block--kimono-top-end .tk-lead-block__picture:before, .tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
      height: 70px; } }

.tk-lead-block--kimono-left-start .tk-lead-block__white-box:before, .tk-lead-block--kimono-right-start .tk-lead-block__white-box:after, .tk-lead-block--kimono-left-end .tk-lead-block__white-box:before, .tk-lead-block--kimono-right-end .tk-lead-block__white-box:after, .tk-lead-block--kimono-left .tk-lead-block__white-box:before, .tk-lead-block--kimono-right .tk-lead-block__white-box:after {
  background-position-y: bottom;
  width: 36px;
  height: 100%;
  background-image: url("/tokyo-2020/en/d3images/kimono-layer/lead-block-kimono-vertical.svg"); }

@media (max-width: 575.98px) {
  .tk-lead-block--kimono-top-start, .tk-lead-block--kimono-top-end {
    padding-top: 40px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .tk-lead-block--kimono-top-start, .tk-lead-block--kimono-top-end {
    padding-top: 50px; } }

@media (min-width: 768px) {
  .tk-lead-block--kimono-top-start, .tk-lead-block--kimono-top-end {
    padding-top: 70px; } }

@media (max-width: 575.98px) {
  .tk-lead-block--kimono-bottom-start, .tk-lead-block--kimono-bottom-end {
    margin-bottom: 40px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .tk-lead-block--kimono-bottom-start, .tk-lead-block--kimono-bottom-end {
    margin-bottom: 50px; } }

@media (min-width: 768px) {
  .tk-lead-block--kimono-bottom-start, .tk-lead-block--kimono-bottom-end {
    margin-bottom: 70px; } }

.tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
  left: 0; }
  @media (max-width: 575.98px) {
    .tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
      top: -40px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
      top: -50px; } }
  @media (min-width: 768px) {
    .tk-lead-block--kimono-top-start .tk-lead-block__picture:before {
      top: -70px; } }

.tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after {
  left: 0; }
  @media (max-width: 575.98px) {
    .tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after {
      bottom: -40px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after {
      bottom: -50px; } }
  @media (min-width: 768px) {
    .tk-lead-block--kimono-bottom-start .tk-lead-block__picture:after {
      bottom: -70px; } }

.tk-lead-block--kimono-top-end .tk-lead-block__picture:before {
  right: 0; }
  @media (max-width: 575.98px) {
    .tk-lead-block--kimono-top-end .tk-lead-block__picture:before {
      top: -40px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-lead-block--kimono-top-end .tk-lead-block__picture:before {
      top: -50px; } }
  @media (min-width: 768px) {
    .tk-lead-block--kimono-top-end .tk-lead-block__picture:before {
      top: -70px; } }

.tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
  right: 0; }
  @media (max-width: 575.98px) {
    .tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
      bottom: -40px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
      bottom: -50px; } }
  @media (min-width: 768px) {
    .tk-lead-block--kimono-bottom-end .tk-lead-block__picture:after {
      bottom: -70px; } }

.tk-lead-block--kimono-left-start .tk-lead-block__white-box:before {
  top: 0;
  left: 0;
  z-index: 1; }

.tk-lead-block--kimono-right-start .tk-lead-block__white-box:after {
  top: 0;
  right: 0;
  z-index: 1; }

.tk-lead-block--kimono-left-end .tk-lead-block__white-box:before {
  bottom: 0;
  left: 0;
  z-index: 1; }

.tk-lead-block--kimono-right-end .tk-lead-block__white-box:after {
  bottom: 0;
  right: 0;
  z-index: 1; }

.tk-lead-block--kimono-left .tk-lead-block__white-box:before {
  top: 0;
  left: 0;
  z-index: 1; }

.tk-lead-block--kimono-right .tk-lead-block__white-box:after {
  top: 0;
  right: 0;
  z-index: 1; }

.tk-lead-block--bottom-margin {
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .tk-lead-block--bottom-margin {
      margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .tk-lead-block--mobile-full-width .tk-lead-block__picture {
    width: 100vw; } }

@media (min-width: 768px) {
  .tk-lead-block--desktop-centered .tk-lead-block__picture {
    left: -10px;
    width: calc(100% + 20px); } }

@media (min-width: 992px) {
  .tk-lead-block--desktop-centered .tk-lead-block__picture {
    left: -12px;
    width: calc(100% + 24px); } }

@media (min-width: 1260px) {
  .tk-lead-block--desktop-centered .tk-lead-block__picture {
    left: -9px;
    width: calc(100% + 18px); } }

@media (min-width: 1456px) {
  .tk-lead-block--desktop-centered .tk-lead-block__picture {
    left: -58px;
    width: calc(100% + 116px); } }

@media (min-width: 768px) {
  .tk-lead-block--desktop-right-aligned .tk-lead-block__picture {
    left: 0; } }

.tk-lead-block--desktop-right-aligned .tk-lead-block__white-box--left {
  left: 0; }

@media (min-width: 768px) {
  .tk-lead-block--desktop-left-aligned .tk-lead-block__picture {
    right: 0; } }

.tk-lead-block--desktop-left-aligned .tk-lead-block__white-box--right {
  right: 0; }

@media (min-width: 992px) {
  section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-left-start .tk-lead-block__white-box,
  section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-right-start .tk-lead-block__white-box,
  section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-left-end .tk-lead-block__white-box,
  section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-right-end .tk-lead-block__white-box,
  section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-left .tk-lead-block__white-box,
  section:not(.tk-section--no-header-bottom-margin) .tk-lead-block--kimono-right .tk-lead-block__white-box {
    top: calc(50% + 41px); } }

@media (min-width: 992px) {
  .tk-section--no-header-bottom-margin .tk-lead-block__header {
    margin-bottom: 0; } }

.tokyo2020--paralympics .tk-lead-block--kimono-top-start .tk-lead-block__picture::before,
.tokyo2020--paralympics .tk-lead-block--kimono-bottom-start .tk-lead-block__picture::after,
.tokyo2020--paralympics .tk-lead-block--kimono-top-end .tk-lead-block__picture::before,
.tokyo2020--paralympics .tk-lead-block--kimono-bottom-end .tk-lead-block__picture::after {
  background-image: url("/tokyo-2020/en/d3images/kimono-layer/lead-block-kimono-horizontal--para.svg"); }

.tokyo2020--paralympics .tk-lead-block__white-box--right::after {
  background-image: url("/tokyo-2020/en/d3images/kimono-layer/lead-block-kimono-vertical--para.svg"); }

@media (max-width: 991.98px) {
  .tokyo2020--torch-relay-olympics.ismob .tk-lead-block__picture {
    margin-top: 0; } }

@media (max-width: 991.98px) {
  .tokyo2020--torch-relay-paralympics.ismob .tk-lead-block__picture {
    margin-top: 0; } }

.tk-lead-video-block {
  position: relative; }

.tk-lead-video-block__picture {
  position: relative;
  display: block;
  width: 95vw;
  left: -8px; }
  @media (min-width: 576px) {
    .tk-lead-video-block__picture {
      left: calc((100vw - 540px + 16px) / -2); } }
  @media (min-width: 768px) {
    .tk-lead-video-block__picture {
      left: -20px;
      width: calc(100% + 20px); } }
  @media (min-width: 992px) {
    .tk-lead-video-block__picture {
      left: -24px;
      width: calc(100% + 24px); } }
  @media (min-width: 1260px) {
    .tk-lead-video-block__picture {
      left: -18px;
      width: calc(100% + 18px); } }
  @media (min-width: 1456px) {
    .tk-lead-video-block__picture {
      left: -116px;
      width: calc(100% + 116px); } }
  .tk-lead-video-block__picture::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\e01a";
    font-family: "tokyo2020-icons";
    font-size: 1.625rem;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 5rem;
    width: 5rem;
    padding: 21px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
    color: #ffffff; }
  @media (max-width: 767.98px) {
    .tk-lead-video-block__picture::before {
      font-size: 1rem;
      height: 2.875rem;
      width: 2.875rem;
      padding: 10px; } }

.tk-lead-video-block__img {
  width: 100%; }

.tk-lead-video-block__figure-caption {
  margin-top: 10px;
  padding: 0 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6f6f6f; }
  @media (min-width: 992px) {
    .tk-lead-video-block__figure-caption {
      padding: 0 17%;
      font-size: 0.875rem;
      line-height: 1.42857; } }

.tk-video-block {
  position: relative; }

.tk-video-block__picture {
  position: relative;
  display: block;
  width: 95vw;
  left: -8px; }
  @media (min-width: 576px) {
    .tk-video-block__picture {
      left: calc((100vw - 540px + 16px) / -2); } }
  @media (min-width: 768px) {
    .tk-video-block__picture {
      left: -20px;
      width: calc(100% + 20px); } }
  @media (min-width: 992px) {
    .tk-video-block__picture {
      left: -24px;
      width: calc(100% + 24px); } }
  @media (min-width: 1260px) {
    .tk-video-block__picture {
      left: -18px;
      width: calc(100% + 18px); } }
  @media (min-width: 1456px) {
    .tk-video-block__picture {
      left: -116px;
      width: calc(100% + 116px); } }
  .tk-video-block__picture::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 2; }

.tk-video-block__img {
  width: 100%; }

.tk-video-block__figure-caption {
  margin-top: 10px;
  padding: 0 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6f6f6f; }
  @media (min-width: 992px) {
    .tk-video-block__figure-caption {
      padding: 0 17%;
      font-size: 0.875rem;
      line-height: 1.42857; } }

.tk-video-block__duration {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 8px; }
  @media (max-width: 767.98px) {
    .tk-video-block__duration {
      font-size: 0.75rem; } }

.tk-white-box {
  background: #ffffff;
  padding: 24px;
  max-height: 21.25rem; }
  @media (min-width: 768px) {
    .tk-white-box {
      padding: 40px;
      max-height: 20rem; } }
  @media (min-width: 992px) {
    .tk-white-box {
      max-height: 21.875rem; } }
  @media (min-width: 1260px) {
    .tk-white-box {
      max-height: 28.125rem; } }
  @media (min-width: 1456px) {
    .tk-white-box {
      max-height: 34.375rem; } }

.tk-white-box__ceremony {
  width: 260px;
  font-weight: bold; }
  .tk-white-box__ceremony-name {
    font-size: 1.5rem; }
  .tk-white-box__ceremony-date {
    font-size: 1.25rem;
    color: #856a47; }
  .tk-white-box__ceremony-venue {
    text-decoration: underline;
    -webkit-text-decoration-color: #b11d33;
            text-decoration-color: #b11d33;
    font-weight: bold;
    padding-left: 0;
    margin: 16px 0 0; }
    .tk-white-box__ceremony-venue:hover, .tk-white-box__ceremony-venue:focus {
      transition-duration: 0.3s;
      color: #1a1a1a; }
  .tk-white-box__ceremony-button {
    margin-top: 25px;
    width: 100%;
    padding: 8px;
    text-align: center;
    background-color: #b11d33;
    font-size: 0.875rem;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer; }
    .tk-white-box__ceremony-button:hover, .tk-white-box__ceremony-button:focus {
      color: #ffffff;
      transition-duration: 0.3s;
      background-color: #db2641; }
  @media (max-width: 767.98px) {
    .tk-white-box__ceremony {
      width: 100%; } }

.tk-white-box__venue-directions {
  padding-bottom: 20px; }
  .tk-white-box__venue-directions .tk-link__container {
    padding: 20px 60px 12px 0; }

.tk-white-box__venue-address-label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #856a47;
  text-transform: uppercase; }

.tk-white-box__venue-address-info {
  font-weight: 700;
  font-size: 0.875rem; }

.tk-white-box__cultural-event {
  max-height: 29.0625rem; }
  .tk-white-box__cultural-event-when-container, .tk-white-box__cultural-event-where-container {
    padding-bottom: 35px; }
  .tk-white-box__cultural-event-external-link {
    padding-bottom: 0px; }
  .tk-white-box__cultural-event-when, .tk-white-box__cultural-event-where {
    font-weight: 600;
    font-size: 1rem;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #856a47;
    text-transform: uppercase; }
  .tk-white-box__cultural-event-date {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 28px;
    flex-wrap: wrap; }
    .tk-white-box__cultural-event-date time {
      white-space: nowrap; }
  .tk-white-box__cultural-event-address, .tk-white-box__cultural-event-venue-name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 28px; }
    .tk-white-box__cultural-event-address a, .tk-white-box__cultural-event-venue-name a {
      color: #000000;
      position: relative; }
      .tk-white-box__cultural-event-address a:hover, .tk-white-box__cultural-event-venue-name a:hover {
        -webkit-text-decoration-color: #8b2030;
                text-decoration-color: #8b2030; }
  .tk-white-box__cultural-event-time {
    display: flex;
    color: #676767;
    font-size: 0.75rem;
    line-height: 28px; }
  .tk-white-box__cultural-event-date, .tk-white-box__cultural-event-time {
    display: flex; }
    .tk-white-box__cultural-event-date--separator, .tk-white-box__cultural-event-time--separator {
      padding: 0 5px; }
  @media (max-width: 1259.98px) {
    .tk-white-box__cultural-event {
      max-height: 100%; }
      .tk-white-box__cultural-event.tk-white-box--cultural-event {
        padding: 40px 76px 40px 24px; }
      .tk-white-box__cultural-event-container, .tk-white-box__cultural-event-directions {
        padding-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .tk-white-box__cultural-event.tk-white-box--cultural-event {
      padding: 24px 76px 24px 24px; } }

.tk-white-box__button {
  width: 100%;
  padding: 8px;
  text-align: center;
  background-color: #b11d33;
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  font-weight: bold; }
  .tk-white-box__button:hover, .tk-white-box__button:focus {
    color: #ffffff;
    transition-duration: 0.3s;
    background-color: #db2641; }
  .tk-white-box__button--disabled {
    color: #141414;
    cursor: not-allowed;
    background-color: #ea7d8d; }
    .tk-white-box__button--disabled:hover, .tk-white-box__button--disabled:focus {
      background-color: #ea7d8d; }

.tk-white-box--venue, .tk-white-box--cultural-event {
  min-width: 21.75rem;
  max-width: 28.5rem;
  margin-right: -36px;
  overflow: hidden;
  padding: 40px 76px 40px 40px; }
  @media (max-width: 767.98px) {
    .tk-white-box--venue, .tk-white-box--cultural-event {
      width: auto;
      max-width: 26.25rem;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767.98px) {
    .tk-white-box--venue, .tk-white-box--cultural-event {
      padding: 24px 60px 24px 24px; } }

@media (max-width: 575.98px) {
  .tk-white-box--ceremony {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 22.25rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .tk-white-box--ceremony {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 26.25rem; } }

.tokyo2020--paralympics .tk-white-box__ceremony-button {
  background-color: #f08f98;
  color: #000000; }
  .tokyo2020--paralympics .tk-white-box__ceremony-button:hover, .tokyo2020--paralympics .tk-white-box__ceremony-button:focus {
    color: #000000;
    text-decoration: none;
    transition-duration: 0.3s;
    background-color: #f6bcc1; }
  .tokyo2020--paralympics .tk-white-box__ceremony-button:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--paralympics .tk-white-box__ceremony-button:active {
    transition-duration: 0s;
    background-color: #ea626f; }

.tokyo2020--paralympics .tk-white-box__ceremony-venue {
  -webkit-text-decoration-color: #f08f98;
          text-decoration-color: #f08f98; }

.tokyo2020--paralympics .tk-white-box__button {
  background-color: #f08f98;
  color: black; }

.tk-table {
  border-bottom: 1px solid #dadada; }
  .tk-table__wrapper {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .tk-table__wrapper {
        margin-bottom: 60px; } }
  .tk-table caption {
    caption-side: top;
    padding: 1.125rem 0.75rem;
    border-top: 1px solid #dadada;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 700;
    background-color: #f9f9f9;
    color: #000000; }
    @media (min-width: 768px) {
      .tk-table caption {
        font-size: 1.25rem;
        line-height: 1.2; } }
  .tk-table th,
  .tk-table td {
    padding: 1.25rem 1rem;
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      .tk-table th,
      .tk-table td {
        font-size: 0.875rem; } }
  .tk-table thead th {
    padding: 0.875rem 1rem 0.375rem;
    border-bottom: none; }
  .tk-table tfoot tr {
    background-color: #f9f9f9; }
  .tk-table tfoot th,
  .tk-table tfoot td {
    padding: 0.875rem 1rem;
    font-weight: 600; }

@media (min-width: 768px) {
  .tk-schedule .tk-table__wrapper {
    margin: 0px auto;
    max-width: 800px; } }

@media (max-width: 767.98px) {
  .tk-schedule .tk-table__wrapper {
    margin-left: -8px;
    width: calc(100% + 16px); } }

.tk-multicolumn-list__heading {
  color: #000000;
  margin-bottom: 40px; }

.tk-multicolumn-list__item {
  margin-bottom: 4.375rem;
  list-style: none; }
  .tk-multicolumn-list__item--title {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px; }
  .tk-multicolumn-list__item--content {
    width: 100%;
    padding-left: 10px;
    border-left: 2px solid rgba(159, 160, 160, 0.5); }
    .tk-multicolumn-list__item--content:not(:last-child) {
      padding-bottom: 16px; }
    @media (min-width: 992px) {
      .tk-multicolumn-list__item--content {
        margin: 0; } }

@media (max-width: 767.98px) {
  .tk-multicolumn-list {
    padding: 18px; }
    .tk-multicolumn-list__heading {
      margin-bottom: 25px; }
    .tk-multicolumn-list__item {
      margin-bottom: 30px; } }

.tk-instructions-title {
  display: flex;
  align-items: center; }
  .tk-instructions-title__icon {
    position: relative; }
    .tk-instructions-title__icon--dotted {
      margin-right: 12px;
      font-size: 1.25rem;
      width: 3.125rem;
      height: 3.125rem;
      border: 1px dashed #676767;
      border-radius: 50%; }
    .tk-instructions-title__icon--info {
      margin-right: 12px;
      font-size: 1.625rem;
      width: 1.625rem;
      height: 1.625rem; }
    .tk-instructions-title__icon [class^="tk-icon-"]::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .tk-instructions-title__icon--dotted {
        margin-right: 16px;
        font-size: 1.875rem;
        width: 3.75rem;
        height: 3.75rem; } }
  .tk-instructions-title__title {
    margin: 0; }
  .tk-instructions-title__text {
    margin: 0;
    font-size: 1.5rem; }
    .tk-instructions-title__text--bold {
      font-weight: 700; }
    .tk-instructions-title__text--small {
      font-size: 0.75rem; }
    @media (max-width: 767.98px) {
      .tk-instructions-title__text {
        font-size: 1rem; } }

.tk-gallery-slider .tk-gallery-slider__item, .tk-gallery-slider .tk-venues-slider__item, .tk-gallery-slider .tk-card-slider__item, .tk-gallery-slider .tk-mascots-slider__card {
  list-style: none;
  width: auto;
  height: auto;
  background-color: #141414; }
  .tk-gallery-slider .swiper-slide-prev.tk-gallery-slider__item .tk-gallery-slider__photo, .tk-gallery-slider .swiper-slide-prev.tk-venues-slider__item .tk-gallery-slider__photo, .tk-gallery-slider .swiper-slide-prev.tk-card-slider__item .tk-gallery-slider__photo, .tk-gallery-slider .swiper-slide-prev.tk-mascots-slider__card .tk-gallery-slider__photo, .tk-gallery-slider .swiper-slide-next.tk-gallery-slider__item .tk-gallery-slider__photo, .tk-gallery-slider .swiper-slide-next.tk-venues-slider__item .tk-gallery-slider__photo, .tk-gallery-slider .swiper-slide-next.tk-card-slider__item .tk-gallery-slider__photo, .tk-gallery-slider .swiper-slide-next.tk-mascots-slider__card .tk-gallery-slider__photo {
    opacity: .5; }

.tk-gallery-slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more, .tk-cardsgroup__morewrapper .tk-gallery-slider .tk-cardsgroup__more, .tk-gallery-slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--olympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__more, .tk-gallery-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__more, .tk-gallery-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link, .tokyo2020--paralympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__viewall-link, .tk-gallery-slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__more, .tk-gallery-slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-gallery-slider .tk-cardsgroup__more, .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-gallery-caption__fullscreen-btn, .tk-gallery-slider .tk-gallery-caption__info-btn, .tk-gallery-slider .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-weather-forecast__cta-btn, .tk-gallery-slider .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tokyo2020--paralympics .tk-torch__container-viewall-link, .tokyo2020--paralympics .tk-gallery-slider .tk-torch__container-viewall-link, .tk-gallery-slider .tokyo2020--olympics .tk-omega-clock-right, .tokyo2020--olympics .tk-gallery-slider .tk-omega-clock-right, .tk-gallery-slider .tokyo2020--paralympics .tk-omega-clock-right, .tokyo2020--paralympics .tk-gallery-slider .tk-omega-clock-right, .tk-gallery-slider .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-gallery-slider .tk-mascots-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none; }

.tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider__next {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 0;
  width: 2.75rem;
  height: 5.25rem; }
  @media (min-width: 768px) {
    .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider__next {
      width: 2.25rem;
      height: 2.25rem;
      margin-top: -3.25rem;
      border-radius: 50%;
      background: #ffffff;
      color: #856a47;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #dadada; }
      .tk-gallery-slider .tk-gallery-slider__prev:hover, .tk-gallery-slider .tk-venues-slider__prev:hover, .tk-gallery-slider .tk-card-slider__prev:hover, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:hover, .tk-gallery-slider .tk-homepage__slider-prev:hover, .tk-gallery-slider .tk-mascots-slider-prev:hover, .tk-gallery-slider .tk-mascots-slider__prev:hover, .tk-gallery-slider .tk-gallery-slider__next:hover, .tk-gallery-slider .tk-venues-slider__next:hover, .tk-gallery-slider .tk-card-slider__next:hover, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:hover, .tk-gallery-slider .tk-homepage__slider-next:hover, .tk-gallery-slider .tk-mascots-slider-next:hover, .tk-gallery-slider .tk-mascots-slider__next:hover, .tk-gallery-slider .tk-gallery-slider__prev:focus, .tk-gallery-slider .tk-venues-slider__prev:focus, .tk-gallery-slider .tk-card-slider__prev:focus, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:focus, .tk-gallery-slider .tk-homepage__slider-prev:focus, .tk-gallery-slider .tk-mascots-slider-prev:focus, .tk-gallery-slider .tk-mascots-slider__prev:focus, .tk-gallery-slider .tk-gallery-slider__next:focus, .tk-gallery-slider .tk-venues-slider__next:focus, .tk-gallery-slider .tk-card-slider__next:focus, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:focus, .tk-gallery-slider .tk-homepage__slider-next:focus, .tk-gallery-slider .tk-mascots-slider-next:focus, .tk-gallery-slider .tk-mascots-slider__next:focus {
        box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2); } }
  @media (min-width: 992px) {
    .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider__next {
      width: 2.875rem;
      height: 2.875rem;
      margin-top: -3.5625rem; } }
  @media (min-width: 1260px) {
    .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider__next {
      width: 3.75rem;
      height: 3.75rem;
      margin-top: -4rem; } }

@media (max-width: 767.98px) {
  .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider__prev {
    top: 0;
    left: 50%;
    margin-left: -4.8125rem; } }

@media (min-width: 768px) {
  .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider__prev {
    left: 10px;
    right: auto; } }

@media (max-width: 767.98px) {
  .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider__next {
    top: 0;
    right: 50%;
    margin-right: -4.8125rem; } }

@media (min-width: 768px) {
  .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider__next {
    left: auto;
    right: 10px; } }

.tk-gallery-slider {
  overflow: visible; }
  .tk-gallery-slider__sequence {
    display: flex; }
  .tk-gallery-slider__photo {
    display: block;
    transition: opacity .5s ease-in-out; }
    .tk-gallery-slider__photo picture {
      display: block;
      position: relative; }
      .tk-gallery-slider__photo picture::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        z-index: 1; }
    .tk-gallery-slider__photo img {
      width: 100%;
      height: auto;
      max-width: 90vw;
      max-height: 100vh; }
      @media (min-width: 768px) {
        .tk-gallery-slider__photo img {
          max-width: 100%;
          max-height: initial; } }
  @media (max-width: 767.98px) {
    .tk-gallery-slider__navigation {
      position: relative; } }
  .tk-gallery-slider__caption {
    position: relative; }

@media (max-width: 767.98px) {
  .tk-album--embedded .tk-gallery-slider__prev, .tk-album--embedded .tk-gallery-slider__next {
    height: 2.5rem;
    top: 7.5rem; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-gallery-slider__prev, .tk-album--embedded .tk-gallery-slider__next {
    margin-top: -7.0625rem; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-gallery-slider__prev, .tk-album--embedded .tk-gallery-slider__next {
    margin-top: -7.375rem; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-gallery-slider__prev, .tk-album--embedded .tk-gallery-slider__next {
    margin-top: -7.8125rem; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-gallery-slider__prev {
    left: -133px; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-gallery-slider__prev {
    left: -173px; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-gallery-slider__prev {
    left: -224px; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-gallery-slider__next {
    right: -133px; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-gallery-slider__next {
    right: -173px; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-gallery-slider__next {
    right: -224px; } }

@media (max-width: 767.98px) {
  .tk-album--liveblog .tk-gallery-slider__prev, .tk-album--liveblog .tk-gallery-slider__next {
    height: 2.5rem;
    top: 7.5rem; } }

@media (min-width: 768px) {
  .tk-album--liveblog .tk-gallery-slider__prev, .tk-album--liveblog .tk-gallery-slider__next {
    margin-top: -4.5625rem; } }

@media (min-width: 992px) {
  .tk-album--liveblog .tk-gallery-slider__prev, .tk-album--liveblog .tk-gallery-slider__next {
    margin-top: -4.875rem; } }

@media (min-width: 1260px) {
  .tk-album--liveblog .tk-gallery-slider__prev, .tk-album--liveblog .tk-gallery-slider__next {
    margin-top: -5.3125rem; } }

.tk-album--liveblog .tk-gallery-slider__prev {
  width: 3.75rem;
  height: 3.75rem; }
  @media (min-width: 768px) {
    .tk-album--liveblog .tk-gallery-slider__prev {
      left: -123px; } }
  @media (max-width: 767.98px) {
    .tk-album--liveblog .tk-gallery-slider__prev {
      height: 2.5rem;
      top: 7.5rem; } }

.tk-album--liveblog .tk-gallery-slider__next {
  width: 3.75rem;
  height: 3.75rem; }
  @media (min-width: 768px) {
    .tk-album--liveblog .tk-gallery-slider__next {
      right: -123px; } }
  @media (max-width: 767.98px) {
    .tk-album--liveblog .tk-gallery-slider__next {
      height: 2.5rem;
      top: 7.5rem; } }

.tk-gallery-caption .tk-cardsgroup__morewrapper .tk-cardsgroup__more, .tk-cardsgroup__morewrapper .tk-gallery-caption .tk-cardsgroup__more, .tk-gallery-caption .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--olympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more, .tk-gallery-caption .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more, .tk-gallery-caption .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link, .tokyo2020--paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__viewall-link, .tk-gallery-caption .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more, .tk-gallery-caption .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more, .tk-gallery-caption .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-gallery-caption .tk-gallery-slider__prev, .tk-gallery-caption .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-gallery-caption .tk-venues-slider__prev, .tk-gallery-caption .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-gallery-caption .tk-card-slider__prev, .tk-gallery-caption .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-gallery-caption .tk-homepage__slider-prev, .tk-gallery-caption .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-gallery-caption .tk-mascots-slider-prev, .tk-gallery-caption .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-gallery-caption .tk-mascots-slider__prev, .tk-gallery-caption .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-gallery-caption .tk-gallery-slider__next, .tk-gallery-caption .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-gallery-caption .tk-venues-slider__next, .tk-gallery-caption .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-gallery-caption .tk-card-slider__next, .tk-gallery-caption .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-gallery-caption .tk-homepage__slider-next, .tk-gallery-caption .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-gallery-caption .tk-mascots-slider-next, .tk-gallery-caption .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-gallery-caption .tk-mascots-slider__next, .tk-gallery-caption .tk-gallery-caption__fullscreen-btn, .tk-gallery-caption .tk-gallery-caption__info-btn, .tk-gallery-caption .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-gallery-caption .tk-gallery-slider__prev, .tk-gallery-caption .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-gallery-caption .tk-venues-slider__prev, .tk-gallery-caption .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-gallery-caption .tk-card-slider__prev, .tk-gallery-caption .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-gallery-caption .tk-homepage__slider-prev, .tk-gallery-caption .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-gallery-caption .tk-mascots-slider-prev, .tk-gallery-caption .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-gallery-caption .tk-mascots-slider__prev, .tk-gallery-caption .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-gallery-caption .tk-gallery-slider__next, .tk-gallery-caption .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-gallery-caption .tk-venues-slider__next, .tk-gallery-caption .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-gallery-caption .tk-card-slider__next, .tk-gallery-caption .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-gallery-caption .tk-homepage__slider-next, .tk-gallery-caption .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-gallery-caption .tk-mascots-slider-next, .tk-gallery-caption .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-gallery-caption .tk-mascots-slider__next, .tk-gallery-caption .tk-weather-forecast__cta-btn, .tk-gallery-caption .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-gallery-caption .tk-gallery-slider__prev, .tk-gallery-caption .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-gallery-caption .tk-venues-slider__prev, .tk-gallery-caption .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-gallery-caption .tk-card-slider__prev, .tk-gallery-caption .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-gallery-caption .tk-homepage__slider-prev, .tk-gallery-caption .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-gallery-caption .tk-mascots-slider-prev, .tk-gallery-caption .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-gallery-caption .tk-mascots-slider__prev, .tk-gallery-caption .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-gallery-caption .tk-gallery-slider__next, .tk-gallery-caption .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-gallery-caption .tk-venues-slider__next, .tk-gallery-caption .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-gallery-caption .tk-card-slider__next, .tk-gallery-caption .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-gallery-caption .tk-homepage__slider-next, .tk-gallery-caption .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-gallery-caption .tk-mascots-slider-next, .tk-gallery-caption .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-gallery-caption .tk-mascots-slider__next, .tk-gallery-caption .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-gallery-caption .tk-gallery-slider__prev, .tk-gallery-caption .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-gallery-caption .tk-venues-slider__prev, .tk-gallery-caption .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-gallery-caption .tk-card-slider__prev, .tk-gallery-caption .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-gallery-caption .tk-homepage__slider-prev, .tk-gallery-caption .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-gallery-caption .tk-mascots-slider-prev, .tk-gallery-caption .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-gallery-caption .tk-mascots-slider__prev, .tk-gallery-caption .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-gallery-caption .tk-gallery-slider__next, .tk-gallery-caption .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-gallery-caption .tk-venues-slider__next, .tk-gallery-caption .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-gallery-caption .tk-card-slider__next, .tk-gallery-caption .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-gallery-caption .tk-homepage__slider-next, .tk-gallery-caption .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-gallery-caption .tk-mascots-slider-next, .tk-gallery-caption .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-gallery-caption .tk-mascots-slider__next, .tk-gallery-caption .tokyo2020--paralympics .tk-torch__container-viewall-link, .tokyo2020--paralympics .tk-gallery-caption .tk-torch__container-viewall-link, .tk-gallery-caption .tokyo2020--olympics .tk-omega-clock-right, .tokyo2020--olympics .tk-gallery-caption .tk-omega-clock-right, .tk-gallery-caption .tokyo2020--paralympics .tk-omega-clock-right, .tokyo2020--paralympics .tk-gallery-caption .tk-omega-clock-right, .tk-gallery-caption .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-gallery-caption .tk-gallery-slider__prev, .tk-gallery-caption .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-gallery-caption .tk-venues-slider__prev, .tk-gallery-caption .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-gallery-caption .tk-card-slider__prev, .tk-gallery-caption .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-gallery-caption .tk-card-slider__prev--external, .tk-gallery-caption .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-gallery-caption .tk-homepage__slider-prev, .tk-gallery-caption .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-gallery-caption .tk-mascots-slider-prev, .tk-gallery-caption .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-caption .tk-mascots-slider__prev, .tk-gallery-caption .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-gallery-caption .tk-gallery-slider__next, .tk-gallery-caption .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-gallery-caption .tk-venues-slider__next, .tk-gallery-caption .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-gallery-caption .tk-card-slider__next, .tk-gallery-caption .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-gallery-caption .tk-card-slider__next--external, .tk-gallery-caption .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-gallery-caption .tk-homepage__slider-next, .tk-gallery-caption .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-gallery-caption .tk-mascots-slider-next, .tk-gallery-caption .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-gallery-caption .tk-mascots-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 2rem;
  height: 2rem; }
  .tk-gallery-caption .tk-cardsgroup__morewrapper .tk-cardsgroup__more::before, .tk-cardsgroup__morewrapper .tk-gallery-caption .tk-cardsgroup__more::before, .tk-gallery-caption .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more::before, .tokyo2020--olympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more::before, .tk-gallery-caption .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more::before, .tokyo2020--paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more::before, .tk-gallery-caption .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link::before, .tokyo2020--paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__viewall-link::before, .tk-gallery-caption .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more::before, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more::before, .tk-gallery-caption .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more::before, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-gallery-caption .tk-cardsgroup__more::before, .tk-gallery-caption .tk-gallery-slider .tk-gallery-slider__prev::before, .tk-gallery-slider .tk-gallery-caption .tk-gallery-slider__prev::before, .tk-gallery-caption .tk-gallery-slider .tk-venues-slider__prev::before, .tk-gallery-slider .tk-gallery-caption .tk-venues-slider__prev::before, .tk-gallery-caption .tk-gallery-slider .tk-card-slider__prev::before, .tk-gallery-slider .tk-gallery-caption .tk-card-slider__prev::before, .tk-gallery-caption .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external::before, .tk-gallery-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external::before, .tk-card-slider--external .tk-gallery-slider .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-gallery-slider .tk-homepage__slider-prev::before, .tk-gallery-slider .tk-gallery-caption .tk-homepage__slider-prev::before, .tk-gallery-caption .tk-gallery-slider .tk-mascots-slider-prev::before, .tk-gallery-slider .tk-gallery-caption .tk-mascots-slider-prev::before, .tk-gallery-caption .tk-gallery-slider .tk-mascots-slider__prev::before, .tk-gallery-slider .tk-gallery-caption .tk-mascots-slider__prev::before, .tk-gallery-caption .tk-gallery-slider .tk-gallery-slider__next::before, .tk-gallery-slider .tk-gallery-caption .tk-gallery-slider__next::before, .tk-gallery-caption .tk-gallery-slider .tk-venues-slider__next::before, .tk-gallery-slider .tk-gallery-caption .tk-venues-slider__next::before, .tk-gallery-caption .tk-gallery-slider .tk-card-slider__next::before, .tk-gallery-slider .tk-gallery-caption .tk-card-slider__next::before, .tk-gallery-caption .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external::before, .tk-gallery-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external::before, .tk-card-slider--external .tk-gallery-slider .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-gallery-slider .tk-homepage__slider-next::before, .tk-gallery-slider .tk-gallery-caption .tk-homepage__slider-next::before, .tk-gallery-caption .tk-gallery-slider .tk-mascots-slider-next::before, .tk-gallery-slider .tk-gallery-caption .tk-mascots-slider-next::before, .tk-gallery-caption .tk-gallery-slider .tk-mascots-slider__next::before, .tk-gallery-slider .tk-gallery-caption .tk-mascots-slider__next::before, .tk-gallery-caption .tk-gallery-caption__fullscreen-btn::before, .tk-gallery-caption .tk-gallery-caption__info-btn::before, .tk-gallery-caption .tk-venues-slider .tk-gallery-slider__prev::before, .tk-venues-slider .tk-gallery-caption .tk-gallery-slider__prev::before, .tk-gallery-caption .tk-venues-slider .tk-venues-slider__prev::before, .tk-venues-slider .tk-gallery-caption .tk-venues-slider__prev::before, .tk-gallery-caption .tk-venues-slider .tk-card-slider__prev::before, .tk-venues-slider .tk-gallery-caption .tk-card-slider__prev::before, .tk-gallery-caption .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external::before, .tk-venues-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external::before, .tk-card-slider--external .tk-venues-slider .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-venues-slider .tk-homepage__slider-prev::before, .tk-venues-slider .tk-gallery-caption .tk-homepage__slider-prev::before, .tk-gallery-caption .tk-venues-slider .tk-mascots-slider-prev::before, .tk-venues-slider .tk-gallery-caption .tk-mascots-slider-prev::before, .tk-gallery-caption .tk-venues-slider .tk-mascots-slider__prev::before, .tk-venues-slider .tk-gallery-caption .tk-mascots-slider__prev::before, .tk-gallery-caption .tk-venues-slider .tk-gallery-slider__next::before, .tk-venues-slider .tk-gallery-caption .tk-gallery-slider__next::before, .tk-gallery-caption .tk-venues-slider .tk-venues-slider__next::before, .tk-venues-slider .tk-gallery-caption .tk-venues-slider__next::before, .tk-gallery-caption .tk-venues-slider .tk-card-slider__next::before, .tk-venues-slider .tk-gallery-caption .tk-card-slider__next::before, .tk-gallery-caption .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external::before, .tk-venues-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external::before, .tk-card-slider--external .tk-venues-slider .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-venues-slider .tk-homepage__slider-next::before, .tk-venues-slider .tk-gallery-caption .tk-homepage__slider-next::before, .tk-gallery-caption .tk-venues-slider .tk-mascots-slider-next::before, .tk-venues-slider .tk-gallery-caption .tk-mascots-slider-next::before, .tk-gallery-caption .tk-venues-slider .tk-mascots-slider__next::before, .tk-venues-slider .tk-gallery-caption .tk-mascots-slider__next::before, .tk-gallery-caption .tk-weather-forecast__cta-btn::before, .tk-gallery-caption .tk-card-slider .tk-gallery-slider__prev::before, .tk-card-slider .tk-gallery-caption .tk-gallery-slider__prev::before, .tk-gallery-caption .tk-card-slider .tk-venues-slider__prev::before, .tk-card-slider .tk-gallery-caption .tk-venues-slider__prev::before, .tk-gallery-caption .tk-card-slider .tk-card-slider__prev::before, .tk-card-slider .tk-gallery-caption .tk-card-slider__prev::before, .tk-gallery-caption .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external::before, .tk-card-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external::before, .tk-card-slider--external .tk-card-slider .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-card-slider .tk-homepage__slider-prev::before, .tk-card-slider .tk-gallery-caption .tk-homepage__slider-prev::before, .tk-gallery-caption .tk-card-slider .tk-mascots-slider-prev::before, .tk-card-slider .tk-gallery-caption .tk-mascots-slider-prev::before, .tk-gallery-caption .tk-card-slider .tk-mascots-slider__prev::before, .tk-card-slider .tk-gallery-caption .tk-mascots-slider__prev::before, .tk-gallery-caption .tk-card-slider .tk-gallery-slider__next::before, .tk-card-slider .tk-gallery-caption .tk-gallery-slider__next::before, .tk-gallery-caption .tk-card-slider .tk-venues-slider__next::before, .tk-card-slider .tk-gallery-caption .tk-venues-slider__next::before, .tk-gallery-caption .tk-card-slider .tk-card-slider__next::before, .tk-card-slider .tk-gallery-caption .tk-card-slider__next::before, .tk-gallery-caption .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external::before, .tk-card-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external::before, .tk-card-slider--external .tk-card-slider .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-card-slider .tk-homepage__slider-next::before, .tk-card-slider .tk-gallery-caption .tk-homepage__slider-next::before, .tk-gallery-caption .tk-card-slider .tk-mascots-slider-next::before, .tk-card-slider .tk-gallery-caption .tk-mascots-slider-next::before, .tk-gallery-caption .tk-card-slider .tk-mascots-slider__next::before, .tk-card-slider .tk-gallery-caption .tk-mascots-slider__next::before, .tk-gallery-caption .tk-homepage__slider .tk-gallery-slider__prev::before, .tk-homepage__slider .tk-gallery-caption .tk-gallery-slider__prev::before, .tk-gallery-caption .tk-homepage__slider .tk-venues-slider__prev::before, .tk-homepage__slider .tk-gallery-caption .tk-venues-slider__prev::before, .tk-gallery-caption .tk-homepage__slider .tk-card-slider__prev::before, .tk-homepage__slider .tk-gallery-caption .tk-card-slider__prev::before, .tk-gallery-caption .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external::before, .tk-homepage__slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external::before, .tk-card-slider--external .tk-homepage__slider .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-homepage__slider .tk-homepage__slider-prev::before, .tk-homepage__slider .tk-gallery-caption .tk-homepage__slider-prev::before, .tk-gallery-caption .tk-homepage__slider .tk-mascots-slider-prev::before, .tk-homepage__slider .tk-gallery-caption .tk-mascots-slider-prev::before, .tk-gallery-caption .tk-homepage__slider .tk-mascots-slider__prev::before, .tk-homepage__slider .tk-gallery-caption .tk-mascots-slider__prev::before, .tk-gallery-caption .tk-homepage__slider .tk-gallery-slider__next::before, .tk-homepage__slider .tk-gallery-caption .tk-gallery-slider__next::before, .tk-gallery-caption .tk-homepage__slider .tk-venues-slider__next::before, .tk-homepage__slider .tk-gallery-caption .tk-venues-slider__next::before, .tk-gallery-caption .tk-homepage__slider .tk-card-slider__next::before, .tk-homepage__slider .tk-gallery-caption .tk-card-slider__next::before, .tk-gallery-caption .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external::before, .tk-homepage__slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external::before, .tk-card-slider--external .tk-homepage__slider .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-homepage__slider .tk-homepage__slider-next::before, .tk-homepage__slider .tk-gallery-caption .tk-homepage__slider-next::before, .tk-gallery-caption .tk-homepage__slider .tk-mascots-slider-next::before, .tk-homepage__slider .tk-gallery-caption .tk-mascots-slider-next::before, .tk-gallery-caption .tk-homepage__slider .tk-mascots-slider__next::before, .tk-homepage__slider .tk-gallery-caption .tk-mascots-slider__next::before, .tk-gallery-caption .tokyo2020--paralympics .tk-torch__container-viewall-link::before, .tokyo2020--paralympics .tk-gallery-caption .tk-torch__container-viewall-link::before, .tk-gallery-caption .tokyo2020--olympics .tk-omega-clock-right::before, .tokyo2020--olympics .tk-gallery-caption .tk-omega-clock-right::before, .tk-gallery-caption .tokyo2020--paralympics .tk-omega-clock-right::before, .tokyo2020--paralympics .tk-gallery-caption .tk-omega-clock-right::before, .tk-gallery-caption .tk-mascots-slider .tk-gallery-slider__prev::before, .tk-mascots-slider .tk-gallery-caption .tk-gallery-slider__prev::before, .tk-gallery-caption .tk-mascots-slider .tk-venues-slider__prev::before, .tk-mascots-slider .tk-gallery-caption .tk-venues-slider__prev::before, .tk-gallery-caption .tk-mascots-slider .tk-card-slider__prev::before, .tk-mascots-slider .tk-gallery-caption .tk-card-slider__prev::before, .tk-gallery-caption .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external::before, .tk-mascots-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external::before, .tk-card-slider--external .tk-mascots-slider .tk-gallery-caption .tk-card-slider__prev--external::before, .tk-gallery-caption .tk-mascots-slider .tk-homepage__slider-prev::before, .tk-mascots-slider .tk-gallery-caption .tk-homepage__slider-prev::before, .tk-gallery-caption .tk-mascots-slider .tk-mascots-slider-prev::before, .tk-mascots-slider .tk-gallery-caption .tk-mascots-slider-prev::before, .tk-gallery-caption .tk-mascots-slider .tk-mascots-slider__prev::before, .tk-mascots-slider .tk-gallery-caption .tk-mascots-slider__prev::before, .tk-gallery-caption .tk-mascots-slider .tk-gallery-slider__next::before, .tk-mascots-slider .tk-gallery-caption .tk-gallery-slider__next::before, .tk-gallery-caption .tk-mascots-slider .tk-venues-slider__next::before, .tk-mascots-slider .tk-gallery-caption .tk-venues-slider__next::before, .tk-gallery-caption .tk-mascots-slider .tk-card-slider__next::before, .tk-mascots-slider .tk-gallery-caption .tk-card-slider__next::before, .tk-gallery-caption .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external::before, .tk-mascots-slider .tk-card-slider--external .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external::before, .tk-card-slider--external .tk-mascots-slider .tk-gallery-caption .tk-card-slider__next--external::before, .tk-gallery-caption .tk-mascots-slider .tk-homepage__slider-next::before, .tk-mascots-slider .tk-gallery-caption .tk-homepage__slider-next::before, .tk-gallery-caption .tk-mascots-slider .tk-mascots-slider-next::before, .tk-mascots-slider .tk-gallery-caption .tk-mascots-slider-next::before, .tk-gallery-caption .tk-mascots-slider .tk-mascots-slider__next::before, .tk-mascots-slider .tk-gallery-caption .tk-mascots-slider__next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media (max-width: 767.98px) {
  .tk-gallery-caption .tk-article__part.partner {
    position: relative; }
    .tk-gallery-caption .tk-article__part.partner::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      width: 1px;
      height: 1.5625rem;
      background-color: rgba(255, 255, 255, 0.16); } }

.tk-gallery-caption__fullscreen-btn::before {
  font-size: 1rem; }

.tk-gallery-caption__info-btn::before {
  font-size: 1.625rem; }

.tk-gallery-caption__info-btn--disabled {
  opacity: 0.5;
  pointer-events: none; }

.tk-gallery-caption__moreinfo {
  position: absolute;
  width: 100%;
  padding: 12px 20px 10px;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 3;
  background: rgba(0, 0, 0, 0.6); }

.tk-gallery-caption__desc {
  font-size: 0.875rem;
  line-height: 1.71429; }

.tk-gallery-caption__copyright {
  font-size: 0.75rem;
  line-height: 1.5; }

.tk-gallery-caption__info {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.25rem; }
  @media (min-width: 768px) {
    .tk-gallery-caption__info {
      height: 4.25rem; } }
  .tk-gallery-caption__info::after {
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    content: '';
    height: 1px;
    background-color: rgba(255, 255, 255, 0.16); }
    @media (min-width: 768px) {
      .tk-gallery-caption__info::after {
        right: 0;
        left: 0; } }

.tk-gallery-caption__left, .tk-gallery-caption__center, .tk-gallery-caption__right {
  flex: 1 1 33.33333%; }

.tk-gallery-caption__left {
  text-align: left;
  height: 5.25rem;
  padding-top: 1.625rem;
  padding-left: 1rem; }
  @media (min-width: 768px) {
    .tk-gallery-caption__left {
      height: 4.25rem;
      padding-top: 1.125rem; } }

.tk-gallery-caption__center {
  position: relative;
  text-align: center; }

.tk-gallery-caption__right {
  text-align: right;
  height: 5.25rem;
  padding-top: 1.625rem;
  padding-right: 1rem; }
  @media (min-width: 768px) {
    .tk-gallery-caption__right {
      height: 4.25rem;
      padding-top: 1.125rem; } }

.tk-gallery-caption__pagination {
  width: 5.625rem;
  top: 50%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.75rem;
  font-weight: 600; }
  @media (min-width: 768px) {
    .tk-gallery-caption__pagination {
      font-size: 0.875rem; } }

@media (max-width: 991.98px) {
  .tk-gallery-caption__title {
    font-size: 1.5rem; } }

.tk-gallery-caption .tk-gallery-caption__fullscreen-btn {
  cursor: pointer; }

.tk-section--black-bg .tk-gallery-caption__fullscreen-btn, .tk-section--black-bg .tk-gallery-caption__info-btn {
  color: #ffffff; }

.tk-section--black-bg .tk-gallery-caption__pagination .swiper-pagination-current {
  color: #ffffff; }

.tk-album--embedded .tk-gallery-caption__moreinfo {
  position: static;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  z-index: auto;
  height: 7.5rem; }
  @media (min-width: 768px) {
    .tk-album--embedded .tk-gallery-caption__moreinfo {
      height: 9.375rem; } }

@media (max-width: 767.98px) {
  .tk-album--embedded .tk-gallery-caption__desc {
    font-size: 0.875rem;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.5rem;
    max-height: 4.5rem;
    text-align: left;
    padding-right: 1.5rem;
    /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
    .tk-album--embedded .tk-gallery-caption__desc:before {
      content: "\2026";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 1.5rem;
      height: 1.5rem;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default; } }
  @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
    .tk-album--embedded .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }

@media (max-width: 767.98px) {
    .tk-album--embedded .tk-gallery-caption__desc::after {
      content: "";
      position: absolute;
      right: 0;
      width: 1.5rem;
      height: 1.5rem;
      margin-top: -1.5rem;
      background: #771a2a; }
    :lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc {
      font-size: 0.75rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.5rem;
      max-height: 4.5rem;
      text-align: left;
      padding-right: 1.5rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      :lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
    @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
      :lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }

@media (max-width: 767.98px) {
      :lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -1.5rem;
        background: #771a2a; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-gallery-caption__desc {
    font-size: 1.5rem;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 2.125rem;
    max-height: 6.375rem;
    text-align: left;
    padding-right: 2.125rem;
    /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
    .tk-album--embedded .tk-gallery-caption__desc:before {
      content: "\2026";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 2.125rem;
      height: 2.125rem;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tk-album--embedded .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }

@media (min-width: 768px) {
    .tk-album--embedded .tk-gallery-caption__desc::after {
      content: "";
      position: absolute;
      right: 0;
      width: 2.125rem;
      height: 2.125rem;
      margin-top: -2.125rem;
      background: #771a2a; }
    :lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc {
      font-size: 1.125rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.8rem;
      max-height: 5.4rem;
      text-align: left;
      padding-right: 1.8rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      :lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.8rem;
        height: 1.8rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }

@media (min-width: 768px) {
      :lang(ja-JP) .tk-album--embedded .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.8rem;
        height: 1.8rem;
        margin-top: -1.8rem;
        background: #771a2a; } }

.tk-album--embedded .tk-gallery-caption__desc-text {
  display: block; }

.tk-album--embedded .tk-gallery-caption__copyright {
  margin-top: 8px;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tk-album--embedded .tk-gallery-caption__info {
  height: 2.5rem; }
  @media (min-width: 768px) {
    .tk-album--embedded .tk-gallery-caption__info {
      height: 2.5rem; } }
  .tk-album--embedded .tk-gallery-caption__info::after {
    display: none; }

.tk-album--embedded .tk-gallery-caption__info-btn {
  display: none; }

.tk-album--embedded .tk-gallery-caption__left, .tk-album--embedded .tk-gallery-caption__right {
  height: 2.5rem;
  padding-top: 0.25rem; }
  @media (max-width: 767.98px) {
    .tk-album--embedded .tk-gallery-caption__left::after, .tk-album--embedded .tk-gallery-caption__right::after {
      display: none; } }
  @media (min-width: 768px) {
    .tk-album--embedded .tk-gallery-caption__left, .tk-album--embedded .tk-gallery-caption__right {
      height: 2.5rem;
      padding-top: 0.25rem; } }

.tk-album--embedded .tk-gallery-caption__fullscreen-btn {
  color: #ffffff; }

.tk-album--liveblog .tk-gallery-caption__moreinfo {
  position: static;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: transparent;
  z-index: auto;
  height: 7.5rem; }
  @media (min-width: 768px) {
    .tk-album--liveblog .tk-gallery-caption__moreinfo {
      height: 4.375rem; } }

.tk-album--liveblog .tk-gallery-caption__desc {
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0; }
  @media (max-width: 767.98px) {
    .tk-album--liveblog .tk-gallery-caption__desc {
      font-size: 0.875rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.5rem;
      max-height: 4.5rem;
      text-align: left;
      padding-right: 1.5rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-album--liveblog .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
    .tk-album--liveblog .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (max-width: 767.98px) {
      .tk-album--liveblog .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -1.5rem;
        background: #771a2a; }
      :lang(ja-JP) .tk-album--liveblog .tk-gallery-caption__desc {
        font-size: 0.75rem;
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.325rem;
        max-height: 3.975rem;
        text-align: left;
        padding-right: 1.325rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(ja-JP) .tk-album--liveblog .tk-gallery-caption__desc:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.325rem;
          height: 1.325rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
      :lang(ja-JP) .tk-album--liveblog .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (max-width: 767.98px) {
        :lang(ja-JP) .tk-album--liveblog .tk-gallery-caption__desc::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.325rem;
          height: 1.325rem;
          margin-top: -1.325rem;
          background: #771a2a; } }
  @media (min-width: 768px) {
    .tk-album--liveblog .tk-gallery-caption__desc {
      font-size: 0.75rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 14px;
      max-height: 42px;
      text-align: left;
      padding-right: 14px;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tk-album--liveblog .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tk-album--liveblog .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (min-width: 768px) {
      .tk-album--liveblog .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 14px;
        height: 14px;
        margin-top: -14px;
        background: #771a2a; }
      :lang(ja-JP) .tk-album--liveblog .tk-gallery-caption__desc {
        font-size: 0.75rem;
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 14px;
        max-height: 42px;
        text-align: left;
        padding-right: 14px;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(ja-JP) .tk-album--liveblog .tk-gallery-caption__desc:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 14px;
          height: 14px;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(ja-JP) .tk-album--liveblog .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (min-width: 768px) {
        :lang(ja-JP) .tk-album--liveblog .tk-gallery-caption__desc::after {
          content: "";
          position: absolute;
          right: 0;
          width: 14px;
          height: 14px;
          margin-top: -14px;
          background: #771a2a; } }

.tk-album--liveblog .tk-gallery-caption__desc-text {
  display: block; }

.tk-album--liveblog .tk-gallery-caption__copyright {
  margin-top: 8px;
  font-size: 0.625rem;
  line-height: 8px;
  letter-spacing: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tk-album--liveblog .tk-gallery-caption__info {
  height: 2.5rem; }
  @media (min-width: 768px) {
    .tk-album--liveblog .tk-gallery-caption__info {
      height: 2.5rem; } }
  .tk-album--liveblog .tk-gallery-caption__info::after {
    display: none; }

.tk-album--liveblog .tk-gallery-caption__info-btn {
  display: none; }

.tk-album--liveblog .tk-gallery-caption__left, .tk-album--liveblog .tk-gallery-caption__right {
  height: 2.5rem;
  padding-top: 0.25rem; }
  @media (max-width: 767.98px) {
    .tk-album--liveblog .tk-gallery-caption__left::after, .tk-album--liveblog .tk-gallery-caption__right::after {
      display: none; } }
  @media (min-width: 768px) {
    .tk-album--liveblog .tk-gallery-caption__left, .tk-album--liveblog .tk-gallery-caption__right {
      height: 2.5rem;
      padding-top: 0.25rem; } }

.tk-album--liveblog .tk-gallery-caption__fullscreen-btn {
  color: #ffffff; }

body.tk-fullscreen .tk-back-to-top {
  display: none; }

body .tk-page-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }
  body .tk-page-overlay--show {
    display: block; }

.tk-gallery-fullscreen {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
  position: absolute;
  z-index: 1;
  bottom: 44px;
  opacity: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .tk-gallery-fullscreen--empty {
    background-color: inherit;
    border-bottom: none; }
  .tk-gallery-fullscreen__container {
    max-width: 768px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0px auto; }

.tk-gallery-fullscreen__caption {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.71429; }

.tk-gallery-fullscreen__copyright {
  font-weight: 300; }

.tk-gallery-fullscreen__counter-bg {
  padding-top: 10px;
  height: 44px; }

.tk-gallery-fullscreen__moreinfo {
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.5rem;
  z-index: 1;
  overflow: visible;
  cursor: pointer;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0); }
  .tk-gallery-fullscreen__moreinfo::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .tk-gallery-fullscreen__moreinfo--disabled {
    color: rgba(255, 255, 255, 0.5); }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .tk-gallery-fullscreen__button--arrow-right {
    right: 20px; }
  .tk-gallery-fullscreen__button--arrow-left {
    left: 20px; } }

.tk-album {
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 576px) {
    .tk-album {
      margin-left: auto;
      margin-right: auto; } }

.tk-album--embedded {
  padding: 50px 0 8px;
  /*
    &-otr-album {
        background: $torch-relay-primary;
        background-image: url('/tokyo-2020/en/d3images/prefecture/otr-album-background.svg');
        background-repeat: no-repeat;
        background-size: 100%;
    }

    &-ptr-album {
        background: $torch-relay-para-primary;
        background-image: url('/tokyo-2020/en/d3images/prefecture/ptr-album-background.svg');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    */ }
  @media (min-width: 768px) {
    .tk-album--embedded {
      padding: 48px 115px 30px; } }
  @media (min-width: 992px) {
    .tk-album--embedded {
      padding: 62px 150px 38px; } }
  @media (min-width: 1260px) {
    .tk-album--embedded {
      padding: 80px 194px 50px; } }
  .tk-album--embedded .tk-gallery-slider__item img {
    width: 288px;
    height: 288px; }
    @media (min-width: 768px) {
      .tk-album--embedded .tk-gallery-slider__item img {
        width: 498px;
        height: 280px; } }
    @media (min-width: 992px) {
      .tk-album--embedded .tk-gallery-slider__item img {
        width: 644px;
        height: 362px; } }
    @media (min-width: 1260px) {
      .tk-album--embedded .tk-gallery-slider__item img {
        width: 836px;
        height: 470px; } }

.tk-album--liveblog {
  padding: 50px 0 8px; }
  @media (max-width: 767.98px) {
    .tk-album--liveblog {
      margin-left: -22px; } }
  @media (min-width: 576px) {
    .tk-album--liveblog {
      padding: 35px 90px 114px;
      max-width: 555px;
      max-height: 360px; } }
  @media (min-width: 1260px) {
    .tk-album--liveblog {
      padding: 35px 90px 114px;
      margin-left: -11%;
      max-width: 555px;
      max-height: 360px; } }
  .tk-album--liveblog .tk-gallery-slider__item {
    width: 375px;
    height: 211px;
    margin: 0; }
    @media (max-width: 767.98px) {
      .tk-album--liveblog .tk-gallery-slider__item {
        width: 288px;
        height: 288px; } }
    .tk-album--liveblog .tk-gallery-slider__item img {
      width: 375px;
      height: 211px;
      margin: 0; }
      @media (max-width: 767.98px) {
        .tk-album--liveblog .tk-gallery-slider__item img {
          width: 288px;
          height: 288px; } }

.tokyo2020--olympics .tk-album--embedded {
  background-color: #771a2a;
  background-image: url("/tokyo-2020/en/d3images/album/olympics/bg-embedded-album--mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #ffffff; }
  @media (min-width: 768px) {
    .tokyo2020--olympics .tk-album--embedded {
      background-image: url("/tokyo-2020/en/d3images/album/olympics/bg-embedded-album--desktop.svg"); } }

.tokyo2020--olympics .tk-album--liveblog {
  background-color: #8a2332;
  background-image: url("/tokyo-2020/en/d3images/album/olympics/bg-liveblog-album.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #ffffff; }

.tokyo2020--paralympics .tk-album--embedded {
  background-color: #e96a7b;
  background-image: url("/tokyo-2020/en/d3images/album/paralympics/bg-embedded-album--mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #000000; }
  @media (min-width: 768px) {
    .tokyo2020--paralympics .tk-album--embedded {
      background-image: url("/tokyo-2020/en/d3images/album/paralympics/bg-embedded-album--desktop.svg"); } }
  .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__fullscreen-btn,
  .tokyo2020--paralympics .tk-album--embedded .tk-gallery-slider .tk-gallery-slider__prev,
  .tokyo2020--paralympics .tk-album--embedded .tk-gallery-slider .tk-gallery-slider__next {
    color: #000000; }
  @media (max-width: 767.98px) {
    .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc {
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.5rem;
      max-height: 4.5rem;
      text-align: left;
      padding-right: 1.5rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
    .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (max-width: 767.98px) {
      .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -1.5rem;
        background: #e96a7b; }
      :lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.325rem;
        max-height: 3.975rem;
        text-align: left;
        padding-right: 1.325rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.325rem;
          height: 1.325rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
      :lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (max-width: 767.98px) {
        :lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.325rem;
          height: 1.325rem;
          margin-top: -1.325rem;
          background: #e96a7b; } }
  @media (min-width: 768px) {
    .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc {
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 2.125rem;
      max-height: 6.375rem;
      text-align: left;
      padding-right: 2.125rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.125rem;
        height: 2.125rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (min-width: 768px) {
      .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 2.125rem;
        height: 2.125rem;
        margin-top: -2.125rem;
        background: #e96a7b; }
      :lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.8rem;
        max-height: 5.4rem;
        text-align: left;
        padding-right: 1.8rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.8rem;
          height: 1.8rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (min-width: 768px) {
        :lang(ja-JP) .tokyo2020--paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.8rem;
          height: 1.8rem;
          margin-top: -1.8rem;
          background: #e96a7b; } }

.tokyo2020--torch-relay-olympics .tk-album--embedded {
  background-color: #DC0010;
  background-image: url("/tokyo-2020/en/d3images/album/olympics/bg-embedded-album-otr--mobile.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: #ffffff; }
  @media (min-width: 768px) {
    .tokyo2020--torch-relay-olympics .tk-album--embedded {
      background-image: url("/tokyo-2020/en/d3images/album/olympics/bg-embedded-album-torch-relay--desktop.svg");
      background-size: contain; } }
  @media (max-width: 767.98px) {
    .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc {
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.5rem;
      max-height: 4.5rem;
      text-align: left;
      padding-right: 1.5rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
    .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (max-width: 767.98px) {
      .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -1.5rem;
        background: #DC0010; }
      :lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.325rem;
        max-height: 3.975rem;
        text-align: left;
        padding-right: 1.325rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.325rem;
          height: 1.325rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
      :lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (max-width: 767.98px) {
        :lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.325rem;
          height: 1.325rem;
          margin-top: -1.325rem;
          background: #DC0010; } }
  @media (min-width: 768px) {
    .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc {
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 2.125rem;
      max-height: 6.375rem;
      text-align: left;
      padding-right: 2.125rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.125rem;
        height: 2.125rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (min-width: 768px) {
      .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 2.125rem;
        height: 2.125rem;
        margin-top: -2.125rem;
        background: #DC0010; }
      :lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.8rem;
        max-height: 5.4rem;
        text-align: left;
        padding-right: 1.8rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.8rem;
          height: 1.8rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (min-width: 768px) {
        :lang(ja-JP) .tokyo2020--torch-relay-olympics .tk-album--embedded .tk-gallery-caption__desc::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.8rem;
          height: 1.8rem;
          margin-top: -1.8rem;
          background: #DC0010; } }

.tokyo2020--torch-relay-paralympics .tk-album--embedded {
  background-color: #FEC14E;
  background-image: url("/tokyo-2020/en/d3images/album/paralympics/bg-embedded-album-ptr--mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #000000; }
  @media (min-width: 768px) {
    .tokyo2020--torch-relay-paralympics .tk-album--embedded {
      background-image: url("/tokyo-2020/en/d3images/album/paralympics/bg-embedded-album-torch-relay--desktop.svg");
      background-size: contain; } }
  .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__fullscreen-btn,
  .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-slider .tk-gallery-slider__prev,
  .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-slider .tk-gallery-slider__next {
    color: #000000; }
  @media (max-width: 767.98px) {
    .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc {
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.5rem;
      max-height: 4.5rem;
      text-align: left;
      padding-right: 1.5rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
    .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (max-width: 767.98px) {
      .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -1.5rem;
        background: #FEC14E; }
      :lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.325rem;
        max-height: 3.975rem;
        text-align: left;
        padding-right: 1.325rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.325rem;
          height: 1.325rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (max-width: 767.98px), speech and (max-width: 767.98px), aural and (max-width: 767.98px) {
      :lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (max-width: 767.98px) {
        :lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.325rem;
          height: 1.325rem;
          margin-top: -1.325rem;
          background: #FEC14E; } }
  @media (min-width: 768px) {
    .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc {
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 2.125rem;
      max-height: 6.375rem;
      text-align: left;
      padding-right: 2.125rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.125rem;
        height: 2.125rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
      speak: none;
      display: none;
      visibility: hidden; } }
  @media (min-width: 768px) {
      .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
        content: "";
        position: absolute;
        right: 0;
        width: 2.125rem;
        height: 2.125rem;
        margin-top: -2.125rem;
        background: #FEC14E; }
      :lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc {
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.8rem;
        max-height: 5.4rem;
        text-align: left;
        padding-right: 1.8rem;
        /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
        :lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.8rem;
          height: 1.8rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      :lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::before {
        speak: none;
        display: none;
        visibility: hidden; } }
  @media (min-width: 768px) {
        :lang(ja-JP) .tokyo2020--torch-relay-paralympics .tk-album--embedded .tk-gallery-caption__desc::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.8rem;
          height: 1.8rem;
          margin-top: -1.8rem;
          background: #FEC14E; } }

.tk-section--gallery-slider .tk-album .tk-gallery-slider__item img {
  width: 288px;
  height: 288px; }
  @media (min-width: 768px) {
    .tk-section--gallery-slider .tk-album .tk-gallery-slider__item img {
      width: 728px;
      height: 412px; } }
  @media (min-width: 992px) {
    .tk-section--gallery-slider .tk-album .tk-gallery-slider__item img {
      width: 944px;
      height: 534px; } }
  @media (min-width: 1260px) {
    .tk-section--gallery-slider .tk-album .tk-gallery-slider__item img {
      width: 1224px;
      height: 692px; } }

.tk-partnersgroup {
  max-width: 98.684210%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px; }
  @media (max-width: 767.98px) {
    .tk-partnersgroup:first-of-type {
      padding-top: 12px; } }
  @media (min-width: 768px) {
    .tk-partnersgroup:first-of-type {
      padding-top: 30px; } }
  @media (min-width: 768px) {
    .tk-partnersgroup {
      max-width: 84.150326%;
      margin-bottom: 60px; } }
  .tk-partnersgroup__heading {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .tk-partnersgroup__heading {
        margin-bottom: 38px; } }
    .tk-partnersgroup__heading--newline {
      white-space: pre-line; }
  .tk-partnersgroup__sequence {
    padding: 0;
    list-style: none;
    display: flex; }
  .tk-partnersgroup__as-of-date {
    text-align: right;
    font-size: 0.875rem;
    margin-top: 8px;
    color: #6f6f6f; }
  .tk-partnersgroup__item-link {
    display: block;
    width: 100%;
    height: 100%;
    transition: background-color ease-in-out 0.3s;
    will-change: background-color; }
    .tk-partnersgroup__item-link:hover {
      background-color: #f7f7f7; }
    .tk-partnersgroup__item-link:active {
      background-color: #f2f2f2; }
  .tk-partnersgroup__item .tk-partner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative; }
    .tk-partnersgroup__item .tk-partner::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      z-index: 1; }
  .tk-partnersgroup__item .tk-partner__logo {
    display: block;
    width: 100%;
    height: auto; }
  .tk-partnersgroup__item--ioc .tk-partner__logo {
    max-width: 66px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--ioc .tk-partner__logo {
        max-width: 84px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--ioc .tk-partner__logo {
        max-width: 110px; } }
  .tk-partnersgroup__item--olympic-channel .tk-partner__logo {
    max-width: 66px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--olympic-channel .tk-partner__logo {
        max-width: 84px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--olympic-channel .tk-partner__logo {
        max-width: 110px; } }
  .tk-partnersgroup__item--beijing2022 .tk-partner__logo {
    max-width: 46px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--beijing2022 .tk-partner__logo {
        max-width: 59px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--beijing2022 .tk-partner__logo {
        max-width: 77px; } }
  .tk-partnersgroup__item--paris2024 .tk-partner__logo {
    max-width: 49px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--paris2024 .tk-partner__logo {
        max-width: 62px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--paris2024 .tk-partner__logo {
        max-width: 84px; } }
  .tk-partnersgroup__item--milanocortina2026 .tk-partner__logo {
    max-width: 42px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--milanocortina2026 .tk-partner__logo {
        max-width: 53px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--milanocortina2026 .tk-partner__logo {
        max-width: 70px; } }
  .tk-partnersgroup__item--la28 .tk-partner__logo {
    max-width: 40px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--la28 .tk-partner__logo {
        max-width: 52px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--la28 .tk-partner__logo {
        max-width: 68px; } }
  .tk-partnersgroup__item--ipc .tk-partner__logo {
    max-width: 50px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--ipc .tk-partner__logo {
        max-width: 66px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--ipc .tk-partner__logo {
        max-width: 80px; } }
  .tk-partnersgroup__item--beijing2022-paralympic .tk-partner__logo {
    max-width: 46px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--beijing2022-paralympic .tk-partner__logo {
        max-width: 59px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--beijing2022-paralympic .tk-partner__logo {
        max-width: 77px; } }
  .tk-partnersgroup__item--paris2024-paralympic .tk-partner__logo {
    max-width: 49px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--paris2024-paralympic .tk-partner__logo {
        max-width: 62px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--paris2024-paralympic .tk-partner__logo {
        max-width: 84px; } }
  .tk-partnersgroup__item--cocacola .tk-partner__logo, .tk-partnersgroup__item--cocacola-olympic-torchrelay .tk-partner__logo {
    max-width: 55px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--cocacola .tk-partner__logo, .tk-partnersgroup__item--cocacola-olympic-torchrelay .tk-partner__logo {
        max-width: 70px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--cocacola .tk-partner__logo, .tk-partnersgroup__item--cocacola-olympic-torchrelay .tk-partner__logo {
        max-width: 96px; } }
  .tk-partnersgroup__item--airbnb .tk-partner__logo {
    max-width: 55px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--airbnb .tk-partner__logo {
        max-width: 70px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--airbnb .tk-partner__logo {
        max-width: 92px; } }
  .tk-partnersgroup__item--alibaba .tk-partner__logo {
    max-width: 60px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--alibaba .tk-partner__logo {
        max-width: 76px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--alibaba .tk-partner__logo {
        max-width: 100px; } }
  .tk-partnersgroup__item--atos .tk-partner__logo {
    max-width: 47px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--atos .tk-partner__logo {
        max-width: 60px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--atos .tk-partner__logo {
        max-width: 79px; } }
  .tk-partnersgroup__item--bridgestone .tk-partner__logo {
    max-width: 42px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--bridgestone .tk-partner__logo {
        max-width: 54px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--bridgestone .tk-partner__logo {
        max-width: 74px; } }
  .tk-partnersgroup__item--dow .tk-partner__logo {
    max-width: 56px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--dow .tk-partner__logo {
        max-width: 71px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--dow .tk-partner__logo {
        max-width: 93px; } }
  .tk-partnersgroup__item--ge .tk-partner__logo {
    max-width: 30px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--ge .tk-partner__logo {
        max-width: 38px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--ge .tk-partner__logo {
        max-width: 50px; } }
  .tk-partnersgroup__item--intel .tk-partner__logo {
    max-width: 45px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--intel .tk-partner__logo {
        max-width: 57px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--intel .tk-partner__logo {
        max-width: 75px; } }
  .tk-partnersgroup__item--omega .tk-partner__logo {
    max-width: 51px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--omega .tk-partner__logo {
        max-width: 65px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--omega .tk-partner__logo {
        max-width: 88px; } }
  .tk-partnersgroup__item--panasonic .tk-partner__logo, .tk-partnersgroup__item--panasonic-olympic-torchrelay .tk-partner__logo {
    max-width: 56px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--panasonic .tk-partner__logo, .tk-partnersgroup__item--panasonic-olympic-torchrelay .tk-partner__logo {
        max-width: 72px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--panasonic .tk-partner__logo, .tk-partnersgroup__item--panasonic-olympic-torchrelay .tk-partner__logo {
        max-width: 98px; } }
  .tk-partnersgroup__item--pg .tk-partner__logo {
    max-width: 30px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--pg .tk-partner__logo {
        max-width: 38px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--pg .tk-partner__logo {
        max-width: 50px; } }
  .tk-partnersgroup__item--samsung .tk-partner__logo {
    max-width: 60px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--samsung .tk-partner__logo {
        max-width: 76px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--samsung .tk-partner__logo {
        max-width: 100px; } }
  .tk-partnersgroup__item--toyota .tk-partner__logo, .tk-partnersgroup__item--toyota-olympic-torchrelay .tk-partner__logo {
    max-width: 60px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--toyota .tk-partner__logo, .tk-partnersgroup__item--toyota-olympic-torchrelay .tk-partner__logo {
        max-width: 76px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--toyota .tk-partner__logo, .tk-partnersgroup__item--toyota-olympic-torchrelay .tk-partner__logo {
        max-width: 100px; } }
  .tk-partnersgroup__item--visa .tk-partner__logo {
    max-width: 48px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--visa .tk-partner__logo {
        max-width: 61px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--visa .tk-partner__logo {
        max-width: 80px; } }
  .tk-partnersgroup__item--asahi .tk-partner__logo {
    max-width: 47px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--asahi .tk-partner__logo {
        max-width: 60px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--asahi .tk-partner__logo {
        max-width: 79px; } }
  .tk-partnersgroup__item--asics .tk-partner__logo {
    max-width: 56px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--asics .tk-partner__logo {
        max-width: 72px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--asics .tk-partner__logo {
        max-width: 96px; } }
  .tk-partnersgroup__item--canon .tk-partner__logo {
    max-width: 58px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--canon .tk-partner__logo {
        max-width: 74px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--canon .tk-partner__logo {
        max-width: 100px; } }
  .tk-partnersgroup__item--eneos .tk-partner__logo, .tk-partnersgroup__item--eneos-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--eneos-paralympic-torchrelay .tk-partner__logo {
    max-width: 60px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--eneos .tk-partner__logo, .tk-partnersgroup__item--eneos-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--eneos-paralympic-torchrelay .tk-partner__logo {
        max-width: 76px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--eneos .tk-partner__logo, .tk-partnersgroup__item--eneos-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--eneos-paralympic-torchrelay .tk-partner__logo {
        max-width: 100px; } }
  .tk-partnersgroup__item--tokyo-marine .tk-partner__logo {
    max-width: 61px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--tokyo-marine .tk-partner__logo {
        max-width: 78px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--tokyo-marine .tk-partner__logo {
        max-width: 102px; } }
  .tk-partnersgroup__item--nissay .tk-partner__logo, .tk-partnersgroup__item--nissay-olympic-torchrelay .tk-partner__logo {
    max-width: 57px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--nissay .tk-partner__logo, .tk-partnersgroup__item--nissay-olympic-torchrelay .tk-partner__logo {
        max-width: 72px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--nissay .tk-partner__logo, .tk-partnersgroup__item--nissay-olympic-torchrelay .tk-partner__logo {
        max-width: 94px; } }
  .tk-partnersgroup__item--nec .tk-partner__logo {
    max-width: 51px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--nec .tk-partner__logo {
        max-width: 65px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--nec .tk-partner__logo {
        max-width: 85px; } }
  .tk-partnersgroup__item--ntt .tk-partner__logo, .tk-partnersgroup__item--ntt-olympic-torchrelay .tk-partner__logo {
    max-width: 58px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--ntt .tk-partner__logo, .tk-partnersgroup__item--ntt-olympic-torchrelay .tk-partner__logo {
        max-width: 73px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--ntt .tk-partner__logo, .tk-partnersgroup__item--ntt-olympic-torchrelay .tk-partner__logo {
        max-width: 96px; } }
  .tk-partnersgroup__item--nomura .tk-partner__logo {
    max-width: 56px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--nomura .tk-partner__logo {
        max-width: 72px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--nomura .tk-partner__logo {
        max-width: 94px; } }
  .tk-partnersgroup__item--fujitsu .tk-partner__logo {
    max-width: 54px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--fujitsu .tk-partner__logo {
        max-width: 69px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--fujitsu .tk-partner__logo {
        max-width: 90px; } }
  .tk-partnersgroup__item--mizuho .tk-partner__logo {
    max-width: 59px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--mizuho .tk-partner__logo {
        max-width: 75px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--mizuho .tk-partner__logo {
        max-width: 98px; } }
  .tk-partnersgroup__item--smbc .tk-partner__logo {
    max-width: 50px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--smbc .tk-partner__logo {
        max-width: 64px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--smbc .tk-partner__logo {
        max-width: 84px; } }
  .tk-partnersgroup__item--mitsui-fudosan .tk-partner__logo {
    max-width: 60px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--mitsui-fudosan .tk-partner__logo {
        max-width: 76px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--mitsui-fudosan .tk-partner__logo {
        max-width: 100px; } }
  .tk-partnersgroup__item--meiji .tk-partner__logo {
    max-width: 45px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--meiji .tk-partner__logo {
        max-width: 57px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--meiji .tk-partner__logo {
        max-width: 75px; } }
  .tk-partnersgroup__item--lixil .tk-partner__logo, .tk-partnersgroup__item--lixil-paralympic-torchrelay .tk-partner__logo {
    max-width: 45px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--lixil .tk-partner__logo, .tk-partnersgroup__item--lixil-paralympic-torchrelay .tk-partner__logo {
        max-width: 57px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--lixil .tk-partner__logo, .tk-partnersgroup__item--lixil-paralympic-torchrelay .tk-partner__logo {
        max-width: 75px; } }
  .tk-partnersgroup__item--ajinomoto .tk-partner__logo {
    max-width: 36px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--ajinomoto .tk-partner__logo {
        max-width: 56px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--ajinomoto .tk-partner__logo {
        max-width: 70px; } }
  .tk-partnersgroup__item--earth-chem .tk-partner__logo {
    max-width: 32px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--earth-chem .tk-partner__logo {
        max-width: 42px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--earth-chem .tk-partner__logo {
        max-width: 52px; } }
  .tk-partnersgroup__item--efjapan .tk-partner__logo {
    max-width: 36px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--efjapan .tk-partner__logo {
        max-width: 46px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--efjapan .tk-partner__logo {
        max-width: 60px; } }
  .tk-partnersgroup__item--airweave .tk-partner__logo {
    max-width: 54px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--airweave .tk-partner__logo {
        max-width: 68px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--airweave .tk-partner__logo {
        max-width: 88px; } }
  .tk-partnersgroup__item--kikkoman .tk-partner__logo {
    max-width: 56px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--kikkoman .tk-partner__logo {
        max-width: 70px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--kikkoman .tk-partner__logo {
        max-width: 92px; } }
  .tk-partnersgroup__item--knt .tk-partner__logo {
    max-width: 28px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--knt .tk-partner__logo {
        max-width: 34px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--knt .tk-partner__logo {
        max-width: 44px; } }
  .tk-partnersgroup__item--jtb .tk-partner__logo {
    max-width: 32px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--jtb .tk-partner__logo {
        max-width: 42px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--jtb .tk-partner__logo {
        max-width: 54px; } }
  .tk-partnersgroup__item--cisco .tk-partner__logo {
    max-width: 42px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--cisco .tk-partner__logo {
        max-width: 54px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--cisco .tk-partner__logo {
        max-width: 70px; } }
  .tk-partnersgroup__item--secom .tk-partner__logo {
    max-width: 44px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--secom .tk-partner__logo {
        max-width: 58px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--secom .tk-partner__logo {
        max-width: 74px; } }
  .tk-partnersgroup__item--ana .tk-partner__logo, .tk-partnersgroup__item--ana-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--ana-paralympic-torchrelay .tk-partner__logo {
    max-width: 48px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--ana .tk-partner__logo, .tk-partnersgroup__item--ana-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--ana-paralympic-torchrelay .tk-partner__logo {
        max-width: 60px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--ana .tk-partner__logo, .tk-partnersgroup__item--ana-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--ana-paralympic-torchrelay .tk-partner__logo {
        max-width: 78px; } }
  .tk-partnersgroup__item--alsok .tk-partner__logo {
    max-width: 28px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--alsok .tk-partner__logo {
        max-width: 34px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--alsok .tk-partner__logo {
        max-width: 44px; } }
  .tk-partnersgroup__item--dnp .tk-partner__logo {
    max-width: 40px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--dnp .tk-partner__logo {
        max-width: 52px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--dnp .tk-partner__logo {
        max-width: 68px; } }
  .tk-partnersgroup__item--daiwahouse .tk-partner__logo {
    max-width: 34px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--daiwahouse .tk-partner__logo {
        max-width: 44px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--daiwahouse .tk-partner__logo {
        max-width: 60px; } }
  .tk-partnersgroup__item--tokyo-gas .tk-partner__logo {
    max-width: 56px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--tokyo-gas .tk-partner__logo {
        max-width: 70px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--tokyo-gas .tk-partner__logo {
        max-width: 92px; } }
  .tk-partnersgroup__item--tmetro .tk-partner__logo {
    max-width: 40px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--tmetro .tk-partner__logo {
        max-width: 50px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--tmetro .tk-partner__logo {
        max-width: 66px; } }
  .tk-partnersgroup__item--toto .tk-partner__logo {
    max-width: 48px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--toto .tk-partner__logo {
        max-width: 62px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--toto .tk-partner__logo {
        max-width: 80px; } }
  .tk-partnersgroup__item--tobutop .tk-partner__logo {
    max-width: 42px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--tobutop .tk-partner__logo {
        max-width: 52px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--tobutop .tk-partner__logo {
        max-width: 68px; } }
  .tk-partnersgroup__item--toppan .tk-partner__logo {
    max-width: 54px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--toppan .tk-partner__logo {
        max-width: 70px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--toppan .tk-partner__logo {
        max-width: 90px; } }
  .tk-partnersgroup__item--naa .tk-partner__logo {
    max-width: 48px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--naa .tk-partner__logo {
        max-width: 60px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--naa .tk-partner__logo {
        max-width: 78px; } }
  .tk-partnersgroup__item--nissin .tk-partner__logo {
    max-width: 40px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--nissin .tk-partner__logo {
        max-width: 50px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--nissin .tk-partner__logo {
        max-width: 64px; } }
  .tk-partnersgroup__item--japan-post .tk-partner__logo, .tk-partnersgroup__item--japan-post-olympic-torchrelay .tk-partner__logo {
    max-width: 48px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--japan-post .tk-partner__logo, .tk-partnersgroup__item--japan-post-olympic-torchrelay .tk-partner__logo {
        max-width: 62px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--japan-post .tk-partner__logo, .tk-partnersgroup__item--japan-post-olympic-torchrelay .tk-partner__logo {
        max-width: 80px; } }
  .tk-partnersgroup__item--japan-airport .tk-partner__logo {
    max-width: 36px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--japan-airport .tk-partner__logo {
        max-width: 60px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--japan-airport .tk-partner__logo {
        max-width: 64px; } }
  .tk-partnersgroup__item--japan-airlines .tk-partner__logo, .tk-partnersgroup__item--japan-airlines-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--japan-airlines-paralympic-torchrelay .tk-partner__logo {
    max-width: 48px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--japan-airlines .tk-partner__logo, .tk-partnersgroup__item--japan-airlines-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--japan-airlines-paralympic-torchrelay .tk-partner__logo {
        max-width: 60px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--japan-airlines .tk-partner__logo, .tk-partnersgroup__item--japan-airlines-olympic-torchrelay .tk-partner__logo, .tk-partnersgroup__item--japan-airlines-paralympic-torchrelay .tk-partner__logo {
        max-width: 78px; } }
  .tk-partnersgroup__item--jre .tk-partner__logo {
    max-width: 34px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--jre .tk-partner__logo {
        max-width: 42px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--jre .tk-partner__logo {
        max-width: 56px; } }
  .tk-partnersgroup__item--hisamitsu .tk-partner__logo {
    max-width: 62px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--hisamitsu .tk-partner__logo {
        max-width: 78px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--hisamitsu .tk-partner__logo {
        max-width: 102px; } }
  .tk-partnersgroup__item--mitsubishi .tk-partner__logo {
    max-width: 48px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--mitsubishi .tk-partner__logo {
        max-width: 62px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--mitsubishi .tk-partner__logo {
        max-width: 80px; } }
  .tk-partnersgroup__item--yamato .tk-partner__logo {
    max-width: 46px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--yamato .tk-partner__logo {
        max-width: 58px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--yamato .tk-partner__logo {
        max-width: 80px; } }
  .tk-partnersgroup__item--recruit .tk-partner__logo {
    max-width: 54px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--recruit .tk-partner__logo {
        max-width: 70px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--recruit .tk-partner__logo {
        max-width: 90px; } }
  .tk-partnersgroup__item--yomiuri .tk-partner__logo {
    max-width: 46px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--yomiuri .tk-partner__logo {
        max-width: 58px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--yomiuri .tk-partner__logo {
        max-width: 76px; } }
  .tk-partnersgroup__item--asahishinbun .tk-partner__logo {
    max-width: 50px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--asahishinbun .tk-partner__logo {
        max-width: 64px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--asahishinbun .tk-partner__logo {
        max-width: 82px; } }
  .tk-partnersgroup__item--nikkei .tk-partner__logo {
    max-width: 48px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--nikkei .tk-partner__logo {
        max-width: 60px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--nikkei .tk-partner__logo {
        max-width: 80px; } }
  .tk-partnersgroup__item--mainichi .tk-partner__logo {
    max-width: 28px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--mainichi .tk-partner__logo {
        max-width: 36px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--mainichi .tk-partner__logo {
        max-width: 46px; } }
  .tk-partnersgroup__item--aoki .tk-partner__logo, .tk-partnersgroup__item--aggreko .tk-partner__logo, .tk-partnersgroup__item--ecc .tk-partner__logo, .tk-partnersgroup__item--ey .tk-partner__logo, .tk-partnersgroup__item--kadokawa .tk-partner__logo, .tk-partnersgroup__item--google .tk-partner__logo, .tk-partnersgroup__item--kokuyo .tk-partner__logo, .tk-partnersgroup__item--shimizu .tk-partner__logo, .tk-partnersgroup__item--tanaka .tk-partner__logo, .tk-partnersgroup__item--technogym .tk-partner__logo, .tk-partnersgroup__item--tobu-tower-skytree .tk-partner__logo, .tk-partnersgroup__item--nomurakougei .tk-partner__logo, .tk-partnersgroup__item--park24 .tk-partner__logo, .tk-partnersgroup__item--pasona .tk-partner__logo, .tk-partnersgroup__item--bcg .tk-partner__logo, .tk-partnersgroup__item--marudai .tk-partner__logo, .tk-partnersgroup__item--morisawa .tk-partner__logo, .tk-partnersgroup__item--yahoo .tk-partner__logo, .tk-partnersgroup__item--sankei .tk-partner__logo, .tk-partnersgroup__item--hokkaido .tk-partner__logo, .tk-partnersgroup__item--ottobock .tk-partner__logo {
    max-width: 58px; }
    @media (min-width: 992px) {
      .tk-partnersgroup__item--aoki .tk-partner__logo, .tk-partnersgroup__item--aggreko .tk-partner__logo, .tk-partnersgroup__item--ecc .tk-partner__logo, .tk-partnersgroup__item--ey .tk-partner__logo, .tk-partnersgroup__item--kadokawa .tk-partner__logo, .tk-partnersgroup__item--google .tk-partner__logo, .tk-partnersgroup__item--kokuyo .tk-partner__logo, .tk-partnersgroup__item--shimizu .tk-partner__logo, .tk-partnersgroup__item--tanaka .tk-partner__logo, .tk-partnersgroup__item--technogym .tk-partner__logo, .tk-partnersgroup__item--tobu-tower-skytree .tk-partner__logo, .tk-partnersgroup__item--nomurakougei .tk-partner__logo, .tk-partnersgroup__item--park24 .tk-partner__logo, .tk-partnersgroup__item--pasona .tk-partner__logo, .tk-partnersgroup__item--bcg .tk-partner__logo, .tk-partnersgroup__item--marudai .tk-partner__logo, .tk-partnersgroup__item--morisawa .tk-partner__logo, .tk-partnersgroup__item--yahoo .tk-partner__logo, .tk-partnersgroup__item--sankei .tk-partner__logo, .tk-partnersgroup__item--hokkaido .tk-partner__logo, .tk-partnersgroup__item--ottobock .tk-partner__logo {
        max-width: 98px; } }
    @media (min-width: 1260px) {
      .tk-partnersgroup__item--aoki .tk-partner__logo, .tk-partnersgroup__item--aggreko .tk-partner__logo, .tk-partnersgroup__item--ecc .tk-partner__logo, .tk-partnersgroup__item--ey .tk-partner__logo, .tk-partnersgroup__item--kadokawa .tk-partner__logo, .tk-partnersgroup__item--google .tk-partner__logo, .tk-partnersgroup__item--kokuyo .tk-partner__logo, .tk-partnersgroup__item--shimizu .tk-partner__logo, .tk-partnersgroup__item--tanaka .tk-partner__logo, .tk-partnersgroup__item--technogym .tk-partner__logo, .tk-partnersgroup__item--tobu-tower-skytree .tk-partner__logo, .tk-partnersgroup__item--nomurakougei .tk-partner__logo, .tk-partnersgroup__item--park24 .tk-partner__logo, .tk-partnersgroup__item--pasona .tk-partner__logo, .tk-partnersgroup__item--bcg .tk-partner__logo, .tk-partnersgroup__item--marudai .tk-partner__logo, .tk-partnersgroup__item--morisawa .tk-partner__logo, .tk-partnersgroup__item--yahoo .tk-partner__logo, .tk-partnersgroup__item--sankei .tk-partner__logo, .tk-partnersgroup__item--hokkaido .tk-partner__logo, .tk-partnersgroup__item--ottobock .tk-partner__logo {
        max-width: 110px; } }

.tk-partnersgroup--websites .tk-partnersgroup__sequence {
  margin: 0 auto;
  justify-content: center;
  border-top: 2px solid #eeeeee; }
  @media (max-width: 767.98px) {
    .tk-partnersgroup--websites .tk-partnersgroup__sequence {
      width: 87.5%;
      padding-top: 30px;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .tk-partnersgroup--websites .tk-partnersgroup__sequence {
      padding-top: 50px;
      padding-right: 8%;
      padding-left: 8%; } }

@media (max-width: 767.98px) {
  .tk-partnersgroup--websites .tk-partnersgroup__item {
    width: 50%;
    height: 70px; } }

@media (min-width: 768px) {
  .tk-partnersgroup--websites .tk-partnersgroup__item {
    width: calc(100% / 6);
    height: 100px; } }

@media (max-width: 767.98px) {
  .tk-partnersgroup--websites .tk-partnersgroup__item--double {
    width: 100%; } }

@media (min-width: 768px) {
  .tk-partnersgroup--websites .tk-partnersgroup__item--double {
    width: calc((100% /6) * 2); } }

.tk-partnersgroup--websites .tk-partnersgroup__item--double > a {
  width: 50%;
  margin: auto; }

.tk-partnersgroup--websites .tk-partnersgroup__item-separator {
  background-color: #eeeeee; }
  @media (max-width: 767.98px) {
    .tk-partnersgroup--websites .tk-partnersgroup__item-separator {
      width: 57%;
      height: 2px;
      margin: 16px 0; } }
  @media (min-width: 768px) {
    .tk-partnersgroup--websites .tk-partnersgroup__item-separator {
      display: none; } }

.tk-partnersgroup--grid .tk-partnersgroup__sequence {
  list-style: none;
  padding: 2px 0 0 2px;
  flex-wrap: wrap; }

.tk-partnersgroup--grid .tk-partnersgroup__item {
  margin-top: -2px;
  margin-left: -2px;
  border: 2px solid #eeeeee; }
  .tk-partnersgroup--grid .tk-partnersgroup__item-break {
    width: 100% !important; }
  @media (max-width: 767.98px) {
    .tk-partnersgroup--grid .tk-partnersgroup__item {
      height: 50px; } }
  @media (min-width: 768px) {
    .tk-partnersgroup--grid .tk-partnersgroup__item {
      height: 80px; } }

@media (max-width: 767.98px) {
  .tk-partnersgroup--grid-sm-4 .tk-partnersgroup__sequence {
    width: calc(100% + 8px); }
  .tk-partnersgroup--grid-sm-4 .tk-partnersgroup__item {
    width: 25%; }
  .tk-partnersgroup--grid-sm-5 .tk-partnersgroup__sequence {
    width: calc(100% + 10px); }
  .tk-partnersgroup--grid-sm-5 .tk-partnersgroup__item {
    width: 20%; } }

.tk-partnersgroup__sequence--centered {
  justify-content: center; }
  @media (max-width: 767.98px) {
    .tk-partnersgroup__sequence--centered {
      width: 100% !important; } }

@media (min-width: 768px) {
  .tk-partnersgroup--grid-md-6 .tk-partnersgroup__sequence {
    width: calc(100% + 12px); }
  .tk-partnersgroup--grid-md-6 .tk-partnersgroup__item {
    width: calc(100% / 6); }
  .tk-partnersgroup--grid-md-7 .tk-partnersgroup__sequence {
    width: calc(100% + 14px); }
  .tk-partnersgroup--grid-md-7 .tk-partnersgroup__item {
    width: calc(100% / 7); } }

.tk-disciplines {
  margin-bottom: 32px; }
  .tk-disciplines__title {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.33333;
    word-break: keep-all; }
    :lang(ja-JP) .tk-disciplines__title {
      overflow-wrap: break-word;
      word-break: normal; }
    @media (min-width: 768px) {
      .tk-disciplines__title {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .tk-disciplines__title {
        font-size: 1.125rem;
        line-height: 1.33333; } }
  .tk-disciplines__sequence {
    padding: 0;
    list-style: none; }
  .tk-disciplines__link {
    color: inherit;
    text-decoration: none !important;
    display: block;
    padding: 8px;
    transition: background-color ease-in-out 0.3s;
    will-change: background-color;
    height: 100%; }
    .tk-disciplines__link:focus, .tk-disciplines__link:hover {
      background-color: #f2f2f2;
      color: inherit; }
  .tk-disciplines__picto {
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .tk-disciplines__picto {
        width: 3.125rem;
        height: 3.125rem; } }
    @media (min-width: 576px) {
      .tk-disciplines__picto {
        width: 5.625rem;
        height: 5.625rem; } }
    @media (min-width: 992px) {
      .tk-disciplines__picto {
        width: 6.875rem;
        height: 6.875rem; } }

.tk-disciplines--grid .tk-disciplines__sequence {
  list-style: none;
  padding: 2px 0 0 2px;
  flex-wrap: wrap; }

.tk-disciplines__related {
  font-size: 0.875rem; }
  .tk-disciplines__related-block {
    max-width: 405px;
    margin: 0 12px 32px; }
    @media (min-width: 768px) {
      .tk-disciplines__related-block {
        margin: 8px 0 12px; } }
  .tk-disciplines__related-hidden-block {
    max-width: 405px;
    margin: 0 12px 32px;
    display: none; }
    @media (min-width: 768px) {
      .tk-disciplines__related-hidden-block {
        margin: 8px 0 12px; } }
  .tk-disciplines__related-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding: 4px 0; }
  .tk-disciplines__related-text {
    margin: 0;
    padding: 10px 0; }
  .tk-disciplines__related-description {
    max-width: 80%; }
    @media (min-width: 576px) {
      .tk-disciplines__related-description {
        min-height: 3.125rem; } }
  .tk-disciplines__related .tk-disciplines__related-picto, .tk-disciplines__related .tk-disciplines__related-picto--para {
    position: relative;
    padding-left: 3.125rem; }
    .tk-disciplines__related .tk-disciplines__related-picto [class^="tk-picto-"], .tk-disciplines__related .tk-disciplines__related-picto--para [class^="tk-picto-"],
    .tk-disciplines__related .tk-disciplines__related-picto [class*=" tk-picto-"],
    .tk-disciplines__related .tk-disciplines__related-picto--para [class*=" tk-picto-"] {
      position: absolute;
      top: 0;
      left: 0;
      width: 2.5rem;
      height: 2.5rem; }
    @media (min-width: 768px) {
      .tk-disciplines__related .tk-disciplines__related-picto, .tk-disciplines__related .tk-disciplines__related-picto--para {
        display: flex;
        flex-direction: column;
        height: 100%; } }
  .tk-disciplines__related-link {
    border-bottom: 1px solid #dadada;
    position: relative; }
    @media (max-width: 575.98px) {
      .tk-disciplines__related-link {
        padding: 20px 20px 12px 0; } }
    @media (min-width: 576px) {
      .tk-disciplines__related-link {
        padding: 7px 20px 10px 0; } }
    @media (min-width: 768px) {
      .tk-disciplines__related-link {
        margin-top: auto; } }
    .tk-disciplines__related-link .tk-link__text {
      font-size: 0.875rem; }
  @media (min-width: 768px) {
    .tk-disciplines__related {
      padding: 0 12px; } }
  @media (min-width: 992px) {
    .tk-disciplines__related {
      padding: 0 17%; } }

.tk-details-sport__header {
  margin: 1.625rem 0;
  z-index: 2;
  position: relative;
  background: #ffffff;
  padding: 0.3125rem 0; }
  @media (max-width: 991.98px) {
    .tk-details-sport__header {
      margin-bottom: 0.875rem;
      margin-top: 0.875rem; } }
  @media (min-width: 992px) {
    .tk-details-sport__header {
      margin-bottom: -83px; }
      .tk-details-sport__header--no-bottom-margin {
        margin-bottom: 1.625rem; } }

@media (max-width: 767.98px) {
  .tk-details-sport__container {
    padding: 0 5%; } }

@media (min-width: 576px) {
  .tk-details-sport__container {
    padding: 0 2%; } }

@media (min-width: 992px) {
  .tk-details-sport__container {
    padding: 0 17%; } }

.tk-details-sport__nav-list {
  list-style: none;
  margin: 1.25rem 0; }

.tk-details-sport__nav-link {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0.375rem 0;
  color: #676767;
  line-height: inherit; }
  .tk-details-sport__nav-link::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    z-index: 1;
    background-color: transparent; }
  .tk-details-sport__nav-link:hover, .tk-details-sport__nav-link:focus {
    text-decoration: none;
    color: #676767; }
    .tk-details-sport__nav-link:hover::after, .tk-details-sport__nav-link:focus::after {
      background-color: #676767; }
  .tk-details-sport__nav-link.tk-icon-arrow-down {
    padding-right: 1.25rem; }
    .tk-details-sport__nav-link.tk-icon-arrow-down::before {
      position: absolute;
      bottom: 0px;
      right: 0;
      font-size: 0.625rem; }

.tk-details-sport__nav-item {
  font-size: 1rem;
  font-weight: 600;
  flex-basis: auto;
  margin: 0.875rem 0;
  padding: 0 1.875rem;
  border-right: 1px solid #e5e5e5;
  line-height: 0; }
  .tk-details-sport__nav-item:last-child {
    border-right: none; }
  .tk-details-sport__nav-item:first-child {
    padding-left: 0; }
    @media (max-width: 991.98px) {
      .tk-details-sport__nav-item:first-child {
        padding-left: inherit; } }
  @media (max-width: 991.98px) {
    .tk-details-sport__nav-item {
      padding: 0 0.9375rem 0 0;
      margin: 0.875rem 0.9375rem 0.875rem 0; } }
  @media (min-width: 768px) {
    .tk-details-sport__nav-item {
      padding: 0 1.875rem 0 0;
      margin: 0.875rem 1.875rem 0.875rem 0; } }
  @media (min-width: 992px) {
    .tk-details-sport__nav-item {
      padding: 0 0.9375rem 0 0;
      margin: 0.875rem 0.9375rem 0.875rem 0; } }
  .tk-details-sport__nav-item--active a {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0.375rem 0;
    font-weight: 700;
    color: #000000;
    line-height: inherit;
    pointer-events: none; }
    .tk-details-sport__nav-item--active a::after {
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -4px;
      z-index: 1;
      background-color: #b11d33; }
    .tk-details-sport__nav-item--active a:hover, .tk-details-sport__nav-item--active a:focus {
      text-decoration: none;
      color: #000000; }
      .tk-details-sport__nav-item--active a:hover::after, .tk-details-sport__nav-item--active a:focus::after {
        background-color: #b11d33; }

.tk-details-sport__nav-dropdown {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0.3125rem 0;
  /*TODO change with correct color*/ }
  .tk-details-sport__nav-dropdown-item {
    padding: 1rem 1.25rem; }
    .tk-details-sport__nav-dropdown-item:active {
      background-color: #004da1; }
    .tk-details-sport__nav-dropdown-item:hover, .tk-details-sport__nav-dropdown-item:focus {
      background-color: transparent;
      color: #004da1; }

.tk-details-sport__picto {
  margin: 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem; }

.tk-details-sport__title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 0.6875rem; }
  @media (max-width: 991.98px) {
    .tk-details-sport__title {
      font-size: 1.875rem;
      line-height: 1; } }

.tk-details-sport .tk-article__lead-image-details {
  margin-bottom: 5rem; }
  @media (max-width: 991.98px) {
    .tk-details-sport .tk-article__lead-image-details {
      margin-bottom: 1.25rem; } }

.tk-filter-overflowY-hide {
  position: fixed;
  overflow-y: hidden; }

.tk-filter__row {
  margin-bottom: 1.25rem; }

.tk-filter__title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700; }
  .tk-filter__title--aligned {
    margin-left: 25px; }

.tk-filter__apply-btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600; }
  .tk-filter__apply-btn:hover, .tk-filter__apply-btn:focus {
    transition-duration: 0.3s; }

.tk-filter__inner-title {
  font-weight: 600;
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 15px; }

.tk-filter__select-container {
  margin-bottom: 0;
  z-index: 99; }

.tk-filter__order-title {
  font-size: 1rem;
  margin-bottom: 25px;
  font-weight: 400;
  text-transform: uppercase; }

.tk-filter__order-by-container {
  color: #000000;
  position: absolute;
  z-index: 9; }
  .tk-filter__order-by-container li {
    margin-bottom: 18px; }

.tk-filter__radio-btn {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.tk-filter__radio-container {
  position: relative;
  padding-left: 35px;
  font-size: 0.875rem;
  font-weight: 400; }
  .tk-filter__radio-container .checkmark:before {
    color: #ffffff;
    display: none;
    margin: 5px;
    font-size: 0.75rem;
    font-weight: 300; }
  .tk-filter__radio-container input .checkmark {
    background-color: #9fa0a0; }
  .tk-filter__radio-container input:focus ~ .checkmark::after {
    display: block;
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 100%;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
  .tk-filter__radio-container input:checked ~ * {
    color: #856a47; }
  .tk-filter__radio-container input:checked ~ .checkmark {
    background-color: #856a47;
    border-color: #856a47; }
    .tk-filter__radio-container input:checked ~ .checkmark:before {
      display: block; }

.tk-filter__radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5625rem;
  width: 1.5625rem;
  background-color: transparent;
  border: 2px solid #9fa0a0;
  border-radius: 12px; }
  .tk-filter__radio-checkmark:after {
    content: "";
    position: absolute;
    display: none; }

@media (max-width: 767.98px) {
  .tk-filter__title--aligned {
    margin-left: 10px; } }

.tk-filter__modal {
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  z-index: 3001; }

.tk-filter__modal .tk-filter__dialog, .tk-filter__modal .tk-filter__content {
  margin: 0;
  height: auto;
  min-height: 80vh;
  border-radius: 0;
  max-width: 100vw; }

.tk-filter__modal .tk-filter__header, .tk-filter__modal .tk-filter__footer {
  border: 0; }

.tk-filter__modal .tk-filter__close-btn {
  background: transparent;
  width: 32px;
  height: 32px;
  font-size: 0.9375rem;
  margin-top: 3px;
  color: #856a47;
  outline: none;
  border: none; }

.tk-filter__modal .tk-filter__select-container {
  margin-bottom: 1.25rem; }

.tk-filter__modal .tk-filter__order-by-container {
  margin-top: 1.25rem; }

.tk-filter__modal .tk-filter__apply-btn {
  width: 100%; }

.tk-filter__accordion .tk-filter__select-container {
  max-width: 22rem; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-filter__accordion .tk-filter__select-container {
      left: -8px; } }
  @media (min-width: 992px) {
    .tk-filter__accordion .tk-filter__select-container {
      left: -28px; } }

.tk-filter__accordion .tk-filter__body {
  min-height: 13.125rem; }

.tk-filter__accordion .tk-filter__title {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 600; }

.tk-filter__accordion .tk-filter__order-by-container {
  margin-top: 5.625rem; }

.tokyo2020--olympics .tk-filter__apply-btn {
  background-color: #b11d33;
  color: #ffffff; }
  .tokyo2020--olympics .tk-filter__apply-btn:hover, .tokyo2020--olympics .tk-filter__apply-btn:focus {
    color: #ffffff;
    background-color: #db2641; }

.tokyo2020--paralympics .tk-filter__apply-btn {
  background-color: #f08f98;
  color: #000000; }
  .tokyo2020--paralympics .tk-filter__apply-btn:hover, .tokyo2020--paralympics .tk-filter__apply-btn:focus {
    color: #000000;
    background-color: #f6bcc1; }

.tk-share {
  display: none; }
  .tk-share__sharing_toolbox {
    display: flex; }
  .tk-share__btn {
    display: block;
    position: relative;
    margin-right: 8px;
    height: 2.125rem;
    border: 1px solid #dadada;
    background-color: transparent;
    transition: background-color ease-in-out 0.3s;
    will-change: background-color;
    padding: 0; }
    .tk-share__btn:focus, .tk-share__btn:hover {
      text-decoration: none;
      background-color: rgba(218, 218, 218, 0.25); }
    .tk-share__btn--facebook {
      width: 2.125rem; }
      .tk-share__btn--facebook [class^="tk-icon-"]::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 1.125rem;
        content: '';
        width: 1.125rem;
        height: 1.125rem;
        background-image: url("/tokyo-2020/en/d3images/icons/social/facebook-round-32.svg");
        background-size: contain; }
    .tk-share__btn--twitter {
      width: 2.125rem; }
      .tk-share__btn--twitter [class^="tk-icon-"]::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 1.125rem;
        color: #1da1f2; }
    .tk-share__btn--global {
      display: flex;
      align-items: center;
      margin-right: 0;
      padding: 0 12px 0 4px;
      color: #676767; }
      .tk-share__btn--global .tk-icon-share {
        display: block;
        width: 1.75rem;
        height: 1.75rem;
        position: relative; }
        .tk-share__btn--global .tk-icon-share::before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-size: 1.125rem; }
      .tk-share__btn--global .tk-share__btn-label {
        position: relative;
        display: block;
        padding-left: 10px;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1; }
        .tk-share__btn--global .tk-share__btn-label::before {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 3px;
          border-left: 1px dashed #676767; }

.tk-share__modal-close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  color: #856a47;
  outline: none;
  border: none; }

.tk-share__modal-social {
  position: relative;
  flex: auto;
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .tk-share__modal-social--title {
    font-size: 0.875rem;
    font-weight: 700; }
  .tk-share__modal-social--wrapper {
    display: flex;
    align-items: center;
    height: 50px; }
  .tk-share__modal-social:not(:last-of-type)::after {
    content: ' ';
    position: absolute;
    width: 1px;
    height: 60%;
    top: 50%;
    right: -0.5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #dadada; }

.tk-share__modal-text {
  font-size: 0.875rem;
  color: #676767; }

.tk-share__modal-copy {
  display: flex; }
  .tk-share__modal-copy-input {
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #9fa0a0;
    width: calc(100% - 66px);
    height: 44px;
    padding: 0.375rem 0.75rem;
    margin-right: 8px;
    font-size: 0.75rem; }
  .tk-share__modal-copy-btn {
    border: none;
    border-radius: 0px;
    background-color: #b11d33;
    color: #ffffff;
    text-transform: uppercase;
    width: 66px;
    height: 44px;
    font-size: 0.75rem;
    font-weight: 700; }

.tk-share__modal-content {
  position: relative;
  max-width: 511px;
  min-height: 328px;
  padding: 51px 60px 51px 60px;
  border: 0px solid;
  border-radius: 0;
  box-shadow: 0 0 24px 6px rgba(0, 0, 0, 0.5); }
  .tk-share__modal-content-header {
    padding: 0;
    margin: 0;
    border: none; }
    .tk-share__modal-content-header--title {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: 700; }
  .tk-share__modal-content-body {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 126px; }
  .tk-share__modal-content-footer {
    padding: 0;
    margin: 0;
    border: none;
    display: block; }

@media (max-width: 575.98px) {
  .tk-share__modal {
    margin: 0; }
    .tk-share__modal-content {
      min-width: 100vw;
      max-width: 100vw;
      min-height: 100vh;
      max-height: 100vh;
      box-shadow: none;
      display: flex;
      padding: 30px;
      flex-direction: row;
      flex-wrap: wrap; }
      .tk-share__modal-content-header {
        align-items: flex-end; }
        .tk-share__modal-content-header--title {
          text-transform: none;
          font-size: 1.5rem; }
      .tk-share__modal-content-body {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center; }
      .tk-share__modal-content-footer {
        width: 100%;
        margin-top: 40px; }
    .tk-share__modal-social {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      padding: 15px; }
      .tk-share__modal-social:nth-child(2n)::after {
        background-color: inherit; } }

.tk-section--black-bg .tk-share__btn {
  border-color: #676767; }
  .tk-section--black-bg .tk-share__btn:focus, .tk-section--black-bg .tk-share__btn:hover {
    background-color: rgba(103, 103, 103, 0.25); }
  .tk-section--black-bg .tk-share__btn--global {
    color: #ffffff; }
    .tk-section--black-bg .tk-share__btn--global .tk-share__btn-label::before {
      border-left-color: #ffffff; }

.tk-dropdown {
  touch-action: manipulation; }
  .tk-dropdown__select-container {
    background-color: #ffffff;
    z-index: 99; }
  .tk-dropdown.choices {
    padding: 16px 28px 16px 28px;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    background-color: #ffffff; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tk-dropdown.choices {
        padding-left: 8px;
        padding-right: 8px; } }
    .tk-dropdown.choices[data-type*="select-one"]::after {
      border: none; }
    .tk-dropdown.choices[data-type*="select-one"]::before {
      top: 24px;
      position: absolute;
      right: 40px;
      color: #000000;
      font-size: 0.8125rem;
      font-weight: 400; }
    .tk-dropdown.choices[data-type*="select-one"].tk-icon-arrow-down .choices__button {
      display: none; }
    .tk-dropdown.choices.is-focused {
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
      .tk-dropdown.choices.is-focused .choices__list--single {
        border-bottom: none; }
    .tk-dropdown.choices.is-open .choices__list--dropdown {
      position: relative;
      border: none;
      border-top: 2px solid #856a47; }
      .tk-dropdown.choices.is-open .choices__list--dropdown .choices__item {
        padding: 8px 0;
        text-transform: capitalize; }
      .tk-dropdown.choices.is-open .choices__list--dropdown .choices__input {
        margin: 0 0 8px;
        padding: 8px 0;
        border-color: #dadada; }
      .tk-dropdown.choices.is-open .choices__list--dropdown .is-highlighted {
        background-color: transparent;
        color: #856a47; }
    .tk-dropdown.choices .choices__item {
      text-transform: uppercase; }
    .tk-dropdown.choices .choices__inner {
      min-height: 38px;
      padding: 0;
      background: none;
      border: none; }
    .tk-dropdown.choices .choices__placeholder {
      color: #000000;
      opacity: 1; }
      .tk-dropdown.choices .choices__placeholder .choices__button {
        display: none; }
    .tk-dropdown.choices .choices__list--single {
      padding-left: 0;
      padding-top: 8px;
      padding-bottom: 16px;
      border-bottom: 1px solid #dadada; }
    .tk-dropdown.choices .choices__button {
      top: 20px;
      right: 37px;
      width: 1.25rem;
      height: 1.25rem;
      margin-top: 0;
      margin-right: 0;
      background: transparent;
      opacity: 1; }
      .tk-dropdown.choices .choices__button::before {
        position: absolute;
        display: block;
        text-indent: 0;
        font-size: 0.8125rem;
        font-weight: 400;
        color: #856a47;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

.tk-bs-dropdown {
  /*@import "modifiers/modifiers";*/ }
  .tk-bs-dropdown {
    padding: 16px 28px 16px 28px;
    border-radius: 6px;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
    max-width: 335px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    max-height: 386px;
    height: auto;
    margin-top: 35px 0px; }
    .tk-bs-dropdown__container {
      padding: 0px 33px; }
    .tk-bs-dropdown__radio-btn {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .tk-bs-dropdown__radio-container {
      position: relative;
      padding-left: 35px;
      font-size: 0.875rem;
      font-weight: 400; }
    .tk-bs-dropdown__radio-container .checkmark:before {
      color: #ffffff;
      display: none;
      margin: 5px;
      font-size: 0.75rem;
      font-weight: 300; }
    .tk-bs-dropdown__radio-container input .checkmark {
      background-color: #9fa0a0; }
    .tk-bs-dropdown__radio-container input:focus ~ .checkmark::after {
      display: block;
      content: "";
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      border-radius: 100%;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
    .tk-bs-dropdown__radio-container input:checked ~ * {
      color: #856a47; }
    .tk-bs-dropdown__radio-container input:checked ~ .checkmark {
      background-color: #856a47;
      border-color: #856a47; }
    .tk-bs-dropdown__radio-container input:checked ~ .checkmark:before {
      display: block; }
    .tk-bs-dropdown__radio-checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 1.5625rem;
      width: 1.5625rem;
      background-color: transparent;
      border: 2px solid #9fa0a0;
      border-radius: 12px; }
    .tk-bs-dropdown__radio-checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .tk-bs-dropdown--active {
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
      .tk-bs-dropdown--active .tk-bs-dropdown__text {
        border-bottom: 2px solid #856a47; }
    .tk-bs-dropdown__apply-btn {
      border-radius: 0;
      background-color: #b11d33;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600; }
      .tk-bs-dropdown__apply-btn:hover, .tk-bs-dropdown__apply-btn:focus {
        color: #ffffff; }
    .tk-bs-dropdown__text {
      font-size: 0.875rem;
      text-transform: uppercase;
      border: none;
      padding-top: 8px;
      padding-bottom: 16px;
      border-bottom: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer; }
    .tk-bs-dropdown__menu {
      border: none;
      min-height: 100px;
      max-height: 300px;
      overflow-y: auto;
      z-index: 1; }
    .tk-bs-dropdown__item {
      margin: 30px 0px; }
      .tk-bs-dropdown__item--text {
        vertical-align: sub; }
      @media (max-width: 767.98px) {
        .tk-bs-dropdown__item {
          margin: 15px; }
          .tk-bs-dropdown__item--text {
            color: #000000; } }
    .tk-bs-dropdown__icon {
      color: #856a47; }
      .tk-bs-dropdown__icon--mobile {
        font-size: 14px;
        border: none;
        background: none; }
    .tk-bs-dropdown__mobile {
      padding-bottom: env(safe-area-inset-bottom);
      display: flex;
      flex-direction: column;
      height: 100%; }
      .tk-bs-dropdown__mobile-head-container {
        display: flex;
        justify-content: space-between;
        padding: 15px; }
        .tk-bs-dropdown__mobile-head-container--title {
          font-weight: 700;
          color: #000000; }
      .tk-bs-dropdown__mobile-data {
        overflow-y: auto;
        max-height: 75%; }
      .tk-bs-dropdown__mobile--apply-btn {
        border-radius: 0;
        background-color: #b11d33;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 600;
        position: absolute;
        width: 100%;
        bottom: 0; }
        .tk-bs-dropdown__mobile--apply-btn:hover, .tk-bs-dropdown__mobile--apply-btn:focus {
          color: #ffffff; }
    @media (max-width: 767.98px) {
      .tk-bs-dropdown {
        margin: 0px auto; }
        .tk-bs-dropdown__container {
          max-width: 335px;
          padding: 16px 33px;
          margin: 0px auto; }
        .tk-bs-dropdown__col-radio {
          width: 50%; }
        .tk-bs-dropdown__apply-btn {
          margin: 0px auto; } }

.tk-empty {
  margin: 5rem 0;
  text-align: center;
  font-weight: 600;
  font-size: 1rem; }

.tk-external-link {
  padding-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .tk-external-link:nth-child(even) .tk-external-link__container {
      margin-left: 3.125rem; } }
  @media (min-width: 768px) {
    .tk-external-link__container {
      max-width: 21.875rem; } }
  .tk-external-link__container, .tk-external-link__container-full {
    margin: 10px 0 10px;
    border-bottom: 1px solid #9fa0a0;
    position: relative; }
    .tk-external-link__container.wrapper, .tk-external-link__container-full.wrapper {
      padding-bottom: 0; }
      .tk-external-link__container.wrapper .tk-external-link__link, .tk-external-link__container-full.wrapper .tk-external-link__link {
        position: relative; }
  .tk-external-link .tk-article__part {
    margin-top: 0 !important; }

.tk-external-link__image {
  width: 18.75rem;
  margin: 10px 0 10px 0; }
  @media (max-width: 991.98px) {
    .tk-external-link__image {
      margin: 10px 0 10px 12px; } }
  .tk-external-link__image picture {
    display: block;
    position: relative; }
    .tk-external-link__image picture::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      z-index: 1; }

.tk-external-link__link {
  margin-top: 0.625rem; }

.tk-venues-list {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 360px;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (max-width: 991.98px) {
    .tk-venues-list {
      width: 100%; } }
  @media (min-width: 768px) {
    .tk-venues-list {
      height: 845px; } }
  .tk-venues-list__card, .tk-venues-list__card:hover, .tk-venues-list__card:active, .tk-venues-list__card:focus {
    text-decoration: none;
    color: inherit;
    display: flex;
    position: relative; }
  .tk-venues-list__photo picture {
    display: block;
    position: relative; }
    .tk-venues-list__photo picture::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      z-index: 1; }
  .tk-venues-list__link {
    line-height: 1.5;
    font-weight: 700;
    font-size: 0.75rem;
    max-width: 100%;
    margin: 4px 0.625rem; }
    @media (max-width: 767.98px) {
      .tk-venues-list__link {
        display: none; } }
    .tk-venues-list__link--mobile {
      position: absolute;
      right: 0;
      height: 100%;
      width: 60px; }
      @media (min-width: 576px) {
        .tk-venues-list__link--mobile {
          display: none; } }
      .tk-venues-list__link--mobile::before {
        font-size: 1.125rem; }
  .tk-venues-list__item {
    cursor: pointer;
    max-width: 21.875rem;
    list-style: none;
    height: auto;
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #dadada; }
    @media (max-width: 991.98px) {
      .tk-venues-list__item {
        width: 100%;
        max-width: inherit; } }
    .tk-venues-list__item--title {
      font-size: 1rem;
      font-weight: 700;
      text-decoration: none;
      margin-left: 0.625rem;
      margin-bottom: 0; }
  .tk-venues-list__sequence {
    display: flex;
    flex-flow: wrap column; }
    .tk-venues-list__sequence--list {
      padding: 10px; }
  .tk-venues-list__container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 260px; }
  .tk-venues-list__body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.tk-venues-list__disciplines {
  margin-left: 0.625rem;
  padding-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none; }
  .tk-venues-list__disciplines .tk-venues-list__disciplines--picto, .tk-venues-list__disciplines .tk-venues-list__disciplines--picto-para {
    width: 1.875rem;
    height: 1.875rem;
    margin-bottom: 3px; }
    .tk-venues-list__disciplines .tk-venues-list__disciplines--picto:not(:first-child), .tk-venues-list__disciplines .tk-venues-list__disciplines--picto-para:not(:first-child) {
      margin-left: 8px; }
  .tk-venues-list__disciplines > li:nth-of-type(7), .tk-venues-list__disciplines > li:nth-of-type(8), .tk-venues-list__disciplines > li:nth-of-type(9), .tk-venues-list__disciplines > li:nth-of-type(10) {
    display: none; }

.tk-venues-list__leadImage {
  height: 845px;
  width: calc(100% - 360px);
  position: absolute;
  right: 0;
  top: 0; }
  .tk-venues-list__leadImage picture,
  .tk-venues-list__leadImage img {
    width: 100%; }
  .tk-venues-list__leadImage picture {
    display: block;
    position: relative; }
    .tk-venues-list__leadImage picture::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      z-index: 1; }
  @media (max-width: 991.98px) {
    .tk-venues-list__leadImage {
      display: none; } }

.tk-venues-list__ext-container {
  position: relative; }
  @media (max-width: 767.98px) {
    .tk-venues-list__ext-container {
      display: flex;
      flex-direction: column-reverse; } }

.tk-venues-list--grid .tk-venues-list__sequence {
  list-style: none;
  padding: 2px 0 0 2px;
  flex-wrap: wrap; }

.tk-venues-slider .tk-gallery-slider__item, .tk-venues-slider .tk-venues-slider__item, .tk-venues-slider .tk-card-slider__item, .tk-venues-slider .tk-mascots-slider__card {
  width: auto;
  list-style: none;
  height: auto; }
  .tk-venues-slider .swiper-slide-prev.tk-gallery-slider__item .tk-gallery-slider__photo, .tk-venues-slider .swiper-slide-prev.tk-venues-slider__item .tk-gallery-slider__photo, .tk-venues-slider .swiper-slide-prev.tk-card-slider__item .tk-gallery-slider__photo, .tk-venues-slider .swiper-slide-prev.tk-mascots-slider__card .tk-gallery-slider__photo, .tk-venues-slider .swiper-slide-next.tk-gallery-slider__item .tk-gallery-slider__photo, .tk-venues-slider .swiper-slide-next.tk-venues-slider__item .tk-gallery-slider__photo, .tk-venues-slider .swiper-slide-next.tk-card-slider__item .tk-gallery-slider__photo, .tk-venues-slider .swiper-slide-next.tk-mascots-slider__card .tk-gallery-slider__photo {
    opacity: .5; }

.tk-venues-slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more, .tk-cardsgroup__morewrapper .tk-venues-slider .tk-cardsgroup__more, .tk-venues-slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--olympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__more, .tk-venues-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__more, .tk-venues-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link, .tokyo2020--paralympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__viewall-link, .tk-venues-slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__more, .tk-venues-slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-venues-slider .tk-cardsgroup__more, .tk-venues-slider .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-gallery-caption__fullscreen-btn, .tk-venues-slider .tk-gallery-caption__info-btn, .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-weather-forecast__cta-btn, .tk-venues-slider .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tokyo2020--paralympics .tk-torch__container-viewall-link, .tokyo2020--paralympics .tk-venues-slider .tk-torch__container-viewall-link, .tk-venues-slider .tokyo2020--olympics .tk-omega-clock-right, .tokyo2020--olympics .tk-venues-slider .tk-omega-clock-right, .tk-venues-slider .tokyo2020--paralympics .tk-omega-clock-right, .tokyo2020--paralympics .tk-venues-slider .tk-omega-clock-right, .tk-venues-slider .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-venues-slider .tk-mascots-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none; }

.tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 0;
  width: 2.75rem;
  height: 5.25rem; }
  @media (min-width: 768px) {
    .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
      width: 2.25rem;
      height: 2.25rem;
      margin-top: -3.25rem;
      border-radius: 50%;
      background: #ffffff;
      color: #856a47;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #dadada; }
      .tk-venues-slider .tk-gallery-slider__prev:hover, .tk-venues-slider .tk-venues-slider__prev:hover, .tk-venues-slider .tk-card-slider__prev:hover, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:hover, .tk-venues-slider .tk-homepage__slider-prev:hover, .tk-venues-slider .tk-mascots-slider-prev:hover, .tk-venues-slider .tk-mascots-slider__prev:hover, .tk-venues-slider .tk-gallery-slider__next:hover, .tk-venues-slider .tk-venues-slider__next:hover, .tk-venues-slider .tk-card-slider__next:hover, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:hover, .tk-venues-slider .tk-homepage__slider-next:hover, .tk-venues-slider .tk-mascots-slider-next:hover, .tk-venues-slider .tk-mascots-slider__next:hover, .tk-venues-slider .tk-gallery-slider__prev:focus, .tk-venues-slider .tk-venues-slider__prev:focus, .tk-venues-slider .tk-card-slider__prev:focus, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:focus, .tk-venues-slider .tk-homepage__slider-prev:focus, .tk-venues-slider .tk-mascots-slider-prev:focus, .tk-venues-slider .tk-mascots-slider__prev:focus, .tk-venues-slider .tk-gallery-slider__next:focus, .tk-venues-slider .tk-venues-slider__next:focus, .tk-venues-slider .tk-card-slider__next:focus, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:focus, .tk-venues-slider .tk-homepage__slider-next:focus, .tk-venues-slider .tk-mascots-slider-next:focus, .tk-venues-slider .tk-mascots-slider__next:focus {
        box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2); } }
  @media (min-width: 992px) {
    .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
      width: 2.875rem;
      height: 2.875rem;
      margin-top: -3.5625rem; } }
  @media (min-width: 1260px) {
    .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
      width: 3.75rem;
      height: 3.75rem;
      margin-top: -4rem; } }

@media (max-width: 767.98px) {
  .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev {
    top: 0;
    left: 50%;
    margin-left: -4.8125rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev {
    left: -18px;
    right: auto; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev {
    left: -25px;
    right: auto; } }

@media (min-width: 1260px) and (max-width: 1455.98px) {
  .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev {
    left: -15px;
    right: auto; } }

@media (min-width: 1456px) {
  .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider__prev {
    left: -30px;
    right: auto; } }

@media (max-width: 767.98px) {
  .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
    top: 0;
    right: 50%;
    margin-right: -4.8125rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
    left: auto;
    right: -18px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
    left: auto;
    right: -25px; } }

@media (min-width: 1260px) and (max-width: 1455.98px) {
  .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
    left: auto;
    right: -15px; } }

@media (min-width: 1456px) {
  .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider__next {
    left: auto;
    right: -30px; } }

.tk-venues-slider {
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: visible; }
  .tk-venues-slider__link, .tk-venues-slider__link:hover, .tk-venues-slider__link:active, .tk-venues-slider__link:focus {
    text-decoration: none;
    color: inherit; }
  .tk-venues-slider__item {
    margin-right: 10px;
    list-style: none;
    height: auto;
    background-color: #ffffff; }
    .tk-venues-slider__item--title {
      font-size: 0.875rem;
      font-weight: 700;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      text-decoration: none;
      margin-top: 8px;
      min-height: 2rem; }
  .tk-venues-slider__sequence {
    display: flex; }
  .tk-venues-slider__photo {
    display: block;
    transition: opacity .5s ease-in-out; }
    .tk-venues-slider__photo picture {
      display: block;
      position: relative; }
      .tk-venues-slider__photo picture::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        z-index: 1; }
    .tk-venues-slider__photo img {
      max-width: 100vw;
      max-height: 100vh; }
      @media (min-width: 768px) {
        .tk-venues-slider__photo img {
          max-width: 728px; } }
      @media (min-width: 992px) {
        .tk-venues-slider__photo img {
          max-width: 944px; } }
      @media (min-width: 1260px) {
        .tk-venues-slider__photo img {
          max-width: 1224px; } }
  @media (max-width: 767.98px) {
    .tk-venues-slider__navigation {
      position: relative; } }
  .tk-venues-slider__caption {
    position: relative; }
  @media (max-width: 767.98px) {
    .tk-venues-slider {
      margin-bottom: 20px; }
      .tk-venues-slider__btn {
        color: #000000; }
      .tk-venues-slider__pagination--total {
        color: #9fa0a0; } }
  @media (min-width: 576px) {
    .tk-venues-slider {
      border-top: 1px solid #dadada;
      padding-top: 38px; }
      .tk-venues-slider__item:not(:last-child) {
        margin-right: 31px; } }
  @media (min-width: 768px) {
    .tk-venues-slider__pagination {
      display: none; } }

.tk-venues-slider__disciplines {
  border-top: 1px solid #dadada;
  margin-top: 24px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-start; }
  .tk-venues-slider__disciplines .tk-venues-slider__disciplines--picto-olympics, .tk-venues-slider__disciplines .tk-venues-slider__disciplines--picto-paralympics {
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 8px; }
  .tk-venues-slider__link:first-child .tk-venues-slider__disciplines--picto-olympics, .tk-venues-slider__link:first-child .tk-venues-slider__disciplines--picto-paralympics {
    margin-left: 0; }

@media (max-width: 767.98px) {
  .tk-album--embedded .tk-venues-slider__prev, .tk-album--embedded .tk-venues-slider__next {
    height: 2.5rem;
    top: 5.25rem; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-venues-slider__prev, .tk-album--embedded .tk-venues-slider__next {
    margin-top: -5.75rem; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-venues-slider__prev, .tk-album--embedded .tk-venues-slider__next {
    margin-top: -6.0625rem; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-venues-slider__prev, .tk-album--embedded .tk-venues-slider__next {
    margin-top: -6.5rem; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-venues-slider__prev {
    left: -133px; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-venues-slider__prev {
    left: -173px; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-venues-slider__prev {
    left: -224px; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-venues-slider__next {
    right: -133px; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-venues-slider__next {
    right: -173px; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-venues-slider__next {
    right: -224px; } }

.tk-weather-forecast .tk-cardsgroup__morewrapper .tk-cardsgroup__more, .tk-cardsgroup__morewrapper .tk-weather-forecast .tk-cardsgroup__more, .tk-weather-forecast .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__viewall-link, .tk-weather-forecast .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more, .tk-weather-forecast .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__prev, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__prev, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-prev, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-prev, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__prev, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__next, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__next, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-next, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-next, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__next, .tk-weather-forecast .tk-gallery-caption__fullscreen-btn, .tk-weather-forecast .tk-gallery-caption__info-btn, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__prev, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__prev, .tk-weather-forecast .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-prev, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-prev, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__prev, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__next, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__next, .tk-weather-forecast .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-weather-forecast .tk-card-slider__next, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-next, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-next, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__next, .tk-weather-forecast .tk-weather-forecast__cta-btn, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__prev, .tk-weather-forecast .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-weather-forecast .tk-venues-slider__prev, .tk-weather-forecast .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-weather-forecast .tk-card-slider__prev, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-prev, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-prev, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__prev, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__next, .tk-weather-forecast .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-weather-forecast .tk-venues-slider__next, .tk-weather-forecast .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-weather-forecast .tk-card-slider__next, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-next, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-next, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__next, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__prev, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__prev, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-prev, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-prev, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__prev, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__next, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__next, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-next, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-next, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__next, .tk-weather-forecast .tokyo2020--paralympics .tk-torch__container-viewall-link, .tokyo2020--paralympics .tk-weather-forecast .tk-torch__container-viewall-link, .tk-weather-forecast .tokyo2020--olympics .tk-omega-clock-right, .tokyo2020--olympics .tk-weather-forecast .tk-omega-clock-right, .tk-weather-forecast .tokyo2020--paralympics .tk-omega-clock-right, .tokyo2020--paralympics .tk-weather-forecast .tk-omega-clock-right, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__prev, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__prev, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev--external, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-prev, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-prev, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__prev, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__next, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__next, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next--external, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-next, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-next, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  border: 0;
  text-transform: uppercase;
  min-width: 260px;
  background-color: #b11d33;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  transition: background-color ease-in-out 0.3s;
  will-change: background-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tk-weather-forecast .tk-cardsgroup__morewrapper .tk-cardsgroup__more:hover, .tk-cardsgroup__morewrapper .tk-weather-forecast .tk-cardsgroup__more:hover, .tk-weather-forecast .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:hover, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:hover, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:hover, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__viewall-link:hover, .tk-weather-forecast .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:hover, .tk-weather-forecast .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:hover, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:hover, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__prev:hover, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__prev:hover, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__prev:hover, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__prev:hover, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__prev:hover, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev:hover, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-prev:hover, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-prev:hover, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-prev:hover, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-prev:hover, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__prev:hover, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__prev:hover, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__next:hover, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__next:hover, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__next:hover, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__next:hover, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__next:hover, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next:hover, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-next:hover, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-next:hover, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-next:hover, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-next:hover, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__next:hover, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__next:hover, .tk-weather-forecast .tk-gallery-caption__fullscreen-btn:hover, .tk-weather-forecast .tk-gallery-caption__info-btn:hover, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__prev:hover, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__prev:hover, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__prev:hover, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__prev:hover, .tk-weather-forecast .tk-venues-slider .tk-card-slider__prev:hover, .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev:hover, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-prev:hover, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-prev:hover, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-prev:hover, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-prev:hover, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__prev:hover, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__prev:hover, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__next:hover, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__next:hover, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__next:hover, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__next:hover, .tk-weather-forecast .tk-venues-slider .tk-card-slider__next:hover, .tk-venues-slider .tk-weather-forecast .tk-card-slider__next:hover, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-next:hover, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-next:hover, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-next:hover, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-next:hover, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__next:hover, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__next:hover, .tk-weather-forecast .tk-weather-forecast__cta-btn:hover, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__prev:hover, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__prev:hover, .tk-weather-forecast .tk-card-slider .tk-venues-slider__prev:hover, .tk-card-slider .tk-weather-forecast .tk-venues-slider__prev:hover, .tk-weather-forecast .tk-card-slider .tk-card-slider__prev:hover, .tk-card-slider .tk-weather-forecast .tk-card-slider__prev:hover, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-prev:hover, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-prev:hover, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-prev:hover, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-prev:hover, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__prev:hover, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__prev:hover, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__next:hover, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__next:hover, .tk-weather-forecast .tk-card-slider .tk-venues-slider__next:hover, .tk-card-slider .tk-weather-forecast .tk-venues-slider__next:hover, .tk-weather-forecast .tk-card-slider .tk-card-slider__next:hover, .tk-card-slider .tk-weather-forecast .tk-card-slider__next:hover, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-next:hover, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-next:hover, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-next:hover, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-next:hover, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__next:hover, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__next:hover, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__prev:hover, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__prev:hover, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__prev:hover, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__prev:hover, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__prev:hover, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev:hover, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-prev:hover, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-prev:hover, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-prev:hover, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-prev:hover, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__prev:hover, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__prev:hover, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__next:hover, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__next:hover, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__next:hover, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__next:hover, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__next:hover, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next:hover, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-next:hover, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-next:hover, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-next:hover, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-next:hover, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__next:hover, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__next:hover, .tk-weather-forecast .tokyo2020--paralympics .tk-torch__container-viewall-link:hover, .tokyo2020--paralympics .tk-weather-forecast .tk-torch__container-viewall-link:hover, .tk-weather-forecast .tokyo2020--olympics .tk-omega-clock-right:hover, .tokyo2020--olympics .tk-weather-forecast .tk-omega-clock-right:hover, .tk-weather-forecast .tokyo2020--paralympics .tk-omega-clock-right:hover, .tokyo2020--paralympics .tk-weather-forecast .tk-omega-clock-right:hover, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__prev:hover, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__prev:hover, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__prev:hover, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__prev:hover, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__prev:hover, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev:hover, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev--external:hover, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-prev:hover, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-prev:hover, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-prev:hover, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-prev:hover, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__prev:hover, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__prev:hover, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__next:hover, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__next:hover, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__next:hover, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__next:hover, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__next:hover, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next:hover, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next--external:hover, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-next:hover, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-next:hover, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-next:hover, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-next:hover, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__next:hover, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__next:hover, .tk-weather-forecast .tk-cardsgroup__morewrapper .tk-cardsgroup__more:focus, .tk-cardsgroup__morewrapper .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__viewall-link:focus, .tk-weather-forecast .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__next:focus, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__next:focus, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__next:focus, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-next:focus, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-next:focus, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__next:focus, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__next:focus, .tk-weather-forecast .tk-gallery-caption__fullscreen-btn:focus, .tk-weather-forecast .tk-gallery-caption__info-btn:focus, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__prev:focus, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__prev:focus, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-venues-slider .tk-card-slider__prev:focus, .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-prev:focus, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-prev:focus, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__prev:focus, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__next:focus, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__next:focus, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-venues-slider .tk-card-slider__next:focus, .tk-venues-slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-next:focus, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-next:focus, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__next:focus, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__next:focus, .tk-weather-forecast .tk-weather-forecast__cta-btn:focus, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__prev:focus, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-card-slider .tk-venues-slider__prev:focus, .tk-card-slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-card-slider .tk-card-slider__prev:focus, .tk-card-slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-prev:focus, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-prev:focus, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__prev:focus, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__next:focus, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-card-slider .tk-venues-slider__next:focus, .tk-card-slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-card-slider .tk-card-slider__next:focus, .tk-card-slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-next:focus, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-next:focus, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__next:focus, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__next:focus, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__next:focus, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__next:focus, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__next:focus, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-next:focus, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-next:focus, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__next:focus, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__next:focus, .tk-weather-forecast .tokyo2020--paralympics .tk-torch__container-viewall-link:focus, .tokyo2020--paralympics .tk-weather-forecast .tk-torch__container-viewall-link:focus, .tk-weather-forecast .tokyo2020--olympics .tk-omega-clock-right:focus, .tokyo2020--olympics .tk-weather-forecast .tk-omega-clock-right:focus, .tk-weather-forecast .tokyo2020--paralympics .tk-omega-clock-right:focus, .tokyo2020--paralympics .tk-weather-forecast .tk-omega-clock-right:focus, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__next:focus, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__next:focus, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__next:focus, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-next:focus, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-next:focus, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__next:focus, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__next:focus {
    transition-duration: 0.3s;
    background-color: #db2641; }
  .tk-weather-forecast .tk-cardsgroup__morewrapper .tk-cardsgroup__more:focus, .tk-cardsgroup__morewrapper .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:focus, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__viewall-link:focus, .tk-weather-forecast .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:focus, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:focus, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__prev:focus, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__next:focus, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__next:focus, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__next:focus, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-next:focus, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-next:focus, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__next:focus, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__next:focus, .tk-weather-forecast .tk-gallery-caption__fullscreen-btn:focus, .tk-weather-forecast .tk-gallery-caption__info-btn:focus, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__prev:focus, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__prev:focus, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-venues-slider .tk-card-slider__prev:focus, .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-prev:focus, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-prev:focus, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__prev:focus, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__next:focus, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__next:focus, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-venues-slider .tk-card-slider__next:focus, .tk-venues-slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-next:focus, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-next:focus, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__next:focus, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__next:focus, .tk-weather-forecast .tk-weather-forecast__cta-btn:focus, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__prev:focus, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-card-slider .tk-venues-slider__prev:focus, .tk-card-slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-card-slider .tk-card-slider__prev:focus, .tk-card-slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-prev:focus, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-prev:focus, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__prev:focus, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__next:focus, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-card-slider .tk-venues-slider__next:focus, .tk-card-slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-card-slider .tk-card-slider__next:focus, .tk-card-slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-next:focus, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-next:focus, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__next:focus, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__next:focus, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__prev:focus, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__next:focus, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__next:focus, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__next:focus, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-next:focus, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-next:focus, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__next:focus, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__next:focus, .tk-weather-forecast .tokyo2020--paralympics .tk-torch__container-viewall-link:focus, .tokyo2020--paralympics .tk-weather-forecast .tk-torch__container-viewall-link:focus, .tk-weather-forecast .tokyo2020--olympics .tk-omega-clock-right:focus, .tokyo2020--olympics .tk-weather-forecast .tk-omega-clock-right:focus, .tk-weather-forecast .tokyo2020--paralympics .tk-omega-clock-right:focus, .tokyo2020--paralympics .tk-weather-forecast .tk-omega-clock-right:focus, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev--external:focus, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__prev:focus, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__prev:focus, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__next:focus, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__next:focus, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__next:focus, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__next:focus, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__next:focus, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next:focus, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next--external:focus, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-next:focus, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-next:focus, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-next:focus, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-next:focus, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__next:focus, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__next:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tk-weather-forecast .tk-cardsgroup__morewrapper .tk-cardsgroup__more:active, .tk-cardsgroup__morewrapper .tk-weather-forecast .tk-cardsgroup__more:active, .tk-weather-forecast .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more:active, .tokyo2020--olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:active, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more:active, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:active, .tk-weather-forecast .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link:active, .tokyo2020--paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__viewall-link:active, .tk-weather-forecast .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more:active, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:active, .tk-weather-forecast .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more:active, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-weather-forecast .tk-cardsgroup__more:active, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__prev:active, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__prev:active, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__prev:active, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__prev:active, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__prev:active, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev:active, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-prev:active, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-prev:active, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-prev:active, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-prev:active, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__prev:active, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__prev:active, .tk-weather-forecast .tk-gallery-slider .tk-gallery-slider__next:active, .tk-gallery-slider .tk-weather-forecast .tk-gallery-slider__next:active, .tk-weather-forecast .tk-gallery-slider .tk-venues-slider__next:active, .tk-gallery-slider .tk-weather-forecast .tk-venues-slider__next:active, .tk-weather-forecast .tk-gallery-slider .tk-card-slider__next:active, .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next:active, .tk-weather-forecast .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-gallery-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-gallery-slider .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-gallery-slider .tk-homepage__slider-next:active, .tk-gallery-slider .tk-weather-forecast .tk-homepage__slider-next:active, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider-next:active, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider-next:active, .tk-weather-forecast .tk-gallery-slider .tk-mascots-slider__next:active, .tk-gallery-slider .tk-weather-forecast .tk-mascots-slider__next:active, .tk-weather-forecast .tk-gallery-caption__fullscreen-btn:active, .tk-weather-forecast .tk-gallery-caption__info-btn:active, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__prev:active, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__prev:active, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__prev:active, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__prev:active, .tk-weather-forecast .tk-venues-slider .tk-card-slider__prev:active, .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev:active, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-prev:active, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-prev:active, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-prev:active, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-prev:active, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__prev:active, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__prev:active, .tk-weather-forecast .tk-venues-slider .tk-gallery-slider__next:active, .tk-venues-slider .tk-weather-forecast .tk-gallery-slider__next:active, .tk-weather-forecast .tk-venues-slider .tk-venues-slider__next:active, .tk-venues-slider .tk-weather-forecast .tk-venues-slider__next:active, .tk-weather-forecast .tk-venues-slider .tk-card-slider__next:active, .tk-venues-slider .tk-weather-forecast .tk-card-slider__next:active, .tk-weather-forecast .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-venues-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-venues-slider .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-venues-slider .tk-homepage__slider-next:active, .tk-venues-slider .tk-weather-forecast .tk-homepage__slider-next:active, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider-next:active, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider-next:active, .tk-weather-forecast .tk-venues-slider .tk-mascots-slider__next:active, .tk-venues-slider .tk-weather-forecast .tk-mascots-slider__next:active, .tk-weather-forecast .tk-weather-forecast__cta-btn:active, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__prev:active, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__prev:active, .tk-weather-forecast .tk-card-slider .tk-venues-slider__prev:active, .tk-card-slider .tk-weather-forecast .tk-venues-slider__prev:active, .tk-weather-forecast .tk-card-slider .tk-card-slider__prev:active, .tk-card-slider .tk-weather-forecast .tk-card-slider__prev:active, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-prev:active, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-prev:active, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-prev:active, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-prev:active, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__prev:active, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__prev:active, .tk-weather-forecast .tk-card-slider .tk-gallery-slider__next:active, .tk-card-slider .tk-weather-forecast .tk-gallery-slider__next:active, .tk-weather-forecast .tk-card-slider .tk-venues-slider__next:active, .tk-card-slider .tk-weather-forecast .tk-venues-slider__next:active, .tk-weather-forecast .tk-card-slider .tk-card-slider__next:active, .tk-card-slider .tk-weather-forecast .tk-card-slider__next:active, .tk-weather-forecast .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-card-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-card-slider .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-card-slider .tk-homepage__slider-next:active, .tk-card-slider .tk-weather-forecast .tk-homepage__slider-next:active, .tk-weather-forecast .tk-card-slider .tk-mascots-slider-next:active, .tk-card-slider .tk-weather-forecast .tk-mascots-slider-next:active, .tk-weather-forecast .tk-card-slider .tk-mascots-slider__next:active, .tk-card-slider .tk-weather-forecast .tk-mascots-slider__next:active, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__prev:active, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__prev:active, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__prev:active, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__prev:active, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__prev:active, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev:active, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-prev:active, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-prev:active, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-prev:active, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-prev:active, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__prev:active, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__prev:active, .tk-weather-forecast .tk-homepage__slider .tk-gallery-slider__next:active, .tk-homepage__slider .tk-weather-forecast .tk-gallery-slider__next:active, .tk-weather-forecast .tk-homepage__slider .tk-venues-slider__next:active, .tk-homepage__slider .tk-weather-forecast .tk-venues-slider__next:active, .tk-weather-forecast .tk-homepage__slider .tk-card-slider__next:active, .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next:active, .tk-weather-forecast .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-homepage__slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-homepage__slider .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-homepage__slider .tk-homepage__slider-next:active, .tk-homepage__slider .tk-weather-forecast .tk-homepage__slider-next:active, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider-next:active, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider-next:active, .tk-weather-forecast .tk-homepage__slider .tk-mascots-slider__next:active, .tk-homepage__slider .tk-weather-forecast .tk-mascots-slider__next:active, .tk-weather-forecast .tokyo2020--paralympics .tk-torch__container-viewall-link:active, .tokyo2020--paralympics .tk-weather-forecast .tk-torch__container-viewall-link:active, .tk-weather-forecast .tokyo2020--olympics .tk-omega-clock-right:active, .tokyo2020--olympics .tk-weather-forecast .tk-omega-clock-right:active, .tk-weather-forecast .tokyo2020--paralympics .tk-omega-clock-right:active, .tokyo2020--paralympics .tk-weather-forecast .tk-omega-clock-right:active, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__prev:active, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__prev:active, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__prev:active, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__prev:active, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__prev:active, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev:active, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:active, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:active, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__prev--external:active, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-prev:active, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-prev:active, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-prev:active, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-prev:active, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__prev:active, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__prev:active, .tk-weather-forecast .tk-mascots-slider .tk-gallery-slider__next:active, .tk-mascots-slider .tk-weather-forecast .tk-gallery-slider__next:active, .tk-weather-forecast .tk-mascots-slider .tk-venues-slider__next:active, .tk-mascots-slider .tk-weather-forecast .tk-venues-slider__next:active, .tk-weather-forecast .tk-mascots-slider .tk-card-slider__next:active, .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next:active, .tk-weather-forecast .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:active, .tk-mascots-slider .tk-card-slider--external .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:active, .tk-card-slider--external .tk-mascots-slider .tk-weather-forecast .tk-card-slider__next--external:active, .tk-weather-forecast .tk-mascots-slider .tk-homepage__slider-next:active, .tk-mascots-slider .tk-weather-forecast .tk-homepage__slider-next:active, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider-next:active, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider-next:active, .tk-weather-forecast .tk-mascots-slider .tk-mascots-slider__next:active, .tk-mascots-slider .tk-weather-forecast .tk-mascots-slider__next:active {
    transition-duration: 0s;
    background-color: #851626; }

.tk-weather-forecast {
  margin-top: 68px; }
  .tk-weather-forecast__today-wrapper {
    margin: 0 -8px;
    border-bottom: 1px solid #dadada;
    background-color: #f9f9f9; }
    @media (min-width: 576px) {
      .tk-weather-forecast__today-wrapper {
        position: relative; }
        .tk-weather-forecast__today-wrapper::before, .tk-weather-forecast__today-wrapper::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: -1px;
          width: 1000%;
          border-bottom: 1px solid #dadada;
          background-color: #f9f9f9; }
        .tk-weather-forecast__today-wrapper::before {
          left: -1000%; }
        .tk-weather-forecast__today-wrapper::after {
          right: -1000%; } }
  .tk-weather-forecast__today {
    padding: 20px; }
    @media (min-width: 992px) {
      .tk-weather-forecast__today {
        padding-right: 17%;
        padding-left: 17%; } }
    .tk-weather-forecast__today .tk-weather-forecast__date {
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 600;
      color: #000000; }
      @media (min-width: 768px) {
        .tk-weather-forecast__today .tk-weather-forecast__date {
          font-size: 1.25rem;
          line-height: 1.2; } }
    .tk-weather-forecast__today .tk-weather-forecast__description {
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 400;
      color: #676767; }
      @media (min-width: 768px) {
        .tk-weather-forecast__today .tk-weather-forecast__description {
          font-size: 1.25rem;
          line-height: 1.2; } }
    .tk-weather-forecast__today .tk-weather-forecast__icon {
      width: 54px;
      height: auto;
      margin: 0; }
    .tk-weather-forecast__today .tk-weather-forecast__current-temperature {
      margin-top: 8px;
      font-size: 1.875rem;
      line-height: 0.8;
      font-weight: 700;
      color: #000000; }
      @media (min-width: 768px) {
        .tk-weather-forecast__today .tk-weather-forecast__current-temperature {
          margin-top: 12px;
          font-size: 2.125rem;
          line-height: 0.70588; } }
    .tk-weather-forecast__today .tk-weather-forecast__other-info {
      margin-left: 12px; }
      @media (min-width: 768px) {
        .tk-weather-forecast__today .tk-weather-forecast__other-info {
          display: flex;
          align-items: flex-start; } }
    @media (min-width: 768px) {
      .tk-weather-forecast__today .tk-weather-forecast__heat-box {
        margin-left: 24px; } }
  .tk-weather-forecast__today-header {
    display: flex; }
    @media (max-width: 767.98px) {
      .tk-weather-forecast__today-header {
        justify-content: space-between; } }
  .tk-weather-forecast__title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.41667;
    font-weight: 700; }
  @media (min-width: 768px) {
    .tk-weather-forecast__temp-switch {
      margin-left: 32px; } }
  .tk-weather-forecast__temp-btn {
    font-size: 0.875rem;
    line-height: 1.71429;
    font-weight: 700;
    padding: .375rem;
    border: none;
    color: #676767; }
    .tk-weather-forecast__temp-btn:hover, .tk-weather-forecast__temp-btn:focus {
      color: #676767;
      text-decoration: none; }
    .tk-weather-forecast__temp-btn.active {
      color: #b11d33; }
      .tk-weather-forecast__temp-btn.active:hover, .tk-weather-forecast__temp-btn.active:focus {
        color: #b11d33; }
    .tokyo2020--paralympics .tk-weather-forecast__temp-btn.active {
      color: #db4e50; }
      .tokyo2020--paralympics .tk-weather-forecast__temp-btn.active:hover, .tokyo2020--paralympics .tk-weather-forecast__temp-btn.active:focus {
        color: #db4e50; }
  .tk-weather-forecast__today-body {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .tk-weather-forecast__today-data-top {
    padding-right: 16px; }
  .tk-weather-forecast__today-data-bottom {
    display: flex;
    align-items: flex-start;
    margin-top: 12px; }
  @media (max-width: 767.98px) {
    .tk-weather-forecast__forecast-switch {
      position: relative;
      padding: 20px 0 20px 20px; }
      .tk-weather-forecast__forecast-switch::before {
        content: '';
        position: absolute;
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #9fa0a0;
        opacity: .5; } }
  .tk-weather-forecast__forecast-btn {
    padding: .375rem;
    border: none;
    color: #000000; }
    @media (min-width: 768px) {
      .tk-weather-forecast__forecast-btn {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center; } }
    .tk-weather-forecast__forecast-btn:hover, .tk-weather-forecast__forecast-btn:focus {
      color: #000000;
      text-decoration: none; }
    .tk-weather-forecast__forecast-btn .tk-icon-arrow-up::before {
      display: inline-block; }
      @media (min-width: 768px) {
        .tk-weather-forecast__forecast-btn .tk-icon-arrow-up::before {
          font-size: 0.75rem; } }
    .tk-weather-forecast__forecast-btn.collapsed .tk-icon-arrow-up::before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media (max-width: 767.98px) {
    .tk-weather-forecast__forecast-label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0; } }
  @media (min-width: 768px) {
    .tk-weather-forecast__forecast-label {
      margin-right: 26px; } }
  @media (max-width: 767.98px) {
    .tk-weather-forecast__day {
      width: 132px; } }
  .tk-weather-forecast__dayname {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700; }
  .tk-weather-forecast__date {
    font-size: 0.875rem;
    line-height: 1.42857; }
  .tk-weather-forecast__icon {
    margin-top: 12px;
    margin-bottom: 18px; }
  .tk-weather-forecast__max-min-temperature {
    font-size: 0.875rem;
    color: #676767; }
  .tk-weather-forecast__max-temperature {
    font-weight: 700;
    color: #000000; }
  .tk-weather-forecast__rain-icon {
    width: 9px;
    height: auto; }
  .tk-weather-forecast__rain-percentage {
    font-size: 0.875rem;
    font-weight: 700;
    color: #4a90e2; }
  @media (min-width: 992px) {
    .tk-weather-forecast__full-forecast-wrapper {
      padding: 30px 17% 0; } }
  @media (max-width: 767.98px) {
    .tk-weather-forecast__full-forecast-wrapper .tk-cardsgroup-carouselwrapper {
      margin-bottom: 24px; } }
  .tk-weather-forecast__heat-index {
    padding: 3px 12px 1px;
    font-size: 0.75rem;
    line-height: 1.66667;
    font-weight: 600;
    border-width: 1px;
    border-style: solid; }
    .tk-weather-forecast__heat-index--none {
      display: none; }
    .tk-weather-forecast__heat-index--caution {
      border-color: #a0d2ff;
      background-color: rgba(160, 210, 255, 0.44); }
    .tk-weather-forecast__heat-index--warning {
      background-color: #faf502;
      border-color: #faf502; }
    .tk-weather-forecast__heat-index--full-alert {
      background-color: rgba(250, 150, 2, 0.44);
      border-color: #fa9602; }
    .tk-weather-forecast__heat-index--danger {
      background-color: rgba(248, 40, 1, 0.32);
      border-color: #f82801; }
  .tk-weather-forecast__cta {
    text-align: center; }
  .tk-weather-forecast__cta-btn {
    display: inline-block !important;
    border-radius: 0; }
    .tokyo2020--paralympics .tk-weather-forecast__cta-btn {
      background-color: #f08f98;
      color: #000000; }
      .tokyo2020--paralympics .tk-weather-forecast__cta-btn:hover, .tokyo2020--paralympics .tk-weather-forecast__cta-btn:focus {
        background-color: #f6bcc1;
        color: #000000; }
      .tokyo2020--paralympics .tk-weather-forecast__cta-btn:active {
        background-color: #ea626f; }

.tk-cardsgroup--weather-forecast::before, .tk-cardsgroup--weather-forecast::after {
  display: none !important; }

.tk-cardsgroup--carousel .tk-cardsgroup__item--weather-forecast {
  padding: 8px;
  text-align: center; }
  @media (min-width: 768px) {
    .tk-cardsgroup--carousel .tk-cardsgroup__item--weather-forecast {
      flex: 0 0 16.666% !important;
      width: 16.666% !important; } }
  .tk-cardsgroup--carousel .tk-cardsgroup__item--weather-forecast:not(:first-of-type) {
    position: relative; }
    .tk-cardsgroup--carousel .tk-cardsgroup__item--weather-forecast:not(:first-of-type)::before {
      content: '';
      position: absolute;
      width: 1px;
      top: 16px;
      bottom: 36px;
      left: 0;
      background-color: #9fa0a0;
      opacity: .5; }
  @media (min-width: 768px) {
    .tk-cardsgroup--carousel .tk-cardsgroup__item--weather-forecast:first-of-type {
      margin: 0; } }

@media (max-width: 991.98px) {
  .tk-cardsgroup--carousel .tk-cardsgroup__sequence {
    margin: 0 0 24px 0; } }

.tk-card-slider .tk-gallery-slider__item, .tk-card-slider .tk-venues-slider__item, .tk-card-slider .tk-card-slider__item, .tk-card-slider .tk-mascots-slider__card {
  width: auto;
  list-style: none;
  height: auto; }
  .tk-card-slider .swiper-slide-prev.tk-gallery-slider__item .tk-gallery-slider__photo, .tk-card-slider .swiper-slide-prev.tk-venues-slider__item .tk-gallery-slider__photo, .tk-card-slider .swiper-slide-prev.tk-card-slider__item .tk-gallery-slider__photo, .tk-card-slider .swiper-slide-prev.tk-mascots-slider__card .tk-gallery-slider__photo, .tk-card-slider .swiper-slide-next.tk-gallery-slider__item .tk-gallery-slider__photo, .tk-card-slider .swiper-slide-next.tk-venues-slider__item .tk-gallery-slider__photo, .tk-card-slider .swiper-slide-next.tk-card-slider__item .tk-gallery-slider__photo, .tk-card-slider .swiper-slide-next.tk-mascots-slider__card .tk-gallery-slider__photo {
    opacity: .5; }

.tk-card-slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more, .tk-cardsgroup__morewrapper .tk-card-slider .tk-cardsgroup__more, .tk-card-slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--olympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__more, .tk-card-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__more, .tk-card-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link, .tokyo2020--paralympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__viewall-link, .tk-card-slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__more, .tk-card-slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-card-slider .tk-cardsgroup__more, .tk-card-slider .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-gallery-caption__fullscreen-btn, .tk-card-slider .tk-gallery-caption__info-btn, .tk-card-slider .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-weather-forecast__cta-btn, .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tokyo2020--paralympics .tk-torch__container-viewall-link, .tokyo2020--paralympics .tk-card-slider .tk-torch__container-viewall-link, .tk-card-slider .tokyo2020--olympics .tk-omega-clock-right, .tokyo2020--olympics .tk-card-slider .tk-omega-clock-right, .tk-card-slider .tokyo2020--paralympics .tk-omega-clock-right, .tokyo2020--paralympics .tk-card-slider .tk-omega-clock-right, .tk-card-slider .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-card-slider .tk-mascots-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none; }

.tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 0;
  width: 2.75rem;
  height: 5.25rem; }
  @media (min-width: 768px) {
    .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
      width: 2.25rem;
      height: 2.25rem;
      margin-top: -3.25rem;
      border-radius: 50%;
      background: #ffffff;
      color: #856a47;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #dadada; }
      .tk-card-slider .tk-gallery-slider__prev:hover, .tk-card-slider .tk-venues-slider__prev:hover, .tk-card-slider .tk-card-slider__prev:hover, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:hover, .tk-card-slider .tk-homepage__slider-prev:hover, .tk-card-slider .tk-mascots-slider-prev:hover, .tk-card-slider .tk-mascots-slider__prev:hover, .tk-card-slider .tk-gallery-slider__next:hover, .tk-card-slider .tk-venues-slider__next:hover, .tk-card-slider .tk-card-slider__next:hover, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:hover, .tk-card-slider .tk-homepage__slider-next:hover, .tk-card-slider .tk-mascots-slider-next:hover, .tk-card-slider .tk-mascots-slider__next:hover, .tk-card-slider .tk-gallery-slider__prev:focus, .tk-card-slider .tk-venues-slider__prev:focus, .tk-card-slider .tk-card-slider__prev:focus, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external:focus, .tk-card-slider .tk-homepage__slider-prev:focus, .tk-card-slider .tk-mascots-slider-prev:focus, .tk-card-slider .tk-mascots-slider__prev:focus, .tk-card-slider .tk-gallery-slider__next:focus, .tk-card-slider .tk-venues-slider__next:focus, .tk-card-slider .tk-card-slider__next:focus, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external:focus, .tk-card-slider .tk-homepage__slider-next:focus, .tk-card-slider .tk-mascots-slider-next:focus, .tk-card-slider .tk-mascots-slider__next:focus {
        box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2); } }
  @media (min-width: 992px) {
    .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
      width: 2.875rem;
      height: 2.875rem;
      margin-top: -3.5625rem; } }
  @media (min-width: 1260px) {
    .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
      width: 3.75rem;
      height: 3.75rem;
      margin-top: -4rem; } }

@media (max-width: 767.98px) {
  .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev {
    top: 0;
    left: 50%;
    margin-left: -4.8125rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev {
    left: -18px;
    right: auto; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev {
    left: -25px;
    right: auto; } }

@media (min-width: 1260px) and (max-width: 1455.98px) {
  .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev {
    left: -15px;
    right: auto; } }

@media (min-width: 1456px) {
  .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider__prev {
    left: -30px;
    right: auto; } }

@media (max-width: 767.98px) {
  .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
    top: 0;
    right: 50%;
    margin-right: -4.8125rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
    left: auto;
    right: -18px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
    left: auto;
    right: -25px; } }

@media (min-width: 1260px) and (max-width: 1455.98px) {
  .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
    left: auto;
    right: -15px; } }

@media (min-width: 1456px) {
  .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider__next {
    left: auto;
    right: -30px; } }

.tk-card-slider {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: visible; }
  .tk-card-slider__link, .tk-card-slider__link:hover, .tk-card-slider__link:active, .tk-card-slider__link:focus {
    text-decoration: none;
    color: inherit; }
  .tk-card-slider__item {
    max-width: 8.75rem;
    margin-right: 10px;
    list-style: none;
    height: auto;
    background-color: #ffffff; }
    .tk-card-slider__item--title {
      font-size: 0.875rem;
      font-weight: 700;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-decoration: none;
      margin-top: 8px; }
  .tk-card-slider__sequence {
    display: flex; }
  .tk-card-slider__photo {
    display: inline;
    transition: opacity .5s ease-in-out; }
    .tk-card-slider__photo img {
      max-width: 100vw;
      max-height: 100vh; }
      @media (min-width: 768px) {
        .tk-card-slider__photo img {
          max-width: 728px; } }
      @media (min-width: 992px) {
        .tk-card-slider__photo img {
          max-width: 944px; } }
      @media (min-width: 1260px) {
        .tk-card-slider__photo img {
          max-width: 1224px; } }
  @media (max-width: 767.98px) {
    .tk-card-slider__navigation {
      position: relative; } }
  .tk-card-slider__caption {
    position: relative; }
  @media (max-width: 767.98px) {
    .tk-card-slider {
      margin-bottom: 20px; }
      .tk-card-slider__btn {
        color: #000000; }
      .tk-card-slider__pagination--total {
        color: #000000; } }
  @media (min-width: 576px) {
    .tk-card-slider__item {
      max-width: 13.75rem; }
      .tk-card-slider__item:not(:last-child) {
        margin-right: 31px; } }
  @media (min-width: 768px) {
    .tk-card-slider__pagination {
      display: none; } }

.tk-card-slider .tk-card-slider__disciplines--picto-olympics, .tk-card-slider .tk-card-slider__disciplines--picto-paralympics {
  position: relative;
  color: #ffffff;
  border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px; }

.tk-card-slider__disciplines {
  margin-top: 24px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-start; }
  .tk-card-slider__disciplines--picto-olympics {
    background-color: #8b2030; }
  .tk-card-slider__disciplines--picto-paralympics {
    background-color: #e96a7b; }

.tk-card-slider--external {
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-card-slider--external {
      overflow: visible; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-card-slider--external {
      overflow: visible; } }

.tk-card-slider--external .tk-card-slider__pagination--external {
  display: block; }

.tk-card-slider--external .tk-card-slider__prev--external {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  left: 25% !important;
  top: 68px !important; }
  @media (max-width: 991.98px) {
    .tk-card-slider--external .tk-card-slider__prev--external {
      left: 39% !important; } }
  @media (max-width: 767.98px) {
    .tk-card-slider--external .tk-card-slider__prev--external {
      top: 0 !important;
      left: 50% !important;
      margin-left: -4.8125rem !important; } }

.tk-card-slider--external .tk-card-slider__next--external {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  right: 25% !important;
  top: 68px !important; }
  @media (max-width: 991.98px) {
    .tk-card-slider--external .tk-card-slider__next--external {
      right: 39% !important; } }
  @media (max-width: 767.98px) {
    .tk-card-slider--external .tk-card-slider__next--external {
      top: 0 !important;
      right: 50% !important;
      margin-right: -4.8125rem !important; } }

.tk-card-slider--external .tk-card-slider__btn--external {
  color: #000000; }

.tk-card-slider--external .tk-card-slider__navigation--external {
  position: relative !important; }

@media (max-width: 767.98px) {
  .tk-album--embedded .tk-card-slider__prev, .tk-album--embedded .tk-card-slider__next {
    height: 2.5rem;
    top: 5.25rem; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-card-slider__prev, .tk-album--embedded .tk-card-slider__next {
    margin-top: -5.75rem; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-card-slider__prev, .tk-album--embedded .tk-card-slider__next {
    margin-top: -6.0625rem; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-card-slider__prev, .tk-album--embedded .tk-card-slider__next {
    margin-top: -6.5rem; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-card-slider__prev {
    left: -133px; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-card-slider__prev {
    left: -173px; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-card-slider__prev {
    left: -224px; } }

@media (min-width: 768px) {
  .tk-album--embedded .tk-card-slider__next {
    right: -133px; } }

@media (min-width: 992px) {
  .tk-album--embedded .tk-card-slider__next {
    right: -173px; } }

@media (min-width: 1260px) {
  .tk-album--embedded .tk-card-slider__next {
    right: -224px; } }

.tk-venue__introduction {
  margin-top: 60px; }

.tk-venue__map-section {
  margin-top: 50px; }

.tk-venue__address {
  text-align: center;
  font-size: 1rem; }
  @media (max-width: 767.98px) {
    .tk-venue__address {
      font-size: 0.875rem;
      padding: 0 30px; } }

.tk-venue__forecast {
  width: 100%;
  margin: 6px 0 60px 0; }

.tk-venue__map .tk-map {
  margin: 32px 0 24px; }

.tk-venue__related-disciplines .tk-disciplines__related-link {
  padding-right: 0; }

.tk-venue__station {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .tk-venue__station {
      padding: 0 17%; } }
  .tk-venue__station-list {
    margin: 40px 0; }
    .tk-venue__station-list .tk-external-link {
      padding-left: 0; }
  .tk-venue__station-link {
    font-size: 0.75rem;
    font-weight: 300;
    color: #676767;
    position: absolute;
    right: 30px;
    padding-top: 5px; }
  .tk-venue__station-modal-button {
    border: none;
    background: transparent; }
  .tk-venue__station-modal-header {
    border-bottom: none; }
  .tk-venue__station-modal-body {
    padding: 0 40px 40px; }
  .tk-venue__station-modal .modal-dialog {
    width: 100vw;
    max-width: 900px; }
    @media (max-width: 767.98px) {
      .tk-venue__station-modal .modal-dialog {
        margin: 0; } }
  .tk-venue__station-button-close .tk-icon-close {
    font-size: 1rem; }

.tk-venue__venuemaps {
  font-size: 0.75rem; }
  .tk-venue__venuemaps-block {
    margin: 0 5px 0px; }
    @media (max-width: 991.98px) {
      .tk-venue__venuemaps-block {
        max-width: 100px; } }
  .tk-venue__venuemaps-hidden-block {
    margin: 0 5px 0px;
    display: none; }
    @media (max-width: 991.98px) {
      .tk-venue__venuemaps-hidden-block {
        max-width: 100px; } }
  .tk-venue__venuemaps-text {
    margin: 0;
    padding: 10px 0px 10px 5px;
    max-width: 65%; }
    @media (max-width: 991.98px) {
      .tk-venue__venuemaps-text {
        max-width: 60%; } }
  @media (min-width: 992px) {
    .tk-venue__venuemaps {
      padding-left: 19%; } }
  @media (max-width: 991.98px) {
    .tk-venue__venuemaps {
      padding-left: 5%; } }

.tk-forecast {
  position: relative; }

.tk-forecast__header {
  position: relative;
  display: block;
  width: 100vw;
  height: 175px;
  background-color: #f9f9f9;
  text-align: center;
  left: calc((-100vw + 100%) / 2);
  border: solid #dadada;
  border-width: 1px 0; }

.tk-languages__dropdown-wrapper {
  position: relative; }

.tk-languages__icon {
  position: relative;
  width: 2rem;
  height: 2rem; }
  .tk-languages__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.125rem;
    color: #676767; }

.tk-languages__dropdown-menu {
  width: 14.375rem;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  top: 2.5rem !important;
  -webkit-animation: scale-up-ver-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: scale-up-ver-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .tk-languages__dropdown-menu--header {
    right: -22px !important;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important; }
  .tk-languages__dropdown-menu--footer {
    right: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    top: 3.5rem !important;
    left: 0 !important; }
    @media (min-width: 768px) {
      .tk-languages__dropdown-menu--footer {
        left: -92px !important;
        z-index: 1050; } }
  .tk-languages__dropdown-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #ffffff transparent; }
    @media (max-width: 767.98px) {
      .tk-languages__dropdown-menu::before {
        right: 114px; } }
  .tk-languages__dropdown-menu li {
    list-style-type: none; }
  .tk-languages__dropdown-menu-label {
    color: #676767;
    font-size: 0.875rem;
    line-height: 2.14286;
    border-bottom: 2px solid #dadada;
    padding: 0.5rem 0;
    margin: 0 1.25rem 0.5rem; }
  .tk-languages__dropdown-menu-container--animation {
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
            animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both; }

.tk-languages__dropdown-item {
  font-size: 0.875rem;
  line-height: 2.42857;
  color: #676767;
  text-transform: uppercase;
  padding: 0 1.5rem; }
  .tk-languages__dropdown-item:active {
    background-color: transparent;
    color: #676767; }
  .tk-languages__dropdown-item:hover, .tk-languages__dropdown-item:focus {
    background: transparent; }
    .tk-languages__dropdown-item:hover span, .tk-languages__dropdown-item:focus span {
      color: #856a47;
      padding-bottom: 1px;
      border-bottom: solid #856a47; }
    .tk-languages__dropdown-item:hover span, .tk-languages__dropdown-item:focus span {
      border-width: 1px; }
  .tk-languages__dropdown-item--current span {
    color: #856a47;
    padding-bottom: 1px;
    border-bottom: solid #856a47; }
  .tk-languages__dropdown-item--current span {
    border-width: 2px;
    font-weight: 700; }
  .tk-languages__dropdown-item--current:hover span, .tk-languages__dropdown-item--current:focus span {
    border-width: 2px;
    font-weight: 700; }

.tk-languages__button {
  display: flex;
  align-items: center;
  padding: 0; }
  .tk-languages__button--header {
    font-size: 0.75rem;
    color: #676767;
    border: none;
    margin-left: 8px;
    padding-right: 7px;
    width: 4.25rem;
    height: 2rem; }
    .tk-languages__button--header:hover {
      color: #676767; }
    .tk-side-menu__languages .tk-languages__button--header {
      margin-left: 0; }
  .tk-languages__button--footer {
    font-size: 0.875rem;
    color: #ffffff;
    padding: 10px 15px 10px 8px;
    border: 1px solid #ffffff;
    border-radius: 0; }
    .tk-languages__button--footer:hover {
      color: #ffffff; }
    .tk-languages__button--footer .tk-languages__icon::before {
      color: #ffffff; }
  .tk-languages__button.dropdown-toggle::after {
    display: none; }
  .tk-languages__button-icon {
    margin-top: 4px;
    font-size: 0.625rem; }
  .tk-languages__button-label {
    margin: 2px 4px 0 0;
    text-transform: uppercase; }

.tk-languages--footer {
  margin-bottom: 32px; }

.tokyo2020--paralympics .tk-languages__button--footer .tk-languages__icon::before {
  color: #000000; }

.tokyo2020--torch-relay-paralympics .tk-languages__button--footer .tk-languages__icon::before {
  color: #000000; }

.tk-titled-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0; }
  @media (max-width: 991.98px) {
    .tk-titled-card {
      display: block; } }

.tokyo2020--paralympics .tk-titled-card__item-text {
  color: #000000; }
  .tokyo2020--paralympics .tk-titled-card__item-text-top span {
    background: #e96a7b; }
  .tokyo2020--paralympics .tk-titled-card__item-text-bottom span {
    background: #f08f98; }

.tokyo2020--olympics .tk-titled-card__item-text {
  color: #ffffff; }
  .tokyo2020--olympics .tk-titled-card__item-text-top span {
    background: #8b2030; }
  .tokyo2020--olympics .tk-titled-card__item-text-bottom span {
    background: #b11d33; }

.tokyo2020--torch-relay-olympics .tk-titled-card__item-text {
  color: #ffffff; }
  .tokyo2020--torch-relay-olympics .tk-titled-card__item-text-top span {
    background: #b80b0d; }
  .tokyo2020--torch-relay-olympics .tk-titled-card__item-text-bottom span {
    background: #dc2827; }

.tokyo2020--torch-relay-paralympics .tk-titled-card__item-text {
  color: #000000; }
  .tokyo2020--torch-relay-paralympics .tk-titled-card__item-text-top span {
    background: #f8b500; }
  .tokyo2020--torch-relay-paralympics .tk-titled-card__item-text-bottom span {
    background: #ffe100; }

.tk-titled-card__item {
  display: block;
  position: relative;
  margin: 20px 10px; }
  @media (max-width: 991.98px) {
    .tk-titled-card__item {
      padding-bottom: 20px;
      border-bottom: 1px solid #dadada; } }
  .tk-titled-card__item-container:hover, .tk-titled-card__item-container:focus {
    text-decoration: none; }
  @media (max-width: 991.98px) {
    .tk-titled-card__item-container {
      display: flex;
      flex-direction: row; } }
  .tk-titled-card__item-image picture {
    display: block;
    position: relative; }
    .tk-titled-card__item-image picture::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      z-index: 1; }
  .tk-titled-card__item-text {
    font-size: 1.375rem;
    line-height: 36px;
    margin-top: -48px;
    margin-left: 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .tk-titled-card__item-text {
        margin-top: 0;
        justify-content: center;
        display: flex;
        flex-direction: column; } }
    .tk-titled-card__item-text-top {
      margin-left: 10px;
      max-height: 32px; }
      @media (max-width: 991.98px) {
        .tk-titled-card__item-text-top {
          font-size: 0.875rem; } }
      .tk-titled-card__item-text-top span {
        padding: 0px 10px;
        display: inline-block;
        line-height: 36px;
        height: 40px; }
        @media (max-width: 767.98px) {
          .tk-titled-card__item-text-top span {
            line-height: 34px;
            height: 34px; } }
    .tk-titled-card__item-text-bottom {
      font-weight: 600;
      height: 40px; }
      @media (max-width: 991.98px) {
        .tk-titled-card__item-text-bottom {
          font-size: 1.125rem;
          margin-top: -5px; } }
      .tk-titled-card__item-text-bottom span {
        padding: 0px 10px;
        display: inline-block;
        height: 40px;
        height: 36px; }
        @media (max-width: 767.98px) {
          .tk-titled-card__item-text-bottom span {
            line-height: 32px;
            height: 32px; } }

@media (max-width: 1259.98px) {
  .tk-titled-card--multiline {
    flex-wrap: wrap;
    margin: 30px 20px; } }

@media (max-width: 991.98px) {
  .tk-titled-card--multiline {
    flex-wrap: wrap;
    margin: 30px 0; } }

.tk-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover; }
  .tk-banner__shape {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    letter-spacing: 0; }
    .tk-banner__shape--no-bg {
      background-color: #f9f9f9; }
  .tk-banner__image {
    flex-shrink: 0;
    background: no-repeat; }
  .tk-banner__button-container {
    display: flex;
    flex-direction: row;
    text-align: center; }
    .tk-banner__button-container .tk-banner__button-container--olympic, .tk-banner__button-container .tk-banner__button-container--paralympic, .tk-banner__button-container .tk-banner__button-container--ticketing, .tk-banner__button-container .tk-banner__button-container--otr, .tk-banner__button-container .tk-banner__button-container--ptr {
      font-weight: 600;
      font-size: 0.875rem;
      margin-right: 0.625rem;
      padding: 0.5rem 1.4rem 0.5rem 1.4rem;
      text-transform: uppercase;
      overflow: hidden;
      word-wrap: break-word; }
    .tk-banner__button-container--olympic {
      background-color: #b11d33;
      color: #ffffff; }
      .tk-banner__button-container--olympic:hover {
        color: #ffffff; }
    .tk-banner__button-container--paralympic {
      background-color: #f08f98;
      color: #000000; }
      .tk-banner__button-container--paralympic:hover {
        color: #000000; }
    .tk-banner__button-container--ticketing {
      background-color: #004c9a;
      color: #ffffff; }
      .tk-banner__button-container--ticketing:hover {
        color: #ffffff; }
    .tk-banner__button-container--otr {
      background: linear-gradient(to top, #DC0010, transparent);
      color: #ffffff; }
      .tk-banner__button-container--otr:hover {
        color: #ffffff; }
    .tk-banner__button-container--ptr {
      background: linear-gradient(to top, #FEC14E, transparent);
      color: #000000; }
      .tk-banner__button-container--ptr:hover {
        color: #000000; }
  @media (max-width: 1259.98px) {
    .tk-banner {
      left: -10px;
      width: calc(100% + 20px);
      margin: 32px 0px;
      min-height: 22.5rem;
      display: flex;
      justify-content: flex-end;
      background-size: 100%;
      background-repeat: no-repeat; }
      .tk-banner__shape {
        width: 94%;
        margin-top: 286px; }
        .tk-banner__shape--no-bg {
          margin-top: 0; }
        .tk-banner__shape--ticketing {
          background: radial-gradient(circle at top right, transparent 20px, white 21px); }
        .tk-banner__shape--ticketing-no-bg {
          margin-top: 0;
          background: radial-gradient(circle at top right, transparent 20px, #f9f9f9 21px); }
      .tk-banner__image {
        width: 3.1875rem;
        height: 14.625rem; }
      .tk-banner__data {
        width: 70%;
        margin: 24px 0 0 16px; }
        .tk-banner__data--headline {
          font-weight: 700;
          font-size: 1rem;
          line-height: 34px; }
        .tk-banner__data--title {
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 30px;
          margin: 2px 0 4px 0; }
        .tk-banner__data--description {
          font-size: 1rem;
          line-height: 24px;
          margin-bottom: 22px; }
      .tk-banner__button-container {
        flex-direction: column;
        margin-bottom: 16px; }
        .tk-banner__button-container .tk-banner__button-container--olympic, .tk-banner__button-container .tk-banner__button-container--paralympic, .tk-banner__button-container .tk-banner__button-container--ticketing, .tk-banner__button-container .tk-banner__button-container--otr, .tk-banner__button-container .tk-banner__button-container--ptr {
          margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .tk-banner {
      height: 21rem;
      background-size: 100% 100%;
      margin: 48px 0;
      left: -12px;
      width: calc(100% + 24px); }
      .tk-banner__shape {
        align-items: center; }
        .tk-banner__shape--ticketing {
          background: linear-gradient(225deg, transparent 20px, #FFF 0) top right, linear-gradient(315deg, transparent 20px, #FFF 0) bottom right;
          background-size: 100% 60%;
          background-repeat: no-repeat;
          background-image: radial-gradient(circle at top right, transparent 20px, white 21px), radial-gradient(circle at bottom right, transparent 20px, white 21px); }
        .tk-banner__shape--ticketing-no-bg {
          background: linear-gradient(225deg, transparent 20px, #f9f9f9 0) top right, linear-gradient(315deg, transparent 20px, #f9f9f9 0) bottom right;
          background-size: 100% 60%;
          background-repeat: no-repeat;
          background-image: radial-gradient(circle at top right, transparent 20px, #f9f9f9 21px), radial-gradient(circle at bottom right, transparent 20px, #f9f9f9 21px); }
      .tk-banner__image {
        width: 14.4375rem;
        height: 17.125rem; }
      .tk-banner__data {
        margin: 0 48px 0 32px; }
        .tk-banner__data--dashed-line {
          padding-left: 32px;
          background-image: linear-gradient(to bottom, #979797 50%, #ffffff 0);
          background-position: left;
          background-size: 1px 15px;
          background-repeat: repeat-y; }
        .tk-banner__data--headline {
          font-weight: 700;
          font-size: 1.25rem;
          line-height: 34px; }
        .tk-banner__data--title {
          font-size: 2rem;
          font-weight: 700;
          line-height: 46px;
          margin: 4px 0 8px 0; }
        .tk-banner__data--description {
          font-size: 1rem;
          line-height: 26px;
          margin-bottom: 10px;
          min-width: 21.25rem;
          max-width: 39.375rem; }
      .tk-banner__button-container {
        max-width: 21.875rem; } }
  @media (min-width: 768px) and (max-width: 1259.98px) {
    .tk-banner {
      left: -12px;
      width: calc(100% + 24px); }
      .tk-banner__data {
        margin: 13px 48px 13px 32px;
        height: 100%; }
        .tk-banner__data--title {
          font-size: 1.5rem;
          line-height: 30px; }
        .tk-banner__data--description {
          font-size: 0.875rem;
          line-height: 20px; }
      .tk-banner__image {
        width: 3.1875rem;
        height: 14.625rem; }
      .tk-banner__button-container {
        flex-direction: row;
        max-width: 34.375rem;
        width: 37.5rem; }
      .tk-banner__shape {
        align-items: flex-start;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 286px; }
        .tk-banner__shape--ticketing {
          background: linear-gradient(225deg, transparent 20px, #FFF 0) top right, linear-gradient(315deg, transparent 20px, #FFF 0) bottom right;
          background-size: 100% 60%;
          background-repeat: no-repeat;
          background-image: radial-gradient(circle at top right, transparent 20px, white 21px), radial-gradient(circle at bottom right, transparent 20px, white 21px); }
        .tk-banner__shape--ticketing-no-bg {
          background: linear-gradient(225deg, transparent 20px, #f9f9f9 0) top right, linear-gradient(315deg, transparent 20px, #f9f9f9 0) bottom right;
          background-size: 100% 60%;
          background-repeat: no-repeat;
          background-image: radial-gradient(circle at top right, transparent 20px, #f9f9f9 21px), radial-gradient(circle at bottom right, transparent 20px, #f9f9f9 21px); } }
  @media (min-width: 1260px) {
    .tk-banner {
      left: -9px;
      background-size: auto;
      height: 31.25rem;
      width: calc(100% + 18px); }
      .tk-banner__image {
        height: 17.125rem; }
      .tk-banner__data--description {
        margin-bottom: 30px; }
      .tk-banner__data--title {
        font-size: 2rem; }
      .tk-banner__button-container {
        max-width: 51.5625rem; } }
  @media (min-width: 1456px) {
    .tk-banner {
      left: -58px;
      width: calc(100% + 116px); }
      .tk-banner__button-container {
        max-width: 57.8125rem; } }
  .tk-banner--no-bg {
    height: auto;
    min-height: 0; }

.tk-banner-torch .tk-banner {
  background-size: contain; }

.tk-map {
  margin: 50px 0; }
  .tk-map__container {
    min-height: 550px;
    height: 100% !important; }
    @media (min-width: 576px) {
      .tk-map__container {
        height: 100% !important; } }
    @media (min-width: 768px) {
      .tk-map__container {
        height: 100% !important; } }
    @media (min-width: 992px) {
      .tk-map__container {
        height: 600px; } }
  .tk-map--image {
    text-align: center;
    margin: 50px; }
  .tk-map--disabled {
    height: 370px;
    background: #dadada;
    padding: 30px;
    display: flex; }
    @media (min-width: 992px) {
      .tk-map--disabled {
        height: 600px; } }
  .tk-map--disabled-message {
    margin: auto; }
  .tk-map-events {
    height: 100%;
    margin: 0 !important; }
    @media (min-width: 576px) {
      .tk-map-events {
        height: 100%; } }
    .tk-map-events a img {
      display: none; }
    .tk-map-events .gmnoprint a,
    .tk-map-events .gmnoprint span,
    .tk-map-events .gm-style-cc {
      display: none; }
    .tk-map-events .gmnoprint div {
      background: none !important; }
    .tk-map-events .gm-style-cc {
      display: none; }
    .tk-map-events .gm-style .gm-style-iw-c {
      padding: 0px; }
    .tk-map-events .gm-style-iw .gm-style-iw-c {
      max-width: 230px;
      max-height: 266px;
      padding: 0px !important; }
      .tk-map-events .gm-style-iw .gm-style-iw-c .gm-style-iw-d {
        overflow: hidden !important; }
    .tk-map-events .gm-style-iw-d {
      overflow: hidden !important; }
    .tk-map-events .gm-style .gm-style-iw-d {
      overflow: none !important; }

.tk-map__infoBubble {
  min-height: 120px;
  max-height: 266px;
  max-width: 180px;
  border-radius: 10px;
  background: #ffffff; }
  .tk-map__infoBubble--venue-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .tk-map__infoBubble--venue-photo img {
      width: 100%;
      height: 100px; }
    @media (max-width: 767.98px) {
      .tk-map__infoBubble--venue-photo {
        display: none; } }
  .tk-map__infoBubble--venue-data {
    padding: 20px;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    height: calc(100% - 100px); }
    @media (max-width: 767.98px) {
      .tk-map__infoBubble--venue-data {
        top: 0;
        height: auto;
        padding: 8px;
        position: static; } }
  .tk-map__infoBubble--venue-title {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
    height: 40px; }
  .tk-map__infoBubble--venue-button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    padding: 10px;
    border-top: 1px solid #dadada;
    margin: 0 10px; }
  .tk-map__infoBubble--venue-button {
    text-align: left;
    padding: 10px 0;
    font-weight: 700;
    font-size: 0.75rem; }
  .tk-map__infoBubble--venue .tk-venues-list__disciplines {
    position: absolute;
    margin: 0;
    padding-top: 0.625rem;
    display: flex;
    bottom: 60px;
    overflow-x: hidden; }
    .tk-map__infoBubble--venue .tk-venues-list__disciplines ul {
      padding-left: 10px; }
    .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines,
    .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para {
      position: relative;
      border-radius: 100%;
      padding: 8px;
      width: inherit;
      height: inherit;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 5px;
      margin-left: 0;
      margin-bottom: 2px; }
      .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines:nth-of-type(7), .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines:nth-of-type(8), .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines:nth-of-type(9), .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines:nth-of-type(10),
      .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para:nth-of-type(7),
      .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para:nth-of-type(8),
      .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para:nth-of-type(9),
      .tk-map__infoBubble--venue .tk-venues-list__disciplines .tk-map__infoBubble--venue-disciplines-para:nth-of-type(10) {
        display: none; }
  .tk-map__infoBubble--event-main {
    min-height: 120px;
    max-height: 226px;
    overflow-y: auto;
    padding: 0px 24px 25px 16px;
    margin-top: 20px; }
    .tk-map__infoBubble--event-main-roofline {
      text-transform: uppercase;
      color: #856a47;
      font-weight: 600;
      font-size: 0.875rem;
      line-height: 1.22222;
      margin-bottom: 0;
      padding-bottom: 5px; }
    .tk-map__infoBubble--event-main-title {
      color: #000000;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.22222; }
    .tk-map__infoBubble--event-main-startDate {
      font-weight: 700;
      color: #856a47;
      font-size: 12px;
      font-size: 0.75rem; }
    .tk-map__infoBubble--event-main-address-title {
      color: #856a47;
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 0px; }
    .tk-map__infoBubble--event-main-address-description {
      font-size: 0.875rem;
      font-weight: 400;
      color: #000000; }
  .tk-map__infoBubble--event-footer {
    height: 40px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff; }
    .tk-map__infoBubble--event-footer-divider {
      margin-top: 5px;
      margin-bottom: 5px; }
    .tk-map__infoBubble--event-footer-link {
      margin: 5px; }

.poi-info-window .view-link {
  display: none; }

.tk-events-map-popup {
  padding: 0 !important; }
  .tk-events-map-popup__modal-dialog {
    width: 100% !important;
    max-width: 1200px !important;
    margin: auto;
    padding: 0; }
    @media (max-width: 767.98px) {
      .tk-events-map-popup__modal-dialog {
        margin: 0;
        height: 100%; } }
  .tk-events-map-popup__modal-close-btn {
    position: absolute;
    right: 2.25rem;
    top: 1.5rem;
    background: transparent;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    color: #856a47;
    outline: none;
    border: none; }
  @media (max-width: 767.98px) {
    .tk-events-map-popup__modal-content {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%; } }
  .tk-events-map-popup__modal-content-header-title {
    font-size: 1.5rem;
    font-weight: 700; }
  .tk-events-map-popup__modal-content-body {
    padding: 0 !important;
    margin: 0; }

.tk-video {
  width: 100%; }
  @media (min-width: 576px) {
    .tk-video {
      margin-left: auto;
      margin-right: auto; } }
  .tk-video__container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden; }
    .tk-video__container > .video-js {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .tk-video__container--storypart {
      color: #ffffff; }
    .tk-video__container-error {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #2d2d2d; }
      @media (max-width: 767.98px) {
        .tk-video__container-error-title {
          font-size: 18px;
          margin-bottom: 6px; } }
      .tk-video__container-error-description {
        text-align: center; }
        @media (max-width: 767.98px) {
          .tk-video__container-error-description {
            font-size: 12px; } }
      .tk-video__container-error-mascots {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 220px;
        margin-bottom: 30px; }
        @media (max-width: 767.98px) {
          .tk-video__container-error-mascots {
            height: 100px;
            margin-bottom: 20px; } }
        .tk-video__container-error-mascots-mascot {
          width: 150px;
          background-repeat: no-repeat;
          background-size: contain; }
          @media (max-width: 767.98px) {
            .tk-video__container-error-mascots-mascot {
              height: 95px;
              width: 72px; } }
          .tk-video__container-error-mascots-mascot--male {
            margin-right: 20px;
            background-image: url("/tokyo-2020/en/d3images/error/error_mascotte_m.svg"); }
          .tk-video__container-error-mascots-mascot--female {
            margin-left: 20px;
            background-image: url("/tokyo-2020/en/d3images/error/error_mascotte_f.svg"); }

html.gigya-mobile-modal-mode {
  overflow: visible !important;
  height: 100vh !important; }

@media (max-width: 991.98px) {
  .gigya-modal-on {
    position: fixed; } }

.gigya-screen-dialog-main {
  z-index: 1059;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
  @media (max-width: 991.98px) {
    .gigya-screen-dialog-main {
      position: fixed;
      top: 0;
      overflow-y: scroll; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tk-prefecture__container {
  display: flex;
  justify-content: space-between;
  margin-left: 17%;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .tk-prefecture__container {
      margin-top: 80px; } }
  @media (max-width: 767.98px) {
    .tk-prefecture__container {
      flex-direction: column; } }
  @media (max-width: 991.98px) {
    .tk-prefecture__container {
      margin: 0 12px; } }
  .tk-prefecture__container-left {
    width: 304px;
    padding: 22px 0;
    order: 0; }
    @media (max-width: 767.98px) {
      .tk-prefecture__container-left {
        order: 1; } }
    .tk-prefecture__container-left-text {
      font-size: 0.875rem;
      max-width: 80%;
      min-height: 3.125rem; }
    .tk-prefecture__container-left-link {
      border-bottom: 1px solid #dadada;
      position: relative; }
      @media (max-width: 575.98px) {
        .tk-prefecture__container-left-link {
          padding: 20px 20px 12px 0; } }
      @media (min-width: 576px) {
        .tk-prefecture__container-left-link {
          padding: 7px 20px 10px 0; } }
      .tk-prefecture__container-left-link .tk-link__text {
        font-size: 0.875rem; }
  .tk-prefecture__container-right {
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 22px;
    margin-left: auto;
    margin-right: 8.8125rem;
    width: 18.75rem;
    position: relative;
    order: 0; }
    @media (max-width: 991.98px) {
      .tk-prefecture__container-right {
        margin-right: 0; } }
    .tk-prefecture__container-right-number {
      font-size: 1.875rem;
      padding-bottom: 7px; }
    .tk-prefecture__container-right-when {
      font-size: 1rem;
      text-transform: uppercase;
      color: #856a47; }
    .tk-prefecture__container-right-date {
      font-size: 1.25rem; }
    .tk-prefecture__container-right:after {
      content: '';
      display: block;
      width: 20px;
      height: 154px;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0; }
    .tk-prefecture__container-right--ptr:after {
      background-image: url("/tokyo-2020/en/d3images/prefecture/kimono-vertical-ptr.svg"); }
    .tk-prefecture__container-right--otr:after {
      background-image: url("/tokyo-2020/en/d3images/prefecture/kimono-vertical-otr.svg"); }

.tk-prefecture_follow--title {
  font-size: 1.5rem; }

.tk-prefecture__follow {
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .tk-prefecture__follow {
      margin-top: 80px; } }
  .tk-prefecture__follow-title {
    margin-bottom: 20px;
    margin-top: 32px; }
    @media (min-width: 992px) {
      .tk-prefecture__follow-title {
        margin-bottom: 30px;
        padding: 0 17%; } }
    @media (max-width: 991.98px) {
      .tk-prefecture__follow-title {
        margin-bottom: 20px;
        margin-left: 12px;
        margin-right: 12px; } }
    @media (max-width: 767.98px) {
      .tk-prefecture__follow-title {
        margin-top: 32px; } }

.tk-prefecture__days {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  width: 1240px; }
  @media (max-width: 1259.98px) {
    .tk-prefecture__days {
      width: 960px; } }
  @media (max-width: 991.98px) {
    .tk-prefecture__days {
      width: auto; } }
  @media (max-width: 767.98px) {
    .tk-prefecture__days {
      flex-direction: column; } }
  .tk-prefecture__days-day {
    position: relative;
    padding: 0 20px;
    width: 348px;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .tk-prefecture__days-day {
        -ms-grid-row-align: center;
            align-self: center; } }
    .tk-prefecture__days-day-heading {
      text-transform: uppercase;
      background-color: #C3894F;
      color: white;
      padding: 2px 4px; }
    .tk-prefecture__days-day-schedule {
      font-size: 0.75rem;
      padding: 8px 4px;
      min-height: 5.5rem; }
    .tk-prefecture__days-day-sitelink, .tk-prefecture__days-day-document {
      border-bottom: 1px solid #dadada;
      position: relative;
      margin-left: 20px;
      margin-bottom: 20px;
      padding-bottom: 12px; }
      .tk-prefecture__days-day-sitelink .tk-link__text, .tk-prefecture__days-day-document .tk-link__text {
        font-size: 0.875rem; }
    .tk-prefecture__days-day-document-inner {
      padding-right: 20px;
      padding-left: 4px; }
    .tk-prefecture__days-day-sitelink-inner {
      padding-right: 20px;
      padding-left: 4px; }
      .tk-prefecture__days-day-sitelink-inner::before {
        content: "\e019";
        position: absolute;
        font-family: tokyo2020-icons !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-variant: normal !important;
        text-transform: none !important;
        line-height: 1;
        color: #C71628;
        -webkit-transform: translate(-1.25rem, -50%);
                transform: translate(-1.25rem, -50%);
        top: 50%; }

.tk-prefecture__legend {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 34px;
  margin-right: 78px; }
  @media (max-width: 991.98px) {
    .tk-prefecture__legend {
      margin-right: 16px; } }
  .tk-prefecture__legend-day {
    display: flex;
    margin-left: 10px; }
    .tk-prefecture__legend-day-pic {
      width: 15px;
      height: 20px; }
    .tk-prefecture__legend-day-label {
      text-transform: uppercase;
      font-size: 0.875rem;
      padding-left: 2px; }

.tk-prefecture__map {
  height: 542px;
  margin: 32px 0; }
  @media (min-width: 992px) {
    .tk-prefecture__map {
      margin-top: 60px; } }
  .tk-prefecture__map-container {
    height: 100%;
    width: 100%; }
    .tk-prefecture__map-container iframe,
    .tk-prefecture__map-container object,
    .tk-prefecture__map-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.tk-prefecture__image {
  margin: 32px 0; }
  @media (min-width: 992px) {
    .tk-prefecture__image {
      margin-top: 60px; } }
  .tk-prefecture__image img {
    max-width: 100%;
    height: auto; }
  .tk-prefecture__image-center {
    display: block;
    text-align: center; }

#tk-prefecture__legend-day-pic-otr-1 {
  background-image: url("/tokyo-2020/en/d3images/prefecture/OTR-day-1-marker.png");
  background-repeat: no-repeat; }

#tk-prefecture__legend-day-pic-otr-2 {
  background-image: url("/tokyo-2020/en/d3images/prefecture/OTR-day-2-marker.png");
  background-repeat: no-repeat; }

#tk-prefecture__legend-day-pic-otr-3 {
  background-image: url("/tokyo-2020/en/d3images/prefecture/OTR-day-3-marker.png");
  background-repeat: no-repeat; }

#tk-prefecture__legend-day-pic-ptr-1 {
  background-image: url("/tokyo-2020/en/d3images/prefecture/PTR-day-1-marker.png");
  background-repeat: no-repeat; }

#tk-prefecture__legend-day-pic-ptr-2 {
  background-image: url("/tokyo-2020/en/d3images/prefecture/PTR-day-2-marker.png");
  background-repeat: no-repeat; }

#tk-prefecture__legend-day-pic-ptr-3 {
  background-image: url("/tokyo-2020/en/d3images/prefecture/PTR-day-3-marker.png");
  background-repeat: no-repeat; }

.tk-search-box {
  height: 7.4rem;
  display: none;
  color: #676767;
  background-color: #ffffff; }
  .tk-search-box__container {
    position: relative; }
  .tk-search-box__input {
    color: #000000;
    font-size: 2.875rem;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid rgba(103, 103, 103, 0.2);
    padding-right: 2.8125rem;
    width: 37.5rem; }
    .tk-search-box__input::-webkit-input-placeholder {
      opacity: 0.2; }
    .tk-search-box__input:-ms-input-placeholder {
      opacity: 0.2; }
    .tk-search-box__input::-ms-input-placeholder {
      opacity: 0.2; }
    .tk-search-box__input::placeholder {
      opacity: 0.2; }
  .tk-search-box__magnifier {
    color: #676767;
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 2rem;
    cursor: pointer; }
  .tk-search-box__close {
    position: absolute;
    right: 15%; }
  .tk-search-box__error {
    color: red;
    display: none; }
  .tk-search-box__no-results {
    text-align: center;
    font-weight: 700; }
  @media (max-width: 767.98px) {
    .tk-search-box__input {
      width: 100%;
      font-size: 1.75rem; }
    .tk-search-box__magnifier-mobile {
      color: #676767;
      position: absolute;
      top: 8px;
      right: 0;
      font-size: inherit;
      cursor: pointer; }
      .tk-search-box__magnifier-mobile--result {
        top: 0;
        right: 0;
        font-size: 2rem; } }

.tk-prefecture-banner__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%; }
  @media (min-width: 992px) {
    .tk-prefecture-banner__container {
      padding: 0 7.75rem; } }
  @media (min-width: 1260px) {
    .tk-prefecture-banner__container {
      padding: 0 14rem; } }
  @media (max-width: 991.98px) {
    .tk-prefecture-banner__container {
      justify-content: center; } }

.tk-prefecture-banner__padding, .tk-prefecture-banner__info-container {
  padding-right: 64px; }

.tk-prefecture-banner__h3 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase; }

.tk-prefecture-banner__h1 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase; }

.tk-prefecture-banner__detail-container {
  display: flex;
  align-items: center;
  margin-top: 25px; }

.tk-prefecture-banner__detail {
  text-transform: uppercase;
  line-height: 1.1;
  padding-left: 18px; }

.tk-prefecture-banner__pin, .tk-prefecture-banner__schedule {
  font-size: 2.375rem;
  padding-right: 23px; }

.tk-prefecture-banner__title, .tk-prefecture-banner__of {
  font-size: 1rem; }

.tk-prefecture-banner__initial-number {
  font-size: 2.125rem;
  font-weight: 700; }

.tk-prefecture-banner__last-number {
  font-size: 2.125rem;
  font-weight: 600; }

@media (max-width: 1259.98px) {
  .tk-prefecture-banner__padding, .tk-prefecture-banner__info-container {
    padding-right: 50px; } }

@media (max-width: 991.98px) {
  .tk-prefecture-banner__container {
    flex-wrap: wrap; }
  .tk-prefecture-banner__info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0px; } }

@media (max-width: 767.98px) {
  .tk-prefecture-banner__bg {
    background: url("/tokyo-2020/en/d3images/prefecture/otr-prefecturebanner-sm.png"); }
  .tk-prefecture-banner__h3 {
    font-size: 1rem; }
  .tk-prefecture-banner__h1 {
    font-size: 1.5rem; }
  .tk-prefecture-banner__title, .tk-prefecture-banner__of {
    font-size: 0.75rem; }
  .tk-prefecture-banner__initial-number {
    font-size: 1.5rem; }
  .tk-prefecture-banner__last-number {
    font-size: 1.5rem; }
  .tk-prefecture-banner__pin, .tk-prefecture-banner__schedule {
    font-size: 1.25rem;
    padding-right: 12px; }
  .tk-prefecture-banner__detail {
    padding-left: 10px; } }

.tokyo2020--olympics .tk-prefecture-banner__bg {
  background: url("/tokyo-2020/en/d3images/prefecture/otr-prefecturebanner.png");
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-size: 459px;
  background-color: #c61a20;
  display: flex;
  justify-content: center;
  align-items: center; }

.tokyo2020--olympics .tk-prefecture-banner__h3, .tokyo2020--olympics .tk-prefecture-banner__h1, .tokyo2020--olympics .tk-prefecture-banner__pin, .tokyo2020--olympics .tk-prefecture-banner__schedule, .tokyo2020--olympics .tk-prefecture-banner__title, .tokyo2020--olympics .tk-prefecture-banner__of, .tokyo2020--olympics .tk-prefecture-banner__initial-number, .tokyo2020--olympics .tk-prefecture-banner__last-number {
  color: #ffffff; }

.tokyo2020--olympics .tk-prefecture-banner__detail {
  border-left: 2px solid rgba(255, 255, 255, 0.3); }

@media (max-width: 767.98px) {
  .tokyo2020--olympics .tk-prefecture-banner__bg {
    background: url("/tokyo-2020/en/d3images/prefecture/otr-prefecturebanner-sm.png");
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-color: #c61a20;
    display: flex;
    justify-content: center;
    align-items: center; } }

.tokyo2020--paralympics .tk-prefecture-banner__bg {
  background: url("/tokyo-2020/en/d3images/prefecture/ptr-prefecturebanner.png");
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-size: 472px;
  background-color: #f6bf59;
  display: flex;
  justify-content: center;
  align-items: center; }

.tokyo2020--paralympics .tk-prefecture-banner__h3, .tokyo2020--paralympics .tk-prefecture-banner__h1, .tokyo2020--paralympics .tk-prefecture-banner__pin, .tokyo2020--paralympics .tk-prefecture-banner__schedule, .tokyo2020--paralympics .tk-prefecture-banner__title, .tokyo2020--paralympics .tk-prefecture-banner__of, .tokyo2020--paralympics .tk-prefecture-banner__initial-number, .tokyo2020--paralympics .tk-prefecture-banner__last-number {
  color: #000000; }

.tokyo2020--paralympics .tk-prefecture-banner__detail {
  border-left: 2px solid rgba(0, 0, 0, 0.3); }

@media (max-width: 767.98px) {
  .tokyo2020--paralympics .tk-prefecture-banner__bg {
    background: url("/tokyo-2020/en/d3images/prefecture/ptr-prefecturebanner-sm.png");
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-color: #f6bf59;
    display: flex;
    justify-content: center;
    align-items: center; } }

.tokyo2020--torch-relay-olympics .tk-prefecture-banner__bg {
  background: url("/tokyo-2020/en/d3images/prefecture/otr-prefecturebanner.png");
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-size: 459px;
  background-color: #c61a20;
  display: flex;
  justify-content: center;
  align-items: center; }

.tokyo2020--torch-relay-olympics .tk-prefecture-banner__h3, .tokyo2020--torch-relay-olympics .tk-prefecture-banner__h1, .tokyo2020--torch-relay-olympics .tk-prefecture-banner__pin, .tokyo2020--torch-relay-olympics .tk-prefecture-banner__schedule, .tokyo2020--torch-relay-olympics .tk-prefecture-banner__title, .tokyo2020--torch-relay-olympics .tk-prefecture-banner__of, .tokyo2020--torch-relay-olympics .tk-prefecture-banner__initial-number, .tokyo2020--torch-relay-olympics .tk-prefecture-banner__last-number {
  color: #ffffff; }

.tokyo2020--torch-relay-olympics .tk-prefecture-banner__detail {
  border-left: 2px solid rgba(255, 255, 255, 0.3); }

@media (max-width: 767.98px) {
  .tokyo2020--torch-relay-olympics .tk-prefecture-banner__bg {
    background: url("/tokyo-2020/en/d3images/prefecture/otr-prefecturebanner-sm.png");
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-color: #c61a20;
    display: flex;
    justify-content: center;
    align-items: center; } }

.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__bg {
  background: url("/tokyo-2020/en/d3images/prefecture/ptr-prefecturebanner.png");
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-size: 472px;
  background-color: #f6bf59;
  display: flex;
  justify-content: center;
  align-items: center; }

.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__h3, .tokyo2020--torch-relay-paralympics .tk-prefecture-banner__h1, .tokyo2020--torch-relay-paralympics .tk-prefecture-banner__pin, .tokyo2020--torch-relay-paralympics .tk-prefecture-banner__schedule, .tokyo2020--torch-relay-paralympics .tk-prefecture-banner__title, .tokyo2020--torch-relay-paralympics .tk-prefecture-banner__of, .tokyo2020--torch-relay-paralympics .tk-prefecture-banner__initial-number, .tokyo2020--torch-relay-paralympics .tk-prefecture-banner__last-number {
  color: #000000; }

.tokyo2020--torch-relay-paralympics .tk-prefecture-banner__detail {
  border-left: 2px solid rgba(0, 0, 0, 0.3); }

@media (max-width: 767.98px) {
  .tokyo2020--torch-relay-paralympics .tk-prefecture-banner__bg {
    background: url("/tokyo-2020/en/d3images/prefecture/ptr-prefecturebanner-sm.png");
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-color: #f6bf59;
    display: flex;
    justify-content: center;
    align-items: center; } }

.tk-schedule {
  /*@import "modifiers/modifiers";*/ }
  .tk-schedule {
    margin: 25px 0px; }
    .tk-schedule__container--route {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-bottom: 30px; }
    .tk-schedule__heading {
      color: #95754d;
      font-weight: 700;
      font-size: 2.75rem;
      margin-bottom: 40px;
      letter-spacing: 0; }
      .tk-schedule__heading-image {
        margin: 3.125rem 0;
        display: block;
        position: relative; }
        .tk-schedule__heading-image--desktop {
          padding: 0; }
          @media (min-width: 992px) {
            .tk-schedule__heading-image--desktop {
              padding: 0 9.75rem; } }
        .tk-schedule__heading-image::after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: '';
          z-index: 1; }
    .tk-schedule__figure {
      margin-left: -116px; }
      .tk-schedule__figure--mobile {
        display: none; }
      @media (max-width: 767.98px) {
        .tk-schedule__figure img {
          max-width: 100vw; }
        .tk-schedule__figure--desktop {
          display: none; }
        .tk-schedule__figure--mobile {
          display: block; } }
    .tk-schedule__route {
      background-color: #ffffff;
      display: flex;
      position: relative;
      width: 100%;
      height: 180px;
      justify-content: space-between;
      margin-top: -50px;
      max-width: 1130px; }
      .tk-schedule__route--prefecture-info {
        display: flex;
        align-items: center; }
      .tk-schedule__route--button-box {
        min-width: 260px; }
      .tk-schedule__route--load-more-button, .tk-schedule__route--button {
        color: #ffffff; }
      .tk-schedule__route--torchman-box {
        padding-right: 70px;
        padding-left: 85px; }
      .tk-schedule__route--title {
        text-transform: uppercase;
        font-weight: 700; }
      .tk-schedule__route--date {
        font-weight: 700; }
    @media (max-width: 1259.98px) {
      .tk-schedule__route {
        justify-content: flex-end; }
        .tk-schedule__route--torchman-box {
          padding-right: 45px; } }
    @media (max-width: 991.98px) {
      .tk-schedule__heading {
        color: #95754d;
        font-weight: 700;
        font-size: 2.25rem; }
      .tk-schedule__img {
        width: 100%; }
      .tk-schedule__route {
        justify-content: center; }
        .tk-schedule__route--torchman-box {
          padding: 0px; }
        .tk-schedule__route--torchman {
          width: 50px; }
        .tk-schedule__route--button-box {
          display: flex;
          flex-direction: column; }
        .tk-schedule__route--info-box {
          display: flex;
          align-items: center;
          padding: 5px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tk-schedule__route {
        height: 125px; }
        .tk-schedule__route--prefecture-info {
          margin-left: 25px; }
        .tk-schedule__route--button-box {
          margin-left: 5px; }
        .tk-schedule__route--button {
          margin-top: -20px; }
      .tk-schedule__img {
        width: 90%;
        float: right; } }

.tk-reset-password {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    .tk-reset-password {
      flex-direction: row;
      margin-top: 80px;
      margin-bottom: 125px; } }
  .tk-reset-password__image {
    background-image: url("/tokyo-2020/en/d3images/identity-management/group-500.svg");
    background-position: center center;
    width: 244px;
    height: 154px;
    margin: auto;
    margin-bottom: 50px;
    background-size: cover; }
    @media (min-width: 768px) {
      .tk-reset-password__image {
        min-width: 403px;
        min-height: 258px;
        margin-right: 50px;
        margin-top: 70px; } }
  .tk-reset-password__content {
    text-align: center; }
    @media (min-width: 768px) {
      .tk-reset-password__content {
        margin-left: 50px;
        width: 560px;
        text-align: left; } }
    .tk-reset-password__content .tk-reset-password__text {
      width: 244px;
      margin: auto;
      color: #000000; }
      @media (min-width: 768px) {
        .tk-reset-password__content .tk-reset-password__text {
          width: 100%; } }
      .tk-reset-password__content .tk-reset-password__text .tk-reset-password__title {
        font-size: 1.5rem;
        font-weight: 700; }
        @media (min-width: 768px) {
          .tk-reset-password__content .tk-reset-password__text .tk-reset-password__title {
            font-size: 2rem; } }
      .tk-reset-password__content .tk-reset-password__text .tk-reset-password__text-content {
        max-width: 244px;
        margin: auto;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 80px;
        margin-top: 30px; }
        @media (min-width: 768px) {
          .tk-reset-password__content .tk-reset-password__text .tk-reset-password__text-content {
            max-width: 560px; } }
    .tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__return-to-title {
      color: #676767;
      font-weight: 700;
      margin-bottom: 30px; }
    .tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container {
      max-width: 600px;
      margin: 0 auto 30px auto; }
      @media (min-width: 768px) {
        .tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container {
          background-position: top left;
          background-size: 34px 51px;
          background-repeat: no-repeat; }
          .tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container--oly {
            background-image: url("/tokyo-2020/en/d3images/identity-management/logo@3x.png"); }
          .tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container--para {
            background-image: url("/tokyo-2020/en/d3images/identity-management/paralympic@3x.png"); } }
      .tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container__link {
        padding-bottom: 15px;
        border-bottom: 1px solid #dadada;
        text-align: left;
        margin: 0 10px; }
        @media (min-width: 768px) {
          .tk-reset-password__content .tk-reset-password__return-to .tk-reset-password__link-container__link {
            margin-left: 70px;
            width: 50%; } }

.tk-homepage__slider {
  position: relative;
  display: block;
  width: calc(100% + 16px);
  left: -8px;
  margin-bottom: 50px; }
  .tk-homepage__slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more, .tk-cardsgroup__morewrapper .tk-homepage__slider .tk-cardsgroup__more, .tk-homepage__slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--olympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__more, .tk-homepage__slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__more, .tk-homepage__slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link, .tokyo2020--paralympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__viewall-link, .tk-homepage__slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__more, .tk-homepage__slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-homepage__slider .tk-cardsgroup__more, .tk-homepage__slider .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-gallery-caption__fullscreen-btn, .tk-homepage__slider .tk-gallery-caption__info-btn, .tk-homepage__slider .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-weather-forecast__cta-btn, .tk-homepage__slider .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tokyo2020--paralympics .tk-torch__container-viewall-link, .tokyo2020--paralympics .tk-homepage__slider .tk-torch__container-viewall-link, .tk-homepage__slider .tokyo2020--olympics .tk-omega-clock-right, .tokyo2020--olympics .tk-homepage__slider .tk-omega-clock-right, .tk-homepage__slider .tokyo2020--paralympics .tk-omega-clock-right, .tokyo2020--paralympics .tk-homepage__slider .tk-omega-clock-right, .tk-homepage__slider .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-homepage__slider .tk-mascots-slider__next {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none; }
  .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-top: 0;
    width: 2.75rem;
    height: 5.25rem; }
    @media (min-width: 768px) {
      .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
        width: 2.25rem;
        height: 2.25rem;
        margin-top: -3.25rem;
        border-radius: 50%;
        background: #ffffff;
        color: #856a47;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
        border: 1px solid #dadada; }
        .tk-homepage__slider .tk-gallery-slider__prev:hover, .tk-homepage__slider .tk-venues-slider__prev:hover, .tk-homepage__slider .tk-card-slider__prev:hover, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:hover, .tk-homepage__slider .tk-homepage__slider-prev:hover, .tk-homepage__slider .tk-mascots-slider-prev:hover, .tk-homepage__slider .tk-mascots-slider__prev:hover, .tk-homepage__slider .tk-gallery-slider__next:hover, .tk-homepage__slider .tk-venues-slider__next:hover, .tk-homepage__slider .tk-card-slider__next:hover, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:hover, .tk-homepage__slider .tk-homepage__slider-next:hover, .tk-homepage__slider .tk-mascots-slider-next:hover, .tk-homepage__slider .tk-mascots-slider__next:hover, .tk-homepage__slider .tk-gallery-slider__prev:focus, .tk-homepage__slider .tk-venues-slider__prev:focus, .tk-homepage__slider .tk-card-slider__prev:focus, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external:focus, .tk-homepage__slider .tk-homepage__slider-prev:focus, .tk-homepage__slider .tk-mascots-slider-prev:focus, .tk-homepage__slider .tk-mascots-slider__prev:focus, .tk-homepage__slider .tk-gallery-slider__next:focus, .tk-homepage__slider .tk-venues-slider__next:focus, .tk-homepage__slider .tk-card-slider__next:focus, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external:focus, .tk-homepage__slider .tk-homepage__slider-next:focus, .tk-homepage__slider .tk-mascots-slider-next:focus, .tk-homepage__slider .tk-mascots-slider__next:focus {
          box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2); } }
    @media (min-width: 992px) {
      .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
        width: 2.875rem;
        height: 2.875rem;
        margin-top: -3.5625rem; } }
    @media (min-width: 1260px) {
      .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
        width: 3.75rem;
        height: 3.75rem;
        margin-top: -4rem; } }
  @media (max-width: 767.98px) {
    .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev {
      top: 0;
      left: 50%;
      margin-left: -4.8125rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev {
      left: -18px;
      right: auto; } }
  @media (min-width: 992px) and (max-width: 1259.98px) {
    .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev {
      left: -25px;
      right: auto; } }
  @media (min-width: 1260px) and (max-width: 1455.98px) {
    .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev {
      left: -30px;
      right: auto; } }
  @media (min-width: 1456px) {
    .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider__prev {
      left: -30px;
      right: auto; } }
  @media (max-width: 767.98px) {
    .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
      top: 0;
      right: 50%;
      margin-right: -4.8125rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
      left: auto;
      right: -18px; } }
  @media (min-width: 992px) and (max-width: 1259.98px) {
    .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
      left: auto;
      right: -25px; } }
  @media (min-width: 1260px) and (max-width: 1455.98px) {
    .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
      left: auto;
      right: -30px; } }
  @media (min-width: 1456px) {
    .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider__next {
      left: auto;
      right: -30px; } }
  @media (min-width: 768px) {
    .tk-homepage__slider {
      left: -10px;
      width: calc(100% + 20px); } }
  @media (min-width: 992px) {
    .tk-homepage__slider {
      left: -12px;
      width: calc(100% + 24px); } }
  @media (min-width: 1260px) {
    .tk-homepage__slider {
      left: -9px;
      width: calc(100% + 18px); } }
  @media (min-width: 1456px) {
    .tk-homepage__slider {
      left: -108px;
      width: calc(100% + 216px); } }
  .tk-homepage__slider-main-card-image .tk-card__picture {
    background-color: #f9f9f9; }
    @media (max-width: 575.98px) {
      .tk-homepage__slider-main-card-image .tk-card__picture {
        position: relative;
        padding-top: 75%; } }
    @media (min-width: 576px) {
      .tk-homepage__slider-main-card-image .tk-card__picture {
        min-height: 405px; } }
    @media (min-width: 768px) {
      .tk-homepage__slider-main-card-image .tk-card__picture {
        min-height: 342px; } }
    @media (min-width: 992px) {
      .tk-homepage__slider-main-card-image .tk-card__picture {
        min-height: 443px; } }
    @media (min-width: 1260px) {
      .tk-homepage__slider-main-card-image .tk-card__picture {
        min-height: 569px; } }
    @media (min-width: 1456px) {
      .tk-homepage__slider-main-card-image .tk-card__picture {
        min-height: 660px; } }
  @media (max-width: 767.98px) {
    .tk-homepage__slider-main-card-image img {
      width: 100%; } }
  @media (max-width: 575.98px) {
    .tk-homepage__slider-main-card-image img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; } }
  .tk-homepage__slider-main-card {
    position: relative;
    color: #ffffff;
    display: block; }
    .tk-homepage__slider-main-card:hover, .tk-homepage__slider-main-card:focus, .tk-homepage__slider-main-card:active {
      color: #ffffff;
      text-decoration: none; }
    .tk-homepage__slider-main-card-info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      padding: 20px; }
      .tk-homepage__slider-main-card-info::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.6) 100%); }
      @media (min-width: 768px) {
        .tk-homepage__slider-main-card-info {
          padding: 30px 30px 30px 20px; } }
      @media (min-width: 992px) {
        .tk-homepage__slider-main-card-info {
          padding: 100px 100px 100px 24px; }
          .tk-homepage__slider-main-card-info::before {
            top: 80px; } }
      @media (min-width: 1260px) {
        .tk-homepage__slider-main-card-info {
          padding: 100px 150px 100px 18px; } }
      @media (min-width: 1456px) {
        .tk-homepage__slider-main-card-info {
          padding: 100px 150px 100px 216px; } }
    .tk-homepage__slider-main-card-topic {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .tk-homepage__slider-main-card-topic {
          font-size: 1rem; } }
    .tk-homepage__slider-main-card-title {
      font-size: 2.75rem;
      font-weight: 600;
      line-height: 3rem;
      margin: 10px 0; }
      :lang(hi-IN) .tk-homepage__slider-main-card-title {
        line-height: 58px; }
      @media (max-width: 1259.98px) {
        .tk-homepage__slider-main-card-title {
          font-size: 1.875rem;
          line-height: 32px; }
          :lang(hi-IN) .tk-homepage__slider-main-card-title {
            line-height: 42px; } }
      @media (max-width: 767.98px) {
        .tk-homepage__slider-main-card-title {
          font-size: 1.25rem;
          line-height: 22px; }
          :lang(hi-IN) .tk-homepage__slider-main-card-title {
            line-height: 32px; } }
    .tk-homepage__slider-main-card-date {
      font-size: 0.875rem; }
      @media (max-width: 767.98px) {
        .tk-homepage__slider-main-card-date {
          font-size: 0.75rem; } }
  .tk-homepage__slider .tk-homepage__slider-main-card-topic,
  .tk-homepage__slider .tk-homepage__slider-main-card-title,
  .tk-homepage__slider .tk-homepage__slider-main-card-date {
    position: relative;
    z-index: 2; }
  .tk-homepage__slider-background {
    height: 350px;
    background-size: contain !important;
    position: relative; }
    .tk-homepage__slider-background--paralympics {
      background: url("/tokyo-2020/en/d3images/homepage-slider/box-image__paralympic--desktop.svg") no-repeat left; }
    .tk-homepage__slider-background--olympics {
      background: url("/tokyo-2020/en/d3images/homepage-slider/box-image__olympic--desktop.svg") no-repeat left; }
    @media (max-width: 991.98px) {
      .tk-homepage__slider-background {
        display: none; } }
    @media (min-width: 768px) {
      .tk-homepage__slider-background {
        padding-left: 50px; } }
    @media (min-width: 992px) {
      .tk-homepage__slider-background {
        padding-left: 100px; } }
  .tk-homepage__slider-card-container {
    display: flex;
    top: -50px; }
    .tk-homepage__slider-card-container ul {
      list-style-type: none; }
    .tk-homepage__slider-card-container .swiper-button-prev,
    .tk-homepage__slider-card-container .swiper-button-next {
      top: 43%; }
  .tk-homepage__slider-card {
    margin-right: 8px;
    position: relative; }
    .tk-homepage__slider-card.swiper-slide {
      min-height: 340px;
      width: auto; }
      @media (min-width: 992px) {
        .tk-homepage__slider-card.swiper-slide .tk-card__picture {
          min-height: 230px; } }
    .tk-homepage__slider-card-info {
      width: 380px;
      height: 140px;
      padding: 15px 30px;
      margin: 0 auto;
      background-color: #ffffff;
      z-index: 10;
      position: absolute;
      top: 200px;
      left: 0;
      right: 0; }
    .tk-homepage__slider-card-topic {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #856a47;
      background-color: #ffffff; }
    .tk-homepage__slider-card-title {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.375rem;
      height: 4.125rem;
      max-height: 4.125rem;
      overflow: hidden;
      color: #000000;
      background-color: #ffffff; }
      :lang(hi-IN) .tk-homepage__slider-card-title {
        line-height: 1.3; }
        @media (min-width: 768px) {
          :lang(hi-IN) .tk-homepage__slider-card-title {
            line-height: 1.5; } }
    .tk-homepage__slider-card-date {
      font-size: 0.75rem;
      color: #676767;
      background-color: #ffffff; }
  .tk-homepage__slider-navigation {
    position: relative;
    top: 28%;
    width: 100%; }
    @media (min-width: 1456px) {
      .tk-homepage__slider-navigation {
        width: 1240px; } }
  .tk-homepage__slider-main-card-image--album .tk-icon-gallery::before, .tk-homepage__slider-card-image--album .tk-icon-gallery::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.875rem;
    width: 2.875rem;
    display: block;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px; }
    @media (max-width: 991.98px) {
      .tk-homepage__slider-main-card-image--album .tk-icon-gallery::before, .tk-homepage__slider-card-image--album .tk-icon-gallery::before {
        margin: 0;
        top: initial;
        left: initial; } }
  .tk-homepage__slider-main-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
    padding: 11px 16px;
    font-size: 1rem;
    height: 2.875rem;
    width: 2.875rem; }
  @media (max-width: 991.98px) {
    .tk-homepage__slider-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
      bottom: -15px;
      right: -15px;
      top: initial;
      left: initial; } }
  @media (max-width: 767.98px) {
    .tk-homepage__slider-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
      bottom: 0;
      right: 0;
      top: initial;
      left: initial; } }
  @media (max-width: 991.98px) {
    .tk-homepage__slider-card-image--album .tk-icon-gallery::before {
      height: 1.875rem;
      width: 1.875rem;
      padding: 10px;
      font-size: 0.625rem; } }
  .tk-homepage__slider .tk-homepage__slider-card > a:hover, .tk-homepage__slider .tk-homepage__slider-card > a:focus, .tk-homepage__slider .tk-homepage__slider-card > a:active {
    color: #ffffff;
    text-decoration: none; }
  @media (min-width: 992px) {
    .tk-homepage__slider .tk-homepage__slider-card--youtube .tk-card__picture img {
      width: 407px;
      height: 250px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-homepage__slider .tk-homepage__slider-card--youtube .tk-card__picture img {
      width: 320px;
      height: 180px; } }
  @media (min-width: 992px) {
    .tk-homepage__slider-mobile {
      display: none; } }
  .tk-homepage__slider-mobile > ul {
    list-style: none; }
  .tk-homepage__slider-mobile .tk-homepage__slider-card a {
    display: flex;
    margin: 20px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC; }
  .tk-homepage__slider-mobile .tk-homepage__slider-card-info {
    height: 84px;
    width: calc(100% - 84px);
    position: relative;
    top: 0;
    padding: 0 10px; }
  .tk-homepage__slider-mobile .tk-homepage__slider-card-topic {
    line-height: 0.875rem;
    margin-bottom: 5px; }
  .tk-homepage__slider-mobile .tk-homepage__slider-card-title {
    height: 2.625rem;
    max-height: 2.625rem;
    width: 100%;
    max-width: 100%; }

.tk-homepage__slider--video ul {
  width: 100%; }

.tk-homepage__slider--video .tk-homepage__slider-card-container {
  top: 0; }

.tk-homepage__slider--video .tk-homepage__slider-navigation {
  top: 42%; }

@media (max-width: 1259.98px) {
  .tk-homepage__slider--video .tk-homepage__slider-background {
    padding-left: 0; } }

@media (max-width: 991.98px) {
  .tk-homepage__slider--video .tk-homepage__slider-navigation {
    top: 36%; }
  .tk-homepage__slider--video .tk-homepage__slider-background {
    display: block;
    padding: 0 16px; } }

@media (max-width: 767.98px) {
  .tk-homepage__slider--video .tk-homepage__slider-background {
    display: none; } }

@media (min-width: 768px) {
  .tk-homepage__slider--video-mobile {
    display: none; } }

.tk-homepage__slider--video-mobile .tk-homepage__slider-card {
  margin-right: 0;
  margin-bottom: -27px; }

.tk-homepage__slider--video-mobile .tk-homepage__slider-card-image--vod.tk-card__image img {
  width: 100%; }

@media (max-width: 991.98px) {
  .tk-homepage__slider--video-mobile .tk-homepage__slider-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto; } }

.tk-homepage__slider--video-mobile .tk-homepage__slider-card-info {
  position: relative;
  top: -27px;
  width: calc(100% - 10px);
  margin: 0 0 0 auto; }

.tk-homepage__slider--video-mobile .tk-homepage__slider-card-title {
  max-width: 100%; }

.tk-torch__details {
  max-width: 1236px;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  z-index: 2;
  padding: 56px 17% 0 6.4%;
  display: block;
  position: relative;
  margin-top: -86px;
  margin-left: 104px; }
  @media (max-width: 991.98px) {
    .tk-torch__details {
      padding: 16px 7.5% 0 6.4%;
      margin-left: 0; } }

.tk-torch__container {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media (max-width: 767.98px) {
    .tk-torch__container {
      flex-direction: column; } }
  .tk-torch__container-detail {
    max-width: 420px; }
    @media (max-width: 767.98px) {
      .tk-torch__container-detail {
        order: -1; } }
  .tk-torch__container-summary {
    padding-left: 0 !important;
    margin-top: 32px !important; }
  .tk-torch__container-map {
    margin-right: 48px;
    margin-top: 0; }
    .tk-torch__container-map img {
      width: 100%;
      max-width: 526px;
      height: auto; }
    @media (max-width: 767.98px) {
      .tk-torch__container-map {
        margin-top: 32px; } }
  .tk-torch__container-viewall {
    margin-top: 34px; }
    .tk-torch__container-viewall-link {
      margin-left: 0; }
      .tk-torch__container-viewall-link--mobile {
        margin-left: auto;
        margin-right: auto; }
    .tk-torch__container-viewall--mobile {
      display: none;
      margin-top: 34px;
      min-width: 16.25rem; }
      @media (max-width: 767.98px) {
        .tk-torch__container-viewall--mobile {
          display: block; } }
    @media (max-width: 767.98px) {
      .tk-torch__container-viewall {
        display: none; } }

.tk-torch__header {
  display: flex; }

.tk-torch__lead-photo {
  margin-top: 0;
  position: relative; }
  .tk-torch__lead-photo-block {
    display: flex; }
    .tk-torch__lead-photo-block-element {
      display: block;
      position: absolute;
      right: -129px; }
      .tk-torch__lead-photo-block-element--mobile {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0; }
        @media (max-width: 1259.98px) {
          .tk-torch__lead-photo-block-element--mobile {
            display: block;
            bottom: 86px; } }
  .tk-torch__lead-photo::before {
    content: '';
    display: block;
    width: 80px;
    height: 108px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 105px; }
    @media (max-width: 991.98px) {
      .tk-torch__lead-photo::before {
        left: 10px; } }

.tk-torch__emblem {
  position: relative;
  top: 108px;
  left: 200px;
  z-index: 1; }

.tokyo2020--olympics .tk-torch__lead-photo::before {
  background: #ffffff url("/tokyo-2020/en/d3images/emblem/olympics/emblem-torch-relay-v3.svg") 0 0 no-repeat;
  background-size: contain; }

.tokyo2020--olympics .tk-torch__lead-photo-block-element {
  content: url("/tokyo-2020/en/d3images/homepage/otr-photo-overlay.svg"); }
  @media (max-width: 1259.98px) {
    .tokyo2020--olympics .tk-torch__lead-photo-block-element {
      display: none; } }
  .tokyo2020--olympics .tk-torch__lead-photo-block-element--mobile {
    content: url("/tokyo-2020/en/d3images/homepage/otr-photo-overlay-mobile.svg"); }

.tokyo2020--paralympics .tk-torch__lead-photo::before {
  background: #ffffff url("/tokyo-2020/en/d3images/emblem/paralympics/emblem-torch-relay-v3.svg") 0 0 no-repeat;
  background-size: contain; }

.tokyo2020--paralympics .tk-torch__lead-photo-block-element {
  content: url("/tokyo-2020/en/d3images/homepage/ptr-photo-overlay.svg"); }
  @media (max-width: 1259.98px) {
    .tokyo2020--paralympics .tk-torch__lead-photo-block-element {
      display: none; } }
  .tokyo2020--paralympics .tk-torch__lead-photo-block-element--mobile {
    content: url("/tokyo-2020/en/d3images/homepage/ptr-photo-overlay-mobile.svg"); }

.tokyo2020--paralympics .tk-torch__container-viewall-link {
  background-color: #f08f98;
  color: #000000; }
  .tokyo2020--paralympics .tk-torch__container-viewall-link:hover, .tokyo2020--paralympics .tk-torch__container-viewall-link:focus {
    transition-duration: 0.3s;
    background-color: #f6bcc1; }
  .tokyo2020--paralympics .tk-torch__container-viewall-link:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--paralympics .tk-torch__container-viewall-link:active {
    transition-duration: 0s;
    background-color: #ea626f; }

.tokyo2020--olympics .tk-informations__container-list-element::before {
  background-color: #b11d33; }

.tokyo2020--olympics .tk-informations__container-link .tk-informations__title-text {
  border-color: #b11d33; }

.tokyo2020--paralympics .tk-informations__container-list-element::before {
  background-color: #f08f98; }

.tokyo2020--paralympics .tk-informations__container-link .tk-informations__title-text {
  border-color: #f08f98; }

.tk-informations__container {
  display: block;
  border-bottom: 1px solid #dadada;
  margin-bottom: 3.75rem; }
  @media (max-width: 767.98px) {
    .tk-informations__container {
      margin-bottom: 2.5rem;
      border-bottom: 0; } }
  .tk-informations__container-link {
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    color: #000000; }
    .tk-informations__container-link:hover, .tk-informations__container-link:active, .tk-informations__container-link:focus {
      text-decoration: none; }
    .tk-informations__container-link .tk-informations__title-text {
      display: inline;
      border-bottom: 2px solid; }
  .tk-informations__container-list {
    list-style: none;
    margin-left: 0;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .tk-informations__container-list {
        margin-left: 46px; } }
    .tk-informations__container-list-element {
      margin-bottom: 22px;
      position: relative; }
      @media (max-width: 767.98px) {
        .tk-informations__container-list-element {
          margin-bottom: 30px; } }
      .tk-informations__container-list-element::before {
        content: '';
        width: 0.25rem;
        height: 1rem;
        display: block;
        position: absolute;
        top: 3px;
        -webkit-transform: translate(1px, 0);
                transform: translate(1px, 0); }
        @media (min-width: 768px) {
          .tk-informations__container-list-element::before {
            top: 8px; } }
      .tk-informations__container-list-element-titlewrapper {
        width: 100%;
        min-height: 1.5rem;
        position: relative; }
        @media (min-width: 768px) {
          .tk-informations__container-list-element-titlewrapper {
            min-height: 2rem; } }
        .tk-informations__container-list-element-titlewrapper::before {
          content: '';
          width: 1px;
          height: 100%;
          background-color: #dadada;
          display: none;
          position: absolute;
          top: 3px; }
          @media (min-width: 768px) {
            .tk-informations__container-list-element-titlewrapper::before {
              top: 8px; } }
      .tk-informations__container-list-element-title {
        padding-left: 16px;
        padding-bottom: 2px;
        font-size: 1rem;
        display: block;
        overflow: hidden;
        position: relative;
        line-height: 1.5rem;
        max-height: 3.25rem;
        text-align: left;
        padding-right: 1.5rem; }
        .tk-informations__container-list-element-title:before {
          content: "\2026";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 1.5rem;
          height: 1.5rem;
          pointer-events: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          cursor: default; }
        @media reader, speech, aural {
          .tk-informations__container-list-element-title::before {
            speak: none;
            display: none;
            visibility: hidden; } }
        .tk-informations__container-list-element-title::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1.5rem;
          height: 1.5rem;
          margin-top: -1.5rem;
          background: #ffffff; }
        @media (min-width: 768px) {
          .tk-informations__container-list-element-title {
            font-size: 1.25rem;
            display: block;
            overflow: hidden;
            position: relative;
            line-height: 2rem;
            max-height: 4.25rem;
            text-align: left;
            padding-right: 2rem; }
            .tk-informations__container-list-element-title:before {
              content: "\2026";
              position: absolute;
              right: 0;
              bottom: 0;
              width: 2rem;
              height: 2rem;
              pointer-events: none;
              -webkit-user-select: none;
                 -moz-user-select: none;
                  -ms-user-select: none;
                      user-select: none;
              cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    .tk-informations__container-list-element-title::before {
      speak: none;
      display: none;
      visibility: hidden; } }
        @media (min-width: 768px) {
            .tk-informations__container-list-element-title::after {
              content: "";
              position: absolute;
              right: 0;
              width: 2rem;
              height: 2rem;
              margin-top: -2rem;
              background: #ffffff; } }
        .tk-informations__container-list-element-title::before {
          content: ''; }

.tk-cta-banner {
  margin-left: 0; }
  @media (min-width: 576px) {
    .tk-cta-banner {
      display: flex;
      margin-bottom: 20px;
      flex-flow: wrap;
      position: relative;
      justify-content: center;
      align-items: flex-start;
      flex-direction: row;
      background-image: url("/tokyo-2020/en/d3images/cta-banner/cta-banner.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      height: 22.5rem; }
      .tk-cta-banner--mobile {
        display: none; } }
  @media (max-width: 767.98px) {
    .tk-cta-banner {
      display: none; } }
  .tk-cta-banner__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    align-self: center;
    align-items: center; }
    .tk-cta-banner__wrapper-slider {
      flex: 1 1 auto;
      display: flex;
      align-self: center;
      align-items: center;
      justify-content: center; }
    .tk-cta-banner__wrapper-button {
      display: flex;
      justify-content: center;
      align-items: center; }
  @media (max-width: 575.98px) {
    .tk-cta-banner__titlewrapper {
      max-width: initial;
      margin-left: 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-cta-banner__titlewrapper {
      max-width: 360px;
      margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-cta-banner__titlewrapper {
      margin-left: 16px;
      max-width: 200px; } }
  @media (min-width: 992px) {
    .tk-cta-banner__titlewrapper {
      max-width: 260px; } }
  .tk-cta-banner__title {
    color: #ffffff;
    font-weight: 700; }
    @media (max-width: 767.98px) {
      .tk-cta-banner__title {
        margin: 30px 90px 30px 30px;
        font-size: 1.5rem; } }
    @media (min-width: 576px) {
      .tk-cta-banner__title {
        font-size: 1.5rem;
        line-height: 1.33333;
        font-weight: 700; } }
  .tk-cta-banner__sequence {
    flex-flow: row nowrap;
    display: flex;
    width: auto;
    height: 10.625rem;
    list-style: none; }
    @media (max-width: 575.98px) {
      .tk-cta-banner__sequence {
        width: 280px;
        margin: 0 auto; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .tk-cta-banner__sequence {
        width: 280px;
        margin: 0 auto; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tk-cta-banner__sequence {
        width: 370px; } }
    @media (min-width: 768px) {
      .tk-cta-banner__sequence {
        width: 430px; } }
    @media (min-width: 992px) {
      .tk-cta-banner__sequence {
        width: 504px; } }
  @media (max-width: 767.98px) {
    .tk-cta-banner__group {
      flex-flow: row nowrap;
      display: flex;
      list-style: none; } }
  .tk-cta-banner__wrapper-picto {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 767.98px) {
      .tk-cta-banner__wrapper-picto {
        justify-content: flex-start; }
        .tk-cta-banner__wrapper-picto .tk-discipline__item {
          width: 33.333%; } }
  .tk-cta-banner .tk-discipline__picto {
    width: 3.25rem;
    height: 3.25rem;
    position: relative;
    margin: 0 auto;
    color: #ffffff; }
    .tk-cta-banner .tk-discipline__picto::before {
      color: #ffffff;
      font-size: 3.25rem; }
  .tk-cta-banner .tk-discipline__link {
    color: inherit;
    text-decoration: none !important;
    display: block;
    padding: 8px;
    transition: background-color ease-in-out 0.3s;
    will-change: background-color;
    height: 100%; }
    .tk-cta-banner .tk-discipline__link:hover {
      background-color: unset; }
  .tk-cta-banner .tk-discipline__item {
    margin: 8px;
    text-align: center; }
  @media (min-width: 768px) {
    .tk-cta-banner {
      left: -10px;
      width: calc(100% + 20px);
      height: 22.5rem;
      background-size: cover;
      margin: 48px 0; } }
  @media (min-width: 992px) {
    .tk-cta-banner {
      left: -12px;
      width: calc(100% + 24px); } }
  @media (min-width: 1260px) {
    .tk-cta-banner {
      left: -9px;
      width: calc(100% + 18px); } }
  @media (min-width: 1456px) {
    .tk-cta-banner {
      left: -58px;
      width: calc(100% + 116px); } }

@media (max-width: 767.98px) {
  .tk-cta-banner-slider {
    flex: unset; } }

.tk-cta-banner-slider__navigation {
  position: relative;
  -ms-grid-row-align: center;
      align-self: center; }
  @media (max-width: 767.98px) {
    .tk-cta-banner-slider__navigation {
      position: relative; } }

.tk-cta-banner-slider__prev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 0;
  width: 2.75rem;
  height: 2.75rem; }
  @media (min-width: 768px) {
    .tk-cta-banner-slider__prev {
      width: 2.25rem;
      height: 2.25rem;
      margin-top: -3.25rem;
      border-radius: 50%;
      background: #ffffff;
      color: #856a47;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #dadada; }
      .tk-cta-banner-slider__prev:hover, .tk-cta-banner-slider__prev:focus {
        box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2); } }
  @media (min-width: 992px) {
    .tk-cta-banner-slider__prev {
      width: 2.875rem;
      height: 2.875rem;
      margin-top: -3.5625rem; } }
  @media (min-width: 1260px) {
    .tk-cta-banner-slider__prev {
      width: 3.75rem;
      height: 3.75rem;
      margin-top: -4rem; } }
  @media (max-width: 767.98px) {
    .tk-cta-banner-slider__prev {
      top: 0;
      left: 50%;
      margin-left: -4.8125rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-cta-banner-slider__prev {
      left: -18px;
      right: auto; } }
  @media (min-width: 992px) and (max-width: 1259.98px) {
    .tk-cta-banner-slider__prev {
      left: -25px;
      right: auto; } }
  @media (min-width: 1260px) and (max-width: 1455.98px) {
    .tk-cta-banner-slider__prev {
      left: -15px;
      right: auto; } }
  @media (min-width: 1456px) {
    .tk-cta-banner-slider__prev {
      left: -30px;
      right: auto; } }
  @media (min-width: 992px) {
    .tk-cta-banner-slider__prev {
      left: 80px;
      margin: 0;
      position: relative; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-cta-banner-slider__prev {
      left: 50px;
      margin: 0;
      position: relative; } }
  @media (min-width: 992px) and (max-width: 1259.98px) {
    .tk-cta-banner-slider__prev {
      left: 50px;
      margin: 0;
      position: relative; } }

.tk-cta-banner-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 0;
  width: 2.75rem;
  height: 2.75rem; }
  @media (min-width: 768px) {
    .tk-cta-banner-slider__next {
      width: 2.25rem;
      height: 2.25rem;
      margin-top: -3.25rem;
      border-radius: 50%;
      background: #ffffff;
      color: #856a47;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #dadada; }
      .tk-cta-banner-slider__next:hover, .tk-cta-banner-slider__next:focus {
        box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2); } }
  @media (min-width: 992px) {
    .tk-cta-banner-slider__next {
      width: 2.875rem;
      height: 2.875rem;
      margin-top: -3.5625rem; } }
  @media (min-width: 1260px) {
    .tk-cta-banner-slider__next {
      width: 3.75rem;
      height: 3.75rem;
      margin-top: -4rem; } }
  @media (max-width: 767.98px) {
    .tk-cta-banner-slider__next {
      top: 0;
      right: 50%;
      margin-right: -4.8125rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-cta-banner-slider__next {
      left: auto;
      right: -18px; } }
  @media (min-width: 992px) and (max-width: 1259.98px) {
    .tk-cta-banner-slider__next {
      left: auto;
      right: -25px; } }
  @media (min-width: 1260px) and (max-width: 1455.98px) {
    .tk-cta-banner-slider__next {
      left: auto;
      right: -15px; } }
  @media (min-width: 1456px) {
    .tk-cta-banner-slider__next {
      left: auto;
      right: -30px; } }
  @media (min-width: 992px) {
    .tk-cta-banner-slider__next {
      right: 80px;
      margin: 0;
      position: relative; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-cta-banner-slider__next {
      right: 50px;
      margin: 0;
      position: relative; } }
  @media (min-width: 992px) and (max-width: 1259.98px) {
    .tk-cta-banner-slider__next {
      right: 50px;
      margin: 0;
      position: relative; } }

.tk-cta-banner-slider__caption {
  position: relative;
  color: #ffffff; }
  .tk-cta-banner-slider__caption .tk-gallery-caption__left::after,
  .tk-cta-banner-slider__caption .tk-gallery-caption__right::after,
  .tk-cta-banner-slider__caption .tk-gallery-caption__info::after {
    content: none; }
  .tk-cta-banner-slider__caption .tk-gallery-caption__info {
    height: 2.75rem; }

@media (max-width: 767.98px) {
  .tk-cta-banner-slider {
    margin-bottom: 20px; }
    .tk-cta-banner-slider__btn {
      color: #ffffff; }
    .tk-cta-banner-slider__pagination--total {
      color: #9fa0a0; } }

@media (min-width: 576px) {
  .tk-cta-banner-slider {
    border-top: 1px solid #dadada;
    padding-top: 38px; }
    .tk-cta-banner-slider__item {
      max-width: 13.75rem; }
      .tk-cta-banner-slider__item:not(:last-child) {
        margin-right: 31px; } }

@media (min-width: 768px) {
  .tk-cta-banner-slider__pagination {
    display: none; } }

.tk-cta-banner__btn {
  text-align: center;
  width: 100%; }
  @media (min-width: 576px) {
    .tk-cta-banner__btn {
      margin: 16px auto; } }

@media (min-width: 576px) {
  .tk-cta-banner--mobile {
    display: none; } }

@media (max-width: 767.98px) {
  .tk-cta-banner--mobile {
    background-image: url("/tokyo-2020/en/d3images/cta-banner/cta-banner--mobile.svg");
    display: flex;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 32px 0px;
    flex-flow: wrap;
    padding: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 26.25rem; } }

.tk-cta-banner--mobile .tk-discipline__picto {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  margin: 0 auto;
  color: #ffffff; }
  .tk-cta-banner--mobile .tk-discipline__picto::before {
    color: #ffffff;
    font-size: 3.25rem; }

.tk-cta-banner--mobile .tk-discipline__link {
  color: inherit;
  text-decoration: none !important;
  display: block;
  padding: 8px;
  transition: background-color ease-in-out 0.3s;
  will-change: background-color;
  height: 100%; }
  .tk-cta-banner--mobile .tk-discipline__link:hover {
    background-color: unset; }

.tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  border: 0;
  text-transform: uppercase;
  max-width: 260px;
  display: block;
  margin: 0 auto;
  transition: background-color ease-in-out 0.3s;
  will-change: background-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  color: #b11d33; }
  .tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal:hover, .tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal:focus {
    color: white;
    text-decoration: none;
    transition-duration: 0.3s;
    background-color: #db2641; }
  .tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--olympics .tk-cta-banner__btn .tk-button-internal:active {
    color: white;
    transition-duration: 0s;
    background-color: #851626; }

@media (min-width: 576px) {
  .tokyo2020--paralympics .tk-cta-banner {
    background-image: url("/tokyo-2020/en/d3images/cta-banner/cta-banner-para.svg"); }
    .tokyo2020--paralympics .tk-cta-banner--mobile {
      display: none; } }

@media (min-width: 1456px) {
  .tokyo2020--paralympics .tk-cta-banner {
    background-size: contain; } }

@media (max-width: 767.98px) {
  .tokyo2020--paralympics .tk-cta-banner {
    display: none; } }

.tokyo2020--paralympics .tk-cta-banner-slider__btn {
  color: black; }

.tokyo2020--paralympics .tk-cta-banner-slider__caption, .tokyo2020--paralympics .tk-cta-banner-slider__pagination {
  color: black; }

@media (max-width: 767.98px) {
  .tokyo2020--paralympics .tk-cta-banner--mobile {
    background-image: url("/tokyo-2020/en/d3images/cta-banner/cta-banner-para--mobile.svg");
    display: flex;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-bottom: 20px;
    flex-flow: wrap;
    padding: 0; } }

.tokyo2020--paralympics .tk-cta-banner__title {
  color: #000000; }

.tokyo2020--paralympics .tk-cta-banner .tk-discipline__picto {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  margin: 0 auto; }
  .tokyo2020--paralympics .tk-cta-banner .tk-discipline__picto::before {
    font-size: 3.25rem; }

.tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  border: 0;
  text-transform: uppercase;
  max-width: 260px;
  display: block;
  margin: 0 auto;
  transition: background-color ease-in-out 0.3s;
  will-change: background-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  color: #db4e50; }
  .tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal:hover, .tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal:focus {
    color: #000000;
    text-decoration: none;
    transition-duration: 0.3s;
    background-color: #f6bcc1; }
  .tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--paralympics .tk-cta-banner__btn .tk-button-internal:active {
    color: #000000;
    transition-duration: 0s;
    background-color: #ea626f; }

.tk-promo-banner {
  margin: 32px 0; }
  .tk-promo-banner__img {
    max-width: 100%;
    cursor: pointer; }

.tk-omega-clock {
  display: flex;
  margin: 0 -108px; }
  .tokyo2020--olympics .tk-omega-clock-right {
    background: url("/tokyo-2020/en/d3images/omega/omega-right-element-olympics.svg") 0 0 no-repeat; }
  .tokyo2020--paralympics .tk-omega-clock-right {
    background: url("/tokyo-2020/en/d3images/omega/omega-right-element-paralympics.svg") 0 0 no-repeat; }
  @media (max-width: 1455.98px) {
    .tk-omega-clock {
      margin: 0 -9px; } }
  @media (max-width: 1259.98px) {
    .tk-omega-clock {
      margin: 0 -12px; } }
  @media (max-width: 991.98px) {
    .tk-omega-clock {
      margin: 0 -10px; } }
  @media (max-width: 767.98px) {
    .tk-omega-clock {
      margin: 0 -41px; } }
  @media (max-width: 575.98px) {
    .tk-omega-clock {
      margin: 0 -8px; } }
  .tk-omega-clock-iframe {
    width: 100%;
    border: 0;
    height: 58px; }
  .tk-omega-clock-right {
    width: 218px;
    height: 58px;
    background: url("/tokyo-2020/en/d3images/omega/omega-right-element-olympics.svg") 0 0 no-repeat; }
    @media (max-width: 575.98px) {
      .tk-omega-clock-right {
        display: none; } }

.schFixed {
  position: fixed;
  top: 0;
  width: calc(100% - 16px);
  overflow: hidden;
  z-index: 9999; }
  @media (min-width: 576px) {
    .schFixed {
      width: 524px; } }
  @media (min-width: 768px) {
    .schFixed {
      width: 728px; } }
  @media (min-width: 992px) {
    .schFixed {
      width: 623px; } }
  @media (min-width: 1260px) {
    .schFixed {
      width: 807px; } }

.tk-schedule-pregames {
  width: 807px;
  position: relative;
  font-size: 0.875rem; }
  .tk-schedule-pregames tbody tr:nth-child(odd) th {
    background: #fafafa; }
  .tk-schedule-pregames tbody tr:nth-child(even) th {
    background: #ffffff; }
  .tk-schedule-pregames tbody tr th:first-of-type {
    position: -webkit-sticky;
    position: sticky;
    left: 0; }
  .tk-schedule-pregames tbody th a {
    font-weight: 400;
    color: #000000; }
  .tk-schedule-pregames tbody td {
    text-align: center; }
  .tk-schedule-pregames th,
  .tk-schedule-pregames td {
    vertical-align: middle; }
  .tk-schedule-pregames .schTableHeadInitial,
  .tk-schedule-pregames .schTableHeadInitialFixed {
    background: #ffffff; }
    .tk-schedule-pregames .schTableHeadInitial th,
    .tk-schedule-pregames .schTableHeadInitialFixed th {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      background: #ffffff;
      z-index: 10; }
    .tk-schedule-pregames .schTableHeadInitial .tk-schedule-pregames__sports,
    .tk-schedule-pregames .schTableHeadInitialFixed .tk-schedule-pregames__sports {
      z-index: 12; }
  .tk-schedule-pregames .tk-schedule-pregames__sports,
  .tk-schedule-pregames tbody th {
    width: 160px; }
    @media (min-width: 992px) {
      .tk-schedule-pregames .tk-schedule-pregames__sports,
      .tk-schedule-pregames tbody th {
        width: 199px; } }
  .tk-schedule-pregames .tk-schedule-pregames__day,
  .tk-schedule-pregames tbody td {
    width: 34px; }
    @media (min-width: 992px) {
      .tk-schedule-pregames .tk-schedule-pregames__day,
      .tk-schedule-pregames tbody td {
        width: 32px; } }
  .tokyo2020--paralympics .tk-schedule-pregames .tk-schedule-pregames__sports,
  .tokyo2020--paralympics .tk-schedule-pregames tbody th {
    width: 180px; }
    @media (min-width: 992px) {
      .tokyo2020--paralympics .tk-schedule-pregames .tk-schedule-pregames__sports,
      .tokyo2020--paralympics .tk-schedule-pregames tbody th {
        width: 261px; } }
  .tokyo2020--paralympics .tk-schedule-pregames .tk-schedule-pregames__day,
  .tokyo2020--paralympics .tk-schedule-pregames tbody td {
    width: 48px; }
    @media (min-width: 992px) {
      .tokyo2020--paralympics .tk-schedule-pregames .tk-schedule-pregames__day,
      .tokyo2020--paralympics .tk-schedule-pregames tbody td {
        width: 42px; } }
  .tk-schedule-pregames__day {
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .tk-schedule-pregames__day:not(:last-child) {
      border-right: 1px solid #dadada; }
    .tk-schedule-pregames__day a {
      color: #000000; }
    .tk-schedule-pregames__day .dw {
      font-size: 0.75rem;
      font-weight: 400;
      text-transform: uppercase;
      color: #676767;
      white-space: nowrap !important; }
      :lang(ko-KR) .tk-schedule-pregames__day .dw,
      :lang(hi-IN) .tk-schedule-pregames__day .dw {
        font-size: 60% !important; }
      :lang(fr-FR) .tk-schedule-pregames__day .dw {
        font-size: 70% !important; }

.tk-schedule-pregames thead.scroll {
  width: 100%;
  position: absolute;
  z-index: 1; }

.tk-pagination {
  text-align: center;
  padding: 15px 0 7px;
  margin-bottom: 16px; }
  .tk-pagination__list {
    display: inline-block;
    vertical-align: top;
    font-size: 12.8px;
    line-height: 29px;
    font-weight: 700;
    color: #999; }
  .tk-pagination__list-item {
    display: block;
    float: left;
    min-width: 32px;
    margin: 0 3px 0 4px; }
  .tk-pagination__link {
    display: block;
    color: #000000;
    height: 32px; }
    .tk-pagination__link:hover {
      color: #000000; }

.tk-omegabanner__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  padding-left: 7.75rem; }
  @media (max-width: 767.98px) {
    .tk-omegabanner__container {
      padding-top: 6.5625rem;
      padding-left: 1.5rem; } }

.tk-omegabanner__button {
  min-width: 14rem; }
  @media (max-width: 767.98px) {
    .tk-omegabanner__button {
      -ms-grid-row-align: center;
          align-self: center;
      min-width: 16.25rem;
      margin-right: 1.5rem; } }

.tk-omegabanner__title {
  font-size: 2.375rem;
  font-weight: 700; }
  @media (max-width: 767.98px) {
    .tk-omegabanner__title {
      font-size: 1.5rem; } }

.tk-omegabanner__description {
  max-width: 34.4375rem; }
  @media (max-width: 991.98px) {
    .tk-omegabanner__description {
      max-width: 15.8125rem; } }
  .tk-omegabanner__description-text {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem; }
    @media (max-width: 991.98px) {
      .tk-omegabanner__description-text {
        font-size: 1.125rem; } }
    @media (max-width: 767.98px) {
      .tk-omegabanner__description-text {
        font-size: 1rem; } }

.tk-omegabanner__iframe {
  position: absolute;
  bottom: 1.25rem; }

.tk-omegabanner__mascot-container {
  position: absolute;
  width: 14.6875rem;
  height: 18.4375rem;
  top: 2.75rem;
  right: 6.25rem; }
  @media (max-width: 1259.98px) {
    .tk-omegabanner__mascot-container {
      right: 1.25rem; } }
  @media (max-width: 767.98px) {
    .tk-omegabanner__mascot-container {
      width: 8.125rem;
      height: 10.1875rem;
      right: 0.625rem;
      top: -4.8125rem; } }

.tokyo2020--olympics .tk-omegabanner__background {
  background: url("/tokyo-2020/en/d3images/omega/omega-banner-paralympics-colors.svg");
  width: 100%;
  height: 23.75rem;
  background-repeat: no-repeat;
  background-color: #f08f98;
  margin-top: 22px;
  margin-bottom: 22px; }
  @media (max-width: 767.98px) {
    .tokyo2020--olympics .tk-omegabanner__background {
      background: url("/tokyo-2020/en/d3images/omega/omega-banner-paralympics-mobile-colors.svg");
      height: 23.75rem;
      background-repeat: repeat-x;
      background-size: 100%;
      -webkit-transform: translateY(83px);
              transform: translateY(83px);
      margin-bottom: 7.1875rem; } }

.tokyo2020--olympics .tk-omegabanner__title {
  color: black; }

.tokyo2020--olympics .tk-omegabanner__description {
  color: black; }

.tokyo2020--olympics .tk-omegabanner__button-link {
  background-color: white;
  color: #db4e50; }

.tokyo2020--olympics .tk-omegabanner__mascot-image {
  background: url("/tokyo-2020/en/d3images/omega/omega-mascot-paralympics.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%; }

.tokyo2020--paralympics .tk-omegabanner__background {
  background: url("/tokyo-2020/en/d3images/omega/omega-banner-olympics-colors.svg");
  width: 100%;
  height: 23.75rem;
  background-repeat: no-repeat;
  background-color: #b11d33;
  margin-top: 22px;
  margin-bottom: 22px; }
  @media (max-width: 767.98px) {
    .tokyo2020--paralympics .tk-omegabanner__background {
      background: url("/tokyo-2020/en/d3images/omega/omega-banner-olympics-mobile-colors.svg");
      height: 23.75rem;
      background-repeat: repeat-x;
      background-size: 100%;
      -webkit-transform: translateY(83px);
              transform: translateY(83px);
      margin-bottom: 7.1875rem; } }

.tokyo2020--paralympics .tk-omegabanner__title {
  color: white; }

.tokyo2020--paralympics .tk-omegabanner__description {
  color: white; }

.tokyo2020--paralympics .tk-omegabanner__button-link {
  background-color: white;
  color: #b11d33; }

.tokyo2020--paralympics .tk-omegabanner__mascot-image {
  background: url("/tokyo-2020/en/d3images/omega/omega-mascot-olympics.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%; }

.tk-header-terms {
  position: relative;
  height: 125px;
  background: #ffffff; }
  .tk-header-terms__separator {
    height: 75px;
    width: 100%;
    border-bottom: 1px solid #dadada; }
  .tk-header-terms__oly-logo {
    position: absolute;
    width: 80px;
    left: 125px;
    background: #ffffff; }
  .tk-header-terms__para-logo {
    position: absolute;
    width: 80px;
    background: #ffffff;
    left: 205px;
    top: 4px; }
  @media screen and (max-width: 576px) {
    .tk-header-terms__oly-logo {
      left: 50px; }
    .tk-header-terms__para-logo {
      left: 125px; } }

.tk-ioc-cta__top, .tk-ioc-cta__bottom {
  margin-top: 16px;
  margin-bottom: 32px; }

.tk-nhk-banner__nhk-desktop {
  display: block; }

.tk-nhk-banner__nhk-mobile {
  display: none; }

@media (max-width: 767.98px) {
  .tk-nhk-banner__nhk-desktop {
    display: none; }
  .tk-nhk-banner__nhk-mobile {
    display: block; } }

.tk-body-iframe .tk-iframe-embed {
  text-align: center; }
  .tk-body-iframe .tk-iframe-embed__box {
    margin: 16px 0 32px 0;
    border: 0; }
  @media (min-width: 1260px) {
    .tk-body-iframe .tk-iframe-embed {
      background-size: 100% 100%; }
      .tk-body-iframe .tk-iframe-embed__box {
        margin-bottom: 80px; } }
  @media screen and (max-width: 375.98px) {
    .tk-body-iframe .tk-iframe-embed {
      width: 100vw;
      height: 100vh; }
      .tk-body-iframe .tk-iframe-embed__box {
        margin: 0;
        width: 100vw;
        height: 100vh; } }

@media (max-width: 991.98px) {
  .tk-body-iframe main {
    margin-top: 0; } }

@media screen and (max-width: 375.98px) {
  .tk-body-iframe .tk-header {
    display: none; }
  .tk-body-iframe .tk-footer {
    display: none; }
  .tk-body-iframe #tk-back-to-top {
    display: none; } }

.tk-medal {
  position: relative;
  display: block;
  width: 1.125rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat; }
  .tk-medal--gold {
    background-image: url("/tokyo-2020/en/d3images/medals/gold.svg"); }
  .tk-medal--silver {
    background-image: url("/tokyo-2020/en/d3images/medals/silver.svg"); }
  .tk-medal--bronze {
    background-image: url("/tokyo-2020/en/d3images/medals/bronze.svg"); }
  .tk-medal__kind [aria-hidden] {
    display: none; }

.tk-medal-tally thead th {
  vertical-align: middle; }
  .tk-medal-tally thead th:first-child {
    padding-left: 0; }
  .tk-medal-tally thead th .tk-medal {
    margin: 0 auto; }

.tk-medal-tally tbody th,
.tk-medal-tally tbody td {
  vertical-align: middle;
  font-weight: 400;
  font-size: 1rem; }

.tk-medal-tally tbody th {
  padding-left: 20px; }
  @media (min-width: 992px) {
    .tk-medal-tally tbody th {
      padding-left: 50px; } }

.tk-medal-tally__title {
  display: block;
  padding: 4.5px 0 4.5px 20px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .tk-medal-tally__title {
      padding: 16px 0 16px 50px; } }

.tk-medal-tally__country {
  display: flex;
  align-items: center;
  height: 1.5rem; }

.tk-medal-tally__flag {
  display: block;
  width: 30px;
  height: auto;
  border: 1px solid #dadada;
  margin-right: 8px; }

.tk-medal-tally__noc {
  line-height: 1; }

.tk-medal-tally__medal-number {
  position: relative;
  display: block;
  height: 1.5rem; }
  .tk-medal-tally__medal-number--silver::before, .tk-medal-tally__medal-number--silver::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 1px;
    background-color: rgba(0, 0, 0, 0.17); }
  .tk-medal-tally__medal-number--silver::before {
    left: -0.75rem; }
  .tk-medal-tally__medal-number--silver::after {
    right: -0.75rem; }

.tokyo2020--olympics .tk-medal-tally__title {
  background: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg") 0 50% no-repeat; }
  @media (min-width: 992px) {
    .tokyo2020--olympics .tk-medal-tally__title {
      background-image: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--desktop-oly.svg"); } }

.tokyo2020--paralympics .tk-medal-tally__title {
  background: url("/tokyo-2020/en/d3images/headings/paralympics/bg-tk-section__heading--mobile-para.svg") 0 50% no-repeat; }
  @media (min-width: 992px) {
    .tokyo2020--paralympics .tk-medal-tally__title {
      background-image: url("/tokyo-2020/en/d3images/headings/paralympics/bg-tk-section__heading--desktop-para.svg"); } }

.tk-rhb__logo {
  margin-left: 8px; }
  .tk-section--sidebar-atos .tk-rhb__logo {
    max-width: 200px;
    max-height: 30px; }

@media (min-width: 576px) {
  .tk-rhb__heading.bg-white {
    position: relative; }
    .tk-rhb__heading.bg-white::before, .tk-rhb__heading.bg-white::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1000%;
      background-color: #ffffff; }
    .tk-rhb__heading.bg-white::before {
      left: -1000%; }
    .tk-rhb__heading.bg-white::after {
      right: -1000%; } }

@media (min-width: 576px) {
  .tk-rhb__heading--external.bg-white::before, .tk-rhb__heading--external.bg-white::after {
    display: none !important; } }

.tk-rhb__separator {
  position: relative;
  height: 1px;
  margin-bottom: 16px;
  background-color: #dadada; }
  .tk-rhb__separator::before, .tk-rhb__separator::after {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #dadada;
    width: 1000%; }
  .tk-rhb__separator::before {
    left: -1000%; }
    .tk-section--sidebar-atos .tk-rhb__separator::before {
      width: 8px;
      left: -8px; }
  .tk-rhb__separator::after {
    right: -1000%; }
    .tk-section--sidebar-atos .tk-rhb__separator::after {
      width: 8px;
      right: -8px; }

.tk-liveblog__home-banner {
  margin-top: -60px;
  padding-right: 20px; }
  @media (max-width: 991.98px) {
    .tk-liveblog__home-banner {
      margin-top: -50px; } }
  .tk-liveblog__home-banner-left {
    position: relative;
    display: block;
    width: 350px;
    margin-left: 8px;
    margin-top: -50px;
    height: 173px;
    background: #b11d33 no-repeat right top;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-left {
        height: 40px;
        margin-top: 5px;
        width: 110px; } }
  .tk-liveblog__home-banner-title {
    font-size: 2.125rem;
    line-height: 36px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-title {
        font-size: 1rem;
        line-height: 16px;
        margin: 5px;
        font-weight: 700; } }
  .tk-liveblog__home-banner-header {
    margin: 15px 20px 0 105px; }
    .tk-liveblog__home-banner-header a {
      color: #ffffff;
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-header {
        margin: 10px 0 0px 10px; } }
  .tk-liveblog__home-banner-subheader {
    margin-left: 42px;
    font-weight: 600; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-subheader {
        display: none; } }
    .tk-liveblog__home-banner-subheader-title {
      text-transform: uppercase;
      font-size: 1rem;
      margin-left: 5px; }
  .tk-liveblog__home-banner-indicator {
    width: 30px; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-indicator {
        width: 10px; } }
  .tk-liveblog__home-banner-blob {
    background: white;
    border-radius: 50%;
    margin: 10px;
    height: 10px;
    width: 10px;
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 0 white;
    -webkit-animation: pulse-white 2s infinite;
            animation: pulse-white 2s infinite; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-blob {
        margin: 5px; } }

@-webkit-keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
  .tk-liveblog__home-banner-icon {
    padding-top: 40px; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-icon {
        padding-top: 20px; } }
  .tk-liveblog__home-banner-footer {
    height: 100px;
    background: url("/tokyo-2020/en/d3images/kimono-layer/lead-block-kimono-horizontal.svg") no-repeat;
    background-color: #8b2030;
    color: #ffffff; }
    .tk-liveblog__home-banner-footer a {
      color: #ffffff;
      text-decoration: none; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-footer {
        height: 60px;
        background: url("/tokyo-2020/en/d3images/kimono-layer/lead-block-kimono-horizontal.svg") no-repeat, #8b2030; } }
    .tk-liveblog__home-banner-footer-header {
      padding: 33px 0px 10px 20px;
      width: 78%; }
      @media (max-width: 991.98px) {
        .tk-liveblog__home-banner-footer-header {
          padding: 10px 0 15px 20px;
          width: 75%; } }
    .tk-liveblog__home-banner-footer-title {
      font-size: 1.5rem;
      line-height: 22px;
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 5px; }
      @media (max-width: 991.98px) {
        .tk-liveblog__home-banner-footer-title {
          font-size: 1rem;
          line-height: 18px;
          font-weight: 600; } }
    .tk-liveblog__home-banner-footer-subheader {
      font-size: 1rem;
      line-height: 22px;
      font-weight: 600; }
      @media (max-width: 991.98px) {
        .tk-liveblog__home-banner-footer-subheader {
          font-size: 0.875rem;
          line-height: 18px;
          font-weight: 600; } }
  .tk-liveblog__home-banner .container {
    height: 180px;
    display: flex;
    align-items: center;
    padding-left: 43px; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner .container {
        padding-left: 20px; } }
  .tk-liveblog__home-banner-emblem {
    width: 250px;
    height: 76px;
    background: url("/tokyo-2020/en/d3images/liveblog/oly-live_blog-banner-header.svg") no-repeat;
    background-color: #ffffff;
    margin-top: -15px;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-emblem {
        display: none; } }
  .tk-liveblog__home-banner-header-line {
    height: 76px;
    background-color: #ffffff;
    width: calc(100% - 650px);
    margin-top: -15px;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-banner-header-line {
        display: none; } }

.tk-liveblog__home-blog {
  margin-bottom: 20px;
  background-color: #ffffff; }
  .tk-liveblog__home-blog img {
    width: 60px;
    margin: 10px 0 0 40px; }
  @media (min-width: 768px) {
    .tk-liveblog__home-blog {
      min-width: auto;
      padding-left: 0px;
      z-index: 1;
      width: 95%; } }
  @media (min-width: 992px) {
    .tk-liveblog__home-blog {
      min-width: 40.5rem;
      width: 55%;
      margin-left: 110px;
      margin-top: -80px;
      margin-bottom: 10px;
      z-index: 1; } }
  @media (max-width: 991.98px) {
    .tk-liveblog__home-blog {
      margin-left: 8px;
      width: 90%;
      z-index: 1; }
      .tk-liveblog__home-blog img {
        width: 35px;
        margin: 0 0 0 20px; } }
  .tk-liveblog__home-blog .lb-o-post-aligner-no-borders {
    border-left: 4px solid #b11d33;
    padding-left: 10px;
    padding-bottom: 5px;
    -webkit-animation: scale-up-ver-top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            animation: scale-up-ver-top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .tk-liveblog__home-blog .lb-o-post-aligner-no-borders:focus {
      outline: none; }
  .tk-liveblog__home-blog-container {
    position: relative;
    padding-top: 20px; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-blog-container {
        padding-top: 7px; } }
    .tk-liveblog__home-blog-container::before {
      content: '';
      position: absolute;
      top: 25px;
      left: 20px;
      bottom: 0;
      border-left: 1px dashed #aeaeae;
      z-index: 1; }
      @media (min-width: 992px) {
        .tk-liveblog__home-blog-container::before {
          left: 40px; } }
  .tk-liveblog__home-blog-medal-tally {
    margin-top: 0px; }
    @media (min-width: 1260px) {
      .tk-liveblog__home-blog-medal-tally {
        margin-top: -60px; } }
  .tk-liveblog__home-blog-post-line {
    height: 20px;
    display: block; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-blog-post-line {
        height: 18px; } }

.tk-liveblog__home-post-header {
  text-align: center;
  width: 100px;
  border-top: 5px solid #ffffff;
  position: relative;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .tk-liveblog__home-post-header {
      max-width: 80px;
      width: 20%; } }
  .tk-liveblog__home-post-header-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 18px; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-post-header-icon {
        width: 44px;
        height: 44px;
        margin-left: 8px; } }
  .tk-liveblog__home-post-header-time {
    font-size: 0.75rem;
    line-height: 26px;
    text-transform: uppercase;
    color: #676767;
    background: #ffffff; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-post-header-time {
        font-size: 0.625rem;
        line-height: 15px;
        text-align: center;
        padding-top: 5px; } }

.tk-liveblog__home-post-body {
  padding-bottom: 20px; }
  .tk-liveblog__home-post-body-title {
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-post-body-title {
        font-size: 1rem;
        line-height: 20px;
        letter-spacing: 0; } }
  .tk-liveblog__home-post-body-title-first {
    font-size: 1.5rem;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-post-body-title-first {
        font-size: 1rem;
        line-height: 20px;
        letter-spacing: 0; } }

.tk-liveblog__home-post-post-aligner {
  border-bottom: 1px solid #dadada;
  padding: 12px 0px 0px 10px;
  min-height: 50px;
  width: 83%; }
  @media (max-width: 991.98px) {
    .tk-liveblog__home-post-post-aligner {
      width: 70%;
      padding-left: 5px; } }
  .tk-liveblog__home-post-post-aligner-no-display {
    border-bottom: 0px;
    padding: 12px 0px 0px 10px;
    min-height: 50px;
    width: 83%; }
    @media (max-width: 991.98px) {
      .tk-liveblog__home-post-post-aligner-no-display {
        width: 70%; } }

.tk-liveblog__home-post-discipline {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #856a47;
  text-transform: uppercase; }

.tk-liveblog__liveblog-slider {
  position: relative;
  display: block;
  width: calc(100% + 16px);
  left: -8px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .tk-liveblog__liveblog-slider {
      left: -10px;
      width: calc(100% + 20px); } }
  @media (min-width: 992px) {
    .tk-liveblog__liveblog-slider {
      left: -12px;
      width: calc(100% + 24px); } }
  @media (min-width: 1260px) {
    .tk-liveblog__liveblog-slider {
      left: -9px;
      width: calc(100% + 18px); } }
  @media (min-width: 1456px) {
    .tk-liveblog__liveblog-slider {
      left: -108px;
      width: calc(100% + 216px); } }
  .tk-liveblog__liveblog-slider-main-card-image .tk-card__picture {
    background-color: #f9f9f9; }
    @media (max-width: 575.98px) {
      .tk-liveblog__liveblog-slider-main-card-image .tk-card__picture {
        position: relative;
        padding-top: 68%; } }
    @media (min-width: 576px) {
      .tk-liveblog__liveblog-slider-main-card-image .tk-card__picture {
        min-height: 405px; } }
    @media (min-width: 768px) {
      .tk-liveblog__liveblog-slider-main-card-image .tk-card__picture {
        min-height: 342px; } }
    @media (min-width: 992px) {
      .tk-liveblog__liveblog-slider-main-card-image .tk-card__picture {
        min-height: 443px; } }
    @media (min-width: 1260px) {
      .tk-liveblog__liveblog-slider-main-card-image .tk-card__picture {
        min-height: 569px; } }
    @media (min-width: 1456px) {
      .tk-liveblog__liveblog-slider-main-card-image .tk-card__picture {
        min-height: 660px; } }
  @media (max-width: 767.98px) {
    .tk-liveblog__liveblog-slider-main-card-image img {
      width: 100%; } }
  @media (max-width: 575.98px) {
    .tk-liveblog__liveblog-slider-main-card-image img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; } }
  .tk-liveblog__liveblog-slider-main-card {
    position: relative;
    color: #ffffff;
    display: block; }
    .tk-liveblog__liveblog-slider-main-card:hover, .tk-liveblog__liveblog-slider-main-card:focus, .tk-liveblog__liveblog-slider-main-card:active {
      color: #ffffff;
      text-decoration: none; }
    .tk-liveblog__liveblog-slider-main-card-info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      padding: 20px; }
      .tk-liveblog__liveblog-slider-main-card-info::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.6) 100%); }
      @media (min-width: 768px) {
        .tk-liveblog__liveblog-slider-main-card-info {
          padding: 30px 30px 30px 20px; } }
      @media (min-width: 992px) {
        .tk-liveblog__liveblog-slider-main-card-info {
          padding: 100px 100px 100px 24px; }
          .tk-liveblog__liveblog-slider-main-card-info::before {
            top: 80px; } }
      @media (min-width: 1260px) {
        .tk-liveblog__liveblog-slider-main-card-info {
          padding: 100px 150px 100px 18px; } }
      @media (min-width: 1456px) {
        .tk-liveblog__liveblog-slider-main-card-info {
          padding: 100px 150px 100px 216px; } }
    .tk-liveblog__liveblog-slider-main-card-topic {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .tk-liveblog__liveblog-slider-main-card-topic {
          font-size: 1rem; } }
    .tk-liveblog__liveblog-slider-main-card-title {
      font-size: 2.75rem;
      font-weight: 600;
      line-height: 3rem;
      margin: 10px 0; }
      :lang(hi-IN) .tk-liveblog__liveblog-slider-main-card-title {
        line-height: 58px; }
      @media (max-width: 1259.98px) {
        .tk-liveblog__liveblog-slider-main-card-title {
          font-size: 1.875rem;
          line-height: 32px; }
          :lang(hi-IN) .tk-liveblog__liveblog-slider-main-card-title {
            line-height: 42px; } }
      @media (max-width: 767.98px) {
        .tk-liveblog__liveblog-slider-main-card-title {
          font-size: 1.25rem;
          line-height: 22px; }
          :lang(hi-IN) .tk-liveblog__liveblog-slider-main-card-title {
            line-height: 32px; } }
    .tk-liveblog__liveblog-slider-main-card-date {
      font-size: 0.875rem; }
      @media (max-width: 767.98px) {
        .tk-liveblog__liveblog-slider-main-card-date {
          font-size: 0.75rem; } }
  .tk-liveblog__liveblog-slider-background {
    height: 350px;
    background-size: contain !important;
    position: relative; }
    .tk-liveblog__liveblog-slider-background--paralympics {
      background: url("/d3images/homepage-slider/box-image__paralympic--desktop.svg") no-repeat left; }
    .tk-liveblog__liveblog-slider-background--olympics {
      background: url("/d3images/homepage-slider/box-image__olympic--desktop.svg") no-repeat left; }
    @media (max-width: 991.98px) {
      .tk-liveblog__liveblog-slider-background {
        display: none; } }
    @media (min-width: 768px) {
      .tk-liveblog__liveblog-slider-background {
        padding-left: 50px; } }
    @media (min-width: 992px) {
      .tk-liveblog__liveblog-slider-background {
        padding-left: 100px; } }
  .tk-liveblog__liveblog-slider-card-container {
    display: flex;
    top: -50px; }
    .tk-liveblog__liveblog-slider-card-container ul {
      list-style-type: none; }
    .tk-liveblog__liveblog-slider-card-container .swiper-button-prev,
    .tk-liveblog__liveblog-slider-card-container .swiper-button-next {
      top: 43%; }
  .tk-liveblog__liveblog-slider-card {
    margin-right: 8px;
    position: relative; }
    .tk-liveblog__liveblog-slider-card.swiper-slide {
      min-height: 340px;
      width: auto; }
      @media (min-width: 992px) {
        .tk-liveblog__liveblog-slider-card.swiper-slide .tk-card__picture {
          min-height: 230px; } }
    .tk-liveblog__liveblog-slider-card-info {
      width: 380px;
      height: 140px;
      padding: 15px 30px;
      margin: 0 auto;
      background-color: #ffffff;
      z-index: 10;
      position: absolute;
      top: 200px;
      left: 0;
      right: 0; }
    .tk-liveblog__liveblog-slider-card-topic {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #856a47;
      background-color: #ffffff; }
    .tk-liveblog__liveblog-slider-card-title {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.375rem;
      height: 4.125rem;
      max-height: 4.125rem;
      overflow: hidden;
      color: #000000;
      background-color: #ffffff; }
      :lang(hi-IN) .tk-liveblog__liveblog-slider-card-title {
        line-height: 1.3; }
        @media (min-width: 768px) {
          :lang(hi-IN) .tk-liveblog__liveblog-slider-card-title {
            line-height: 1.5; } }
    .tk-liveblog__liveblog-slider-card-date {
      font-size: 0.75rem;
      color: #676767;
      background-color: #ffffff; }
  .tk-liveblog__liveblog-slider-navigation {
    position: relative;
    top: 28%;
    width: 100%; }
    @media (min-width: 1456px) {
      .tk-liveblog__liveblog-slider-navigation {
        width: 1240px; } }
  .tk-liveblog__liveblog-slider-main-card-image--album .tk-icon-gallery::before, .tk-liveblog__liveblog-slider-card-image--album .tk-icon-gallery::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.875rem;
    width: 2.875rem;
    display: block;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px; }
    @media (max-width: 991.98px) {
      .tk-liveblog__liveblog-slider-main-card-image--album .tk-icon-gallery::before, .tk-liveblog__liveblog-slider-card-image--album .tk-icon-gallery::before {
        margin: 0;
        top: initial;
        left: initial; } }
  .tk-liveblog__liveblog-slider-main-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
    padding: 11px 16px;
    font-size: 1rem;
    height: 2.875rem;
    width: 2.875rem; }
  @media (max-width: 991.98px) {
    .tk-liveblog__liveblog-slider-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
      bottom: -15px;
      right: -15px;
      top: initial;
      left: initial; } }
  @media (max-width: 767.98px) {
    .tk-liveblog__liveblog-slider-card-image--vod.tk-card__image .tk-card__icon--video-vod ::before {
      bottom: 0;
      right: 0;
      top: initial;
      left: initial; } }
  @media (max-width: 991.98px) {
    .tk-liveblog__liveblog-slider-card-image--album .tk-icon-gallery::before {
      height: 1.875rem;
      width: 1.875rem;
      padding: 10px;
      font-size: 0.625rem; } }
  .tk-liveblog__liveblog-slider .tk-homepage__slider-card > a:hover, .tk-liveblog__liveblog-slider .tk-homepage__slider-card > a:focus, .tk-liveblog__liveblog-slider .tk-homepage__slider-card > a:active {
    color: #ffffff;
    text-decoration: none; }
  @media (min-width: 992px) {
    .tk-liveblog__liveblog-slider .tk-homepage__slider-card--youtube .tk-card__picture img {
      width: 407px;
      height: 250px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-liveblog__liveblog-slider .tk-homepage__slider-card--youtube .tk-card__picture img {
      width: 320px;
      height: 180px; } }
  @media (min-width: 992px) {
    .tk-liveblog__liveblog-slider-mobile {
      display: none; } }
  .tk-liveblog__liveblog-slider-mobile > ul {
    list-style: none; }
  .tk-liveblog__liveblog-slider-mobile .tk-homepage__slider-card a {
    display: flex;
    margin: 20px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC; }

.tk-language-popup__modal-close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  color: #856a47;
  outline: none;
  border: none; }

.tk-language-popup__modal-content {
  position: relative;
  max-width: 511px;
  min-height: 328px;
  padding: 40px 70px 40px 40px;
  border: 0px solid;
  border-radius: 0;
  box-shadow: 0 0 24px 6px rgba(0, 0, 0, 0.5); }
  .tk-language-popup__modal-content-header {
    padding: 0;
    margin: 0;
    border: none; }
    .tk-language-popup__modal-content-header--title {
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: 700; }
  .tk-language-popup__modal-content-item {
    color: black;
    text-decoration: none; }
  .tk-language-popup__modal-content-item:hover {
    color: black;
    text-decoration: none;
    border-bottom: 2px double #b11e33; }
  .tk-language-popup__modal-content-description {
    margin-top: 20px;
    margin-bottom: 15px; }
  .tk-language-popup__modal-content ul {
    margin-bottom: 16px;
    list-style: none; }
    .tk-language-popup__modal-content ul li {
      position: relative;
      padding-left: 20px;
      font-size: 0.875rem; }
      .tk-language-popup__modal-content ul li:not(:last-child) {
        margin-bottom: 0.75rem; }
      .tk-language-popup__modal-content ul li::before {
        display: inline-block;
        content: '';
        top: 0.5rem;
        width: 0.3125rem;
        height: 0.3125rem;
        border-radius: 100%;
        background-color: #856a47;
        position: absolute;
        left: 0; }
        @media (min-width: 768px) {
          .tk-language-popup__modal-content ul li::before {
            top: 0.625rem; } }
  .tk-language-popup__modal-content-body {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 126px; }

.tk-fanzonebanner__banner {
  color: #ffffff; }
  .tk-fanzonebanner__banner--atos {
    display: flex;
    width: 255px;
    height: 320px;
    margin: 0 auto 64px auto; }
    @media (max-width: 991.98px) {
      .tk-fanzonebanner__banner--atos {
        margin: 0 auto 32px auto; } }
    .tk-fanzonebanner__banner--atos.tk-fanzonebanner__banner--fanzone {
      background-color: #771a2a;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/fz/fz_atos_bg.png"); }
    .tk-fanzonebanner__banner--atos.tk-fanzonebanner__banner--fantasy {
      background-color: #004b2e;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/fn/fn_atos_bg.png"); }
    .tk-fanzonebanner__banner--atos.tk-fanzonebanner__banner--trivia {
      background-color: #db4e50;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/tr/tr_atos_bg.png"); }
    .tk-fanzonebanner__banner--atos.tk-fanzonebanner__banner--magicmoment {
      background-color: #5c183e;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/mm/mm_atos_bg.png"); }
    .tk-fanzonebanner__banner--atos.tk-fanzonebanner__banner--brackets {
      background-color: #113364;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/br/br_atos_bg.png"); }
  .tk-fanzonebanner__banner--standard {
    position: relative;
    display: none;
    height: 134px;
    margin: 32px auto 32px auto;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    @media (max-width: 991.98px) {
      .tk-fanzonebanner__banner--standard {
        max-width: 352px;
        margin: 24px auto 24px auto; } }
    @media (min-width: 992px) {
      .tk-fanzonebanner__banner--standard {
        height: 80px;
        width: 968px; } }
    @media (min-width: 1260px) {
      .tk-fanzonebanner__banner--standard {
        width: 1240px; } }
    .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--fanzone {
      background-color: #771a2a;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/fz/fz_desktop_bg.png"); }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--fanzone {
          background-image: url("/tokyo-2020/en/d3images/fz_banner/fz/fz_mobile_bg.png"); } }
    .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--fantasy {
      background-color: #004b2e;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/fn/fn_desktop_bg.png"); }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--fantasy {
          background-image: url("/tokyo-2020/en/d3images/fz_banner/fn/fn_mobile_bg.png"); } }
    .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--trivia {
      background-color: #db4e50;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/tr/tr_desktop_bg.png"); }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--trivia {
          background-image: url("/tokyo-2020/en/d3images/fz_banner/tr/tr_mobile_bg.png"); } }
    .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--magicmoment {
      background-color: #5c183e;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/mm/mm_desktop_bg.png"); }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--magicmoment {
          background-image: url("/tokyo-2020/en/d3images/fz_banner/mm/mm_mobile_bg.png"); } }
    .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--brackets {
      background-color: #113364;
      background-image: url("/tokyo-2020/en/d3images/fz_banner/br/br_desktop_bg.png"); }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__banner--standard.tk-fanzonebanner__banner--brackets {
          background-image: url("/tokyo-2020/en/d3images/fz_banner/br/br_mobile_bg.png"); } }

.tk-fanzonebanner__container {
  display: flex;
  align-items: center;
  width: 100%; }
  @media (max-width: 991.98px) {
    .tk-fanzonebanner__container {
      flex-wrap: wrap;
      align-items: flex-start; } }
  .tk-fanzonebanner__container--standard {
    flex-direction: row; }
  .tk-fanzonebanner__container--atos {
    flex-direction: column; }
  .tk-fanzonebanner__container-icon {
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .tk-fanzonebanner__container-icon--standard {
      margin-left: 50px;
      margin-right: 50px; }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__container-icon--standard {
          height: 40px;
          width: 40px;
          margin-top: 16px;
          margin-left: 16px;
          margin-right: 16px; } }
    .tk-fanzonebanner__container-icon--atos {
      margin: 40px auto 25px; }
    .tk-fanzonebanner__container-icon--fanzone {
      background-image: url("/tokyo-2020/en/d3images/fz_banner/fz/fz_icon.svg"); }
    .tk-fanzonebanner__container-icon--fantasy {
      background-image: url("/tokyo-2020/en/d3images/fz_banner/fn/fn_icon.svg"); }
    .tk-fanzonebanner__container-icon--trivia {
      background-image: url("/tokyo-2020/en/d3images/fz_banner/tr/tr_icon.svg"); }
    .tk-fanzonebanner__container-icon--magicmoment {
      background-image: url("/tokyo-2020/en/d3images/fz_banner/mm/mm_icon.svg"); }
    .tk-fanzonebanner__container-icon--brackets {
      background-image: url("/tokyo-2020/en/d3images/fz_banner/br/br_icon.svg"); }
  .tk-fanzonebanner__container-text {
    -ms-grid-row-align: center;
        align-self: center; }
    .tk-fanzonebanner__container-text span {
      color: #ffffff;
      font-weight: 400; }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__container-text span {
          margin-bottom: 16px;
          width: 216px; } }
    .tk-fanzonebanner__container-text--atos {
      text-align: center;
      width: 223px;
      font-size: 1.25rem; }
      .tk-fanzonebanner__container-text--atos span {
        color: #ffffff;
        width: 100%;
        margin: 0 auto;
        height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        overflow: hidden; }
    .tk-fanzonebanner__container-text--standard {
      font-size: 1rem; }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__container-text--standard {
          display: flex;
          flex-direction: column;
          font-size: 0.8125rem;
          width: 236px; } }
  .tk-fanzonebanner__container-action {
    background-color: #ffffff;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 0;
    border: 2px solid;
    min-height: 50px;
    padding-top: 14px;
    text-transform: uppercase; }
    .tk-fanzonebanner__container-action--standard {
      width: 236px; }
      @media (min-width: 992px) {
        .tk-fanzonebanner__container-action--standard {
          margin-left: auto;
          margin-right: 80px; } }
      @media (max-width: 991.98px) {
        .tk-fanzonebanner__container-action--standard {
          display: none; } }
      .tk-fanzonebanner__container-action--standard.tk-fanzonebanner__container-action--mobile {
        display: none; }
        @media (max-width: 991.98px) {
          .tk-fanzonebanner__container-action--standard.tk-fanzonebanner__container-action--mobile {
            display: block;
            width: 100%; } }
    .tk-fanzonebanner__container-action--atos {
      width: 236px;
      margin: auto auto 40px; }
      .tk-fanzonebanner__container-action--atos.tk-fanzonebanner__container-action--mobile {
        display: none; }
    .tk-fanzonebanner__container-action--fanzone {
      color: #771a2a;
      border-color: #771a2a; }
    .tk-fanzonebanner__container-action--fantasy {
      color: #004b2e;
      border-color: #004b2e; }
    .tk-fanzonebanner__container-action--trivia {
      color: #db4e50;
      border-color: #db4e50; }
    .tk-fanzonebanner__container-action--magicmoment {
      color: #5c183e;
      border-color: #5c183e; }
    .tk-fanzonebanner__container-action--brackets {
      color: #113364;
      border-color: #113364; }

.tk-fanzonebanner__close {
  position: absolute;
  top: 12px;
  right: 12px; }
  @media (min-width: 992px) {
    .tk-fanzonebanner__close {
      top: 16px;
      right: 16px; } }
  .tk-fanzonebanner__close-button {
    background: transparent;
    border: none;
    padding: 0; }
    .tk-fanzonebanner__close-button-icon {
      font-size: 0.875rem;
      color: #ffffff; }

:lang(ja-JP) .navigation-main__menu-main-left li,
:lang(ko-KR) .navigation-main__menu-main-left li,
:lang(zh-CN) .navigation-main__menu-main-left li,
:lang(hi-IN) .navigation-main__menu-main-left li {
  font-size: 70px;
  line-height: 1.1; }
  @media (min-width: 1px) and (max-width: 1023px) {
    :lang(ja-JP) .navigation-main__menu-main-left li,
    :lang(ko-KR) .navigation-main__menu-main-left li,
    :lang(zh-CN) .navigation-main__menu-main-left li,
    :lang(hi-IN) .navigation-main__menu-main-left li {
      font-size: 32px;
      line-height: 1.1;
      padding-bottom: 20px; } }

.tk-bs-dropdown--active .tk-flatpickr-value {
  position: relative;
  width: 100%; }
  .tk-bs-dropdown--active .tk-flatpickr-value-checkmark {
    display: block; }
    .tk-bs-dropdown--active .tk-flatpickr-value-checkmark.tk-icon-checkmark {
      position: absolute;
      right: 0;
      top: -2px;
      font-size: 1.125rem;
      color: #008000; }

.tk-flatpickr-value-checkmark {
  display: none; }

.tk-flatpickr .flatpickr-months {
  width: 50%;
  margin: 0px auto;
  position: relative; }
  .tk-flatpickr .flatpickr-months .flatpickr-prev-month,
  .tk-flatpickr .flatpickr-months .flatpickr-next-month {
    padding: 5px; }
    .tk-flatpickr .flatpickr-months .flatpickr-prev-month svg,
    .tk-flatpickr .flatpickr-months .flatpickr-next-month svg {
      stroke: black; }

.tk-flatpickr .flatpickr-current-month {
  display: block;
  font-size: inherit; }
  .tk-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    text-transform: uppercase; }
  .tk-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months,
  .tk-flatpickr .flatpickr-current-month input.cur-year {
    font-size: 1rem;
    font-weight: 700; }
  .tk-flatpickr .flatpickr-current-month input.cur-year {
    -webkit-appearance: none; }
  .tk-flatpickr .flatpickr-current-month .numInputWrapper {
    width: 7ch; }

.tk-flatpickr .flatpickr-calendar {
  width: 100%;
  box-shadow: none; }

.tk-flatpickr .flatpickr-days {
  width: 100%; }

.tk-flatpickr .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.tk-flatpickr .flatpickr-day {
  max-width: 50px;
  height: 28px;
  line-height: 28px;
  margin-top: 15px;
  font-size: 0.75rem;
  font-weight: 600; }
  .tk-flatpickr .flatpickr-day.startRange, .tk-flatpickr .flatpickr-day.startRange:hover, .tk-flatpickr .flatpickr-day.startRange:focus, .tk-flatpickr .flatpickr-day.endRange, .tk-flatpickr .flatpickr-day.endRange:hover, .tk-flatpickr .flatpickr-day.endRange:focus, .tk-flatpickr .flatpickr-day.inRange, .tk-flatpickr .flatpickr-day.selected, .tk-flatpickr .flatpickr-day.selected:hover, .tk-flatpickr .flatpickr-day.selected:focus {
    background: #b11d33;
    border-color: #b11d33;
    color: #ffffff; }
  .tk-flatpickr .flatpickr-day.inRange {
    box-shadow: 0.5px 0 0 #b11d33, 5px 0 0 #b11d33; }

.tk-flatpickr .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: 0.5px 0 0 #b11d33, 5px 0 0 #b11d33; }

.tk-flatpickr .flatpickr-innerContainer {
  margin-top: 20px;
  border-top: 1px solid #dadada; }

.tk-flatpickr .flatpickr-weekdays {
  margin-top: 5px; }

.tk-flatpickr .flatpickr-input {
  visibility: hidden; }

@media (min-width: 768px) {
  .tk-flatpickr .flatpickr-months {
    width: 75%; }
  .tk-flatpickr .flatpickr-calendar {
    width: 220px; }
  .tk-flatpickr .flatpickr-rContainer {
    width: 100%; }
  .tk-flatpickr .dayContainer {
    width: 220px;
    min-width: 220px;
    max-width: 220px; }
  .tk-flatpickr .flatpickr-days {
    width: 220px;
    margin-top: 1px; }
  .tk-flatpickr .flatpickr-day {
    max-width: 32px; } }

.tk-button-internal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  border: 0;
  text-transform: uppercase;
  max-width: 260px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  transition: background-color ease-in-out 0.3s;
  will-change: background-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tk-button-internal__wrapper {
    text-align: center; }

.tk-button-internal--margin-bottom {
  margin-bottom: 30px; }

.tokyo2020--olympics .tk-button-internal {
  background-color: #b11d33; }
  .tokyo2020--olympics .tk-button-internal:hover, .tokyo2020--olympics .tk-button-internal:focus {
    color: #ffffff;
    text-decoration: none;
    transition-duration: 0.3s;
    background-color: #db2641; }
  .tokyo2020--olympics .tk-button-internal:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--olympics .tk-button-internal:active {
    transition-duration: 0s;
    background-color: #851626; }

.tokyo2020--paralympics .tk-button-internal {
  background-color: #f08f98;
  color: #000000; }
  .tokyo2020--paralympics .tk-button-internal:hover, .tokyo2020--paralympics .tk-button-internal:focus {
    color: #000000;
    text-decoration: none;
    transition-duration: 0.3s;
    background-color: #f6bcc1; }
  .tokyo2020--paralympics .tk-button-internal:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--paralympics .tk-button-internal:active {
    transition-duration: 0s;
    background-color: #ea626f; }

.tokyo2020--torch-relay-olympics .tk-button-internal {
  background: #fffaf7;
  background: linear-gradient(180deg, #fffaf7 0%, #f18762 21%, #dc0010 85%, #dc0010 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffaf7", endColorstr="#dc0010", GradientType=1); }
  .tokyo2020--torch-relay-olympics .tk-button-internal:hover, .tokyo2020--torch-relay-olympics .tk-button-internal:focus {
    color: #ffffff;
    text-decoration: none;
    transition-duration: 0.3s;
    background-color: #ff1021; }
  .tokyo2020--torch-relay-olympics .tk-button-internal:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--torch-relay-olympics .tk-button-internal:active {
    transition-duration: 0s;
    background-color: #a9000c; }

.tokyo2020--torch-relay-paralympics .tk-button-internal {
  color: #000000;
  background: linear-gradient(180deg, white 0%, #f9d495 46%, #f2aa23 75%, #f2aa23 100%); }
  .tokyo2020--torch-relay-paralympics .tk-button-internal:hover, .tokyo2020--torch-relay-paralympics .tk-button-internal:focus {
    color: #000000;
    text-decoration: none;
    transition-duration: 0.3s;
    background: linear-gradient(180deg, white 0%, #f9d495 46%, #f2aa23 75%, #f5bd53 100%); }
  .tokyo2020--torch-relay-paralympics .tk-button-internal:focus {
    outline: 1px dotted #ffffff;
    outline-offset: -1px; }
  .tokyo2020--torch-relay-paralympics .tk-button-internal:active {
    transition-duration: 0s;
    background: linear-gradient(180deg, white 0%, #f9d495 46%, #f2aa23 75%, #d5900d 100%); }

body.wrs-content .tk-cardsgroup__viewall {
  margin: 1rem auto;
  max-width: 260px; }
  body.wrs-content .tk-cardsgroup__viewall-link {
    min-width: auto; }

body.wrs-content .tk-cardsgroup .tk-cardsgroup--list .tk-cardsgroup__viewall {
  margin-top: 2rem; }
  body.wrs-content .tk-cardsgroup .tk-cardsgroup--list .tk-cardsgroup__viewall-link {
    min-width: auto; }

body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__sequence {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item {
    flex: 0 0 100%;
    max-width: 100%; }
  body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 28px; }
    body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title {
      font-size: 1rem;
      display: block;
      overflow: hidden;
      position: relative;
      line-height: 1.19rem;
      max-height: 2.38rem;
      text-align: left;
      padding-right: 1.19rem;
      /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
      body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title:before {
        content: "\2026";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.19rem;
        height: 1.19rem;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: default; } }
    @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
      body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::before {
        speak: none;
        display: none;
        visibility: hidden; } }

@media (min-width: 768px) {
      body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__title::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1.19rem;
        height: 1.19rem;
        margin-top: -1.19rem;
        background: inherit; }
    body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__titlewrapper {
      min-height: 2.38rem;
      margin-top: 10px; }
    body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__body {
      position: relative;
      top: 0; }
    body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__image {
      width: calc(91.5625% + 16px);
      left: -8px; }
    body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item:first-of-type .tk-card__header {
      margin-top: 15px;
      margin-bottom: 10px; }
  body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title {
    font-size: 1rem;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.19rem;
    max-height: 2.38rem;
    text-align: left;
    padding-right: 1.19rem;
    /*
    * {
        margin-bottom: 0;

        &:last-child {
            display: inline;
        }
    }

    p {
        margin-bottom: $line-height;
    }*/ }
    body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title:before {
      content: "\2026";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 1.19rem;
      height: 1.19rem;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default; } }
  @media reader and (min-width: 768px), speech and (min-width: 768px), aural and (min-width: 768px) {
    body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::before {
      speak: none;
      display: none;
      visibility: hidden; } }

@media (min-width: 768px) {
    body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__title::after {
      content: "";
      position: absolute;
      right: 0;
      width: 1.19rem;
      height: 1.19rem;
      margin-top: -1.19rem;
      background: inherit; }
  body.wrs-content .tk-cardsgroup--featgallery .tk-cardsgroup__item .tk-card__titlewrapper {
    min-height: 2.38rem;
    margin-top: 10px; } }

body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__sequence {
  display: flex; }
  @media (max-width: 767.98px) {
    body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__sequence {
      flex-direction: column; } }
  @media (min-width: 768px) {
    body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__sequence {
      flex-direction: row;
      flex-wrap: wrap;
      max-width: 840px;
      margin: 0 auto; } }

@media (min-width: 768px) {
  body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px; }
  body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 31px; }
    body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__title {
      font-size: 1.875rem;
      line-height: 2.5rem; }
    body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
      display: block;
      position: relative; } }
    @media (min-width: 768px) and (max-width: 767.98px) {
      body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(91.5625% + 16px);
        left: -8px; } }
    @media (min-width: 768px) and (min-width: 768px) and (max-width: 991.98px) {
      body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 20px);
        left: -20px; } }
    @media (min-width: 768px) and (min-width: 992px) and (max-width: 1259.98px) {
      body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 84px);
        left: -84px; } }
    @media (min-width: 768px) and (min-width: 1260px) and (max-width: 1455.98px) {
      body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 218px);
        left: -218px; } }
    @media (min-width: 768px) and (min-width: 1340px) and (max-width: 1455px) {
      body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 258px);
        left: -258px; } }
    @media (min-width: 768px) and (min-width: 1456px) {
      body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type .tk-card__image {
        width: calc(100% + 316px);
        left: -316px; } }

@media (max-width: 991.98px) {
  body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup {
    padding-bottom: inherit; } }

@media (max-width: 767.98px) {
  body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item:first-of-type {
    margin-bottom: 28px; } }

@media (max-width: 767.98px) and (max-width: 767.98px) {
  body.wrs-content .tk-cardsgroup--featgallery.tk-additional-content__2 .tk-cardsgroup__item-link:not(:first-of-type) {
    padding: 19px 8px; } }

body.wrs-content .tk-cardsgroup--list .tk-cardsgroup__item .tk-card__header {
  margin: 0; }

body.wrs-content .tk-section {
  margin-bottom: 3.125rem; }
  body.wrs-content .tk-section__heading {
    font-size: 1.5rem;
    margin-right: 0;
    margin-bottom: 22px;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 36px;
    background: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg") 0 50% no-repeat; }
    @media (min-width: 768px) {
      body.wrs-content .tk-section__heading {
        background-image: url("/tokyo-2020/en/d3images/headings/olympics/bg-tk-section__heading--desktop-oly.svg"); } }
  @media (min-width: 768px) {
    body.wrs-content .tk-section--black-bg {
      padding-bottom: 7px; } }
  @media (max-width: 991.98px) {
    body.wrs-content .tk-section--black-bg {
      padding-bottom: 7px; } }
  body.wrs-content .tk-section.tk-additional-content__2 {
    padding-bottom: 72px; }
    body.wrs-content .tk-section.tk-additional-content__2 .tk-section__heading {
      font-size: 1.5rem;
      margin-right: 0;
      margin-bottom: 22px;
      margin-left: 0;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 36px; }
    @media (min-width: 768px) {
      body.wrs-content .tk-section.tk-additional-content__2 .tk-section__heading {
        margin-right: 0;
        margin-bottom: 22px;
        margin-left: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 36px;
        font-size: 2.125rem; } }
  body.wrs-content .tk-section--no-margin {
    margin-bottom: 0; }

.tokyo2020--olympics body.wrs-content {
  background: url("/d3images/headings/olympics/bg-tk-section__heading--mobile-oly.svg") 0 50% no-repeat; }
  @media (min-width: 768px) {
    .tokyo2020--olympics body.wrs-content {
      background-image: url("/d3images/headings/olympics/bg-tk-section__heading--desktop-oly.svg"); } }

.tokyo2020--paralympics body.wrs-content {
  background: url("/d3images/headings/paralympics/bg-tk-section__heading--mobile-para.svg") 0 50% no-repeat; }
  @media (min-width: 768px) {
    .tokyo2020--paralympics body.wrs-content {
      background-image: url("/d3images/headings/paralympics/bg-tk-section__heading--desktop-para.svg"); } }

.tokyo2020--torch-relay-olympics body.wrs-content {
  background: url("/d3images/headings/olympics/bg-tk-section__heading--mobile-otr.svg") 0 50% no-repeat; }
  @media (min-width: 768px) {
    .tokyo2020--torch-relay-olympics body.wrs-content {
      background-image: url("/d3images/headings/olympics/bg-tk-section__heading--desktop-otr.svg"); } }

.tokyo2020--torch-relay-paralympics body.wrs-content {
  background: url("/d3images/headings/paralympics/bg-tk-section__heading--mobile-ptr.svg") 0 50% no-repeat; }
  @media (min-width: 768px) {
    .tokyo2020--torch-relay-paralympics body.wrs-content {
      background-image: url("/d3images/headings/paralympics/bg-tk-section__heading--desktop-ptr.svg"); } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 10px 300px;
    grid-template-columns: auto 300px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
        grid-template-areas: "main aside";
    grid-column-gap: 10px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__main {
    grid-area: main; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__aside {
    grid-area: aside;
    display: flex;
    flex-direction: column; } }

@media (min-width: 992px){
  body.wrs-content .tk-results-grid__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  body.wrs-content .tk-results-grid__aside {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

body.wrs-content .tk-results-grid__additionalcontent1--mobile {
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    body.wrs-content .tk-results-grid__additionalcontent1--mobile {
      display: none; } }

body.wrs-content .tk-results-grid__additionalcontent1--desktop {
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    body.wrs-content .tk-results-grid__additionalcontent1--desktop {
      display: none; } }

@media (max-width: 991.98px) {
  body.wrs-content .tk-results-grid__topcontent {
    margin-bottom: 16px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__topcontent {
    margin-bottom: 16px; } }

@media (max-width: 991.98px) {
  body.wrs-content .tk-results-grid__content1 {
    margin-bottom: 32px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__content1 {
    margin-bottom: 32px; } }

@media (max-width: 991.98px) {
  body.wrs-content .tk-results-grid__content2 {
    margin-bottom: 32px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__content2 {
    margin-bottom: 32px; } }

@media (max-width: 991.98px) {
  body.wrs-content .tk-results-grid__additional-content {
    margin-bottom: 32px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__additional-content {
    margin-bottom: 32px; } }

body.wrs-content .tk-results-grid__additional-content .tk-section .container {
  padding-right: 0;
  padding-left: 0; }

body.wrs-content .tk-results-grid__additional-content .tk-cards-group--list .tk-cards-group__viewall {
  margin-top: 32px;
  margin-bottom: 32px; }

body.wrs-content .tk-results-grid__additional-content--1 .tk-section:not(:first-child) {
  margin-top: 32px; }

@media (max-width: 991.98px) {
  body.wrs-content .tk-results-grid__advertisment {
    margin-bottom: 32px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__advertisment {
    margin-bottom: 32px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__advertisment--1, body.wrs-content .tk-results-grid__advertisment--2 {
    overflow: hidden;
    max-width: 640px; } }

@media (min-width: 1260px) {
  body.wrs-content .tk-results-grid__advertisment--1, body.wrs-content .tk-results-grid__advertisment--2 {
    max-width: 920px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-results-grid__advertisment--3 {
    overflow: hidden;
    max-width: 300px; } }

@media (max-width: 991.98px) {
  body.wrs-content .tk-presented-by {
    margin-bottom: 16px;
    margin-top: 16px; } }

@media (min-width: 992px) {
  body.wrs-content .tk-presented-by {
    margin-bottom: 16px;
    margin-top: 16px; } }

body.wrs-content .tk-presented-by__content {
  text-align: right;
  font-size: 0.75rem;
  color: #676767; }
  body.wrs-content .tk-presented-by__content img {
    height: 24px;
    margin-left: 8px; }

.theoplayer-skin .vjs-big-play-button:after,
.theoplayer-skin:hover .vjs-big-play-button:after,
.theoplayer-skin .vjs-big-play-button:after,
.theoplayer-skin .vjs-big-play-button:focus:after {
  display: none;
  background-color: transparent;
  padding: 0; }

.vjs-big-play-button {
  width: auto;
  height: auto;
  padding-bottom: 0;
  padding: 0; }

div.theo-big-play-button-svg-container img {
  background-color: rgba(0, 0, 0, 0.6); }

div.theo-big-play-button-svg-container {
  width: auto; }

.theoplayer-skin .vjs-big-play-button,
.theoplayer-skin:hover .vjs-big-play-button,
.theoplayer-skin .vjs-big-play-button,
.theoplayer-skin .vjs-big-play-button:focus {
  padding-bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important; }

.theo-player-video-duration {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3); }
  .theo-player-video-duration > p {
    margin: 0;
    font-size: 0.75rem;
    font-family: "Tokyo2020", sans-serif;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    padding: 8px;
    text-align: center;
    vertical-align: middle; }

.vjs-has-started .theo-player-video-duration {
  display: none; }

.theo-player-video-duration.hidden, .theo-player-video-duration.error {
  display: none; }

.theoplayer-poster {
  background-position: center !important;
  background-size: cover !important; }

.tk-section .theo-pip:not(.vjs-fullscreen).theo-pip-top-left .theo-player-wrapper {
  bottom: 10px !important; }

.tk-mascots-slider .tk-gallery-slider__item, .tk-mascots-slider .tk-venues-slider__item, .tk-mascots-slider .tk-card-slider__item, .tk-mascots-slider .tk-mascots-slider__card {
  width: auto;
  list-style: none;
  height: auto; }
  .tk-mascots-slider .swiper-slide-prev.tk-gallery-slider__item .tk-gallery-slider__photo, .tk-mascots-slider .swiper-slide-prev.tk-venues-slider__item .tk-gallery-slider__photo, .tk-mascots-slider .swiper-slide-prev.tk-card-slider__item .tk-gallery-slider__photo, .tk-mascots-slider .swiper-slide-prev.tk-mascots-slider__card .tk-gallery-slider__photo, .tk-mascots-slider .swiper-slide-next.tk-gallery-slider__item .tk-gallery-slider__photo, .tk-mascots-slider .swiper-slide-next.tk-venues-slider__item .tk-gallery-slider__photo, .tk-mascots-slider .swiper-slide-next.tk-card-slider__item .tk-gallery-slider__photo, .tk-mascots-slider .swiper-slide-next.tk-mascots-slider__card .tk-gallery-slider__photo {
    opacity: .5; }

.tk-mascots-slider .tk-cardsgroup__morewrapper .tk-cardsgroup__more, .tk-cardsgroup__morewrapper .tk-mascots-slider .tk-cardsgroup__more, .tk-mascots-slider .tokyo2020--olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--olympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__more, .tk-mascots-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--paralympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__more, .tk-mascots-slider .tokyo2020--paralympics .tk-cardsgroup .tk-cardsgroup__viewall-link, .tokyo2020--paralympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__viewall-link, .tk-mascots-slider .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-olympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__more, .tk-mascots-slider .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-cardsgroup__more, .tokyo2020--torch-relay-paralympics .tk-cardsgroup .tk-mascots-slider .tk-cardsgroup__more, .tk-mascots-slider .tk-gallery-slider .tk-gallery-slider__prev, .tk-gallery-slider .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-gallery-slider .tk-venues-slider__prev, .tk-gallery-slider .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-gallery-slider .tk-card-slider__prev, .tk-gallery-slider .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-gallery-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-gallery-slider .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-gallery-slider .tk-homepage__slider-prev, .tk-gallery-slider .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-gallery-slider .tk-mascots-slider-prev, .tk-gallery-slider .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-gallery-slider .tk-mascots-slider__prev, .tk-gallery-slider .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider .tk-gallery-slider__next, .tk-gallery-slider .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-gallery-slider .tk-venues-slider__next, .tk-gallery-slider .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-gallery-slider .tk-card-slider__next, .tk-gallery-slider .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-gallery-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-gallery-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-gallery-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-gallery-slider .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-gallery-slider .tk-homepage__slider-next, .tk-gallery-slider .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-gallery-slider .tk-mascots-slider-next, .tk-gallery-slider .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-gallery-slider .tk-mascots-slider__next, .tk-gallery-slider .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-gallery-caption__fullscreen-btn, .tk-mascots-slider .tk-gallery-caption__info-btn, .tk-mascots-slider .tk-venues-slider .tk-gallery-slider__prev, .tk-venues-slider .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider .tk-venues-slider__prev, .tk-venues-slider .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-venues-slider .tk-card-slider__prev, .tk-venues-slider .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-venues-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-venues-slider .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-venues-slider .tk-homepage__slider-prev, .tk-venues-slider .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-venues-slider .tk-mascots-slider-prev, .tk-venues-slider .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-venues-slider .tk-mascots-slider__prev, .tk-venues-slider .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-venues-slider .tk-gallery-slider__next, .tk-venues-slider .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider .tk-venues-slider__next, .tk-venues-slider .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-venues-slider .tk-card-slider__next, .tk-venues-slider .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-venues-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-venues-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-venues-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-venues-slider .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-venues-slider .tk-homepage__slider-next, .tk-venues-slider .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-venues-slider .tk-mascots-slider-next, .tk-venues-slider .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-venues-slider .tk-mascots-slider__next, .tk-venues-slider .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-weather-forecast__cta-btn, .tk-mascots-slider .tk-card-slider .tk-gallery-slider__prev, .tk-card-slider .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-card-slider .tk-venues-slider__prev, .tk-card-slider .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider .tk-card-slider__prev, .tk-card-slider .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-card-slider .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider .tk-homepage__slider-prev, .tk-card-slider .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-card-slider .tk-mascots-slider-prev, .tk-card-slider .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-card-slider .tk-mascots-slider__prev, .tk-card-slider .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-card-slider .tk-gallery-slider__next, .tk-card-slider .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-card-slider .tk-venues-slider__next, .tk-card-slider .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider .tk-card-slider__next, .tk-card-slider .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-card-slider .tk-card-slider__next--external, .tk-card-slider--external .tk-card-slider .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider .tk-homepage__slider-next, .tk-card-slider .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-card-slider .tk-mascots-slider-next, .tk-card-slider .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-card-slider .tk-mascots-slider__next, .tk-card-slider .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tk-homepage__slider .tk-gallery-slider__prev, .tk-homepage__slider .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-homepage__slider .tk-venues-slider__prev, .tk-homepage__slider .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-homepage__slider .tk-card-slider__prev, .tk-homepage__slider .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-homepage__slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__prev--external, .tk-card-slider--external .tk-homepage__slider .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider .tk-homepage__slider-prev, .tk-homepage__slider .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-homepage__slider .tk-mascots-slider-prev, .tk-homepage__slider .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-homepage__slider .tk-mascots-slider__prev, .tk-homepage__slider .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-homepage__slider .tk-gallery-slider__next, .tk-homepage__slider .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-homepage__slider .tk-venues-slider__next, .tk-homepage__slider .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-homepage__slider .tk-card-slider__next, .tk-homepage__slider .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-homepage__slider .tk-card-slider--external .tk-card-slider__next--external, .tk-homepage__slider .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-card-slider--external .tk-homepage__slider .tk-card-slider__next--external, .tk-card-slider--external .tk-homepage__slider .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider .tk-homepage__slider-next, .tk-homepage__slider .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-homepage__slider .tk-mascots-slider-next, .tk-homepage__slider .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-homepage__slider .tk-mascots-slider__next, .tk-homepage__slider .tk-mascots-slider .tk-mascots-slider__next, .tk-mascots-slider .tokyo2020--paralympics .tk-torch__container-viewall-link, .tokyo2020--paralympics .tk-mascots-slider .tk-torch__container-viewall-link, .tk-mascots-slider .tokyo2020--olympics .tk-omega-clock-right, .tokyo2020--olympics .tk-mascots-slider .tk-omega-clock-right, .tk-mascots-slider .tokyo2020--paralympics .tk-omega-clock-right, .tokyo2020--paralympics .tk-mascots-slider .tk-omega-clock-right, .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none; }

.tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-top: 0;
  top: 160px;
  width: 2.75rem;
  height: 5.25rem; }
  @media (max-width: 575.98px) {
    .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
      top: 80px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
      top: 60px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
      top: 150px; } }
  @media (min-width: 768px) {
    .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
      width: 2.25rem;
      height: 2.25rem;
      margin-top: -3.25rem;
      border-radius: 50%;
      background: #ffffff;
      color: #856a47;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #dadada; }
      .tk-mascots-slider .tk-gallery-slider__prev:hover, .tk-mascots-slider .tk-venues-slider__prev:hover, .tk-mascots-slider .tk-card-slider__prev:hover, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:hover, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:hover, .tk-mascots-slider .tk-homepage__slider-prev:hover, .tk-mascots-slider .tk-mascots-slider-prev:hover, .tk-mascots-slider .tk-mascots-slider__prev:hover, .tk-mascots-slider .tk-gallery-slider__next:hover, .tk-mascots-slider .tk-venues-slider__next:hover, .tk-mascots-slider .tk-card-slider__next:hover, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:hover, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:hover, .tk-mascots-slider .tk-homepage__slider-next:hover, .tk-mascots-slider .tk-mascots-slider-next:hover, .tk-mascots-slider .tk-mascots-slider__next:hover, .tk-mascots-slider .tk-gallery-slider__prev:focus, .tk-mascots-slider .tk-venues-slider__prev:focus, .tk-mascots-slider .tk-card-slider__prev:focus, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external:focus, .tk-mascots-slider .tk-homepage__slider-prev:focus, .tk-mascots-slider .tk-mascots-slider-prev:focus, .tk-mascots-slider .tk-mascots-slider__prev:focus, .tk-mascots-slider .tk-gallery-slider__next:focus, .tk-mascots-slider .tk-venues-slider__next:focus, .tk-mascots-slider .tk-card-slider__next:focus, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external:focus, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external:focus, .tk-mascots-slider .tk-homepage__slider-next:focus, .tk-mascots-slider .tk-mascots-slider-next:focus, .tk-mascots-slider .tk-mascots-slider__next:focus {
        box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2); } }
  @media (min-width: 992px) {
    .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
      width: 2.875rem;
      height: 2.875rem;
      margin-top: -3.5625rem; } }
  @media (min-width: 1260px) {
    .tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev, .tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
      width: 3.75rem;
      height: 3.75rem;
      margin-top: -4rem; } }

.tk-mascots-slider .tk-gallery-slider__prev, .tk-mascots-slider .tk-venues-slider__prev, .tk-mascots-slider .tk-card-slider__prev, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__prev--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__prev--external, .tk-mascots-slider .tk-homepage__slider-prev, .tk-mascots-slider .tk-mascots-slider-prev, .tk-mascots-slider .tk-mascots-slider__prev {
  left: 10px;
  right: auto; }

.tk-mascots-slider .tk-gallery-slider__next, .tk-mascots-slider .tk-venues-slider__next, .tk-mascots-slider .tk-card-slider__next, .tk-mascots-slider .tk-card-slider--external .tk-card-slider__next--external, .tk-card-slider--external .tk-mascots-slider .tk-card-slider__next--external, .tk-mascots-slider .tk-homepage__slider-next, .tk-mascots-slider .tk-mascots-slider-next, .tk-mascots-slider .tk-mascots-slider__next {
  left: auto;
  right: 10px; }

.tk-mascots-slider__picture__title {
  font-size: 1.25rem;
  font-weight: 700; }

.tk-mascots-slider__picture .tk-card__picture img {
  width: 50%;
  padding: 50px 0; }

.tk-mascots-slider .swiper-slide-active .tk-mascots-slider__picture {
  margin-bottom: 15px; }

.tk-mascots-slider .swiper-slide-next .tk-mascots-slider__picture {
  border-left: 1px solid #9fa0a0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }

.tk-mascots-slider .swiper-slide-prev .tk-mascots-slider__picture {
  border-right: 1px solid #9fa0a0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }

.tk-mascots-slider.accordion-opened .swiper-slide-active {
  border-bottom: 2px solid #b11d33; }
  .tk-mascots-slider.accordion-opened .swiper-slide-active .tk-mascots-slider__btn {
    border-color: #b11d33;
    background-color: #b11d33;
    color: #ffffff; }
    .tk-mascots-slider.accordion-opened .swiper-slide-active .tk-mascots-slider__btn span::before {
      content: "\e003"; }

.tk-mascots-slider__card {
  position: relative;
  text-align: center;
  height: 413px !important; }
  @media (max-width: 1259.98px) {
    .tk-mascots-slider__card {
      height: 350px !important; } }
  @media (max-width: 575.98px) {
    .tk-mascots-slider__card {
      height: 413px !important; } }
  .tk-mascots-slider__card__content {
    margin-bottom: 70px; }

.tk-mascots-slider__btn {
  border-radius: 16px;
  border: 1px solid #000000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -11px;
  padding: 0;
  background-color: transparent;
  width: 24px;
  height: 24px; }
  .tk-mascots-slider__btn span {
    display: block; }
    .tk-mascots-slider__btn span::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%; }

.tk-mascots-slider.accordion-opened .tk-mascots-slider__caption-container {
  background-color: #f4f4f4; }

.tk-mascots-slider__caption-container {
  min-height: 20px; }

.tk-mascots-slider__caption-element {
  padding: 40px; }
  .tk-mascots-slider__caption-element__titolo {
    font-size: 1.5rem;
    font-weight: 700; }
  .tk-mascots-slider__caption-element__description {
    font-weight: 400;
    padding-left: 20px;
    margin: 20px 0;
    border-left: 1px solid #9fa0a0; }

.tk-live-now {
  position: relative;
  margin-top: 0;
  overflow: hidden; }
  .tk-live-now__card {
    display: flex; }
    .tk-live-now__card_topic {
      margin-bottom: 5px; }
  .tk-live-now__card-main {
    margin-top: 0 !important; }
  .tk-live-now .tk-disciplines__picto {
    width: 44px;
    height: 44px;
    margin-top: 16px;
    margin-right: 10px;
    margin-left: 0;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .tk-live-now .tk-disciplines__picto {
        width: 60px;
        height: 60px;
        margin-right: 20px; } }
  @media (max-width: 1259.98px) {
    .tk-live-now.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-live-now__card-main {
      max-width: 195px; } }
  @media (min-width: 1260px) {
    .tk-live-now.tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-live-now__card-main {
      max-width: 280px; } }
  .tk-live-now .tk-medal {
    position: absolute;
    right: 0;
    top: -6px;
    width: 0.875rem;
    height: 1.5rem; }
    @media (min-width: 768px) {
      .tk-live-now .tk-medal {
        top: 8px; } }
  .tk-live-now__participants {
    line-height: 1.5;
    font-size: 0.875rem; }
  .tk-live-now__participant-flag {
    height: 12px;
    margin-bottom: 2px;
    border: 1px solid #dadada; }
  @media (max-width: 991.98px) {
    .tk-live-now .tk-cardsgroup--cardslider .tk-cardsgroup__item .tk-card__main {
      max-width: 350px; } }
  .tk-live-now .tk-card__header {
    margin-bottom: 0; }
    .tk-live-now .tk-card__header .tk-card__topic {
      margin-bottom: 5px;
      padding-right: 2rem; }
  .tk-live-now .swiper-slide {
    min-height: 144px;
    width: 266px;
    display: flex;
    margin-right: 8px;
    margin-left: 4px; }
    @media (min-width: 768px) {
      .tk-live-now .swiper-slide {
        width: 350px; } }
    @media (min-width: 992px) {
      .tk-live-now .swiper-slide {
        width: 429px; } }
    @media (min-width: 1260px) {
      .tk-live-now .swiper-slide {
        width: 369.333px; } }
    .tk-live-now .swiper-slide:not(:last-child) {
      border-right: 1px solid #dadada; }
    .tk-live-now .swiper-slide:last-child {
      margin-right: 0; }
  .tk-live-now .tk-card-slider__next,
  .tk-live-now .tk-card-slider__prev {
    margin-top: -22px; }
    @media (max-width: 767.98px) {
      .tk-live-now .tk-card-slider__next,
      .tk-live-now .tk-card-slider__prev {
        display: none !important; } }
  .tk-live-now .swiper-pagination-bullets-dynamic {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    height: 26px; }
    .tk-live-now .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      position: relative;
      width: 17px;
      height: 17px;
      background-color: #9fa0a0;
      display: inline-block;
      border: 5px solid #ffffff;
      border-radius: 10px;
      margin-top: 5px;
      margin-right: 5px;
      transition: .2s transform,.2s left; }
    .tk-live-now .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
      -webkit-transform: scale(0.33);
              transform: scale(0.33); }
    .tk-live-now .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
      -webkit-transform: scale(0.66);
              transform: scale(0.66); }
    .tk-live-now .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
      -webkit-transform: scale(0.66);
              transform: scale(0.66); }
    .tk-live-now .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
      -webkit-transform: scale(0.33);
              transform: scale(0.33); }
  .tk-live-now .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: inline-block;
    padding: 3px;
    width: 17px;
    height: 17px;
    background-color: #856a47;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 0px 1.5px #856a47;
    border-radius: 10px;
    margin-right: 5px; }
  .tk-live-now .tk-cardsgroup__item-link {
    width: 100%; }
    .tk-live-now .tk-cardsgroup__item-link:hover {
      background-color: #ffffff; }

.tk-live-now-slider__prev, .tk-live-now-slider__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none; }

.tk-live-now-slider__prev, .tk-live-now-slider__next {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 0;
  width: 2.75rem;
  height: 5.25rem; }
  @media (min-width: 768px) {
    .tk-live-now-slider__prev, .tk-live-now-slider__next {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 50%;
      background: #ffffff;
      color: #856a47;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #dadada; }
      .tk-live-now-slider__prev:hover, .tk-live-now-slider__next:hover, .tk-live-now-slider__prev:focus, .tk-live-now-slider__next:focus {
        box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.2); } }
  @media (min-width: 992px) {
    .tk-live-now-slider__prev, .tk-live-now-slider__next {
      width: 2.875rem;
      height: 2.875rem; } }
  @media (min-width: 1260px) {
    .tk-live-now-slider__prev, .tk-live-now-slider__next {
      width: 3.75rem;
      height: 3.75rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-live-now-slider__prev {
    left: -12px;
    right: auto;
    top: 36px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-live-now-slider__prev {
    left: -25px;
    right: auto;
    top: 31px; } }

@media (min-width: 1260px) {
  .tk-live-now-slider__prev {
    top: 24px;
    left: -30px;
    right: auto; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tk-live-now-slider__next {
    left: auto;
    right: -12px;
    top: 36px; } }

@media (min-width: 992px) and (max-width: 1259.98px) {
  .tk-live-now-slider__next {
    left: auto;
    right: -25px;
    top: 31px; } }

@media (min-width: 1260px) {
  .tk-live-now-slider__next {
    left: auto;
    right: -30px;
    top: 24px; } }

@media (min-width: 768px) {
  .tk-live-now__wrapper {
    position: relative;
    padding: 0 34px; } }

@media (min-width: 992px) {
  .tk-live-now__wrapper {
    padding-left: 31px;
    padding-right: 31px; } }

@media (min-width: 1260px) {
  .tk-live-now__wrapper {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 767.98px) {
  .tk-live-now__navigation {
    display: none; } }

/*# sourceMappingURL=../maps/main.css.map */
