@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,900&display=swap");
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(vendor/swiper.min.css);
@import url(vendor/default.css);
@import url(vendor/default.date.css);
@import url(vendor/default.time.css);

@media print, screen and (min-width: 40em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64.0625em&xlarge=75em&xxlarge=90em";
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #0A172B;
    font-family: "din regular", "Noto Sans TC", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: pointer;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grid-x > .auto {
    width: auto;
}

.grid-x > .shrink {
    width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grid-x > .small-1 {
    width: 8.33333%;
}

.grid-x > .small-2 {
    width: 16.66667%;
}

.grid-x > .small-3 {
    width: 25%;
}

.grid-x > .small-4 {
    width: 33.33333%;
}

.grid-x > .small-5 {
    width: 41.66667%;
}

.grid-x > .small-6 {
    width: 50%;
}

.grid-x > .small-7 {
    width: 58.33333%;
}

.grid-x > .small-8 {
    width: 66.66667%;
}

.grid-x > .small-9 {
    width: 75%;
}

.grid-x > .small-10 {
    width: 83.33333%;
}

.grid-x > .small-11 {
    width: 91.66667%;
}

.grid-x > .small-12 {
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }

    .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-x > .medium-shrink {
        width: auto;
    }

    .grid-x > .medium-1 {
        width: 8.33333%;
    }

    .grid-x > .medium-2 {
        width: 16.66667%;
    }

    .grid-x > .medium-3 {
        width: 25%;
    }

    .grid-x > .medium-4 {
        width: 33.33333%;
    }

    .grid-x > .medium-5 {
        width: 41.66667%;
    }

    .grid-x > .medium-6 {
        width: 50%;
    }

    .grid-x > .medium-7 {
        width: 58.33333%;
    }

    .grid-x > .medium-8 {
        width: 66.66667%;
    }

    .grid-x > .medium-9 {
        width: 75%;
    }

    .grid-x > .medium-10 {
        width: 83.33333%;
    }

    .grid-x > .medium-11 {
        width: 91.66667%;
    }

    .grid-x > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }

    .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-x > .large-shrink {
        width: auto;
    }

    .grid-x > .large-1 {
        width: 8.33333%;
    }

    .grid-x > .large-2 {
        width: 16.66667%;
    }

    .grid-x > .large-3 {
        width: 25%;
    }

    .grid-x > .large-4 {
        width: 33.33333%;
    }

    .grid-x > .large-5 {
        width: 41.66667%;
    }

    .grid-x > .large-6 {
        width: 50%;
    }

    .grid-x > .large-7 {
        width: 58.33333%;
    }

    .grid-x > .large-8 {
        width: 66.66667%;
    }

    .grid-x > .large-9 {
        width: 75%;
    }

    .grid-x > .large-10 {
        width: 83.33333%;
    }

    .grid-x > .large-11 {
        width: 91.66667%;
    }

    .grid-x > .large-12 {
        width: 100%;
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto;
}

.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
}

.grid-margin-x > .auto {
    width: auto;
}

.grid-margin-x > .shrink {
    width: auto;
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto;
    }

    .grid-margin-x > .shrink {
        width: auto;
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x > .medium-auto {
        width: auto;
    }

    .grid-margin-x > .medium-shrink {
        width: auto;
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem);
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-margin-x > .large-auto {
        width: auto;
    }

    .grid-margin-x > .large-shrink {
        width: auto;
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem);
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem);
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem);
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem);
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem);
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem);
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}

.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.small-up-1 > .cell {
    width: 100%;
}

.small-up-2 > .cell {
    width: 50%;
}

.small-up-3 > .cell {
    width: 33.33333%;
}

.small-up-4 > .cell {
    width: 25%;
}

.small-up-5 > .cell {
    width: 20%;
}

.small-up-6 > .cell {
    width: 16.66667%;
}

.small-up-7 > .cell {
    width: 14.28571%;
}

.small-up-8 > .cell {
    width: 12.5%;
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%;
    }

    .medium-up-2 > .cell {
        width: 50%;
    }

    .medium-up-3 > .cell {
        width: 33.33333%;
    }

    .medium-up-4 > .cell {
        width: 25%;
    }

    .medium-up-5 > .cell {
        width: 20%;
    }

    .medium-up-6 > .cell {
        width: 16.66667%;
    }

    .medium-up-7 > .cell {
        width: 14.28571%;
    }

    .medium-up-8 > .cell {
        width: 12.5%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-up-1 > .cell {
        width: 100%;
    }

    .large-up-2 > .cell {
        width: 50%;
    }

    .large-up-3 > .cell {
        width: 33.33333%;
    }

    .large-up-4 > .cell {
        width: 25%;
    }

    .large-up-5 > .cell {
        width: 20%;
    }

    .large-up-6 > .cell {
        width: 16.66667%;
    }

    .large-up-7 > .cell {
        width: 14.28571%;
    }

    .large-up-8 > .cell {
        width: 12.5%;
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0;
}

.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
}

.small-margin-collapse > .small-1 {
    width: 8.33333%;
}

.small-margin-collapse > .small-2 {
    width: 16.66667%;
}

.small-margin-collapse > .small-3 {
    width: 25%;
}

.small-margin-collapse > .small-4 {
    width: 33.33333%;
}

.small-margin-collapse > .small-5 {
    width: 41.66667%;
}

.small-margin-collapse > .small-6 {
    width: 50%;
}

.small-margin-collapse > .small-7 {
    width: 58.33333%;
}

.small-margin-collapse > .small-8 {
    width: 66.66667%;
}

.small-margin-collapse > .small-9 {
    width: 75%;
}

.small-margin-collapse > .small-10 {
    width: 83.33333%;
}

.small-margin-collapse > .small-11 {
    width: 91.66667%;
}

.small-margin-collapse > .small-12 {
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%;
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%;
    }

    .small-margin-collapse > .medium-3 {
        width: 25%;
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%;
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%;
    }

    .small-margin-collapse > .medium-6 {
        width: 50%;
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%;
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%;
    }

    .small-margin-collapse > .medium-9 {
        width: 75%;
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%;
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%;
    }

    .small-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%;
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%;
    }

    .small-margin-collapse > .large-3 {
        width: 25%;
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%;
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%;
    }

    .small-margin-collapse > .large-6 {
        width: 50%;
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%;
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%;
    }

    .small-margin-collapse > .large-9 {
        width: 75%;
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%;
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%;
    }

    .small-margin-collapse > .large-12 {
        width: 100%;
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
}

.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%;
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%;
    }

    .medium-margin-collapse > .small-3 {
        width: 25%;
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%;
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%;
    }

    .medium-margin-collapse > .small-6 {
        width: 50%;
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%;
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%;
    }

    .medium-margin-collapse > .small-9 {
        width: 75%;
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%;
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%;
    }

    .medium-margin-collapse > .small-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%;
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%;
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%;
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%;
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%;
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%;
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%;
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%;
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%;
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%;
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%;
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%;
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%;
    }

    .medium-margin-collapse > .large-3 {
        width: 25%;
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%;
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%;
    }

    .medium-margin-collapse > .large-6 {
        width: 50%;
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%;
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%;
    }

    .medium-margin-collapse > .large-9 {
        width: 75%;
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%;
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%;
    }

    .medium-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%;
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%;
    }

    .large-margin-collapse > .small-3 {
        width: 25%;
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%;
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%;
    }

    .large-margin-collapse > .small-6 {
        width: 50%;
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%;
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%;
    }

    .large-margin-collapse > .small-9 {
        width: 75%;
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%;
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%;
    }

    .large-margin-collapse > .small-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%;
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%;
    }

    .large-margin-collapse > .medium-3 {
        width: 25%;
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%;
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%;
    }

    .large-margin-collapse > .medium-6 {
        width: 50%;
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%;
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%;
    }

    .large-margin-collapse > .medium-9 {
        width: 75%;
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%;
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%;
    }

    .large-margin-collapse > .medium-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%;
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%;
    }

    .large-margin-collapse > .large-3 {
        width: 25%;
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%;
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%;
    }

    .large-margin-collapse > .large-6 {
        width: 50%;
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%;
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%;
    }

    .large-margin-collapse > .large-9 {
        width: 75%;
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%;
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%;
    }

    .large-margin-collapse > .large-12 {
        width: 100%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }
}

.small-offset-0 {
    margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
    margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
    margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
    margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%;
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 0.9375rem);
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-offset-0 {
        margin-left: 0%;
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 0.9375rem);
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.grid-y > .cell {
    height: auto;
    max-height: none;
}

.grid-y > .auto {
    height: auto;
}

.grid-y > .shrink {
    height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.grid-y > .small-1 {
    height: 8.33333%;
}

.grid-y > .small-2 {
    height: 16.66667%;
}

.grid-y > .small-3 {
    height: 25%;
}

.grid-y > .small-4 {
    height: 33.33333%;
}

.grid-y > .small-5 {
    height: 41.66667%;
}

.grid-y > .small-6 {
    height: 50%;
}

.grid-y > .small-7 {
    height: 58.33333%;
}

.grid-y > .small-8 {
    height: 66.66667%;
}

.grid-y > .small-9 {
    height: 75%;
}

.grid-y > .small-10 {
    height: 83.33333%;
}

.grid-y > .small-11 {
    height: 91.66667%;
}

.grid-y > .small-12 {
    height: 100%;
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }

    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-y > .medium-shrink {
        height: auto;
    }

    .grid-y > .medium-1 {
        height: 8.33333%;
    }

    .grid-y > .medium-2 {
        height: 16.66667%;
    }

    .grid-y > .medium-3 {
        height: 25%;
    }

    .grid-y > .medium-4 {
        height: 33.33333%;
    }

    .grid-y > .medium-5 {
        height: 41.66667%;
    }

    .grid-y > .medium-6 {
        height: 50%;
    }

    .grid-y > .medium-7 {
        height: 58.33333%;
    }

    .grid-y > .medium-8 {
        height: 66.66667%;
    }

    .grid-y > .medium-9 {
        height: 75%;
    }

    .grid-y > .medium-10 {
        height: 83.33333%;
    }

    .grid-y > .medium-11 {
        height: 91.66667%;
    }

    .grid-y > .medium-12 {
        height: 100%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }

    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .grid-y > .large-shrink {
        height: auto;
    }

    .grid-y > .large-1 {
        height: 8.33333%;
    }

    .grid-y > .large-2 {
        height: 16.66667%;
    }

    .grid-y > .large-3 {
        height: 25%;
    }

    .grid-y > .large-4 {
        height: 33.33333%;
    }

    .grid-y > .large-5 {
        height: 41.66667%;
    }

    .grid-y > .large-6 {
        height: 50%;
    }

    .grid-y > .large-7 {
        height: 58.33333%;
    }

    .grid-y > .large-8 {
        height: 66.66667%;
    }

    .grid-y > .large-9 {
        height: 75%;
    }

    .grid-y > .large-10 {
        height: 83.33333%;
    }

    .grid-y > .large-11 {
        height: 91.66667%;
    }

    .grid-y > .large-12 {
        height: 100%;
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}

.grid-margin-y > .auto {
    height: auto;
}

.grid-margin-y > .shrink {
    height: auto;
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto;
    }

    .grid-margin-y > .shrink {
        height: auto;
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem);
    }

    .grid-margin-y > .medium-auto {
        height: auto;
    }

    .grid-margin-y > .medium-shrink {
        height: auto;
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-margin-y > .large-auto {
        height: auto;
    }

    .grid-margin-y > .large-shrink {
        height: auto;
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
}

.cell .grid-frame {
    width: 100%;
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}

.cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw;
    }

    .cell .medium-grid-frame {
        width: 100%;
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw;
    }

    .cell .large-grid-frame {
        width: 100%;
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }

    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
    }
}

