@import url("8960c089c72c458c910dc8047d60021a.css");
@import url("e8b9ba016e024ea0977a24b1c95d24ac.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
button {
  background-color: transparent;
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mmList .cell.shrink{
    margin-top:10px;
}
.css_mover {
  cursor: pointer;
}
.css_mover img:nth-child(1) {
  display: inline;
}
.css_mover img:nth-child(2) {
  display: none;
}
.css_mover.current img:nth-child(1) {
  display: none;
}
.css_mover.current img:nth-child(2) {
  display: inline;
}
.css_active img:nth-child(1),
.css_mover:hover img:nth-child(1) {
  display: none;
}
.css_active img:nth-child(2),
.css_mover:hover img:nth-child(2) {
  display: inline;
}
.css_active.current img:nth-child(1),
.css_mover:hover.current img:nth-child(1) {
  display: none;
}
.css_active.current img:nth-child(2),
.css_mover:hover.current img:nth-child(2) {
  display: inline;
}
.image-2x img:nth-child(1) {
  display: inline;
}
.image-2x img:nth-child(2) {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .image-2x img:nth-child(1) {
    display: none;
  }
  .image-2x img:nth-child(2) {
    display: inline;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 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: 0 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: 0 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: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink,
  .grid-x > .xlarge-full,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink,
  .grid-x > .xxlarge-full,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: 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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xxlarge-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: 64em) {
  .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);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-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: 64em) {
  .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%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xxlarge-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.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);
  }
  .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: 64em) {
  .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);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xxlarge-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: 64em) {
  .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%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xxlarge-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: 64em) {
  .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 screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xxlarge-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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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 screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-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: 64em) {
  .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);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xxlarge-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 {
  width: auto;
  max-width: 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: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink,
  .grid-y > .xlarge-full,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-full,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: 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 {
    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: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: 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%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xxlarge-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: 64em) {
  .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);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-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-stype: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -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-stype: -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%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .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-stype: -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%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-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 .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xlarge-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%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-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 .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xxlarge-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%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -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: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-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 screen and (min-width: 90em) {
  .grid-y.xxlarge-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: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-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: 64em) {
  .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);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-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: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .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: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.margin-0 {
  margin: 0px;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-horizontal-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.margin-vertical-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.padding-0 {
  padding: 0px;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-horizontal-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.padding-vertical-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-0 {
    margin: 0px;
  }
  .medium-margin-top-0 {
    margin: 0;
  }
  .medium-margin-right-0 {
    margin: 0;
  }
  .medium-margin-bottom-0 {
    margin: 0;
  }
  .medium-margin-left-0 {
    margin: 0;
  }
  .medium-margin-horizontal-0 {
    margin: 0;
  }
  .medium-margin-vertical-0 {
    margin: 0;
  }
  .medium-padding-0 {
    padding: 0px;
  }
  .medium-padding-top-0 {
    padding: 0;
  }
  .medium-padding-right-0 {
    padding: 0;
  }
  .medium-padding-bottom-0 {
    padding: 0;
  }
  .medium-padding-left-0 {
    padding: 0;
  }
  .medium-padding-horizontal-0 {
    padding: 0;
  }
  .medium-padding-vertical-0 {
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-0 {
    margin: 0px;
  }
  .large-margin-top-0 {
    margin: 0;
  }
  .large-margin-right-0 {
    margin: 0;
  }
  .large-margin-bottom-0 {
    margin: 0;
  }
  .large-margin-left-0 {
    margin: 0;
  }
  .large-margin-horizontal-0 {
    margin: 0;
  }
  .large-margin-vertical-0 {
    margin: 0;
  }
  .large-padding-0 {
    padding: 0px;
  }
  .large-padding-top-0 {
    padding: 0;
  }
  .large-padding-right-0 {
    padding: 0;
  }
  .large-padding-bottom-0 {
    padding: 0;
  }
  .large-padding-left-0 {
    padding: 0;
  }
  .large-padding-horizontal-0 {
    padding: 0;
  }
  .large-padding-vertical-0 {
    padding: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-0 {
    margin: 0px;
  }
  .xlarge-margin-top-0 {
    margin: 0;
  }
  .xlarge-margin-right-0 {
    margin: 0;
  }
  .xlarge-margin-bottom-0 {
    margin: 0;
  }
  .xlarge-margin-left-0 {
    margin: 0;
  }
  .xlarge-margin-horizontal-0 {
    margin: 0;
  }
  .xlarge-margin-vertical-0 {
    margin: 0;
  }
  .xlarge-padding-0 {
    padding: 0px;
  }
  .xlarge-padding-top-0 {
    padding: 0;
  }
  .xlarge-padding-right-0 {
    padding: 0;
  }
  .xlarge-padding-bottom-0 {
    padding: 0;
  }
  .xlarge-padding-left-0 {
    padding: 0;
  }
  .xlarge-padding-horizontal-0 {
    padding: 0;
  }
  .xlarge-padding-vertical-0 {
    padding: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-0 {
    margin: 0px;
  }
  .xxlarge-margin-top-0 {
    margin: 0;
  }
  .xxlarge-margin-right-0 {
    margin: 0;
  }
  .xxlarge-margin-bottom-0 {
    margin: 0;
  }
  .xxlarge-margin-left-0 {
    margin: 0;
  }
  .xxlarge-margin-horizontal-0 {
    margin: 0;
  }
  .xxlarge-margin-vertical-0 {
    margin: 0;
  }
  .xxlarge-padding-0 {
    padding: 0px;
  }
  .xxlarge-padding-top-0 {
    padding: 0;
  }
  .xxlarge-padding-right-0 {
    padding: 0;
  }
  .xxlarge-padding-bottom-0 {
    padding: 0;
  }
  .xxlarge-padding-left-0 {
    padding: 0;
  }
  .xxlarge-padding-horizontal-0 {
    padding: 0;
  }
  .xxlarge-padding-vertical-0 {
    padding: 0;
  }
}
.margin-1 {
  margin: 20px;
}
.margin-top-1 {
  margin-top: 20px !important;
}
.margin-right-1 {
  margin-right: 20px !important;
}
.margin-bottom-1 {
  margin-bottom: 20px !important;
}
.margin-left-1 {
  margin-left: 20px !important;
}
.margin-horizontal-1 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.margin-vertical-1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.padding-1 {
  padding: 20px;
}
.padding-top-1 {
  padding-top: 20px !important;
}
.padding-right-1 {
  padding-right: 20px !important;
}
.padding-bottom-1 {
  padding-bottom: 20px !important;
}
.padding-left-1 {
  padding-left: 20px !important;
}
.padding-horizontal-1 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.padding-vertical-1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-1 {
    margin: 20px;
  }
  .medium-margin-top-1 {
    margin: 1;
  }
  .medium-margin-right-1 {
    margin: 1;
  }
  .medium-margin-bottom-1 {
    margin: 1;
  }
  .medium-margin-left-1 {
    margin: 1;
  }
  .medium-margin-horizontal-1 {
    margin: 1;
  }
  .medium-margin-vertical-1 {
    margin: 1;
  }
  .medium-padding-1 {
    padding: 20px;
  }
  .medium-padding-top-1 {
    padding: 1;
  }
  .medium-padding-right-1 {
    padding: 1;
  }
  .medium-padding-bottom-1 {
    padding: 1;
  }
  .medium-padding-left-1 {
    padding: 1;
  }
  .medium-padding-horizontal-1 {
    padding: 1;
  }
  .medium-padding-vertical-1 {
    padding: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-1 {
    margin: 20px;
  }
  .large-margin-top-1 {
    margin: 1;
  }
  .large-margin-right-1 {
    margin: 1;
  }
  .large-margin-bottom-1 {
    margin: 1;
  }
  .large-margin-left-1 {
    margin: 1;
  }
  .large-margin-horizontal-1 {
    margin: 1;
  }
  .large-margin-vertical-1 {
    margin: 1;
  }
  .large-padding-1 {
    padding: 20px;
  }
  .large-padding-top-1 {
    padding: 1;
  }
  .large-padding-right-1 {
    padding: 1;
  }
  .large-padding-bottom-1 {
    padding: 1;
  }
  .large-padding-left-1 {
    padding: 1;
  }
  .large-padding-horizontal-1 {
    padding: 1;
  }
  .large-padding-vertical-1 {
    padding: 1;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-1 {
    margin: 20px;
  }
  .xlarge-margin-top-1 {
    margin: 1;
  }
  .xlarge-margin-right-1 {
    margin: 1;
  }
  .xlarge-margin-bottom-1 {
    margin: 1;
  }
  .xlarge-margin-left-1 {
    margin: 1;
  }
  .xlarge-margin-horizontal-1 {
    margin: 1;
  }
  .xlarge-margin-vertical-1 {
    margin: 1;
  }
  .xlarge-padding-1 {
    padding: 20px;
  }
  .xlarge-padding-top-1 {
    padding: 1;
  }
  .xlarge-padding-right-1 {
    padding: 1;
  }
  .xlarge-padding-bottom-1 {
    padding: 1;
  }
  .xlarge-padding-left-1 {
    padding: 1;
  }
  .xlarge-padding-horizontal-1 {
    padding: 1;
  }
  .xlarge-padding-vertical-1 {
    padding: 1;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-1 {
    margin: 20px;
  }
  .xxlarge-margin-top-1 {
    margin: 1;
  }
  .xxlarge-margin-right-1 {
    margin: 1;
  }
  .xxlarge-margin-bottom-1 {
    margin: 1;
  }
  .xxlarge-margin-left-1 {
    margin: 1;
  }
  .xxlarge-margin-horizontal-1 {
    margin: 1;
  }
  .xxlarge-margin-vertical-1 {
    margin: 1;
  }
  .xxlarge-padding-1 {
    padding: 20px;
  }
  .xxlarge-padding-top-1 {
    padding: 1;
  }
  .xxlarge-padding-right-1 {
    padding: 1;
  }
  .xxlarge-padding-bottom-1 {
    padding: 1;
  }
  .xxlarge-padding-left-1 {
    padding: 1;
  }
  .xxlarge-padding-horizontal-1 {
    padding: 1;
  }
  .xxlarge-padding-vertical-1 {
    padding: 1;
  }
}
.margin-2 {
  margin: 40px;
}
.margin-top-2 {
  margin-top: 40px !important;
}
.margin-right-2 {
  margin-right: 40px !important;
}
.margin-bottom-2 {
  margin-bottom: 40px !important;
}
.margin-left-2 {
  margin-left: 40px !important;
}
.margin-horizontal-2 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.margin-vertical-2 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.padding-2 {
  padding: 40px;
}
.padding-top-2 {
  padding-top: 40px !important;
}
.padding-right-2 {
  padding-right: 40px !important;
}
.padding-bottom-2 {
  padding-bottom: 40px !important;
}
.padding-left-2 {
  padding-left: 40px !important;
}
.padding-horizontal-2 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.padding-vertical-2 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-2 {
    margin: 40px;
  }
  .medium-margin-top-2 {
    margin: 2;
  }
  .medium-margin-right-2 {
    margin: 2;
  }
  .medium-margin-bottom-2 {
    margin: 2;
  }
  .medium-margin-left-2 {
    margin: 2;
  }
  .medium-margin-horizontal-2 {
    margin: 2;
  }
  .medium-margin-vertical-2 {
    margin: 2;
  }
  .medium-padding-2 {
    padding: 40px;
  }
  .medium-padding-top-2 {
    padding: 2;
  }
  .medium-padding-right-2 {
    padding: 2;
  }
  .medium-padding-bottom-2 {
    padding: 2;
  }
  .medium-padding-left-2 {
    padding: 2;
  }
  .medium-padding-horizontal-2 {
    padding: 2;
  }
  .medium-padding-vertical-2 {
    padding: 2;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-2 {
    margin: 40px;
  }
  .large-margin-top-2 {
    margin: 2;
  }
  .large-margin-right-2 {
    margin: 2;
  }
  .large-margin-bottom-2 {
    margin: 2;
  }
  .large-margin-left-2 {
    margin: 2;
  }
  .large-margin-horizontal-2 {
    margin: 2;
  }
  .large-margin-vertical-2 {
    margin: 2;
  }
  .large-padding-2 {
    padding: 40px;
  }
  .large-padding-top-2 {
    padding: 2;
  }
  .large-padding-right-2 {
    padding: 2;
  }
  .large-padding-bottom-2 {
    padding: 2;
  }
  .large-padding-left-2 {
    padding: 2;
  }
  .large-padding-horizontal-2 {
    padding: 2;
  }
  .large-padding-vertical-2 {
    padding: 2;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-2 {
    margin: 40px;
  }
  .xlarge-margin-top-2 {
    margin: 2;
  }
  .xlarge-margin-right-2 {
    margin: 2;
  }
  .xlarge-margin-bottom-2 {
    margin: 2;
  }
  .xlarge-margin-left-2 {
    margin: 2;
  }
  .xlarge-margin-horizontal-2 {
    margin: 2;
  }
  .xlarge-margin-vertical-2 {
    margin: 2;
  }
  .xlarge-padding-2 {
    padding: 40px;
  }
  .xlarge-padding-top-2 {
    padding: 2;
  }
  .xlarge-padding-right-2 {
    padding: 2;
  }
  .xlarge-padding-bottom-2 {
    padding: 2;
  }
  .xlarge-padding-left-2 {
    padding: 2;
  }
  .xlarge-padding-horizontal-2 {
    padding: 2;
  }
  .xlarge-padding-vertical-2 {
    padding: 2;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-2 {
    margin: 40px;
  }
  .xxlarge-margin-top-2 {
    margin: 2;
  }
  .xxlarge-margin-right-2 {
    margin: 2;
  }
  .xxlarge-margin-bottom-2 {
    margin: 2;
  }
  .xxlarge-margin-left-2 {
    margin: 2;
  }
  .xxlarge-margin-horizontal-2 {
    margin: 2;
  }
  .xxlarge-margin-vertical-2 {
    margin: 2;
  }
  .xxlarge-padding-2 {
    padding: 40px;
  }
  .xxlarge-padding-top-2 {
    padding: 2;
  }
  .xxlarge-padding-right-2 {
    padding: 2;
  }
  .xxlarge-padding-bottom-2 {
    padding: 2;
  }
  .xxlarge-padding-left-2 {
    padding: 2;
  }
  .xxlarge-padding-horizontal-2 {
    padding: 2;
  }
  .xxlarge-padding-vertical-2 {
    padding: 2;
  }
}
.margin-3 {
  margin: 60px;
}
.margin-top-3 {
  margin-top: 60px !important;
}
.margin-right-3 {
  margin-right: 60px !important;
}
.margin-bottom-3 {
  margin-bottom: 60px !important;
}
.margin-left-3 {
  margin-left: 60px !important;
}
.margin-horizontal-3 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.margin-vertical-3 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.padding-3 {
  padding: 60px;
}
.padding-top-3 {
  padding-top: 60px !important;
}
.padding-right-3 {
  padding-right: 60px !important;
}
.padding-bottom-3 {
  padding-bottom: 60px !important;
}
.padding-left-3 {
  padding-left: 60px !important;
}
.padding-horizontal-3 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.padding-vertical-3 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-3 {
    margin: 60px;
  }
  .medium-margin-top-3 {
    margin: 3;
  }
  .medium-margin-right-3 {
    margin: 3;
  }
  .medium-margin-bottom-3 {
    margin: 3;
  }
  .medium-margin-left-3 {
    margin: 3;
  }
  .medium-margin-horizontal-3 {
    margin: 3;
  }
  .medium-margin-vertical-3 {
    margin: 3;
  }
  .medium-padding-3 {
    padding: 60px;
  }
  .medium-padding-top-3 {
    padding: 3;
  }
  .medium-padding-right-3 {
    padding: 3;
  }
  .medium-padding-bottom-3 {
    padding: 3;
  }
  .medium-padding-left-3 {
    padding: 3;
  }
  .medium-padding-horizontal-3 {
    padding: 3;
  }
  .medium-padding-vertical-3 {
    padding: 3;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-3 {
    margin: 60px;
  }
  .large-margin-top-3 {
    margin: 3;
  }
  .large-margin-right-3 {
    margin: 3;
  }
  .large-margin-bottom-3 {
    margin: 3;
  }
  .large-margin-left-3 {
    margin: 3;
  }
  .large-margin-horizontal-3 {
    margin: 3;
  }
  .large-margin-vertical-3 {
    margin: 3;
  }
  .large-padding-3 {
    padding: 60px;
  }
  .large-padding-top-3 {
    padding: 3;
  }
  .large-padding-right-3 {
    padding: 3;
  }
  .large-padding-bottom-3 {
    padding: 3;
  }
  .large-padding-left-3 {
    padding: 3;
  }
  .large-padding-horizontal-3 {
    padding: 3;
  }
  .large-padding-vertical-3 {
    padding: 3;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-3 {
    margin: 60px;
  }
  .xlarge-margin-top-3 {
    margin: 3;
  }
  .xlarge-margin-right-3 {
    margin: 3;
  }
  .xlarge-margin-bottom-3 {
    margin: 3;
  }
  .xlarge-margin-left-3 {
    margin: 3;
  }
  .xlarge-margin-horizontal-3 {
    margin: 3;
  }
  .xlarge-margin-vertical-3 {
    margin: 3;
  }
  .xlarge-padding-3 {
    padding: 60px;
  }
  .xlarge-padding-top-3 {
    padding: 3;
  }
  .xlarge-padding-right-3 {
    padding: 3;
  }
  .xlarge-padding-bottom-3 {
    padding: 3;
  }
  .xlarge-padding-left-3 {
    padding: 3;
  }
  .xlarge-padding-horizontal-3 {
    padding: 3;
  }
  .xlarge-padding-vertical-3 {
    padding: 3;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-3 {
    margin: 60px;
  }
  .xxlarge-margin-top-3 {
    margin: 3;
  }
  .xxlarge-margin-right-3 {
    margin: 3;
  }
  .xxlarge-margin-bottom-3 {
    margin: 3;
  }
  .xxlarge-margin-left-3 {
    margin: 3;
  }
  .xxlarge-margin-horizontal-3 {
    margin: 3;
  }
  .xxlarge-margin-vertical-3 {
    margin: 3;
  }
  .xxlarge-padding-3 {
    padding: 60px;
  }
  .xxlarge-padding-top-3 {
    padding: 3;
  }
  .xxlarge-padding-right-3 {
    padding: 3;
  }
  .xxlarge-padding-bottom-3 {
    padding: 3;
  }
  .xxlarge-padding-left-3 {
    padding: 3;
  }
  .xxlarge-padding-horizontal-3 {
    padding: 3;
  }
  .xxlarge-padding-vertical-3 {
    padding: 3;
  }
}
.margin-4 {
  margin: 80px;
}
.margin-top-4 {
  margin-top: 80px !important;
}
.margin-right-4 {
  margin-right: 80px !important;
}
.margin-bottom-4 {
  margin-bottom: 80px !important;
}
.margin-left-4 {
  margin-left: 80px !important;
}
.margin-horizontal-4 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.margin-vertical-4 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.padding-4 {
  padding: 80px;
}
.padding-top-4 {
  padding-top: 80px !important;
}
.padding-right-4 {
  padding-right: 80px !important;
}
.padding-bottom-4 {
  padding-bottom: 80px !important;
}
.padding-left-4 {
  padding-left: 80px !important;
}
.padding-horizontal-4 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.padding-vertical-4 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-4 {
    margin: 80px;
  }
  .medium-margin-top-4 {
    margin: 4;
  }
  .medium-margin-right-4 {
    margin: 4;
  }
  .medium-margin-bottom-4 {
    margin: 4;
  }
  .medium-margin-left-4 {
    margin: 4;
  }
  .medium-margin-horizontal-4 {
    margin: 4;
  }
  .medium-margin-vertical-4 {
    margin: 4;
  }
  .medium-padding-4 {
    padding: 80px;
  }
  .medium-padding-top-4 {
    padding: 4;
  }
  .medium-padding-right-4 {
    padding: 4;
  }
  .medium-padding-bottom-4 {
    padding: 4;
  }
  .medium-padding-left-4 {
    padding: 4;
  }
  .medium-padding-horizontal-4 {
    padding: 4;
  }
  .medium-padding-vertical-4 {
    padding: 4;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-4 {
    margin: 80px;
  }
  .large-margin-top-4 {
    margin: 4;
  }
  .large-margin-right-4 {
    margin: 4;
  }
  .large-margin-bottom-4 {
    margin: 4;
  }
  .large-margin-left-4 {
    margin: 4;
  }
  .large-margin-horizontal-4 {
    margin: 4;
  }
  .large-margin-vertical-4 {
    margin: 4;
  }
  .large-padding-4 {
    padding: 80px;
  }
  .large-padding-top-4 {
    padding: 4;
  }
  .large-padding-right-4 {
    padding: 4;
  }
  .large-padding-bottom-4 {
    padding: 4;
  }
  .large-padding-left-4 {
    padding: 4;
  }
  .large-padding-horizontal-4 {
    padding: 4;
  }
  .large-padding-vertical-4 {
    padding: 4;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-4 {
    margin: 80px;
  }
  .xlarge-margin-top-4 {
    margin: 4;
  }
  .xlarge-margin-right-4 {
    margin: 4;
  }
  .xlarge-margin-bottom-4 {
    margin: 4;
  }
  .xlarge-margin-left-4 {
    margin: 4;
  }
  .xlarge-margin-horizontal-4 {
    margin: 4;
  }
  .xlarge-margin-vertical-4 {
    margin: 4;
  }
  .xlarge-padding-4 {
    padding: 80px;
  }
  .xlarge-padding-top-4 {
    padding: 4;
  }
  .xlarge-padding-right-4 {
    padding: 4;
  }
  .xlarge-padding-bottom-4 {
    padding: 4;
  }
  .xlarge-padding-left-4 {
    padding: 4;
  }
  .xlarge-padding-horizontal-4 {
    padding: 4;
  }
  .xlarge-padding-vertical-4 {
    padding: 4;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-4 {
    margin: 80px;
  }
  .xxlarge-margin-top-4 {
    margin: 4;
  }
  .xxlarge-margin-right-4 {
    margin: 4;
  }
  .xxlarge-margin-bottom-4 {
    margin: 4;
  }
  .xxlarge-margin-left-4 {
    margin: 4;
  }
  .xxlarge-margin-horizontal-4 {
    margin: 4;
  }
  .xxlarge-margin-vertical-4 {
    margin: 4;
  }
  .xxlarge-padding-4 {
    padding: 80px;
  }
  .xxlarge-padding-top-4 {
    padding: 4;
  }
  .xxlarge-padding-right-4 {
    padding: 4;
  }
  .xxlarge-padding-bottom-4 {
    padding: 4;
  }
  .xxlarge-padding-left-4 {
    padding: 4;
  }
  .xxlarge-padding-horizontal-4 {
    padding: 4;
  }
  .xxlarge-padding-vertical-4 {
    padding: 4;
  }
}
.margin-5 {
  margin: 100px;
}
.margin-top-5 {
  margin-top: 100px !important;
}
.margin-right-5 {
  margin-right: 100px !important;
}
.margin-bottom-5 {
  margin-bottom: 100px !important;
}
.margin-left-5 {
  margin-left: 100px !important;
}
.margin-horizontal-5 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.margin-vertical-5 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.padding-5 {
  padding: 100px;
}
.padding-top-5 {
  padding-top: 100px !important;
}
.padding-right-5 {
  padding-right: 100px !important;
}
.padding-bottom-5 {
  padding-bottom: 100px !important;
}
.padding-left-5 {
  padding-left: 100px !important;
}
.padding-horizontal-5 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.padding-vertical-5 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-5 {
    margin: 100px;
  }
  .medium-margin-top-5 {
    margin: 5;
  }
  .medium-margin-right-5 {
    margin: 5;
  }
  .medium-margin-bottom-5 {
    margin: 5;
  }
  .medium-margin-left-5 {
    margin: 5;
  }
  .medium-margin-horizontal-5 {
    margin: 5;
  }
  .medium-margin-vertical-5 {
    margin: 5;
  }
  .medium-padding-5 {
    padding: 100px;
  }
  .medium-padding-top-5 {
    padding: 5;
  }
  .medium-padding-right-5 {
    padding: 5;
  }
  .medium-padding-bottom-5 {
    padding: 5;
  }
  .medium-padding-left-5 {
    padding: 5;
  }
  .medium-padding-horizontal-5 {
    padding: 5;
  }
  .medium-padding-vertical-5 {
    padding: 5;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-5 {
    margin: 100px;
  }
  .large-margin-top-5 {
    margin: 5;
  }
  .large-margin-right-5 {
    margin: 5;
  }
  .large-margin-bottom-5 {
    margin: 5;
  }
  .large-margin-left-5 {
    margin: 5;
  }
  .large-margin-horizontal-5 {
    margin: 5;
  }
  .large-margin-vertical-5 {
    margin: 5;
  }
  .large-padding-5 {
    padding: 100px;
  }
  .large-padding-top-5 {
    padding: 5;
  }
  .large-padding-right-5 {
    padding: 5;
  }
  .large-padding-bottom-5 {
    padding: 5;
  }
  .large-padding-left-5 {
    padding: 5;
  }
  .large-padding-horizontal-5 {
    padding: 5;
  }
  .large-padding-vertical-5 {
    padding: 5;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-5 {
    margin: 100px;
  }
  .xlarge-margin-top-5 {
    margin: 5;
  }
  .xlarge-margin-right-5 {
    margin: 5;
  }
  .xlarge-margin-bottom-5 {
    margin: 5;
  }
  .xlarge-margin-left-5 {
    margin: 5;
  }
  .xlarge-margin-horizontal-5 {
    margin: 5;
  }
  .xlarge-margin-vertical-5 {
    margin: 5;
  }
  .xlarge-padding-5 {
    padding: 100px;
  }
  .xlarge-padding-top-5 {
    padding: 5;
  }
  .xlarge-padding-right-5 {
    padding: 5;
  }
  .xlarge-padding-bottom-5 {
    padding: 5;
  }
  .xlarge-padding-left-5 {
    padding: 5;
  }
  .xlarge-padding-horizontal-5 {
    padding: 5;
  }
  .xlarge-padding-vertical-5 {
    padding: 5;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-5 {
    margin: 100px;
  }
  .xxlarge-margin-top-5 {
    margin: 5;
  }
  .xxlarge-margin-right-5 {
    margin: 5;
  }
  .xxlarge-margin-bottom-5 {
    margin: 5;
  }
  .xxlarge-margin-left-5 {
    margin: 5;
  }
  .xxlarge-margin-horizontal-5 {
    margin: 5;
  }
  .xxlarge-margin-vertical-5 {
    margin: 5;
  }
  .xxlarge-padding-5 {
    padding: 100px;
  }
  .xxlarge-padding-top-5 {
    padding: 5;
  }
  .xxlarge-padding-right-5 {
    padding: 5;
  }
  .xxlarge-padding-bottom-5 {
    padding: 5;
  }
  .xxlarge-padding-left-5 {
    padding: 5;
  }
  .xxlarge-padding-horizontal-5 {
    padding: 5;
  }
  .xxlarge-padding-vertical-5 {
    padding: 5;
  }
}
.margin-6 {
  margin: 120px;
}
.margin-top-6 {
  margin-top: 120px !important;
}
.margin-right-6 {
  margin-right: 120px !important;
}
.margin-bottom-6 {
  margin-bottom: 120px !important;
}
.margin-left-6 {
  margin-left: 120px !important;
}
.margin-horizontal-6 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.margin-vertical-6 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.padding-6 {
  padding: 120px;
}
.padding-top-6 {
  padding-top: 120px !important;
}
.padding-right-6 {
  padding-right: 120px !important;
}
.padding-bottom-6 {
  padding-bottom: 120px !important;
}
.padding-left-6 {
  padding-left: 120px !important;
}
.padding-horizontal-6 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.padding-vertical-6 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-6 {
    margin: 120px;
  }
  .medium-margin-top-6 {
    margin: 6;
  }
  .medium-margin-right-6 {
    margin: 6;
  }
  .medium-margin-bottom-6 {
    margin: 6;
  }
  .medium-margin-left-6 {
    margin: 6;
  }
  .medium-margin-horizontal-6 {
    margin: 6;
  }
  .medium-margin-vertical-6 {
    margin: 6;
  }
  .medium-padding-6 {
    padding: 120px;
  }
  .medium-padding-top-6 {
    padding: 6;
  }
  .medium-padding-right-6 {
    padding: 6;
  }
  .medium-padding-bottom-6 {
    padding: 6;
  }
  .medium-padding-left-6 {
    padding: 6;
  }
  .medium-padding-horizontal-6 {
    padding: 6;
  }
  .medium-padding-vertical-6 {
    padding: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-6 {
    margin: 120px;
  }
  .large-margin-top-6 {
    margin: 6;
  }
  .large-margin-right-6 {
    margin: 6;
  }
  .large-margin-bottom-6 {
    margin: 6;
  }
  .large-margin-left-6 {
    margin: 6;
  }
  .large-margin-horizontal-6 {
    margin: 6;
  }
  .large-margin-vertical-6 {
    margin: 6;
  }
  .large-padding-6 {
    padding: 120px;
  }
  .large-padding-top-6 {
    padding: 6;
  }
  .large-padding-right-6 {
    padding: 6;
  }
  .large-padding-bottom-6 {
    padding: 6;
  }
  .large-padding-left-6 {
    padding: 6;
  }
  .large-padding-horizontal-6 {
    padding: 6;
  }
  .large-padding-vertical-6 {
    padding: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-6 {
    margin: 120px;
  }
  .xlarge-margin-top-6 {
    margin: 6;
  }
  .xlarge-margin-right-6 {
    margin: 6;
  }
  .xlarge-margin-bottom-6 {
    margin: 6;
  }
  .xlarge-margin-left-6 {
    margin: 6;
  }
  .xlarge-margin-horizontal-6 {
    margin: 6;
  }
  .xlarge-margin-vertical-6 {
    margin: 6;
  }
  .xlarge-padding-6 {
    padding: 120px;
  }
  .xlarge-padding-top-6 {
    padding: 6;
  }
  .xlarge-padding-right-6 {
    padding: 6;
  }
  .xlarge-padding-bottom-6 {
    padding: 6;
  }
  .xlarge-padding-left-6 {
    padding: 6;
  }
  .xlarge-padding-horizontal-6 {
    padding: 6;
  }
  .xlarge-padding-vertical-6 {
    padding: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-6 {
    margin: 120px;
  }
  .xxlarge-margin-top-6 {
    margin: 6;
  }
  .xxlarge-margin-right-6 {
    margin: 6;
  }
  .xxlarge-margin-bottom-6 {
    margin: 6;
  }
  .xxlarge-margin-left-6 {
    margin: 6;
  }
  .xxlarge-margin-horizontal-6 {
    margin: 6;
  }
  .xxlarge-margin-vertical-6 {
    margin: 6;
  }
  .xxlarge-padding-6 {
    padding: 120px;
  }
  .xxlarge-padding-top-6 {
    padding: 6;
  }
  .xxlarge-padding-right-6 {
    padding: 6;
  }
  .xxlarge-padding-bottom-6 {
    padding: 6;
  }
  .xxlarge-padding-left-6 {
    padding: 6;
  }
  .xxlarge-padding-horizontal-6 {
    padding: 6;
  }
  .xxlarge-padding-vertical-6 {
    padding: 6;
  }
}
.margin-7 {
  margin: 140px;
}
.margin-top-7 {
  margin-top: 140px !important;
}
.margin-right-7 {
  margin-right: 140px !important;
}
.margin-bottom-7 {
  margin-bottom: 140px !important;
}
.margin-left-7 {
  margin-left: 140px !important;
}
.margin-horizontal-7 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}
.margin-vertical-7 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.padding-7 {
  padding: 140px;
}
.padding-top-7 {
  padding-top: 140px !important;
}
.padding-right-7 {
  padding-right: 140px !important;
}
.padding-bottom-7 {
  padding-bottom: 140px !important;
}
.padding-left-7 {
  padding-left: 140px !important;
}
.padding-horizontal-7 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}
.padding-vertical-7 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-7 {
    margin: 140px;
  }
  .medium-margin-top-7 {
    margin: 7;
  }
  .medium-margin-right-7 {
    margin: 7;
  }
  .medium-margin-bottom-7 {
    margin: 7;
  }
  .medium-margin-left-7 {
    margin: 7;
  }
  .medium-margin-horizontal-7 {
    margin: 7;
  }
  .medium-margin-vertical-7 {
    margin: 7;
  }
  .medium-padding-7 {
    padding: 140px;
  }
  .medium-padding-top-7 {
    padding: 7;
  }
  .medium-padding-right-7 {
    padding: 7;
  }
  .medium-padding-bottom-7 {
    padding: 7;
  }
  .medium-padding-left-7 {
    padding: 7;
  }
  .medium-padding-horizontal-7 {
    padding: 7;
  }
  .medium-padding-vertical-7 {
    padding: 7;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-7 {
    margin: 140px;
  }
  .large-margin-top-7 {
    margin: 7;
  }
  .large-margin-right-7 {
    margin: 7;
  }
  .large-margin-bottom-7 {
    margin: 7;
  }
  .large-margin-left-7 {
    margin: 7;
  }
  .large-margin-horizontal-7 {
    margin: 7;
  }
  .large-margin-vertical-7 {
    margin: 7;
  }
  .large-padding-7 {
    padding: 140px;
  }
  .large-padding-top-7 {
    padding: 7;
  }
  .large-padding-right-7 {
    padding: 7;
  }
  .large-padding-bottom-7 {
    padding: 7;
  }
  .large-padding-left-7 {
    padding: 7;
  }
  .large-padding-horizontal-7 {
    padding: 7;
  }
  .large-padding-vertical-7 {
    padding: 7;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-7 {
    margin: 140px;
  }
  .xlarge-margin-top-7 {
    margin: 7;
  }
  .xlarge-margin-right-7 {
    margin: 7;
  }
  .xlarge-margin-bottom-7 {
    margin: 7;
  }
  .xlarge-margin-left-7 {
    margin: 7;
  }
  .xlarge-margin-horizontal-7 {
    margin: 7;
  }
  .xlarge-margin-vertical-7 {
    margin: 7;
  }
  .xlarge-padding-7 {
    padding: 140px;
  }
  .xlarge-padding-top-7 {
    padding: 7;
  }
  .xlarge-padding-right-7 {
    padding: 7;
  }
  .xlarge-padding-bottom-7 {
    padding: 7;
  }
  .xlarge-padding-left-7 {
    padding: 7;
  }
  .xlarge-padding-horizontal-7 {
    padding: 7;
  }
  .xlarge-padding-vertical-7 {
    padding: 7;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-7 {
    margin: 140px;
  }
  .xxlarge-margin-top-7 {
    margin: 7;
  }
  .xxlarge-margin-right-7 {
    margin: 7;
  }
  .xxlarge-margin-bottom-7 {
    margin: 7;
  }
  .xxlarge-margin-left-7 {
    margin: 7;
  }
  .xxlarge-margin-horizontal-7 {
    margin: 7;
  }
  .xxlarge-margin-vertical-7 {
    margin: 7;
  }
  .xxlarge-padding-7 {
    padding: 140px;
  }
  .xxlarge-padding-top-7 {
    padding: 7;
  }
  .xxlarge-padding-right-7 {
    padding: 7;
  }
  .xxlarge-padding-bottom-7 {
    padding: 7;
  }
  .xxlarge-padding-left-7 {
    padding: 7;
  }
  .xxlarge-padding-horizontal-7 {
    padding: 7;
  }
  .xxlarge-padding-vertical-7 {
    padding: 7;
  }
}
.margin-8 {
  margin: 160px;
}
.margin-top-8 {
  margin-top: 160px !important;
}
.margin-right-8 {
  margin-right: 160px !important;
}
.margin-bottom-8 {
  margin-bottom: 160px !important;
}
.margin-left-8 {
  margin-left: 160px !important;
}
.margin-horizontal-8 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}
.margin-vertical-8 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.padding-8 {
  padding: 160px;
}
.padding-top-8 {
  padding-top: 160px !important;
}
.padding-right-8 {
  padding-right: 160px !important;
}
.padding-bottom-8 {
  padding-bottom: 160px !important;
}
.padding-left-8 {
  padding-left: 160px !important;
}
.padding-horizontal-8 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}
.padding-vertical-8 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-8 {
    margin: 160px;
  }
  .medium-margin-top-8 {
    margin: 8;
  }
  .medium-margin-right-8 {
    margin: 8;
  }
  .medium-margin-bottom-8 {
    margin: 8;
  }
  .medium-margin-left-8 {
    margin: 8;
  }
  .medium-margin-horizontal-8 {
    margin: 8;
  }
  .medium-margin-vertical-8 {
    margin: 8;
  }
  .medium-padding-8 {
    padding: 160px;
  }
  .medium-padding-top-8 {
    padding: 8;
  }
  .medium-padding-right-8 {
    padding: 8;
  }
  .medium-padding-bottom-8 {
    padding: 8;
  }
  .medium-padding-left-8 {
    padding: 8;
  }
  .medium-padding-horizontal-8 {
    padding: 8;
  }
  .medium-padding-vertical-8 {
    padding: 8;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-8 {
    margin: 160px;
  }
  .large-margin-top-8 {
    margin: 8;
  }
  .large-margin-right-8 {
    margin: 8;
  }
  .large-margin-bottom-8 {
    margin: 8;
  }
  .large-margin-left-8 {
    margin: 8;
  }
  .large-margin-horizontal-8 {
    margin: 8;
  }
  .large-margin-vertical-8 {
    margin: 8;
  }
  .large-padding-8 {
    padding: 160px;
  }
  .large-padding-top-8 {
    padding: 8;
  }
  .large-padding-right-8 {
    padding: 8;
  }
  .large-padding-bottom-8 {
    padding: 8;
  }
  .large-padding-left-8 {
    padding: 8;
  }
  .large-padding-horizontal-8 {
    padding: 8;
  }
  .large-padding-vertical-8 {
    padding: 8;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-8 {
    margin: 160px;
  }
  .xlarge-margin-top-8 {
    margin: 8;
  }
  .xlarge-margin-right-8 {
    margin: 8;
  }
  .xlarge-margin-bottom-8 {
    margin: 8;
  }
  .xlarge-margin-left-8 {
    margin: 8;
  }
  .xlarge-margin-horizontal-8 {
    margin: 8;
  }
  .xlarge-margin-vertical-8 {
    margin: 8;
  }
  .xlarge-padding-8 {
    padding: 160px;
  }
  .xlarge-padding-top-8 {
    padding: 8;
  }
  .xlarge-padding-right-8 {
    padding: 8;
  }
  .xlarge-padding-bottom-8 {
    padding: 8;
  }
  .xlarge-padding-left-8 {
    padding: 8;
  }
  .xlarge-padding-horizontal-8 {
    padding: 8;
  }
  .xlarge-padding-vertical-8 {
    padding: 8;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-8 {
    margin: 160px;
  }
  .xxlarge-margin-top-8 {
    margin: 8;
  }
  .xxlarge-margin-right-8 {
    margin: 8;
  }
  .xxlarge-margin-bottom-8 {
    margin: 8;
  }
  .xxlarge-margin-left-8 {
    margin: 8;
  }
  .xxlarge-margin-horizontal-8 {
    margin: 8;
  }
  .xxlarge-margin-vertical-8 {
    margin: 8;
  }
  .xxlarge-padding-8 {
    padding: 160px;
  }
  .xxlarge-padding-top-8 {
    padding: 8;
  }
  .xxlarge-padding-right-8 {
    padding: 8;
  }
  .xxlarge-padding-bottom-8 {
    padding: 8;
  }
  .xxlarge-padding-left-8 {
    padding: 8;
  }
  .xxlarge-padding-horizontal-8 {
    padding: 8;
  }
  .xxlarge-padding-vertical-8 {
    padding: 8;
  }
}
.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: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-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: 64em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-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.9375em) {
  .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.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.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;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
:root {
  --mobileSpace: 20px;
}
.products-cat-area .flag,
.newsWrap .flag,
.interestWrap .flag,
.contactWrap .flag,
.certificateWrap .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #025440;
}
@media screen and (max-width: 63.9375em) {
  .products-cat-area .flag,
  .newsWrap .flag,
  .interestWrap .flag,
  .contactWrap .flag,
  .certificateWrap .flag {
    font-size: 30px;
  }
}
:root {
  --width: 1100px;
  --borderWidth: 2px;
}
body {
  background-color: #f9f8f4;
}
body .fancybox-is-open .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
body .fancybox-slide > div {
  background-color: transparent;
  padding: 0;
  margin: 70px 0;
}
body .fancybox-slide > div.index-fancyWrap {
  margin: 0 0 100px;
}
.m-width {
  max-width: var(--width);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .m-width {
    padding: 0 var(--mobileSpace);
  }
}
#mainWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.topmenuWrap {
  z-index: 49;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #009d62;
  padding: 10px 37px;
}
.topmenuWrap .logo {
  margin-right: 16px;
}
.topmenuWrap .topmenuList a {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  margin-right: 75px;
}
.topmenuWrap .topmenuList a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 89.9375em) {
  .topmenuWrap .topmenuList a {
    margin-right: 50px;
  }
  .topmenuWrap .topmenuList a:last-child {
    margin-right: 0;
  }
}
.topmenuWrap .lanWrap a {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-right: 16px;
}
.topmenuWrap .lanWrap a:last-child {
  margin-right: 0;
}
.topmenuWrap .lanWrap a.current {
  color: #11f291;
}
.topmenuWrap .linkWrap {
  position: absolute;
  top: 17px;
  right: 10.4%;
}
@media screen and (max-width: 118.75em) {
  .topmenuWrap .linkWrap {
    display: none;
  }
}
.topmenuWrap .linkWrap a {
  margin-right: 16px;
}
.topmenuWrap .linkWrap a:last-child {
  margin-right: 0;
}
.topmenuWrap .linkWrap a .st0 {
  fill: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.topmenuWrap .linkWrap a:hover .st0 {
  fill: #025440;
}
.footerWrap {
  background-color: #007e62;
  padding: 24px 0;
}
@media screen and (max-width: 63.9375em) {
  .footerWrap {
    padding: 24px var(--mobileSpace) 15px;
  }
}
@media screen and (max-width: 63.9375em) {
  .footerWrap .info-container {
    margin-bottom: 30px;
  }
}
.footerWrap .info-container .logo {
  margin-right: 20px;
}
.footerWrap .info-container .infomation {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .footerWrap .info-container .infomation {
    font-size: 16px;
    line-height: 1.8;
  }
}
.footerWrap .lan-outWrap {
  padding-bottom: 6px;
}
@media screen and (max-width: 63.9375em) {
  .footerWrap .lan-outWrap {
    padding-bottom: 30px;
  }
}
.footerWrap .lan-outWrap .lan {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-right: 37px;
}
@media screen and (max-width: 63.9375em) {
  .footerWrap .lan-outWrap .lan {
    font-size: 16px;
  }
}
.footerWrap .lan-outWrap .lanWrap a {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-right: 20px;
}
.footerWrap .lan-outWrap .lanWrap a:last-child {
  margin-right: 0;
}
.footerWrap .lan-outWrap .lanWrap .current {
  color: #11f291;
}
.footerWrap .lan-outWrap .lanWrap .current:after {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../images/lan-arrow.svg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: -15px;
}
.footerWrap .linkWrap {
  padding-bottom: 6px;
}
.footerWrap .linkWrap a {
  margin-right: 16px;
}
.footerWrap .linkWrap a:last-child {
  margin-right: 0;
}
.footerWrap .linkWrap a .st0 {
  fill: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footerWrap .linkWrap a:hover .st0 {
  fill: #025440;
}
.copyright {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
  text-align: center;
  background-color: #025440;
  padding: 18px 0;
}
@media screen and (max-width: 63.9375em) {
  .copyright {
    font-size: 16px;
    padding: 15px var(--mobileSpace);
  }
}
.siteMapWrap {
  background-color: #ddd;
  padding: 75px 0 0;
}
@media screen and (max-width: 63.9375em) {
  .siteMapWrap {
    padding-top: 40px;
  }
}
.siteMapWrap .container {
  margin-bottom: 75px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 63.9375em) {
  .siteMapWrap .container {
    margin-bottom: 40px;
  }
}
.siteMapWrap .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4f4f4f;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 63.9375em) {
  .siteMapWrap .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.siteMapWrap .title:after {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../fonts/sitemap-arrow.svg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: -23px;
}
@media screen and (max-width: 63.9375em) {
  .siteMapWrap .title:after {
    width: 6px;
    height: 10px;
    top: 1px;
    left: -18px;
  }
}
.siteMapWrap .siteMapList a {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #828282;
  display: block;
  margin-bottom: 10px;
}
.siteMapWrap .siteMapList a:last-child {
  margin-bottom: 0;
}
.siteMapWrap .siteMapList a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 63.9375em) {
  .siteMapWrap .siteMapList a {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .siteMapWrap .siteMapList a:last-child {
    margin-bottom: 0;
  }
}
.m-banner {
  position: relative;
  z-index: 9;
}
.m-banner .inner-container {
  position: absolute;
  top: 73%;
  right: 191px;
}
@media screen and (max-width: 63.9375em) {
  .m-banner .inner-container {
    top: auto;
    right: 0;
    bottom: -30px;
    width: 50%;
  }
}
.m-banner .head-area {
  background-color: #009d62;
  padding: 38px 66px 60px;
  position: absolute;
  top: -130px;
  right: -68px;
  min-width: 355px;
}
@media screen and (max-width: 63.9375em) {
  .m-banner .head-area {
    top: -53px;
    right: 0;
    min-width: 177px;
    z-index: 5;
    padding: 20px;
  }
}
.m-banner .head-area .note {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 63.9375em) {
  .m-banner .head-area .note {
    font-size: 16px;
  }
}
.m-banner .head-area .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 65px;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .m-banner .head-area .title {
    font-size: 40px;
  }
}
.m-banner .cat-area {
  z-index: 1;
  position: relative;
  background-color: #fff;
  padding: 74px 70px 74px 110px;
  border-bottom: 3px solid #11f291;
  width: 396px;
}
@media screen and (max-width: 63.9375em) {
  .m-banner .cat-area {
    width: 100%;
    padding: 50px var(--mobileSpace) 30px 40px;
  }
}
.m-banner .cat-area .catList a {
  display: block;
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #009d62;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.m-banner .cat-area .catList a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .m-banner .cat-area .catList a {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .m-banner .cat-area .catList a:last-child {
    margin-bottom: 0;
  }
}
.m-banner .cat-area .catList a:hover,
.m-banner .cat-area .catList a.current {
  color: #025440;
}
.m-banner .cat-area .catList a:hover:after,
.m-banner .cat-area .catList a.current:after {
  opacity: 1;
  left: -40px;
}
@media screen and (max-width: 63.9375em) {
  .m-banner .cat-area .catList a:hover:after,
  .m-banner .cat-area .catList a.current:after {
    left: -15px;
  }
}
.m-banner .cat-area .catList a:after {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../fonts/lan-arrow.svg) center center/cover no-repeat;
  position: absolute;
  top: 2px;
  left: -50px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 63.9375em) {
  .m-banner .cat-area .catList a:after {
    width: 6px;
    height: 10px;
    top: 1px;
    left: -15px;
  }
}
.index-banner {
  background-color: #009d62;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .index-banner {
    height: 80vh;
  }
}
.index-banner .ani-area {
  opacity: 0;
  position: absolute;
  left: 18%;
  bottom: 0;
  width: 1070px;
  height: 744px;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .ani-area {
    left: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.index-banner .ani-area .ani-1 {
  opacity: 0;
  position: absolute;
  top: 35px;
  left: 25px;
  -webkit-transform: translate(127px, 170px);
  -ms-transform: translate(127px, 170px);
  transform: translate(127px, 170px);
}
.index-banner .ani-area .ani-2 {
  opacity: 0;
  position: absolute;
  top: 120px;
  left: 87px;
  -webkit-transform: translate(65px, 85px);
  -ms-transform: translate(65px, 85px);
  transform: translate(65px, 85px);
}
.index-banner .ani-area .ani-3 {
  opacity: 0;
  position: absolute;
  top: 204px;
  left: 152px;
}
.index-banner .ani-area .ani-4 {
  opacity: 0;
  position: absolute;
  top: 288px;
  left: 214px;
  -webkit-transform: translate(-63px, -84px);
  -ms-transform: translate(-63px, -84px);
  transform: translate(-63px, -84px);
}
.index-banner .ani-area .ani-5 {
  opacity: 0;
  position: absolute;
  top: 371px;
  left: 278px;
  -webkit-transform: translate(-127px, -167px);
  -ms-transform: translate(-127px, -167px);
  transform: translate(-127px, -167px);
}
.index-banner .deco {
  width: 83.75%;
  height: 230px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #009d62),
    color-stop(70%, #009d62),
    color-stop(120%, #007e62)
  );
  background: linear-gradient(to right, #009d62 0, #009d62 70%, #007e62 120%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 63.9375em) {
  .index-banner .deco {
    width: 100%;
    height: 100%;
  }
}
.index-banner .company {
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 110px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 63.9375em) {
  .index-banner .company {
    font-size: 70px;
  }
}
.index-banner .company .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .company .flex {
    display: block;
    margin-top: 10px;
  }
}
.index-banner .company .flex .floor {
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .company .flex .floor {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
  }
}
.index-banner .company .flex .since {
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .company .flex .since {
    font-weight: 300;
    font-size: 17px;
    margin-top: 7px;
  }
}
.index-banner .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 430px;
  opacity: 0;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .slogan {
    top: 12%;
    left: auto;
    right: 40px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0;
  }
}
.index-banner .slogan span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 39px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .slogan span {
    font-size: 16px;
    border-width: 1px;
  }
}
.index-banner .scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  cursor: pointer;
}
.index-banner .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -150px;
  text-align: right;
  opacity: 0;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .intro {
    width: 80%;
    text-align: left;
    margin-left: 0;
  }
}
.index-banner .intro .big {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 67px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .intro .big {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.index-banner .intro .small {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 19px;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .index-banner .intro .small {
    font-size: 16px;
  }
}
.index-bannerBot {
  position: relative;
  margin-bottom: 156px;
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .index-bannerBot {
    margin-bottom: 60px;
  }
}
.index-bannerBot .deco {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 1100px;
  height: 510px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 63.9375em) {
  .index-bannerBot .deco {
    top: 0;
    left: var(--mobileSpace);
    width: 100%;
    height: 310px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.index-bannerBot .deco:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../fonts/indexbannerbot-deco-1.svg) center center/cover
    no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .index-bannerBot .deco:before {
    display: none;
  }
}
.index-bannerBot .deco:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/indexbannerbot-deco-2.svg) center center/cover
    no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .index-bannerBot .deco:after {
    width: 70px;
    height: 70px;
  }
}
.index-bannerBot .bot-ani-area {
  z-index: 9;
  position: relative;
  left: 18%;
  width: 1069px;
  height: 583px;
  margin-bottom: 62px;
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .index-bannerBot .bot-ani-area {
    left: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    margin-bottom: -240px;
  }
}
.index-bannerBot .bot-ani-area .ani-1 {
  position: absolute;
  bottom: 341px;
  left: 27px;
}
.index-bannerBot .bot-ani-area .ani-2 {
  position: absolute;
  bottom: 341px;
  left: 27px;
  -webkit-transform: translate(61px, 82px);
  -ms-transform: translate(61px, 82px);
  transform: translate(61px, 82px);
}
.index-bannerBot .bot-ani-area .ani-3 {
  position: absolute;
  bottom: 341px;
  left: 27px;
  -webkit-transform: translate(124px, 163px);
  -ms-transform: translate(124px, 163px);
  transform: translate(124px, 163px);
}
.index-bannerBot .bot-ani-area .ani-4 {
  position: absolute;
  bottom: 341px;
  left: 27px;
  -webkit-transform: translate(188px, 247px);
  -ms-transform: translate(188px, 247px);
  transform: translate(188px, 247px);
}
.index-bannerBot .bot-ani-area .ani-5 {
  position: absolute;
  bottom: 341px;
  left: 27px;
  -webkit-transform: translate(250px, 328px);
  -ms-transform: translate(250px, 328px);
  transform: translate(250px, 328px);
}
.index-bannerBot .slogan .title {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 100px;
  color: #009762;
  margin-bottom: 24px;
}
@media screen and (max-width: 63.9375em) {
  .index-bannerBot .slogan .title {
    font-size: 60px;
  }
}
.index-bannerBot .slogan .content {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.3;
  color: #009762;
  padding-left: 167px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .index-bannerBot .slogan .content {
    padding-left: 64px;
    font-size: 20px;
  }
}
.index-bannerBot .slogan .content:before {
  content: "";
  width: 128px;
  height: 1px;
  background-color: #009762;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 63.9375em) {
  .index-bannerBot .slogan .content:before {
    width: 50px;
    top: 12px;
  }
}
.ta-flag {
  border: var(--borderWidth) solid #0b965f;
}
.ta-flag .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #009d63;
  width: 206px;
  height: 206px;
}
@media screen and (max-width: 63.9375em) {
  .ta-flag .num {
    width: 140px;
    height: 140px;
    font-size: 77px;
  }
}
.ta-flag .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 5px;
  color: #f5f5f5;
  background: #009d62 url(../fonts/ta-deco.svg) -30px -110px no-repeat;
  position: relative;
  padding-right: 75px;
}
@media screen and (max-width: 63.9375em) {
  .ta-flag .head {
    background: #009d62 url(../fonts/ta-deco.svg) center center repeat;
    padding-right: 0;
    color: transparent;
  }
}
.ta-flag .mobile-head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 15px;
  color: #fff;
  text-align: center;
  background-color: #009d62;
  padding: 20px;
}
@media print, screen and (min-width: 64em) {
  .ta-flag .mobile-head {
    display: none;
  }
}
.ta-slider-wrap {
  position: relative;
  border: var(--borderWidth) solid #0b965f;
  margin-top: calc(var(--borderWidth) * -1);
}
.ta-slider-container section,
.raw-slider-container section {
  width: 100%;
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.ta-slider-container section.is-selected,
.raw-slider-container section.is-selected {
  opacity: 1;
  z-index: 0;
}
.ta-slider-container .flickity-slider,
.raw-slider-container .flickity-slider {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.ta-slider-container .flickity-button,
.raw-slider-container .flickity-button {
  background-color: #fff;
}
.ta-slider-container .flickity-button:hover,
.raw-slider-container .flickity-button:hover {
  background: #fff;
}
.ta-slider-container .flickity-button:focus,
.raw-slider-container .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ta-slider-container .flickity-button:active,
.raw-slider-container .flickity-button:active {
  opacity: 1;
}
.ta-slider-container .flickity-button:disabled,
.raw-slider-container .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.ta-slider-container .flickity-prev-next-button,
.raw-slider-container .flickity-prev-next-button {
  width: 55px;
  height: 55px;
  border: var(--borderWidth) solid #0b965f;
  border-radius: 0;
  position: absolute;
  top: auto;
  bottom: -2px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 63.9375em) {
  .ta-slider-container .flickity-prev-next-button,
  .raw-slider-container .flickity-prev-next-button {
    display: none;
  }
}
.ta-slider-container .flickity-prev-next-button.previous,
.raw-slider-container .flickity-prev-next-button.previous {
  right: calc(33.33333% + 52px);
  left: auto;
}
@media screen and (max-width: 63.9375em) {
  .ta-slider-container .flickity-prev-next-button.previous,
  .raw-slider-container .flickity-prev-next-button.previous {
    right: 50px;
  }
}
.ta-slider-container .flickity-prev-next-button.next,
.raw-slider-container .flickity-prev-next-button.next {
  right: 33.33333%;
}
@media screen and (max-width: 63.9375em) {
  .ta-slider-container .flickity-prev-next-button.next,
  .raw-slider-container .flickity-prev-next-button.next {
    right: -2px;
  }
}
.ta-slider-container .flickity-prev-next-button .flickity-button-icon,
.raw-slider-container .flickity-prev-next-button .flickity-button-icon {
  fill: #0b965f;
  width: auto;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 64em) {
  .ta-slider-container .flickity-page-dots,
  .raw-slider-container .flickity-page-dots {
    display: none;
  }
}
.ta-slider-container .pic,
.raw-slider-container .pic {
  border-right: var(--borderWidth) solid #0b965f;
}
@media screen and (max-width: 63.9375em) {
  .ta-slider-container .pic,
  .raw-slider-container .pic {
    border-right: none;
  }
}
.ta-slider-container .article,
.raw-slider-container .article {
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .ta-slider-container .article,
  .raw-slider-container .article {
    padding: 50px 60px;
  }
}
.ta-slider-container .title,
.raw-slider-container .title {
 font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #231815;
    margin-bottom: 34px;
}
@media screen and (max-width: 63.9375em) {
  .ta-slider-container .title,
  .raw-slider-container .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.ta-slider-container .content,
.raw-slider-container .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #3e3a39;
}
@media screen and (max-width: 63.9375em) {
  .ta-slider-container .content,
  .raw-slider-container .content {
    font-size: 16px;
  }
}
.ta-slider-container .content b,
.raw-slider-container .content b {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 4px;
}
@media screen and (max-width: 63.9375em) {
  .ta-slider-container .content b,
  .raw-slider-container .content b {
    font-size: 16px;
  }
}
.pvcfloor {
  border: var(--borderWidth) solid #0b965f;
  margin-top: calc(var(--borderWidth) * -1);
}
.pvc-slogan {
  position: relative;
  height: 100%;
}
.pvc-slogan .flickity-slider {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.pvc-slogan .flickity-button {
  background-color: #fff;
}
.pvc-slogan .flickity-button:hover {
  background: #fff;
}
.pvc-slogan .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pvc-slogan .flickity-button:active {
  opacity: 1;
}
.pvc-slogan .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.pvc-slogan section {
  width: 100%;
  padding: 0 50px;
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 63.9375em) {
  .pvc-slogan section {
    padding: 50px 60px;
  }
}
.pvc-slogan section.is-selected {
  opacity: 1;
  z-index: 2;
}
.pvc-slogan .title {
 font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #231815;
    margin-bottom: 50px;
}
@media screen and (max-width: 63.9375em) {
  .pvc-slogan .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.pvc-slogan .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #231815;
}
@media screen and (max-width: 63.9375em) {
  .pvc-slogan .content {
    font-size: 16px;
  }
}
.pvc-slogan .content b {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 4px;
}
@media screen and (max-width: 63.9375em) {
  .pvc-slogan .content b {
    font-size: 16px;
  }
}
.pvc-head-area {
  border-bottom: var(--borderWidth) solid #0b965f;
}
@media screen and (max-width: 63.9375em) {
  .pvc-head-area {
    display: none;
  }
}
.pvc-head-area .head {
  font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 4px;
    color: #009d62;
}
.pvc-head-area .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #009d62;
  width: 206px;
  height: 206px;
  border-left: var(--borderWidth) solid #0b965f;
}
.mobile-pvc-head-area {
  border-bottom: var(--borderWidth) solid #0b965f;
}
@media print, screen and (min-width: 64em) {
  .mobile-pvc-head-area {
    display: none;
  }
}
.mobile-pvc-head-area .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 15px;
  color: #009d62;
}
.mobile-pvc-head-area .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 77px;
  color: #009d62;
  width: 140px;
  height: 140px;
  border-left: var(--borderWidth) solid #0b965f;
}
.pvc-slider-outWrap {
  min-width: 800px;
  max-width: 800px;
  border-left: var(--borderWidth) solid #0b965f;
}
@media screen and (max-width: 63.9375em) {
  .pvc-slider-outWrap {
    min-width: 100%;
    max-width: 100%;
  }
}
.pvc-slider-container section {
  width: 100%;
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.pvc-slider-container section.is-selected {
  opacity: 1;
  z-index: 0;
}
.pvc-slider-container .flickity-slider {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.pvc-slider-container .flickity-button {
  background-color: #fff;
}
.pvc-slider-container .flickity-button:hover {
  background: #fff;
}
.pvc-slider-container .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pvc-slider-container .flickity-button:active {
  opacity: 1;
}
.pvc-slider-container .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.pvc-slider-container .flickity-prev-next-button {
  width: 55px;
  height: 55px;
  border: var(--borderWidth) solid #0b965f;
  border-radius: 0;
  position: absolute;
  top: auto;
  bottom: -2px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 63.9375em) {
  .pvc-slider-container .flickity-prev-next-button {
    display: none;
  }
}
.pvc-slider-container .flickity-prev-next-button.previous {
  left: -2px;
}
.pvc-slider-container .flickity-prev-next-button.next {
  left: 51px;
}
.pvc-slider-container .flickity-prev-next-button .flickity-button-icon {
  fill: #0b965f;
  width: auto;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pvc-slider-container .flickity-page-dots {
  bottom: 15px;
}
@media print, screen and (min-width: 64em) {
  .pvc-slider-container .flickity-page-dots {
    display: none;
  }
}
.raw-flag {
  border: var(--borderWidth) solid #009d62;
  margin-top: calc(var(--borderWidth) * -1);
}
.raw-flag .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 46px;
  color: #009d62;
}
@media screen and (max-width: 63.9375em) {
  .raw-flag .head {
    font-size: 23px;
    letter-spacing: 15px;
  }
}
.raw-flag .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #fff;
  width: 206px;
  height: 206px;
  background-color: #009d62;
}
@media screen and (max-width: 63.9375em) {
  .raw-flag .num {
    font-size: 77px;
    width: 140px;
    height: 140px;
  }
}
.raw-slider-wrap {
  position: relative;
  border: var(--borderWidth) solid #009d62;
  margin-top: calc(var(--borderWidth) * -1);
}
.om-flag {
  border: var(--borderWidth) solid #0b965f;
  margin-top: calc(var(--borderWidth) * -1);
}
.om-flag .head {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 5px;
  line-height: 1.3;
  color: #f9f8f4;
  background-color: #009d62;
}
@media screen and (max-width: 63.9375em) {
  .om-flag .head {
    display: none;
  }
}
.om-flag .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #009d63;
  width: 206px;
  height: 206px;
}
@media screen and (max-width: 63.9375em) {
  .om-flag .num {
    font-size: 77px;
    width: 140px;
    height: 140px;
  }
}
.om-flag .deco {
  background: #009d62 url(../fonts/onemore-deco.svg) center center no-repeat;
}
.om-flag .mobile-head {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  background-color: #009d62;
  padding: 20px;
}
@media print, screen and (min-width: 64em) {
  .om-flag .mobile-head {
    display: none;
  }
}
.om-leading {
  border: var(--borderWidth) solid #0b965f;
  margin-top: calc(var(--borderWidth) * -1);
}
.om-leading .article {
  padding: 50px 100px;
}
@media screen and (max-width: 63.9375em) {
  .om-leading .article {
    display: none;
  }
}
.om-leading .article .title {
  font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 39px;
    line-height: 1.3;
    color: #009662;
    border-bottom: 2px solid #009662;
}
.om-leading .article .slogan {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 4px;
  color: #3e3a39;
  margin: 15px 0;
}
.om-leading .article .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #3e3a39;
}
#lottie {
  margin: 150px auto 230px;
}
@media screen and (max-width: 63.9375em) {
  #lottie {
    margin: 70px auto;
  }
}
.realizeyou {
  text-align: center;
  margin: 150px auto 230px;
}
@media screen and (max-width: 63.9375em) {
  .realizeyou {
    overflow: hidden;
    margin: 0;
    padding: 60px 0 150px;
  }
}
.realizeyou .realize-ani-area {
  margin-bottom: 161px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 500px;
  perspective: 500px;
  width: 1200px;
  height: 343px;
}
@media screen and (max-width: 63.9375em) {
  .realizeyou .realize-ani-area {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    left: -425px;
    margin-bottom: 30px;
  }
}
.realizeyou .realize-ani-area .ani-1 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 140px;
  -webkit-transform: translate3d(-100px, 300px, 400px);
  transform: translate3d(-100px, 300px, 400px);
}
.realizeyou .realize-ani-area .ani-2 {
  opacity: 0;
  position: absolute;
  top: 77px;
  left: 604px;
  -webkit-transform: translate3d(300px, -500px, -400px);
  transform: translate3d(300px, -500px, -400px);
}
.realizeyou .slogan {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 58px;
  letter-spacing: 6px;
  line-height: 1.3;
  color: #009d62;
  width: 834px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .realizeyou .slogan {
    font-size: 23px;
    letter-spacing: 2px;
    width: 280px;
    height: auto;
  }
}
.realizeyou .slogan b {
  font-size: 65px;
  letter-spacing: 8px;
}
@media screen and (max-width: 63.9375em) {
  .realizeyou .slogan b {
    font-size: 26px;
    letter-spacing: 2px;
  }
}
.realizeyou .slogan:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../fonts/ta-article-deco-1.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .realizeyou .slogan:before {
    top: -50px;
    width: 65px;
    height: 65px;
  }
}
.realizeyou .slogan:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/ta-article-deco-2.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .realizeyou .slogan:after {
    width: 65px;
    height: 65px;
    bottom: -50px;
  }
}
.index-news .banner {
  position: relative;
  margin-bottom: 118px;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .index-news .banner {
    margin-bottom: 50px;
  }
}
.index-news .banner:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index-news .banner:hover .innerWrap:before {
  width: 100%;
}
.index-news .banner .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: #025440;
  z-index: 1;
  position: absolute;
  top: -68px;
  left: 55px;
  z-index: 9;
}
@media screen and (max-width: 63.9375em) {
  .index-news .banner .head {
    font-size: 30px;
    top: -33px;
    left: 20px;
  }
}
.index-news .banner .pic {
  overflow: hidden;
}
.index-news .banner .pic img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.index-news .banner .innerWrap {
  background-color: #fff;
  padding: 45px 70px 64px 45px;
  position: absolute;
  left: 105px;
  bottom: -52px;
  width: 400px;
}
@media screen and (max-width: 63.9375em) {
  .index-news .banner .innerWrap {
    display: none;
  }
}
.index-news .banner .innerWrap:before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #11f291;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-news .banner .innerWrap:after {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../fonts/lan-arrow.svg) center center/cover no-repeat;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.index-news .banner .innerWrap .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #4f4f4f;
  margin-bottom: 24px;
}
.index-news .banner .innerWrap .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  color: #828282;
}
.index-news .banner .othernews {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #009d62;
  background-color: #f9f8f4;
  padding: 33px 50px 0;
  position: absolute;
  left: 505px;
  bottom: -22px;
}
@media screen and (max-width: 63.9375em) {
  .index-news .banner .othernews {
    font-size: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 40px;
    white-space: nowrap;
    bottom: -30px;
  }
}
.index-news .banner .othernews:after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  margin: 20px auto 0;
  background: url(../fonts/othernews-arrow.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .index-news .banner .othernews:after {
    width: 10px;
    height: 6px;
    margin: 10px auto 0;
  }
}
.index-newsList {
  max-width: 1060px;
  margin: 0 auto 230px;
}
@media screen and (max-width: 63.9375em) {
  .index-newsList {
    padding: 0 var(--mobileSpace);
    margin-bottom: 100px;
  }
}
.index-newsList li {
  width: 300px;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .index-newsList li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .index-newsList li:last-child {
    margin-bottom: 0;
  }
}
.index-newsList li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index-newsList li:hover article:before {
  width: 100%;
}
.index-newsList .pic {
  overflow: hidden;
}
.index-newsList .pic img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.index-newsList article {
  background-color: #fff;
  padding: 35px 35px 50px;
  margin-top: -27px;
  position: relative;
  z-index: 1;
  width: 285px;
}
.index-newsList article:before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #11f291;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-newsList article:after {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../fonts/lan-arrow.svg) center center/cover no-repeat;
  position: absolute;
  right: 35px;
  bottom: 26px;
}
.index-newsList article .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #4f4f4f;
  margin-bottom: 24px;
}
.index-newsList article .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  color: #828282;
}
.index-about {
  position: relative;
  height: 506px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 230px;
}
.index-about.bg-1 {
  background: url(../images/indexabout-banner.jpg) center center/cover no-repeat;
}
.index-about.bg-2 {
  background: url(../images/indexabout-banner2.jpg) center center/cover
    no-repeat;
}
.index-about.bg-3 {
  background: url(../images/indexabout-banner3.jpg) center center/cover
    no-repeat;
}
.index-about.bg-4 {
  background: url(../images/indexabout-banner4.jpg) center center/cover
    no-repeat;
}
.index-about:hover .bg {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-radius: 20px;
  opacity: 0.8;
}
.index-about:hover .culture {
  border-color: transparent;
}
.index-about:hover .innerWrap .container {
  border-color: transparent;
}
.index-about .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.08, 0.77, 0.81, 1.54);
  transition: all 0.3s cubic-bezier(0.08, 0.77, 0.81, 1.54);
}
.index-about .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: #025440;
  z-index: 1;
  position: absolute;
  top: -68px;
  left: 55px;
}
@media screen and (max-width: 63.9375em) {
  .index-about .head {
    font-size: 30px;
    top: -33px;
    left: 20px;
  }
}
.index-about .culture {
  border-bottom: 1px solid #ddd;
  height: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-about .culture:hover .bg {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}
.index-about .culture:before {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../fonts/lan-arrow.svg) center center/cover no-repeat;
  z-index: 4;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -8px;
}
.index-about .culture .title {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  color: #4f4f4f;
  position: relative;
  z-index: 4;
}
.index-about .innerWrap {
  height: 50%;
}
.index-about .innerWrap .container {
  height: 100%;
  position: relative;
  border-right: 1px solid #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.index-about .innerWrap .container:hover .bg {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}
.index-about .innerWrap .container:before {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../fonts/lan-arrow.svg) center center/cover no-repeat;
  z-index: 4;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -8px;
}
.index-about .innerWrap .container .title {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  color: #4f4f4f;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.index-about .innerWrap .container .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #4f4f4f;
  position: relative;
  z-index: 1;
}
.mobile-index-about {
  position: relative;
  margin-bottom: 100px;
  padding: 0 var(--mobileSpace);
}
.mobile-index-about .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: #025440;
  z-index: 1;
  position: absolute;
  top: -68px;
  left: 55px;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  margin-bottom: 24px;
}
@media screen and (max-width: 63.9375em) {
  .mobile-index-about .head {
    font-size: 30px;
    top: -33px;
    left: 20px;
  }
}
.mobile-index-about .container {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 24px;
  padding: 70px 0;
  background-color: #fff;
}
.mobile-index-about .container:before {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../images/lan-arrow.svg) center center/cover no-repeat;
  z-index: 4;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -8px;
}
.mobile-index-about .container .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.mobile-index-about .container .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4f4f4f;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.mobile-index-about .container .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #4f4f4f;
  text-align: center;
  position: relative;
  z-index: 9;
}
.index-investor {
  position: relative;
  background: url(../images/index-investor-banner.jpg) no-repeat;
}
.index-investor .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: #025440;
  z-index: 1;
  position: absolute;
  top: -68px;
  left: 55px;
  left: 57px;
}
@media screen and (max-width: 63.9375em) {
  .index-investor .head {
    font-size: 30px;
    top: -33px;
    left: 20px;
  }
}
.index-investor .index-investor-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 95px 84px;
}
@media screen and (max-width: 63.9375em) {
  .index-investor .index-investor-container {
    padding: 50px 0;
  }
}
.index-investor .index-investorList li {
  position: relative;
  overflow: hidden;
}
.index-investor .index-investorList li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 112px;
  border: solid transparent;
  height: 0;
  width: 0;
  border-width: 15px;
}
@media screen and (max-width: 63.9375em) {
  .index-investor .index-investorList li:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .index-investor .index-investorList li:nth-child(odd) {
    background-color: #fff;
  }
  .index-investor .index-investorList li:nth-child(odd):after {
    border-left-color: #ddd;
  }
  .index-investor .index-investorList li:nth-child(even) {
    background-color: #ddd;
  }
  .index-investor .index-investorList li:nth-child(even):after {
    border-left-color: #fff;
  }
  .index-investor .index-investorList li:first-child:after {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .index-investor .index-investorList li:nth-child(1),
  .index-investor .index-investorList li:nth-child(4) {
    background-color: #fff;
  }
  .index-investor .index-investorList li:nth-child(1):after,
  .index-investor .index-investorList li:nth-child(4):after {
    border-left-color: #ddd;
  }
  .index-investor .index-investorList li:nth-child(2),
  .index-investor .index-investorList li:nth-child(3) {
    background-color: #ddd;
  }
  .index-investor .index-investorList li:nth-child(2):after,
  .index-investor .index-investorList li:nth-child(3):after {
    border-left-color: #fff;
  }
  .index-investor .index-investorList li:nth-child(1):after,
  .index-investor .index-investorList li:nth-child(3):after {
    display: none;
  }
}
.index-investor .index-investorList .num {
  font-family: "Roboto", sans-serif;
  font-size: 124px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -20px;
  right: -8px;
  opacity: 0.5;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 63.9375em) {
  .index-investor .index-investorList .num {
    font-size: 110px;
  }
}
.index-investor .index-investorList .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #4f4f4f;
  padding: 114px 45px 45px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .index-investor .index-investorList .title {
    font-size: 16px;
    padding: 40px;
  }
}
.index-investor .index-investorList .title:before {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../images/lan-arrow.svg) center center/cover no-repeat;
  position: absolute;
  top: 120px;
  left: 24px;
}
@media screen and (max-width: 63.9375em) {
  .index-investor .index-investorList .title:before {
    top: 43px;
    left: 20px;
    width: 8px;
    height: 13px;
  }
}
@media screen and (max-width: 63.9375em) {
  .index-investor .index-investorList .pic {
    display: none;
  }
}
.index-recruit {
  max-width: 1200px;
  margin: 200px auto 150px;
  position: relative;
  padding-top: 131px;
}
@media screen and (max-width: 63.9375em) {
  .index-recruit {
    margin: 100px auto 60px;
    padding-top: 20px;
  }
}
.index-recruit .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: #025440;
  z-index: 1;
  position: absolute;
  top: -68px;
  left: 55px;
  left: 150px;
}
@media screen and (max-width: 63.9375em) {
  .index-recruit .head {
    font-size: 30px;
    top: -33px;
    left: 20px;
  }
}
.index-recruit .container {
  text-align: center;
  position: relative;
  width: 640px;
  height: 600px;
  margin: 0 auto;
  background: url(../images/index-recruit.png) center center no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .index-recruit .container {
    width: 100%;
    height: auto;
    background: none;
    padding: 30px;
  }
}
.index-recruit .container:before {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/ta-article-deco-1.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .index-recruit .container:before {
    display: none;
  }
}
.index-recruit .container:after {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/ta-article-deco-2.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .index-recruit .container:after {
    display: none;
  }
}
.brandsWrap {
  max-width: 900px;
  margin: 220px auto 150px;
}
@media screen and (max-width: 63.9375em) {
  .brandsWrap {
    margin: 100px auto;
    padding: 0 var(--mobileSpace);
  }
}
.brandsWrap .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  color: #025440;
  margin-bottom: 60px;
}
@media screen and (max-width: 63.9375em) {
  .brandsWrap .head {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.brandsList li {
  width: 180px;
  height: 180px;
  border: 3px solid #007e62;
  padding: 20px;
  margin: 17px;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .brandsList li {
    margin: 10px;
    width: 140px;
    height: 140px;
  }
}
.products-series-oldWrap {
  background-color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap {
    border-bottom: none;
  }
}
.products-series-oldWrap > .cell {
  height: 25vw;
  border-right: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap > .cell {
    height: 50vw;
    border-bottom: 1px solid #fff;
  }
}
.products-series-oldWrap > .cell:hover .rotate-area:after {
  opacity: 0;
}
.products-series-oldWrap .ourproducts {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.3;
  color: #000;
  -webkit-text-stroke: 1px #f9f8f4;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap .ourproducts {
    font-size: 20px;
  }
}
.products-series-oldWrap .ourproducts:before {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../fonts/deco-leftbottom-white.svg) center center/cover
    no-repeat;
  position: absolute;
  left: 20%;
  bottom: 20%;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap .ourproducts:before {
    width: 30px;
    height: 30px;
    left: 10%;
  }
}
.products-series-oldWrap .ourproducts:after {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../fonts/deco-righttop-white.svg) center center/cover
    no-repeat;
  position: absolute;
  top: 20%;
  right: 20%;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap .ourproducts:after {
    width: 30px;
    height: 30px;
    right: 10%;
  }
}
.products-series-oldWrap .rotate-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.products-series-oldWrap .rotate-area:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.products-series-oldWrap .rotate-area .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products-series-oldWrap .article-area {
  position: absolute;
  left: 10%;
  bottom: 30px;
  width: 80%;
  pointer-events: none;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap .article-area {
    left: 5%;
    width: 90%;
    bottom: 15px;
  }
}
.products-series-oldWrap .article-area .title-area {
  margin-right: 36px;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap .article-area .title-area {
    margin-right: 16px;
  }
}
.products-series-oldWrap .article-area .title-area .title {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap .article-area .title-area .title {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.products-series-oldWrap .article-area .title-area .title > img {
  margin-right: 8px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap .article-area .title-area .title > img {
    width: 8px;
    margin-right: 5px;
  }
}
.products-series-oldWrap .article-area .title-area .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .products-series-oldWrap .article-area .title-area .content {
    font-size: 16px;
  }
}
#product-seriesOutWrap {
  position: relative;
  width: 100%;
  height: 50vw;
}
@media screen and (max-width: 63.9375em) {
  #product-seriesOutWrap {
    height: 200vw;
  }
}
#product-seriesOutWrap section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#product-seriesOutWrap section.active {
  opacity: 1;
  pointer-events: all;
}
.productseriesWrap {
  background-color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap {
    border-bottom: none;
  }
}
.productseriesWrap > .cell {
  height: 25vw;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap > .cell {
    height: 50vw;
    border-bottom: 1px solid #fff;
  }
}
.productseriesWrap .ourproducts {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.3;
  color: #000;
  -webkit-text-stroke: 1px #f9f8f4;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .ourproducts {
    font-size: 20px;
  }
}
.productseriesWrap .ourproducts:before {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../fonts/deco-leftbottom-white.svg) center center/cover
    no-repeat;
  position: absolute;
  left: 20%;
  bottom: 20%;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .ourproducts:before {
    width: 30px;
    height: 30px;
    left: 10%;
  }
}
.productseriesWrap .ourproducts:after {
  content: "";
  width: 38px;
  height: 38px;
  background: url(../fonts/deco-righttop-white.svg) center center/cover
    no-repeat;
  position: absolute;
  top: 20%;
  right: 20%;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .ourproducts:after {
    width: 30px;
    height: 30px;
    right: 10%;
  }
}
.productseriesWrap .pic-container {
  overflow: hidden;
  position: relative;
}
.productseriesWrap .pic-container:hover .rotate-area .title {
  opacity: 1;
}
.productseriesWrap .pic-container .rotate-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.productseriesWrap .pic-container .rotate-area .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.productseriesWrap .pic-container .rotate-area .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .info-container {
    padding: 0 10px;
  }
}
.productseriesWrap .info-container .title-area {
  margin-right: 36px;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .info-container .title-area {
    margin-right: 16px;
  }
}
.productseriesWrap .info-container .title-area .title {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .info-container .title-area .title {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.productseriesWrap .info-container .title-area .title > img {
  margin-right: 8px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .info-container .title-area .title > img {
    width: 8px;
    margin-right: 5px;
  }
}
.productseriesWrap .info-container .title-area .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .info-container .title-area .content {
    font-size: 16px;
  }
}
.productseriesWrap .introduce-container {
  position: relative;
}
.productseriesWrap .introduce-container .content {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.5;
  color: #fff;
  max-width: 74%;
  margin: 0 auto;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .introduce-container .content {
    width: 80%;
    font-size: 16px;
  }
}
.productseriesWrap .introduce-container .viewall {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px;
  cursor: pointer;
  position: absolute;
  right: 20%;
  bottom: 20%;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .introduce-container .viewall {
    right: 10px;
    bottom: 10px;
    font-size: 16px;
  }
}
.productseriesWrap .choose-container .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  margin: 70px auto;
}
@media screen and (max-width: 63.9375em) {
  .productseriesWrap .choose-container .title {
    font-size: 18px;
    margin: 30px auto;
  }
}
.productseriesWrap .choose-container .title .num {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 2px;
  left: -28px;
}
.productseriesWrap .choose-container .prev,
.productseriesWrap .choose-container .next {
  cursor: pointer;
}
.commercial,
.residential {
  width: 495px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .commercial,
  .residential {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 33px;
  }
}
.commercial:before,
.residential:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../fonts/ta-article-deco-1.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .commercial:before,
  .residential:before {
    display: none;
  }
}
.commercial:after,
.residential:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/ta-article-deco-2.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .commercial:after,
  .residential:after {
    display: none;
  }
}
.commercial .pic,
.residential .pic {
  z-index: -1;
  position: absolute;
  top: -200px;
  right: 50px;
}
@media screen and (max-width: 63.9375em) {
  .commercial .pic,
  .residential .pic {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 -53px -23px;
  }
}
.commercial .pic img,
.residential .pic img {
  max-width: initial;
}
@media screen and (max-width: 63.9375em) {
  .commercial .pic img,
  .residential .pic img {
    max-width: 100%;
  }
}
.commercial .bg,
.residential .bg {
  z-index: -1;
  position: absolute;
  right: -150px;
  bottom: -63px;
}
@media screen and (max-width: 63.9375em) {
  .commercial .bg,
  .residential .bg {
    display: none;
  }
}
.commercial .title,
.residential .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #007e62;
  margin-bottom: 60px;
}
@media screen and (max-width: 63.9375em) {
  .commercial .title,
  .residential .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.commercial .content,
.residential .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #212121;
  padding: 0 60px 0 120px;
}
@media screen and (max-width: 63.9375em) {
  .commercial .content,
  .residential .content {
    font-size: 16px;
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .residential {
    margin-left: auto;
    margin-top: 231px;
  }
  .residential .pic {
    top: -161px;
    right: 110px;
  }
}
.purpose-typeWrap {
  margin: 363px auto 180px;
}
@media screen and (max-width: 63.9375em) {
  .purpose-typeWrap {
    margin: 100px auto;
  }
}
.newarrivalWrap {
  width: 1000px;
  background-color: #fff;
  position: relative;
  margin-bottom: 158px;
  padding: 90px 0;
}
@media screen and (max-width: 63.9375em) {
  .newarrivalWrap {
    width: 100%;
    padding: 50px 0;
    margin-bottom: 100px;
  }
}
.newarrivalWrap .head {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -58px;
  left: 76px;
}
@media screen and (max-width: 63.9375em) {
  .newarrivalWrap .head {
    font-size: 30px;
    top: -35px;
    left: var(--mobileSpace);
  }
}
.arrival-sliderWrap {
  position: relative;
}
.arrival-sliderContainer section {
  width: 340px;
  margin: 0 50px;
}
@media screen and (max-width: 63.9375em) {
  .arrival-sliderContainer section {
    width: 144px;
    margin: 0 20px;
  }
}
.arrival-sliderContainer section.is-selected .title,
.arrival-sliderContainer section.is-selected .content {
  opacity: 1;
}
.arrival-sliderContainer .flickity-button {
  background: transparent;
}
.arrival-sliderContainer .flickity-button:hover {
  background: transparent;
}
.arrival-sliderContainer .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.arrival-sliderContainer .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -14px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 63.9375em) {
  .arrival-sliderContainer .flickity-prev-next-button {
    bottom: 0;
  }
}
.arrival-sliderContainer .flickity-prev-next-button.previous {
  left: 204px;
}
@media screen and (max-width: 63.9375em) {
  .arrival-sliderContainer .flickity-prev-next-button.previous {
    left: 40px;
  }
}
.arrival-sliderContainer .flickity-prev-next-button.next {
  right: 204px;
}
@media screen and (max-width: 63.9375em) {
  .arrival-sliderContainer .flickity-prev-next-button.next {
    right: 40px;
  }
}
.arrival-sliderContainer .flickity-prev-next-button .flickity-button-icon {
  fill: #11f291;
  width: auto;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.arrival-sliderContainer .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  color: #007e62;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 63.9375em) {
  .arrival-sliderContainer .title {
    font-size: 23px;
    margin-bottom: 12px;
  }
}
.arrival-sliderContainer .pic {
    text-align: center;
  margin-bottom: 40px;
}
.arrival-sliderContainer .pic img{
    width: 86%;
}
@media screen and (max-width: 63.9375em) {
  .arrival-sliderContainer .pic {
    margin-bottom: 20px;
  }
}
.arrival-sliderContainer .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  color: #009d62;
  padding-left: 62px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 63.9375em) {
  .arrival-sliderContainer .content {
    font-size: 16px;
    padding-left: 0;
  }
}
.arrival-deco {
  width: 360px;
  height: 486px;
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 63.9375em) {
  .arrival-deco {
    display: none;
  }
}
.arrival-deco:before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../fonts/ta-article-deco-1.svg) center center/cover no-repeat;
}
.arrival-deco:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/ta-article-deco-2.svg) center center/cover no-repeat;
}
.investorWrap {
  padding-top: 210px;
}
@media screen and (max-width: 63.9375em) {
  .investorWrap {
    padding-top: 100px;
  }
}
.investorSection {
  position: relative;
  width: 914px;
  margin: 0 auto 170px;
  min-height: 520px;
}
@media screen and (max-width: 63.9375em) {
  .investorSection {
    width: 100%;
    min-height: initial;
    margin: 0 auto 100px;
  }
}
.investorSection .pic {
  position: relative;
  padding-right: 133px;
}
@media screen and (max-width: 63.9375em) {
  .investorSection .pic {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.investorSection .pic:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../fonts/investor-deco.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .investorSection .pic:before {
    width: 43px;
    height: 43px;
  }
}
.investorSection .article {
  width: 230px;
  position: absolute;
  top: 290px;
  left: 91px;
}
@media screen and (max-width: 63.9375em) {
  .investorSection .article {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 40px;
    margin-bottom: 30px;
  }
}
.investorSection .article .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size: 42px;
  color: #025440;
  margin-bottom: 14px;
}
@media screen and (max-width: 63.9375em) {
  .investorSection .article .title {
    font-size: 25px;
  }
}
.investorSection .article .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  color: #025440;
}
.investorSection .article .content span {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 28px;
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .investorSection .article .content span {
    margin-bottom: 20px;
  }
}
.investorList {
  width: 536px;
  margin-left: auto;
  margin-top: -33px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.9375em) {
  .investorList {
    width: 100%;
    margin-top: 0;
    padding-left: var(--mobileSpace);
  }
}
.investorList li {
  background-color: #025440;
  padding: 15px;
  margin-bottom: 5px;
}
.investorList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .investorList li {
    padding: 15px 20px 12px;
    margin-bottom: 3px;
  }
  .investorList li:last-child {
    margin-bottom: 0;
  }
}
.investorList .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #c9a063;
  margin-right: 15px;
}
@media screen and (max-width: 63.9375em) {
  .investorList .num {
    font-size: 16px;
  }
}
.investorList .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #f9f8f4;
  margin-right: 15px;
}
@media screen and (max-width: 63.9375em) {
  .investorList .title {
    font-size: 16px;
  }
}
.investorList .arrow {
  width: 10px;
  height: 16px;
  background: url(../fonts/lan-arrow.svg) center center/cover no-repeat;
}
.investorDetailWrap {
  max-width: 910px;
  margin: 220px auto 150px 18vw;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailWrap {
    margin: 100px auto;
    padding: 0 var(--mobileSpace);
  }
}
.investorDetailWrap .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.1;
  font-size: 52px;
  color: #025440;
  margin-bottom: 65px;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailWrap .flag {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.investorDetailWrap .note {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;
  color: #007e62;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailWrap .note {
    font-size: 24px;
  }
}
.investorDetailWrap .note:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 36px;
  background: url(../fonts/lan-arrow.svg) center center/cover no-repeat;
  margin-right: 26px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailWrap .note:before {
    width: 12px;
    height: 20px;
    margin-right: 12px;
  }
}
.investorDetailList {
  padding-left: 47px;
  margin-bottom: 150px;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailList {
    padding-left: 0;
    margin-bottom: 100px;
  }
}
.investorDetailList section {
  border-bottom: 1px solid #4f4f4f;
  padding: 75px 0;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailList section {
    padding: 50px 0;
  }
}
.investorDetailList .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  line-height: 1.3;
  font-size: 32px;
  letter-spacing: 1px;
  color: #007e62;
  margin-bottom: 54px;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailList .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.investorDetailList .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  color: #212121;
  margin-bottom: 70px;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailList .content {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.investorDetailList .download {
  text-align: right;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailList .download {
    width: 140px;
    margin-left: auto;
  }
}
.investorDetailList .item {
  margin-bottom: 20px;
}
.investorDetailList .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailList .item {
    margin-bottom: 14px;
  }
  .investorDetailList .item:last-child {
    margin-bottom: 0;
  }
}
.investorDetailList .info-title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #007e62;
  width: 308px;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailList .info-title {
    font-size: 16px;
    width: 50%;
  }
}
.investorDetailList .info-content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #212121;
}
@media screen and (max-width: 63.9375em) {
  .investorDetailList .info-content {
    font-size: 16px;
    width: 50%;
  }
}
.aboutWrap {
  overflow-y: hidden;
}
.introWrap {
  padding: 74px 30px;
  position: relative;
  margin: 340px auto 250px;
}
@media screen and (max-width: 89.9375em) {
  .introWrap {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 63.9375em) {
  .introWrap {
    padding: 34px var(--mobileSpace) 0;
    margin: 150px var(--mobileSpace);
    background-color: #fff;
  }
}
.introWrap .deco-area {
  z-index: -1;
  position: absolute;
  top: 0;
  left: calc((100vw - var(--width)) / 2 * -1 - 50px);
  width: 130vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  border-right: 3px solid #009d62;
}
@media screen and (max-width: 89.9375em) {
  .introWrap .deco-area {
    width: 120vw;
  }
}
@media screen and (max-width: 63.9375em) {
  .introWrap .deco-area {
    display: none;
  }
}
.introWrap .deco-area .skewreverse {
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
}
@media screen and (max-width: 89.9375em) {
  .introWrap .deco-area .skewreverse {
    left: -200px;
  }
}
.introWrap .deco-area .skewreverse img {
  max-height: 100%;
}
.introWrap .deco-area .skewreverse .shit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.introWrap .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -58px;
  left: 76px;
}
@media screen and (max-width: 63.9375em) {
  .introWrap .flag {
    font-size: 30px;
    top: -35px;
    left: var(--mobileSpace);
  }
}
.introWrap .pic {
  margin: 30px -20px 0 -29px;
}
.introWrap .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  color: #212121;
  max-width: 700px;
  margin-left: 354px;
}
@media screen and (max-width: 1750px) {
  .introWrap .content {
    margin-left: 524px;
  }
}
@media screen and (max-width: 89.9375em) {
  .introWrap .content {
    font-size: 16px;
    max-width: 565px;
  }
}
@media screen and (max-width: 63.9375em) {
  .introWrap .content {
    font-size: 16px;
    margin-left: 0;
  }
}
.profileWrap {
  position: relative;
  background-color: #fff;
  padding: 310px 120px 45px;
  margin-bottom: 74px;
}
.profileWrap .flag {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 65px;
  color: #025440;
  position: absolute;
  top: -31px;
  left: 76px;
}
.profileWrap .slogan {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 48px;
  line-height: 1.1;
  color: #007e62;
  position: absolute;
  top: 134px;
  left: 76px;
}
.profileList li {
  border-top: 3px solid #025440;
  border-bottom: 1px solid #025440;
  padding: 20px 0;
  margin: 25px 23px;
  position: relative;
}
.profileList .title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #025440;
  margin-bottom: 61px;
}
.profileList .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #009d62;
}
.profileList .content b {
  font-size: 36px;
  margin-right: 3px;
}
.profileList .pic {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.profile-more {
  margin-bottom: 120px;
}
.historyWrap {
  position: relative;
  margin-bottom: 230px;
}
@media screen and (max-width: 63.9375em) {
  .historyWrap {
    padding: 0;
    margin-bottom: 150px;
  }
}
.historyWrap .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -58px;
  left: 76px;
}
@media screen and (max-width: 63.9375em) {
  .historyWrap .flag {
    font-size: 30px;
    top: -35px;
    left: var(--mobileSpace);
  }
}
.history-bannerList li {
  width: 100%;
  height: 333px;
}
.history-bannerList .flickity-button {
  background-color: transparent;
}
.history-bannerList .flickity-button:hover {
  background: transparent;
}
.history-bannerList .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.history-bannerList .flickity-button:active {
  opacity: 1;
}
.history-bannerList .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.history-bannerList .flickity-prev-next-button {
  width: 40px;
  height: 40px;
}
.history-bannerList .flickity-prev-next-button.previous {
  left: 15%;
}
.history-bannerList .flickity-prev-next-button.next {
  right: 15%;
}
.history-bannerList .flickity-prev-next-button .flickity-button-icon {
  fill: #11f291;
  width: 17px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.history-eventWrap {
  background-color: #fff;
  margin-top: -10px;
  padding-bottom: 40px;
}
.history-eventList .flickity-button {
  background-color: transparent;
}
.history-eventList .flickity-button:hover {
  background: transparent;
}
.history-eventList .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.history-eventList .flickity-button:active {
  opacity: 1;
}
.history-eventList .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.history-eventList .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  margin-top: 55px;
  border: 2px solid #11f291;
  border-radius: 0;
}
@media screen and (max-width: 63.9375em) {
  .history-eventList .flickity-prev-next-button {
    margin-top: 42px;
  }
}
.history-eventList .flickity-prev-next-button.previous {
  left: 15%;
}
@media screen and (max-width: 63.9375em) {
  .history-eventList .flickity-prev-next-button.previous {
    left: 5%;
  }
}
.history-eventList .flickity-prev-next-button.previous svg {
  margin-left: 3px;
}
.history-eventList .flickity-prev-next-button.next {
  right: 15%;
}
@media screen and (max-width: 63.9375em) {
  .history-eventList .flickity-prev-next-button.next {
    right: 5%;
  }
}
.history-eventList .flickity-prev-next-button.next svg {
  margin-left: -3px;
}
.history-eventList .flickity-prev-next-button .flickity-button-icon {
  fill: #11f291;
  width: 17px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.history-eventList li {
  width: 33.33%;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .history-eventList li {
    width: 60%;
  }
}
.history-eventList li:before,
.history-eventList li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: calc(50% - 10px);
  height: 3px;
  background-color: #11f291;
}
.history-eventList li:after {
  left: auto;
  right: 0;
}
.history-eventList li.is-selected .circle {
  background-color: #11f291;
}
.history-eventList li.is-selected .year {
  -webkit-transform: scale(1.27);
  -ms-transform: scale(1.27);
  transform: scale(1.27);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.history-eventList li.is-selected .content {
  opacity: 1;
}
.history-eventList .circle {
  width: 20px;
  height: 20px;
  border: 2px solid #11f291;
  margin: 0 auto 22px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.history-eventList .year {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #025440;
  text-align: center;
  margin-bottom: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 63.9375em) {
  .history-eventList .year {
    font-size: 28px;
  }
}
.history-eventList .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #212121;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 63.9375em) {
  .history-eventList .content {
    font-size: 16px;
  }
}
.certifiedWrap {
  position: relative;
  margin-bottom: 80px;
}
.certifiedWrap .flag {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 65px;
  color: #025440;
  position: absolute;
  top: 12px;
  left: 76px;
}
.certifiedWrap .slogan {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 310px;
  height: 360px;
  padding-top: 115px;
  padding-left: 65px;
}
.certifiedWrap .slogan:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../fonts/ta-article-deco-1.svg) center center/cover no-repeat;
}
.certifiedWrap .slogan:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/ta-article-deco-2.svg) center center/cover no-repeat;
}
.certifiedWrap .slogan span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 39px;
  color: #009d62;
  border-bottom: 2px solid #009d62;
}
.certified-more {
  margin-bottom: 120px;
}
.videoWrap {
  position: relative;
  padding: 460px 0 102px;
  margin-bottom: 180px;
}
@media screen and (max-width: 63.9375em) {
  .videoWrap {
    padding: 160px 0 183px;
    margin-bottom: 0;
  }
}
.videoWrap .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -58px;
  left: 76px;
}
@media screen and (max-width: 63.9375em) {
  .videoWrap .flag {
    font-size: 30px;
    top: -35px;
    left: var(--mobileSpace);
  }
}
.videoWrap .videoContainer {
  padding-top: 56.25%;
  background: url(../fonts/play.svg) center center no-repeat rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
@media screen and (max-width: 63.9375em) {
  .videoWrap .video-deco {
    background-size: 26px auto;
  }
}
.videoWrap .video-deco:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../fonts/ta-article-deco-1.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .videoWrap .video-deco:before {
    width: 30px;
    height: 30px;
  }
}
.videoWrap .video-deco:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/ta-article-deco-2.svg) center center/cover no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .videoWrap .video-deco:after {
    width: 30px;
    height: 30px;
  }
}
.csrWrap {
  position: relative;
  background-color: #fff;
  margin-bottom: 300px;
}
@media screen and (max-width: 63.9375em) {
  .csrWrap {
    margin: 0 var(--mobileSpace) 180px;
  }
}
.csrWrap .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -58px;
  left: 76px;
}
@media screen and (max-width: 63.9375em) {
  .csrWrap .flag {
    font-size: 30px;
    top: -35px;
    left: var(--mobileSpace);
  }
}
.crsSection {
  position: relative;
  padding: 124px 0 206px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection {
    padding: 30px 0 70px;
  }
}
.crsSection#first .num {
  width: 228px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection#first .num {
    width: 185px;
    height: 190px;
    line-height: 1;
    top: 103px;
  }
}
@media screen and (max-width: 63.9375em) {
  .crsSection#first .title {
    margin-bottom: 300px;
  }
}
.crsSection#second .num {
  width: 228px;
  top: -60px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection#second .num {
    width: 188px;
    top: 51px;
  }
}
@media screen and (max-width: 63.9375em) {
  .crsSection#second .title {
    margin-bottom: 300px;
  }
}
.crsSection#third .num {
  width: 228px;
  top: -60px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection#third .num {
    width: 188px;
    top: 60px;
  }
}
@media screen and (max-width: 63.9375em) {
  .crsSection#third .title {
    margin-bottom: 220px;
  }
}
.crsSection .deco-leaf {
  position: absolute;
  bottom: 0;
  left: -210px;
  width: 420px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .deco-leaf {
    z-index: 9;
    bottom: auto;
    left: -100px;
    width: 300px;
    top: 133px;
  }
}
.crsSection .deco-board {
  position: absolute;
  left: -220px;
  bottom: 0;
  width: 480px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .deco-board {
    z-index: 9;
    left: -71px;
    bottom: auto;
    width: 270px;
    top: 64px;
  }
}
.crsSection .deco-wall {
  position: absolute;
  left: 0;
  bottom: 93px;
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .deco-wall {
    bottom: 37px;
  }
}
.crsSection .deco-wall img {
  max-width: 1330px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 63.9375em) {
  .crsSection .deco-wall img {
    max-width: calc(100% + 80px);
  }
}
.crsSection .num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 246px;
  letter-spacing: 5px;
  color: #009d62;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .num {
    font-size: 200px;
    right: -20px;
  }
}
.crsSection .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  font-size: 40px;
  color: #007e62;
  margin-bottom: 40px;
  padding: 0 76px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .title {
    font-size: 23px;
    padding: 0;
  }
}
.crsSection .title-ch-area {
  padding: 0 76px;
  margin-bottom: 50px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .title-ch-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
.crsSection .title-ch-area .ch {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 1px;
  color: #007e62;
  margin-right: 80px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .title-ch-area .ch {
    font-size: 28px;
    margin-right: 20px;
  }
}
.crsSection .title-ch-area .line {
  height: 1px;
  background-color: #007e62;
  position: relative;
  top: 21px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .title-ch-area .line {
    top: 16px;
  }
}
.crsSection .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #212121;
  padding: 0 76px 0 330px;
}
@media screen and (max-width: 63.9375em) {
  .crsSection .content {
    font-size: 16px;
    padding: 0;
  }
}
.productsWrap {
  margin-bottom: 230px;
}
@media screen and (max-width: 63.9375em) {
  .productsWrap {
    margin-bottom: 100px;
  }
}
.products-cat-area {
  padding: 260px 0 120px;
}
@media screen and (max-width: 63.9375em) {
  .products-cat-area {
    padding: 100px 0 50px;
  }
}
.products-cat-area .flag {
  margin-bottom: 63px;
}
@media screen and (max-width: 63.9375em) {
  .products-cat-area .flag {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.products-search-container .cat-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 45px;
  letter-spacing: 1px;
  color: #007e62;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 63.9375em) {
  .products-search-container .cat-title {
    font-size: 23px;
    padding-left: 24px;
    margin-bottom: 20px;
  }
}
.products-search-container .cat-title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../fonts/arrow-righr-lightgreen.svg) center center/cover
    no-repeat;
  width: 21px;
  height: 36px;
}
@media screen and (max-width: 63.9375em) {
  .products-search-container .cat-title:before {
    width: 12px;
    height: 20px;
  }
}
.products-search-container .products-searchForm input[type="text"] {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #009d62;
  background-color: #fff;
  border: 1px solid #009d62;
  padding: 6px 10px;
  width: 204px;
}
.products-search-container
  .products-searchForm
  input[type="text"]::-webkit-input-placeholder {
  color: #009d62;
}
.products-search-container
  .products-searchForm
  input[type="text"]::-moz-placeholder {
  color: #009d62;
}
.products-search-container
  .products-searchForm
  input[type="text"]:-ms-input-placeholder {
  color: #009d62;
}
.products-search-container
  .products-searchForm
  input[type="text"]:-moz-placeholder {
  color: #009d62;
}
.products-search-container .products-searchForm button {
  border: 1px solid #009d62;
  width: 31px;
  height: 31px;
  margin-left: -5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../fonts/magnifier.svg) center center/19px 19px no-repeat #fff;
  cursor: pointer;
}
.productsList {
  margin-bottom: 30px;
}
.productsList li {
  margin: 0 27px 54px;
}
@media screen and (max-width: 63.9375em) {
  .productsList li {
    margin: 0 15px 40px;
  }
}
.productsList li.cell {
  width: 20%;
}
@media screen and (max-width: 63.9375em) {
  .productsList li.cell {
    width: calc(50% - 30px);
  }
}
.productsList .pic {
  position: relative;
  z-index: 1;
}
.productsList .pic .corner-1 {
  position: absolute;
  top: -1px;
  left: -1px;
}
.productsList .pic .corner-2 {
  position: absolute;
  top: -1px;
  right: -1px;
}
.productsList .pic .corner-3 {
  position: absolute;
  left: -1px;
  bottom: -16px;
}
.productsList .pic .corner-4 {
  position: absolute;
  right: -1px;
  bottom: -16px;
}
.productsList .article {
  position: relative;
  padding: 100px 20px 40px;
  border: 1px solid #828282;
  border-top: none;
}
@media screen and (max-width: 63.9375em) {
  .productsList .article {
    padding: 80px 10px 20px;
  }
}
.productsList .article .deco {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 63.9375em) {
  .productsList .article .deco {
    right: 15px;
    width: 8px;
  }
}
.productsList .article .title {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #007e62;
  margin-bottom: 10px;
}
@media screen and (max-width: 63.9375em) {
  .productsList .article .title {
    font-size: 16px;
  }
}
.productsList .article .content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #828282;
}
@media screen and (max-width: 63.9375em) {
  .productsList .article .content {
    word-break: break-all;
    font-size: 16px;
  }
}
.productsDetailWrap {
  position: relative;
  max-width: 1300px;
  margin: 280px auto 0;
}
@media screen and (max-width: 63.9375em) {
  .productsDetailWrap {
    margin: 160px auto 0;
  }
}
.productsDetailWrap .info-container {
  background-color: #fff;
  padding: 54px 72px;
  width: 830px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .productsDetailWrap .info-container {
    width: 100%;
    padding: 60px;
    background-color: transparent;
  }
}
.productsDetailWrap .info-container .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #007e62;
  margin-bottom: 45px;
}
@media screen and (max-width: 63.9375em) {
  .productsDetailWrap .info-container .title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.productsDetailWrap .info-container .content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4f4f4f;
}
@media screen and (max-width: 63.9375em) {
  .productsDetailWrap .info-container .content {
    font-size: 16px;
  }
}
.productsDetailWrap .info-container .share {
  position: absolute;
  right: 72px;
  bottom: 54px;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .productsDetailWrap .info-container .share {
    right: 20px;
    bottom: 60px;
  }
}
.products-img-container {
  width: 830px;
  margin-left: auto;
  margin-bottom: -310px;
  padding-right: 110px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .products-img-container {
    width: 212px;
    margin-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: -24px;
    right: 0;
  }
}
.products-img-container .pic-title {
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  color: #009d62;
  position: absolute;
  top: -35px;
  left: 60px;
}
@media screen and (max-width: 63.9375em) {
  .products-img-container .pic-title {
    font-size: 25px;
    top: -13px;
    left: 40px;
  }
}
.products-imgList {
  background-color: #fff;
  padding: 80px 20px 50px;
}
@media screen and (max-width: 63.9375em) {
  .products-imgList {
    padding: 50px 20px 40px;
  }
}
.products-imgList li {
  padding: 0 54px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .products-imgList li {
    padding: 0 20px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
}
.products-imgList li:after {
  content: "";
  position: absolute;
  top: 42px;
  right: 2px;
  width: 1px;
  height: 157px;
  background-color: #ddd;
}
@media screen and (max-width: 63.9375em) {
  .products-imgList li:after {
    display: none;
  }
}
.products-imgList li:last-child:after {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .products-imgList li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.products-imgList .pic {
  margin-bottom: 24px;
}
.products-imgList .article-area .arrow {
  position: relative;
  top: -6px;
  margin-right: 15px;
}
.products-imgList .article-area .deco {
  margin-right: 10px;
}
.products-imgList .article-area .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 700;
}
.products-otherlink {
  margin: 80px auto 110px;
}
@media screen and (max-width: 63.9375em) {
  .products-otherlink {
    margin: 50px auto 90px;
  }
}
.products-otherlink .prev,
.products-otherlink .next {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #4f4f4f;
}
@media screen and (max-width: 63.9375em) {
  .products-otherlink .prev,
  .products-otherlink .next {
    font-size: 16px;
  }
}
.products-otherlink .prev img,
.products-otherlink .next img {
  margin: 0 10px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 63.9375em) {
  .products-otherlink .prev img,
  .products-otherlink .next img {
    width: 6px;
  }
}
.products-otherlink .prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.products-fancyWrap {
  display: none;
  z-index: 99;
  position: relative;
}
.products-fancy-container {
  position: relative;
  width: 970px;
  margin: 0 auto;
  overflow-y: hidden;
}
@media screen and (max-width: 63.9375em) {
  .products-fancy-container {
    width: 100%;
    padding: 0 40px;
  }
}
.products-fancy-container .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 65px;
  color: #009d62;
  margin-bottom: 54px;
}
@media screen and (max-width: 63.9375em) {
  .products-fancy-container .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.products-fancy-container .pic {
  margin-bottom: 60px;
}
@media screen and (max-width: 63.9375em) {
  .products-fancy-container .pic {
    width: 204px;
    margin-bottom: 40px;
  }
}
.products-fancy-container .info-area .info-title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #007e62;
  margin-right: 80px;
  width: 192px;
}
@media screen and (max-width: 63.9375em) {
  .products-fancy-container .info-area .info-title {
    font-size: 20px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.products-fancy-container .info-area .info-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #f9f8f4;
  width: 380px;
}
@media screen and (max-width: 63.9375em) {
  .products-fancy-container .info-area .info-content {
    font-size: 16px;
    width: 100%;
  }
}
.products-fancy-container .patchwork {
  position: absolute;
  top: 60%;
  right: 0;
}
@media screen and (max-width: 63.9375em) {
  .products-fancy-container .patchwork {
    top: 140px;
    right: 30px;
  }
}
.products-fancy-container .products-fancyClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .products-fancy-container .products-fancyClose {
    right: 30px;
  }
}
.products-fancy-container .products-fancyClose:before,
.products-fancy-container .products-fancyClose:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #11f291;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.products-fancy-container .products-fancyClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.index-fancyWrap {
  display: none;
  z-index: 99;
  position: relative;
  width: 100%;
}
.index-fancyClose {
  position: absolute;
  top: 60px;
  right: 110px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.index-fancyClose:before,
.index-fancyClose:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #11f291;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.index-fancyClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.index-fancyContainer {
  overflow: hidden;
}
.index-fancyContainer .article-area {
  padding-top: 140px;
}
.index-fancyContainer .article-area .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 52px;
  color: #007c62;
  margin-bottom: 54px;
}
.index-fancyContainer .article-area .pic li {
  margin-right: 60px;
}
.index-fancyContainer .article-area .pic li:last-child {
  margin-right: 0;
}
.index-fancyContainer .article-area .pic li img {
  max-width: initial;
}
.index-fancyContainer .article-area .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  color: #009d62;
  padding: 63px;
  position: relative;
}
.index-fancyContainer .article-area .content:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/ta-article-deco-2.svg) center center/cover no-repeat;
}
.index-fancy-deco {
  position: relative;
  top: -28px;
  left: -45px;
  margin-right: 12vw;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
}
.index-fancy-deco .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 195px;
  color: transparent;
  -webkit-text-stroke: 2px #009d62;
  margin-right: 30px;
}
.index-fancy-deco .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #009d62;
  padding-top: 80px;
}
.philosophyWrap {
  position: relative;
}
.philosophyWrap .article-area {
  padding: 50px 76px 78px;
  width: 1068px;
  background-color: #009d62;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -210px;
}
@media screen and (max-width: 63.9375em) {
  .philosophyWrap .article-area {
    width: 100%;
    padding: 30px var(--mobileSpace) 50px;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    bottom: 0;
    margin-top: -60px;
  }
}
.philosophyWrap .article-area .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -58px;
  left: 76px;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .philosophyWrap .article-area .flag {
    font-size: 30px;
    top: -35px;
    left: var(--mobileSpace);
  }
}
.philosophyWrap .article-area .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .philosophyWrap .article-area .content {
    font-size: 16px;
  }
}
.philosophyWrap .article-area .content hr {
  margin: 38px 0;
  border: none;
  border-top: 1px solid #fff;
}
.philosophyWrap .deco {
  width: 80%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 89.9375em) {
  .philosophyWrap .deco {
    display: none;
  }
}
.philosophyWrap .deco:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../fonts/topright-white.svg) center center/cover no-repeat;
}
.philosophyWrap .deco:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../fonts/leftbottom-white.svg) center center/cover no-repeat;
}
.teamWrap {
  background: url(../images/newteam-bg.png) 0 0 repeat;
}
.teamWrap .team-container {
  background-color: #fff;
  padding: 110px 140px 70px;
  margin-bottom: 200px;
}
@media screen and (max-width: 63.9375em) {
  .teamWrap .team-container {
    padding: 50px 40px;
    margin-bottom: 100px;
  }
}
.teamWrap .team-container .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -58px;
  left: 76px;
}
@media screen and (max-width: 63.9375em) {
  .teamWrap .team-container .flag {
    font-size: 30px;
    top: -35px;
    left: var(--mobileSpace);
  }
}
.firstmember {
  padding: 70px 50px;
  margin: 0 auto 130px;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 405px;
}
@media screen and (max-width: 63.9375em) {
  .firstmember {
    width: 100%;
    padding: 50px 30px;
    margin-bottom: 55px;
  }
}
.firstmember .deco-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .deco-1 {
    width: 50px;
  }
}
.firstmember .deco-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .deco-2 {
    width: 50px;
  }
}
.firstmember .deco-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .deco-3 {
    width: 50px;
  }
}
.firstmember .deco-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .deco-4 {
    width: 50px;
  }
}
.firstmember .name {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  color: #007e62;
  margin-bottom: 10px;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .name {
    font-size: 18px;
  }
}
.firstmember .job {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #007e62;
  margin-bottom: 12px;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .job {
    font-size: 16px;
  }
}
.firstmember .arrow {
  margin-bottom: 12px;
}
.firstmember .content-area .republic {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #007e62;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .content-area .republic {
    font-size: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.firstmember .content-area .republic:after {
  content: "";
  width: 101px;
  height: 1px;
  background-color: #007e62;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.firstmember .content-area .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #231815;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .content-area .content {
    font-size: 16px;
  }
}
.firstmember .content-area .content p {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 13px;
}
@media screen and (max-width: 63.9375em) {
  .firstmember .content-area .content p {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.firstmember .content-area .content p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.firstmember .content-area .content p:last-child:after {
  display: none;
}
.firstmember .content-area .content p:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #11f291;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.teamList li {
  padding: 70px 50px;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .teamList li {
    padding: 50px 30px;
    margin-bottom: 55px;
  }
}
.teamList li.cell {
  width: 405px;
}
@media screen and (max-width: 63.9375em) {
  .teamList li.cell {
    width: 100%;
  }
}
.teamList li .deco-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 63.9375em) {
  .teamList li .deco-1 {
    width: 50px;
  }
}
.teamList li .deco-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 63.9375em) {
  .teamList li .deco-2 {
    width: 50px;
  }
}
.teamList li .deco-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .teamList li .deco-3 {
    width: 50px;
  }
}
.teamList li .deco-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .teamList li .deco-4 {
    width: 50px;
  }
}
.teamList .name {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  color: #007e62;
  margin-bottom: 10px;
}
@media screen and (max-width: 63.9375em) {
  .teamList .name {
    font-size: 18px;
  }
}
.teamList .job {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #007e62;
  margin-bottom: 12px;
}
@media screen and (max-width: 63.9375em) {
  .teamList .job {
    font-size: 16px;
  }
}
.teamList .arrow {
  margin-bottom: 12px;
}
.teamList .content-area {
  display: none;
}
.teamList .content-area .republic {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #007e62;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .teamList .content-area .republic {
    font-size: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.teamList .content-area .republic:after {
  content: "";
  width: 101px;
  height: 1px;
  background-color: #007e62;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.teamList .content-area .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #231815;
}
@media screen and (max-width: 63.9375em) {
  .teamList .content-area .content {
    font-size: 16px;
  }
}
.teamList .content-area .content p {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 13px;
}
@media screen and (max-width: 63.9375em) {
  .teamList .content-area .content p {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.teamList .content-area .content p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.teamList .content-area .content p:last-child:after {
  display: none;
}
.teamList .content-area .content p:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #11f291;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.relationWrap {
  max-width: 860px;
  margin: 0 auto 130px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .relationWrap {
    padding: 0 var(--mobileSpace);
  }
}
.relationWrap .flag {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 52px;
  letter-spacing: 2px;
  color: #009d62;
  position: absolute;
  top: -58px;
  left: 76px;
  position: relative;
  top: 0;
  left: -50px;
  margin-bottom: 130px;
}
@media screen and (max-width: 63.9375em) {
  .relationWrap .flag {
    font-size: 30px;
    top: -35px;
    left: var(--mobileSpace);
  }
}
@media screen and (max-width: 63.9375em) {
  .relationWrap .flag {
    left: 0;
    margin-bottom: 30px;
  }
}
.relationList li {
  border-top: 1px solid #4f4f4f;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .relationList li {
    border-top: none;
    border-bottom: 1px solid #4f4f4f;
    padding: 0 0 40px;
    margin-bottom: 40px;
  }
}
.relationList li:first-child {
  border-top: none;
}
@media print, screen and (min-width: 64em) {
  .relationList li:nth-child(odd) .icon {
    right: calc(100% + 40px);
  }
}
@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .relationList li:nth-child(odd) .icon {
    right: calc(100% + 10px);
  }
}
@media print, screen and (min-width: 64em) {
  .relationList li:nth-child(even) .icon {
    left: calc(100% + 40px);
  }
}
@media screen and (min-width: 64em) and (max-width: 89.9375em) {
  .relationList li:nth-child(even) .icon {
    left: calc(100% + 10px);
  }
}
.relationList .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 89.9375em) {
  .relationList .icon {
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
}
@media screen and (max-width: 63.9375em) {
  .relationList .icon {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0) scale(0.7);
    -ms-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}
.relationList .icon img {
  max-width: initial;
}
.relationList .num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 148px;
  color: #025440;
  border-bottom: 7px solid #025440;
  position: absolute;
  top: -50px;
  left: -142px;
  height: 145px;
}
@media screen and (max-width: 63.9375em) {
  .relationList .num {
    font-size: 98px;
    border-bottom: 5px solid #025440;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    height: 98px;
    margin-bottom: 30px;
  }
}
.relationList .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.3;
  color: #007e62;
  margin-bottom: 36px;
}
@media screen and (max-width: 63.9375em) {
  .relationList .title {
    font-size: 23px;
    margin-bottom: 26px;
  }
}
.relationList .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #212121;
}
.newsOutWrap {
  margin-top: 208px;
}
@media screen and (max-width: 63.9375em) {
  .newsOutWrap {
    margin-top: 100px;
  }
}
.newsWrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 63.9375em) {
  .newsWrap {
    margin-bottom: 100px;
  }
}
.newsWrap .flag {
  margin-bottom: 150px;
  position: relative;
  left: -100px;
}
@media screen and (max-width: 63.9375em) {
  .newsWrap .flag {
    left: 0;
    margin-bottom: 70px;
  }
}
.newsList li {
  position: relative;
  margin-bottom: 130px;
  max-width: 314px;
}
@media screen and (max-width: 63.9375em) {
  .newsList li {
    max-width: 100%;
    margin-bottom: 80px;
  }
}
.newsList li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsList .date-area {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0b965f;
  z-index: 3;
  position: absolute;
  top: -24px;
  left: -41px;
  background-color: #f9f8f4;
  border-top: 1px solid #0b965f;
  border-bottom: 1px solid #0b965f;
  padding: 7px 10px 3px;
}
@media screen and (max-width: 63.9375em) {
  .newsList .date-area {
    left: 25px;
  }
}
.newsList .date-area .year {
  font-size: 16px;
  margin-bottom: 3px;
}
@media screen and (max-width: 63.9375em) {
  .newsList .date-area .year {
    font-size: 16px;
  }
}
.newsList .date-area .day {
  font-size: 23px;
}
@media screen and (max-width: 63.9375em) {
  .newsList .date-area .day {
    font-size: 18px;
  }
}
.newsList .pic {
  margin-bottom: 20px;
  overflow: hidden;
}
.newsList .pic img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.newsList .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.news-pager {
  text-align: center;
}
.news-pager a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-right: 15px;
}
.news-pager a:last-child {
  margin-right: 0;
}
.interestWrap {
  max-width: 860px;
  margin: 210px auto 200px 18vw;
}
@media screen and (max-width: 63.9375em) {
  .interestWrap {
    margin: 100px auto;
    padding: 0 var(--mobileSpace);
  }
}
.interestWrap .flag {
  margin-bottom: 70px;
  margin-left: -48px;
}
@media screen and (max-width: 63.9375em) {
  .interestWrap .flag {
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.interestList article {
  border-bottom: 1px solid #4f4f4f;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.interestList .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #007e62;
  margin-bottom: 60px;
  margin-left: -48px;
}
@media screen and (max-width: 63.9375em) {
  .interestList .title {
    font-size: 23px;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.interestList .title > img {
  margin-right: 20px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 63.9375em) {
  .interestList .title > img {
    width: 10px;
    margin-right: 10px;
  }
}
.interestList .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #212121;
  margin-bottom: 60px;
}
@media screen and (max-width: 63.9375em) {
  .interestList .content {
    font-size: 16px;
  }
}
.interestList .infoList {
  width: 440px;
}
@media screen and (max-width: 63.9375em) {
  .interestList .infoList {
    width: 100%;
  }
}
.interestList .infoList li {
  margin-bottom: 20px;
}
.interestList .infoList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .interestList .infoList li {
    margin-bottom: 15px;
  }
  .interestList .infoList li:last-child {
    margin-bottom: 0;
  }
}
.interestList .infoList .info-name {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 18px;
  color: #007e62;
  width: 50%;
}
@media screen and (max-width: 63.9375em) {
  .interestList .infoList .info-name {
    font-size: 16px;
  }
}
.interestList .infoList .info-content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 17px;
  color: #212121;
  width: 50%;
}
@media screen and (max-width: 63.9375em) {
  .interestList .infoList .info-content {
    font-size: 16px;
  }
}
.recruit-botWrap {
  position: relative;
  margin-top: 300px;
}
@media screen and (max-width: 63.9375em) {
  .recruit-botWrap {
    margin-top: 190px;
  }
}
.recruit-botWrap .more-container {
  position: absolute;
  top: -54px;
  left: 18%;
  padding: 30px;
  width: 284px;
  cursor: pointer;
}
.recruit-botWrap .more-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #009d62;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recruit-botWrap .more-container:hover:after {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media screen and (max-width: 63.9375em) {
  .recruit-botWrap .more-container {
    width: 220px;
    left: auto;
    right: 0;
    top: -86px;
  }
}
.recruit-botWrap .more-container .learnabout {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.9375em) {
  .recruit-botWrap .more-container .learnabout {
    font-size: 16px;
  }
}
.recruit-botWrap .more-container .title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.9375em) {
  .recruit-botWrap .more-container .title {
    font-size: 30px;
    margin-bottom: 82px;
  }
}
.recruit-botWrap .more-container .more {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.recruit-botWrap .more-container .more > img {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.recruit-philosophy {
  background-color: #fff;
  text-align: center;
  padding: 45px 0 133px;
  margin-top: 226px;
  margin-bottom: 133px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .recruit-philosophy {
    margin-top: 100px;
  }
}
.recruit-philosophy:after {
  content: "";
  width: 1px;
  height: 148px;
  background-color: #009d62;
  position: absolute;
  left: 50%;
  bottom: -105px;
}
.recruit-philosophy .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #025440;
  margin-bottom: 100px;
}
@media screen and (max-width: 63.9375em) {
  .recruit-philosophy .title {
    font-size: 23px;
    margin-bottom: 100px;
  }
}
.recruit-philosophy .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .recruit-philosophy .content {
    font-size: 16px;
    max-width: 50%;
  }
}
.recruit-philosophy .content:before {
  content: "";
  background: url(../fonts/deco-righttop-green.svg) center center/cover
    no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -60px;
  right: -90px;
}
@media screen and (max-width: 63.9375em) {
  .recruit-philosophy .content:before {
    width: 60px;
    height: 60px;
    right: -30px;
  }
}
.recruit-philosophy .content:after {
  content: "";
  background: url(../fonts/deco-leftbottom-green.svg) center center/cover
    no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: -60px;
  left: -90px;
}
@media screen and (max-width: 63.9375em) {
  .recruit-philosophy .content:after {
    width: 60px;
    height: 60px;
    left: -30px;
  }
}
.designerWrap {
  text-align: center;
  position: relative;
}
.designerWrap .pic {
  position: relative;
  display: inline-block;
  margin-bottom: 85px;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .pic {
    margin-bottom: 60px;
  }
}
.designerWrap .deco-area {
  background-color: #efefef;
  padding: 119px 70px 33px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .deco-area {
    padding: 18px 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: -30px;
    background-color: #f9f8f4;
  }
}
.designerWrap .deco-area .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #007e62;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .deco-area .title {
    font-size: 30px;
  }
}
.designerWrap .deco-area .title > img {
  margin-right: 15px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .deco-area .title > img {
    width: 11px;
  }
}
.designerWrap .article-area {
  background-color: #fff;
  padding: 50px 0 76px;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .article-area {
    background-color: transparent;
    padding: 80px 40px;
  }
}
.designerWrap .article-area .container {
  max-width: 418px;
  margin: 0 auto;
  position: relative;
}
.designerWrap .article-area .container:before {
  content: "";
  background: url(../images/deco-righttop-green.svg) center center/cover
    no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -10px;
  right: -90px;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .article-area .container:before {
    top: -80px;
    right: 0;
    width: 60px;
    height: 60px;
  }
}
.designerWrap .article-area .container:after {
  content: "";
  background: url(../fonts/deco-leftbottom-green.svg) center center/cover
    no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: -10px;
  left: -90px;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .article-area .container:after {
    bottom: -80px;
    left: 0;
    width: 60px;
    height: 60px;
  }
}
.designerWrap .article-area .container .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #025440;
  margin-bottom: 70px;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .article-area .container .title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.designerWrap .article-area .container .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 63.9375em) {
  .designerWrap .article-area .container .content {
    font-size: 16px;
  }
}
.recruit-middle-deco {
  width: 100%;
  height: 600px;
  background: url(../fonts/recruit-middle-bg.svg) center center repeat #f9f8f4;
  margin: -200px auto;
}
@media screen and (max-width: 63.9375em) {
  .recruit-middle-deco {
    height: 100px;
    background: none;
    margin: 0;
  }
}
.recruitOutWrap {
  position: relative;
}
.recruitOutWrap:after {
  content: "";
  width: 100%;
  height: calc(100% - 270px);
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 63.9375em) {
  .recruitOutWrap:after {
    display: none;
  }
}
.contactWrap {
  margin-left: 20vw;
  margin-top: 280px;
}
@media screen and (max-width: 63.9375em) {
  .contactWrap {
    margin-left: auto;
    margin-top: 100px;
  }
}
.contactWrap .flag {
  margin-bottom: 55px;
  margin-left: -55px;
}
@media screen and (max-width: 63.9375em) {
  .contactWrap .flag {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.contactWrap .note {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #007e62;
  margin-bottom: 60px;
  margin-left: -55px;
}
@media screen and (max-width: 63.9375em) {
  .contactWrap .note {
    font-size: 18px;
    margin-left: 0;
  }
}
.contactWrap .note > img {
  margin-right: 15px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 63.9375em) {
  .contactWrap .note > img {
    width: 10px;
    margin-right: 10px;
  }
}
.contactWrap #contactFinish {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 2;
  color: #444;
  text-align: left;
  margin-bottom: 150px;
}
@media screen and (max-width: 63.9375em) {
  .contactWrap #contactFinish {
    font-size: 16px;
    margin-bottom: 90px;
  }
}
.contactForm {
  margin-bottom: 200px;
  width: 932px;
}
@media screen and (max-width: 63.9375em) {
  .contactForm {
    width: 100%;
    margin-bottom: 100px;
  }
}
.contactForm .item {
  margin-bottom: 58px;
  display: inline-block;
  vertical-align: middle;
  width: 420px;
}
@media screen and (max-width: 63.9375em) {
  .contactForm .item {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.contactForm .item.fullwidth {
  width: 927px;
}
@media screen and (max-width: 63.9375em) {
  .contactForm .item.fullwidth {
    width: 100%;
  }
}
.contactForm .item:nth-child(odd) {
  margin-right: 87px;
}
@media screen and (max-width: 63.9375em) {
  .contactForm .item:nth-child(odd) {
    margin-right: 0;
  }
}
.contactForm .item .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #009d62;
  margin-bottom: 10px;
}
.contactForm .item .field {
  position: relative;
}
.contactForm .item .field input[type="text"],
.contactForm .item .field textarea {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #009d62;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #009d62;
  width: 100%;
}
.contactForm .item .field textarea {
  border: 1px solid #009d62;
  height: 180px;
  resize: none;
  margin-top: 12px;
}
.contactForm .item .field select {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #009d62;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #009d62;
  width: 100%;
  margin-top: 12px;
}
.contactForm .item .field .contact-form-error {
  position: absolute;
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  top: -8px;
}
.contactForm .submit {
  text-align: right;
  cursor: pointer;
}
.otherareaWrap section {
  margin-bottom: 200px;
}
@media screen and (max-width: 63.9375em) {
  .otherareaWrap section {
    margin-bottom: 100px;
    padding-left: 40px;
  }
}
.otherareaWrap .city {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #007e62;
  margin-bottom: 67px;
  margin-left: -55px;
}
@media screen and (max-width: 63.9375em) {
  .otherareaWrap .city {
    font-size: 23px;
    margin-left: -30px;
    margin-bottom: 25px;
  }
}
.otherareaWrap .city > img {
  margin-right: 15px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 63.9375em) {
  .otherareaWrap .city > img {
    width: 11px;
    margin-right: 10px;
  }
}
.otherareaWrap .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #007e62;
  margin-bottom: 50px;
}
@media screen and (max-width: 63.9375em) {
  .otherareaWrap .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.otherareaWrap .infoList li {
  margin-bottom: 20px;
}
.otherareaWrap .infoList li:last-child {
  margin-bottom: 0;
}
.otherareaWrap .infoList .info-title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  color: #007e62;
  width: 260px;
}
@media screen and (max-width: 63.9375em) {
  .otherareaWrap .infoList .info-title {
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px;
  }
}
.otherareaWrap .infoList .info-content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #212121;
  width: 412px;
}
@media screen and (max-width: 63.9375em) {
  .otherareaWrap .infoList .info-content {
    font-size: 16px;
    width: 100%;
  }
}
.certificateWrap {
  max-width: 860px;
  margin: 330px auto 200px 18vw;
}
@media screen and (max-width: 63.9375em) {
  .certificateWrap {
    margin: 100px auto;
    padding-right: var(--mobileSpace);
    padding-left: 60px;
  }
}
.certificateWrap .flag {
  margin-bottom: 70px;
  margin-left: -48px;
}
@media screen and (max-width: 63.9375em) {
  .certificateWrap .flag {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.certificateList article {
  border-bottom: 1px solid #4f4f4f;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.certificateList .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  color: #007e62;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .certificateList .title {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.certificateList .title:before {
  content: "";
  background: url(../fonts/arrow-righr-lightgreen.svg) 0 0 / cover no-repeat;
  position: absolute;
  top: 2px;
  left: -40px;
  width: 20px;
  height: 34px;
}
@media screen and (max-width: 63.9375em) {
  .certificateList .title:before {
    width: 10px;
    height: 17px;
    left: -25px;
    top: 5px;
  }
}
.certificateList .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #212121;
  margin-bottom: 40px;
}
@media screen and (max-width: 63.9375em) {
  .certificateList .content {
    font-size: 16px;
  }
}
.newsDetailWrap {
  max-width: 1380px;
  margin: 225px auto 300px;
}
@media screen and (max-width: 89.9375em) {
  .newsDetailWrap {
    max-width: 1000px;
    margin: 225px auto 200px;
  }
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap {
    margin: 120px auto 100px;
    padding: 0 var(--mobileSpace);
  }
}
.newsDetailWrap .date-area {
  margin-bottom: 52px;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .date-area {
    margin-bottom: 30px;
  }
}
.newsDetailWrap .date-area .date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #08965f;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .date-area .date {
    font-size: 18px;
  }
}
.newsDetailWrap .date-area .deco-line {
  height: 1px;
  background-color: #0b965f;
  margin: 0 24px;
  position: relative;
  top: 11px;
}
.newsDetailWrap .date-area .back {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #08965f;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .date-area .back {
    font-size: 16px;
  }
}
.newsDetailWrap .title {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #007e62;
  margin-bottom: 98px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.newsDetailWrap .title:after {
  content: "";
  background: url(../fonts/arrow-righr-lightgreen.svg) center center/cover
    no-repeat;
  width: 21px;
  height: 36px;
  position: absolute;
  top: 12px;
  left: -47px;
}
.newsDetailWrap .content-area .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-right: 80px;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .content-area .content {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.newsDetailWrap .newsDownload {
  padding: 75px 0;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .newsDownload {
    padding: 50px 0;
  }
}
.newsDetailWrap .newsDownload .wrap {
  border-bottom: 1px solid #4f4f4f;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.newsDetailWrap .newsDownload .wrap .name {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
  font-size: 32px;
  color: #007e62;
  margin-bottom: 34px;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .newsDownload .wrap .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.newsDetailWrap .newsDownload .wrap .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #212121;
  margin-bottom: 70px;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .newsDownload .wrap .content {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.newsDetailWrap .newsDownload .wrap .download {
  text-align: right;
}
@media screen and (max-width: 63.9375em) {
  .newsDetailWrap .newsDownload .wrap .download {
    width: 140px;
    margin-left: auto;
  }
}
.othernewsWrap {
  max-width: 1380px;
  margin: 0 auto 280px;
}
@media screen and (max-width: 89.9375em) {
  .othernewsWrap {
    max-width: 1000px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 63.9375em) {
  .othernewsWrap {
    margin-bottom: 60px;
  }
}
.other-newsList li {
  position: relative;
  width: 314px;
  margin: 0 60px;
  padding-top: 24px;
  padding-left: 41px;
}
@media screen and (max-width: 89.9375em) {
  .other-newsList li {
    width: 280px;
    margin: 0 40px;
    padding-left: 0;
  }
}
.other-newsList li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.other-newsList .date-area {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0b965f;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9f8f4;
  border-top: 1px solid #0b965f;
  border-bottom: 1px solid #0b965f;
  padding: 7px 10px 3px;
}
@media screen and (max-width: 89.9375em) {
  .other-newsList .date-area {
    left: 20px;
  }
}
.other-newsList .date-area .year {
  font-size: 16px;
  margin-bottom: 3px;
}
.other-newsList .date-area .day {
  font-size: 23px;
}
.other-newsList .pic {
  margin-bottom: 20px;
  overflow: hidden;
}
.other-newsList .pic img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.other-newsList .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.other-newsList .flickity-button {
  background-color: transparent;
}
.other-newsList .flickity-button:hover {
  background: transparent;
}
.other-newsList .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.other-newsList .flickity-button:active {
  opacity: 1;
}
.other-newsList .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.other-newsList .flickity-prev-next-button.previous {
  left: 0;
}
.other-newsList .flickity-prev-next-button.next {
  right: 0;
}
.other-newsList .flickity-prev-next-button .flickity-button-icon {
  width: 19px;
  fill: #11f291;
}
.mobile-topmenu {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px var(--mobileSpace);
  background-color: #009d62;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-topmenu.is-open {
  background-color: #025440;
}
.mobile-topmenu.is-open .hamburger span {
  background-color: #c9a063;
}
.hamburger {
  width: 28px;
  height: 18px;
  position: relative;
}
.hamburger.is-show .item1 {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.4s, -webkit-transform 0.4s 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s 0.4s;
  transition: top 0.4s, transform 0.4s 0.4s;
  transition: top 0.4s, transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
}
.hamburger.is-show .item2 {
  opacity: 0;
}
.hamburger.is-show .item3 {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.4s, -webkit-transform 0.4s 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s 0.4s;
  transition: top 0.4s, transform 0.4s 0.4s;
  transition: top 0.4s, transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hamburger .item1 {
  position: absolute;
  top: 0;
  -webkit-transition: top 0.4s 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s 0.4s;
  transition: transform 0.4s, top 0.4s 0.4s, -webkit-transform 0.4s;
}
.hamburger .item2 {
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.hamburger .item3 {
  position: absolute;
  top: 100%;
  -webkit-transition: top 0.4s 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s 0.4s;
  transition: transform 0.4s, top 0.4s 0.4s, -webkit-transform 0.4s;
}
.mobile-topmenu-space {
  height: 64px;
}
.mobile-topmenu-container {
  display: none;
  padding: 70px 40px;
}
.mobile-topmenu-container .lan-outWrap {
  padding-bottom: 6px;
}
@media screen and (max-width: 63.9375em) {
  .mobile-topmenu-container .lan-outWrap {
    padding-bottom: 30px;
  }
}
.mobile-topmenu-container .lan-outWrap .lan {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-right: 37px;
}
@media screen and (max-width: 63.9375em) {
  .mobile-topmenu-container .lan-outWrap .lan {
    font-size: 16px;
  }
}
.mobile-topmenu-container .lan-outWrap .lanWrap a {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-right: 20px;
}
.mobile-topmenu-container .lan-outWrap .lanWrap a:last-child {
  margin-right: 0;
}
.mobile-topmenu-container .lan-outWrap .lanWrap .current {
  color: #11f291;
}
.mobile-topmenu-container .lan-outWrap .lanWrap .current:after {
  content: "";
  width: 10px;
  height: 16px;
  background: url(../fonts/lan-arrow.svg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: -15px;
}
.mobile-topmenu-container .linkWrap {
  padding-bottom: 6px;
}
.mobile-topmenu-container .linkWrap a {
  margin-right: 16px;
}
.mobile-topmenu-container .linkWrap a:last-child {
  margin-right: 0;
}
.mobile-topmenu-container .linkWrap a .st0 {
  fill: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-topmenu-container .linkWrap a:hover .st0 {
  fill: #025440;
}
.mobile-topmenuList {
  margin-bottom: 80px;
}
.mobile-topmenuList a {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  display: block;
  margin-bottom: 14px;
}
.mobile-topmenuList a:last-child {
  margin-bottom: 0;
}
.mobile-topmenuList a.current {
  color: #c9a063;
}
.backtotop {
  display: none;
  z-index: 29;
  position: fixed;
  top: 60%;
  right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .backtotop {
    display: none !important;
  }
}
.anchorlink {
  position: relative;
  top: -112px;
}
.mmList {
  margin-top: 70px;
  padding: 0 30px;
}
@media screen and (max-width: 63.9375em) {
  .mmList {
    margin-top: 50px;
    padding: 0;
  }
}
.mmList li {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #007e62;
  cursor: pointer;
  margin-right: 36px;
}
.mmList li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 63.9375em) {
  .mmList li {
    font-size: 16px;
    margin-bottom: 17px;
    margin-right: 25px;
  }
  .mmList li:last-child {
    margin-right: 0;
  }
}
.mmList li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../fonts/arrow-righr-lightgreen.svg) center center/cover
    no-repeat;
  width: 11px;
  height: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 63.9375em) {
  .mmList li:before {
    width: 8px;
    height: 15px;
    margin-right: 8px;
    position: relative;
    top: -1px;
  }
}
.investorTable {
  margin: 80px auto;
}
.investorTable thead th {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #007e62;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  padding-top: 0;
  border-bottom: 1px solid #007e62;
  position: relative;
}
.investorTable thead th:not(:last-child):after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.investorTable tbody td {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #212121;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #007e62;
  position: relative;
}
.investorTable tbody td:not(:last-child):after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.investorTable tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.investorTable tfoot td {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #212121;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  padding-top: 100px;
}
.index-bot-decobg {
  background: url(../images/index-about-deco.png) center center/cover no-repeat;
  height: 302px;
}
@media screen and (max-width: 63.9375em) {
  .index-bot-decobg {
    display: none;
  }
}
.teamList-new li {
  margin-bottom: 85px;
}
.teamList-new li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .teamList-new li {
    margin-bottom: 50px;
  }
  .teamList-new li:last-child {
    margin-bottom: 0;
  }
}
.teamList-new .title-area {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 63.9375em) {
  .teamList-new .title-area {
    margin-bottom: 18px;
  }
}
.teamList-new .title-area .deco {
  position: absolute;
  top: 2px;
  left: -37px;
}
@media screen and (max-width: 63.9375em) {
  .teamList-new .title-area .deco {
    top: -1px;
    left: -17px;
    width: 8px;
  }
}
.teamList-new .title-area .name {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  color: #007e62;
  margin-right: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 63.9375em) {
  .teamList-new .title-area .name {
    font-size: 18px;
  }
}
.teamList-new .title-area .job {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #007e62;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 63.9375em) {
  .teamList-new .title-area .job {
    font-size: 16px;
    top: -2px;
  }
}
.teamList-new .republic {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #007e62;
  padding-bottom: 30px;
  margin-bottom: 34px;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .teamList-new .republic {
    font-size: 16px;
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
}
.teamList-new .republic:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #007e62;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .teamList-new .republic:after {
    width: 70px;
  }
}
.teamList-new .content {
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #231815;
}
@media screen and (max-width: 63.9375em) {
  .teamList-new .content {
    font-size: 16px;
  }
}
.contact-linkWrap {
  border-top: 1px solid #007e62;
  max-width: 960px;
  padding-top: 50px;
  padding-left: 40px;
  margin-top: -60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 63.9375em) {
  .contact-linkWrap {
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 110px;
  }
}
.contact-linkWrap a {
  margin-right: 16px;
}
.contact-linkWrap a:last-child {
  margin-right: 0;
}
.contact-linkWrap a .st0 {
  fill: #007e62;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-linkWrap a:hover .st0 {
  fill: #000;
}
.downloadForm {
  z-index: 89;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  font-family: Arial, "微軟正黑體", "Microsoft YaHei", "微軟雅黑體", "STXihei",
    HEITI TC, "HEITI TC", "黑體-繁", "黑體", sans-serif;
}
.downloadForm .fancy-close-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: pointer;
}
.downloadForm .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 63.9375em) {
  .downloadForm .pic {
    max-width: 100%;
    width: 90%;
    height: auto;
  }
}
.downloadForm .pic .item {
  margin-bottom: 15px;
}
.downloadForm .pic .item label {
  min-width: 68px;
  display: inline-block;
}
@media screen and (max-width: 63.9375em) {
  .downloadForm .pic .item label {
    min-width: 82px;
  }
}
.downloadForm .pic .item .submit {
  cursor: pointer;
  background-color: #dedede;
  padding: 4px 12px;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
}
.downloadForm .pic .item .cancle {
  cursor: pointer;
  background-color: #dedede;
  padding: 4.5px 12px;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
  font-size: 14px;
  position: relative;
  top: 1.5px;
}
.downloadForm .pic .item .contact-form-error {
  color: red;
  font-size: 14px;
  margin-top: 3px;
}

@media screen and (max-width:768px){
    .products-imgList{
        display: none;
    }
    .bigPic{
        display: none;
    }
    .productsDetailWrap .info-container{
        padding: 20px;
    }
    .m-banner .inner-container{
        position: static;
    }
}
/*# sourceMappingURL=style.css.map */