.cell .grid-y.grid-frame {
    height: 100%;
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .cell .grid-y.large-grid-frame {
        height: 100%;
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}

.grid-margin-y > .auto {
    height: auto;
}

.grid-margin-y > .shrink {
    height: auto;
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto;
    }

    .grid-margin-y > .shrink {
        height: auto;
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem);
    }

    .grid-margin-y > .medium-auto {
        height: auto;
    }

    .grid-margin-y > .medium-shrink {
        height: auto;
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-margin-y > .large-auto {
        height: auto;
    }

    .grid-margin-y > .large-shrink {
        height: auto;
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem);
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem);
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem);
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem);
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem);
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem);
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

@media print, screen and (min-width: 64.0625em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
}

html.is-reveal-open body {
    overflow-y: hidden;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: auto;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
    outline: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

.reveal.collapse {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
}

.sticky.is-stuck.is-at-top {
    top: 0;
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.clearfix::after {
    clear: both;
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 64.06125em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64.0625em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 64.06125em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 64.06125em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

/* Custom Function */
/* Font Style */
@font-face {
    font-family: 'din condence regular';
    font-style: normal;
    src: url("../fonts/din-cond/DINWeb-Cond.eot") format("eot"), url("../fonts/din-cond/DINWeb-Cond.ttf") format("ttf"), url("../fonts/din-cond/DINWeb-Cond.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'din condence bold';
    font-style: normal;
    src: url("../fonts/din-cond/DINWeb-CondBold.eot") format("eot"), url("../fonts/din-cond/DINWeb-CondBold.ttf") format("ttf"), url("../fonts/din-cond/DINWeb-CondBold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'din condence black';
    font-style: normal;
    src: url("../fonts/din-cond/DINWeb-CondBlack.eot") format("eot"), url("../fonts/din-cond/DINWeb-CondBlack.ttf") format("ttf"), url("../fonts/din-cond/DINWeb-CondBlack.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "din light";
    src: url("../fonts/din/DIN-Light.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/din/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/din/DIN-Light.ttf") format("truetype"), url("../fonts/din/DIN-Light.woff") format("woff"), url("../fonts/din/DIN-Light.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "din regular";
    src: url("../fonts/din/DIN-Regular.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/din/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/din/DIN-Regular.ttf") format("truetype"), url("../fonts/din/DIN-Regular.woff") format("woff"), url("../fonts/din/DIN-Regular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "din medium";
    src: url("../fonts/din/DIN-Medium.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/din/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/din/DIN-Medium.ttf") format("truetype"), url("../fonts/din/DIN-Medium.woff") format("woff"), url("../fonts/din/DIN-Medium.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "din bold";
    src: url("../fonts/din/DIN-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/din/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/din/DIN-Bold.ttf") format("truetype"), url("../fonts/din/DIN-Bold.woff") format("woff"), url("../fonts/din/DIN-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Vendor Style */
@font-face {
    font-family: "icon";
    src: url("../fonts/icons/icon.eot?1577097990714");
    src: url("../fonts/icons/icon.eot?#iefix-1577097990714") format("embedded-opentype"), url("../fonts/icons/icon.woff2?1577097990714") format("woff2"), url("../fonts/icons/icon.woff?1577097990714") format("woff"), url("../fonts/icons/icon.ttf?1577097990714") format("truetype"), url("../fonts/icons/icon.svg?1577097990714#icon") format("svg");
}

.be-icon:before {
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    line-height: 1em;
    margin-left: .2em;
}

/* Glyphs list */
.be-icon-arrow-down:before {
    content: '\ea01';
}

.be-icon-arrow-left:before {
    content: '\ea02';
}

.be-icon-arrow-right:before {
    content: '\ea03';
}

.be-icon-calendar:before {
    content: '\ea04';
}

.be-icon-close:before {
    content: '\ea05';
}

.be-icon-facebook:before {
    content: '\ea06';
}

.be-icon-instagram:before {
    content: '\ea07';
}

.be-icon-lock-solid:before {
    content: '\ea08';
}

.be-icon-share:before {
    content: '\ea09';
}

/* Page Style */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 25px;
    height: 22px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    border-radius: 5px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    -webkit-perspective: 50px;
    perspective: 50px;
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 50px;
    perspective: 50px;
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
    -webkit-perspective: 50px;
    perspective: 50px;
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 50px;
    perspective: 50px;
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 50px;
    perspective: 50px;
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 50px;
    perspective: 50px;
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    -webkit-transition-property: none;
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 1px;
    -webkit-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
    top: 1px;
    -webkit-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -50px;
    top: -50px;
    -webkit-transform: translate3d(50px, 50px, 0) rotate(45deg);
    transform: translate3d(50px, 50px, 0) rotate(45deg);
    -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -50px;
    top: -50px;
    -webkit-transform: translate3d(-50px, 50px, 0) rotate(-45deg);
    transform: translate3d(-50px, 50px, 0) rotate(-45deg);
    -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.125s 0.175s ease-in;
    transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -50px;
    top: 50px;
    -webkit-transform: translate3d(50px, -50px, 0) rotate(-45deg);
    transform: translate3d(50px, -50px, 0) rotate(-45deg);
    -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -50px;
    top: 50px;
    -webkit-transform: translate3d(-50px, -50px, 0) rotate(45deg);
    transform: translate3d(-50px, -50px, 0) rotate(45deg);
    -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    -webkit-transition: bottom 0.3s 0s ease-out, top 0.3s 0s ease-out, opacity 0s linear;
    transition: bottom 0.3s 0s ease-out, top 0.3s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    -webkit-transition: bottom 0.3s ease-out, top 0.3s ease-out, opacity 0s 0.3s linear;
    transition: bottom 0.3s ease-out, top 0.3s ease-out, opacity 0s 0.3s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 1px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.57143px, -8px, 0);
    transform: rotate(-45deg) translate3d(-3.57143px, -8px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
    top: 1px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(3.57143px, -8px, 0);
    transform: rotate(45deg) translate3d(3.57143px, -8px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 1px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.2s 0.12s ease, opacity 0.2s ease;
    transition: top 0.2s 0.12s ease, opacity 0.2s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.2s 0.12s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.2s 0.12s ease, -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.2s 0.12s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.2s 0.12s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s 0.12s ease;
    transition: top 0.2s ease, opacity 0.2s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.2s ease, -webkit-transform 0.2s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.2s ease, -webkit-transform 0.2s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.2s ease, transform 0.2s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.2s ease, transform 0.2s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* Vendor Style*/
p, option, span, button {
    font-size: 1rem;
    margin: 0;
}

p.bold, option.bold, span.bold, button.bold {
    font-weight: bold;
}

p.fs13, option.fs13, span.fs13, button.fs13 {
    font-size: 0.8125rem;
}

p.fs14, option.fs14, span.fs14, button.fs14 {
    font-size: 0.875rem;
}

p.fs15, option.fs15, span.fs15, button.fs15 {
    font-size: 0.9375rem;
}

p.fs18, option.fs18, span.fs18, button.fs18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 64.06125em) {
    p.fs18, option.fs18, span.fs18, button.fs18 {
        font-size: 1rem;
    }
}

p.fs20, option.fs20, span.fs20, button.fs20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 64.06125em) {
    p.fs20, option.fs20, span.fs20, button.fs20 {
        font-size: 1.125rem;
    }
}

p.fs24, option.fs24, span.fs24, button.fs24 {
    font-size: 1.5rem;
}

@media screen and (max-width: 64.06125em) {
    p.fs24, option.fs24, span.fs24, button.fs24 {
        font-size: 1.25rem;
    }
}

p a, option a, span a, button a {
    cursor: pointer;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
    font-weight: 900 !important;
}

h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
    font-weight: 500 !important;
}

h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
    font-weight: 400 !important;
}

h1 {
    font-size: 3.5rem;
}

@media screen and (max-width: 64.06125em) {
    h1 {
        font-size: 1.5rem;
    }
}

h2 {
    font-size: 2.5rem;
}

@media screen and (max-width: 64.06125em) {
    h2 {
        font-size: 1.375rem;
    }
}

h3 {
    font-size: 2rem;
}

@media screen and (max-width: 64.06125em) {
    h3 {
        font-size: 1.25rem;
    }
}

h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 64.06125em) {
    h4 {
        font-size: 1.125rem;
    }
}

h5 {
    font-size: 1.125rem;
}

@media screen and (max-width: 64.06125em) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-size: 1rem;
}

@media screen and (max-width: 64.06125em) {
    h6 {
        font-size: 0.875rem;
    }
}

/* Reset Select */
select, legend, input, [type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    padding: 0;
    margin: 0;
}

button {
    outline: 0;
}

.svg img {
    width: 100%;
}

.be-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.be-icon:before {
    margin: 0;
    width: auto;
}

.din-l {
    font-family: 'din light';
}

.din-r {
    font-family: 'din regular';
}

.din-m {
    font-family: 'din medium';
}

.din-b {
    font-family: 'din bold';
}

.din-con {
    font-family: 'din condence regular';
}

.din-con-bold {
    font-family: 'din condence bold';
}

.din-con-black {
    font-family: 'din condence black';
}

.notosans {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

.notosans.light {
    font-weight: 300;
}

.notosans.bold {
    font-weight: 700;
}

.mg0 {
    margin: 0 !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

@media screen and (max-width: 39.99875em) {
    .mb40 {
        margin-bottom: 20px !important;
    }
}

.mb30 {
    margin-bottom: 30px !important;
}

@media screen and (max-width: 39.99875em) {
    .mb30 {
        margin-bottom: 15px !important;
    }
}

.mb20 {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 39.99875em) {
    .mb20 {
        margin-bottom: 10px !important;
    }
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.lh1 {
    line-height: 1;
}

.lh100 {
    line-height: 100%;
}

.lh110 {
    line-height: 110%;
}

.lh120 {
    line-height: 120%;
}

.lh130 {
    line-height: 130%;
}

.lh140 {
    line-height: 140%;
}

.lh150 {
    line-height: 150%;
}

.ls0 {
    letter-spacing: 0px;
}

.ls1 {
    letter-spacing: 1px;
}

.ls2 {
    letter-spacing: 2px;
}

.ls3 {
    letter-spacing: 3px;
}

.unbold {
    font-weight: 400;
}

.uptxt {
    text-transform: uppercase;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover {
    color: #ccc;
}

.divide-space {
    height: 50px;
    clear: both;
}

/* Container Style*/
body.is-opened {
    overflow: hidden;
}

header {
    position: relative;
    background-color: #0A172B;
    width: calc(100% - 80px);
    margin: auto;
    margin-top: 10px;
    height: 90px;
}

header .header-wrap[desktop] {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    height: 90px;
}

header .header-wrap[mobile] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 60px);
    margin: 0px 30px;
    height: 60px;
    border-bottom: 3px solid #fff;
    background-color: #0A172B;
}

@media screen and (max-width: 39.99875em) {
    header .header-wrap[mobile] {
        width: calc(100% - 40px);
        margin: 0px 20px;
    }
}

header .header-wrap[mobile] .mo-cover {
    z-index: 10;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    opacity: 0.95;
    background-color: #0C1B33;
    -webkit-transition: all 0.55s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.55s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    height: 0;
    overflow: hidden;
}

header .header-wrap[mobile] .mo-cover.menu-opened {
    height: calc(100vh - 60px);
}

header .header-wrap[mobile] .mo-menu {
    z-index: 20;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0;
    z-index: -1;
    overflow: hidden;
}

header .header-wrap[mobile] .mo-menu .menu-box {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

header .header-wrap[mobile] .mo-menu .menu-box li {
    margin: 0;
    -webkit-transform: scale(1.1) translateY(-20px);
    transform: scale(1.1) translateY(-20px);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
}

header .header-wrap[mobile] .mo-menu .menu-box li:nth-child(1) {
    -webkit-transition-delay: 0.23s;
    transition-delay: 0.23s;
}

header .header-wrap[mobile] .mo-menu .menu-box li:nth-child(2) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
}

header .header-wrap[mobile] .mo-menu .menu-box li:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

header .header-wrap[mobile] .mo-menu .menu-box li:nth-child(4) {
    -webkit-transition-delay: 0.02s;
    transition-delay: 0.02s;
}

header .header-wrap[mobile] .mo-menu .menu-box li:nth-child(5) {
    -webkit-transition-delay: -0.05s;
    transition-delay: -0.05s;
}

header .header-wrap[mobile] .mo-menu .menu-box li:nth-child(6) {
    -webkit-transition-delay: -0.12s;
    transition-delay: -0.12s;
}

header .header-wrap[mobile] .mo-menu .menu-box li:nth-child(7) {
    -webkit-transition-delay: -0.19s;
    transition-delay: -0.19s;
}

header .header-wrap[mobile] .mo-menu .menu-box a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #FFF;
    font-size: 0.8125rem;
    width: 100%;
    letter-spacing: 2px;
}

header .header-wrap[mobile] .mo-menu .menu-box .menu-item.more {
    position: relative;
    cursor: pointer;
    text-align: center;
}

header .header-wrap[mobile] .mo-menu .menu-box .menu-item.more span {
    display: inline-block;
    margin-left: 1.5rem;
    font-size: 0.8125rem;
    letter-spacing: 2px;
}

header .header-wrap[mobile] .mo-menu .menu-box .menu-item.more .be-icon {
    margin-left: 12.5px;
    font-size: 0.875rem;
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    top: 3px;
}

header .header-wrap[mobile] .mo-menu .menu-box .menu-item.more.opened .be-icon {
    -webkit-transform: rotate(180deg) scale(0.7);
    transform: rotate(180deg) scale(0.7);
}

header .header-wrap[mobile] .mo-menu .menu-box .sub-menu-item {
    max-height: 0;
    overflow: hidden;
}

header .header-wrap[mobile] .mo-menu .menu-box .sub-menu-item a {
    padding: 15px 0px;
}

header .header-wrap[mobile] .mo-menu .menu-box .sub-menu-item a:not(:last-child) {
    border-bottom: 1px solid #fff;
}

header .header-wrap[mobile] .mo-menu .menu-box .sub-menu-item a:last-child {
    padding-bottom: 0;
}

header .header-wrap[mobile] .mo-menu .menu-box .sub-menu-item.opened {
    max-height: 500px;
}

header .header-wrap[mobile] .mo-menu .menu-box.submenu-opened {
    margin-bottom: 50px;
}

header .header-wrap[mobile] .mo-menu .menu-box.submenu-opened li:not(.more) {
    color: #64686D;
    border-bottom: 1px solid #64686D;
}

header .header-wrap[mobile] .mo-menu .menu-box.submenu-opened li:not(.more) a {
    color: #64686D;
}

header .header-wrap[mobile] .mo-menu.menu-opened {
    z-index: 20;
    min-height: calc(100vh - 60px);
    overflow-y: scroll;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-box li {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-box li:nth-child(1) {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-box li:nth-child(2) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-box li:nth-child(3) {
    -webkit-transition-delay: 0.26s;
    transition-delay: 0.26s;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-box li:nth-child(4) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-box li:nth-child(5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-box li:nth-child(6) {
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-box li:nth-child(7) {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

header .header-wrap[mobile] .mo-menu.menu-opened .menu-item.order {
    opacity: 1;
}

header .header-wrap[mobile] .mo-menu .menu-item.order {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    color: #111100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
}

header .header-wrap[mobile] .mo-menu .menu-item.order span {
    color: #111100;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1;
}

header .header-wrap[mobile] .mo-menu .menu-item.order .be-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .header-wrap[mobile] .mo-menu .menu-box.submenu-opened .menu-item.order {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 20px 0px;
}

@media screen and (max-width: 64.06125em) {
    header {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 39.99875em) {
    header {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 64.06125em) {
    header {
        margin-top: 0px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
    }
}

header .logo img {
    width: 150px;
}

@media screen and (max-width: 64.06125em) {
    header .logo img {
        width: 125px;
    }
}

header .menu {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

header .menu li:not(:last-child) {
    margin-right: 40px;
}

@media screen and (max-width: 80em) {
    header .menu li:not(:last-child) {
        margin-right: 20px;
    }
}

header .menu li a, header .menu li .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .menu li span {
    font-weight: 500;
    font-size: 0.8125rem;
    letter-spacing: 5px;
}

header .menu li .be-icon {
    font-size: 0.875rem;
    margin-left: 5px;
}

header .menu li .more {
    cursor: pointer;
}

header .menu li .more.is-opened .be-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .burger button.hamburger {
    outline: 0;
    position: relative;
}

header > .header-wrap > nav {
    padding-top: 44px;
}

/* end header */
.sub-menu {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    position: absolute;
    z-index: 5;
    border: 1px solid #fff;
    left: 0;
    bottom: -50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sub-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8125rem;
    width: 100%;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 2.5px 0px;
    background-color: #0A172B;
    font-family: 'din medium';
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sub-menu a:not(:last-child) {
    border-right: 1px solid white;
}

.sub-menu a:hover {
    background-color: #fff;
    color: #0A172B;
    font-family: 'din medium';
    font-weight: 500;
}

.sub-menu.is-opened {
    opacity: 1;
    visibility: visible;
    bottom: -30%;
}

.order-wrap {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.order-wrap .cover {
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.order-wrap button.close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    background: #fff;
    color: #111100;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-wrap button.close .be-icon {
    font-size: 0.75rem;
}

@media screen and (max-width: 64.06125em) {
    .order-wrap button.close {
        right: 30px;
        top: 70px;
    }
}

@media screen and (max-width: 39.99875em) {
    .order-wrap button.close {
        right: 20px;
        top: 20px;
    }
}

.order-wrap .order {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 20;
    width: 55%;
    height: 100%;
    background: #08172a;
    padding: 100px 40px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 64.06125em) {
    .order-wrap .order {
        width: 100%;
        padding: 105px 30px 30px 30px;
    }

    .order-wrap .order .form-box {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 64.06125em) and (max-width: 64.06125em) {
    .order-wrap .order .form-box {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 39.99875em) {
    .order-wrap .order {
        width: 100%;
        padding: 70px 20px 20px 20px;
    }
}

@media screen and (max-width: 64.06125em) {
    .order-wrap .order .text-box {
        margin-bottom: 40px;
    }
}

.order-wrap .order .text-box h6 {
    font-weight: 500;
    letter-spacing: 2px;
}

.order-wrap .order .text-box p {
    line-height: 28px;
    letter-spacing: 2px;
}

.order-wrap .global-form {
    width: 100%;
    padding-bottom: 20px;
}

@media screen and (max-width: 64.06125em) {
    .order-wrap .global-form {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 64.06125em) {
    .order-wrap .global-form .field:last-child {
        margin-bottom: 50px;
    }
}

.order-wrap.is-opened {
    z-index: 150;
    opacity: 1;
    visibility: visible;
}

.order-wrap.is-opened .cover {
    opacity: 1;
    visibility: visible;
}

.order-wrap.is-opened .order {
    right: 0;
}

footer {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0px;
    width: calc(100% - 80px);
    margin: auto;
    margin-bottom: 40px;
}

@media screen and (max-width: 64.06125em) {
    footer {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 39.99875em) {
    footer {
        width: calc(100% - 40px);
    }
}

footer .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .info .media {
    width: 50%;
}

footer .info .badge-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

footer .info .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

footer .info .social-media .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #111100;
    width: 30px;
    height: 30px;
    font-size: 1.125rem;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .info .social-media .box:not(:last-child) {
    margin-right: 20px;
}

footer .info .social-media .box:hover {
    background-color: #0A172B;
    color: #fff;
    border: 1px solid #fff;
}

@media screen and (max-width: 39.99875em) {
    footer .info .media {
        width: 100%;
    }
    footer .info .badge-media {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    footer .info .social-media {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
}

footer .info .address {
    width: 50%;
    margin-bottom: 30px;
    line-height: 28px;
}

footer .info .address p {
    letter-spacing: 5px;
}

@media screen and (max-width: 39.99875em) {
    footer .info .address {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

footer .info .logo {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .info .logo img {
    max-width: 9.375rem;
}

@media screen and (max-width: 39.99875em) {
    footer .info .logo img {
        max-width: 100%;
        width: 9.375rem;
        height: auto;
    }
}

@media screen and (max-width: 39.99875em) {
    footer .info .logo {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

footer .info .copyright {
    width: 50%;
    font-family: 'din medium';
}

@media screen and (max-width: 39.99875em) {
    footer .info .copyright {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 20px;
    }
}

/* end footer */
/* Global style */
@-webkit-keyframes arrow-down {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}

@keyframes arrow-down {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}

@-webkit-keyframes arrow-down-text {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes arrow-down-text {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

.scrolldown {
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ccc;
}

.scrolldown span {
    margin-right: 10px;
    font-size: 0.875rem;
    letter-spacing: 2px;
    font-weight: 500;
    -webkit-animation: arrow-down-text 2.5s ease-in-out infinite;
    animation: arrow-down-text 2.5s ease-in-out infinite;
}

.scrolldown .be-icon {
    font-size: 0.75rem;
    -webkit-animation: arrow-down 2.5s ease-in-out infinite;
    animation: arrow-down 2.5s ease-in-out infinite;
}

.link-btn {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #111100;
    border: 1px solid transparent;
    width: 100%;
    max-width: 180px;
    min-width: 180px;
    padding: 10px 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 35px;
    max-height: 35px;
}

.link-btn span {
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 1;
    color: #111100;
}

.link-btn .be-icon {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.link-btn.w100 {
    max-width: 100%;
    min-width: 100%;
}

.link-btn.center {
    margin-left: auto;
    margin-right: auto;
}

.link-btn:not(.arrow):hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.link-btn:hover span {
    color: #fff;
}

.link-btn.arrow .be-icon-arrow-right {
    font-size: 0.75rem;
    position: absolute;
    right: 15px;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.link-btn.arrow:hover {
    color: #111100;
}

.link-btn.arrow:hover span {
    letter-spacing: 4px;
    color: #111100;
}

.link-btn.arrow:hover .be-icon {
    right: 10px !important;
}

.link-btn[used="index-event"] {
    max-width: 150px;
    min-width: 150px;
}

/* end link btn */
.inside-wrap {
    width: calc(100% - 80px);
    margin: auto;
}

@media screen and (max-width: 64.06125em) {
    .inside-wrap {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 39.99875em) {
    .inside-wrap {
        width: calc(100% - 40px);
    }
}

.part-title {
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* end last */
}

@media screen and (max-width: 64.06125em) {
    .part-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.part-title.no-top {
    border-top: none;
}

@media screen and (max-width: 64.06125em) {
    .part-title.no-top {
        margin-top: 60px;
    }
}

@media screen and (max-width: 64.06125em) {
    .part-title.link {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 39.99875em) {
    .part-title.link .first {
        width: 62.5%;
    }

    .part-title.link .first .en {
        font-size: 1.125rem;
        margin-right: 5px;
    }
}

@media screen and (max-width: 39.99875em) {
    .part-title.link .last {
        width: 37.5%;
        margin-top: 8px;
        text-align: right;
    }

    .part-title.link .last a.link span {
        font-size: 0.8125rem;
        letter-spacing: 2px;
        margin-right: 5px;
    }
}

.part-title .first {
    margin-top: 15px;
    margin-bottom: 5px;
}

@media screen and (max-width: 64.06125em) {
    .part-title .first {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 39.99875em) {
    .part-title .last {
        width: 100%;
    }
}

.part-title .last a.link span {
    line-height: 1;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 5px;
    margin-right: 10px;
}

.part-title .last a.link .be-icon {
    font-size: 0.75rem;
    position: relative;
    top: 1px;
}

.part-title .last .category-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fff;
}

.part-title .last .category-box a {
    min-width: 90px;
    text-align: center;
    position: relative;
    padding-top: 2px;
    padding: 7.5px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
}

.part-title .last .category-box a:not(:last-child) {
    border-right: 1px solid #fff;
}

.part-title .last .category-box a:hover {
    color: #111100;
    background-color: #fff;
}

@media screen and (max-width: 64.06125em) {
    .part-title .last .category-box a {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 39.99875em) {
    .part-title .last .category-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
        border: none;
    }

    .part-title .last .category-box a {
        min-width: none;
        border: none;
        border: 1px solid #fff;
        margin: 5px;
        width: calc(50% - 10px);
    }
}

.part-title .en {
    position: relative;
    top: 1px;
    text-transform: uppercase;
    font-family: 'din condence black';
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-right: 10px;
}

@media screen and (max-width: 64.06125em) {
    .part-title .en {
        font-size: 1.25rem;
    }
}

.part-title .ch {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 2px;
}

@media screen and (max-width: 64.06125em) {
    .part-title .ch {
        font-size: 0.8125rem;
    }
}

.part-title + .title {
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 60px;
}

@media screen and (max-width: 64.06125em) {
    .part-title + .title {
        margin-top: 30px;
        margin-bottom: 0px;
    }
}

.pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0px;
}

.pagenavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.pagenavi ul li {
    border: 2px solid transparent;
    height: 35px;
    width: 35px;
}

.pagenavi ul li.arrow {
    font-size: 0.8125rem;
}

.pagenavi ul li:not(:last-child) {
    margin-right: 5px;
}

.pagenavi ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #848b94;
    font-size: 0.875rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pagenavi ul li a span {
    font-size: 0.875rem;
    line-height: 1;
    font-family: 'din bold';
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

.pagenavi ul li a:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #111100;
}

.pagenavi ul li a:hover span {
    color: #111100;
}

.exhibition-box {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.exhibition-box:last-child {
    border: none;
}

.exhibition-box:not(:last-child) {
    margin-bottom: 20px;
}

.exhibition-box:hover {
    opacity: 0.8;
    color: #fff;
}

.exhibition-box .cell.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.exhibition-box .cell:first-child {
    padding-right: 15px;
}

@media screen and (max-width: 64.06125em) {
    .exhibition-box .cell:first-child {
        padding-right: 0px;
    }
}

.exhibition-box .cell:last-child {
    padding-left: 15px;
}

@media screen and (max-width: 64.06125em) {
    .exhibition-box .cell:last-child {
        padding-left: 0px;
    }
}

@media screen and (max-width: 64.06125em) {
    .exhibition-box .img-box {
        margin-bottom: 20px;
    }
}

.exhibition-box .img-box img {
    width: 100%;
}

.exhibition-box h3 {
    font-weight: 500;
    margin-bottom: 5px;
}

@media screen and (max-width: 64.06125em) {
    .exhibition-box h3 {
        margin-bottom: 0px;
    }
}

.exhibition-box p.date {
    font-size: 1.25rem;
    font-family: 'din medium';
    letter-spacing: 2px;
    margin-bottom: 20px;
}

@media screen and (max-width: 64.06125em) {
    .exhibition-box p.date {
        font-size: 1rem;
    }
}

.exhibition-box p {
    font-size: 0.875rem;
    line-height: 28px;
    letter-spacing: 2px;
}

.exhibition-box .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 64.06125em) {
    .exhibition-box .bottom-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

.exhibition-box .bottom-box .plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 64.06125em) {
    .exhibition-box .bottom-box .plan {
        margin: 10px 0px;
    }
}

.exhibition-box .bottom-box .plan span {
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-right: 10px;
}

.exhibition-box .bottom-box .plan p {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}

.exhibition-box .bottom-box .plan:not(:last-child) {
    margin-right: 20px;
}

.info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 64.06125em) {
    .info-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.info-box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 64.06125em) {
    .info-box .info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.info-box .info span {
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-right: 10px;
}

@media screen and (max-width: 64.06125em) {
    .info-box .info .box {
        width: 100%;
        margin-bottom: 5px;
    }
}

.info-box .info .box .type {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 2px;
}

@media screen and (max-width: 39.99875em) {
    .info-box .info .box .type {
        font-size: 0.875rem;
    }
}

.info-box .info .box .date {
    font-size: 0.9375rem;
    font-family: 'din bold';
    letter-spacing: 2px;
}

@media screen and (max-width: 39.99875em) {
    .info-box .info .box .date {
        font-size: 0.875rem;
    }
}

.info-box .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-box .social .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 2px solid #848b94;
}

.info-box .social .box:not(:last-child) {
    margin-right: 10px;
}

.info-box .social .box:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #111100;
}

.border-wrap {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
    /* end index exhibition */
    /* end */
    /* end */
    /* end */
    /* end */
    /* end */
}

.border-wrap.no-top {
    border-top: none;
}

.border-wrap.no-bottom {
    border-bottom: none;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap {
        border-top: none;
        border-bottom: none;
    }
}

.border-wrap b {
    margin-bottom: 20px;
    display: block;
}

.border-wrap p {
    font-size: 0.9375rem;
    line-height: 28px;
    letter-spacing: 2px;
}

.border-wrap .info-list .list:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap .info-list .list:not(:last-child) {
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 64.06125em) {
    .border-wrap .info-list .list:last-child {
        margin-bottom: 20px;
    }
}

.border-wrap .info-list .list .title {
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.border-wrap .info-list .list .date {
    font-size: 0.9375rem;
    font-family: 'din condence black';
    letter-spacing: 3px;
}

.border-wrap .info-list .list .content {
    font-size: 0.9375rem;
    font-weight: bold;
}

.border-wrap .tag-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.border-wrap .tag-box .tag {
    border: 1px solid #fff;
    padding: 3px 15px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 15px;
}

.border-wrap .tag-box .date {
    font-size: 0.875rem;
    font-family: 'din medium';
    letter-spacing: 2px;
}

.border-wrap .tag-box.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.border-wrap[layout="index-exhibition"].helf {
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.border-wrap[layout="index-exhibition"].helf .cell {
    position: relative;
}

.border-wrap[layout="index-exhibition"].helf .cell:first-child {
    padding-top: 20px;
}

.border-wrap[layout="index-exhibition"].helf .cell:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-exhibition"].helf .cell:first-child:before {
        width: calc(100%);
    }
}

.border-wrap[layout="index-exhibition"].helf .cell:last-child {
    padding-top: 20px;
}

.border-wrap[layout="index-exhibition"].helf .cell:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-exhibition"].helf .cell:last-child:before {
        width: calc(100%);
    }
}

.border-wrap[layout="index-exhibition"] .cell {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-exhibition"] .cell {
        min-height: 0;
    }
}

.border-wrap[layout="index-exhibition"] .cell .info-list {
    width: 100%;
}

.border-wrap[layout="index-exhibition"] .cell .link-btn {
    padding: 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.border-wrap[layout="index-exhibition"] .cell .link-btn .be-icon-arrow-right {
    font-size: 0.75rem;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.border-wrap[layout="index-exhibition"] .cell:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-exhibition"] .cell:not(:last-child) {
        border-right: none;
        padding-right: 0px;
    }
}

.border-wrap[layout="index-exhibition"] .cell:not(:first-child) {
    padding-left: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-exhibition"] .cell:not(:first-child) {
        padding-left: 0px;
    }
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-exhibition"] .cell .image-box {
        margin-bottom: 20px;
    }
}

.border-wrap[layout="index-exhibition"] .cell .image-box img {
    width: 100%;
}

.border-wrap[layout="index-event"] .cell {
    position: relative;
    min-height: 450px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-event"] .cell {
        min-height: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
}

.border-wrap[layout="index-event"] .cell .link-btn {
    padding: 10px;
    position: absolute;
    left: 20px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.border-wrap[layout="index-event"] .cell .link-btn .be-icon-arrow-right {
    font-size: 0.75rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-event"] .cell .link-btn {
        position: relative;
        left: 0px;
        opacity: 1;
        visibility: visible;
        float: right;
        margin-top: 20px;
    }
}

.border-wrap[layout="index-event"] .cell:first-child {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-event"] .cell:first-child {
        border-left: none;
        padding-left: 0px;
    }
}

.border-wrap[layout="index-event"] .cell:last-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-event"] .cell:last-child {
        border-right: none;
        padding-right: 0px;
    }
}

.border-wrap[layout="index-event"] .cell:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-event"] .cell:not(:last-child) {
        border-right: none;
        padding-right: 0px;
    }
}

.border-wrap[layout="index-event"] .cell:not(:first-child) {
    padding-left: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="index-event"] .cell:not(:first-child) {
        padding-left: 0px;
    }
}

.border-wrap[layout="index-event"] .cell:hover .link-btn {
    opacity: 1;
    visibility: visible;
}

.border-wrap[layout="exhibition"] .cell {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="exhibition"] .cell {
        min-height: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .border-wrap[layout="exhibition"] .cell:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="exhibition"] .cell:first-child {
        border-left: none;
        padding-left: 0px;
    }
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="exhibition"] .cell:last-child {
        border-right: none;
        padding-right: 0px;
    }
}

.border-wrap[layout="exhibition"] .cell:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="exhibition"] .cell:not(:last-child) {
        border-right: none;
        padding-right: 0px;
    }
}

.border-wrap[layout="exhibition"] .cell:not(:first-child) {
    padding-left: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="exhibition"] .cell:not(:first-child) {
        padding-left: 0px;
    }
}

.border-wrap[layout="exhibition"] .cell .top-box {
    margin-bottom: 80px;
}

.border-wrap[layout="exhibition"] .cell .bottom-box {
    position: relative;
    width: 100%;
}

.border-wrap[layout="exhibition"] .cell .bottom-box .cover {
    background: #0A172B;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.border-wrap[layout="exhibition"] .cell .bottom-box .img-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.border-wrap[layout="exhibition"] .cell .bottom-box .img-box img {
    width: 100%;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="exhibition"] .cell .bottom-box .img-box {
        margin-top: 40px;
    }
}

.border-wrap[layout="exhibition"] .cell .bottom-box .link-btn {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="exhibition"] .cell .bottom-box .link-btn {
        position: relative;
        visibility: visible;
        left: 0;
        bottom: 0;
        opacity: 1;
        width: 100%;
        max-width: none;
        min-width: none;
        margin-top: 20px;
    }
}

.border-wrap[layout="exhibition"] .cell:hover .bottom-box .cover {
    opacity: 0.5;
    visibility: visible;
}

.border-wrap[layout="exhibition"] .cell:hover .link-btn {
    opacity: 1;
    visibility: visible;
}

.border-wrap[layout="page-view"] {
    /* right part setting */
}

.border-wrap[layout="page-view"].helf {
    border: none;
}

.border-wrap[layout="page-view"].helf .cell {
    position: relative;
}

.border-wrap[layout="page-view"].helf .cell:first-child {
    padding-top: 20px;
}

.border-wrap[layout="page-view"].helf .cell:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"].helf .cell:first-child:before {
        width: calc(100%);
    }
}

.border-wrap[layout="page-view"].helf .cell:last-child {
    padding-top: 20px;
}

.border-wrap[layout="page-view"].helf .cell:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"].helf .cell:last-child:before {
        width: calc(100%);
    }
}

.border-wrap[layout="page-view"] .cell {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"] .cell {
        min-height: 0;
    }
}

.border-wrap[layout="page-view"] .cell:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"] .cell:not(:last-child) {
        border-right: none;
        padding-right: 0px;
    }
}

.border-wrap[layout="page-view"] .cell:not(:first-child) {
    padding-left: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"] .cell:not(:first-child) {
        padding-left: 0px;
    }
}

.border-wrap[layout="page-view"] .swiper-container .img-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.border-wrap[layout="page-view"] .swiper-container .img-box img {
    width: 100%;
    height: 100%;
}

.border-wrap[layout="page-view"] .works-box {
    margin: 30px 0px;
}

.border-wrap[layout="page-view"] .works-box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 39.99875em) {
    .border-wrap[layout="page-view"] .works-box .img-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.border-wrap[layout="page-view"] .works-box .img-box img {
    width: calc(33% - 5px);
}

.border-wrap[layout="page-view"] .works-box .img-box img:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 39.99875em) {
    .border-wrap[layout="page-view"] .works-box .img-box img {
        width: calc(100%);
    }

    .border-wrap[layout="page-view"] .works-box .img-box img:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.border-wrap[layout="page-view"] img {
    width: 100%;
}

.border-wrap[layout="page-view"] p {
    /* margin-bottom: 20px; */
    font-size: 0.875rem;
}

.border-wrap[layout="page-view"] p.description {
    width: 100%;
    text-align: right;
    font-weight: bold;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
}

.border-wrap[layout="page-view"] .content-wrap {
    width: 85%;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"] .content-wrap {
        width: 100%;
    }
}

.border-wrap[layout="page-view"] .content-wrap .link-btn {
    margin: 50px 0px;
    margin-bottom: 90px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"] .content-wrap .link-btn {
        margin: 30px 0px;
        margin-bottom: 70px;
    }
}

.border-wrap[layout="page-view"] .artist-box .artist {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.border-wrap[layout="page-view"] .artist-box .artist:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
}

.border-wrap[layout="page-view"] .artist-box .artist span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    letter-spacing: 2px;
}

.border-wrap[layout="page-view"] .artist-box .artist .img-box {
    margin: 20px 0px;
}

.border-wrap[layout="page-view"] .artist-box .artist .img-box img {
    max-width: 100px;
}

.border-wrap[layout="page-view"] .artist-box .artist b {
    margin-bottom: 10px;
}

.border-wrap[layout="page-view"] .artist-box .artist p {
    font-size: 0.9375rem;
    line-height: 28px;
}

.border-wrap[layout="page-view"] .partner-box {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.border-wrap[layout="page-view"] .partner-box p {
    font-size: 0.875rem;
}

.border-wrap[layout="page-view"] .partner-box span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    letter-spacing: 2px;
}

.border-wrap[layout="page-view"] .partner-box b {
    margin-bottom: 10px;
}

.border-wrap[layout="page-view"] .partner-box .img-box {
    margin: 20px 0px;
    background-color: #0C1B33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
}

.border-wrap[layout="page-view"] .relate-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.border-wrap[layout="page-view"] .relate-box .post {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.border-wrap[layout="page-view"] .relate-box span,
.border-wrap[layout="page-view"] .relate-box .relate-heading {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

.border-wrap[layout="page-view"] .relate-box h3 {
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: inherit;
}

.border-wrap[layout="page-view"] .relate-box p.date {
    font-size: 0.875rem;
    font-family: 'din medium';
    letter-spacing: 2px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"] .relate-box p.date {
        font-size: 1rem;
    }
}

.border-wrap[layout="page-view"] .tag-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.border-wrap[layout="page-view"] .tag-box .tag {
    margin-bottom: 10px;
    letter-spacing: 0;
}

.border-wrap[layout="page-view"] .tag-box .tag:not(:last-child) {
    margin-right: 10px;
}

.border-wrap[layout="page-view"] .tag-box .tag:hover {
    color: #111100;
    background-color: #fff;
}

.border-wrap[layout="page-view"] .tag-box span {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.border-wrap[layout="page-view"] .img {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="page-view"] .img {
        height: 500px;
    }
}

@media screen and (max-width: 39.99875em) {
    .border-wrap[layout="page-view"] .img {
        height: 350px;
    }
}

.border-wrap[layout="visit"] .cell {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="visit"] .cell {
        min-height: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .border-wrap[layout="visit"] .cell:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
}

.border-wrap[layout="visit"] .cell:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="visit"] .cell:first-child {
        border-left: none;
        padding-left: 0px;
    }
}

.border-wrap[layout="visit"] .cell:last-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.border-wrap[layout="visit"] .cell:last-child .form-box {
    width: 100%;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="visit"] .cell:last-child {
        border-right: none;
        padding-right: 0px;
    }
}

.border-wrap[layout="visit"] .cell:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="visit"] .cell:not(:last-child) {
        border-right: none;
        padding-right: 0px;
    }
}

.border-wrap[layout="visit"] .cell:not(:first-child) {
    padding-left: 20px;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="visit"] .cell:not(:first-child) {
        padding-left: 0px;
    }
}

.border-wrap[layout="visit"] .title {
    font-size: 1.25rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}

.border-wrap[layout="visit"] .title + p {
    margin-bottom: 50px;
}

@media screen and (max-width: 39.99875em) {
    .border-wrap[layout="visit"] .title + p {
        margin-bottom: 20px;
    }
}

.border-wrap[layout="visit"] #map {
    height: 300px;
    width: 100%;
}

.border-wrap[layout="visit"] #map .gm-svpc,
.border-wrap[layout="visit"] #map .gm-fullscreen-control,
.border-wrap[layout="visit"] #map .gmnoprint,
.border-wrap[layout="visit"] #map .gm-style-cc {
    display: none;
}

@media screen and (max-width: 39.99875em) {
    .border-wrap[layout="visit"] #map {
        margin-top: 20px;
    }
}

.border-wrap[layout="left-right-layout"]:not(:last-child) {
    border-bottom: 0 none;
}

.border-wrap[layout="left-right-layout"]:not(:first-child) {
    border-top: 0 none;
}

.part-title + .border-wrap[layout="left-right-layout"], .border-wrap[layout="left-right-layout"]:first-child {
    padding-top: 30px;
}

.border-wrap[layout="left-right-layout"]:last-child {
    padding-bottom: 30px;
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="left-right-layout"] .desc-box-wrapper {
        padding-left: 40px;
        padding-right: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.border-wrap[layout="left-right-layout"] .img-box {
    background-position: 100% 70%;
    background-size: cover;
}

.border-wrap[layout="left-right-layout"] .img-box img {
    width: 100%;
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="left-right-layout"] .img-box {
        height: auto;
        background-position: center bottom;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="left-right-layout"][layout-reverse] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="left-right-layout"][layout-reverse] .desc-box-wrapper {
        padding-right: 40px;
        padding-left: 8.33%;
    }
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="lab-service"] .cell {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="lab-service"] .cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .border-wrap[layout="lab-service"] .cell:first-child {
        padding-right: 40px;
    }

    .border-wrap[layout="lab-service"] .cell:last-child {
        padding-left: 40px;
    }
}

.border-wrap[layout="lab-service"] .desc-box.right {
    text-align: right;
}

.border-wrap[layout="lab-service"] .desc-box.right .link-btn {
    float: right;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="lab-service"] .desc-box.right {
        text-align: left;
    }

    .border-wrap[layout="lab-service"] .desc-box.right .link-btn {
        float: left;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="lab-service"] .desc-box {
        margin: 0;
    }
}

.border-wrap[layout="lab-service"] .img-box {
    background-position: center center;
    background-size: cover;
    min-height: 600px;
}

.border-wrap[layout="lab-service"] .img-box.transparent {
    opacity: 0;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="lab-service"] .img-box {
        height: auto;
        min-height: 0;
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.border-wrap[layout="lab-service"] .title {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="lab-service"] .title {
        font-size: 4rem;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="lab-service"] .text-box {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .border-wrap[layout="lab-service"]:hover .text-box {
        opacity: .1;
    }

    .border-wrap[layout="lab-service"] .text-box:hover {
        opacity: 1;
    }
}

.border-wrap[layout="lab-service"] .cover-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

@media screen and (max-width: 39.99875em) {
    .border-wrap[layout="lab-service"] .cover-box {
        min-height: 400px;
    }
}

.border-wrap[layout="lab-service"] .cover-box .img-box.default {
    position: relative;
    z-index: 5;
}

.border-wrap[layout="lab-service"] .cover-box .img-box.left {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all .0s;
    transition: all .0s;
    z-index: 10;
}

.border-wrap[layout="lab-service"] .cover-box .img-box.left.z-top {
    z-index: 15;
}

.border-wrap[layout="lab-service"] .cover-box .img-box.left.is-hover {
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.border-wrap[layout="lab-service"] .cover-box .img-box.right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: all .0s;
    transition: all .0s;
    z-index: 10;
}

.border-wrap[layout="lab-service"] .cover-box .img-box.right.z-top {
    z-index: 15;
}

.border-wrap[layout="lab-service"] .cover-box .img-box.right.is-hover {
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 39.99875em) {
    .border-wrap[layout="rank-notice"] > .cell:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 40em) and (max-width: 64.06125em) {
    .border-wrap[layout="rank-notice"] > .cell:first-child {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fefefe;
    }

    .border-wrap[layout="rank-notice"] > .cell:nth-child(2) {
        padding-right: 20px;
        border-right: 1px solid #fefefe;
    }

    .border-wrap[layout="rank-notice"] > .cell:nth-child(3) {
        padding-left: 20px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="rank-notice"] > .cell {
        padding-bottom: 50px;
    }

    .border-wrap[layout="rank-notice"] > .cell:not(:last-child) {
        padding-right: 20px;
        border-right: 1px solid #fefefe;
    }

    .border-wrap[layout="rank-notice"] > .cell:not(:first-child) {
        padding-left: 20px;
    }
}

.border-wrap[layout="rank-notice"] .title {
    font-size: 1rem;
    margin-bottom: 15px;
}

.border-wrap[layout="rank-notice"] p {
    margin-bottom: 1rem;
}

.border-wrap[layout="rank-notice"] ol {
    padding: 0;
    margin: 0;
    margin-left: 1.2rem;
}

@media screen and (max-width: 64.06125em) {
    .border-wrap[layout="rank-notice"] ol {
        margin-left: 1.6rem;
    }
}

.border-wrap[layout="rank-notice"] ol li {
    line-height: 28px;
    letter-spacing: 2px;
}

/* end border wrap */
.list-wrap {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.list-wrap.no-border {
    display: block;
    padding-bottom: 40px;
}

.list-wrap.no-border .list-box {
    border: none;
}

.list-wrap.top {
    margin-top: 70px;
}

@media screen and (max-width: 64.06125em) {
    .list-wrap.top {
        margin-top: 50px;
    }
}

@media screen and (max-width: 39.99875em) {
    .list-wrap.top {
        margin-top: 20px;
    }
}

.list-wrap .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-wrap .list-box {
    width: calc(100% - 80px);
    margin: auto;
    padding: 20px 0px;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 64.06125em) {
    .list-wrap .list-box {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 39.99875em) {
    .list-wrap .list-box {
        width: calc(100% - 40px);
    }
}

.list-wrap .list-box .tag-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.list-wrap .list-box .tag-box .tag {
    border: 1px solid #fff;
    padding: 3px 15px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 15px;
}

.list-wrap .list-box .tag-box .date {
    font-size: 0.875rem;
    font-family: 'din medium';
    letter-spacing: 2px;
}

.list-wrap .list-box .content-box {
    width: 100%;
    padding-right: 15%;
}

.list-wrap .list-box .content-box b {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.list-wrap .list-box .content-box p {
    font-size: 0.9375rem;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

@media screen and (max-width: 39.99875em) {
    .list-wrap .list-box .content-box {
        padding-right: 0%;
    }
}

.list-wrap .list-box .img {
    width: 100%;
    height: 275px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 64.06125em) {
    .list-wrap .list-box .img {
        height: 250px;
        margin-bottom: 20px;
    }
}

.list-wrap .list-box .link-btn {
    min-width: 150px;
    max-width: 150px;
    padding: 7.5px 0px;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 64.06125em) {
    .list-wrap .list-box .link-btn {
        opacity: 1;
        visibility: visible;
    }
}

.list-wrap:hover {
    background-color: #0C1B33;
}

.list-wrap:hover .link-btn {
    opacity: 1;
    visibility: visible;
}

.filter-notice {
    width: calc(100% - 80px);
    margin: auto;
    margin-top: 30px;
    padding: 20px 0px;
}

.filter-notice.no-padding {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.filter-notice p {
    font-size: 0.875rem;
}

.filter-notice span {
    font-size: 0.875rem;
    margin: 0px 2.5px;
    font-weight: bold;
}

section.member-form .form-wrap {
    width: 100%;
    height: calc(100vh - 100px - 230px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 80em) {
    section.member-form .form-wrap {
        margin: 60px 0px;
        height: calc(100%);
    }
}

@media screen and (max-width: 39.99875em) {
    section.member-form .form-wrap {
        margin: 35px 0px 35px 0px;
    }
}

section.member-form .form-wrap .global-form {
    width: 55%;
    max-width: 700px;
}

@media screen and (max-width: 64.06125em) {
    section.member-form .form-wrap .global-form {
        width: 100%;
        max-width: none;
    }
}

section.register .register-text-area {
    max-height: calc(525px);
    overflow-x: hidden;
    overflow-y: scroll;
}

@media screen and (max-width: 64.06125em) {
    section.register .register-text-area {
        max-height: 350px;
    }
}

section.register .border-wrap {
    width: 100%;
}

section.register .form-box {
    height: 100%;
}

.global-form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.global-form .field:last-child {
    margin-bottom: 0;
}

.global-form .field .box {
    width: 100%;
}

.global-form .field .box p {
    width: 100%;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.global-form .field .box input {
    width: 100%;
    border: none;
    background: #0C1B33;
    color: #fff;
    font-size: 0.875rem;
    padding: 10px;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: 2px;
}

.global-form .field .box input:focus {
    border: 1px solid #fff;
}

.global-form .field .box input::-webkit-input-placeholder {
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.global-form .field .box input:-ms-input-placeholder {
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.global-form .field .box input::-ms-input-placeholder {
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.global-form .field .box input::placeholder {
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
}

.global-form .field .box .date {
    position: relative;
}

.global-form .field .box .date .be-icon-calendar {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.global-form .field .box textarea {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    resize: none;
    font-size: 0.875rem;
    padding: 10px;
    background: #0C1B33;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid transparent;
}

.global-form .field .box textarea:focus {
    border: 1px solid #fff;
}

.global-form .field .box textarea::-webkit-input-placeholder {
    letter-spacing: 2px;
}

.global-form .field .box textarea:-ms-input-placeholder {
    letter-spacing: 2px;
}

.global-form .field .box textarea::-ms-input-placeholder {
    letter-spacing: 2px;
}

.global-form .field .box textarea::placeholder {
    letter-spacing: 2px;
}

.global-form .field .box.disable input {
    color: rgba(255, 255, 255, 0.6);
}

.global-form .field .box.disable .box-wrap {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}

.global-form .field .box.disable .box-wrap .be-icon {
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 64.06125em) {
    .global-form .field.col-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.global-form .field.col-2 .box {
    width: 50%;
}

.global-form .field.col-2 .box:not(:last-child) {
    margin-right: 20px;
}

@media screen and (max-width: 64.06125em) {
    .global-form .field.col-2 .box {
        width: 100%;
    }

    .global-form .field.col-2 .box:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.global-form .field.f-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 39.99875em) {
    .global-form .field.f-wrap .others {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .global-form .field.f-wrap .others a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 39.99875em) {
    .global-form .field.f-wrap .link-btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
}

.global-form .field.last {
    margin-bottom: 40px;
}

.global-form .field.recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 39.99875em) {
    .global-form .field.recaptcha {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.global-form .field .others {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12.5px;
}

.global-form .field .others a {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.global-form .field .notice {
    margin: 10px 0px 0px 0px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

/* end global form */
/* global banner */
.banner-inside {
    position: relative;
    height: calc(100vh - 100px);
    width: calc(100% - 80px);
    margin: auto;
    /* end text box */
}

@media screen and (max-width: 64.06125em) {
    .banner-inside {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 39.99875em) {
    .banner-inside {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 64.06125em) {
    .banner-inside {
        margin-top: 60px;
        height: calc(100vh - 60px - 55px);
    }
}

.banner-inside .el-box {
    position: relative;
    top: 20px;
    width: 100%;
    height: calc(100% - 40px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-inside .text-box {
    width: 50%;
    position: absolute;
    top: 40%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 64.06125em) {
    .banner-inside .text-box {
        width: calc(100% - 40px);
        top: 40px;
        left: 20px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.banner-inside .title {
    font-family: 'din medium', 'Noto Sans TC', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.banner-inside .title span {
    font-weight: 400;
}

@media print, screen and (min-width: 64.0625em) {
    .banner-inside .title {
        font-size: 2.5rem;
    }
}

.banner-inside .sub-title {
    margin-bottom: 40px;
    letter-spacing: 4px;
}

.banner-inside .sub-title span {
    font-weight: 400;
}

@media screen and (max-width: 64.06125em) {
    .banner-inside .sub-title {
        margin-bottom: 12px;
        font-size: 0.875rem;
    }
}

.banner-inside .description {
    font-size: 0.9375rem;
    letter-spacing: 2px;
    line-height: 28px;
    margin-bottom: 60px;
}

@media screen and (max-width: 64.06125em) {
    .banner-inside .description {
        line-height: 24px;
        margin-bottom: 20px;
        font-size: 0.875rem;
    }
}

.banner-inside--ani .title, .banner-inside--ani .sub-title, .banner-inside--ani .description {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation: showBannerText .3s ease forwards;
    animation: showBannerText .3s ease forwards;
}

.banner-inside--ani {
    /* animate setting */
}

.banner-inside--ani .el-box {
    opacity: 0;
    -webkit-animation: showBannerImg 1s ease forwards;
    animation: showBannerImg 1s ease forwards;
}

.banner-inside--ani .title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    letter-spacing: 5px;
}

.banner-inside--ani .sub-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-inside--ani .description {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes showBannerImg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showBannerImg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes showBannerText {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showBannerText {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* end banner */
/* description box (about & space) */
.desc-box {
    margin-top: 16px;
    margin-bottom: 40px;
}

@media screen and (max-width: 39.99875em) {
    .desc-box {
        margin-bottom: 20px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .desc-box {
        margin-bottom: 70px;
    }
}

.part-title + .desc-box {
    margin-top: 15px;
    margin-bottom: 60px;
}

.desc-box .title {
    letter-spacing: 2px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.desc-box .sub-title {
    font-size: 1.25rem;
    font-weight: 500;
}

.desc-box .cont {
    margin-bottom: 50px;
}

.desc-box .cont,
.desc-box .cont p {
    letter-spacing: 2px;
    font-size: 0.9375rem;
    line-height: 28px;
}

.desc-box.w33 {
    margin-left: auto;
    margin-right: auto;
    max-width: 33.33%;
}

@media print, screen and (min-width: 40em) {
    .desc-box.w33-m {
        margin-left: auto;
        margin-right: auto;
        max-width: 33.33%;
    }
}

.part-title + .desc-box.center {
    text-align: center;
}

@media print, screen and (min-width: 64.0625em) {
    .part-title + .desc-box.center {
        margin-top: 32px;
        margin-bottom: 80px;
    }
}

.part-title + .desc-box.center .cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

/* end description box (about & space) */
#desc-wrapper {
    position: relative;
}

@media screen and (max-width: 64.06125em) {
    #desc-wrapper {
        min-height: 350px;
    }
}

#desc-wrapper .desc-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 64.06125em) {
    #desc-wrapper .desc-box {
        width: 100%;
        top: 40%;
    }
}

#desc-wrapper .desc-box h2 {
    /* animate setting */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#desc-wrapper .desc-box .cont {
    /* animate setting */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#desc-wrapper .desc-box .art-box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#desc-wrapper .desc-box .art-box .artist {
    font-family: 'din bold', 'Noto Sans TC', sans-serif;
}

#desc-wrapper .desc-box .art-box .media {
    font-family: 'din regular', 'Noto Sans TC', sans-serif;
}

#desc-wrapper .desc-box.active {
    opacity: 1;
    visibility: visible;
}

#desc-wrapper .desc-box.active h2, #desc-wrapper .desc-box.active .cont, #desc-wrapper .desc-box.active .art-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* table */
.part-title + table {
    margin-top: 20px;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 1.125rem;
}

table tr {
    border-bottom: 1px solid #fefefe;
}

table th {
    padding: 12px 10px;
    font-size: 0.875rem;
    text-align: left;
    font-weight: normal;
}

table th:first-child {
    padding-left: 0;
}

table td {
    padding: 24px 10px;
}

table td:first-child {
    padding-left: 0;
}

@media screen and (max-width: 39.99875em) {
    table.rwd-block {
        font-size: 1rem;
    }

    table.rwd-block tr,
    table.rwd-block th,
    table.rwd-block td {
        display: block;
    }

    table.rwd-block tr {
        padding: 10px 0;
    }

    table.rwd-block tr:nth-child(odd) {
        background: #0c1b33;
    }

    table.rwd-block td {
        padding: 10px 0;
    }

    table.rwd-block td[data-title]:before {
        content: attr(data-title);
        display: block;
        font-size: 0.875rem;
        opacity: .7;
    }
}

/* end table */
.text-center {
    text-align: center;
}

/* Custom plugin style */
/* global swiper button setting */
.swiper-container.global {
    margin-bottom: 30px;
}

.swiper-container.global .swiper-button-prev,
.swiper-container.global .swiper-button-next {
    background-color: #fff;
    color: #111100;
    height: 35px;
    width: 35px;
    font-size: 0.875rem;
}

.swiper-container.global .swiper-button-prev:after,
.swiper-container.global .swiper-button-next:after {
    display: none;
}

@media screen and (max-width: 64.06125em) {
    .swiper-container.global .swiper-button-prev,
    .swiper-container.global .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 64.06125em) {
    .swiper-container.global .swiper-button-prev {
        left: 12px;
    }
}

@media screen and (max-width: 64.06125em) {
    .swiper-container.global .swiper-button-next {
        right: 12px;
    }
}

.swiper-container.global .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: #111100;
    border-radius: 0;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    margin: 0 7.5px;
}

.swiper-container.global .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

/* end global swiper button setting */
[data-aos="custom-fade"] {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

[data-aos="custom-fade"].aos-animate {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

[data-aos="left-to-right-fade"] {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

[data-aos="left-to-right-fade"].aos-animate {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

[data-aos="right-to-left-fade"] {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

[data-aos="right-to-left-fade"].aos-animate {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* pickadate date setting */
.picker__frame {
    max-width: 550px;
    font-family: 'din regular';
}

.picker__box {
    background: #0A172B;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 1.25em;
    padding: 10px;
}

.picker__nav--next {
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
    right: 0;
}

.picker__nav--next:before {
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 12.5px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.picker__nav--next:hover {
    background: #0C1B33;
    border: 1px solid #fff;
}

.picker__nav--prev {
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
    left: 0;
}

.picker__nav--prev:before {
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-right: 12.5px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.picker__nav--prev:hover {
    background: #0C1B33;
    border: 1px solid #fff;
}

.picker__nav--next, .picker__nav--prev {
    padding: 0 1.25em;
    padding: 5px 20px;
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted,
.picker__day--infocus,
.picker__day--outfocus {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.picker--focused .picker__day--highlighted:hover, .picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    color: #fff;
    background: #0C1B33;
    border: 1px solid #fff;
}

.picker--focused .picker__day--highlighted:hover:before, .picker__day--highlighted:hover:before,
.picker__day--infocus:hover:before,
.picker__day--outfocus:hover:before {
    border-top: 0.66em solid #fff;
}

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled {
    background: #0C1B33;
    border-color: #0A172B;
    color: #999;
    border: 1px solid transparent;
}

.picker--focused .picker__day--disabled:hover,
.picker__day--disabled:hover,
.picker__day--disabled:hover {
    border: 1px solid transparent;
    color: #999;
}

.picker--focused .picker__day--highlighted {
    background: #fff;
    color: #111100;
    border-color: #0C1B33;
}

.picker__day--today::before {
    border-top: 0.5em solid #0A172B;
}

.picker__button--today:before {
    border-top: 0.66em solid #0A172B;
}

.picker__button--today:hover:before {
    border-top: 0.66em solid #fff;
}

.picker__button--close:hover, .picker__button--today:hover {
    background: #0C1B33;
    color: #fff;
}

.picker__button--clear:hover {
    color: #fff;
    background-color: #ee2200;
}

.picker__button--clear:hover:before {
    border-top: 3px solid #fff;
    color: #fff;
}

/* pickadate time setting */
.picker__list {
    padding: 10px 0 10px 0;
}

.picker__list-item {
    background: #0A172B;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.picker__list-item:hover {
    background: #fff;
    color: #111100;
    border-top: 1px solid #0C1B33;
    border-bottom: 1px solid #0C1B33;
}

.picker__list-item--highlighted, .picker__list-item:hover {
    border-color: #0C1B33;
}

.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover, .picker__list-item:hover {
    background: #fff;
    color: #111100;
}

.picker--time .picker__button--clear {
    width: calc(100% - 20px);
}

.picker__list-item--disabled {
    display: none;
}

.reveal {
    outline: 0;
    background-color: #0C1B33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 10px;
    min-height: 400px;
}

.reveal .close-button {
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111100;
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 0.9375rem;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
}

.reveal .bg {
    background-image: url("../images/layout/reveal.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    z-index: 5;
}

.reveal .cover {
    background-color: #0C1B33;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.reveal .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: center;
}

.reveal .text h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.reveal .text p {
    font-size: 0.8125rem;
    letter-spacing: 2px;
}

.reveal .content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    text-align: center;
    width: 80%;
}

.reveal .content-wrap h5 {
    line-height: 28px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.reveal .content-wrap .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reveal .content-wrap .btn-box .link-btn:not(:last-child) {
    margin-right: 20px;
}

/* Container Style*/
/* about intro */
.about-intro .image-group {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 96px;
}

@media screen and (max-width: 64.06125em) {
    .about-intro .image-group {
        margin-bottom: 50px;
    }
}

.about-intro .image-group > .cell {
    margin: 0 5px 20px;
    width: calc(50% - 10px);
}

@media print, screen and (min-width: 40em) {
    .about-intro .image-group > .cell {
        margin: 0 10px 20px;
        width: calc(50% - 20px);
    }
}

.about-intro .image-group .image-box {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.about-intro .image-group .image-box:nth-child(2) {
    background-position: left center;
}

.about-intro .image-group .image-box a {
    display: block;
    text-decoration: none;
    color: inherit;
    outline-offset: 2px;
}

.about-intro .image-group .image-box a:focus {
    outline: 2px dashed #fff;
}

/* end about intro */

/* education intro */
.education-intro .inside-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.education-intro .center {
    margin: 30px 0;
}

.education-intro .grid-x {
    margin: 30px 0;
}

.education-intro .image-box {
    padding: 0 15px;
    margin-bottom: 30px;
}

.education-intro .image-box a {
    display: block;
    text-decoration: none;
    color: inherit;
    outline-offset: 2px;
}

.education-intro .image-box a:focus {
    outline: 2px dashed #fff;
}

@media screen and (max-width: 39.99875em) {
    .education-intro .inside-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .education-intro .center {
        margin: 20px 0;
    }

    .education-intro .grid-x {
        margin: 20px 0;
    }

    .education-intro .image-box {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
/* end education intro */

/* Utility Menu & Font Size Switcher */
header .header-wrap[desktop] .order {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.order-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-row-top {
    justify-content: flex-end;
}

.order-row-bottom {
    justify-content: flex-end;
}

.utility-menu {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.utility-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.utility-link:hover,
.utility-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.utility-link i {
    font-size: 14px;
}

.font-size-switcher {
    display: inline-flex;
    gap: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.2);
}

.font-size-switcher > button.font-size-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    padding: 0 6px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 2px;
}

button.font-size-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

button.font-size-btn:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

button.font-size-btn.active {
    background-color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
}

/* Font Size Classes - 無障礙 AAA 模組修正 */
.font-small {
    font-size: 0.75rem;
}

.font-normal {
    font-size: 1rem;
}

.font-large {
    font-size: 1.25rem;
}

@media screen and (max-width: 39.99875em) {
    .utility-menu {
        gap: 5px;
        margin-right: 10px;
    }

    .utility-link {
        width: 32px;
        height: 32px;
    }

    .utility-link i {
        font-size: 14px;
    }

    .font-size-btn {
        min-width: 28px;
        height: 28px;
        padding: 0 6px;
        font-size: 12px;
    }
}
/* end Utility Menu & Font Size Switcher */

/* about slogan */
.about-slogan .main-text {
    font-size: 14vw;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

@media screen and (min-width: 100em) {
    .about-slogan .main-text {
        font-size: 11.25rem;
    }
}

.about-slogan .text {
    min-height: 1em;
}

.about-slogan .text:first-child {
    position: relative;
    margin-bottom: 0.22em;
    padding-bottom: 0.22em;
}

.about-slogan .text:first-child:after {
    content: '';
    display: block;
    position: absolute;
    left: 0.05em;
    bottom: 10%;
    width: 2px;
    height: 42.5%;
    background: currentColor;
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.about-slogan .text span {
    font-size: inherit;
    opacity: 0.05;
}

.about-slogan .text span.show {
    opacity: 1;
}

.about-slogan .text.is-finished span {
    -webkit-animation: textFinishAni 2s .3s forwards;
    animation: textFinishAni 2s .3s forwards;
}

@-webkit-keyframes textFinishAni {
    50% {
        text-shadow: 0 0 20px rgba(254, 254, 254, 0.3);
    }
}

@keyframes textFinishAni {
    50% {
        text-shadow: 0 0 20px rgba(254, 254, 254, 0.3);
    }
}

/* end about slogan */
/* about goals */
.about-goals .desc-box {
    margin: 0;
}

@media print, screen and (min-width: 64.0625em) {
    .about-goals .desc-box .cont:last-child {
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="about-goals"] .desc-box-wrapper {
        padding-left: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.border-wrap[layout="about-goals"] .img-box {
    height: 60vw;
    background-position: 100% 70%;
    background-size: cover;
}

@media print, screen and (min-width: 64.0625em) {
    .border-wrap[layout="about-goals"] .img-box {
        height: 920px;
        background-position: center bottom;
    }
}

/* end about goals */
/* about team */
.about-team-list {
    margin: 0 -8px 12px;
}

.about-team-list .cell {
    margin: 0 8px 16px;
    padding: 20px;
    width: calc(50% - 16px);
    background: #0a192f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 180px;
}

@media print, screen and (min-width: 40em) {
    .about-team-list .cell {
        width: calc(33.33% - 16px);
        min-height: 180px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .about-team-list .cell {
        width: calc(20% - 16px);
        min-height: 195px;
    }
}

.about-team-list img {
    max-width: 150px;
    max-height: 150px;
}

/* end about team */
/* Power Lab */
/* lab intro */
.lab-intro .swiper-container .text-box {
    max-width: calc(100% - 100px);
    word-break: break-all;
    word-break: break-word;
}

.lab-intro .swiper-container .sub-title,
.lab-intro .swiper-container .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .3s .5s, -webkit-transform .3s .5s;
    transition: opacity .3s .5s, -webkit-transform .3s .5s;
    transition: opacity .3s .5s, transform .3s .5s;
    transition: opacity .3s .5s, transform .3s .5s, -webkit-transform .3s .5s;
}

.lab-intro .swiper-container .sub-title {
    letter-spacing: 2px;
    font-size: 0.875rem;
    font-weight: 500;
}

@media print, screen and (min-width: 64.0625em) {
    .lab-intro .swiper-container .sub-title {
        font-size: 1.5rem;
    }
}

.lab-intro .swiper-container .title {
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

@media print, screen and (min-width: 64.0625em) {
    .lab-intro .swiper-container .title {
        font-size: 7.5rem;
    }
}

.lab-intro .swiper-slide {
    height: 300px;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (min-width: 40em) {
    .lab-intro .swiper-slide {
        height: 540px;
    }
}

.lab-intro .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.2);
    opacity: 0;
    -webkit-transition: opacity .3s .4s;
    transition: opacity .3s .4s;
}

.lab-intro .swiper-slide-active:before {
    opacity: 1;
}

.lab-intro .swiper-slide-active .sub-title,
.lab-intro .swiper-slide-active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* end lab intro */
/* lab arts */
@media print, screen and (min-width: 64.0625em) {
    .lab-arts .border-wrap[layout=left-right-layout] .img-box {
        min-height: 550px;
    }
}

/* end lab arts */
/* lab vr */
.lab-vr .cont-box {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 20px;
    min-height: 60vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print, screen and (min-width: 64.0625em) {
    .lab-vr .cont-box {
        min-height: 800px;
    }
}

.lab-vr .img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.lab-vr .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.3);
}

.lab-vr .desc-box {
    z-index: 1;
}

.lab-vr #video-player {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid blue;
}

.lab-vr .ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1;
}

.lab-vr .vr-info-box {
    margin-bottom: 30px;
}

.lab-vr .vr-info-box .cell:not(:last-child) {
    padding-right: 20px;
}

@media screen and (max-width: 64.06125em) {
    .lab-vr .vr-info-box .cell:not(:last-child) {
        padding: 0;
        margin-bottom: 20px;
    }
}

.lab-vr .vr-info-box .cell:not(:first-child) {
    padding-left: 20px;
    border-left: 1px solid #fefefe;
}

@media screen and (max-width: 64.06125em) {
    .lab-vr .vr-info-box .cell:not(:first-child) {
        border: none;
        padding: 0;
    }
}

.lab-vr .vr-info-box b {
    margin-bottom: 16px;
    display: block;
}

.lab-vr .vr-info-box p {
    line-height: 28px;
    letter-spacing: 1px;
}

.lab-vr .vr-info-box ol {
    padding: 0;
    margin: 0;
    margin-left: 1.2rem;
}

@media screen and (max-width: 64.06125em) {
    .lab-vr .vr-info-box ol {
        margin-left: 1.6rem;
    }
}

.lab-vr .vr-info-box ol li {
    line-height: 28px;
    letter-spacing: 2px;
}

/* end lab vr */
.lab-tools-tb .name strong {
    font-weight: bold;
    letter-spacing: 2px;
}

.lab-tools-tb .name small {
    text-transform: uppercase;
    font-family: 'din regular';
}

.lab-tools-tb .spec {
    font-family: 'din regular';
}

.lab-tools-tb .amount {
    font-family: 'din regular';
}

@media print, screen and (min-width: 40em) {
    .lab-tools-tb .name {
        width: 25%;
    }

    .lab-tools-tb .spec {
        width: 66.18%;
    }

    .lab-tools-tb .amount {
        width: 8.82%;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .lab-tools-tb td.spec {
        font-size: 1.25rem;
    }

    .lab-tools-tb td.amount {
        font-size: 1.1875rem;
    }
}

/* Energym */
@media screen and (max-width: 64.06125em) {
    .banner-inside {
        height: calc(100vh - 60px);
    }
}

.energym-bg {
    position: absolute;
    z-index: -1;
    top: 80px;
    left: 40px;
    width: calc(100vw - 80px);
    height: calc(100vh - 140px);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
}

@media screen and (max-width: 64.06125em) {
    .energym-bg {
        top: auto;
        left: 30px;
        width: calc(100vw - 60px);
        height: calc(100vh - 80px);
    }
}

@media screen and (max-width: 39.99875em) {
    .energym-bg {
        left: 20px;
        width: calc(100vw - 40px);
    }
}

.energym-intro-exhibition {
    position: relative;
    padding-top: 20px;
}

#detect-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

#energym-bg2 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
}

.energym-banner .text-box {
    top: 50%;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 64.06125em) {
    .energym-banner .text-box {
        position: absolute;
        top: 50%;
        left: 0;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.energym-banner .text-box .title {
    font-family: 'din condence bold';
    font-size: 12vw;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media print, screen and (min-width: 40em) {
    .energym-banner .text-box .title {
        font-size: 7.5rem;
        letter-spacing: 10px;
    }
}

.energym-banner .text-box .sub-title {
    font-weight: normal;
    margin-bottom: 0px;
}

@media print, screen and (min-width: 40em) {
    .energym-banner .text-box .sub-title {
        font-size: 1.5rem;
    }
}

.energym-intro-exhibition .border-wrap[layout=left-right-layout] .img-box {
    min-height: 0;
}

.energym-intro-sapce .gallery-top {
    margin-top: 30px;
}

.energym-intro-sapce .gallery-top .swiper-slide {
    height: 400px;
    background-position: center center;
    background-size: cover;
}

@media print, screen and (min-width: 64.0625em) {
    .energym-intro-sapce .gallery-top .swiper-slide {
        height: auto;
    }

    .energym-intro-sapce .gallery-top .swiper-slide::before {
        content: "";
        display: block;
        padding-top: 39.71%;
    }
}

@media screen and (min-width: 120em) {
    .energym-intro-sapce .gallery-top .swiper-slide {
        height: 720px;
    }

    .energym-intro-sapce .gallery-top .swiper-slide::before {
        display: none;
    }
}

.energym-intro-sapce .gallery-top .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
}

.energym-intro-sapce .gallery-top .text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 64.06125em) {
    .energym-intro-sapce .gallery-top .text-box {
        left: 20px;
        top: 20px;
        margin-top: 0px;
        -webkit-transform: none;
        transform: none;
        width: calc(100% - 40px);
    }
}

.energym-intro-sapce .gallery-top .desc,
.energym-intro-sapce .gallery-top .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .3s .5s, -webkit-transform .3s .5s;
    transition: opacity .3s .5s, -webkit-transform .3s .5s;
    transition: opacity .3s .5s, transform .3s .5s;
    transition: opacity .3s .5s, transform .3s .5s, -webkit-transform .3s .5s;
}

.energym-intro-sapce .gallery-top .title {
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: normal;
}

@media screen and (max-width: 64.06125em) {
    .energym-intro-sapce .gallery-top .title {
        text-align: left;
    }
}

@media screen and (max-width: 39.99875em) {
    .energym-intro-sapce .gallery-top .title {
        font-size: 1.25rem;
    }
}

.energym-intro-sapce .gallery-top .desc {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

@media print, screen and (min-width: 64.0625em) {
    .energym-intro-sapce .gallery-top .desc {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 64.06125em) {
    .energym-intro-sapce .gallery-top .desc {
        text-align: left;
    }
}

@media screen and (max-width: 39.99875em) {
    .energym-intro-sapce .gallery-top .desc {
        font-size: 0.875rem;
    }
}

.energym-intro-sapce .gallery-top .swiper-slide-active .desc,
.energym-intro-sapce .gallery-top .swiper-slide-active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.energym-intro-sapce .gallery-thumbs {
    margin-bottom: 30px;
}

.energym-intro-sapce .gallery-thumbs .swiper-slide {
    opacity: 0.4;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
}

.energym-intro-sapce .gallery-thumbs .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 61.54%;
}

.energym-intro-sapce .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #ffffff;
}

.energym-intro-sapce .gallery-top-wrap {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.energym-intro-sapce .gallery-top-wrap .swiper-container.global {
    margin: 0;
}

.energym-intro-sapce .gallery-top-wrap .swiper-button-prev,
.energym-intro-sapce .gallery-top-wrap .swiper-button-next {
    background-color: #fff;
    color: #111100;
    height: 35px;
    width: 35px;
    font-size: 0.875rem;
}

.energym-intro-sapce .gallery-top-wrap .swiper-button-prev:after,
.energym-intro-sapce .gallery-top-wrap .swiper-button-next:after {
    display: none;
}

@media screen and (max-width: 64.06125em) {
    .energym-intro-sapce .gallery-top-wrap .swiper-button-prev,
    .energym-intro-sapce .gallery-top-wrap .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 39.99875em) {
    .energym-intro-sapce .gallery-top-wrap .swiper-button-prev {
        left: -15px;
    }
}

@media screen and (max-width: 39.99875em) {
    .energym-intro-sapce .gallery-top-wrap .swiper-button-next {
        right: -15px;
    }
}

.energym-intro-sapce .gallery-top-wrap .swiper-pagination {
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.energym-intro-sapce .gallery-top-wrap .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: #111100;
    border-radius: 0;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    margin: 0 7.5px;
}

.energym-intro-sapce .gallery-top-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

@media screen and (max-width: 39.99875em) {
    .energym-intro-sapce .gallery-top-wrap .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0px 5px;
    }
}

/* end energym intro space */
.energym-rank {
    margin-bottom: 20px;
    overflow: hidden;
}

.rank-list {
    margin: calc(21px + 4.5vw) -0.25rem 0;
    padding: 0;
    padding-top: 30px;
    list-style: none;
    height: calc(40vw + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media print, screen and (min-width: 64.0625em) {
    .rank-list {
        margin: 110px -0.5rem 0;
        height: 640px;
    }
}

.rank-list .item {
    position: relative;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: 20%;
    height: calc(var(--point) / var(--max) * 100%);
}

@media print, screen and (min-width: 64.0625em) {
    .rank-list .item {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.rank-list .chart-bar {
    height: 100vh;
}

.rank-list .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rank-list .name {
    font-size: 0.875rem;
}

@media print, screen and (min-width: 64.0625em) {
    .rank-list .name {
        font-size: 1.25rem;
    }
}

.rank-list .point {
    font-size: 3vw;
    white-space: nowrap;
    margin-bottom: .5em;
}

@media print, screen and (min-width: 64.0625em) {
    .rank-list .point {
        font-weight: bold;
        font-size: 2.5rem;
    }
}

.rank-list .point span {
    font-size: inherit;
}

.rank-list .point .num {
    margin-right: 5px;
    font-family: 'din condence bold';
}

.rank-list svg {
    width: 100%;
    height: inherit;
}

.rank-list svg text {
    text-anchor: middle;
}

.rank-list svg .alpha {
    fill: #666666;
}

.rank-list svg .title {
    letter-spacing: -2px;
    font-size: 10vw;
    font-weight: 800;
}

@media print, screen and (min-width: 64.0625em) {
    .rank-list svg .title {
        font-size: 9.375rem;
    }
}

.rank-list svg .base {
    fill: #fff;
}

/* D/S One Gallery */
/* gallery intro */
.gallery-intro .border-wrap[layout=left-right-layout] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media print, screen and (min-width: 40em) {
    .gallery-intro .border-wrap[layout=left-right-layout] .desc-box-wrapper {
        min-height: calc(100vh - 90px);
    }
}

.gallery-intro .border-wrap[layout=left-right-layout] .img-box {
    min-height: auto;
    padding-top: 129.63%;
}

@media print, screen and (min-width: 40em) {
    .gallery-intro .desc-box-wrapper {
        padding-right: 60px;
    }
}

.gallery-intro-list .cell {
    margin-bottom: 50px;
}

@media print, screen and (min-width: 40em) {
    .gallery-intro-list .cell {
        margin-bottom: 100px;
    }
}

@media print, screen and (min-width: 64.0625em) {
    .gallery-intro-list .cell:nth-child(even) {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}

.gallery-intro-list .title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gallery-arts img {
    width: 100%;
}

.gallery-arts .artist small {
    margin-right: 8px;
}

.gallery-arts .media {
    opacity: .5;
}

/* Main content minimum height */
main#main-content {
    min-height: 60vh;
}

.center {
    text-align: center;
}