.section {
  padding: 80px 0px 30px 0px;
}
.section-title {
  text-align: center;
  font-size: 33px;
}
.section-title span {
  color: #002d72;
  text-transform: uppercase;
}
.section-title p {
  font-size: 18px;
  margin: 5px 0 0;
  color: #666;
}
.in-dynamic {
  margin: -30px 0 0 -30px;
  display: inline-block;
}
.in-dynamic li {
  display: inline-flex;
  width: 31.333333%;
  list-style: none;
}
.in-dynamic li a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px;
  text-decoration: none;
}
.in-dynamic li a:hover h4 {
  color: #f1f1f1;
}
.in-dynamic li a:hover p {
  color: #fff;
}
.in-dynamic li h4 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.in-dynamic li p {
  margin: 15px 0 0;
  color: #888;
  height: 45px;
  overflow: hidden;
}
.in-dynamic li a:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  background-color: #002d72;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  /* display:table; */ /* line-height:0; */ /* content:""; */
}
.clearfix:after {
  /* clear:both; */
}
.arclist_tag {
  margin-top: 15px;
}
.arclist_tag a {
  padding: 5px 10px;
  color: #fff;
  margin-right: 5px;
  border-radius: 3px;
}
.arclist_tag a:nth-child(1) {
  background: #00aef3;
}
.arclist_tag a:nth-child(2) {
  background: #3c8500;
}
.arclist_tag a:nth-child(3) {
  background: #1b739f;
}
.arclist_tag a:nth-child(4) {
  background: #9424f2;
}
@media screen and (max-width: 767px) {
  .in-dynamic {
    margin-top: -15px;
  }
  .in-dynamic li {
    width: 97%;
  }
  .in-dynamic li a {
    padding: 15px;
  }
  .in-dynamic li h4 {
    font-size: 16px;
  }
  .in-dynamic li p {
    margin-top: 10px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title p {
    font-size: 16px;
  }
  .profiles {
    flex-wrap: wrap;
  }
  .profiles .profile {
    width: calc(100% / 2 - 15px);
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.tail-select,
.tail-select *,
.tail-select :after,
.tail-select :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tail-select {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 250px;
}
.tail-select mark {
  background-color: #dc4650;
  color: #fff;
}
.tail-select button.tail-all,
.tail-select button.tail-none {
  -moz-border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: none;
  background-color: transparent;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  box-shadow: none;
  color: grey;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  margin: 1px 3px 0 0;
  outline: none;
  padding: 1px 5px;
  text-shadow: none;
  vertical-align: top;
}
.tail-select button.tail-all:hover {
  background-color: transparent;
  border-color: #3c82e6;
  color: #3c82e6;
}
.tail-select button.tail-none:hover {
  background-color: transparent;
  border-color: #dc4650;
  color: #dc4650;
}
.tail-select-container {
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 3px;
}
.tail-select-container,
.tail-select-container .select-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}
.tail-select-container .select-handle {
  -moz-transition: background 142ms linear;
  -webkit-transition: background 142ms linear;
  background-color: #3c82e6;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin: 1px;
  padding: 2px 24px 2px 5px;
  position: relative;
  transition: background 142ms linear;
  vertical-align: top;
  width: auto;
}
.tail-select-container .select-handle:hover {
  background-color: #dc4650;
}
.tail-select-container .select-handle:after {
  -moz-transition: opacity 142ms linear;
  -webkit-transition: opacity 142ms linear;
  background-image: url("../fonts/6d9686e7596f4fb9a4172693da5cce9a.woff");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  margin: 0;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  top: 0;
  transition: opacity 142ms linear;
  vertical-align: top;
  width: 24px;
  z-index: 21;
}
.tail-select-container .select-handle:hover:after {
  opacity: 1;
}
.tail-select .select-label {
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-transition: box-shadow 142ms linear;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 142ms linear;
  -webkit-transition: box-shadow 142ms linear;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #303438;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  text-align: left;
  transition: -webkit-box-shadow 142ms linear;
  transition: box-shadow 142ms linear;
  transition: box-shadow 142ms linear, -webkit-box-shadow 142ms linear;
  width: 100%;
  z-index: 20;
}
.tail-select .select-label:after {
  -moz-transition: opacity 142ms linear, transform 142ms linear;
  -webkit-transition: opacity 142ms linear, -webkit-transform 142ms linear;
  -webkit-transition: opacity 142ms linear, transform 142ms linear;
  background-image: url("../fonts/7bc6f913e853432cb02682fbfb6c99bb.woff");
  background-position: 50%;
  display: inline-block;
  height: 34px;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  right: 0;
  top: 0;
  transition: opacity 142ms linear, -webkit-transform 142ms linear;
  transition: opacity 142ms linear, transform 142ms linear;
  transition: opacity 142ms linear, transform 142ms linear, -webkit-transform 142ms linear;
  vertical-align: top;
  width: 34px;
  z-index: 21;
}
.tail-select .select-label .label-count {
  border-right: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
}
.tail-select .select-label .label-count,
.tail-select .select-label .label-inner {
  -moz-transition: border-color 142ms linear, opacity 142ms linear;
  -webkit-transition: border-color 142ms linear, opacity 142ms linear;
  opacity: 0.75;
  transition: border-color 142ms linear, opacity 142ms linear;
}
.tail-select.active .select-label,
.tail-select.idle .select-label,
.tail-select:hover .select-label {
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3c82e6;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3c82e6;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3c82e6;
  z-index: 25;
}
.tail-select.active .select-label:after,
.tail-select.idle .select-label:after,
.tail-select:hover .select-label:after {
  opacity: 0.85;
}
.tail-select.active .select-label .label-count,
.tail-select.active .select-label .label-inner,
.tail-select.idle .select-label .label-count,
.tail-select.idle .select-label .label-inner,
.tail-select:hover .select-label .label-count,
.tail-select:hover .select-label .label-inner {
  opacity: 1;
}
.tail-select.active .select-label:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tail-select.disabled .select-label {
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  background-color: #ededed;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  cursor: not-allowed;
}
.tail-select .select-dropdown {
  -moz-border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-transition: box-shadow 142ms linear;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 142ms linear;
  -webkit-transition: box-shadow 142ms linear;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  display: none;
  font-size: 14px;
  height: auto;
  line-height: 22px;
  margin: -1px 0 0;
  min-height: 35px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: -webkit-box-shadow 142ms linear;
  transition: box-shadow 142ms linear;
  transition: box-shadow 142ms linear, -webkit-box-shadow 142ms linear;
  z-index: 23;
}
.tail-select .select-dropdown .dropdown-action,
.tail-select .select-dropdown .dropdown-empty,
.tail-select .select-dropdown .dropdown-inner,
.tail-select .select-dropdown .dropdown-search,
.tail-select .select-dropdown input[type="text"].search-input {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tail-select .select-dropdown .dropdown-search {
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 30;
}
.tail-select .select-dropdown .dropdown-search input[type="text"].search-input {
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #303438;
  font-size: 12px;
  line-height: 20px;
  outline: none;
  padding: 10px 15px;
  text-align: left;
}
.tail-select .select-dropdown .dropdown-inner {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1px 0;
}
.tail-select .select-dropdown .dropdown-empty {
  font-size: 12px;
  line-height: 18px;
  padding: 16px 0 15px;
  text-align: center;
}
.tail-select .select-dropdown .dropdown-action {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 6px 0 5px;
  text-align: center;
}
.tail-select .select-dropdown .dropdown-action button {
  font-size: 12px;
  line-height: 16px;
}
.tail-select .select-dropdown ul,
.tail-select .select-dropdown ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}
.tail-select .select-dropdown ul li {
  color: #303438;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px 5px 35px;
  text-align: left;
}
.tail-select .select-dropdown ul li:first-of-type {
  margin-top: 7px;
}
.tail-select .select-dropdown ul li:last-of-type {
  margin-bottom: 7px;
}
.tail-select .select-dropdown ul li.optgroup-title {
  background-color: transparent;
  font-size: 14px;
  padding-left: 10px;
}
.tail-select .select-dropdown ul li.optgroup-title button {
  float: right;
}
.tail-select .select-dropdown ul li.dropdown-option.hover,
.tail-select .select-dropdown ul li.dropdown-option:hover {
  background-color: #f2f2f2;
}
.tail-select .select-dropdown ul li.dropdown-option:before {
  -moz-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 30px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: opacity 50ms linear;
  vertical-align: top;
  width: 30px;
  z-index: 21;
}
.tail-select .select-dropdown ul li .option-description {
  color: #484e53;
  display: block;
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.tail-select.open-top .select-dropdown {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  bottom: 100%;
  margin: 0 0 -1px;
  top: auto;
}
.tail-select.disabled .select-dropdown ul li.dropdown-option,
.tail-select .select-dropdown ul li.dropdown-option.disabled {
  background-color: #ededed;
  cursor: not-allowed;
  opacity: 0.65;
}
.tail-select.hide-disabled .select-dropdown ul li.disabled,
.tail-select.hide-selected .select-dropdown ul li.selected {
  display: none;
}
.tail-select .select-dropdown ul li:before {
  background-image: url("../fonts/32f7841dd8d3473b93a4a58b7b9aa0a1.woff");
  opacity: 0;
}
.tail-select .select-dropdown ul li:hover:before {
  opacity: 0.5;
}
.tail-select .select-dropdown ul li.selected:before {
  opacity: 0.85;
}
.tail-select.deselect .select-dropdown ul li.selected:hover:before {
  background-image: url("../fonts/625652b979054301871e3b1013513a03.woff");
}
.tail-select.multiple .select-dropdown ul li:before {
  background-image: url("../fonts/eadbefb52dd543cf9de947c59cd558e3.woff");
  opacity: 0;
}
.tail-select.multiple .select-dropdown ul li:hover:before {
  opacity: 0.5;
}
.tail-select.multiple .select-dropdown ul li.selected:before {
  background-image: url("../fonts/c96232e443394ffdbdb7bd6b3b5e1f72.woff");
  opacity: 0.85;
}
.tail-select.multiple .select-dropdown ul li.selected:hover:before {
  background-image: url("../fonts/fd3f2d530f4b42a78d90aa885981c00b.woff");
  opacity: 0.85;
}
.tail-select.disabled .select-dropdown ul li:before,
.tail-select .select-dropdown ul li.disabled:before {
  background-image: url("../fonts/ef830ead9ef442f6bdc50563645eb56b.woff");
  opacity: 0.85;
}
.tail-select.multiple.disabled .select-dropdown ul li:before,
.tail-select.multiple .select-dropdown ul li.disabled:before {
  background-image: url("../fonts/3c2a3157f5f14f7982aa6f9a29d14bed.woff");
  opacity: 0.85;
}
@-webkit-keyframes slideOutUp {
  0% {
    max-height: 300px;
  }
  to {
    max-height: 0;
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    max-height: 300px;
  }
  to {
    max-height: 0;
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: slideOutUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideOutUp;
  overflow: hidden;
}
@-webkit-keyframes snapUp {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes snapUp {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.has-animation .snap-up {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  will-change: transform;
}
.has-animation .snap-up--ready {
  -webkit-animation: snapUp 0.8s both cubic-bezier(0.23, 1, 0.32, 1);
  animation: snapUp 0.8s both cubic-bezier(0.23, 1, 0.32, 1);
}
@-webkit-keyframes revealIn {
  0% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes revealIn {
  0% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.has-animation .reveal-in {
  -webkit-backface-visibility: hidden;
  -webkit-clip-path: inset(50% 0 50% 0);
  backface-visibility: hidden;
  clip-path: inset(50% 0 50% 0);
  will-change: transform;
}
.has-animation .reveal-in--ready {
  -webkit-animation: revealIn 0.5s both cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: revealIn 0.5s both cubic-bezier(0.645, 0.045, 0.355, 1);
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
  font-size: 62.5%;
}
body,
html {
  /*background-color: #e2e2dc;*/
  color: #58595b;
  height: 100%;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
sub {
  vertical-align: sub;
}
sub,
sup {
  font-size: 0.7em;
}
sup {
  vertical-align: super;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
}
.h1,
h1 {
  font-size: 7.2rem;
  line-height: 0.9;
}
.h1,
.h2,
h1,
h2 {
  font-weight: 600;
}
.h2,
h2 {
  font-size: 3.6rem;
  line-height: 1;
}
.h3,
h3 {
  font-size: 2.4rem;
}
.h3,
.h4,
h3,
h4 {
  font-weight: 600;
}
.h4,
h4 {
  font-size: 1.8rem;
}
.h5,
h5 {
  font-size: 1.6rem;
  font-weight: 600;
}
address:not(:first-child),
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
p:not(:first-child) {
  margin-top: 18px;
}
address:not(:last-child),
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
p:not(:last-child) {
  margin-bottom: 18px;
}
address,
blockquote,
p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.lede address,
.lede blockquote,
.lede p,
address.lede,
blockquote.lede,
p.lede {
  font-size: 1.6rem;
  font-weight: 600;
}
.small-print[class] {
  font-size: 1.2rem;
}
.scWebEditInput {
  font-size: 1.6rem;
}
button,
input {
  outline: none;
}
.text-link {
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  text-decoration: none;
}
.text-link:focus,
.text-link:hover {
  text-decoration: none;
}
.text-link.text-link--blue {
  color: #002d72;
}
.text-link--arrow,
.text-link--arrow-back {
  padding-right: 15px;
}
.text-link--arrow-back:after,
.text-link--arrow:after {
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23a7a9ac'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 2px;
  top: 50%;
  transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 6px;
}
.text-link--arrow-back.text-link--blue:after,
.text-link--arrow.text-link--blue:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23002d72'/%3E%3C/svg%3E");
}
.text-link--arrow-back:focus:after,
.text-link--arrow-back:hover:after,
.text-link--arrow:focus:after,
.text-link--arrow:hover:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.text-link--arrow-back {
  padding-left: 15px;
  padding-right: 0;
}
.text-link--arrow-back:after {
  -webkit-transform: scaleX(-1);
  left: 2px;
  right: auto;
  transform: scaleX(-1);
}
.text-link--arrow-back:focus:after,
.text-link--arrow-back:hover:after {
  -webkit-transform: scaleX(-1) translateX(2px);
  transform: scaleX(-1) translateX(2px);
}
ol:not(.bare-list),
ul:not(.bare-list) {
  font-size: 1.6rem;
  line-height: 1.56;
  list-style: none;
}
ol:not(.bare-list):not(:first-child),
ul:not(.bare-list):not(:first-child) {
  margin-top: 25px;
}
ol:not(.bare-list):not(:last-child),
ul:not(.bare-list):not(:last-child) {
  margin-bottom: 25px;
}
ol:not(.bare-list) li,
ul:not(.bare-list) li {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-top: 10px;
}
ul:not(.bare-list) {
  list-style-position: outside;
  list-style-type: disc;
}
ul:not(.bare-list) li::-moz-list-bullet {
  color: #002d72;
}
ul:not(.bare-list) li::marker {
  color: #002d72;
}
ol:not(.bare-list) {
  list-style-position: outside;
  list-style-type: decimal;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
abbr {
  cursor: help;
}
::-moz-selection {
  background-color: #910048;
  color: #fff;
}
::selection {
  background-color: #910048;
  color: #fff;
}
.globe-list__item {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.globe-list__item:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M150 0C67.162 0 0 67.162 0 150s67.162 150 150 150 150-67.162 150-150S232.838 0 150 0zm125 150c0 8.563-.875 16.925-2.525 25h-48.163a267.167 267.167 0 0 0 0-50h48.163A124.79 124.79 0 0 1 275 150zm-10.512-50h-43.75c-4.788-24.5-13.15-46.888-24.35-65.975 30.437 12.212 54.962 36.025 68.1 65.975zm-69.425 0H162.5V29.275C177.688 47.525 188.963 71.9 195.063 100zM137.5 29.275V100h-32.563c6.1-28.1 17.376-52.475 32.563-70.725zm0 95.725v50h-36.625c-1.825-17.762-1.825-32.213 0-50H137.5zm0 75v70.725c-15.188-18.25-26.463-42.625-32.563-70.725H137.5zm25 70.725V200h32.563c-6.1 28.1-17.375 52.475-32.563 70.725zm0-95.725v-50h36.625c1.825 17.762 1.825 32.213 0 50H162.5zM103.612 34.025C92.412 53.112 84.05 75.5 79.262 100h-43.75c13.138-29.95 37.663-53.763 68.1-65.975zM27.525 125h48.163a267.167 267.167 0 0 0 0 50H27.525A124.79 124.79 0 0 1 25 150c0-8.563.875-16.925 2.525-25zm7.988 75h43.75c4.787 24.5 13.15 46.887 24.35 65.975C73.174 253.762 48.65 229.95 35.513 200zm160.875 65.975c11.2-19.088 19.562-41.475 24.35-65.975h43.75c-13.138 29.95-37.663 53.762-68.1 65.975z' fill='%23477d94'/%3E%3C/svg%3E");
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.globe-list {
  margin-top: 40px;
  max-width: 345px;
}
.contact-copy p {
  margin-bottom: 40px;
}
.copy .globe-list__item p {
  border-bottom: none !important;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.globe-list__item p:after {
  background-color: #2042db;
  bottom: -15px;
  content: "";
  height: 1px;
  left: -40px;
  position: absolute;
  right: 0;
  width: calc(100% + 40px);
}
.arrow-list__item {
  border-bottom: 1px solid #e2e2dc;
}
.arrow-list__link {
  display: block;
  line-height: 1.375;
  padding: 12px 25px 12px 20px;
  position: relative;
  text-decoration: none;
}
.arrow-list__link:before {
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23477d94'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 15px;
  transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 10px;
}
.arrow-list__link:focus:before,
.arrow-list__link:hover:before {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.split-list:not(:first-child) {
  margin-top: 30px;
}
.split-list:not(:last-child) {
  margin-bottom: 30px;
}
.split-list > li {
  margin-bottom: 20px;
}
.split-list h3,
.split-list h4 {
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
}
.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5 {
  text-transform: none;
}
.copy img {
  height: auto !important;
  width: auto !important;
}
.copy a:not(.btn) {
  border-bottom: 1px solid #d4d5d5;
  text-decoration: none;
}
.copy a:not(.btn):focus,
.copy a:not(.btn):hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
}
.copy :last-child .btn,
.copy a.btn:last-child {
  margin-top: 20px;
}
.copy blockquote {
  border-bottom: 4px solid #002d72;
  float: left;
  font-size: 1.8rem;
  margin: 0 40px 40px 0;
  min-width: 200px;
  padding: 35px 0 20px;
  position: relative;
  width: 37.5%;
}
.copy blockquote:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='41' height='33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.52 21.16c0-8.28 4.56-15.72 11.16-20.4l5.76 4.56C13.6 7.6 9.52 12.52 8.8 16.6c.24-.12 1.2-.24 2.04-.24 3.96 0 7.08 3.12 7.08 7.56 0 4.44-3.6 8.16-8.16 8.16-4.92 0-9.24-3.96-9.24-10.92zm22.2 0c0-8.28 4.56-15.72 11.16-20.4l5.76 4.56C35.8 7.6 31.72 12.52 31 16.6c.24-.12 1.2-.24 2.04-.24 3.96 0 7.08 3.12 7.08 7.56 0 4.44-3.6 8.16-8.16 8.16-4.92 0-9.24-3.96-9.24-10.92z' fill='%23477d94' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 23px auto;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 23px;
}
.copy blockquote small {
  display: block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 40px;
  text-transform: uppercase;
}
.intro {
  text-align: center;
}
.intro--blue {
  color: #002d72;
}
.intro--white {
  color: #fff;
}
.intro--white .copy,
.intro--white h1,
.intro--white h2,
.intro--white h3,
.intro--white h4,
.intro--white h5 {
  color: inherit;
}
.intro__copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.intro--large .intro__copy {
  font-size: 1.7rem;
  max-width: 820px;
  line-height: 36px;
  color: #333;
  text-align: left;
}
.intro--large .intro__copy p {
  font-size: inherit;
}
.intro--large .intro__copy--full-width {
  max-width: none;
}
.copy--2-col,
.intro__copy--left-aligned {
  text-align: left;
}
.intro__copy--bold {
  font-weight: 700;
}
.intro__copy--bold p {
  font-size: 1.8rem;
}
.intro__copy--highlight p {
  color: #002d72;
}
.display-heading[class] {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  position: relative;
  text-transform: uppercase;
}
.display-heading[class]:after {
  background: #88b5c7;
  bottom: -25px;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  width: 90px;
}
.display-heading.display-heading--left[class]:after {
  left: 0;
  margin-left: 0;
}
.block-list {
  -ms-flex-wrap: wrap;
  color: #fff;
  flex-wrap: wrap;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
}
.block-list,
.block-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-list > li {
  -ms-flex: 1 0 auto;
  -ms-flex-flow: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  background-color: #477d94;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  flex: 1 0 auto;
  flex-flow: column;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.375;
  padding: 34px 20px;
  text-align: center;
  width: 25%;
}
.block-list > li:first-child {
  border-left: 0;
}
table {
  border: 1px solid #d4dee7;
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  margin-bottom: 1em;
  text-align: left;
  width: 100%;
}
caption,
table {
  font-weight: 600;
}
caption {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
td,
th {
  background-color: #edf2f4;
  border-left: 1px solid #d4dee7;
  border-right: 1px solid #d4dee7;
  font-size: 1.6rem;
  padding: 20px;
  text-align: center;
}
.table--striped tbody.stripe-alt td,
.table--striped tbody.stripe-alt th,
.table--striped tbody tr:nth-child(odd) td,
.table--striped tbody tr:nth-child(odd) th {
  background-color: #e0e7ee;
}
.table--striped tbody.stripe-alt tr:nth-child(odd) td,
.table--striped tbody.stripe-alt tr:nth-child(odd) th {
  background-color: transparent;
}
.table--striped.table--light tbody.stripe-alt td,
.table--striped.table--light tbody.stripe-alt th,
.table--striped.table--light tbody tr:nth-child(odd) td,
.table--striped.table--light tbody tr:nth-child(odd) th {
  background-color: #edf2f4;
}
.table--striped.table--light tbody.stripe-alt tr:nth-child(odd) td,
.table--striped.table--light tbody.stripe-alt tr:nth-child(odd) th {
  background-color: transparent;
}
thead td,
thead th {
  background-color: #002d72;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 35px;
  text-align: center;
  text-transform: uppercase;
}
table tbody th.grouped-heading[class] {
  background: #d4dee7;
  background-clip: padding-box;
  border-bottom: 1px solid #edf2f4;
  border-top: 1px solid #edf2f4;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
table tbody th.grouped-heading[class]:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' height='40' width='15'%3E%3Cpath d='M15 20L7.5 30 0 40V0l7.5 10z' fill-rule='evenodd' fill='%23D4DEE7'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 20px;
}
.table-responsive {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table--fixed {
  table-layout: fixed;
}
.table--reduced td,
.table--reduced th {
  font-size: 1.4rem;
}
.table--reduced-padding th {
  height: 60px;
  vertical-align: middle;
}
.table--reduced-padding td,
.table--reduced-padding th {
  max-width: 500px;
  padding: 10px 20px;
  vertical-align: middle;
}
.table--left tbody td {
  text-align: left;
}
.table--light {
  border: 1px solid #477d94;
  color: #477d94;
}
.table--light thead td,
.table--light thead th {
  background-color: #477d94;
}
.table--light thead td:first-child,
.table--light thead th:first-child {
  border-left-color: #477d94;
}
.table--light thead td:last-child,
.table--light thead th:last-child {
  border-right-color: #477d94;
}
.table--light tbody td {
  background-color: transparent;
  border: 1px solid #477d94;
}
.table--light tbody tr.row-highlight td {
  background-color: #d4e0e6;
}
.table--downloads {
  border: 0;
}
.table--downloads tbody td {
  border-bottom: 0 none rgba(136, 181, 199, 0.5);
  border-color: currentColor rgba(136, 181, 199, 0.5);
  border-top: 0 none rgba(136, 181, 199, 0.5);
  color: #002d72;
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.table--downloads tbody td:first-child {
  border-left: 0;
}
.table--downloads tbody td:last-child {
  border-right: 0;
}
.download-name {
  display: inline-block;
  max-width: 450px;
}
.dataTable-bottom:after,
.dataTable-top:after {
  clear: both;
  content: "";
  display: block;
}
.dataTable-bottom {
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  margin-top: 60px;
}
.dataTable-info {
  color: #002d72;
  float: left;
  font-size: 1.4rem;
  padding: 20px 0;
}
.dataTable-pagination {
  float: right;
  padding: 20px 0;
}
.dataTable-pagination ul {
  margin: 0;
  padding-left: 0;
}
.dataTable-pagination li {
  float: left;
  list-style: none;
  margin-left: 1px;
}
.dataTable-pagination a {
  color: #477d94;
  float: left;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 4rem;
  position: relative;
  text-align: center;
  text-decoration: underline;
  width: 4rem;
}
.dataTable-pagination a:hover {
  background-color: #edf2f4;
  text-decoration: none;
}
.dataTable-pagination .active a,
.dataTable-pagination .active a:focus,
.dataTable-pagination .active a:hover {
  background-color: #edf2f4;
  cursor: default;
  text-decoration: none;
}
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover,
.dataTable-pagination .ellipsis a {
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: none;
}
.dataTable-pagination .disabled a,
.dataTable-pagination .disabled a:focus,
.dataTable-pagination .disabled a:hover {
  cursor: not-allowed;
  opacity: 0.4;
}
.dataTable-pagination .pager a {
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
.dataTable-pagination .pager a:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23002d72'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  left: 50%;
  margin-left: -4px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 7px;
}
.dataTable-pagination .pager:last-child a:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.dataTable-pagination.is-first-page .pager:first-child a,
.dataTable-pagination.is-last-page .pager:last-child a {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.course-places {
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.course-places > span {
  padding-right: 20px;
}
.course-places .btn {
  margin-bottom: -10px;
  margin-right: -10px;
  margin-top: -10px;
  min-width: 120px;
  position: relative;
}
.col-fixed-350 {
  width: 350px;
}
.cms-table table {
  background-color: #fff;
  height: auto !important;
  width: 100% !important;
}
.cms-table table p {
  font-size: inherit;
}
.cms-table table td,
.cms-table table th {
  background-color: transparent;
  border: 1px solid #002d72;
  padding: 20px;
  width: auto !important;
}
.cms-table table th {
  background-color: #002d72;
  border-bottom: 0;
  border-color: #fff;
  color: #fff;
  text-transform: none;
}
.cms-table table th:only-child {
  border: 1px solid #002d72;
}
.cms-table table th:first-child {
  border-left-color: #002d72;
}
.cms-table table th:last-child {
  border-right-color: #002d72;
}
.cms-table--borderless table td,
.cms-table--borderless table th {
  border: 0;
}
.cms-table--alt table caption {
  color: #477d94;
}
.cms-table--alt table td,
.cms-table--alt table th {
  border-color: #477d94;
  color: #477d94;
}
.cms-table--alt table th {
  background-color: #477d94;
  border-color: #fff;
  color: #fff;
}
.cms-table--alt table th:only-child {
  border-color: #477d94;
}
.cms-table--alt table th:first-child {
  border-left-color: #477d94;
}
.cms-table--alt table th:last-child {
  border-right-color: #477d94;
}
.cms-table--reduced-padding[class] table td,
.cms-table--reduced-padding[class] table th {
  padding: 10px;
}
.cms-table--small-padding[class] table td,
.cms-table--small-padding[class] table th {
  padding: 5px;
}
.cms-table--small-text table td,
.cms-table--small-text table th {
  font-size: 1.3rem;
}
.cms-table--left table td,
.cms-table--left table th {
  text-align: left;
}
.cms-table--right table td,
.cms-table--right table th {
  text-align: right;
}
.sc-form--2col label {
  font-size: 1.8rem;
}
.sc-form--2col label,
label {
  color: #002d72;
  display: block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
}
label {
  font-size: 2.4rem;
}
form:first-child {
  margin-top: 0;
}
form:last-child {
  margin-bottom: 0;
}
input[type="file"] {
  margin: 10px 0;
}
.sc-form--2col input[type="date"],
.sc-form--2col input[type="email"],
.sc-form--2col input[type="number"],
.sc-form--2col input[type="password"],
.sc-form--2col input[type="text"] {
  height: 50px;
  height: 5rem;
  max-width: 400px;
}
.sc-form--2col input[type="tel"] {
  height: 50px;
  height: 5rem;
  max-width: 300px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  background: #fff;
  border: 1px solid #88b5c7;
  color: #002d72;
  display: block;
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  height: 70px;
  height: 7rem;
  line-height: 1.65;
  margin-bottom: 10px;
  max-width: 830px;
  max-width: 83rem;
  padding: 10px 20px;
  width: 100%;
}
input[type="date"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="text"]::-ms-clear {
  display: none;
}
input[type="date"].disabled,
input[type="date"]:disabled,
input[type="email"].disabled,
input[type="email"]:disabled,
input[type="number"].disabled,
input[type="number"]:disabled,
input[type="password"].disabled,
input[type="password"]:disabled,
input[type="tel"].disabled,
input[type="tel"]:disabled,
input[type="text"].disabled,
input[type="text"]:disabled {
  opacity: 0;
}
input[type="date"]:first-child,
input[type="email"]:first-child,
input[type="number"]:first-child,
input[type="password"]:first-child,
input[type="tel"]:first-child,
input[type="text"]:first-child {
  margin-top: 0;
}
input[type="date"]:last-child,
input[type="email"]:last-child,
input[type="number"]:last-child,
input[type="password"]:last-child,
input[type="tel"]:last-child,
input[type="text"]:last-child {
  margin-bottom: 0;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
  -webkit-box-shadow: inset 0 0 0 4px #88b5c7;
  box-shadow: inset 0 0 0 4px #88b5c7;
}
textarea {
  background: #fff;
  border: 1px solid #88b5c7;
  color: #002d72;
  display: block;
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 10px;
  max-height: 400px;
  max-width: 830px;
  min-height: 240px;
  padding: 15px;
  resize: none !important;
  width: 100%;
}
textarea:first-child {
  margin-top: 0;
}
textarea:last-child {
  margin-bottom: 0;
}
textarea:focus {
  -webkit-box-shadow: inset 0 0 0 4px #88b5c7;
  box-shadow: inset 0 0 0 4px #88b5c7;
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  /* -moz-appearance: textfield !important; */
}
select:not(.pika-select) {
  background: #fff;
  border: none;
  color: #000c14;
  display: block;
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.65;
  margin-bottom: 10px;
  max-width: 750px;
  padding: 10px 16px;
  width: 100%;
}
.sc-form--2col .styled-select {
  height: 50px;
  max-width: 300px;
}
.sc-form--2col .styled-select span {
  height: 50px;
  line-height: 50px;
  padding: 0 45px 0 10px;
}
.sc-form--2col .styled-select span.styled-select__label {
  padding: 0 0 0 20px;
  right: 45px;
}
.sc-form--2col .styled-select.disabled {
  opacity: 0.3;
}
.sc-form--2col .styled-select.disabled select {
  cursor: default;
}
.sc-form--2col .styled-select select {
  -moz-appearance: none;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; */
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  height: 70px;
  margin: 0;
  max-width: 100% !important;
  min-width: 83px;
  opacity: 0;
  padding: 0;
  position: relative;
  text-transform: none;
  width: 100% !important;
  z-index: 2;
}
.sc-form--2col .styled-select option {
  padding: 10px;
}
.sc-form--2col .styled-select:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='232' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M203 0l29 30.579L116 150 0 30.579 29 0l87 90z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  z-index: 1;
}
.styled-select {
  background: #fff;
  border: 1px solid #88b5c7;
  color: #002d72;
  display: block;
  font-size: 1.6rem;
  height: 70px;
  margin: 0;
  min-width: 150px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}
.styled-select span {
  background-color: transparent;
  bottom: 0;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  height: 70px;
  left: 0;
  line-height: 70px;
  padding: 0 45px 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}
.styled-select span.styled-select__label {
  padding: 0 0 0 20px;
  right: 45px;
}
.styled-select.disabled {
  opacity: 0.3;
}
.styled-select.disabled select {
  cursor: default;
}
.styled-select select {
  -moz-appearance: none;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; */
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  height: 70px;
  margin: 0;
  max-width: 100% !important;
  min-width: 83px;
  opacity: 0;
  padding: 0;
  position: relative;
  text-transform: none;
  width: 100% !important;
  z-index: 2;
}
.styled-select option {
  padding: 10px;
}
.styled-select:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='232' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M203 0l29 30.579L116 150 0 30.579 29 0l87 90z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  z-index: 1;
}
.styled-select--focus {
  -webkit-box-shadow: inset 0 0 0 4px #88b5c7;
  box-shadow: inset 0 0 0 4px #88b5c7;
}
.field-validation-error {
  color: #d0021b;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
input[type="date"].input-validation-error,
input[type="email"].input-validation-error,
input[type="number"].input-validation-error,
input[type="password"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="text"].input-validation-error,
textarea.input-validation-error {
  -webkit-box-shadow: inset 0 0 0 4px #d0021b;
  border-color: #d0021b;
  box-shadow: inset 0 0 0 4px #d0021b;
  color: #d0021b;
}
.field-dp {
  border: 2px solid #e2e2dc;
  display: inline-block;
  position: relative;
}
.field-dp:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zM8 16H4v4h4v-4zm6 0h-4v4h4v-4zm-6-6H4v4h4v-4zm16-8v22H0V2h3v1c0 1.103.897 2 2 2s2-.897 2-2V2h10v1c0 1.103.897 2 2 2s2-.897 2-2V2h3zm-2 6H2v14h20V8zm-2-7a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0V1zM6 3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v2z' fill='%23a7a9ac'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.field-dp input[type="text"] {
  border: 0;
  font-size: 1.6rem;
  padding-left: 12px;
  padding-right: 60px;
}
.pika-single.pikaday--spirax {
  -webkit-box-shadow: none;
  background: #fff;
  border: 2px solid #e2e2dc;
  box-shadow: none;
  color: #fff;
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
}
.pikaday--spirax .pika-lendar {
  margin: 0;
  padding: 0 10px 10px;
  width: 280px;
  width: 28rem;
}
.pikaday--spirax .pika-title {
  margin-left: -10px;
  margin-right: -10px;
}
.pikaday--spirax .pika-title select {
  top: 14px;
}
.pikaday--spirax .pika-label {
  background-color: transparent;
  color: #000c14;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.65rem;
  padding: 14px 3px;
  text-transform: uppercase;
}
.pikaday--spirax .pika-table thead tr {
  border-top: none;
}
.pikaday--spirax .pika-table th {
  color: #a7a9ac;
  font-size: 1.3rem;
  font-weight: 400;
}
.pikaday--spirax .pika-table td:not(.is-empty) {
  background: #e2e2dc;
  padding: 4px 6px;
}
.pikaday--spirax .pika-table abbr {
  text-decoration: none;
}
.pikaday--spirax .pika-button {
  background: #e2e2dc;
  border-radius: 50%;
  color: #000c14;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding: 0;
  text-align: center;
}
.pikaday--spirax .is-today .pika-button {
  background-color: #fff;
  color: #002d72;
}
.pikaday--spirax .is-selected .pika-button {
  -webkit-box-shadow: none;
  background: #a7a9ac;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
}
.pikaday--spirax .is-disabled .pika-button {
  color: #999;
  opacity: 0.3;
}
.pikaday--spirax .pika-button:hover {
  background: #002d72 !important;
  color: #fff !important;
}
.pikaday--spirax .pika-next,
.pikaday--spirax .pika-prev {
  background-position: 50% 50%;
  background-size: 11px auto;
  height: 50px;
  opacity: 1;
  text-indent: -999px;
  width: 50px;
}
.pikaday--spirax .pika-next.is-disabled,
.pikaday--spirax .pika-prev.is-disabled {
  opacity: 0.2;
}
.pikaday--spirax .pika-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23a7a9ac'/%3E%3C/svg%3E");
}
.pikaday--spirax .pika-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23a7a9ac'/%3E%3C/svg%3E");
}
.sc-form {
  margin: 0 auto;
  max-width: 830px;
}
.sc-form.sc-form--2col label:first-of-type {
  margin-top: 0;
}
.sc-form.sc-form--2col .g-recaptcha,
.sc-form.sc-form--2col[class] input[type="submit"],
.sc-form.sc-form--2col label {
  margin-top: 20px;
}
.sc-form .g-recaptcha,
.sc-form[class] input[type="submit"],
.sc-form label {
  margin-top: 40px;
}
.sc-form p {
  margin: 40px 0;
}
.sc-form p:first-child {
  margin-top: 0;
}
.sc-form p:last-child {
  margin-bottom: 0;
}
.sc-form label + label {
  margin-bottom: 0;
  margin-top: 10px;
}
.sc-form input[type="checkbox"],
.sc-form input[type="radio"] {
  margin-right: 10px;
  vertical-align: middle;
}
.sc-form .list-class-label + input + .checkbox {
  margin-top: 20px;
}
.sc-form .checkbox + .checkbox {
  margin-top: 10px;
}
.sc-form select[size] {
  background: #fff;
  border: 1px solid #88b5c7;
  color: #002d72;
  display: block;
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 10px;
  max-height: 400px;
  max-width: 830px;
  min-height: 0;
  padding: 0;
  width: 100%;
}
.sc-form select[size] option {
  padding: 10px;
}
.sc-form select[size]:focus {
  -webkit-box-shadow: inset 0 0 0 4px #88b5c7;
  box-shadow: inset 0 0 0 4px #88b5c7;
  outline: none;
}
.checkbox,
.radio {
  min-height: 20px;
  position: relative;
}
.checkbox input,
.radio input {
  left: -9999px;
  position: absolute;
}
.checkbox__label,
.radio__label {
  padding-left: 30px;
  position: relative;
}
.checkbox input[type="checkbox"] ~ .checkbox__label:before {
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
  border: 1px solid #88b5c7;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 5px;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 20px;
}
.checkbox input[type="checkbox"] ~ .checkbox__label:after {
  -webkit-transform: rotate(45deg) scale(0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  height: 12px;
  left: 7px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg) scale(0);
  transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 7px;
}
.checkbox input[type="checkbox"]:checked ~ .checkbox__label:before {
  background-color: #002d72;
  border-color: #002d72;
}
.checkbox input[type="checkbox"]:checked ~ .checkbox__label:after {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.checkbox input[type="checkbox"]:focus ~ .checkbox__label:before {
  -webkit-box-shadow: inset 0 0 0 1px #88b5c7;
  border-color: #88b5c7;
  box-shadow: inset 0 0 0 1px #88b5c7;
}
.radio input[type="radio"] ~ span:before {
  background: #fff;
  border: 1px solid #88b5c7;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 20px;
}
.radio input[type="radio"] ~ span:after {
  -webkit-transform: scale(0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fff;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 6px;
  position: absolute;
  top: 11px;
  transform: scale(0);
  transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 8px;
}
.radio input[type="radio"]:checked ~ .radio__label:before {
  background-color: #002d72;
  border-color: #002d72;
}
.radio input[type="radio"]:checked ~ .radio__label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio input[type="radio"]:focus ~ .radio__label:before {
  -webkit-box-shadow: inset 0 0 0 1px #88b5c7;
  border-color: #88b5c7;
  box-shadow: inset 0 0 0 1px #88b5c7;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
.body {
  overflow-x: hidden;
}
#top {
  position: absolute;
  top: 0;
}
.wrapper {
  margin: 0 auto;
  max-width: 1260px;
  width: calc(100% - 40px);
}
.page .wrapper .wrapper {
  width: 100%;
}
.wrapper--pad-l {
  padding: 80px 0;
}
.wrapper--pad-m {
  padding: 60px 0;
}
.wrapper--pad-s {
  padding: 40px 0;
}
.wrapper--med {
  max-width: 1040px;
}
.wrapper--sml {
  display: flow-root;
  max-width: 900px;
}
.wrapper--flush-t[class] {
  padding-top: 0;
}
.wrapper--flush-b[class] {
  padding-bottom: 0;
}
section {
  position: relative;
}
.boxin {
  padding: 40px;
}
body:before {
  content: "desktop";
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.layout,
.layout__col {
  display: block;
  margin-bottom: 20px;
}
.layout__col:last-child {
  margin-bottom: 0;
}
.full-width-bg {
  background-size: cover;
  margin: 0;
  padding: 30px 0;
}
.vpad {
  padding: 50px 0;
}
.push-down {
  margin-bottom: 20px;
}
.grid {
  -ms-flex-align: stretch;
  -ms-flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  align-items: stretch;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.grid .grid {
  height: auto;
  min-height: 100%;
}
.ie9 .grid:after {
  clear: both;
  content: "";
  display: block;
}
.ie9 .g-unit {
  float: left;
}
.clip-outside {
  overflow: hidden;
  position: relative;
}
.grid--inline {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block !important;
  font-size: 0;
  position: relative;
  white-space: nowrap;
  will-change: all;
  z-index: 1;
}
.grid--center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.g-unit.no-focus {
  opacity: 0.25;
}
.grid--fullheight {
  height: 100vh;
}
.g-unit--inline {
  display: inline-block !important;
  float: none !important;
  font-size: 1.6rem;
  margin-bottom: 0 !important;
  vertical-align: top;
  white-space: normal;
}
.g-unit {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 10px 20px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: calc(100% - 20px);
}
.g-unit--1 {
  width: calc(8.33333% - 20px);
}
.g-unit--2 {
  width: calc(16.66667% - 20px);
}
.g-unit--3 {
  width: calc(25% - 20px);
}
.g-unit--4 {
  width: calc(33.33333% - 20px);
}
.g-unit--5 {
  width: calc(41.66667% - 20px);
}
.g-unit--6 {
  width: calc(50% - 20px);
}
.g-unit--7 {
  width: calc(58.33333% - 20px);
}
.g-unit--8 {
  width: calc(66.66667% - 20px);
}
.g-unit--9 {
  width: calc(75% - 20px);
}
.g-unit--10 {
  width: calc(83.33333% - 20px);
}
.g-unit--11 {
  width: calc(91.66667% - 20px);
}
.g-unit--12 {
  width: calc(100% - 20px);
}
.grid--gapless .g-unit {
  width: 100%;
}
.grid--gapless .g-unit--1 {
  width: 8.33333%;
}
.grid--gapless .g-unit--2 {
  width: 16.66667%;
}
.grid--gapless .g-unit--3 {
  width: 25%;
}
.grid--gapless .g-unit--4 {
  width: 33.33333%;
}
.grid--gapless .g-unit--5 {
  width: 41.66667%;
}
.grid--gapless .g-unit--6 {
  width: 50%;
}
.grid--gapless .g-unit--7 {
  width: 58.33333%;
}
.grid--gapless .g-unit--8 {
  width: 66.66667%;
}
.grid--gapless .g-unit--9 {
  width: 75%;
}
.grid--gapless .g-unit--10 {
  width: 83.33333%;
}
.grid--gapless .g-unit--11 {
  width: 91.66667%;
}
.grid--gapless .g-unit--12 {
  width: 100%;
}
.u-hide {
  display: none !important;
}
.u-vhide {
  left: -9999px;
  position: absolute;
}
.js-clickable {
  cursor: pointer;
}
.u-uppercase {
  text-transform: uppercase !important;
}
.u-lowercase {
  text-transform: lowercase !important;
}
.u-nocase {
  text-transform: none !important;
}
.u-bold {
  font-weight: 700 !important;
}
.u-align-left {
  text-align: left !important;
}
.u-align-center {
  text-align: center !important;
}
.u-align-right {
  text-align: right !important;
}
.u-heading {
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
}
.u-body-color {
  color: inherit !important;
}
.u-light {
  color: #fff !important;
}
.u-break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.bgp--tl[class] {
  background-position: 0 0;
}
.bgp--tml[class] {
  background-position: 25% 0;
}
.bgp--tc[class] {
  background-position: 50% 0;
}
.bgp--tmr[class] {
  background-position: 75% 0;
}
.bgp--tr[class] {
  background-position: 100% 0;
}
.bgp--cl[class] {
  background-position: 0 50%;
}
.bgp--cml[class] {
  background-position: 25% 50%;
}
.bgp--cc[class] {
  background-position: 50% 50%;
}
.bgp--cmr[class] {
  background-position: 75% 50%;
}
.bgp--cr[class] {
  background-position: 100% 50%;
}
.bgp--bl[class] {
  background-position: 0 100%;
}
.bgp--bml[class] {
  background-position: 25% 100%;
}
.bgp--bc[class] {
  background-position: 50% 100%;
}
.bgp--bmr[class] {
  background-position: 75% 100%;
}
.bgp--br[class] {
  background-position: 100% 100%;
}
.notice-block {
  background-color: #3d5466;
  color: #fff;
  z-index: 3;
}
.notice-block .wrapper {
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  position: relative;
}
.notice-block__content[class] {
  padding: 0 20px 0 0;
}
.notice-block__content[class] a {
  /* text-decoration: ; */
}
.notice-block__content[class] a:focus,
.notice-block__content[class] a:hover {
  text-decoration: none;
}
.notice-block__heading,
.notice-block__info {
  line-height: 1.8;
  margin: 0;
  max-width: 1060px;
}
.notice-block__close-button,
.notice-block__info {
  font-size: 1.2rem;
  font-weight: 600;
}
.notice-block__close-button {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  background-color: transparent;
  display: inline-block;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0 30px 0 0;
  vertical-align: top;
}
.notice-block__close-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.942 5.785L12.15.578l1.273 1.273-5.207 5.207 5.728 5.727-1.158 1.158-5.727-5.728-5.207 5.207-1.273-1.273 5.207-5.207L.057 1.215 1.215.057l5.727 5.728z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.notice-block__close-button:focus,
.notice-block__close-button:hover {
  text-decoration: underline;
}
.topbar {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*background-color: #002d72;*/
  /*background-color: hsla(0, 0%, 100%, 0.85);*/
  background-color: transparent;
  font-size: 0;
  /*min-height: 90px;*/
  /*position: relative;*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: 10;
  /*border-bottom: 1px solid #cfcfcf;*/
}
.topbar.has-open-flyout,
.topbar.on,
.topbar:hover {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
}
.top-unstuck .topbar {
  position: absolute;
}
.logo {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}
.logo img {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 auto;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.logo a,
.logo img {
  display: block;
}
.logo.logo--nostrap {
  padding-top: 25px;
}
.logo__img {
  height: 60px;
  width: 130px;
  display: flex;
  align-items: center;
}
.logo--nostrap .logo__img {
  height: 45px;
}
.location-bar {
  background-color: hsla(0, 0%, 100%, 0.85);
  color: #002d72;
  font-size: 1.2rem;
  font-weight: 600;
  left: 0;
  padding: 13px 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 100%;
  z-index: 1;
}
.location-bar .wrapper {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 40px);
}
.location-bar__cta[class] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
}
.location-bar__close {
  -ms-flex: none;
  -webkit-box-flex: 0;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.942 5.785L12.15.578l1.273 1.273-5.207 5.207 5.728 5.727-1.158 1.158-5.727-5.728-5.207 5.207-1.273-1.273 5.207-5.207L.057 1.215 1.215.057l5.727 5.728z' fill='%23002d72'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 14px 14px;
  display: none;
  flex: none;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 0;
  width: 40px;
}
.nav-wrap {
  display: inline-block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  vertical-align: top;
  width: calc(100% - 180px);
  height: 80px;
}
.nav-wrap:before {
  content: "desktop";
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.nav__list {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  justify-content: end;
  margin: 20px 60px 0 20px;
  text-align: right;
  vertical-align: top;
  width: calc(100% - 290px);
}
.nav__item {
  display: inline-block;
  margin: 0 15px;
}
.nav__item:first-child {
  white-space: nowrap;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__link {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.25;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav__link.is-current .nav__txt:after,
.nav__link:focus .nav__txt:after,
.nav__link:hover .nav__txt:after {
  -webkit-transform: scaleX(1);
  opacity: 1;
  transform: scaleX(1);
}
.nav__txt {
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
}
.nav__txt:after {
  -webkit-transform: scaleX(0);
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #43bccf;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.nav__flyout-toggle,
.nav__item--mobile,
.nav__launchers {
  display: none;
}
.opco-nav {
  /*background-color: hsla(0, 0%, 100%, 0.85);*/
  background-color: transparent;
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  left: 0;
  padding: 0;
  /*position: absolute;*/
  right: 0;
  text-align: left;
  top: 100%;
  z-index: 1;
  height: 100%;
}
.opco-nav > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%;
  display: flex;
}
.opco-nav__list {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  color: #002d72;
  display: inline-block;
  flex: 1 1 auto;
  font-size: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  display: flex;
  justify-content: center;
}
.opco-nav__cta {
  -ms-flex: none;
  -ms-flex-item-align: center;
  -webkit-box-flex: 0;
  align-self: center;
  flex: none;
}
.opco-nav__change-location {
  font-size: 1.2rem;
  margin-right: 10px;
}
.opco-nav__item {
  display: inline-block;
  padding: 0 25px 0;
  vertical-align: top;
}
.opco-nav__item:last-child {
  padding-right: 0;
}
.opco-nav__link {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #002d72;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.25;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
}
.topbar.has-open-flyout .opco-nav__link,
.topbar:hover .opco-nav__link,
.topbar.on .opco-nav__link {
  color: #151515;
}
.opco-nav__link:hover {
  color: #2042db !important;
}
.opco-nav__link:after {
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #2042db;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  transform: scaleY(0);
  transform-origin: 0 100%;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.opco-nav__link.is-current:after,
.opco-nav__link:focus:after,
.opco-nav__link:hover:after {
  -webkit-transform: scaleY(1);
  opacity: 1;
  transform: scaleY(1);
}
.has-flyout .opco-nav__link {
  /*cursor: default;*/
}
.has-flyout .opco-nav__link:hover:before {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  width: 150%;
  z-index: 2;
}
.opco-nav__txt {
  font-size: 1.4rem;
  padding-bottom: 1px;
  position: relative;
  font-family: "OPPOSans Medium";
}
.nav__flyout {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fff;
  color: #2042db;
  display: none;
  left: -100%;
  opacity: 0;
  /*padding: 20px 0 5px;*/
  position: absolute;
  top: 100%;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.opco-nav__back-link,
.opco-nav__section-link {
  background-color: transparent;
  color: #fff;
  display: block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.opco-nav__back-link:after,
.opco-nav__section-link:after {
  background-color: rgba(136, 181, 199, 0.5);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.opco-nav__section-link {
  font-weight: inherit;
  margin-top: -10px;
  position: relative;
  z-index: 10;
}
.opco-nav__section-link.is-current .opco-nav__section-text:after,
.opco-nav__section-link:focus .opco-nav__section-text:after,
.opco-nav__section-link:hover .opco-nav__section-text:after {
  -webkit-transform: scaleX(1);
  opacity: 1;
  transform: scaleX(1);
}
.opco-nav__back-link {
  display: none;
  padding-left: 50px;
}
.opco-nav__back-link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23fff'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  left: 30px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 5px;
}
.opco-nav__section-header,
.opco-nav__sublist {
  margin: 0 auto;
  max-width: 1260px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
}
.opco-nav__section-header[class] {
  font-weight: 800;
  margin-top: 0;
  display: none;
}
.opco-nav__subitem {
  /*float: left;*/
  /*margin-bottom: 20px;*/
  padding-right: 50px;
  /*width: 25%;*/
}
.opco-nav__subitem:nth-child(4n + 1) {
  /*clear: left;*/
}
.opco-nav__sublink {
  font-size: 1.4rem;
  font-family: "OPPOSans Regular";
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  color: #151515;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s;
  border-bottom: 5px solid transparent;
}
.opco-nav__sublink:hover {
  color: #2042db;
  border-bottom: 5px solid #2042db;
}
.opco-nav__sublink.is-current .opco-nav__subtext:after,
.opco-nav__sublink:focus .opco-nav__subtext:after,
.opco-nav__sublink:hover .opco-nav__subtext:after {
  -webkit-transform: scaleX(1);
  opacity: 1;
  transform: scaleX(1);
}
.opco-nav__section-text,
.opco-nav__subtext {
  padding-bottom: 1px;
  position: relative;
}
.opco-nav__section-text:after,
.opco-nav__subtext:after {
  -webkit-transform: scaleX(0);
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #43bccf;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  opacity: 0;
  display: none;
}
.sub-nav {
  background-color: #f5f5f5;
  font-size: 0;
  position: relative;
  z-index: 0;
}
.has-extra .sub-nav__list {
  margin-right: 170px;
}
.sub-nav__item {
  display: inline-block;
  max-width: 320px;
  vertical-align: top;
}
.sub-nav__link {
  border-bottom: 4px solid rgba(0, 45, 114, 0);
  display: block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.3rem;
  line-height: 1;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
.sub-nav__link.is-active,
.sub-nav__link:focus,
.sub-nav__link:hover {
  border-bottom: 4px solid #002d72;
  color: #002d72;
}
.sub-nav__link:before {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 13px;
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
}
.has-double .sub-nav__text {
  line-height: 1;
}
.sub-nav__toggle {
  background-color: transparent;
  color: #002d72;
  display: none;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 0;
  height: 60px;
  padding-right: 60px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 170px;
}
.sub-nav__toggle:before {
  content: "Show all sections";
  font-size: 1.3rem;
}
.sub-nav__toggle:focus,
.sub-nav__toggle:hover {
  text-decoration: underline;
}
.sub-nav__toggle:after {
  background-color: #002d72;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-radius: 50%;
  content: "";
  height: 30px;
  margin-top: -15px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
}
.has-extra .sub-nav__toggle {
  display: block;
}
.is-expanded .sub-nav__toggle:before {
  content: "Show less";
}
.is-expanded .sub-nav__toggle:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23fff'/%3E%3C/svg%3E");
}
.sub-nav__breadcrumb + .sub-nav__list .sub-nav__link:before {
  left: 0;
  right: auto;
}
.sub-nav__breadcrumb {
  float: left;
  padding-right: 45px;
  position: relative;
}
.sub-nav__breadcrumb:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' height='40' width='15'%3E%3Cpath d='M15 20L7.5 30 0 40V0l7.5 10z' fill-rule='evenodd' fill='%23a7a9ac'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 25px;
  z-index: 1;
}
.sub-nav__breadcrumb-link {
  background-color: #a7a9ac;
  border-bottom: 4px solid #a7a9ac;
  color: #fff;
  display: inline-block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.3rem;
  height: 60px;
  height: 6rem;
  line-height: 1;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
.sub-nav__breadcrumb-text {
  line-height: 30px;
}
.sub-nav__breadcrumb-sep {
  background-color: #a7a9ac;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='40.6'%3E%3Cpath stroke='%23f5f5f5' stroke-miterlimit='10' d='M0 0l7.7 10.1 7.7 10.1-7.7 10.3L0 40.6' fill='%23a7a9ac'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 60px;
  height: 6rem;
  vertical-align: top;
  width: 25px;
}
.subnav-launcher {
  background-color: transparent;
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.3rem;
  height: 60px;
  padding-left: 60px;
  position: relative;
  text-align: left;
  width: 100%;
}
.subnav-launcher:focus,
.subnav-launcher:hover {
  text-decoration: underline;
}
.subnav-launcher:after {
  background-color: #002d72;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-radius: 50%;
  content: "";
  height: 30px;
  left: 20px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.has-extra .subnav-launcher {
  display: block;
}
.subnav-launcher.is-open:before {
  content: "Hide all ";
  text-transform: none;
}
.subnav-launcher.is-open {
  text-transform: lowercase;
}
.subnav-launcher.is-open:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23fff'/%3E%3C/svg%3E");
}
.breadcrumb {
  background-color: #edf2f5;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 0;
  position: relative;
  z-index: 0;
}
.breadcrumb__sep {
  color: #3d5466;
  font-size: 1.2rem;
  font-weight: 600;
}
.breadcrumb__items {
  background-color: #e0e7ee;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
.breadcrumb__items:before {
  background-color: #e0e7ee;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000px;
  width: 100vw;
}
.breadcrumb__items:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' height='100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 0L0 100V0z' fill='%23e0e7ee'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
}
.breadcrumb__link[class] {
  color: #3d5466;
  display: inline-block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  min-height: 30px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumb__link[class].is-current {
  color: #002d72;
  display: inline;
  line-height: 3;
  padding: 0 10px;
}
a.breadcrumb__link[class]:focus,
a.breadcrumb__link[class]:hover {
  text-decoration: underline;
}
.search {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  float: right;
}
.search:before {
  background-color: rgba(136, 181, 199, 0.5);
  content: "";
  height: 50px;
  left: -30px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 2px;
}
.search[focus-within] .search__inr {
  border-bottom-color: #fff;
  width: 195px;
}
.search:focus-within .search__inr {
  border-bottom-color: #fff;
  width: 195px;
}
.search label {
  color: #fff;
}
.search__submit,
.search__trigger {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  text-indent: -999px;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  vertical-align: middle;
  width: 16px;
}
.search__submit:before,
.search__trigger:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cpath d='M488.88 434.51L385.82 331.44q37.26-53.79 37.26-119.9a207.82 207.82 0 0 0-16.68-82.17q-16.68-39.24-45.08-67.61t-67.6-45.08a210.83 210.83 0 0 0-164.38 0Q90.16 33.33 61.76 61.76t-45.07 67.61a210.75 210.75 0 0 0 0 164.37q16.67 39.18 45.07 67.59t67.6 45.08a208 208 0 0 0 82.19 16.68q66.11 0 119.89-37.26L434.5 488.58c7.21 7.61 16.2 11.42 27 11.42a36.92 36.92 0 0 0 27-11.42q11.5-11.41 11.5-27.05a36.8 36.8 0 0 0-11.13-27zM306.64 306.63q-39.52 39.54-95.1 39.53t-95.1-39.51q-39.52-39.52-39.51-95.11t39.51-95.1q39.5-39.52 95.1-39.51t95.1 39.51q39.53 39.51 39.5 95.1t-39.5 95.1z' fill='%23a6c7d5'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 16px 16px;
  content: "";
  height: 16px;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.search__submit:focus:before,
.search__submit:hover:before,
.search__trigger:focus:before,
.search__trigger:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cpath d='M488.88 434.51L385.82 331.44q37.26-53.79 37.26-119.9a207.82 207.82 0 0 0-16.68-82.17q-16.68-39.24-45.08-67.61t-67.6-45.08a210.83 210.83 0 0 0-164.38 0Q90.16 33.33 61.76 61.76t-45.07 67.61a210.75 210.75 0 0 0 0 164.37q16.67 39.18 45.07 67.59t67.6 45.08a208 208 0 0 0 82.19 16.68q66.11 0 119.89-37.26L434.5 488.58c7.21 7.61 16.2 11.42 27 11.42a36.92 36.92 0 0 0 27-11.42q11.5-11.41 11.5-27.05a36.8 36.8 0 0 0-11.13-27zM306.64 306.63q-39.52 39.54-95.1 39.53t-95.1-39.51q-39.52-39.52-39.51-95.11t39.51-95.1q39.5-39.52 95.1-39.51t95.1 39.51q39.53 39.51 39.5 95.1t-39.5 95.1z' fill='%23fff'/%3E%3C/svg%3E");
}
.search__submit {
  position: relative;
}
.search__inr {
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 2px solid rgba(136, 181, 199, 0.5);
  overflow: hidden;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  width: 90px;
}
input.search__input {
  background: transparent;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  height: 3.5rem;
  margin: 0;
  max-width: none;
  padding: 0 5px 0 0;
  vertical-align: middle;
  width: calc(100% - 16px);
}
input.search__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inline-search {
  color: #fff;
}
.inline-search__label {
  color: inherit;
  font-size: 1.6rem;
  font-weight: 600;
}
.inline-search__title[class] {
  color: inherit;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.inline-search__input[class] {
  display: inline-block;
  margin: 0;
  max-width: none;
  padding-right: 70px;
  width: 100%;
}
.inline-search__fields {
  position: relative;
}
.inline-search__btn {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cpath d='M488.88 434.51L385.82 331.44q37.26-53.79 37.26-119.9a207.82 207.82 0 0 0-16.68-82.17q-16.68-39.24-45.08-67.61t-67.6-45.08a210.83 210.83 0 0 0-164.38 0Q90.16 33.33 61.76 61.76t-45.07 67.61a210.75 210.75 0 0 0 0 164.37q16.67 39.18 45.07 67.59t67.6 45.08a208 208 0 0 0 82.19 16.68q66.11 0 119.89-37.26L434.5 488.58c7.21 7.61 16.2 11.42 27 11.42a36.92 36.92 0 0 0 27-11.42q11.5-11.41 11.5-27.05a36.8 36.8 0 0 0-11.13-27zM306.64 306.63q-39.52 39.54-95.1 39.53t-95.1-39.51q-39.52-39.52-39.51-95.11t39.51-95.1q39.5-39.52 95.1-39.51t95.1 39.51q39.53 39.51 39.5 95.1t-39.5 95.1z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: inline-block;
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 0;
  width: 70px;
}
.inline-search__btn:focus,
.inline-search__btn:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cpath d='M488.88 434.51L385.82 331.44q37.26-53.79 37.26-119.9a207.82 207.82 0 0 0-16.68-82.17q-16.68-39.24-45.08-67.61t-67.6-45.08a210.83 210.83 0 0 0-164.38 0Q90.16 33.33 61.76 61.76t-45.07 67.61a210.75 210.75 0 0 0 0 164.37q16.67 39.18 45.07 67.59t67.6 45.08a208 208 0 0 0 82.19 16.68q66.11 0 119.89-37.26L434.5 488.58c7.21 7.61 16.2 11.42 27 11.42a36.92 36.92 0 0 0 27-11.42q11.5-11.41 11.5-27.05a36.8 36.8 0 0 0-11.13-27zM306.64 306.63q-39.52 39.54-95.1 39.53t-95.1-39.51q-39.52-39.52-39.51-95.11t39.51-95.1q39.5-39.52 95.1-39.51t95.1 39.51q39.53 39.51 39.5 95.1t-39.5 95.1z' fill='%23a6c7d5'/%3E%3C/svg%3E");
}
.sc-form input[type="submit"],
button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
}
.btn,
.sc-form input[type="submit"],
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.btn,
.sc-form input[type="submit"] {
  -webkit-transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #002d72;
  border: 1px solid #002d72;
  border-radius: 25px/50%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  max-width: 100%;
  padding: 17px 15px;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn:focus,
.btn:hover,
.hover-sub:hover .btn,
.hover-sub:hover .sc-form input[type="submit"],
.sc-form input[type="submit"]:focus,
.sc-form input[type="submit"]:hover {
  background: #477d94;
  border-color: #477d94;
  color: #fff;
}
.btn__text {
  display: inline-block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.166666;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.btn .btn__text--arrow[class] {
  padding-right: 30px;
}
.btn .btn__text--arrow[class]:after {
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 11px;
  top: 50%;
  transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 6px;
}
.btn:focus .btn .btn__text--arrow[class]:after,
.btn:hover .btn .btn__text--arrow[class]:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.btn .btn__text--arrow-back[class] {
  padding-left: 30px;
}
.btn .btn__text--arrow-back[class]:after {
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  height: 10px;
  left: 11px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 6px;
}
.btn:focus .btn .btn__text--arrow-back[class]:after,
.btn:hover .btn .btn__text--arrow-back[class]:after {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
.sc-form input[type="submit"] {
  border-radius: 25px/50%;
  display: block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  min-width: 200px;
  padding: 17px 30px;
  text-transform: uppercase;
}
.btn--small {
  /*border-radius: 20px/50%;*/
  /*padding: 12px 15px;*/
  border-radius: 50px;
  margin: 0;
  padding: 0;
  /*line-height: 35px;*/
  /*width: 180px;*/
  height: 28px;
  background-color: transparent;
  border: none;
  position: relative;
}
.btn--small img {
  height: 100%;
}
.btn--small .on_img,
.btn--small .hover_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.btn--small .hover_img {
  z-index: 2;
}
.topbar:hover .on_img,
.topbar.on .on_img,
.topbar.has-open-flyout .on_img {
  opacity: 1;
}
.btn--small:hover .hover_img {
  opacity: 1;
}
.btn--small:hover {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.btn--small .btn__text {
  padding: 0 7px;
}
.btn--x-large {
  border-radius: 25px/50%;
  padding: 17px 15px;
}
.btn--fullwidth {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #002d72;
}
.btn--white:focus,
.btn--white:hover,
.hover-sub:hover .btn--white {
  background: #477d94;
  border-color: #477d94;
  color: #fff;
}
.bg--industrial-blue-light .btn--white:focus,
.bg--industrial-blue-light .btn--white:hover,
.btn--blue {
  background-color: #002d72;
  border-color: #002d72;
}
.btn--blue {
  color: #fff;
}
.btn--blue:focus,
.btn--blue:hover,
.hover-sub:hover .btn--blue {
  background: #fff;
  border-color: #fff;
  color: #002d72;
}
.btn--back[class] {
  padding-left: 5px;
}
.btn.btn--light-blue {
  background-color: #edf2f4;
  border-color: #edf2f4;
  color: #477d94;
}
.btn.btn--light-blue:focus,
.btn.btn--light-blue:hover,
.hover-sub:hover .btn.btn--light-blue {
  background: #477d94;
  border-color: #477d94;
  color: #fff;
}
.btn.btn--light-blue .btn__text--arrow:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23477d94'/%3E%3C/svg%3E");
}
.btn.btn--light-blue .btn__text--arrow-back:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23477d94'/%3E%3C/svg%3E");
}
.btn.btn--light-blue:focus .btn__text--arrow:after,
.btn.btn--light-blue:hover .btn__text--arrow:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23fff'/%3E%3C/svg%3E");
}
.btn.btn--light-blue:focus .btn__text--arrow-back:after,
.btn.btn--light-blue:hover .btn__text--arrow-back:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23fff'/%3E%3C/svg%3E");
}
.btn--ghost[class] {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn--ghost[class].is-current,
.btn--ghost[class]:focus,
.btn--ghost[class]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #002d72;
}
.btn--ghost--white[class] {
  border-color: #fff;
  color: #fff;
}
.btn--ghost--white[class]:focus,
.btn--ghost--white[class]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000c14;
}
.btn + .btn {
  margin-left: 20px;
}
.btn--icon {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.btn--icon:after {
  -webkit-transform: translateY(-50%);
  background-size: cover;
  content: "";
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.btn--icon-globe:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M150 0C67.162 0 0 67.162 0 150s67.162 150 150 150 150-67.162 150-150S232.838 0 150 0zm125 150c0 8.563-.875 16.925-2.525 25h-48.163a267.167 267.167 0 0 0 0-50h48.163A124.79 124.79 0 0 1 275 150zm-10.512-50h-43.75c-4.788-24.5-13.15-46.888-24.35-65.975 30.437 12.212 54.962 36.025 68.1 65.975zm-69.425 0H162.5V29.275C177.688 47.525 188.963 71.9 195.063 100zM137.5 29.275V100h-32.563c6.1-28.1 17.376-52.475 32.563-70.725zm0 95.725v50h-36.625c-1.825-17.762-1.825-32.213 0-50H137.5zm0 75v70.725c-15.188-18.25-26.463-42.625-32.563-70.725H137.5zm25 70.725V200h32.563c-6.1 28.1-17.375 52.475-32.563 70.725zm0-95.725v-50h36.625c1.825 17.762 1.825 32.213 0 50H162.5zM103.612 34.025C92.412 53.112 84.05 75.5 79.262 100h-43.75c13.138-29.95 37.663-53.763 68.1-65.975zM27.525 125h48.163a267.167 267.167 0 0 0 0 50H27.525A124.79 124.79 0 0 1 25 150c0-8.563.875-16.925 2.525-25zm7.988 75h43.75c4.787 24.5 13.15 46.887 24.35 65.975C73.174 253.762 48.65 229.95 35.513 200zm160.875 65.975c11.2-19.088 19.562-41.475 24.35-65.975h43.75c-13.138 29.95-37.663 53.762-68.1 65.975z' fill='%23fff'/%3E%3C/svg%3E");
}
.btn--light-blue.btn--icon-globe:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M150 0C67.162 0 0 67.162 0 150s67.162 150 150 150 150-67.162 150-150S232.838 0 150 0zm125 150c0 8.563-.875 16.925-2.525 25h-48.163a267.167 267.167 0 0 0 0-50h48.163A124.79 124.79 0 0 1 275 150zm-10.512-50h-43.75c-4.788-24.5-13.15-46.888-24.35-65.975 30.437 12.212 54.962 36.025 68.1 65.975zm-69.425 0H162.5V29.275C177.688 47.525 188.963 71.9 195.063 100zM137.5 29.275V100h-32.563c6.1-28.1 17.376-52.475 32.563-70.725zm0 95.725v50h-36.625c-1.825-17.762-1.825-32.213 0-50H137.5zm0 75v70.725c-15.188-18.25-26.463-42.625-32.563-70.725H137.5zm25 70.725V200h32.563c-6.1 28.1-17.375 52.475-32.563 70.725zm0-95.725v-50h36.625c1.825 17.762 1.825 32.213 0 50H162.5zM103.612 34.025C92.412 53.112 84.05 75.5 79.262 100h-43.75c13.138-29.95 37.663-53.763 68.1-65.975zM27.525 125h48.163a267.167 267.167 0 0 0 0 50H27.525A124.79 124.79 0 0 1 25 150c0-8.563.875-16.925 2.525-25zm7.988 75h43.75c4.787 24.5 13.15 46.887 24.35 65.975C73.174 253.762 48.65 229.95 35.513 200zm160.875 65.975c11.2-19.088 19.562-41.475 24.35-65.975h43.75c-13.138 29.95-37.663 53.762-68.1 65.975z' fill='%23477d94'/%3E%3C/svg%3E");
}
.btn--light-blue.btn--icon-globe:focus:after,
.btn--light-blue.btn--icon-globe:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M150 0C67.162 0 0 67.162 0 150s67.162 150 150 150 150-67.162 150-150S232.838 0 150 0zm125 150c0 8.563-.875 16.925-2.525 25h-48.163a267.167 267.167 0 0 0 0-50h48.163A124.79 124.79 0 0 1 275 150zm-10.512-50h-43.75c-4.788-24.5-13.15-46.888-24.35-65.975 30.437 12.212 54.962 36.025 68.1 65.975zm-69.425 0H162.5V29.275C177.688 47.525 188.963 71.9 195.063 100zM137.5 29.275V100h-32.563c6.1-28.1 17.376-52.475 32.563-70.725zm0 95.725v50h-36.625c-1.825-17.762-1.825-32.213 0-50H137.5zm0 75v70.725c-15.188-18.25-26.463-42.625-32.563-70.725H137.5zm25 70.725V200h32.563c-6.1 28.1-17.375 52.475-32.563 70.725zm0-95.725v-50h36.625c1.825 17.762 1.825 32.213 0 50H162.5zM103.612 34.025C92.412 53.112 84.05 75.5 79.262 100h-43.75c13.138-29.95 37.663-53.763 68.1-65.975zM27.525 125h48.163a267.167 267.167 0 0 0 0 50H27.525A124.79 124.79 0 0 1 25 150c0-8.563.875-16.925 2.525-25zm7.988 75h43.75c4.787 24.5 13.15 46.887 24.35 65.975C73.174 253.762 48.65 229.95 35.513 200zm160.875 65.975c11.2-19.088 19.562-41.475 24.35-65.975h43.75c-13.138 29.95-37.663 53.762-68.1 65.975z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer {
  background-color: #002d72;
  color: #fff;
  font-weight: 600;
  padding: 30px 0 20px;
}
.footer p {
  font-size: inherit;
}
.footer__top {
  font-size: 0;
  margin-bottom: 20px;
}
.footer__bottom {
  font-size: 0;
}
.footer__bottom-left {
  display: inline-block;
  width: 60%;
}
.footer__bottom-left:after {
  clear: both;
  content: "";
  display: block;
}
.footer__bottom-right {
  display: inline-block;
  text-align: right;
  width: 40%;
}
.footer-links {
  vertical-align: top;
}
.footer-links__item {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding-right: 40px;
  position: relative;
  vertical-align: top;
}
.footer-links__item a {
  font-weight: normal;
  text-decoration: none;
  font-size: 13px;
}
.footer-links__item:after {
  background-color: #88b5c7;
  content: "";
  height: 0.85em;
  margin-top: -0.425em;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 1px;
}
.footer-links__item:last-child {
  padding-right: 0;
}
.footer-links__item:last-child:after {
  content: none;
}
.footer-links__link {
  color: #88b5c7;
  letter-spacing: 1px;
  text-decoration: none;
}
.footer-links__link:focus,
.footer-links__link:hover {
  text-decoration: underline;
}
.footer__location {
  float: left;
  font-size: 1.2rem;
  margin: 0 40px 10px 0;
}
.footer__current-location {
  display: inline-block;
  margin: 0 20px 10px 0;
  padding-left: 25px;
  position: relative;
}
.footer__current-location:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M150 0C67.162 0 0 67.162 0 150s67.162 150 150 150 150-67.162 150-150S232.838 0 150 0zm125 150c0 8.563-.875 16.925-2.525 25h-48.163a267.167 267.167 0 0 0 0-50h48.163A124.79 124.79 0 0 1 275 150zm-10.512-50h-43.75c-4.788-24.5-13.15-46.888-24.35-65.975 30.437 12.212 54.962 36.025 68.1 65.975zm-69.425 0H162.5V29.275C177.688 47.525 188.963 71.9 195.063 100zM137.5 29.275V100h-32.563c6.1-28.1 17.376-52.475 32.563-70.725zm0 95.725v50h-36.625c-1.825-17.762-1.825-32.213 0-50H137.5zm0 75v70.725c-15.188-18.25-26.463-42.625-32.563-70.725H137.5zm25 70.725V200h32.563c-6.1 28.1-17.375 52.475-32.563 70.725zm0-95.725v-50h36.625c1.825 17.762 1.825 32.213 0 50H162.5zM103.612 34.025C92.412 53.112 84.05 75.5 79.262 100h-43.75c13.138-29.95 37.663-53.763 68.1-65.975zM27.525 125h48.163a267.167 267.167 0 0 0 0 50H27.525A124.79 124.79 0 0 1 25 150c0-8.563.875-16.925 2.525-25zm7.988 75h43.75c4.787 24.5 13.15 46.887 24.35 65.975C73.174 253.762 48.65 229.95 35.513 200zm160.875 65.975c11.2-19.088 19.562-41.475 24.35-65.975h43.75c-13.138 29.95-37.663 53.762-68.1 65.975z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  height: 16px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.footer-social {
  display: inline-block;
  font-size: 0;
  text-align: right;
  vertical-align: middle;
}
.footer-social__title {
  color: inherit;
  font-size: 1.65rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-social__link {
  display: inline-block;
  height: 18px;
  margin: 0 15px;
  position: relative;
  width: 30px;
}
.footer-social__link:before {
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-social__link:after {
  background-color: #88b5c7;
  content: "";
  height: 18px;
  margin-top: -9px;
  opacity: 0.5;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 1px;
}
.footer-social__link:first-child {
  margin-left: 0;
}
.footer-social__link:last-child {
  margin-right: 0;
}
.footer-social__link:last-child:after {
  content: none;
}
.footer-social__link:focus:before,
.footer-social__link:hover:before {
  opacity: 0.6;
}
.footer-social__link--instagram:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer-social__link--linkedin:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='438.54' height='438.54' viewBox='0 0 438.536 438.535'%3E%3Cpath d='M5.42 145.9h94.22v282.93H5.42zm403.42 25.84c-19.8-21.6-45.96-32.4-78.5-32.4-12 0-22.9 1.47-32.7 4.42-9.8 2.95-18.08 7.1-24.84 12.42-6.76 5.33-12.14 10.28-16.13 14.84-3.8 4.34-7.5 9.4-11.14 15.1V145.9H151.6l.28 13.7c.2 9.14.3 37.3.3 84.5s-.2 108.78-.58 184.73h93.93v-157.9c0-9.7 1.04-17.4 3.14-23.1 4-9.73 10.04-17.86 18.13-24.42 8.1-6.56 18.13-9.85 30.13-9.85 16.36 0 28.4 5.66 36.1 17 7.72 11.3 11.58 26.97 11.58 46.96v151.32h93.94V266.66c0-41.68-9.9-73.32-29.7-94.92zM53.1 9.7c-15.8 0-28.6 4.63-38.4 13.86C4.9 32.8 0 44.44 0 58.53c0 13.9 4.76 25.5 14.28 34.83 9.5 9.32 22.07 14 37.68 14h.57c16 0 28.9-4.67 38.7-14 9.8-9.33 14.6-20.94 14.4-34.83-.18-14.1-5.04-25.74-14.55-34.97C81.55 14.32 68.9 9.7 53.1 9.7z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer-social__link--twitter:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='449.97' height='365.45'%3E%3Cpath d='M450 43.4a184.38 184.38 0 0 1-53.1 14.28q30-18 40.54-50.82a181.3 181.3 0 0 1-58.53 22.26Q351.46 0 311.5 0q-38.28 0-65.25 27t-27 65.23a102.63 102.63 0 0 0 2.28 21.13 257 257 0 0 1-106.07-28.4A261.53 261.53 0 0 1 31.4 16.84a90.42 90.42 0 0 0-12.56 46.54 89.7 89.7 0 0 0 11.14 44 91.94 91.94 0 0 0 30 32.84 91.7 91.7 0 0 1-41.7-11.7v1.13q0 33.4 21 58.68a90.78 90.78 0 0 0 53 31.83A95.25 95.25 0 0 1 68 223.27a118.37 118.37 0 0 1-17.42-1.42 92.44 92.44 0 0 0 86.23 64q-50.25 39.39-114.5 39.4A195.11 195.11 0 0 1 0 324.05q64.25 41.4 141.6 41.4 49.13 0 92.22-15.56t73.67-41.7a279 279 0 0 0 52.66-60.08 268 268 0 0 0 33-71A261.92 261.92 0 0 0 404 103.08c0-5.33-.1-9.32-.28-12A192.65 192.65 0 0 0 450 43.42z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer-social__link--facebook:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='470.51' height='470.51' viewBox='0 0 470.513 470.513'%3E%3Cpath d='M271.52 154.17v-40.54c0-6.1.28-10.8.85-14.13.57-3.34 1.86-6.62 3.86-9.85 2-3.24 5.23-5.47 9.7-6.7 4.48-1.25 10.43-1.87 17.85-1.87h40.54V0h-64.8c-37.5 0-64.44 8.9-80.8 26.7-16.38 17.8-24.56 44-24.56 78.65v48.82h-48.54v81.1h48.54V470.5h97.36V235.27h64.8l8.57-81.1H271.5z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer-social__link--youtube:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='176' height='124'%3E%3Cpath d='M172.32 19.36A22.1 22.1 0 0 0 156.76 3.7C143 0 88 0 88 0S33 0 19.24 3.7A22.1 22.1 0 0 0 3.68 19.36C0 33.18 0 62 0 62s0 28.82 3.68 42.64a22.1 22.1 0 0 0 15.56 15.66C33 124 88 124 88 124s55 0 68.76-3.7a22.1 22.1 0 0 0 15.56-15.66C176 90.82 176 62 176 62s0-28.82-3.68-42.64zM70 88.17V35.83L116 62z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer-social__link--google:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='175'%3E%3Cpath d='M87.5 75v30h49.62c-2 12.86-15 37.75-49.62 37.75-29.88 0-54.25-24.74-54.25-55.25S57.62 32.25 87.5 32.25c17 0 28.37 7.25 34.88 13.5l23.75-22.88C130.87 8.63 111.13 0 87.5 0a87.5 87.5 0 0 0 0 175c50.5 0 84-35.5 84-85.5a80.34 80.34 0 0 0-1.38-14.5zm0 0L300 100h-37.5v37.5h-25V100H200V75h37.5V37.5h25V75H300v25z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer-social__link--blogger:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M2 1a1.83 1.83 0 0 1 1.73 1.86v4.82l.32-.16.17-.07A6.55 6.55 0 0 1 9 7.26l.29.11a6.39 6.39 0 0 1 3.52 3.46 6.53 6.53 0 0 1 0 5A6.64 6.64 0 0 1 6.62 20a6.39 6.39 0 0 1-6.43-6.13.37.37 0 0 1 0-.11V2.86A1.84 1.84 0 0 1 2 1zm4.74 9.3a3.16 3.16 0 1 0 3.16 3.16 3.17 3.17 0 0 0-3.16-3.16zm4-10.3a9 9 0 0 1 9 9 .88.88 0 0 1-1.76 0 7.28 7.28 0 0 0-7.27-7.27.87.87 0 0 1-.8-.85.87.87 0 0 1 .88-.88zm0 3.62A5.42 5.42 0 0 1 16.2 9a.88.88 0 1 1-1.76 0 3.66 3.66 0 0 0-3.65-3.65.88.88 0 0 1 0-1.76z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer-social__link--eventbrite:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.8c2.7-.6 5.3.5 6.8 2.5L5.6 11c.4-2.5 2.3-4.6 4.9-5.2zm6.9 9.8c-.9 1.3-2.3 2.3-3.9 2.6-2.7.6-5.3-.5-6.8-2.6L18.4 13l1.9-.4 3.7-.8c0-.8-.1-1.6-.3-2.3C22.2 3 15.8-.9 9.3.6S-1.2 8.4.3 14.7 8.2 25 14.7 23.5c3.8-.9 6.8-3.4 8.2-6.6.1-.1-5.5-1.3-5.5-1.3z' fill='%23fff'/%3E%3C/svg%3E");
}
.footer__copyright {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.8rem;
  vertical-align: middle;
}
.social__link {
  -webkit-transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 0;
  height: 18px;
  margin: 0 15px;
  position: relative;
  text-indent: -999px;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  vertical-align: top;
  width: 30px;
}
.social__link:after {
  background-color: #88b5c7;
  content: "";
  height: 18px;
  margin-top: -9px;
  opacity: 0.5;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 1px;
}
.social__link:first-child {
  margin-left: 0;
}
.social__link:last-child {
  margin-right: 0;
}
.social__link:last-child:after {
  content: none;
}
.social__link:focus,
.social__link:hover {
  opacity: 0.7;
}
.social__link--instagram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social__link--linkedin {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='438.54' height='438.54' viewBox='0 0 438.536 438.535'%3E%3Cpath d='M5.42 145.9h94.22v282.93H5.42zm403.42 25.84c-19.8-21.6-45.96-32.4-78.5-32.4-12 0-22.9 1.47-32.7 4.42-9.8 2.95-18.08 7.1-24.84 12.42-6.76 5.33-12.14 10.28-16.13 14.84-3.8 4.34-7.5 9.4-11.14 15.1V145.9H151.6l.28 13.7c.2 9.14.3 37.3.3 84.5s-.2 108.78-.58 184.73h93.93v-157.9c0-9.7 1.04-17.4 3.14-23.1 4-9.73 10.04-17.86 18.13-24.42 8.1-6.56 18.13-9.85 30.13-9.85 16.36 0 28.4 5.66 36.1 17 7.72 11.3 11.58 26.97 11.58 46.96v151.32h93.94V266.66c0-41.68-9.9-73.32-29.7-94.92zM53.1 9.7c-15.8 0-28.6 4.63-38.4 13.86C4.9 32.8 0 44.44 0 58.53c0 13.9 4.76 25.5 14.28 34.83 9.5 9.32 22.07 14 37.68 14h.57c16 0 28.9-4.67 38.7-14 9.8-9.33 14.6-20.94 14.4-34.83-.18-14.1-5.04-25.74-14.55-34.97C81.55 14.32 68.9 9.7 53.1 9.7z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social__link--twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='449.97' height='365.45'%3E%3Cpath d='M450 43.4a184.38 184.38 0 0 1-53.1 14.28q30-18 40.54-50.82a181.3 181.3 0 0 1-58.53 22.26Q351.46 0 311.5 0q-38.28 0-65.25 27t-27 65.23a102.63 102.63 0 0 0 2.28 21.13 257 257 0 0 1-106.07-28.4A261.53 261.53 0 0 1 31.4 16.84a90.42 90.42 0 0 0-12.56 46.54 89.7 89.7 0 0 0 11.14 44 91.94 91.94 0 0 0 30 32.84 91.7 91.7 0 0 1-41.7-11.7v1.13q0 33.4 21 58.68a90.78 90.78 0 0 0 53 31.83A95.25 95.25 0 0 1 68 223.27a118.37 118.37 0 0 1-17.42-1.42 92.44 92.44 0 0 0 86.23 64q-50.25 39.39-114.5 39.4A195.11 195.11 0 0 1 0 324.05q64.25 41.4 141.6 41.4 49.13 0 92.22-15.56t73.67-41.7a279 279 0 0 0 52.66-60.08 268 268 0 0 0 33-71A261.92 261.92 0 0 0 404 103.08c0-5.33-.1-9.32-.28-12A192.65 192.65 0 0 0 450 43.42z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social__link--facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='470.51' height='470.51' viewBox='0 0 470.513 470.513'%3E%3Cpath d='M271.52 154.17v-40.54c0-6.1.28-10.8.85-14.13.57-3.34 1.86-6.62 3.86-9.85 2-3.24 5.23-5.47 9.7-6.7 4.48-1.25 10.43-1.87 17.85-1.87h40.54V0h-64.8c-37.5 0-64.44 8.9-80.8 26.7-16.38 17.8-24.56 44-24.56 78.65v48.82h-48.54v81.1h48.54V470.5h97.36V235.27h64.8l8.57-81.1H271.5z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social__link--youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='176' height='124'%3E%3Cpath d='M172.32 19.36A22.1 22.1 0 0 0 156.76 3.7C143 0 88 0 88 0S33 0 19.24 3.7A22.1 22.1 0 0 0 3.68 19.36C0 33.18 0 62 0 62s0 28.82 3.68 42.64a22.1 22.1 0 0 0 15.56 15.66C33 124 88 124 88 124s55 0 68.76-3.7a22.1 22.1 0 0 0 15.56-15.66C176 90.82 176 62 176 62s0-28.82-3.68-42.64zM70 88.17V35.83L116 62z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social__link--google {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='175'%3E%3Cpath d='M87.5 75v30h49.62c-2 12.86-15 37.75-49.62 37.75-29.88 0-54.25-24.74-54.25-55.25S57.62 32.25 87.5 32.25c17 0 28.37 7.25 34.88 13.5l23.75-22.88C130.87 8.63 111.13 0 87.5 0a87.5 87.5 0 0 0 0 175c50.5 0 84-35.5 84-85.5a80.34 80.34 0 0 0-1.38-14.5zm0 0L300 100h-37.5v37.5h-25V100H200V75h37.5V37.5h25V75H300v25z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social__link--blogger {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M2 1a1.83 1.83 0 0 1 1.73 1.86v4.82l.32-.16.17-.07A6.55 6.55 0 0 1 9 7.26l.29.11a6.39 6.39 0 0 1 3.52 3.46 6.53 6.53 0 0 1 0 5A6.64 6.64 0 0 1 6.62 20a6.39 6.39 0 0 1-6.43-6.13.37.37 0 0 1 0-.11V2.86A1.84 1.84 0 0 1 2 1zm4.74 9.3a3.16 3.16 0 1 0 3.16 3.16 3.17 3.17 0 0 0-3.16-3.16zm4-10.3a9 9 0 0 1 9 9 .88.88 0 0 1-1.76 0 7.28 7.28 0 0 0-7.27-7.27.87.87 0 0 1-.8-.85.87.87 0 0 1 .88-.88zm0 3.62A5.42 5.42 0 0 1 16.2 9a.88.88 0 1 1-1.76 0 3.66 3.66 0 0 0-3.65-3.65.88.88 0 0 1 0-1.76z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social__link--eventbrite {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.8c2.7-.6 5.3.5 6.8 2.5L5.6 11c.4-2.5 2.3-4.6 4.9-5.2zm6.9 9.8c-.9 1.3-2.3 2.3-3.9 2.6-2.7.6-5.3-.5-6.8-2.6L18.4 13l1.9-.4 3.7-.8c0-.8-.1-1.6-.3-2.3C22.2 3 15.8-.9 9.3.6S-1.2 8.4.3 14.7 8.2 25 14.7 23.5c3.8-.9 6.8-3.4 8.2-6.6.1-.1-5.5-1.3-5.5-1.3z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social__link--mail {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='358' width='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M250 196.429L0 0h500zm0 48.374L0 53.57v303.572h500V53.57z' fill='%23002d72'/%3E%3C/svg%3E");
}
.social--white .social__link--instagram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--white .social__link--linkedin {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='438.54' height='438.54' viewBox='0 0 438.536 438.535'%3E%3Cpath d='M5.42 145.9h94.22v282.93H5.42zm403.42 25.84c-19.8-21.6-45.96-32.4-78.5-32.4-12 0-22.9 1.47-32.7 4.42-9.8 2.95-18.08 7.1-24.84 12.42-6.76 5.33-12.14 10.28-16.13 14.84-3.8 4.34-7.5 9.4-11.14 15.1V145.9H151.6l.28 13.7c.2 9.14.3 37.3.3 84.5s-.2 108.78-.58 184.73h93.93v-157.9c0-9.7 1.04-17.4 3.14-23.1 4-9.73 10.04-17.86 18.13-24.42 8.1-6.56 18.13-9.85 30.13-9.85 16.36 0 28.4 5.66 36.1 17 7.72 11.3 11.58 26.97 11.58 46.96v151.32h93.94V266.66c0-41.68-9.9-73.32-29.7-94.92zM53.1 9.7c-15.8 0-28.6 4.63-38.4 13.86C4.9 32.8 0 44.44 0 58.53c0 13.9 4.76 25.5 14.28 34.83 9.5 9.32 22.07 14 37.68 14h.57c16 0 28.9-4.67 38.7-14 9.8-9.33 14.6-20.94 14.4-34.83-.18-14.1-5.04-25.74-14.55-34.97C81.55 14.32 68.9 9.7 53.1 9.7z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--white .social__link--twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='449.97' height='365.45'%3E%3Cpath d='M450 43.4a184.38 184.38 0 0 1-53.1 14.28q30-18 40.54-50.82a181.3 181.3 0 0 1-58.53 22.26Q351.46 0 311.5 0q-38.28 0-65.25 27t-27 65.23a102.63 102.63 0 0 0 2.28 21.13 257 257 0 0 1-106.07-28.4A261.53 261.53 0 0 1 31.4 16.84a90.42 90.42 0 0 0-12.56 46.54 89.7 89.7 0 0 0 11.14 44 91.94 91.94 0 0 0 30 32.84 91.7 91.7 0 0 1-41.7-11.7v1.13q0 33.4 21 58.68a90.78 90.78 0 0 0 53 31.83A95.25 95.25 0 0 1 68 223.27a118.37 118.37 0 0 1-17.42-1.42 92.44 92.44 0 0 0 86.23 64q-50.25 39.39-114.5 39.4A195.11 195.11 0 0 1 0 324.05q64.25 41.4 141.6 41.4 49.13 0 92.22-15.56t73.67-41.7a279 279 0 0 0 52.66-60.08 268 268 0 0 0 33-71A261.92 261.92 0 0 0 404 103.08c0-5.33-.1-9.32-.28-12A192.65 192.65 0 0 0 450 43.42z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--white .social__link--facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='470.51' height='470.51' viewBox='0 0 470.513 470.513'%3E%3Cpath d='M271.52 154.17v-40.54c0-6.1.28-10.8.85-14.13.57-3.34 1.86-6.62 3.86-9.85 2-3.24 5.23-5.47 9.7-6.7 4.48-1.25 10.43-1.87 17.85-1.87h40.54V0h-64.8c-37.5 0-64.44 8.9-80.8 26.7-16.38 17.8-24.56 44-24.56 78.65v48.82h-48.54v81.1h48.54V470.5h97.36V235.27h64.8l8.57-81.1H271.5z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--white .social__link--youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='176' height='124'%3E%3Cpath d='M172.32 19.36A22.1 22.1 0 0 0 156.76 3.7C143 0 88 0 88 0S33 0 19.24 3.7A22.1 22.1 0 0 0 3.68 19.36C0 33.18 0 62 0 62s0 28.82 3.68 42.64a22.1 22.1 0 0 0 15.56 15.66C33 124 88 124 88 124s55 0 68.76-3.7a22.1 22.1 0 0 0 15.56-15.66C176 90.82 176 62 176 62s0-28.82-3.68-42.64zM70 88.17V35.83L116 62z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--white .social__link--google {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='175'%3E%3Cpath d='M87.5 75v30h49.62c-2 12.86-15 37.75-49.62 37.75-29.88 0-54.25-24.74-54.25-55.25S57.62 32.25 87.5 32.25c17 0 28.37 7.25 34.88 13.5l23.75-22.88C130.87 8.63 111.13 0 87.5 0a87.5 87.5 0 0 0 0 175c50.5 0 84-35.5 84-85.5a80.34 80.34 0 0 0-1.38-14.5zm0 0L300 100h-37.5v37.5h-25V100H200V75h37.5V37.5h25V75H300v25z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--white .social__link--blogger {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M2 1a1.83 1.83 0 0 1 1.73 1.86v4.82l.32-.16.17-.07A6.55 6.55 0 0 1 9 7.26l.29.11a6.39 6.39 0 0 1 3.52 3.46 6.53 6.53 0 0 1 0 5A6.64 6.64 0 0 1 6.62 20a6.39 6.39 0 0 1-6.43-6.13.37.37 0 0 1 0-.11V2.86A1.84 1.84 0 0 1 2 1zm4.74 9.3a3.16 3.16 0 1 0 3.16 3.16 3.17 3.17 0 0 0-3.16-3.16zm4-10.3a9 9 0 0 1 9 9 .88.88 0 0 1-1.76 0 7.28 7.28 0 0 0-7.27-7.27.87.87 0 0 1-.8-.85.87.87 0 0 1 .88-.88zm0 3.62A5.42 5.42 0 0 1 16.2 9a.88.88 0 1 1-1.76 0 3.66 3.66 0 0 0-3.65-3.65.88.88 0 0 1 0-1.76z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--white .social__link--eventbrite {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.8c2.7-.6 5.3.5 6.8 2.5L5.6 11c.4-2.5 2.3-4.6 4.9-5.2zm6.9 9.8c-.9 1.3-2.3 2.3-3.9 2.6-2.7.6-5.3-.5-6.8-2.6L18.4 13l1.9-.4 3.7-.8c0-.8-.1-1.6-.3-2.3C22.2 3 15.8-.9 9.3.6S-1.2 8.4.3 14.7 8.2 25 14.7 23.5c3.8-.9 6.8-3.4 8.2-6.6.1-.1-5.5-1.3-5.5-1.3z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--white .social__link--mail {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='358' width='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M250 196.429L0 0h500zm0 48.374L0 53.57v303.572h500V53.57z' fill='%23fff'/%3E%3C/svg%3E");
}
.social--teal .social__link--instagram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z' fill='%23477d94'/%3E%3C/svg%3E");
}
.social--teal .social__link--linkedin {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='438.54' height='438.54' viewBox='0 0 438.536 438.535'%3E%3Cpath d='M5.42 145.9h94.22v282.93H5.42zm403.42 25.84c-19.8-21.6-45.96-32.4-78.5-32.4-12 0-22.9 1.47-32.7 4.42-9.8 2.95-18.08 7.1-24.84 12.42-6.76 5.33-12.14 10.28-16.13 14.84-3.8 4.34-7.5 9.4-11.14 15.1V145.9H151.6l.28 13.7c.2 9.14.3 37.3.3 84.5s-.2 108.78-.58 184.73h93.93v-157.9c0-9.7 1.04-17.4 3.14-23.1 4-9.73 10.04-17.86 18.13-24.42 8.1-6.56 18.13-9.85 30.13-9.85 16.36 0 28.4 5.66 36.1 17 7.72 11.3 11.58 26.97 11.58 46.96v151.32h93.94V266.66c0-41.68-9.9-73.32-29.7-94.92zM53.1 9.7c-15.8 0-28.6 4.63-38.4 13.86C4.9 32.8 0 44.44 0 58.53c0 13.9 4.76 25.5 14.28 34.83 9.5 9.32 22.07 14 37.68 14h.57c16 0 28.9-4.67 38.7-14 9.8-9.33 14.6-20.94 14.4-34.83-.18-14.1-5.04-25.74-14.55-34.97C81.55 14.32 68.9 9.7 53.1 9.7z' fill='%23477d94'/%3E%3C/svg%3E");
}
.social--teal .social__link--twitter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='449.97' height='365.45'%3E%3Cpath d='M450 43.4a184.38 184.38 0 0 1-53.1 14.28q30-18 40.54-50.82a181.3 181.3 0 0 1-58.53 22.26Q351.46 0 311.5 0q-38.28 0-65.25 27t-27 65.23a102.63 102.63 0 0 0 2.28 21.13 257 257 0 0 1-106.07-28.4A261.53 261.53 0 0 1 31.4 16.84a90.42 90.42 0 0 0-12.56 46.54 89.7 89.7 0 0 0 11.14 44 91.94 91.94 0 0 0 30 32.84 91.7 91.7 0 0 1-41.7-11.7v1.13q0 33.4 21 58.68a90.78 90.78 0 0 0 53 31.83A95.25 95.25 0 0 1 68 223.27a118.37 118.37 0 0 1-17.42-1.42 92.44 92.44 0 0 0 86.23 64q-50.25 39.39-114.5 39.4A195.11 195.11 0 0 1 0 324.05q64.25 41.4 141.6 41.4 49.13 0 92.22-15.56t73.67-41.7a279 279 0 0 0 52.66-60.08 268 268 0 0 0 33-71A261.92 261.92 0 0 0 404 103.08c0-5.33-.1-9.32-.28-12A192.65 192.65 0 0 0 450 43.42z' fill='%23477d94'/%3E%3C/svg%3E");
}
.social--teal .social__link--facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='470.51' height='470.51' viewBox='0 0 470.513 470.513'%3E%3Cpath d='M271.52 154.17v-40.54c0-6.1.28-10.8.85-14.13.57-3.34 1.86-6.62 3.86-9.85 2-3.24 5.23-5.47 9.7-6.7 4.48-1.25 10.43-1.87 17.85-1.87h40.54V0h-64.8c-37.5 0-64.44 8.9-80.8 26.7-16.38 17.8-24.56 44-24.56 78.65v48.82h-48.54v81.1h48.54V470.5h97.36V235.27h64.8l8.57-81.1H271.5z' fill='%23477d94'/%3E%3C/svg%3E");
}
.social--teal .social__link--youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='176' height='124'%3E%3Cpath d='M172.32 19.36A22.1 22.1 0 0 0 156.76 3.7C143 0 88 0 88 0S33 0 19.24 3.7A22.1 22.1 0 0 0 3.68 19.36C0 33.18 0 62 0 62s0 28.82 3.68 42.64a22.1 22.1 0 0 0 15.56 15.66C33 124 88 124 88 124s55 0 68.76-3.7a22.1 22.1 0 0 0 15.56-15.66C176 90.82 176 62 176 62s0-28.82-3.68-42.64zM70 88.17V35.83L116 62z' fill='%23477d94'/%3E%3C/svg%3E");
}
.social--teal .social__link--blogger {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M2 1a1.83 1.83 0 0 1 1.73 1.86v4.82l.32-.16.17-.07A6.55 6.55 0 0 1 9 7.26l.29.11a6.39 6.39 0 0 1 3.52 3.46 6.53 6.53 0 0 1 0 5A6.64 6.64 0 0 1 6.62 20a6.39 6.39 0 0 1-6.43-6.13.37.37 0 0 1 0-.11V2.86A1.84 1.84 0 0 1 2 1zm4.74 9.3a3.16 3.16 0 1 0 3.16 3.16 3.17 3.17 0 0 0-3.16-3.16zm4-10.3a9 9 0 0 1 9 9 .88.88 0 0 1-1.76 0 7.28 7.28 0 0 0-7.27-7.27.87.87 0 0 1-.8-.85.87.87 0 0 1 .88-.88zm0 3.62A5.42 5.42 0 0 1 16.2 9a.88.88 0 1 1-1.76 0 3.66 3.66 0 0 0-3.65-3.65.88.88 0 0 1 0-1.76z' fill='%23477d94'/%3E%3C/svg%3E");
}
.social--teal .social__link--eventbrite {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.8c2.7-.6 5.3.5 6.8 2.5L5.6 11c.4-2.5 2.3-4.6 4.9-5.2zm6.9 9.8c-.9 1.3-2.3 2.3-3.9 2.6-2.7.6-5.3-.5-6.8-2.6L18.4 13l1.9-.4 3.7-.8c0-.8-.1-1.6-.3-2.3C22.2 3 15.8-.9 9.3.6S-1.2 8.4.3 14.7 8.2 25 14.7 23.5c3.8-.9 6.8-3.4 8.2-6.6.1-.1-5.5-1.3-5.5-1.3z' fill='%23477d94'/%3E%3C/svg%3E");
}
.social--teal .social__link--mail {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='358' width='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M250 196.429L0 0h500zm0 48.374L0 53.57v303.572h500V53.57z' fill='%23477d94'/%3E%3C/svg%3E");
}
.share__title[class] {
  color: inherit;
  font-size: 2rem;
  margin-bottom: 20px;
}
.masthead {
  /* background: #002d72; */
  color: #fff;
  min-height: 810px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.masthead .myswiper1 {
  height: 100vh;
}
.masthead__bg {
  background-position: 50% 0;
  background-size: cover;
  /* min-height: 810px; */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.product_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  object-fit: cover;
}
.masthead__text {
  -webkit-transform: translateX(-50%);
  bottom: 180px;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  left: 50%;
  margin: 0 auto;
  max-width: 870px;
  overflow-wrap: break-word;
  padding: 0 25px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  width: 100%;
  word-wrap: break-word;
  z-index: 2;
}
.masthead__heading[class] {
  color: #fff;
  font-size: calc(3.53488px + 5.34884vw);
  line-height: 1.1;
  margin: 0 0 50px;
}
.masthead--list[class] .masthead__heading[class] {
  text-align: left;
  color: #333;
  margin-bottom: 0;
  font-size: 44px;
}
.masthead--list[class] p:not(:first-child) {
  color: #333;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  font-size: 2rem;
}
.masthead__heading[class]:last-child {
  margin-bottom: 0;
}
.masthead__heading--reduced[class] {
  font-size: 5.4rem;
  font-size: calc(12.32558px + 3.25581vw);
}
.masthead__subheading[class] {
  color: #fff;
  line-height: 1;
  margin-top: 50px;
  position: relative;
}
.masthead__subheading[class]:before {
  background: #88b5c7;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: -30px;
  width: 90px;
}
.masthead--short[class] {
  background-color: #477d94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 290px;
  padding: 55px 0 0;
}
.masthead--list[class] {
  /*min-height: 800px;*/
}
.banner_p {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.masthead--short[class] .masthead__text {
  -ms-flex-item-align: center;
  -webkit-transform: none;
  align-self: center;
  bottom: 0;
  left: 0;
  padding: 55px 20px;
  position: relative;
  right: 0;
  top: 0;
  transform: none;
}
.section-footer,
.section-header {
  margin: 0 auto;
  max-width: 950px;
  max-width: 95rem;
  padding: 70px 0;
  text-align: center;
}
.bg--grey .section-footer,
.bg--grey .section-header,
.section-footer.bg--grey,
.section-header.bg--grey {
  color: #fff;
}
.section-footer {
  padding: 60px 0;
}
.section-header--flush-t {
  padding-top: 0 !important;
}
.section-header--pad-s {
  padding: 40px 0;
}
.wrapper--pad-l .section-header[class]:first-child,
.wrapper--pad-m .section-header[class]:first-child,
.wrapper--pad-s .section-header[class]:first-child {
  padding-top: 0;
}
.section-header__title {
  color: #002d72;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.section-header__title a {
  position: relative;
  text-decoration: none;
}
.section-header__title:last-child {
  margin-bottom: 0;
}
.section-header p {
  font-size: 1.8rem;
  line-height: 1.7;
}
.section-header--withcta {
  font-size: 0;
  max-width: none;
  padding: 50px 0;
  text-align: left;
}
.section-header--withcta p {
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.section-header--withcta .section-header__copy {
  display: inline-block;
  margin: 0;
  width: 60%;
}
.section-header--withcta .section-header__title[class]:last-child {
  margin: 0;
}
.section-header--withcta .section-header__cta {
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  width: 40%;
}
.link-block {
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.link-block:before {
  content: "";
  float: left;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.link-block__img {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: -1px;
  position: absolute;
  right: -1px;
  top: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.link-block__img:before {
  background: rgba(75, 61, 52, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.link-block:focus .link-block__img,
.link-block:hover .link-block__img {
  -webkit-transform: scale(1.06);
  opacity: 0.4;
  transform: scale(1.06);
}
.link-block__txt {
  -webkit-transform: translateY(-50%);
  color: #fff;
  left: 0;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 60px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.link-block__section[class] {
  color: inherit;
  display: inline-block;
  font-size: 1.65rem;
  line-height: 1;
  margin-bottom: 8px;
  padding-right: 20px;
  position: relative;
}
.link-block__section[class]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23477d94'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.link-block__title[class] {
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 4rem;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}
.page-link__content {
  padding: 15px 20px;
}
.page-link__img img {
  width: 100%;
}
.page-link__title[class] {
  font-size: 2rem;
  margin-bottom: 15px;
  text-transform: none;
}
.page-link__title[class] a {
  text-decoration: none;
}
.page-link__desc[class] {
  line-height: 1.375;
  margin-top: 15px;
}
.icon-blocks {
  overflow: hidden;
  padding-bottom: 50px;
}
.icon-blocks + .section-footer {
  padding-top: 0;
}
.icon-blocks .grid {
  height: auto;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.icon-block {
  border-right: 1px solid rgba(136, 181, 199, 0.5);
  padding: 0 10px 0 20px;
}
.icon-block:last-child,
.icon-block:nth-child(3n) {
  border-right: 0;
}
.icon-block__icon {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #477d94;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}
.icon-block__icon img {
  margin: auto;
  max-height: 60px;
  max-width: 60px;
}
.icon-block__heading {
  color: #002d72;
}
.icon-block__header {
  display: inline-block;
  min-height: 60px;
  padding: 0 0 15px 80px;
  position: relative;
  width: 100%;
}
.icon-block__desc {
  padding: 0 10px 0 80px;
}
.icon-block__desc p {
  line-height: 1.6;
}
.icon-blocks--light {
  color: #fff;
}
.icon-blocks--light .icon-block__heading {
  color: inherit;
  font-size: 2rem;
}
.icon-blocks--light .icon-block__desc p {
  font-size: 1.4rem;
}
.card,
.icon-blocks--light .icon-block__icon {
  background-color: #fff;
}
.card--grey {
  background-color: #f5f5f5;
}
.card--light-blue {
}
.card--margin-80 {
  margin-bottom: 80px;
}
.card--dark {
  color: #fff;
}
.card--dark .card__title[class] {
  color: inherit;
}
.card__img {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  background-size: cover;
  flex: 0 0 auto;
  font-size: 0;
}
.card__img:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
.card__content {
  -ms-flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-height: 105px;
  padding: 20px;
  text-align: center;
  align-content: flex-start;
}
.card--large .card__content {
  text-align: left;
}
.card__type {
  background-color: #910048;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
}
.card__type--teal {
  background-color: #477d94;
}
.card__type--light-blue {
  background-color: #d4e0e6;
  color: #477d94;
}
.card__title[class] {
  -ms-flex: 0 0 100%;
  -ms-flex-item-align: center;
  -webkit-box-flex: 0;
  align-self: center;
  color: #333;
  flex: 0 0 100%;
  line-height: 1.1;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.card__title[class] a {
  text-decoration: none;
}
.card__desc {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
}
.card.js-clickable:hover .card__title a {
  text-decoration: underline;
}
.card__footer {
  border-top: 1px solid hsla(216, 3%, 66%, 0.25);
  margin: 0 20px;
}
.card--promo {
  background-color: #910048;
  color: #fff;
}
.card--promo .card__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.card--promo .card__content p {
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.card--promo .card__title[class] {
  color: inherit;
  margin-top: 0;
}
.promo-cards:before {
  content: "desktop";
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.tags {
  text-align: center;
}
.tag,
.tags {
  padding: 8px 0;
}
.tag {
  color: #002d72;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
  margin-right: 15px;
  white-space: nowrap;
}
.tag:last-child {
  margin-right: 0;
}
.tag__icon {
  display: inline-block;
  margin-right: 5px;
  max-height: 24px;
  max-width: 24px;
  vertical-align: middle;
}
.banner {
  background-position: 100% 0;
  background-size: cover;
  min-height: 170px;
  overflow: hidden;
  padding: 48px 100px 48px 48px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.banner:after,
.banner:before {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.banner:after {
  background: #000;
  opacity: 0;
  z-index: 2;
}
.banner:hover:before {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 1;
}
.banner:hover:after {
  display: block;
  opacity: 0.6;
}
.banner:hover .banner__link:after {
  left: 3px;
}
.banner__txt {
  -webkit-clip-path: inset(-3px -10px -3px -10px);
  clip-path: inset(-3px -10px -3px -10px);
  max-width: 700px;
  position: relative;
  z-index: 3;
}
.banner__title {
  -webkit-box-decoration-break: clone;
  -webkit-box-shadow: 5px 0 0 #000c14, -5px 0 0 #000c14;
  background: #000c14;
  box-decoration-break: clone;
  box-shadow: 5px 0 0 #000c14, -5px 0 0 #000c14;
  color: #fff;
  display: inline;
  font-size: 4rem;
  line-height: 1;
  position: relative;
}
.banner__title:before {
  background: #000c14;
  bottom: 0;
  content: "";
  left: -1px;
  position: absolute;
  top: 0;
  width: 1px;
}
.banner__title:after {
  background-color: #000c14;
  content: "";
  display: inline-block;
  height: 1em;
  left: 1px;
  position: relative;
  vertical-align: bottom;
  width: 1px;
}
.banner__link {
  background: inherit;
  text-decoration: none;
}
.banner__link:after {
  -webkit-transition: all 225ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23477d94'/%3E%3C/svg%3E");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-left: 9px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  transition: all 225ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 14px;
}
.promo-banner {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
body .promo-banner__title[class] {
  color: inherit;
  margin-left: 0;
  margin-right: 0;
  max-width: 740px;
  text-align: left;
}
body .promo-banner__title[class]:after {
  background-color: #88b5c7;
  left: 0;
  margin-left: 0;
}
.promo-banner__copy {
  -ms-flex: 1 1 80%;
  -webkit-box-flex: 1;
  flex: 1 1 80%;
  max-width: 930px;
  padding-right: 40px;
}
.promo-banner__cta {
  -ms-flex: 0 0 230px;
  -ms-flex-align: end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
  -webkit-box-flex: 0;
  -webkit-box-pack: end;
  align-items: flex-end;
  border-left: 1px solid rgba(136, 181, 199, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 230px;
  justify-content: flex-end;
  width: 230px;
}
.promo-banner__cta .btn {
  max-width: 220px;
  min-width: 170px;
}
.quote-block {
  font-size: 0;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
.quote-block__profile {
  border-right: 1px solid rgba(136, 181, 199, 0.5);
  display: inline-block;
  padding: 0 60px;
  vertical-align: top;
  width: 33.33%;
}
.quote-block__img {
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}
.quote-block__content {
  color: #002d72;
  display: inline-block;
  max-width: 750px;
  padding: 0 60px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 66.666%;
}
.quote-block__quote {
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 50px;
  position: relative;
}
.quote-block__quote:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='41' height='33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.52 21.16c0-8.28 4.56-15.72 11.16-20.4l5.76 4.56C13.6 7.6 9.52 12.52 8.8 16.6c.24-.12 1.2-.24 2.04-.24 3.96 0 7.08 3.12 7.08 7.56 0 4.44-3.6 8.16-8.16 8.16-4.92 0-9.24-3.96-9.24-10.92zm22.2 0c0-8.28 4.56-15.72 11.16-20.4l5.76 4.56C35.8 7.6 31.72 12.52 31 16.6c.24-.12 1.2-.24 2.04-.24 3.96 0 7.08 3.12 7.08 7.56 0 4.44-3.6 8.16-8.16 8.16-4.92 0-9.24-3.96-9.24-10.92z' fill='%23477d94' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}
.quote-block__author {
  color: #477d94;
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
}
.quote-block__cta {
  margin-top: 25px;
}
.quote-block__contact {
  margin-top: 25px;
  text-align: left;
}
.quote-block__contact .social {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 0;
}
.image-block {
  background: #002d72;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.image-block:before {
  content: "desktop";
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.image-block__bg {
  background-position: 50% 0;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.image-block__items {
  height: 810px;
  max-height: 100vh;
  min-height: 700px;
  z-index: 1;
}
.image-block__item,
.image-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.image-block__item {
  -ms-flex: 1 1 20%;
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-box-flex: 1;
  -webkit-transition: all 0.3s ease-in;
  align-items: flex-end;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  flex: 1 1 20%;
  transition: all 0.3s ease-in;
}
.image-block__item:last-child {
  border-right: 0;
}
.image-block__content {
  margin-bottom: 170px;
  padding: 30px 80px 30px 30px;
}
.image-block--5 .image-block__content {
  padding-right: 30px;
}
.image-block__title[class] {
  color: inherit;
  font-size: 2.2rem;
}
.image-block__cta {
  margin-top: 25px;
  display: none;
}
.js .image-block__desc {
  -webkit-transition: all 0.3s ease-in;
  max-height: 1px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.js .image-block__desc .image-block__additional-cta {
  display: none;
}
.js .image-block__item {
  cursor: pointer;
}
.js .image-block__item:focus,
.js .image-block__item:hover {
  background-color: rgba(0, 45, 114, 0.5);
}
.js .image-block__cta {
  max-width: 40px;
  min-width: 40px;
}
.js .image-block__cta,
.js .image-block__cta .btn__inr {
  -webkit-transition: all 0.3s ease-in;
  position: relative;
  transition: all 0.3s ease-in;
}
.js .image-block__cta .btn__inr {
  display: inline-block;
  line-height: 1;
  margin-bottom: -2px;
  max-width: 1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
.js .image-block__cta:after {
  -webkit-transition: all 0.1s ease-in;
  -webkit-transition-delay: 0.3s;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23002d72'/%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: all 0.1s ease-in;
  transition-delay: 0.3s;
  width: 10px;
  z-index: 1;
}
.js button.image-block__cta {
  overflow: hidden;
  text-indent: -999px;
}
.js .image-block__item.image-block__item--no-cta .image-block__cta:hover,
.js .image-block__item:not(.is-active) .image-block__cta:hover {
  background-color: #fff;
  border-color: #fff;
}
.js .image-block__item.is-active {
  background-color: rgba(0, 45, 114, 0.5);
}
.js .image-block__item.is-active .image-block__desc {
  max-height: 300px;
  opacity: 1;
}
.js .image-block__item.is-active .btn__inr,
.js .image-block__item.is-active .image-block__cta {
  max-width: 350px;
}
.js .image-block__item.is-active .image-block__cta:after {
  -webkit-transition-delay: 0ms;
  opacity: 0;
  transition-delay: 0ms;
}
.js .image-block__item.is-active button.image-block__cta:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23002d72'/%3E%3C/svg%3E");
  opacity: 1;
}
.product-block {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 50px 0;
  text-align: center;
}
.product-block:last-child {
  border: 0;
}
.product-block__title {
  color: #002d72;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word;
}
.product-block__title a {
  text-decoration: none;
}
.product-block:not(.no-focus).js-clickable:hover .product-block__title a,
.product-block:not(.no-focus) .product-block__title a:focus,
.product-block:not(.no-focus) .product-block__title a:hover {
  text-decoration: underline;
}
.product-search__title[class] {
  margin: 0 auto 30px;
  text-align: center;
}
.product-search__input {
  margin: 0 auto;
}
.onward-links {
  position: relative;
}
.onward-links__title[class] {
  font-size: 2.4rem;
}
.onward-link {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: #fff;
  color: inherit;
  display: inline-block;
  font-size: 0;
  position: relative;
  text-decoration: inherit;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.onward-link:focus .onward-link__img img,
.onward-link:hover .onward-link__img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.onward-link:focus .onward-link__title[class],
.onward-link:hover .onward-link__title[class] {
  text-decoration: underline;
}
.onward-link__title[class] {
  font-size: 2rem;
  line-height: 1.15;
  text-transform: none;
}
.onward-link__label {
  bottom: 20px;
  color: #a7a9ac;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.4rem;
  left: 25px;
  position: absolute;
  text-transform: uppercase;
}
.onward-link__img {
  display: inline-block;
  overflow: hidden;
  width: 200px;
}
.onward-link__img img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.onward-link__content {
  display: inline-block;
  padding: 20px 25px 50px;
  vertical-align: top;
  width: 100%;
}
.tabs:before {
  content: "desktop";
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.tabs__nav-list {
  background-color: #edf2f4;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tabs__nav-item,
.tabs__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__nav-item {
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
  border-right: 1px solid rgba(0, 45, 114, 0.25);
  flex: 1 1 100%;
  font-size: 1.4rem;
  text-align: center;
}
.tabs__nav-item:only-child .tabs__nav-link[class] {
  cursor: default;
}
.tabs__nav-item:only-child .tabs__nav-link[class]:hover,
.tabs__nav-item:only-child .tabs__nav-link[class]:hover .tabs__nav-text[class] {
  text-decoration: none;
}
.tabs__nav-item:only-child .tabs__nav-text:after {
  display: none;
}
.ie9 .tabs__nav-list:after {
  clear: both;
  content: "";
  display: block;
}
.ie9 .tabs__nav-item {
  float: left;
}
.tabs__nav-item:first-child {
  border-left: 0;
}
.tabs__nav-item:last-child {
  border-right: 0;
}
.tabs__nav-item:nth-last-child(2):first-child,
.tabs__nav-item:nth-last-child(2):first-child ~ .tabs__nav-item {
  width: 50%;
}
.tabs__nav-item:nth-last-child(3):first-child,
.tabs__nav-item:nth-last-child(3):first-child ~ .tabs__nav-item {
  width: 33.3333333%;
}
.tabs__nav-item:nth-last-child(4):first-child,
.tabs__nav-item:nth-last-child(4):first-child ~ .tabs__nav-item {
  width: 25%;
}
.tabs__nav-item:nth-last-child(5):first-child,
.tabs__nav-item:nth-last-child(5):first-child ~ .tabs__nav-item {
  width: 20%;
}
.tabs__nav-item:nth-last-child(6):first-child,
.tabs__nav-item:nth-last-child(6):first-child ~ .tabs__nav-item {
  width: 16.6666666%;
}
.tabs__nav-link {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #002d72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.tabs__nav-link.is-active {
  -webkit-box-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
  background-color: #fff;
  box-shadow: 2px 0 0 #fff, -2px 0 0 #fff;
}
.tabs__nav-link:focus,
.tabs__nav-link:hover {
  outline: 0;
  text-decoration: underline;
}
.tabs__nav-link:focus .tabs__nav-text,
.tabs__nav-link:hover .tabs__nav-text {
  text-decoration: underline;
}
.tabs__nav-text {
  -ms-flex: 1 1 auto;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: relative;
  text-align: center;
}
.tabs__nav-text:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='232' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M203 0l29 30.579L116 150 0 30.579 29 0l87 90z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  content: "";
  height: 7px;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  z-index: 1;
}
.tab__header {
  background: #edf2f4;
  color: #002d72;
  cursor: pointer;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.6rem;
  padding: 20px 45px 20px 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.tab__header:before {
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
  bottom: 0;
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.tab__header:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='232' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M203 0l29 30.579L116 150 0 30.579 29 0l87 90z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  content: "";
  height: 7px;
  margin-top: -3px;
  position: absolute;
  right: 22px;
  top: 50%;
  width: 11px;
  z-index: 1;
}
.tab__header h3 {
  color: inherit;
  font-size: 1em;
  margin: 0;
}
.tab.is-current .tab__header {
  background-color: #fff;
  border-top: 1px solid #fff;
  color: #002d72;
  margin-top: -1px;
}
.tab.is-current .tab__header:before {
  content: none;
}
.tab.is-current .tab__header:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.js .tab__header,
.js .tabs .tab {
  display: none;
}
.js .tabs .tab.is-current {
  display: block;
}
.tab {
  margin: 0;
  overflow: visible;
  position: relative;
}
.tab__content {
  background-color: #fff;
  display: block;
  padding: 60px 0;
}
.tab__content:after {
  clear: both;
  content: "";
  display: block;
}
.tab__content .copy {
  max-width: 750px;
}
.tabs--lrg-image {
  min-height: 675px;
  position: relative;
  z-index: 0;
}
.tabs--lrg-image .tabs__img {
  -webkit-transition: all 0.4s;
  background-position: 0 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
}
.tabs--lrg-image .tabs__nav-track {
  overflow: hidden;
  white-space: nowrap;
}
.tabs--lrg-image .tabs__nav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.tabs--lrg-image .tabs__nav-list {
  border-bottom: 0;
}
.tabs--lrg-image .tabs__nav-item {
  border-right-color: #fff;
}
.tabs--lrg-image .tabs__nav-item:last-child {
  border-right: 1px solid #fff;
}
.tabs--lrg-image .tabs__nav-link {
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #000c14;
  font-size: 1.4rem;
  padding: 27px 10px;
  white-space: normal;
}
.tabs--lrg-image .tabs__nav-link.is-active,
.tabs--lrg-image .tabs__nav-link:focus,
.tabs--lrg-image .tabs__nav-link:hover {
  background-color: rgba(0, 12, 20, 0.7);
  color: #fff;
}
.tabs--lrg-image .wrapper {
  padding: 25px 0 calc(7rem + 25px);
  text-align: right;
  z-index: 1;
}
.tabs--lrg-image .wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.tabs--lrg-image .tabs__content {
  background-color: rgba(0, 12, 20, 0.7);
  float: right;
  max-width: 500px;
  max-width: 50rem;
  min-height: 570px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}
.tabs--lrg-image .tab {
  height: 100%;
}
.tabs--lrg-image .is-current .tab__header {
  display: block;
}
.tabs--lrg-image .tab__header[class] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ff0;
  color: #fff;
  cursor: default;
  font-size: 2.4rem;
  margin: 25px 25px 0;
  padding: 0 0 15px;
  text-align: left;
  width: auto;
}
.tabs--lrg-image .tab__header[class]:after {
  display: none;
}
.tabs--lrg-image .tab__header[class] h3 {
  font-size: 2.4rem;
}
.tabs--lrg-image .tab__content {
  background-color: transparent;
  color: #fff;
  min-height: 500px;
  padding: 20px 25px;
  position: relative;
}
.tabs--lrg-image .tab__content p a:not(.btn) {
  -webkit-transition: border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tabs--lrg-image .tab__content p a:not(.btn):focus,
.tabs--lrg-image .tab__content p a:not(.btn):hover {
  border-bottom-color: #ff0;
}
.tabs--lrg-image .tab__content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs--lrg-image .tab__middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.tabs--lrg-image .tab__bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.tabs--lrg-image .tab__content .stat {
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 3.6rem;
  line-height: 1;
  max-width: 430px;
  max-width: 43rem;
  text-transform: uppercase;
}
.tabs--lrg-image .tab__content .stat + .btn,
.tabs--lrg-image .tab__content .stat + p {
  margin-top: 35px;
}
.tabs--lrg-image .tab__content .stat__figure {
  display: block;
  font-size: 9.6rem;
}
.tabs--lrg-image .tab__content p {
  line-height: 1.375;
}
.tabs--lrg-image .tab__content .inline-video {
  margin-bottom: 20px;
}
.tabs--lrg-image .deployment-blocks {
  font-size: 0;
  margin-top: 10px;
}
.tabs--lrg-image .deployment-blocks__title[class] {
  font-size: 1.65rem;
  margin-bottom: 20px;
}
.tabs--lrg-image .deployment-blocks__block {
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 30px;
  vertical-align: top;
  width: 50%;
}
.tabs--lrg-image .deployment-blocks__img {
  margin-bottom: 15px;
  max-width: 140px;
}
.tabs--lrg-image .deployment-blocks__img img {
  margin: 0;
}
.tabs--lrg-image .deployment-blocks__text {
  font-size: 1.6rem;
  font-weight: 600;
}
.tabs--lrg-image .deployment-blocks__text a {
  text-decoration: none;
}
.tabs--lrg-image .deployment-blocks__text a:focus,
.tabs--lrg-image .deployment-blocks__text a:hover {
  text-decoration: underline;
}
.tabs--lrg-image .deployment-blocks__text--location {
  padding-left: 27px;
  position: relative;
}
.tabs--lrg-image .deployment-blocks__text--location:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 0C7.802 0 4 3.403 4 7.602 4 11.8 7.469 16.812 12 24c4.531-7.188 8-12.2 8-16.398C20 3.403 16.199 0 12 0zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z' fill='%23a7a9ac'/%3E%3C/svg%3E") 50% 0;
  background-size: cover;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 18px;
}
.tabs--lrg-image .deployment-blocks__text--location a {
  left: -27px;
  padding-left: 27px;
  position: relative;
}
.tabs--lrg-image .deployment-blocks--stacked .deployment-blocks__block {
  display: block;
  margin-bottom: 10px;
  width: auto;
}
.tabs--lrg-image .deployment-blocks--stacked .deployment-blocks__img {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  width: 160px;
}
.tabs--lrg-image .deployment-blocks--stacked .deployment-blocks__img img {
  width: 100%;
}
.tabs--lrg-image .deployment-blocks--stacked .deployment-blocks__text {
  display: inline-block;
  margin-top: 5px;
  width: calc(100% - 160px);
}
.tabs--lrg-image .facts-and-figures {
  font-size: 0;
  margin-top: 50px;
}
.tabs--lrg-image .facts-and-figures__block {
  margin-bottom: 70px;
}
.tabs--lrg-image .facts-and-figures__block:last-child {
  margin-bottom: 0;
}
.tabs--lrg-image .facts-and-figures__icon {
  display: inline-block;
  padding-right: 25px;
  vertical-align: top;
  width: 75px;
}
.tabs--lrg-image .facts-and-figures__icon img {
  margin: 0;
}
.tabs--lrg-image .facts-and-figures__text {
  display: inline-block;
  width: calc(100% - 75px);
}
.tabs--lrg-image .facts-and-figures__title[class] {
  font-size: 1.65rem;
  margin: 0;
}
.tabs--lrg-image .facts-and-figures__desc[class] {
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.tabs--lrg-image .location {
  font-size: 1.65rem;
  padding-left: 30px;
  position: relative;
}
.tabs--lrg-image .location:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 0C7.802 0 4 3.403 4 7.602 4 11.8 7.469 16.812 12 24c4.531-7.188 8-12.2 8-16.398C20 3.403 16.199 0 12 0zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z' fill='%23a7a9ac'/%3E%3C/svg%3E") 50% 0;
  background-size: cover;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 18px;
}
.ie10-or-better .tabs__nav--equipment .tabs__nav-item[class] {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  min-width: 290px;
  width: 25% !important;
}
.ie10-or-better .tabs__nav--equipment .tabs__nav-item[class]:nth-last-child(3):first-child,
.ie10-or-better .tabs__nav--equipment .tabs__nav-item[class]:nth-last-child(3):first-child ~ .tabs__nav-item[class] {
  width: 33.3333% !important;
}
.ie10-or-better .tabs__nav--equipment .tabs__nav-item[class]:nth-last-child(2):first-child,
.ie10-or-better .tabs__nav--equipment .tabs__nav-item[class]:nth-last-child(2):first-child ~ .tabs__nav-item[class] {
  width: 50% !important;
}
.ie10-or-better .tabs__nav--equipment .tabs__nav-item[class]:last-child:first-child,
.ie10-or-better .tabs__nav--equipment .tabs__nav-item[class]:last-child:first-child ~ .tabs__nav-item[class] {
  width: 100% !important;
}
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class] {
  min-width: 16.66666%;
}
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:nth-last-child(5):first-child,
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:nth-last-child(5):first-child ~ .tabs__nav-item[class] {
  min-width: 20% !important;
}
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:nth-last-child(4):first-child,
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:nth-last-child(4):first-child ~ .tabs__nav-item[class] {
  min-width: 25% !important;
}
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:nth-last-child(3):first-child,
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:nth-last-child(3):first-child ~ .tabs__nav-item[class] {
  min-width: 33.3333% !important;
}
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:nth-last-child(2):first-child,
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:nth-last-child(2):first-child ~ .tabs__nav-item[class] {
  min-width: 50% !important;
}
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:last-child:first-child,
.ie10-or-better .tabs--lrg-image .tabs__nav-item[class]:last-child:first-child ~ .tabs__nav-item[class] {
  min-width: 100% !important;
}
.tabs__nav--equipment .tabs__nav-list {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.tabs__nav--equipment .tabs__nav-link {
  font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
  font-weight: 600;
  padding: 45px 10px 9px;
  text-transform: none;
  white-space: normal;
}
.tabs__nav--equipment .tabs__nav-link.is-active .tabs__nav-icon--alt,
.tabs__nav--equipment .tabs__nav-link:focus .tabs__nav-icon--alt,
.tabs__nav--equipment .tabs__nav-link:hover .tabs__nav-icon--alt {
  position: static;
}
.tabs__nav--equipment .tabs__nav-link.is-active .tabs__nav-icon--main,
.tabs__nav--equipment .tabs__nav-link:focus .tabs__nav-icon--main,
.tabs__nav--equipment .tabs__nav-link:hover .tabs__nav-icon--main {
  left: -9999px;
  position: absolute;
}
.tabs__nav--equipment .tabs__nav-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
}
.tabs__nav--equipment .tabs__nav-icon img {
  margin: 0;
  max-height: 36px;
}
.tabs__nav--equipment .tabs__nav-icon--alt {
  left: -9999px;
  position: absolute;
}
.tabs__nav-controls {
  bottom: 0;
  display: none;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tabs__nav-control {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.7);
  display: inline-block;
  height: 100%;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 70px;
}
.tabs__nav-control,
.tabs__nav-control:before {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.tabs__nav-control:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23a7a9ac'/%3E%3C/svg%3E") 60% 50% no-repeat;
  background-size: auto 16px;
  border: 2px solid #a7a9ac;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.tabs__nav-control.is-disabled:before {
  opacity: 0.5;
}
.tabs__nav-control--left {
  border-right: 1px solid #e2e2dc;
}
.tabs__nav-control--left:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23a7a9ac'/%3E%3C/svg%3E");
  background-position: 40% 50%;
}
.tabs__nav-control:not(.is-disabled):focus,
.tabs__nav-control:not(.is-disabled):hover {
  background-color: rgba(0, 12, 20, 0.7);
}
.tabs__nav-control:not(.is-disabled):focus:before,
.tabs__nav-control:not(.is-disabled):hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23fff'/%3E%3C/svg%3E");
  border-color: #fff;
}
.tabs__nav-control:not(.is-disabled).tabs__nav-control--left:focus:before,
.tabs__nav-control:not(.is-disabled).tabs__nav-control--left:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23fff'/%3E%3C/svg%3E");
}
.tabs__nav.has-controls {
  padding-right: 140px;
}
.tabs__nav.has-controls .tabs__nav-controls {
  display: block;
}
.inline-video {
  background-color: transparent;
  cursor: pointer;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  z-index: 0;
}
.inline-video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.inline-video:after {
  -webkit-transform-origin: 0 100%;
  -webkit-transition: background-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='28'%3E%3Cpath fill-rule='evenodd' fill='%23002d72' d='M24 14.002L-.008 27.863V.141L24 14.002z'/%3E%3C/svg%3E") no-repeat 55% 50%;
  background-size: 12px auto;
  bottom: 0;
  height: 90px;
  left: 0;
  transform-origin: 0 100%;
  transition: background-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 90px;
  z-index: 6;
}
.inline-video:after,
.inline-video:before {
  content: "";
  overflow: hidden;
  position: absolute;
}
.inline-video:before {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-ring'%3E%3Cpath fill='none' class='bk' d='M0 0h100v100H0z'/%3E%3Cdefs%3E%3Cfilter id='a' x='-100%25' y='-100%25' width='300%25' height='300%25'%3E%3CfeOffset result='offOut' in='SourceGraphic'/%3E%3CfeGaussianBlur result='blurOut' in='offOut'/%3E%3CfeBlend in='SourceGraphic' in2='blurOut'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M10 50s0 .5.1 1.4c0 .5.1 1 .2 1.7 0 .3.1.7.1 1.1.1.4.1.8.2 1.2.2.8.3 1.8.5 2.8.3 1 .6 2.1.9 3.2.3 1.1.9 2.3 1.4 3.5.5 1.2 1.2 2.4 1.8 3.7.3.6.8 1.2 1.2 1.9.4.6.8 1.3 1.3 1.9 1 1.2 1.9 2.6 3.1 3.7 2.2 2.5 5 4.7 7.9 6.7 3 2 6.5 3.4 10.1 4.6 3.6 1.1 7.5 1.5 11.2 1.6 4-.1 7.7-.6 11.3-1.6 3.6-1.2 7-2.6 10-4.6 3-2 5.8-4.2 7.9-6.7 1.2-1.2 2.1-2.5 3.1-3.7.5-.6.9-1.3 1.3-1.9.4-.6.8-1.3 1.2-1.9.6-1.3 1.3-2.5 1.8-3.7.5-1.2 1-2.4 1.4-3.5.3-1.1.6-2.2.9-3.2.2-1 .4-1.9.5-2.8.1-.4.1-.8.2-1.2 0-.4.1-.7.1-1.1.1-.7.1-1.2.2-1.7.1-.9.1-1.4.1-1.4V54.2c0 .4-.1.8-.1 1.2-.1.9-.2 1.8-.4 2.8-.2 1-.5 2.1-.7 3.3-.3 1.2-.8 2.4-1.2 3.7-.2.7-.5 1.3-.8 1.9-.3.7-.6 1.3-.9 2-.3.7-.7 1.3-1.1 2-.4.7-.7 1.4-1.2 2-1 1.3-1.9 2.7-3.1 4-2.2 2.7-5 5-8.1 7.1L70 85.7c-.8.5-1.7.9-2.6 1.3l-1.4.7-1.4.5c-.9.3-1.8.7-2.8 1C58 90.3 53.9 90.9 50 91l-3-.2c-1 0-2-.2-3-.3l-1.5-.2-.7-.1-.7-.2c-1-.3-1.9-.5-2.9-.7-.9-.3-1.9-.7-2.8-1l-1.4-.6-1.3-.6c-.9-.4-1.8-.8-2.6-1.3l-2.4-1.5c-3.1-2.1-5.9-4.5-8.1-7.1-1.2-1.2-2.1-2.7-3.1-4-.5-.6-.8-1.4-1.2-2-.4-.7-.8-1.3-1.1-2-.3-.7-.6-1.3-.9-2-.3-.7-.6-1.3-.8-1.9-.4-1.3-.9-2.5-1.2-3.7-.3-1.2-.5-2.3-.7-3.3-.2-1-.3-2-.4-2.8-.1-.4-.1-.8-.1-1.2v-1.1-1.7c-.1-1-.1-1.5-.1-1.5z' fill='%23fff' filter='url(%23a)'/%3E%3C/svg%3E") no-repeat 55% 50%;
  background-size: 119%;
  border: 40px solid #fff;
  border-radius: 100%;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  opacity: 0;
  top: 50%;
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  width: 80px;
  z-index: 5;
}
.inline-video__poster {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  z-index: 4;
}
.inline-video__iframe {
  z-index: 3;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.inline-video:focus {
  outline: 3px solid #002d72;
}
.inline-video:focus:after,
.inline-video:hover:after {
  background-size: 15px auto;
}
.inline-video.is-loading .inline-video__poster {
  opacity: 0.6;
}
.inline-video.is-loading:before {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-width: 0;
  opacity: 1;
}
.inline-video.is-loading:after {
  -webkit-transform: scale(0.0001);
  transform: scale(0.0001);
}
.inline-video__iframe {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.inline-video.is-loaded {
  cursor: default;
}
.inline-video.is-loaded:after,
.inline-video.is-loaded:before {
  content: none;
}
.inline-video.is-loaded .inline-video__caption {
  -webkit-transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  visibility: hidden;
}
.copy .inline-video {
  margin: 50px 0;
}
.inline-video__caption {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  left: 0;
  min-height: 90px;
  padding: 15px 110px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 4;
}
.inline-video__caption p {
  font-size: 1.8rem;
  line-height: 1.1;
}
.inline-video__caption-inr {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
.inline-image {
  position: relative;
  width: 100%;
  z-index: 0;
}
.inline-image__image img {
  display: block;
  margin: 0 auto;
}
.copy .inline-image {
  margin: 50px 0;
}
.inline-image__caption {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  left: 0;
  min-height: 90px;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 4;
}
.inline-image__caption p {
  line-height: 1.1;
}
.inline-image__caption-inr {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
.slider,
.slider__frame {
  overflow: hidden;
  position: relative;
  height: 120vh;
}
.slider__frame {
  font-size: 0;
  white-space: nowrap;
}
.slider__slides {
  display: block;
}
.slide {
  background-color: #002d72;
  color: #fff;
  display: inline-block;
  max-height: 120vh;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}
.slide img {
  display: block;
  width: 100%;
}
.slide__bg {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.slide__bg,
.slide__bg:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.slide__bg:before {
  /*background:-webkit-gradient(linear,left top,right top,color-stop(35%,rgba(0,45,114,.9)),color-stop(75%,rgba(0,45,114,0)));
background:linear-gradient(90deg,rgba(0,45,114,.9) 35%,rgba(0,45,114,0) 75%);*/
  content: "";
  z-index: 1;
}
.slide__bg:after {
  /*background:-webkit-gradient(linear,left bottom,left top,color-stop(20%,rgba(0,45,114,.9)),to(rgba(0,45,114,0)));
    background:linear-gradient(0deg,rgba(0,45,114,.9) 20%,rgba(0,45,114,0));*/
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.slide__sizer {
  height: 0; /*padding-bottom:56.25%;*/
  position: relative;
  width: 100%;
  height: 120vh;
  z-index: 0;
}
.slider--reduced .slide__bg:after,
.slider--reduced .slide__bg:before {
  display: none;
}
.slide__content {
  -webkit-transform: translateY(-50%);
  max-width: 90%;
  padding: 0 85px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slide__copy[class] {
  max-width: 820px;
}
.slide__copy[class] li::-moz-list-bullet {
  color: inherit;
}
.slide__copy[class] li::marker {
  color: inherit;
}
.slide__heading[class] {
  color: inherit;
  margin-bottom: 50px;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
}
.slide__heading[class]:after {
  background: #88b5c7;
  bottom: -27px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 90px;
}
.slide__description {
  max-width: 620px;
}
.slide__description p {
  font-size: 1.8rem;
}
.slide__sub-heading[class] {
  font-size: 3rem;
}
.slide__cta {
  margin-top: 25px;
}
.slider__controls {
  bottom: 60px;
  font-size: 0;
  position: absolute;
  right: 85px;
}
.slider__control {
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  margin: 0 5px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
}
.slider__control:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23477d94'/%3E%3C/svg%3E") 52.5% 50% no-repeat;
  background-size: auto 11px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider__control.is-disabled {
  opacity: 0.5;
}
.slider__control:focus,
.slider__control:hover {
  background-color: #002d72;
}
.slider__control:focus:before,
.slider__control:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23fff'/%3E%3C/svg%3E");
}
.slider__control--left:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23477d94'/%3E%3C/svg%3E");
  background-position: 47.5% 50%;
}
.slider__control--left:focus:before,
.slider__control--left:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23fff'/%3E%3C/svg%3E");
}
.slider__nav {
  bottom: 60px;
  left: 0;
  padding: 0 22px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}
.slider__nav-item {
  -webkit-transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 10px;
  margin: 0 8px;
  overflow: hidden;
  text-indent: -999px;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 10px;
}
.slider__nav-item.is-active,
.slider__nav-item:focus,
.slider__nav-item:hover {
  background-color: #477d94;
}
.slide__progress {
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  padding: 0 85px;
  position: absolute;
  text-align: center;
  top: 55px;
  width: 100%;
}
.slide__title[class] {
  color: inherit;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
  max-width: 250px;
  text-transform: uppercase;
}
.slide__progress-left,
.slide__progress-right {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  position: relative;
}
.slide__progress-left:before,
.slide__progress-right:before {
  background-color: #477d94;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
}
.is-autoplaying .slide__progress-left:before,
.is-autoplaying .slide__progress-right:before {
  -webkit-transition-duration: inherit;
  -webkit-transition-timing-function: linear;
  transition-duration: inherit;
  transition-timing-function: linear;
}
.is-autoplaying .active .slide__progress-left:before,
.is-autoplaying .active .slide__progress-right:before {
  -webkit-transform: scaleX(0.001);
  transform: scaleX(0.001);
}
.slide__progress-left:before {
  -webkit-transform-origin: 100% 0;
  left: 0;
  right: 25px;
  transform-origin: 100% 0;
}
.slide__progress-right:before {
  -webkit-transform-origin: 0 0;
  left: 25px;
  right: 0;
  transform-origin: 0 0;
}
.slide--light {
  border-top: 1px solid #88b5c7;
  color: #002d72;
}
.slide--light .slide__bg:after,
.slide--light .slide__bg:before {
  display: none;
}
.slide--light .slide__progress-left:before,
.slide--light .slide__progress-right:before {
  background-color: #88b5c7;
}
.slide--industrial-blue {
  color: #fff;
}
.slide--industrial-blue .slide__bg {
  background-color: #477d94;
}
.slide--industrial-blue .slide__bg:after,
.slide--industrial-blue .slide__bg:before {
  display: none;
}
.slide--industrial-blue .slide__progress-left:before,
.slide--industrial-blue .slide__progress-right:before {
  background-color: #fff;
}
.slider__nav--light .slider__nav-item.is-active {
  background-color: #88b5c7;
}
.slide--product .slide__bg {
  background-position: 80% 50%;
  background-size: auto calc(100% - 260px);
  bottom: 0;
  height: auto;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.slide--product.bg--lightbluefade .slide__bg {
  background-position: 90% 50%;
}
.slide--product .slide__content,
.slide--product .slide__description {
  max-width: none;
  width: 100%;
}
.slide--product .slide__copy {
  width: 50%;
}
.js-carousel,
.js-carousel-mobile {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.section-header__cta .carousel__controls {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
  vertical-align: top;
}
.carousel__controls {
  display: inline-block;
  float: right;
  font-size: 0;
  margin: 60px 0;
  text-align: right;
  z-index: 5;
}
.carousel__controls.u-hide {
  display: block !important;
  height: 0;
  overflow: hidden;
}
.carousel__controls.u-hide .carousel__control,
.js-carousel-mobile ~ .carousel__controls {
  display: none;
}
.carousel__control {
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  margin: 0 5px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
}
.carousel__control:before {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23477d94'/%3E%3C/svg%3E") 52.5% 50% no-repeat;
  background-size: auto 11px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.carousel__control.is-disabled {
  opacity: 0.5;
}
.carousel__control:not(.is-disabled):focus,
.carousel__control:not(.is-disabled):hover {
  background-color: #002d72;
}
.carousel__control:not(.is-disabled):focus:before,
.carousel__control:not(.is-disabled):hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23fff'/%3E%3C/svg%3E");
}
.carousel__control--left:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23477d94'/%3E%3C/svg%3E");
  background-position: 47.5% 50%;
}
.carousel__control--left:not(.is-disabled):focus:before,
.carousel__control--left:not(.is-disabled):hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23fff'/%3E%3C/svg%3E");
}
.carousel__nav {
  font-size: 0;
  margin-bottom: -9px;
  margin-top: 35px;
  position: relative;
  text-align: center;
}
.carousel__nav span {
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 9px 9px;
  overflow: hidden;
  text-indent: -999px;
  width: 12px;
}
.carousel__nav span.is-active {
  background-color: #88b5c7;
}
.copy-block,
.no-controls .js-carousel {
  text-align: center;
}
.copy-block {
  color: #002d72;
  margin: 0 auto;
  max-width: 900px;
}
.copy-block + .icon-blocks {
  margin-top: 50px;
  padding-bottom: 0;
}
.copy-block + .copy-block {
  margin-top: 40px;
}
.copy-block .lede {
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  margin: 20px auto;
}
.generic-block {
  color: #fff;
  min-height: 100%;
  padding: 25px;
  position: relative;
}
.generic-block h3 {
  margin-bottom: 15px;
}
.generic-block p:not(:first-child) {
  margin-top: 15px;
}
.generic-block p:not(:last-child) {
  margin-bottom: 15px;
}
.follow-link {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
}
.follow-link,
.follow-link:after {
  display: inline-block;
  height: 46px;
  width: 46px;
}
.follow-link:after {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='449.97' height='365.45'%3E%3Cpath d='M450 43.4a184.38 184.38 0 0 1-53.1 14.28q30-18 40.54-50.82a181.3 181.3 0 0 1-58.53 22.26Q351.46 0 311.5 0q-38.28 0-65.25 27t-27 65.23a102.63 102.63 0 0 0 2.28 21.13 257 257 0 0 1-106.07-28.4A261.53 261.53 0 0 1 31.4 16.84a90.42 90.42 0 0 0-12.56 46.54 89.7 89.7 0 0 0 11.14 44 91.94 91.94 0 0 0 30 32.84 91.7 91.7 0 0 1-41.7-11.7v1.13q0 33.4 21 58.68a90.78 90.78 0 0 0 53 31.83A95.25 95.25 0 0 1 68 223.27a118.37 118.37 0 0 1-17.42-1.42 92.44 92.44 0 0 0 86.23 64q-50.25 39.39-114.5 39.4A195.11 195.11 0 0 1 0 324.05q64.25 41.4 141.6 41.4 49.13 0 92.22-15.56t73.67-41.7a279 279 0 0 0 52.66-60.08 268 268 0 0 0 33-71A261.92 261.92 0 0 0 404 103.08c0-5.33-.1-9.32-.28-12A192.65 192.65 0 0 0 450 43.42z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.follow-link + .follow-link {
  margin-left: 10px;
}
.follow-link:focus:after,
.follow-link:hover:after {
  background-color: hsla(0, 0%, 100%, 0.3);
}
.follow-link--twitter:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='449.97' height='365.45'%3E%3Cpath d='M450 43.4a184.38 184.38 0 0 1-53.1 14.28q30-18 40.54-50.82a181.3 181.3 0 0 1-58.53 22.26Q351.46 0 311.5 0q-38.28 0-65.25 27t-27 65.23a102.63 102.63 0 0 0 2.28 21.13 257 257 0 0 1-106.07-28.4A261.53 261.53 0 0 1 31.4 16.84a90.42 90.42 0 0 0-12.56 46.54 89.7 89.7 0 0 0 11.14 44 91.94 91.94 0 0 0 30 32.84 91.7 91.7 0 0 1-41.7-11.7v1.13q0 33.4 21 58.68a90.78 90.78 0 0 0 53 31.83A95.25 95.25 0 0 1 68 223.27a118.37 118.37 0 0 1-17.42-1.42 92.44 92.44 0 0 0 86.23 64q-50.25 39.39-114.5 39.4A195.11 195.11 0 0 1 0 324.05q64.25 41.4 141.6 41.4 49.13 0 92.22-15.56t73.67-41.7a279 279 0 0 0 52.66-60.08 268 268 0 0 0 33-71A261.92 261.92 0 0 0 404 103.08c0-5.33-.1-9.32-.28-12A192.65 192.65 0 0 0 450 43.42z' fill='%23fff'/%3E%3C/svg%3E");
}
.follow-link--facebook:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='470.51' height='470.51' viewBox='0 0 470.513 470.513'%3E%3Cpath d='M271.52 154.17v-40.54c0-6.1.28-10.8.85-14.13.57-3.34 1.86-6.62 3.86-9.85 2-3.24 5.23-5.47 9.7-6.7 4.48-1.25 10.43-1.87 17.85-1.87h40.54V0h-64.8c-37.5 0-64.44 8.9-80.8 26.7-16.38 17.8-24.56 44-24.56 78.65v48.82h-48.54v81.1h48.54V470.5h97.36V235.27h64.8l8.57-81.1H271.5z' fill='%23fff'/%3E%3C/svg%3E");
}
.follow-link--instagram:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z' fill='%23fff'/%3E%3C/svg%3E");
}
.follow-link--youtube:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='176' height='124'%3E%3Cpath d='M172.32 19.36A22.1 22.1 0 0 0 156.76 3.7C143 0 88 0 88 0S33 0 19.24 3.7A22.1 22.1 0 0 0 3.68 19.36C0 33.18 0 62 0 62s0 28.82 3.68 42.64a22.1 22.1 0 0 0 15.56 15.66C33 124 88 124 88 124s55 0 68.76-3.7a22.1 22.1 0 0 0 15.56-15.66C176 90.82 176 62 176 62s0-28.82-3.68-42.64zM70 88.17V35.83L116 62z' fill='%23fff'/%3E%3C/svg%3E");
}
.filters {
  margin-bottom: -30px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.filters__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.filters__item {
  -ms-flex: 1 1 300px;
  -webkit-box-flex: 1;
  flex: 1 1 300px;
  margin: 0 10px;
  text-align: left;
}
.filters__title {
  display: block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 2.4rem;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}
.filters__set {
  margin-bottom: 30px;
}
.filters__set legend {
  display: block;
  width: 100%;
}
.filters__list {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.filter__check {
  display: inline-block;
}
.filter__check label {
  -webkit-transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #477d94;
  border-radius: 20px/50%;
  color: #477d94;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 5px 10px;
  padding: 12px 55px 12px 20px;
  position: relative;
  text-transform: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.filter__check label:after {
  -webkit-transform: scale(0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='442.53' height='442.53' viewBox='0 0 442.533 442.533'%3E%3Cpath d='M434.54 98.5L395.7 59.67c-5.3-5.33-11.8-8-19.4-8-7.62 0-14.1 2.67-19.42 8l-187.3 187.58-83.93-84.23c-5.33-5.33-11.8-8-19.4-8-7.63 0-14.1 2.67-19.43 8L8 201.85c-5.34 5.33-8 11.8-8 19.42 0 7.6 2.66 14.1 8 19.4l103.34 103.36 38.84 38.83c5.32 5.33 11.8 8 19.4 8 7.62 0 14.1-2.67 19.42-8l38.83-38.83 206.7-206.7c5.33-5.33 8-11.8 8-19.42 0-7.6-2.67-14.07-8-19.4z' fill='%23477d94'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 14px auto;
  border-radius: 50%;
  content: "";
  height: 26px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 7px;
  transform: scale(0.5);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 26px;
}
.filter__check label span {
  -webkit-transform: translateX(17px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  transform: translateX(17px);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.filter__check input:focus ~ label,
.filter__check label:hover {
  background-color: #edf2f4;
  border-color: #edf2f4;
}
.filter__check input:checked ~ label {
  background: #477d94;
  border-color: #477d94;
  color: #fff;
}
.filter__check input:checked ~ label:after {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}
.filter__check input:checked ~ label span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.filter__check input:checked:focus ~ label {
  border-color: #e2e2dc;
}
.filters__submit .btn {
  max-width: 100%;
  min-width: 200px;
}
.filters__reset-btn {
  color: #002d72;
  display: inline-block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.filters__reset-btn:focus,
.filters__reset-btn:hover {
  text-decoration: underline;
}
.search-results__top {
  margin-bottom: 40px;
}
.search-results__top:after {
  clear: both;
  content: "";
  display: block;
}
.search-results__info {
  display: block;
}
.search-results__count,
.search-results__noresults {
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.search-results__sort {
  float: right;
}
.search-results__sort label {
  color: #000c14;
}
.search-results__sort .styled-select {
  background-color: transparent;
  border-bottom: 3px solid #a7a9ac;
  display: inline-block;
  min-width: 200px;
  width: auto;
}
.search-results__sort .styled-select__label[class] {
  color: #a7a9ac;
  font-weight: 600;
  padding-left: 0;
}
.search-result {
  background-color: #fff;
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  display: block;
  font-size: 0;
  position: relative;
  text-decoration: none;
}
.search-result:focus .search-result__title[class],
.search-result:hover .search-result__title[class] {
  text-decoration: underline;
}
.search-result__content {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 50px 0;
  width: 100%;
}
.search-result__desc {
  padding-right: 50px;
  width: 70%;
}
.search-result__desc p {
  font-size: 1em;
  margin-bottom: 15px;
}
.search-result__url {
  -ms-word-break: break-all;
  color: #002d72;
  display: block;
  font-weight: 600;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.search-result__title[class] {
  font-size: 3rem;
  margin-bottom: 20px;
  margin-top: 0;
  text-decoration: none;
  text-transform: none;
}
.search-result__info {
  background-color: #edf2f4;
  text-align: center;
  width: 30%;
}
.search-result__section[class] {
  background-color: #910048;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}
.search-result__info-items {
  color: #002d72;
  font-weight: 600;
  padding: 0 20px;
}
.search-result__info-item {
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  line-height: 1.3;
  padding: 20px 0;
}
.search-result__info-item:first-child {
  border-top: 0;
}
.no-results {
  text-align: center;
}
.no-results p {
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.job-results__top {
  margin-bottom: 40px;
}
.job-results__top:after {
  clear: both;
  content: "";
  display: block;
}
.job-results__info {
  display: block;
}
.job-results__count,
.job-results__noresults {
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.job {
  background-color: #fff;
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  display: block;
  font-size: 0;
  position: relative;
  text-decoration: none;
}
.job__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 0 0 50px;
  width: 100%;
}
.job:last-child .job__content[class] {
  padding-bottom: 0;
}
.job__desc {
  padding-right: 20px;
  padding-top: 6rem;
  position: relative;
  width: 70%;
}
.job__desc p {
  font-size: 1em;
  margin-bottom: 15px;
}
.job__date-sep {
  display: none;
  padding: 10px 0;
}
.job__closing,
.job__date-sep,
.job__posted {
  background-color: #edf2f4;
  color: #477d94;
  font: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.job__closing,
.job__posted {
  display: inline-block;
  min-width: 3.5rem;
  padding: 10px 20px;
  position: absolute;
}
.job__closing:after,
.job__posted:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' height='100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 0L0 100V0z' fill='%23edf2f4'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
}
.job__posted {
  left: 0;
  top: 0;
}
.job__posted:after {
  right: -10px;
}
.job__closing {
  bottom: 0;
  max-width: calc(50% - 40px);
  right: 1px;
}
.job__closing:after {
  -webkit-transform: rotate(180deg);
  left: -10px;
  transform: rotate(180deg);
}
.job__title[class] {
  font-size: 3rem;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: none;
}
.job__title[class],
.job__title[class] a {
  text-decoration: none;
}
.job__title[class] a:focus,
.job__title[class] a:hover {
  text-decoration: underline;
}
.job__tags {
  margin-top: 30px;
  max-width: 50%;
  min-height: 3.5rem;
}
.job__tag,
.job__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job__tag {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  background-color: #910048;
  color: #fff;
  flex-direction: column;
  font: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: center;
  margin-right: 1px;
  padding: 10px 18px;
  text-align: center;
  text-transform: uppercase;
}
.job__info {
  background-color: #edf2f4;
  padding: 0 0 20px;
  text-align: center;
  width: 30%;
}
.job__info .btn {
  display: block;
  margin: 20px 20px 0;
}
.job__info-items {
  color: #002d72;
  padding: 4px 20px 0;
  text-align: left;
}
.job__info-item {
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
  line-height: 1.3;
  padding: 20px 0 20px 38px;
  position: relative;
}
.job__info-item:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 24px;
}
.job__info-item--location:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 0C7.802 0 4 3.403 4 7.602 4 11.8 7.469 16.812 12 24c4.531-7.188 8-12.2 8-16.398C20 3.403 16.199 0 12 0zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z' fill='%23477d94'/%3E%3C/svg%3E");
  left: -2px;
}
.job__info-item--salary:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10a6 6 0 0 0 0 12 6 6 0 0 0 0-12zm.5 8.474V19H18v-.499a3.459 3.459 0 0 1-1.5-.363l.228-.822c.478.186 1.114.383 1.612.27.574-.13.692-.721.057-1.005-.465-.217-1.889-.402-1.889-1.622 0-.681.52-1.292 1.492-1.425V13h.5v.509c.362.01.768.073 1.221.21l-.181.824c-.384-.135-.808-.257-1.222-.232-.744.043-.81.688-.29.958.856.402 1.972.7 1.972 1.773.001.858-.672 1.315-1.5 1.432zM10.589 13H8v-2h3.765a7.99 7.99 0 0 0-1.176 2zM10 16H8v-2h2.264A7.959 7.959 0 0 0 10 16zm2.727-6H8V8h7v.589A8 8 0 0 0 12.727 10zM15 4H8V2h7v2zm0 3H8V5h7v2zm-4.411 12H8v-2h2.069c.088.698.264 1.369.52 2zM0 8h7v2H0V8zm0 3h7v2H0v-2zm12.727 11H8v-2h3.082a8.05 8.05 0 0 0 1.645 2zM0 17h7v2H0v-2zm0 3h7v2H0v-2zm0-6h7v2H0v-2z' fill='%23477d94'/%3E%3C/svg%3E");
}
.job__info-item--reference:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.744 8s1.522-8-3.335-8H2v24h20V11c0-3.419-5.247-3.745-8.256-3zM14 19H6v-1h8v1zm4-3H6v-1h12v1zm0-3H6v-1h12v1zM14.568.075C16.77 1.249 20.506 4.958 22 6.956c-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z' fill='%23477d94'/%3E%3C/svg%3E");
}
.job__info-item--contract:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3v18h24V3zm13 14H3v-.4c0-1.1 0-1.7 1.3-2 1.4-.3 2.8-.6 2.1-1.8C4.5 9.1 5.9 7 8 7s3.5 2 1.6 5.7c-.6 1.2.7 1.5 2.1 1.8 1.3.3 1.3.9 1.3 2.1zm8 0h-6v-2h6zm0-4h-6v-2h6zm0-4h-6V7h6z' fill='%23477d94'/%3E%3C/svg%3E");
}
.role__detail {
  background-color: #edf2f4;
  padding: 20px;
}
.role__cta {
  margin-top: 20px;
}
.role__info {
  background-color: #477d94;
  color: #fff;
  padding: 20px;
}
.role__info-title {
  color: inherit;
}
.role__info-items {
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  font-size: 1.6rem;
  text-align: left;
}
.role__info-item {
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
  line-height: 1.3;
  padding: 20px 0 20px 45px;
  position: relative;
}
.role__info-item:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 24px;
}
.role__info-item--location:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 0C7.802 0 4 3.403 4 7.602 4 11.8 7.469 16.812 12 24c4.531-7.188 8-12.2 8-16.398C20 3.403 16.199 0 12 0zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z' fill='%23fff'/%3E%3C/svg%3E");
  left: -2px;
}
.role__info-item--salary:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 10a6 6 0 0 0 0 12 6 6 0 0 0 0-12zm.5 8.474V19H18v-.499a3.459 3.459 0 0 1-1.5-.363l.228-.822c.478.186 1.114.383 1.612.27.574-.13.692-.721.057-1.005-.465-.217-1.889-.402-1.889-1.622 0-.681.52-1.292 1.492-1.425V13h.5v.509c.362.01.768.073 1.221.21l-.181.824c-.384-.135-.808-.257-1.222-.232-.744.043-.81.688-.29.958.856.402 1.972.7 1.972 1.773.001.858-.672 1.315-1.5 1.432zM10.589 13H8v-2h3.765a7.99 7.99 0 0 0-1.176 2zM10 16H8v-2h2.264A7.959 7.959 0 0 0 10 16zm2.727-6H8V8h7v.589A8 8 0 0 0 12.727 10zM15 4H8V2h7v2zm0 3H8V5h7v2zm-4.411 12H8v-2h2.069c.088.698.264 1.369.52 2zM0 8h7v2H0V8zm0 3h7v2H0v-2zm12.727 11H8v-2h3.082a8.05 8.05 0 0 0 1.645 2zM0 17h7v2H0v-2zm0 3h7v2H0v-2zm0-6h7v2H0v-2z' fill='%23fff'/%3E%3C/svg%3E");
}
.role__info-item--contract:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3v18h24V3zm13 14H3v-.4c0-1.1 0-1.7 1.3-2 1.4-.3 2.8-.6 2.1-1.8C4.5 9.1 5.9 7 8 7s3.5 2 1.6 5.7c-.6 1.2.7 1.5 2.1 1.8 1.3.3 1.3.9 1.3 2.1zm8 0h-6v-2h6zm0-4h-6v-2h6zm0-4h-6V7h6z' fill='%23fff'/%3E%3C/svg%3E");
}
.role__info-item--reference:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.744 8s1.522-8-3.335-8H2v24h20V11c0-3.419-5.247-3.745-8.256-3zM14 19H6v-1h8v1zm4-3H6v-1h12v1zm0-3H6v-1h12v1zM14.568.075C16.77 1.249 20.506 4.958 22 6.956c-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z' fill='%23fff'/%3E%3C/svg%3E");
}
.role__info-item--person:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418C20.452 4.766 16.983 0 12 0 6.918 0 3.536 4.949 8.268 13.678c1.597 2.945-1.725 3.641-5.09 4.418C.105 18.806-.01 20.332 0 23l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z' fill='%23fff'/%3E%3C/svg%3E");
}
.role__info-item--date:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zM8 16H4v4h4v-4zm6 0h-4v4h4v-4zm-6-6H4v4h4v-4zm16-8v22H0V2h3v1c0 1.103.897 2 2 2s2-.897 2-2V2h10v1c0 1.103.897 2 2 2s2-.897 2-2V2h3zm-2 6H2v14h20V8zm-2-7a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0V1zM6 3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v2z' fill='%23fff'/%3E%3C/svg%3E");
}
.role__info-item--role:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M24 13.616v-3.232c-1.651-.587-2.694-.752-3.219-2.019v-.001c-.527-1.271.1-2.134.847-3.707l-2.285-2.285c-1.561.742-2.433 1.375-3.707.847h-.001C14.366 2.693 14.2 1.643 13.616 0h-3.232c-.582 1.635-.749 2.692-2.019 3.219h-.001c-1.271.528-2.132-.098-3.707-.847L2.372 4.657c.745 1.568 1.375 2.434.847 3.707C2.692 9.635 1.635 9.802 0 10.384v3.232c1.632.58 2.692.749 3.219 2.019.53 1.282-.114 2.166-.847 3.707l2.285 2.286c1.562-.743 2.434-1.375 3.707-.847h.001c1.27.526 1.436 1.579 2.019 3.219h3.232c.582-1.636.75-2.69 2.027-3.222h.001c1.262-.524 2.12.101 3.698.851l2.285-2.286c-.744-1.563-1.375-2.433-.848-3.706.527-1.271 1.588-1.44 3.221-2.021zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8z' fill='%23fff'/%3E%3C/svg%3E");
}
.role__info-item--expertise:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M20 12.875v5.068C20 20.697 14.211 22 11 22c-3.052 0-9-1.392-9-4.057v-6.294l9 4.863 9-3.637zM11.917 2L-1 7.75l12 6.5 11-4.417V17h2V8.75L11.917 2zM25 22h-4c.578-1 1-2.5 1-4h2c0 1.516.391 2.859 1 4z' fill='%23fff'/%3E%3C/svg%3E");
}
.role__contact {
  background-color: #fff;
  padding: 20px;
}
.role__contact .btn {
  margin-top: 20px;
}
.role__contact-items {
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  color: #002d72;
  font-size: 1.6rem;
  text-align: left;
}
.role__contact-item {
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
  line-height: 1.3;
  padding: 20px 0 20px 45px;
  position: relative;
}
.role__contact-item a {
  text-decoration: none;
  word-wrap: break-word;
}
.role__contact-item a:focus,
.role__contact-item a:hover {
  text-decoration: underline;
}
.role__contact-item:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 24px;
}
.role__contact-item--tel:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='334' height='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M333.333 471.272l-73.356-141.563c-.167.083-41.126 20.208-43.001 21.063-46.668 22.625-141.65-162.917-96.024-187.376l43.397-21.375L91.577 0 47.7 21.646c-150.046 78.23 88.19 541.293 241.674 471.147 2.52-1.146 43.793-21.438 43.96-21.521z' fill='%23477d94'/%3E%3C/svg%3E");
}
.role__contact-item--mail:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='358' width='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M250 196.429L0 0h500zm0 48.374L0 53.57v303.572h500V53.57z' fill='%23477d94'/%3E%3C/svg%3E");
}
.role__contact-item--share:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20.3'%3E%3Cpath d='M.8 10.1C.8 8 2.5 6.3 4.6 6.3S8.4 8 8.4 10.1s-1.7 3.8-3.8 3.8c-2.1 0-3.8-1.7-3.8-3.8zM16 .8c-1.8 0-3.2 1.4-3.2 3.2 0 .3 0 .5.1.8l-.1.1-3.7 2c-.2 0-.2.1-.1.2.2.3.3.6.5.9.1.2.1.2.3.1l3.8-2s.1 0 .1-.1c1.2 1.3 3.2 1.5 4.5.3s1.5-3.2.3-4.5c-.6-.6-1.5-1-2.5-1zm2.4 13.5c-.9-1.1-2.4-1.5-3.7-.8-.3.2-.7.4-.9.6h-.2l-3.8-2c-.1-.1-.2-.1-.2 0-.2.3-.3.6-.5.9-.1.2-.1.2.1.3l3.8 2 .1.1c-.5 1.7.4 3.5 2.1 4 1.7.5 3.5-.4 4-2.1.2-1 0-2.1-.8-3z' fill='%23477d94'/%3E%3C/svg%3E");
}
.role__contact-item--social {
  padding-left: 0;
}
.role__contact-item--social:before {
  content: none;
}
.pagination {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.pagination li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.pagination li a {
  text-decoration: none;
}
.pagination li.thisclass {
  background-color: #002d72;
  color: #fff;
  border: 1px solid #002d72;
}
.pagination__next,
.pagination__previous {
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #002d72;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 60px;
  margin: 0;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
}
.pagination__next:before,
.pagination__previous:before {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23fff'/%3E%3C/svg%3E") 52.5% 50% no-repeat;
  background-size: auto 11px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.pagination__next.is-disabled,
.pagination__previous.is-disabled {
  background-color: #edf2f4;
  opacity: 0;
  visibility: hidden;
}
.pagination__next.is-disabled:before,
.pagination__previous.is-disabled:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23477d94'/%3E%3C/svg%3E");
  opacity: 0.8;
}
.pagination__next:not(.is-disabled):focus,
.pagination__next:not(.is-disabled):hover,
.pagination__previous:not(.is-disabled):focus,
.pagination__previous:not(.is-disabled):hover {
  background-color: #477d94;
}
.pagination__previous:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 47.5% 50%;
}
.pagination__previous.is-disabled:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23477d94'/%3E%3C/svg%3E");
}
.pagination__left-cell {
  -ms-flex: 0 0 auto;
  -ms-flex-order: 1;
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 2;
  flex: 0 0 auto;
  order: 1;
}
.pagination__right-cell {
  -ms-flex: 0 0 auto;
  -ms-flex-order: 3;
  -webkit-box-flex: 0;
  -webkit-box-ordinal-group: 4;
  flex: 0 0 auto;
  order: 3;
}
.pagination__previous {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.pagination__next {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.pagination__list {
  -ms-flex-order: 2;
  -ms-flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  background-color: #edf2f4;
  border-radius: 30px/50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  order: 2;
  padding: 10px 5px 0;
  text-align: center;
}
.pagination__item {
  margin: 0 5px 10px;
}
.pagination-ellipsis,
.pagination__link {
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  border-radius: 50%;
  color: #477d94;
  display: inline-block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  height: 4rem;
  line-height: 4rem;
  min-width: 4rem;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-active .pagination__link,
.pagination__link:focus,
.pagination__link:hover {
  background-color: #477d94;
  color: #fff;
}
.downloads-block {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  justify-content: center;
}
.downloads-block__content {
  padding: 20px;
  width: 100%;
}
.downloads-block__title {
  text-align: center;
}
.download-list {
  border-top: 1px solid rgba(136, 181, 199, 0.5);
}
.download-list__item {
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
}
.download-list__link {
  color: #002d72;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px 10px 20px 35px;
  position: relative;
  text-decoration: none;
}
.download-list__link:focus,
.download-list__link:hover {
  text-decoration: underline;
}
.download-list__link:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='250' height='321' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.813 320.378v-30.654h213.75v30.654H17.813zm163.55-175.374V0H68.012v145.004H0l124.688 119.081 124.687-119.081h-68.011z' fill='%23002d72'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 14px auto;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 25px;
  width: 14px;
}
.download-list__link.is-disabled {
  cursor: default;
  opacity: 0.5;
}
.download-list__link.is-disabled:hover {
  text-decoration: none;
}
.contact {
  -ms-flex-flow: row wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  padding: 0 17px;
}
.contact__title,
.contact__title a {
  color: inherit;
}
.contact__section {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
  flex: 1 1 auto;
  padding: 30px 50px;
  position: relative;
  text-align: center;
}
.contact__section:last-child {
  border: 0 !important;
}
.contact__section--mail,
.contact__section--tel {
  padding-top: 50px !important;
}
.contact__section--mail:before,
.contact__section--tel:before {
  -webkit-transform: translateX(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
}
.contact__section--tel:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='334' height='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M333.333 471.272l-73.356-141.563c-.167.083-41.126 20.208-43.001 21.063-46.668 22.625-141.65-162.917-96.024-187.376l43.397-21.375L91.577 0 47.7 21.646c-150.046 78.23 88.19 541.293 241.674 471.147 2.52-1.146 43.793-21.438 43.96-21.521z' fill='%23fff'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
}
.contact__section--mail:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='358' width='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M250 196.429L0 0h500zm0 48.374L0 53.57v303.572h500V53.57z' fill='%23fff'/%3E%3C/svg%3E");
  height: 20px;
  width: 28px;
}
.contact--bar {
  padding: 40px 0;
}
.contact--bar .contact__section {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  border-bottom: 0;
  border-right: 1px solid rgba(136, 181, 199, 0.5);
  flex: 1 1 auto;
  width: 33.333%;
}
.office {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
.office__contact {
  color: #002d72;
  font-weight: 600;
  margin-top: 18px;
}
.office__contact a {
  text-decoration: none;
}
.office__contact a:focus,
.office__contact a:hover {
  text-decoration: underline;
}
.office__social {
  margin-top: 30px;
}
.office--single {
  background-color: transparent;
  padding: 0;
}
.office--single .office__social {
  margin-top: 60px;
}
.profile {
  -webkit-column-break-inside: avoid;
  background: #fff;
  break-inside: avoid;
  margin-bottom: 20px;
  max-width: 560px;
  padding: 30px 25px 0;
  page-break-inside: avoid;
  text-align: center;
}
.profile__img {
  border-radius: 50%;
  height: 180px;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 180px;
}
.profile__contact,
.profile__social {
  margin-top: 30px;
}
.profile__contact {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.profile__contact-info {
  padding-bottom: 30px;
}
.profile__contact-title {
  font-weight: 600;
  margin-top: 20px;
  padding: 0;
  text-transform: uppercase;
}
.profile__expand {
  display: block;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
}
.js .profile__expand:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23002d72'/%3E%3C/svg%3E");
  background-size: contain;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.js .profile__expand.is-open:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23002d72'/%3E%3C/svg%3E");
}
.profile__mail,
.profile__tel {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #002d72;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 50px !important;
  position: relative;
}
.profile__mail:first-child,
.profile__tel:first-child {
  border: 0;
}
.profile__mail:before,
.profile__tel:before {
  -webkit-transform: translateX(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
}
.profile__tel:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='334' height='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M333.333 471.272l-73.356-141.563c-.167.083-41.126 20.208-43.001 21.063-46.668 22.625-141.65-162.917-96.024-187.376l43.397-21.375L91.577 0 47.7 21.646c-150.046 78.23 88.19 541.293 241.674 471.147 2.52-1.146 43.793-21.438 43.96-21.521z' fill='%23002d72'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
}
.profile__mail:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='358' width='500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M250 196.429L0 0h500zm0 48.374L0 53.57v303.572h500V53.57z' fill='%23002d72'/%3E%3C/svg%3E");
  height: 16px;
  width: 22px;
}
.profiles {
  margin: 0;
  display: flex;
  gap: 30px;
}
.no-js .profiles {
  -webkit-column-gap: 20px;
  /* -webkit-columns: 3; */
  column-count: 3;
  column-gap: 20px;
}
.js .profiles {
  margin-bottom: -10px;
}
.js .profiles .profile {
  width: calc(33.333% - 20px);
}
.regions {
  text-align: center;
}
body .regions__heading[class] {
  font-family: inherit;
  margin-top: 0;
}
.regions__list {
  font-size: 0;
  margin: 80px auto 0;
  max-width: 1040px;
}
.regions__item {
  display: inline-block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.regions__item:after {
  background-color: #477d94;
  content: "";
  height: 12px;
  margin-top: -6px;
  opacity: 0.5;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 1px;
}
.regions__item.is-last-in-row:after,
.regions__item:last-child:after {
  display: none;
}
.regions__link {
  color: #002d72;
  font-weight: inherit;
}
.regions__link.is-open {
  color: #477d94;
  cursor: default;
  text-decoration: none;
}
.region__website[class] {
  margin: 10px 0 40px;
}
.region__office {
  line-height: 1.875;
}
.region__office address,
.region__office p {
  font-size: 1.6rem;
  line-height: inherit;
}
.region__contact {
  color: #002d72;
  font-weight: 600;
  margin-top: 30px;
}
.region__contact a {
  text-decoration: none;
}
.region__contact a:focus,
.region__contact a:hover {
  text-decoration: underline;
}
.location-selector {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  visibility: hidden;
  z-index: 100;
}
.location-selector__inr {
  max-height: 100%;
  overflow: auto;
}
.is-location-open {
  overflow: hidden;
}
.is-location-open .location-selector {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.location-selector__close {
  color: #002d72;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 12px 30px 12px 12px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
.location-selector__close:after {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.942 5.785L12.15.578l1.273 1.273-5.207 5.207 5.728 5.727-1.158 1.158-5.727-5.728-5.207 5.207-1.273-1.273 5.207-5.207L.057 1.215 1.215.057l5.727 5.728z' fill='%23002d72'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
}
.location-selector__close:focus,
.location-selector__close:hover {
  text-decoration: underline;
}
.location-selector .regions__list {
  margin-top: 40px;
}
.closest-office {
  text-align: center;
}
.closest-office__name {
  display: inline-block;
}
.closest-office__intro {
  color: #002d72;
  font-size: 1.8rem;
}
.closest-office .btn {
  margin-top: 20px;
}
.closest-office .text-link {
  margin-right: 20px;
}
.course-details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.course-details__item {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  border-right: 1px solid rgba(136, 181, 199, 0.5);
  flex: 1 1 0;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 2rem;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}
.course-details__item:last-child {
  border-right: 0;
}
.course-details__item-title[class] {
  color: inherit;
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
}
.accordion {
  margin: -37px auto 0;
  max-width: 1040px;
  position: relative;
}
.accordion__item {
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
}
.accordion__header {
  background-color: transparent;
  display: block;
  padding: 37px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordion__header:focus,
.accordion__header:hover {
  cursor: pointer;
  outline: none;
}
.accordion__header:focus::-moz-focus-inner,
.accordion__header:hover::-moz-focus-inner {
  border: 0;
}
.accordion__header:focus .accordion__heading,
.accordion__header:hover .accordion__heading {
  color: #002d72;
}
.accordion__header:focus .accordion__heading-inner,
.accordion__header:hover .accordion__heading-inner {
  text-decoration: underline;
}
.accordion__header.is-open .accordion__heading:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23002d72'/%3E%3C/svg%3E");
}
a.accordion__header {
  text-decoration: none;
}
[role="button"] .accordion__heading,
button .accordion__heading {
  color: #002d72;
  position: relative;
}
[role="button"] .accordion__heading:after,
button .accordion__heading:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23002d72'/%3E%3C/svg%3E");
  background-size: contain;
  content: "";
  height: 24px;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
}
.accordion__heading-inner {
  display: inline-block;
  max-width: 840px;
  width: 90%;
}
.accordion__heading-info {
  margin-bottom: 0;
  max-width: 840px;
  padding: 0;
  width: 90%;
}
.accordion__content {
  margin: 0;
  padding: 0 0 30px;
  position: relative;
}
.accordion__inr {
  max-width: 840px;
  width: 90%;
}
.accordion__item .grid .g-unit > .btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 20px;
}
.contents {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  position: relative;
}
.wrapper--pad-m .contents {
  margin-bottom: -10px;
}
.contents__list {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  counter-reset: contents;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
  text-align: center;
}
.contents__list + p {
  margin-top: 30px;
}
.contents__item {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  padding: 0 10px 20px;
}
.contents__link {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  background-color: #fff;
  border-color: #477d94;
  border-radius: 20px/50%;
  color: #477d94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  padding: 8px 20px;
  position: relative;
  text-transform: none;
  width: 100%;
}
.contents__link:before {
  content: counter(contents) ". ";
  counter-increment: contents;
  font-size: 1em;
  font-weight: 600;
  margin-right: 5px;
}
.contents__link .btn__text {
  font-size: 1em;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}
.contents__link.is-current {
  background-color: #477d94;
  border-color: #477d94;
  color: #fff;
}
.contents__list.contents__list--unordered .contents__link:before {
  content: none;
  display: none;
}
.contents__back {
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.contents__back:focus,
.contents__back:hover {
  text-decoration: underline;
}
.prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.prev-next:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 50%;
  width: 50vw;
  z-index: 0;
}
.prev-next__link {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #002d72;
  flex: 0 0 auto;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 35px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 50%;
  z-index: 1;
}
.prev-next__link:focus,
.prev-next__link:hover {
  background-color: #477d94;
  color: #fff;
}
.prev-next__link:focus .prev-next__text[class]:after,
.prev-next__link:hover .prev-next__text[class]:after {
  -webkit-transform: translateX(2px);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23fff'/%3E%3C/svg%3E");
  transform: translateX(2px);
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #000000;
  text-align: left;
  padding: 10px;
  background-color: #fff;
}
.prev-next__text[class] {
  color: inherit;
  display: inline-block;
  max-width: 595px;
  text-align: center;
  text-decoration: inherit;
  width: 100%;
}
.prev-next__text[class]:after {
  height: 11px;
  width: 7px;
}
.prev-next__link--prev {
  background-color: #fff;
  text-align: right;
}
.prev-next__link--prev:focus .prev-next__text[class]:after,
.prev-next__link--prev:hover .prev-next__text[class]:after {
  -webkit-transform: scaleX(-1) translateX(2px);
  transform: scaleX(-1) translateX(2px);
}
.prev-next__link--next {
  margin-left: auto;
  text-align: left;
}
.btt {
  -webkit-transition: border 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px solid rgba(71, 125, 148, 0);
  color: #002d72;
  display: inline-block;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btt:before {
  -webkit-transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #002d72;
  border-radius: 50%;
  height: 60px;
  margin-left: -30px;
  top: 0;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
}
.btt:after,
.btt:before {
  content: "";
  left: 50%;
  position: absolute;
}
.btt:after {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='232' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 150L0 119.421 116 0l116 119.421L203 150l-87-90z' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
  height: 7px;
  margin-left: -5px;
  top: 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 11px;
}
.btt:focus,
.btt:hover {
  border-bottom: 1px solid #477d94;
  color: #477d94;
}
.btt:focus:after,
.btt:hover:after {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btt:focus:before,
.btt:hover:before {
  background: #477d94;
}
.iframe {
  padding: 40px 20px;
  text-align: center;
}
.iframe iframe {
  width: 100%;
}
.iframe__wrapper {
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  width: 100%;
}
.tail-select {
  width: 100%;
}
.tail-select .select-label {
  -webkit-box-shadow: none;
  border: 1px solid #88b5c7;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  height: 70px;
  height: 7rem;
  line-height: 70px;
  line-height: 7rem;
  padding: 0 45px 0 20px;
}
.tail-select .select-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='232' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M203 0l29 30.579L116 150 0 30.579 29 0l87 90z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  content: "";
  height: 10px;
  margin-top: -5px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  z-index: 1;
}
.tail-select .select-label .label-inner {
  color: #002d72;
  opacity: 1;
}
.tail-select.active .select-label:after {
  opacity: 1;
}
.tail-select .select-dropdown {
  width: 100%;
}
.tail-select .select-dropdown ul li {
  font-size: 1.6rem;
  padding-bottom: 10px;
  padding-top: 10px;
}
.tail-select .select-dropdown ul li.dropdown-option:before {
  margin-top: -15px;
  top: 50%;
}
.tail-select.active .select-label,
.tail-select:hover .select-label {
  border-color: #88b5c7;
}
.tail-select-container {
  -webkit-box-shadow: none;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin: 0 0 20px;
  text-align: center;
}
.tail-select-container:empty {
  display: none;
}
.tail-select-container .select-handle {
  background-color: transparent;
  border: 1px solid #88b5c7;
  border-radius: 18px/50%;
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-weight: 600;
  margin: 10px;
  padding: 9px 50px 9px 20px;
  text-transform: uppercase;
}
.tail-select-container .select-handle:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.942 5.785L12.15.578l1.273 1.273-5.207 5.207 5.728 5.727-1.158 1.158-5.727-5.728-5.207 5.207-1.273-1.273 5.207-5.207L.057 1.215 1.215.057l5.727 5.728z' fill='%23002d72'/%3E%3C/svg%3E");
  background-size: contain;
  height: 10px;
  margin-top: -5px;
  opacity: 1;
  right: 22px;
  top: 50%;
  width: 10px;
}
.tail-select-container .select-handle:focus,
.tail-select-container .select-handle:hover {
  background-color: transparent;
}
.document {
  color: #002d72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.document ol li {
  list-style-position: inside;
  margin-left: 0;
}
.document__col {
  -ms-flex: 1 1 33.333%;
  -webkit-box-flex: 1;
  border-left: 1px solid rgba(136, 181, 199, 0.5);
  flex: 1 1 33.333%;
  padding: 0 20px;
}
.document__col:first-child {
  border: 0;
}
.document__title {
  text-transform: uppercase;
}
.document__title:not(:first-child) {
  margin-top: 20px;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #a7a9ac;
  border-top: 0;
  box-sizing: border-box;
  cursor: default;
  display: none;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  text-align: left;
  z-index: 2;
}
.autocomplete-suggestion {
  border-bottom: 1px solid #a7a9ac;
  color: #002d72;
  font-size: 1.6rem;
  font-weight: 400;
  overflow: hidden;
  padding: 15px 25px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete-suggestion:last-child {
  border-bottom: 0;
}
.autocomplete-suggestion b {
  font-weight: 600;
}
.autocomplete-suggestion.selected {
  background: #477d94;
  color: #fff;
  cursor: pointer;
}
.autocomplete-no-results,
.autocomplete-no-results.selected {
  background: #fff;
  color: #a7a9ac;
}
.gallery {
  position: relative;
}
.gallery__images {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery__images:after {
  clear: both;
  content: "";
  display: block;
}
.gallery__item {
  background-color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  width: 50%;
  z-index: 0;
}
.gallery__item:before {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: 1;
}
.gallery__item--large {
  width: 50%;
}
.gallery__item--large .gallery__image-name {
  padding-bottom: 112.5%;
}
.gallery__item--small {
  width: 25%;
}
.gallery__item--small .gallery__image-name {
  padding-bottom: 112.5%;
}
.gallery__image {
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.gallery__item:focus .gallery__image,
.gallery__item:hover .gallery__image {
  -webkit-transform: scale(1.02);
  opacity: 0.85;
  transform: scale(1.02);
}
.gallery__image-name {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  text-indent: -999px;
  width: 100%;
}
.gallery__detail {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0.3s;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0.3s;
  visibility: hidden;
}
.gallery__detail.is-open {
  -webkit-transform: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0s;
  opacity: 1;
  pointer-events: all;
  transform: none;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0s 0s;
  visibility: visible;
}
.gallery__main {
  background-color: #002d72;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
}
.gallery__close {
  background-color: #fff;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 0;
  width: 60px;
  z-index: 1;
}
.gallery__close:before {
  -webkit-transform: rotate(45deg);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
}
.gallery__close:focus,
.gallery__close:hover {
  background-color: #002d72;
}
.gallery__close:focus:before,
.gallery__close:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23fff'/%3E%3C/svg%3E");
}
.gallery__caption {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  left: 0;
  min-height: 90px;
  padding: 15px 110px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 4;
}
.gallery__caption.is-shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery__caption p {
  font-size: 1.8rem;
  line-height: 1.1;
}
.gallery__caption-inr {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
.article-results__top {
  margin-bottom: 40px;
}
.article-results__top:after {
  clear: both;
  content: "";
  display: block;
}
.article-results__info {
  display: block;
}
.article-results__count,
.article-results__noresults {
  color: #002d72;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.article-results__container {
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
.article-results__list {
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.article-results__sidebar {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-left: 20px;
  width: 30%;
}
.article {
  background-color: #fff;
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  display: block;
  font-size: 0;
  position: relative;
  text-decoration: none;
  z-index: 0;
}
.article:first-child {
  border: 0;
}
.article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 50px 0;
  width: 100%;
}
.article:last-child .article__content[class] {
  padding-bottom: 0;
}
.article:first-child .article__content[class] {
  padding-top: 0;
}
.article__img {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  display: none;
  flex: 0 0 auto;
  width: 30%;
}
.article__img img {
  display: block;
}
.article__desc {
  -ms-flex: 1 1 auto;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-box-flex: 1;
  align-items: flex-start;
  background-color: rgba(0, 45, 114, 0.1);
  border-top: 2px solid #002d72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  position: relative;
}
.article__desc p {
  font-size: 1em;
  margin-bottom: 15px;
  margin: 0 20px 18px;
}
.article__info {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin-bottom: 20px;
  width: 100%;
}
.article__posted,
.article__type {
  background-color: #fff;
  color: #002d72;
  display: inline-block;
  font: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  min-width: 3.5rem;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
}
.article__posted:after,
.article__type:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' height='100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 0L0 100V0z' fill='%23fff'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
}
.article__type {
  background-color: #002d72;
  color: #fff;
  padding-left: 45px;
  z-index: 1;
}
.article__type:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4h4V3h-4v1zm0 3h4V6h-4v1zm-7 3h11V9H6v1zm0 2h11v-1H6v1zm0-5h5V4H6v3zM2.5 0v14.62c0 .655-.833.655-.833 0V1.7H0v13.583C0 16.231.754 17 1.683 17h16.633c.93 0 1.684-.768 1.684-1.717V0H2.5z' fill-rule='evenodd' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 10px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.article__type:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' height='100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 0L0 100V0z' fill='%23002d72'/%3E%3C/svg%3E");
}
.article--blog .article__desc {
  background-color: rgba(71, 125, 148, 0.1);
  border-top-color: #477d94;
}
.article--blog .article__posted {
  color: #477d94;
}
.article--blog .article__type {
  background-color: #477d94;
}
.article--blog .article__type:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M19.769 9.923L7.127 22.562 0 24l1.438-7.128 12.641-12.64 5.69 5.691zm1.414-1.414L24 5.689 18.309 0l-2.816 2.817 5.69 5.692z' fill='%23fff'/%3E%3C/svg%3E");
  height: 17px;
  margin-top: -8px;
  width: 17px;
}
.article--blog .article__type:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg preserveAspectRatio='none' height='100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 0L0 100V0z' fill='%23477d94'/%3E%3C/svg%3E");
}
.article__title[class] {
  line-height: 1.02;
  margin: 0 20px 18px;
  text-decoration: none;
  text-transform: none;
}
.article__title[class] a {
  text-decoration: none;
}
.article__title[class] a:focus,
.article__title[class] a:hover {
  text-decoration: underline;
}
.article__tags {
  -ms-flex: 0 1 100%;
  -ms-flex-align: stretch;
  -ms-flex-item-align: end;
  -webkit-box-align: stretch;
  -webkit-box-flex: 0;
  align-items: stretch;
  align-self: flex-end;
  flex: 0 1 100%;
  min-height: 3.5rem;
  width: 100%;
}
.article__tag,
.article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.article__tag {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  background-color: #910048;
  color: #fff;
  flex-direction: column;
  font: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: center;
  margin-right: 1px;
  padding: 10px 18px;
  text-align: center;
  text-transform: uppercase;
}
.paged-tabs {
  padding: 20px 20px 10px;
}
.paged-tabs__nav {
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  display: none;
  padding: 10px 0;
}
.paged-tabs__title {
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.paged-tabs__tabs {
  border-top: 1px solid rgba(136, 181, 199, 0.5);
}
.paged-tabs__btn {
  -ms-flex: 0 0 40px;
  -webkit-box-flex: 0;
  background-color: transparent;
  border: 1px solid #477d94;
  border-radius: 50%;
  flex: 0 0 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 40px;
}
.paged-tabs__btn:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23002d72'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -4px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.paged-tabs__btn.paged-tabs__btn--next:after {
  -webkit-transform: scaleX(-1);
  margin-left: -2px;
  transform: scaleX(-1);
}
.paged-tabs__btn:focus,
.paged-tabs__btn:hover {
  background: #477d94;
}
.paged-tabs__btn:focus:after,
.paged-tabs__btn:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 203l-30.579 29L0 116 119.421 0 150 29l-90 87z' fill='%23fff'/%3E%3C/svg%3E");
}
.paged-tabs__btn.is-disabled {
  cursor: default;
  opacity: 0;
  visibility: hidden;
}
.paged-tabs__current {
  -ms-flex: 1 1 100%;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  background-color: #477d94;
  border-radius: 20px/50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
  font-size: 1.8rem;
  font-weight: 600;
  justify-content: center;
  margin: 0 20px;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 100px);
}
.js .paged-tabs .download-list {
  border-top: 0;
}
.js .paged-tabs .download-list :last-child {
  border-bottom: 0;
}
.js .paged-tabs__title[class] {
  margin-bottom: 10px;
}
.js .paged-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.js .paged-tabs__tab {
  height: 0;
  left: -9999px;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
.js .paged-tabs__tab.is-current {
  display: block;
  height: auto;
  position: static;
  visibility: visible;
}
.article__img a {
  display: block;
  height: 100%;
}
.article__img img {
  -o-object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.goals {
  overflow: auto;
}
.goal {
  margin-bottom: 90px;
}
.goal__col,
.goal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goal__col {
  -ms-flex: 0 0 auto;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  align-items: center;
  flex: 0 0 auto;
  width: 50%;
}
.goal__copy {
  color: #002d72;
  font-weight: 600;
  max-width: 590px;
  padding: 90px 70px 90px 0;
}
.goal__copy .btn {
  margin-top: 10px;
  min-width: 230px;
}
.goal__icon {
  margin-bottom: 20px;
  width: 45px;
}
.goal__icon img {
  max-width: 100%;
  width: 100%;
}
.goal__img {
  background-color: #edf2f4;
  display: block;
}
.goal__img img {
  display: block;
  width: 100%;
}
.bg--light-blue .goal__img {
  background-color: #fff;
}
.goal--flipped .goal__wrapper {
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  flex-direction: row-reverse;
}
.goal--flipped .goal__copy {
  padding: 90px 0 90px 70px;
}
.case-study-summary-container-padding {
  padding-top: 80px;
}
.case-study-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}
.case-study-summary__profile {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 60px;
  width: 33.33333%;
}
.case-study-summary__img {
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
}
.case-study-summary__title {
  font-size: 3rem;
  max-width: 600px;
  text-transform: uppercase;
}
.case-study-summary__content {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  border-left: 1px solid rgba(136, 181, 199, 0.5);
  flex: 1 1 auto;
  padding: 0 60px;
}
.case-study-summary__items {
  border-top: 1px solid rgba(136, 181, 199, 0.5);
  padding-top: 20px;
}
.case-study-summary__item {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(136, 181, 199, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.case-study-summary__subtitle {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  line-height: 1.4;
  padding-right: 20px;
  text-transform: uppercase;
  width: 180px;
}
.case-study-summary__desc {
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.case-study-summary__desc strong {
  color: #002d72;
}
.case-study-summary__cta {
  margin-top: 30px;
}
.opco-alert-bg {
  background-color: #000c14;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}
.opco-alert {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  left: 50%;
  max-width: 800px;
  overflow: auto;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 102;
}
.opco-alert__close {
  color: #002d72;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 12px 30px 12px 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.opco-alert__close:after {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.942 5.785L12.15.578l1.273 1.273-5.207 5.207 5.728 5.727-1.158 1.158-5.727-5.728-5.207 5.207-1.273-1.273 5.207-5.207L.057 1.215 1.215.057l5.727 5.728z' fill='%23002d72'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
}
.opco-alert__close:focus,
.opco-alert__close:hover {
  text-decoration: underline;
}
.opco-alert__inr {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 580px;
  min-height: 100%;
  padding: 60px 20px;
  text-align: center;
}
.opco-alert__content p {
  color: #002d72;
  font-size: 1.8rem;
  font-weight: 600;
}
.opco-alert__content p:last-child {
  margin-top: 30px;
}
.opco-alert__content .btn {
  min-width: 170px;
}
.opco-alert,
.opco-alert-bg {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  visibility: hidden;
}
.is-warning-open {
  overflow: hidden;
}
.is-warning-open .opco-alert,
.is-warning-open .opco-alert-bg {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.overlay-bg {
  background-color: rgba(0, 12, 20, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}
.overlay {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  left: 50%;
  max-width: 800px;
  overflow: auto;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  z-index: 102;
}
.overlay__close {
  color: #002d72;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 12px 30px 12px 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.overlay__close:after {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.942 5.785L12.15.578l1.273 1.273-5.207 5.207 5.728 5.727-1.158 1.158-5.727-5.728-5.207 5.207-1.273-1.273 5.207-5.207L.057 1.215 1.215.057l5.727 5.728z' fill='%23002d72'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
}
.overlay__close:focus,
.overlay__close:hover {
  text-decoration: underline;
}
.overlay__inr {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 580px;
  min-height: 100%;
  padding: 60px 20px;
  text-align: center;
}
.overlay__content p {
  color: #002d72;
  font-size: 1.8rem;
  font-weight: 600;
}
.overlay__content p:last-child {
  margin-top: 30px;
}
.overlay__content .btn {
  min-width: 170px;
}
.overlay,
.overlay-bg {
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  visibility: hidden;
}
.is-overlay-open {
  overflow: hidden;
}
.is-overlay-open .overlay,
.is-overlay-open .overlay-bg {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.bg--white {
  background-color: #fff;
}
.bg--light-blue {
  background-color: #edf2f4;
}
.bg--lighter-blue {
  background-color: #f6f9fa;
}
.bg--industrial-blue-light {
  background-color: #477d94;
}
.bg--med-blue {
  background-color: #e3ecef;
}
.bg--blue {
  background-color: #002d72;
}
.bg--red {
  background-color: #910048;
  color: #fff;
}
.bg--lighter-grey {
  background-color: #f5f5f5;
}
.bg--greyfade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), to(#fff));
  background-image: linear-gradient(0deg, #fff 50%, #fff);
}
.bg--lightbluefade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #edf2f4), to(#fff));
  background-image: linear-gradient(0deg, #edf2f4 50%, #fff);
}
.bg--notched-white {
  background-image: linear-gradient(180deg, #fff 0, #fff 90px, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0));
}
.bg--notched-white-both {
  background-image: linear-gradient(180deg, #fff, #fff 90px, hsla(0, 0%, 100%, 0) 0), linear-gradient(0deg, #fff, #fff 90px, hsla(0, 0%, 100%, 0) 0);
}
.bleed-out--right {
  position: relative;
}
.bleed-out--right:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: 0;
}
.bleed-out--right > * {
  position: relative;
  z-index: 1;
}
.bg--industrial-blue-arrow,
.bg--light-blue-arrow,
.bg--white-arrow {
  position: relative;
}
.bg--industrial-blue-arrow:before,
.bg--light-blue-arrow:before,
.bg--white-arrow:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg height='25' width='204' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102 25L204 0H0z' fill='%23fff'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: cover;
  content: "";
  height: 25px;
  left: 50%;
  margin-left: -102px;
  position: absolute;
  top: 0;
  width: 204px;
}
.bg--light-blue-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='25' width='204' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102 25L204 0H0z' fill='%23edf2f4'/%3E%3C/svg%3E");
}
.bg--industrial-blue-arrow:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='25' width='204' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102 25L204 0H0z' fill='%23477d94'/%3E%3C/svg%3E");
}
.flex_1 {
  padding-top: 80px;
  min-height: calc(100vh - 200px - 130px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex_1 .img {
  width: 50%;
  padding-right: 10px;
}
.flex_1 .img img {
  width: 100%;
}
.flex_1 .txt {
  width: 50%;
  padding-left: 10px;
}
.flex_1 .txt h4 {
  color: #151515;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "OPPOSans Regular";
  font-weight: normal;
}
.flex_1 .txt h2 {
  color: #151515;
  margin: 5px 0;
  line-height: 1.5;
  font-weight: bold;
  font-family: "OPPOSans Bold";
}
.flex_1 .txt h3 {
  font-size: 26px;
  color: #151515;
  margin: 0;
  font-family: "OPPOSans light";
  font-weight: normal;
}
.flex_1 .txt .p {
  margin: 30px 0;
}
.flex_1 .txt .con {
  margin-top: 50px;
}
.flex_1 .txt .con p {
  margin: 15px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
}
.flex_1 .txt .con p img {
  height: 20px;
}
.flex_2_box {
  position: sticky;
  top: 40px;
  z-index: 2;
}
.flex_2 {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex_2 .tab {
  display: flex;
  gap: 20px;
}
.flex_2 .tab a {
  margin: 0;
  font-size: 1.5rem;
  line-height: 40px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.flex_2 .tab a.on {
  border-bottom-color: #2042db;
}
.flex_2 .but {
  line-height: 40px;
  border-radius: 5px;
  background-color: #002d72;
  color: #fff;
}
.flex_2 .but a {
  background-color: #2042db;
  display: block;
  padding: 0 30px;
}
.flex_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}
.flex_3 .son {
  width: 100%;
  padding-top: 120px;
  /*position: relative;*/
}
.banner_m {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.asp {
  position: absolute;
  top: -150px;
}
.flex_3 .son .title {
  color: #151515;
  text-align: center;
  font-size: 32px;
  width: 100%;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  font-family: "OPPOSans Bold";
}
.flex_3 .son .table {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.flex_3 .son .table .txt {
  width: 100%;
  transition: all 0.3s;
  display: flex;
}
.flex_3 .son .table .txt:nth-child(1) .th,
.flex_3 .son .table .txt:nth-child(1) .td {
  border-top: 2px solid #32373e;
}
.flex_3 .son .table .txt:last-child .th,
.flex_3 .son .table .txt:last-child .td {
  border-bottom: 2px solid #32373e;
}
.flex_3 .son .table .txt:hover {
  background-color: #f5f8fa;
}
.flex_3 .son .table .th {
  width: 33%;
  margin-right: auto;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #32373e;
  /*border-bottom: 2px solid #000;*/
  font-family: "OPPOSans Bold";
}
.flex_3 .son .table .th div {
  /*border-top: 1px solid #999;*/
  color: #151515;
  padding: 16px;
  line-height: 24px;
  font-size: 16px;
  color: #151515;
}
.flex_3 .son .table .th div:nth-child(1) {
  border-top: none;
}
.flex_3 .son .table .td {
  margin-left: auto;
  width: 65%;
  line-height: 50px;
  font-size: 14px;
  border-top: 1px solid #32373e;
  /*border-bottom: 2px solid #000;*/
  font-family: "OPPOSans Medium";
}
.flex_3 .son .table .td div {
  /*border-top: 1px solid #999;*/
  color: #808080;
  padding: 16px 0;
  line-height: 24px;
  font-size: 16px;
}
.flex_3 .son .table .td div:nth-child(1) {
  border-top: none;
}
.flex_3 .son .table .border_top {
  border-top: 2px solid #32373e;
}
.flex_3 .son .table .border_bottom {
  border-bottom: 2px solid #32373e;
}
.flex_4 {
  /* padding-bottom: 80px; */
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.flex_4 .box {
  width: calc(100% / 4 - 30px);
}
.flex_5 .img,
.flex_4 .img {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 75%;
}
.flex_5 .img img,
.flex_4 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex_4 h4 {
  font-family: "Open Sans";
  margin: 32px 0 10px;
  line-height: 1.5;
  color: #151515;
}
.flex_4 span {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.flex_4 a {
  font-size: 15px;
  color: #002d72;
}
.flex_5 {
  /* padding-bottom: 80px;  */
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.flex_5 .box {
  width: calc(100% / 4 - 15px);
  display: flex;
  flex-direction: column;
}
.flex_5 .txt {
  flex-grow: 1;
  padding: 20px;
  background-color: #fff;
}
.flex_5 .txt h4 {
  font-family: "Open Sans";
  color: #151515;
}
.flex_6 {
  padding-top: 100px;
}
.flex_6 .mySwiper {
  width: 50%;
}
.flex_6 .swiper-slide {
  padding: 0 50px;
}
.flex_6 .img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.flex_6 .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flex_6 .swiper-button-next {
  right: 0;
}
.flex_6 .swiper-button-prev {
  left: 0;
}
.flex_6 .swiper-button-next,
.flex_6 .swiper-button-prev {
  width: 30px;
  height: 60px;
  border-radius: 5px;
  background-color: #0000008f;
}
.flex_6 .swiper-button-next::after,
.flex_6 .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
}
.flex_7 {
  display: flex;
  flex-wrap: wrap;
}
.flex_7 .box {
  width: 100%;
}
.flex_7 .son {
  width: 100%;
  padding: 120px 0;
  display: flex;
  align-items: center;
  gap: 60px;
}
.flex_7 .box:nth-child(2n) {
  background-color: #f7f6fb;
}
.flex_7 .box:nth-child(2n + 1) .son {
  flex-direction: row-reverse;
}
.flex_7 .img {
  width: calc(100% / 2 - 30px);
  font-size: 0;
  overflow: hidden;
}
.flex_7 .img img {
  transition: all 0.5s;
}
.flex_7 .img:hover img {
  transform: scale(1.1);;
}
.flex_7 .txt {
  width: calc(100% / 2 - 30px);
}
.flex_7 .txt h3 {
  font-family: "OPPOSans Medium";
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 48px;
  color: #333;
}
.flex_7 .txt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.flex_8 {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.flex_8 .son {
  width: calc(100% / 3 - (3 - 1) * 70px / 3);
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
}
.flex_8 .son:hover {
  background-color: #fff !important;
  box-shadow: 0 5px 47px 4px rgba(214, 211, 211, 0.75);
}
.flex_8 .son::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #2042db;
  transition: all 0.3s;
}
.flex_8 .son:hover::after {
  width: 100%;
}
.flex_8 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.flex_8 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flex_8 .txt {
  height: 100px;
  border-bottom: 1px solid #cfcfcf;
}
.flex_8 .txt h3 {
  width: 100%;
  line-height: 80px;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-family: "OPPOSans Medium";
}
.title_1 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_1 h2 {
  font-size: 38px;
  font-family: "OPPOSans Medium";
  margin: 0;
  color: #333;
}
.title_1 a {
  width: 200px;
  line-height: 55px;
  background-color: #2042db;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_1 a img {
  margin-left: 10px;
  width: 20px;
}
.bj {
  width: 100%;
  background-color: #eff8fc;
}
@media screen and (prefers-reduced-motion: reduce) {
  .slider__slides[class] {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
  }
}
@media screen and (max-width: 800px) {
  .h1,
  h1 {
    font-size: 3.6rem;
  }
  .h2,
  h2 {
    font-size: 2.4rem;
  }
  .h3,
  h3 {
    font-size: 1.8rem;
  }
  .h4,
  h4 {
    font-size: 1.6rem;
  }
  .h5,
  h5 {
    font-size: 1.4rem;
  }
  .course-places {
    display: block;
  }
  .course-places > span {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }
  .course-places .btn {
    margin: 0;
  }
  label {
    font-size: 1.6rem;
  }
  input[type="checkbox"] ~ .checkbox__label:after,
  input[type="checkbox"] ~ .checkbox__label:before,
  input[type="radio"]:checked ~ .radio__label:after,
  input[type="radio"]:checked ~ .radio__label:before {
    margin-top: -5px;
  }
  .promo-banner,
  .promo-banner__copy,
  .promo-banner__cta {
    display: block;
    width: 100%;
  }
  .promo-banner {
    padding: 30px 0;
  }
  .promo-banner__copy {
    padding-right: 0;
  }
  .promo-banner__cta {
    border: 0;
    margin-top: 20px;
  }
  .promo-banner__cta .btn {
    max-width: none;
  }
  .promo-banner__title[class] {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .promo-banner__title[class]:after {
    margin-left: 0;
  }
  .tabs.pull-out\@s {
    margin: 0 -20px;
  }
  .tabs.pull-out\@s .tab__content {
    padding: 0 20px 20px;
  }
  .tabs__nav {
    display: none;
  }
  .tab__content {
    padding: 15px;
  }
  .js .tab__header,
  .js .tabs .tab {
    display: block;
  }
  .js .tab__content {
    display: none;
  }
  .js .tab.is-current .tab__content {
    display: block;
  }
  .contact--bar {
    padding: 10px 0;
  }
  .contact__section[class] {
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1;
    border-bottom: 1px solid rgba(136, 181, 199, 0.5);
    border-right: 0;
    flex: 1 0 100%;
    padding: 20px;
  }
  .course-details__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .course-details__item {
    -ms-flex-preferred-size: 100%;
    border-bottom: 1px solid rgba(136, 181, 199, 0.5);
    border-right: 0;
    flex-basis: 100%;
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .course-details__item:last-child {
    border: 0;
  }
  .document {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  .document__title:not(:first-child) {
    border-top: 1px solid rgba(136, 181, 199, 0.5);
    padding-top: 20px;
  }
  .document__col {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    border-left: 0;
    border-top: 1px solid rgba(136, 181, 199, 0.5);
    flex: 1 0 auto;
    padding: 20px 0;
  }
  .document__col:first-child {
    border: 0;
  }
  .document__col:last-child {
    padding-bottom: 0;
  }
  .goal[class] {
    background-image: none;
    margin: 0;
  }
  .goal__title {
    font-size: 3rem;
  }
  .goal__col {
    width: 100%;
  }
  .goal__copy[class] {
    padding: 30px 10px;
  }
  .goal__copy[class] p {
    font-size: 1.4rem;
  }
  .goal__icon {
    margin-bottom: 10px;
    width: 30px;
  }
  .case-study-summary__item {
    display: block;
  }
  .case-study-summary__subtitle[class] {
    padding: 0;
    width: 100%;
  }
  .case-study-summary[class] {
    display: block;
    padding: 20px;
  }
  .case-study-summary__profile[class] {
    display: none;
  }
  .case-study-summary__img {
    height: 150px;
    margin: 0 auto;
    padding: 0;
    width: 150px;
  }
  .case-study-summary__content[class] {
    border: 0;
    padding: 0;
    width: 100%;
  }
}
.mobile_nav {
  display: none;
}
@media screen and (max-width: 559px) {
  address:not(:first-child),
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child),
  h4:not(:first-child),
  h5:not(:first-child),
  p:not(:first-child) {
    margin-top: 9px;
  }
  address:not(:last-child),
  h1:not(:last-child),
  h2:not(:last-child),
  h3:not(:last-child),
  h4:not(:last-child),
  h5:not(:last-child),
  p:not(:last-child) {
    margin-bottom: 9px;
  }
  .copy li,
  .copy p {
    font-size: 1.4rem;
  }
  .copy blockquote {
    float: none;
    margin: 0 0 25px;
    width: 100%;
  }
  .display-heading[class]:after {
    height: 4px;
    margin-left: -30px;
    width: 60px;
  }
  .block-list > li {
    display: block;
    font-size: 1.4rem;
    padding: 10px;
    width: 100%;
  }
  .table--collapse {
    border: 0;
    display: block;
  }
  .table--collapse tbody,
  .table--collapse td,
  .table--collapse th,
  .table--collapse thead,
  .table--collapse tr {
    display: block;
  }
  .table--collapse thead tr {
    border: 0;
    clip: 1px 1px;
    left: -999px;
    position: absolute;
  }
  .table--collapse tbody tr:first-child td,
  .table--collapse tbody tr:first-child th {
    border-top: 0;
  }
  .table--collapse tbody tr {
    border: 1px solid #88b5c7;
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .table--collapse tbody tr:last-child {
    margin-bottom: 0;
  }
  .table--collapse tbody td {
    background-color: #edf2f4;
    border: none;
    border-bottom: 1px solid #88b5c7;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 11px 10px 11px calc(40% + 10px);
    position: relative;
    word-wrap: break-word;
  }
  .table--collapse .download-name {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .table--collapse tbody td:before {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-hyphens: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-hyphens: auto;
    background-color: #477d94;
    color: #fff;
    content: attr(data-th);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    hyphens: auto;
    justify-content: center;
    left: 0;
    min-height: 100%;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 40%;
  }
  .table--downloads .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dataTable-bottom {
    border: 0;
    margin: 0;
    padding: 10px 0 0;
  }
  .dataTable-info {
    border-bottom: 1px solid rgba(136, 181, 199, 0.5);
    display: block;
    float: none;
    padding: 0 0 10px;
  }
  .dataTable-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
    padding: 0;
  }
  .dataTable-pagination li {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .dataTable-pagination a {
    width: 100%;
  }
  td,
  th,
  thead td,
  thead th {
    font-size: 1.4rem;
    padding: 15px;
  }
  .cms-table table td,
  .cms-table table th {
    padding: 15px;
  }
  .cms-table--small-text table td,
  .cms-table--small-text table th {
    font-size: 1.2rem;
  }
  .sc-form .g-recaptcha,
  .sc-form[class] input[type="submit"],
  .sc-form label {
    margin-top: 20px;
  }
  .sc-form p {
    margin: 20px 0;
  }
  .sc-form p:first-child {
    margin-top: 0;
  }
  .sc-form p:last-child {
    margin-bottom: 0;
  }
  input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  input[type="text"] {
    font-size: 1.8rem;
    height: 55px;
    height: 5.5rem;
  }
  textarea {
    font-size: 1.8rem;
  }
  .styled-select,
  .styled-select span {
    height: 55px;
    height: 5.5rem;
  }
  .styled-select span {
    line-height: 55px;
    line-height: 5.5rem;
  }
  .styled-select select {
    height: 55px;
    height: 5.5rem;
  }
  .wrapper .pull-out\@s[class] {
    margin-left: -20px;
    margin-right: -20px;
    min-width: calc(100% + 40px);
    position: relative;
    width: auto;
  }
  .boxin {
    padding: 20px;
  }
  body:before {
    content: "mobile";
  }
  .vpad {
    padding: 25px 0;
  }
  .g-unit--inline\@s {
    display: inline-block !important;
    float: none !important;
    font-size: 1.6rem;
    margin-bottom: 0 !important;
    vertical-align: top;
    white-space: normal;
  }
  .g-unit--1\@s {
    width: calc(8.33333% - 20px);
  }
  .g-unit--2\@s {
    width: calc(16.66667% - 20px);
  }
  .g-unit--3\@s {
    width: calc(25% - 20px);
  }
  .g-unit--4\@s {
    width: calc(33.33333% - 20px);
  }
  .g-unit--5\@s {
    width: calc(41.66667% - 20px);
  }
  .g-unit--6\@s {
    width: calc(50% - 20px);
  }
  .g-unit--7\@s {
    width: calc(58.33333% - 20px);
  }
  .g-unit--8\@s {
    width: calc(66.66667% - 20px);
  }
  .g-unit--9\@s {
    width: calc(75% - 20px);
  }
  .g-unit--10\@s {
    width: calc(83.33333% - 20px);
  }
  .g-unit--11\@s {
    width: calc(91.66667% - 20px);
  }
  .g-unit--12\@s {
    width: calc(100% - 20px);
  }
  .grid--reverse\@s {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .ie9 .grid--reverse\@s .g-unit {
    float: right;
  }
  .g-unit--hint\@s {
    -webkit-transform: translateZ(0);
    float: left;
    transform: translateZ(0);
    width: calc(100% - 60px);
  }
  .g-unit--hint\@s,
  .grid--inline\@s {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .grid--inline\@s {
    -ms-flex-wrap: nowrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: nowrap;
    font-size: 0;
    position: relative;
    white-space: nowrap;
    will-change: all;
    z-index: 1;
  }
  .grid--inline\@s .g-unit {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
  .grid--gapless.grid {
    margin-left: 0;
    margin-right: 0;
  }
  .grid--gapless .g-unit {
    margin: 0;
  }
  .grid--gapless .g-unit--1\@s {
    width: 8.33333%;
  }
  .grid--gapless .g-unit--2\@s {
    width: 16.66667%;
  }
  .grid--gapless .g-unit--3\@s {
    width: 25%;
  }
  .grid--gapless .g-unit--4\@s {
    width: 33.33333%;
  }
  .grid--gapless .g-unit--5\@s {
    width: 41.66667%;
  }
  .grid--gapless .g-unit--6\@s {
    width: 50%;
  }
  .grid--gapless .g-unit--7\@s {
    width: 58.33333%;
  }
  .grid--gapless .g-unit--8\@s {
    width: 66.66667%;
  }
  .grid--gapless .g-unit--9\@s {
    width: 75%;
  }
  .grid--gapless .g-unit--10\@s {
    width: 83.33333%;
  }
  .grid--gapless .g-unit--11\@s {
    width: 91.66667%;
  }
  .grid--gapless .g-unit--12\@s {
    width: 100%;
  }
  .grid--snake\@s .g-unit:nth-child(3) {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .grid--snake\@s .g-unit:nth-child(4) {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .grid--snake\@s .g-unit:nth-child(5) {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .grid--snake\@s .g-unit:nth-child(6) {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .u-hide\@s {
    /*display:none*/
  }
  .offset\@s {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .bgp--tl\@s[class] {
    background-position: 0 0;
  }
  .bgp--tml\@s[class] {
    background-position: 25% 0;
  }
  .bgp--tc\@s[class] {
    background-position: 50% 0;
  }
  .bgp--tmr\@s[class] {
    background-position: 75% 0;
  }
  .bgp--tr\@s[class] {
    background-position: 100% 0;
  }
  .bgp--cl\@s[class] {
    background-position: 0 50%;
  }
  .bgp--cml\@s[class] {
    background-position: 25% 50%;
  }
  .bgp--cc\@s[class] {
    background-position: 50% 50%;
  }
  .bgp--cmr\@s[class] {
    background-position: 75% 50%;
  }
  .bgp--cr\@s[class] {
    background-position: 100% 50%;
  }
  .bgp--bl\@s[class] {
    background-position: 0 100%;
  }
  .bgp--bml\@s[class] {
    background-position: 25% 100%;
  }
  .bgp--bc\@s[class] {
    background-position: 50% 100%;
  }
  .bgp--bmr\@s[class] {
    background-position: 75% 100%;
  }
  .bgp--br\@s[class] {
    background-position: 100% 100%;
  }
  .notice-block .wrapper {
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
    padding-top: 15px;
  }
  .notice-block__content[class] {
    padding: 0;
  }
  .notice-block__close-button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 10px;
  }
  .location-bar {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .location-bar .wrapper {
    display: block;
  }
  .location-bar__cta[class] {
    display: block;
    margin: 10px auto 0;
  }
  .location-bar__close {
    display: block;
  }
  .breadcrumb .breadcrumb__items {
    margin-left: -10px;
  }
  .breadcrumb__items.is-untruncated .breadcrumb__items-wrap {
    white-space: normal;
  }
  .breadcrumb__items.is-truncated .breadcrumb__items-wrap {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 120px;
  }
  .breadcrumb__items.is-truncated .breadcrumb__items-wrap:after {
    background-color: #e0e7ee;
    bottom: 0;
    color: #3d5466;
    content: "...";
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
  }
  .inline-search__title[class] {
    margin-bottom: 15px;
  }
  .inline-search__input[class] {
    font-size: 1.6rem;
    padding-right: 55px;
  }
  .inline-search__btn {
    height: 55px;
    width: 55px;
  }
  .masthead {
    min-height: 300px;
    /*padding-bottom: 20px;
    padding-top: 310px; */
  }
  .masthead__text {
    bottom: 40px;
  }
  .masthead__heading[class] {
    margin-bottom: 35px;
  }
  .masthead__heading--reduced[class] {
    font-size: 2.4rem;
  }
  .masthead__subheading[class] {
    margin-top: 35px;
  }
  .masthead__subheading[class]:before {
    height: 4px;
    margin-left: -30px;
    top: -20px;
    width: 60px;
  }
  .section-footer,
  .section-header[class] {
    padding: 30px 0;
  }
  .link-block__section[class] {
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-right: 15px;
  }
  .link-block__section[class]:after {
    height: 11px;
    top: 1px;
    width: 7px;
  }
  .link-block__title[class] {
    font-size: 2.6rem;
  }
  .page-link__content {
    padding: 10px 15px;
  }
  .page-link__title[class] {
    font-size: 1.8em;
  }
  .page-link__desc[class] {
    display: none;
  }
  .icon-blocks {
    padding-bottom: 20px;
  }
  .icon-block__header {
    min-height: 40px;
    padding: 0 0 10px 50px;
  }
  .icon-block__header.js-expand-link {
    cursor: pointer;
    padding-right: 30px;
    position: relative;
    z-index: 0;
  }
  .icon-block__header.js-expand-link:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23002d72'/%3E%3C/svg%3E");
    background-size: cover;
    content: "";
    height: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px;
    z-index: 1;
  }
  .icon-block__header.js-expand-link:focus,
  .icon-block__header.js-expand-link:hover {
    text-decoration: underline;
  }
  .icon-block__header.is-closed:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23002d72'/%3E%3C/svg%3E");
  }
  .icon-block__heading[class] {
    margin-top: 10px;
  }
  .icon-block__icon {
    height: 40px;
    width: 40px;
  }
  .icon-block__icon img {
    -webkit-transform: scale(0.666);
    max-height: 40px;
    max-width: 40px;
    transform: scale(0.666);
  }
  .icon-block__desc {
    padding-left: 50px;
  }
  .icon-blocks--light .icon-block__header.js-expand-link:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .icon-blocks--light .icon-block__header.is-closed:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .card--large .card__desc .btn {
    margin-top: 9px;
  }
  .card__content[class] {
    padding: 20px;
  }
  .wrapper .promo-cards {
    margin-bottom: -40px;
  }
  .promo-cards .card {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .promo-cards .card:not(:last-child) {
    margin-bottom: 20px;
  }
  .promo-cards:before {
    content: "mobile";
  }
  .banner__title {
    font-size: 2.6rem;
  }
  .banner__link:after {
    height: 17px;
    top: -1px;
    width: 11px;
  }
  .quote-block {
    padding: 25px 0 30px;
  }
  .quote-block__profile[class] {
    border-bottom: 1px solid rgba(136, 181, 199, 0.5);
    border-right: 0;
    display: block;
    margin-bottom: 20px;
    padding: 0 20px 20px;
    width: 100%;
  }
  .quote-block__img {
    height: 150px;
    margin: 0 auto;
    padding: 0;
    width: 150px;
  }
  .quote-block__content[class] {
    display: block;
    padding: 0;
    width: 100%;
  }
  .quote-block__quote {
    font-size: 1.8rem;
  }
  .quote-block__author {
    font-size: 1.4rem;
  }
  .quote-block__cta {
    margin-top: 20px;
  }
  .onward-links {
    margin-left: -10px;
    margin-right: -10px;
  }
  .onward-link {
    padding-bottom: 40px;
  }
  .onward-link__label {
    bottom: 12px;
    left: 10px;
  }
  .onward-link__img {
    width: 40%;
  }
  .onward-link__title[class] {
    font-size: 1.8rem;
  }
  .onward-link__content {
    padding: 10px;
  }
  .onward-link__img + .onward-link__content {
    width: 60%;
  }
  .tabs:before {
    content: "mobile";
  }
  .tabs--lrg-image {
    height: auto;
    min-height: 0;
    padding-top: 46.7%;
  }
  .tabs--lrg-image .tabs__img {
    height: 0;
    padding-bottom: 46.7%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .tabs--lrg-image .wrapper {
    padding: 0;
    position: static;
    width: 100%;
  }
  .tabs--lrg-image .tabs__nav-track {
    overflow: hidden;
    white-space: normal;
  }
  .tabs--lrg-image .tabs__nav {
    background-color: #fff;
    display: block;
    margin-right: -1px;
    position: static;
  }
  .tabs--lrg-image .tabs__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs--lrg-image .tabs__nav-item[class] {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    border-bottom: 1px solid #e2e2dc;
    flex: 0 0 auto;
    width: 33.3333% !important;
  }
  .tabs--lrg-image .tabs__nav-item:last-child {
    border-right: 1px solid #e2e2dc;
  }
  .tabs--lrg-image .tabs__nav-link {
    background: #fff;
    border-top: 4px solid #fff;
    padding: 25px 5px;
  }
  .tabs--lrg-image .tabs__nav-link.is-active,
  .tabs--lrg-image .tabs__nav-link:focus,
  .tabs--lrg-image .tabs__nav-link:hover {
    background: #000c14;
    border-top-color: #ff0;
  }
  .tabs--lrg-image .tabs__content {
    background-color: #000c14;
    bottom: auto;
    margin-top: -1px;
    min-height: 0;
    position: relative;
    top: 0;
  }
  .tabs--lrg-image .tab {
    height: auto;
  }
  .tabs--lrg-image .tab__content {
    height: auto;
    min-height: 0;
    padding: 20px;
  }
  .tabs--lrg-image .tab__bottom,
  .tabs--lrg-image .tab__middle {
    -webkit-transform: none;
    position: static;
    transform: none;
  }
  .tabs--lrg-image .tab__header[class] {
    display: none;
  }
  .tabs--lrg-image .tab__content .stat {
    font-size: 1.8rem;
  }
  .tabs--lrg-image .tab__content .stat__figure {
    font-size: 6rem;
  }
  .tabs--lrg-image .inline-video {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .tabs--lrg-image .deployment-blocks__block[class] {
    display: block;
    margin-bottom: 10px;
    width: auto;
  }
  .tabs--lrg-image .deployment-blocks__img[class] {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
    width: 50%;
  }
  .tabs--lrg-image .deployment-blocks__img[class] img {
    width: 100%;
  }
  .tabs--lrg-image .deployment-blocks__text[class] {
    display: inline-block;
    margin-top: 5px;
    width: 50%;
  }
  .tabs--lrg-image .tabs__nav--equipment .tabs__nav-item[class] {
    min-width: 0;
    width: 50% !important;
  }
  .tabs--lrg-image .tabs__nav--equipment .tabs__nav-link {
    font-family: M PLUS\1p, Nanum Gothic, Noto Sans TC, Open Sans, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 50px 10px 12px;
    text-transform: none;
    white-space: normal;
  }
  .tabs--lrg-image .tabs__nav--equipment {
    margin-top: -46.7%;
  }
  .tabs--lrg-image .tabs__nav--equipment + .tabs__img {
    position: static;
  }
  .tabs--lrg-image .tabs__nav.has-controls {
    padding-right: 0;
  }
  .tabs--lrg-image .tabs__nav.has-controls .tabs__nav-controls {
    display: none;
  }
  .tabs--lrg-image .facts-and-figures {
    font-size: 0;
    margin: 20px 0;
  }
  .tabs--lrg-image .facts-and-figures__block {
    margin-bottom: 25px;
  }
  .tabs--lrg-image .facts-and-figures__icon {
    padding-right: 35px;
    width: 75px;
  }
  .tabs--lrg-image .facts-and-figures__title[class] {
    font-size: 1.2rem;
  }
  .tabs--lrg-image .facts-and-figures__desc[class] {
    font-size: 2.6rem;
  }
  .copy .inline-video {
    margin: 25px 0;
  }
  .inline-video:after {
    height: 60px;
    width: 60px;
  }
  .inline-video__caption {
    min-height: 60px;
    padding: 10px 70px;
  }
  .inline-video__caption p {
    font-size: 1.2rem;
  }
  .copy .inline-image {
    margin: 25px 0;
  }
  .inline-image:after {
    height: 60px;
    width: 60px;
  }
  .inline-image__caption {
    min-height: 0;
    padding: 10px;
  }
  .slide__bg {
    bottom: auto;
    padding-bottom: 56.25%;
  }
  .slide__bg:after,
  .slide__bg:before {
    display: none;
  }
  .slide__bg:after {
    height: 50px;
  }
  .slide__content {
    max-width: none;
    padding: calc(56.25% + 20px) 20px 90px;
  }
  .slide__heading[class] {
    margin-bottom: 40px;
  }
  .slide__heading[class]:after {
    bottom: -22px;
    height: 4px;
    width: 60px;
  }
  .clip-outside\@s[class] {
    margin-right: -20px;
    padding: 0 60px 30px 0;
  }
  .filters {
    margin-bottom: -10px;
  }
  .filters__items {
    display: block;
    margin-bottom: 0;
  }
  .filters__item,
  .filters__set {
    margin-bottom: 20px;
  }
  .filter__check {
    display: block;
  }
  .filter__check:last-child label {
    margin-bottom: 0;
  }
  .filter__check label {
    display: block;
    padding: 10px 45px;
  }
  .filter__check label span {
    -webkit-transform: none;
    transform: none;
  }
  .filter__check input:checked ~ label:after {
    right: 7px;
    top: 5px;
  }
  .filters__title {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .filters__submit {
    text-align: center;
  }
  .search-results__top {
    margin-bottom: 20px;
  }
  .search-results__count,
  .search-results__noresults {
    font-size: 1.8rem;
    margin: 0;
  }
  .search-results__info {
    float: none;
    margin-bottom: 25px;
  }
  .search-results__sort {
    float: none;
  }
  .search-results__sort .styled-select {
    min-width: 225px;
  }
  .search-result__content {
    display: block;
    font-size: 1.4rem;
    padding: 25px 0;
  }
  .search-result__desc {
    margin-bottom: 20px;
    min-height: 0;
    padding: 0;
    width: 100%;
  }
  .search-result__info {
    display: block;
    width: 100%;
  }
  .search-result__info-items {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
  }
  .search-result__info-item {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    border-right: 1px solid rgba(136, 181, 199, 0.5);
    border-top: 0;
    flex: 0 1 auto;
    padding: 10px;
    width: 50%;
  }
  .search-result__info-item:last-child {
    border: 0;
  }
  .search-result__title[class] {
    font-size: 2.4rem;
  }
  .search-result__url {
    display: none;
  }
  .role__contact-items,
  .role__info-items {
    font-size: 1.4rem;
  }
  .role__info-item {
    padding: 10px 0;
  }
  .role__info-item:before {
    display: none;
  }
  .pagination {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .pagination__next,
  .pagination__previous {
    height: 40px;
    width: 40px;
  }
  .pagination__left-cell,
  .pagination__right-cell {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .pagination__list {
    border-radius: 20px/50%;
    margin: 0 5px;
    padding: 5px 2px 0;
  }
  .pagination-ellipsis,
  .pagination__link {
    height: 3rem;
    line-height: 3rem;
    min-width: 3rem;
  }
  .pagination-ellipsis {
    background-color: transparent;
    min-width: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .pagination__item {
    margin: 0 3px 5px;
  }
  .office--single .office__social {
    margin-top: 30px;
  }
  .no-js .profiles {
    -webkit-column-gap: 0;
    /* -webkit-columns: 1; */
    column-count: 1;
    column-gap: 0;
  }
  .js .profiles {
    margin-bottom: 0;
  }
  .js .profiles .profile {
    width: 100%;
  }
  .regions__list {
    margin-top: 40px;
  }
  .regions__item {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 15px;
  }
  .regions__item:after {
    right: -15px;
  }
  .region__website[class] {
    margin: 0 0 20px;
  }
  .region__office {
    border-bottom: 1px solid rgba(136, 181, 199, 0.5);
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .region__office:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .region__office address,
  .region__office p {
    font-size: 1.4rem;
  }
  .region__contact {
    margin-top: 15px;
  }
  .location-selector__countries .regions__list {
    margin-top: 20px;
  }
  .closest-office__intro {
    font-size: 1.6rem;
  }
  .accordion {
    margin-top: -15px;
  }
  .accordion__header {
    padding: 0;
  }
  .accordion__content {
    padding: 0 0 15px;
  }
  .accordion__inr {
    max-width: none;
    width: 100%;
  }
  .accordion__inr p {
    font-size: 1.4rem;
  }
  .accordion__heading {
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
  }
  .accordion__heading:after {
    height: 17px;
    margin-top: -8px;
    width: 17px;
  }
  .accordion__heading-info {
    display: none;
    font-size: 1.4rem;
    padding: 0 0 30px;
  }
  .accordion__header.is-open .accordion__heading-info {
    display: block;
  }
  .accordion__item .grid .g-unit > .btn {
    margin-bottom: 0;
  }
  .prev-next {
    -ms-flex-flow: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-flow: column-reverse;
  }
  .prev-next:before {
    display: none;
  }
  .prev-next__link {
    font-size: 1.3rem;
    padding: 20px;
    width: 100%;
  }
  .prev-next__link--prev:after {
    left: 20px;
  }
  .prev-next__link--next:after {
    right: 20px;
  }
  .tail-select .select-label {
    height: 55px;
    height: 5.5rem;
    line-height: 55px;
    line-height: 5.5rem;
  }
  .tail-select-container .select-handle {
    margin: 5px;
  }
  .gallery__item:before {
    background-size: 7px 7px;
    height: 30px;
    width: 30px;
  }
  .gallery__close {
    height: 40px;
    width: 40px;
  }
  .gallery__caption {
    min-height: 0;
    padding: 10px;
  }
  .gallery__caption p {
    font-size: 1.2rem;
  }
  .case-study-summary__title[class] {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .case-study-summary__cta {
    margin-top: 15px;
    text-align: center;
  }
  .case-study-summary__cta .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    width: 100%;
  }
  .opco-alert {
    height: calc(100vh - 20px);
    overflow: visible;
  }
  .opco-alert__inr {
    height: calc(100vh - 20px);
    min-height: 100px;
    padding: 20px;
  }
  .opco-alert__content p {
    font-size: 1.4rem;
  }
  .overlay {
    overflow: visible;
  }
  .overlay,
  .overlay__inr {
    height: calc(100vh - 20px);
  }
  .overlay__inr {
    min-height: 100px;
    padding: 20px;
  }
  .overlay__content p {
    font-size: 1.4rem;
  }
  .bg--notched-white {
    background-image: linear-gradient(180deg, #fff 0, #fff 40px, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0));
  }
  .bg--industrial-blue-arrow:before,
  .bg--light-blue-arrow:before,
  .bg--white-arrow:before {
    height: 12px;
    margin-left: -51px;
    width: 102px;
  }
}
@media screen and (min-width: 800px) {
  .split-list:after {
    clear: both;
    content: "";
    display: block;
  }
  .split-list:not(:first-child) {
    margin-top: 40px;
  }
  .split-list:not(:last-child) {
    margin-bottom: 40px;
  }
  .split-list > li {
    float: left;
    margin-bottom: 30px;
    padding-right: 20px;
    width: 50%;
  }
  .split-list > li:nth-child(2n-1) {
    clear: left;
  }
  .split-list > li:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .intro--large .intro__copy {
    font-size: 1.8rem;
  }
  .wrapper--pad-l {
    padding: 40px 0;
  }
  .wrapper--pad-m {
    padding: 30px 0 !important;
  }
  .wrapper--pad-s {
    padding: 20px 0;
  }
  .footer {
    padding: 35px 0;
    position: relative;
  }
  .footer-links__item {
    float: left;
    padding-right: 10px;
  }
  .footer-links__item:after {
    content: none;
  }
  .footer-links__item:last-child {
    margin: 0;
  }
  .footer__top {
    margin-bottom: 35px;
  }
  .footer__bottom {
    border: none;
    position: static;
  }
  .footer__bottom .wrapper {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .footer__bottom-left {
    -ms-flex: none;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 3;
    display: block;
    flex: none;
    order: 2;
    width: 100%;
  }
  .footer__bottom-right {
    -ms-flex: none;
    -ms-flex-order: 1;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 2;
    display: block;
    flex: none;
    margin-bottom: 35px;
    order: 1;
    width: 100%;
  }
  .footer__location {
    float: none;
    font-size: 1.4rem;
    width: 100%;
  }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
    position: relative;
    text-align: center;
  }
  .footer-social__link {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
  .social {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    position: relative;
    text-align: center;
  }
  .social--left {
    -ms-flex-pack: left;
    -webkit-box-pack: left;
    justify-content: left;
    text-align: left;
  }
  .social__link {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
  }
  .section-header__title {
    margin-bottom: 25px;
  }
  .section-header__title a {
    display: inline-block;
    padding-right: 20px;
  }
  .section-header__title a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='150' height='232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29L30.579 0 150 116 30.579 232 0 203l90-87z' fill='%23477d94'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-size: cover;
    content: "";
    height: 17px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
  }
  .section-header p {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .section-header--withcta .section-header__copy {
    display: block;
    width: auto;
  }
  .section-header--withcta .section-header__cta {
    display: none;
  }
  .link-block:before {
    padding-bottom: 66.66666%;
  }
  .link-block__txt {
    padding: 0 20px;
  }
  .icon-blocks .grid {
    border-top: 1px solid rgba(136, 181, 199, 0.5);
  }
  .icon-block {
    border-bottom: 1px solid rgba(136, 181, 199, 0.5);
    border-right: 0;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .card__content {
    padding: 30px;
  }
  .banner {
    background-position: 55% 0;
    min-height: 210px;
    padding: 20px 100px 20px 20px;
  }
  .quote-block__content,
  .quote-block__profile {
    padding: 0 30px;
  }
  .product-block {
    padding: 20px 35px 0;
  }
  .slider__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slide {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    max-height: none;
    min-height: 0;
  }
  .slide__sizer {
    display: none;
  }
  .slide__content {
    -webkit-transform: none;
    position: relative;
    top: 0;
    transform: none;
    z-index: 1;
  }
  .slide__description p {
    font-size: 1.4rem;
  }
  .slide__sub-heading[class] {
    font-size: 2.4rem;
  }
  .slider__controls {
    display: none;
  }
  .slider__nav {
    bottom: 40px;
  }
  .slide__progress {
    display: none;
  }
  .slide--product .slide__heading {
    font-size: 2.4rem;
    text-align: center;
  }
  .slide--product .slide__heading:after {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  .slide--product .slide__copy {
    max-width: 100%;
    width: 100%;
  }
  .slide--product .slide__content {
    padding: 30px 20px 70px;
    text-align: center;
  }
  .slide--product .slide__description {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
  }
  .slide--product .slide__img {
    padding-top: 20px;
  }
  .slide--product .slide__img img {
    margin: 0 auto;
    max-height: 300px;
    width: auto;
  }
  .slide--product .slide__cta {
    margin-left: auto;
    margin-right: auto;
  }
  .slide--product .slide__bg {
    background-image: none !important;
  }
  .carousel__controls {
    display: none;
    margin: 30px 0;
  }
  .clip-outside[class] {
    margin-right: -20px;
    padding: 0 60px 30px 0;
  }
  .no-controls.clip-outside[class] {
    margin-right: 0;
    padding: 0;
  }
  .copy-block + .copy-block,
  .copy-block + .icon-blocks {
    margin: 20px 0;
    padding-bottom: 0;
  }
  .location-selector__close {
    right: 5px;
    top: 5px;
  }
  .contents {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
  }
  .contents__list + p {
    margin-top: 20px;
  }
  .contents__item {
    padding: 0 5px 10px;
  }
  .contents__link {
    border-radius: 15px/50%;
    font-size: 1.4rem;
  }
  .article-results__container {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  .article-results__list,
  .article-results__sidebar {
    width: 100%;
  }
  .article-results__sidebar {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    margin-bottom: 40px;
    order: -1;
    padding: 0;
  }
  .js .paged-tabs__title[class].js-expand-link {
    cursor: pointer;
    padding-right: 30px;
    position: relative;
    z-index: 0;
  }
  .js .paged-tabs__title[class].js-expand-link:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23002d72'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    z-index: 1;
  }
  .js .paged-tabs__title[class].js-expand-link:focus,
  .js .paged-tabs__title[class].js-expand-link:hover {
    text-decoration: underline;
  }
  .js .paged-tabs__title[class].is-closed:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5.75 4.25H10v1.5H5.75V10h-1.5V5.75H0v-1.5h4.25V0h1.5z' fill='%23002d72'/%3E%3C/svg%3E");
  }
  .case-study-summary-container-padding {
    padding-top: 40px;
  }
  .case-study-summary {
    padding: 30px 0;
  }
  .case-study-summary__content,
  .case-study-summary__profile {
    padding: 0 30px;
  }
}
@media screen and (min-width: 960px) {
  .copy--2-col {
    -webkit-column-count: 2;
    -webkit-column-gap: 3.5rem;
    column-count: 2;
    column-gap: 3.5rem;
  }
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .layout__col {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .layout--2col .layout__col--sidebar {
    -ms-flex: none;
    -webkit-box-flex: 0;
    background: none;
    flex: none;
    margin: 0 40px;
    width: 27.5%;
  }
  .layout__col--small {
    padding-right: 10%;
  }
  .g-unit--1\@l {
    width: calc(8.33333% - 20px);
  }
  .g-unit--2\@l {
    width: calc(16.66667% - 20px);
  }
  .g-unit--3\@l {
    width: calc(25% - 20px);
  }
  .g-unit--4\@l {
    width: calc(33.33333% - 20px);
  }
  .g-unit--5\@l {
    width: calc(41.66667% - 20px);
  }
  .g-unit--6\@l {
    width: calc(50% - 20px);
  }
  .g-unit--7\@l {
    width: calc(58.33333% - 20px);
  }
  .g-unit--8\@l {
    width: calc(66.66667% - 20px);
  }
  .g-unit--9\@l {
    width: calc(75% - 20px);
  }
  .g-unit--10\@l {
    width: calc(83.33333% - 20px);
  }
  .g-unit--11\@l {
    width: calc(91.66667% - 20px);
  }
  .g-unit--12\@l {
    width: calc(100% - 20px);
  }
  .grid--reverse\@l {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .ie9 .grid--reverse\@l .g-unit {
    float: right;
  }
  .grid--gapless.grid {
    margin-left: 0;
    margin-right: 0;
  }
  .grid--gapless .g-unit {
    margin: 0;
  }
  .grid--gapless .g-unit--1\@l {
    width: 8.33333%;
  }
  .grid--gapless .g-unit--2\@l {
    width: 16.66667%;
  }
  .grid--gapless .g-unit--3\@l {
    width: 25%;
  }
  .grid--gapless .g-unit--4\@l {
    width: 33.33333%;
  }
  .grid--gapless .g-unit--5\@l {
    width: 41.66667%;
  }
  .grid--gapless .g-unit--6\@l {
    width: 50%;
  }
  .grid--gapless .g-unit--7\@l {
    width: 58.33333%;
  }
  .grid--gapless .g-unit--8\@l {
    width: 66.66667%;
  }
  .grid--gapless .g-unit--9\@l {
    width: 75%;
  }
  .grid--gapless .g-unit--10\@l {
    width: 83.33333%;
  }
  .grid--gapless .g-unit--11\@l {
    width: 91.66667%;
  }
  .grid--gapless .g-unit--12\@l {
    width: 100%;
  }
  .u-hide\@l {
    display: none;
  }
  .offset\@l {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  .bgp--tl\@l[class] {
    background-position: 0 0;
  }
  .bgp--tml\@l[class] {
    background-position: 25% 0;
  }
  .bgp--tc\@l[class] {
    background-position: 50% 0;
  }
  .bgp--tmr\@l[class] {
    background-position: 75% 0;
  }
  .bgp--tr\@l[class] {
    background-position: 100% 0;
  }
  .bgp--cl\@l[class] {
    background-position: 0 50%;
  }
  .bgp--cml\@l[class] {
    background-position: 25% 50%;
  }
  .bgp--cc\@l[class] {
    background-position: 50% 50%;
  }
  .bgp--cmr\@l[class] {
    background-position: 75% 50%;
  }
  .bgp--cr\@l[class] {
    background-position: 100% 50%;
  }
  .bgp--bl\@l[class] {
    background-position: 0 100%;
  }
  .bgp--bml\@l[class] {
    background-position: 25% 100%;
  }
  .bgp--bc\@l[class] {
    background-position: 50% 100%;
  }
  .bgp--bmr\@l[class] {
    background-position: 75% 100%;
  }
  .bgp--br\@l[class] {
    background-position: 100% 100%;
  }
  .card--promo .card__content {
    padding: 60px 25px;
  }
  .card--large .card__content {
    padding: 60px;
  }
  .card--large .card__title[class] {
    font-size: 4.8rem;
    line-height: 0.9;
  }
  .promo-banner__copy p {
    font-size: 1.6rem;
  }
  .slider--reduced .slide {
    min-height: 540px;
  }
  .slider--reduced .slide__sizer {
    padding-bottom: 37.5%;
  }
  .has-controls + .wrapper {
    margin-top: -180px;
    pointer-events: none;
    position: relative;
  }
  .has-controls + .wrapper a {
    pointer-events: all;
  }
  .copy-block .lede {
    margin-top: 40px;
  }
  .filters__label--lrg {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .regions__item {
    margin: 0 30px;
  }
  .regions__item:after {
    right: -30px;
  }
  .article__img {
    display: block;
    width: 300px;
  }
  .paged-tabs--wide[class] .download-list__item[class] {
    width: 33.3333%;
  }
}
@media screen and (min-width: 560px) and (max-width: 959px) {
  .block-list > li {
    padding: 20px;
  }
  .wrapper .pull-out\@m[class] {
    margin-left: -20px;
    margin-right: -20px;
    min-width: calc(100% + 40px);
    position: relative;
    width: auto;
  }
  .g-unit--1\@m {
    width: calc(8.33333% - 20px);
  }
  .g-unit--2\@m {
    width: calc(16.66667% - 20px);
  }
  .g-unit--3\@m {
    width: calc(25% - 20px);
  }
  .g-unit--4\@m {
    width: calc(33.33333% - 20px);
  }
  .g-unit--5\@m {
    width: calc(41.66667% - 20px);
  }
  .g-unit--6\@m {
    width: calc(50% - 20px);
  }
  .g-unit--7\@m {
    width: calc(58.33333% - 20px);
  }
  .g-unit--8\@m {
    width: calc(66.66667% - 20px);
  }
  .g-unit--9\@m {
    width: calc(75% - 20px);
  }
  .g-unit--10\@m {
    width: calc(83.33333% - 20px);
  }
  .g-unit--11\@m {
    width: calc(91.66667% - 20px);
  }
  .g-unit--12\@m {
    width: calc(100% - 20px);
  }
  .grid--reverse\@m {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .ie9 .grid--reverse\@m .g-unit {
    float: right;
  }
  .grid--gapless.grid {
    margin-left: 0;
    margin-right: 0;
  }
  .grid--gapless .g-unit {
    margin: 0;
  }
  .grid--gapless .g-unit--1\@m {
    width: 8.33333%;
  }
  .grid--gapless .g-unit--2\@m {
    width: 16.66667%;
  }
  .grid--gapless .g-unit--3\@m {
    width: 25%;
  }
  .grid--gapless .g-unit--4\@m {
    width: 33.33333%;
  }
  .grid--gapless .g-unit--5\@m {
    width: 41.66667%;
  }
  .grid--gapless .g-unit--6\@m {
    width: 50%;
  }
  .grid--gapless .g-unit--7\@m {
    width: 58.33333%;
  }
  .grid--gapless .g-unit--8\@m {
    width: 66.66667%;
  }
  .grid--gapless .g-unit--9\@m {
    width: 75%;
  }
  .grid--gapless .g-unit--10\@m {
    width: 83.33333%;
  }
  .grid--gapless .g-unit--11\@m {
    width: 91.66667%;
  }
  .grid--gapless .g-unit--12\@m {
    width: 100%;
  }
  .grid--snake\@m .g-unit:nth-child(3) {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .grid--snake\@m .g-unit:nth-child(4) {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .grid--snake\@m .g-unit:nth-child(5) {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .grid--snake\@m .g-unit:nth-child(6) {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .u-hide\@m {
    display: none;
  }
  .offset\@m {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  .bgp--tl\@m[class] {
    background-position: 0 0;
  }
  .bgp--tml\@m[class] {
    background-position: 25% 0;
  }
  .bgp--tc\@m[class] {
    background-position: 50% 0;
  }
  .bgp--tmr\@m[class] {
    background-position: 75% 0;
  }
  .bgp--tr\@m[class] {
    background-position: 100% 0;
  }
  .bgp--cl\@m[class] {
    background-position: 0 50%;
  }
  .bgp--cml\@m[class] {
    background-position: 25% 50%;
  }
  .bgp--cc\@m[class] {
    background-position: 50% 50%;
  }
  .bgp--cmr\@m[class] {
    background-position: 75% 50%;
  }
  .bgp--cr\@m[class] {
    background-position: 100% 50%;
  }
  .bgp--bl\@m[class] {
    background-position: 0 100%;
  }
  .bgp--bml\@m[class] {
    background-position: 25% 100%;
  }
  .bgp--bc\@m[class] {
    background-position: 50% 100%;
  }
  .bgp--bmr\@m[class] {
    background-position: 75% 100%;
  }
  .bgp--br\@m[class] {
    background-position: 100% 100%;
  }
  .promo-cards:before {
    content: "tablet";
  }
  .ie10-or-better .tabs__nav--equipment .tabs__nav-item[class] {
    width: 33.33333% !important;
  }
  .ie10-or-better .tabs--lrg-image .tabs__nav-item[class] {
    min-width: 33.33333% !important;
  }
  .slide__content {
    padding: 140px 40px 90px 20px;
  }
  .slide__heading[class].h1 {
    font-size: 3.4rem;
  }
  .search-results__sort .styled-select {
    min-width: 100px;
  }
  .job__content {
    font-size: 1.4rem;
    padding: 0 0 40px;
  }
  .no-js .profiles {
    /* -webkit-columns: 2; */
    column-count: 2;
  }
  .js .profiles {
    margin-bottom: 0;
  }
  .js .profiles .profile {
    width: calc(50% - 20px);
  }
  .location-selector__countries .bg--white-arrow .regions__heading {
    margin-top: 20px;
  }
  .prev-next__link {
    font-size: 1.3rem;
    padding: 20px;
  }
  .search-results__top {
    padding-top: 20px;
  }
  .article__content {
    font-size: 1.4rem;
    padding: 40px 0;
  }
  .bg--notched-white-both {
    background-image: linear-gradient(180deg, #fff, #fff 40px, hsla(0, 0%, 100%, 0) 0), linear-gradient(0deg, #fff, #fff 40px, hsla(0, 0%, 100%, 0) 0);
  }
}
@media screen and (min-width: 560px) and (max-width: 800px) {
  .table--reduced-padding td,
  .table--reduced-padding th {
    padding: 10px;
  }
  .g-unit--1\@ms {
    width: calc(8.33333% - 20px);
  }
  .g-unit--2\@ms {
    width: calc(16.66667% - 20px);
  }
  .g-unit--3\@ms {
    width: calc(25% - 20px);
  }
  .g-unit--4\@ms {
    width: calc(33.33333% - 20px);
  }
  .g-unit--5\@ms {
    width: calc(41.66667% - 20px);
  }
  .g-unit--6\@ms {
    width: calc(50% - 20px);
  }
  .g-unit--7\@ms {
    width: calc(58.33333% - 20px);
  }
  .g-unit--8\@ms {
    width: calc(66.66667% - 20px);
  }
  .g-unit--9\@ms {
    width: calc(75% - 20px);
  }
  .g-unit--10\@ms {
    width: calc(83.33333% - 20px);
  }
  .g-unit--11\@ms {
    width: calc(91.66667% - 20px);
  }
  .g-unit--12\@ms {
    width: calc(100% - 20px);
  }
  .grid--reverse\@ms {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .ie9 .grid--reverse\@ms .g-unit {
    float: right;
  }
  .grid--gapless.grid {
    margin-left: 0;
    margin-right: 0;
  }
  .grid--gapless .g-unit {
    margin: 0;
  }
  .grid--gapless .g-unit--1\@ms {
    width: 8.33333%;
  }
  .grid--gapless .g-unit--2\@ms {
    width: 16.66667%;
  }
  .grid--gapless .g-unit--3\@ms {
    width: 25%;
  }
  .grid--gapless .g-unit--4\@ms {
    width: 33.33333%;
  }
  .grid--gapless .g-unit--5\@ms {
    width: 41.66667%;
  }
  .grid--gapless .g-unit--6\@ms {
    width: 50%;
  }
  .grid--gapless .g-unit--7\@ms {
    width: 58.33333%;
  }
  .grid--gapless .g-unit--8\@ms {
    width: 66.66667%;
  }
  .grid--gapless .g-unit--9\@ms {
    width: 75%;
  }
  .grid--gapless .g-unit--10\@ms {
    width: 83.33333%;
  }
  .grid--gapless .g-unit--11\@ms {
    width: 91.66667%;
  }
  .grid--gapless .g-unit--12\@ms {
    width: 100%;
  }
  .u-hide\@ms {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .grid--reverse\@l {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    flex-direction: row-reverse;
  }
  .sc-form input[type="submit"] {
    border-radius: 30px/50%;
    padding: 22px 30px;
  }
  .btn--large,
  .btn--x-large {
    border-radius: 30px/50%;
    padding: 22px 15px;
  }
  .btn--x-large {
    min-width: 230px;
  }
  .icon-blocks--light .icon-block__heading {
    font-size: 2rem;
  }
  .onward-link__img + .onward-link__content {
    width: calc(100% - 200px);
  }
  .onward-link__img + .onward-link__content .onward-link__label {
    left: 225px;
  }
  .onward-link--sml .onward-link__img {
    width: 140px;
  }
  .onward-link--sml .onward-link__content {
    padding: 5px 20px 40px;
  }
  .onward-link--sml .onward-link__img + .onward-link__content {
    width: calc(100% - 140px);
  }
  .onward-link--sml .onward-link__img + .onward-link__content .onward-link__label {
    left: 160px;
  }
  .onward-link--sml .onward-link__label {
    bottom: 10px;
    left: 20px;
  }
  .carousel__nav {
    display: none;
  }
  .paged-tabs--wide {
    padding: 40px;
  }
  .paged-tabs--wide .paged-tabs__title,
  .paged-tabs--wide .paged-tabs__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
  .paged-tabs--wide .paged-tabs__title[class] {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .paged-tabs--wide .paged-tabs__nav {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
  }
  .paged-tabs--wide .paged-tabs__current {
    max-width: 320px;
  }
  .paged-tabs--wide .download-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .paged-tabs--wide .download-list__item[class] {
    width: 50%;
  }
  .paged-tabs--wide .download-list__item[class]:last-child {
    border-bottom: 1px solid rgba(136, 181, 199, 0.5);
  }
  .article-details__title[class] {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .u-hide\@overmenu {
    display: none;
  }
  .opco-nav__item.is-flyout-open .nav__flyout,
  .opco-nav__item:hover .nav__flyout {
    display: block;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .opco-nav__item.is-flyout-open .opco-nav__link:after,
  .opco-nav__item:hover .opco-nav__link:after {
    -webkit-transform: scaleY(1);
    opacity: 1;
    transform: scaleY(1);
  }
  .sub-nav {
    -webkit-transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-top: -1px;
    max-height: 60px;
    max-height: 6rem;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .sub-nav.is-expanded {
    height: auto;
    max-height: 560px;
    max-height: 56rem;
  }
  .sub-nav__item:nth-last-child(n + 6),
  .sub-nav__item:nth-last-child(n + 6) ~ .sub-nav__item {
    min-width: 160px;
  }
  .sub-nav__item:nth-last-child(6):first-child,
  .sub-nav__item:nth-last-child(6):first-child ~ .sub-nav__item {
    width: 16.6666666%;
  }
  .sub-nav__item:nth-last-child(7):first-child,
  .sub-nav__item:nth-last-child(7):first-child ~ .sub-nav__item {
    width: 14.285%;
  }
  .sub-nav__item:nth-last-child(8):first-child,
  .sub-nav__item:nth-last-child(8):first-child ~ .sub-nav__item {
    width: 12.5%;
  }
  .sub-nav__item:nth-last-child(9):first-child,
  .sub-nav__item:nth-last-child(9):first-child ~ .sub-nav__item {
    width: 11.1111111%;
  }
  .sub-nav__link {
    height: 60px;
    height: 6rem;
  }
  .sub-nav__text {
    line-height: 30px;
  }
  .card__content {
    padding: 30px 50px;
  }
  .role__detail[class] {
    padding: 60px 80px;
  }
  .role__cta {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .about_section1 {
    padding-bottom: 0;
  }
  .btn--small .btn__text {
    line-height: 28px;
    padding: 0 20px;
  }
  .section-header__title:last-child {
    line-height: 1.5;
  }
  .banner_p {
    max-height: 200px;
  }
  .flex_1,
  .flex_2 {
    padding-top: 40px;
  }
  .flex_3 {
    padding-bottom: 60px;
  }
  .flex_3 .son {
    padding-top: 60px;
  }
  .flex_3 .son .table .td div {
    word-break: break-all;
  }
  .flex_3 .son .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex_4 .box,
  .flex_5 .box {
    width: 100%;
  }
  .flex_1 .txt,
  .flex_1 .img {
    width: 100%;
    padding: 0;
  }
  .flex_1 .img {
    margin-bottom: 20px;
  }
  .flex_2 .tab {
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
  .page {
    margin-top: 55px;
  }
  .flex_2 .but,
  .nav__launcher--global,
  .nav__launcher--search {
    display: none !important;
  }
  .mobile_nav {
    display: block;
    position: fixed;
    z-index: 100;
    width: 0%;
    top: 55px;
    /* left: 0; */
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .mobile_nav.on {
    width: 100%;
    opacity: 1;
  }
  .mobile_nav .mobile_flex {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .mobile_nav .menu {
    /* color: #fff; */

    display: flex;
    flex-wrap: wrap;
  }
  .mobile_nav .mobile_menu {
    flex-grow: 1;
  }
  .mobile_nav .menu .tit {
    padding: 0px;
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    width: 100%;
    display: flex;
  }
  .mobile_nav .menu .tit a {
    font-size: 18px;
    margin-right: auto;
  }
  .mobile_nav .menu .tit img {
    padding: 15px;
    transition: all 0.3s ease;
  }
  .mobile_nav .menu .tit img.on {
    transform: rotate(90deg);
  }
  .mobile_nav .sub {
    width: 100%;
    background-color: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
  }
  .mobile_nav .sub li {
    margin: 0;
    list-style: none;
  }
  .mobile_nav .sub a {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 42px;
    padding: 0 15px;
    transition: all 0.5s ease;
    /* border-bottom: 1px solid #c8c8c8; */
    white-space: nowrap;
  }
  .u-hide\@undermenu {
    display: none;
  }
  .topbar[class] {
    height: 55px;
    min-height: 0;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .logo {
    padding: 11px 0;
  }
  .logo__img {
    height: 31px;
    width: 60px;
  }
  .nav-wrap:before {
    content: "mobile";
  }
  .opco-nav__change-location {
    display: none;
  }
  .body {
    position: relative;
  }
  .body:before {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(0, 12, 20, 0.5);
    height: 1px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 1px;
  }
  .body:after,
  .body:before {
    content: "";
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .body:after {
    -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #fff;
    height: 100vh;
    max-width: 320px;
    right: 0;
    transform: translateX(100%);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: calc(100% - 60px);
  }
  .is-nav-open .body:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .is-nav-open .body:before {
    bottom: 0;
    height: auto;
    opacity: 1;
    width: 100vw;
  }
  .topbar {
    z-index: 3;
  }
  .topbar > .wrapper {
    width: calc(100% - 30px);
  }
  .topbar:before {
    -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #002d72;
    content: "";
    max-width: 320px;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: calc(100% - 60px);
    z-index: 0;
  }
  .topbar.has-open-flyout:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-wrap {
    -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #fff;
    max-width: 320px;
    min-height: 100vh;
    position: absolute;
    right: 0;
    top: 55px;
    transform: translateX(100%);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: calc(100% - 60px);
    z-index: 3;
  }
  .is-nav-open .nav-wrap,
  .is-search-open .nav-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav {
    width: 100%;
  }
  .nav__launchers {
    display: block;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav__launcher {
    background: transparent;
    display: inline-block;
    height: 55px;
    margin: 0 7px;
    outline: none;
    overflow: visible;
    position: relative;
    vertical-align: top;
    width: 55px;
  }
  .nav__launcher:after {
    background-color: #88b5c7;
    content: "";
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: -7px;
    top: 50%;
    width: 1px;
  }
  .nav__launcher:last-child:after {
    display: none;
  }
  .nav__launcher span {
    display: inline-block;
    left: 50%;
    margin-left: -13px;
    text-indent: -9999px;
    top: 27px;
    width: 25px;
  }
  .nav__launcher span,
  .nav__launcher span:after,
  .nav__launcher span:before {
    background-color: transparent;
    border-radius: 1px;
    height: 2px;
    position: absolute;
  }
  .nav__launcher span:after,
  .nav__launcher span:before {
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: background-color 0.15s ease, -webkit-transform 0.2s ease-out;
    content: "";
    left: 0;
    transform-origin: 50% 50%;
    transition: background-color 0.15s ease, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, background-color 0.15s ease;
    transition: transform 0.2s ease-out, background-color 0.15s ease, -webkit-transform 0.2s ease-out;
    width: 100%;
  }
  .nav__launcher span:before {
    top: -7px;
  }
  .nav__launcher span:after {
    top: 7px;
  }
  .nav__launcher--menu span,
  .nav__launcher--menu span:after,
  .nav__launcher--menu span:before {
    background-color: #2042db;
  }
  .is-nav-open .nav__launcher--menu span {
    background-color: transparent;
  }
  .is-nav-open .nav__launcher--menu span:before {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .is-nav-open .nav__launcher--menu span:after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav__launcher--search:before {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 0.15s ease-out;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cpath d='M488.88 434.51L385.82 331.44q37.26-53.79 37.26-119.9a207.82 207.82 0 0 0-16.68-82.17q-16.68-39.24-45.08-67.61t-67.6-45.08a210.83 210.83 0 0 0-164.38 0Q90.16 33.33 61.76 61.76t-45.07 67.61a210.75 210.75 0 0 0 0 164.37q16.67 39.18 45.07 67.59t67.6 45.08a208 208 0 0 0 82.19 16.68q66.11 0 119.89-37.26L434.5 488.58c7.21 7.61 16.2 11.42 27 11.42a36.92 36.92 0 0 0 27-11.42q11.5-11.41 11.5-27.05a36.8 36.8 0 0 0-11.13-27zM306.64 306.63q-39.52 39.54-95.1 39.53t-95.1-39.51q-39.52-39.52-39.51-95.11t39.51-95.1q39.5-39.52 95.1-39.51t95.1 39.51q39.53 39.51 39.5 95.1t-39.5 95.1z' fill='%23a6c7d5'/%3E%3C/svg%3E");
    background-size: contain;
    content: "";
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: all 0.15s ease-out;
    width: 16px;
  }
  .is-search-open .nav__launcher--search:before {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  .is-search-open .nav__launcher--search span:before {
    -webkit-transform: translateY(7px) rotate(45deg);
    background-color: #2042db;
    transform: translateY(7px) rotate(45deg);
  }
  .is-search-open .nav__launcher--search span:after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    background-color: #2042db;
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav__launcher--global:before {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 0.15s ease-out;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M150 0C67.162 0 0 67.162 0 150s67.162 150 150 150 150-67.162 150-150S232.838 0 150 0zm125 150c0 8.563-.875 16.925-2.525 25h-48.163a267.167 267.167 0 0 0 0-50h48.163A124.79 124.79 0 0 1 275 150zm-10.512-50h-43.75c-4.788-24.5-13.15-46.888-24.35-65.975 30.437 12.212 54.962 36.025 68.1 65.975zm-69.425 0H162.5V29.275C177.688 47.525 188.963 71.9 195.063 100zM137.5 29.275V100h-32.563c6.1-28.1 17.376-52.475 32.563-70.725zm0 95.725v50h-36.625c-1.825-17.762-1.825-32.213 0-50H137.5zm0 75v70.725c-15.188-18.25-26.463-42.625-32.563-70.725H137.5zm25 70.725V200h32.563c-6.1 28.1-17.375 52.475-32.563 70.725zm0-95.725v-50h36.625c1.825 17.762 1.825 32.213 0 50H162.5zM103.612 34.025C92.412 53.112 84.05 75.5 79.262 100h-43.75c13.138-29.95 37.663-53.763 68.1-65.975zM27.525 125h48.163a267.167 267.167 0 0 0 0 50H27.525A124.79 124.79 0 0 1 25 150c0-8.563.875-16.925 2.525-25zm7.988 75h43.75c4.787 24.5 13.15 46.887 24.35 65.975C73.174 253.762 48.65 229.95 35.513 200zm160.875 65.975c11.2-19.088 19.562-41.475 24.35-65.975h43.75c-13.138 29.95-37.663 53.762-68.1 65.975z' fill='%23a6c7d5'/%3E%3C/svg%3E");
    background-size: contain;
    content: "";
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: all 0.15s ease-out;
    width: 16px;
  }
  .nav__list {
    background-color: #002d72;
    border-top: 1px solid #58595b;
    display: block;
    margin: 0;
    padding: 12px 0;
    width: 100%;
  }
  .nav__item,
  .nav__item--mobile {
    display: block;
    margin: 0;
    min-height: 0;
    position: relative;
    width: auto;
  }
  .nav__link {
    border: none;
    color: #fff;
    font-size: 1.2rem;
    height: auto;
    padding: 12px 20px 12px 30px;
    position: relative;
    text-align: left;
  }
  .nav__link:after {
    display: none;
  }
  .nav__link:focus,
  .nav__link:hover {
    border: none;
    text-decoration: underline;
  }
  .nav__txt {
    -webkit-transform: none;
    position: static;
    transform: none;
  }
  .nav__txt:after {
    content: none;
  }
  .search {
    display: none;
  }
  .nav-wrap,
  .opco-nav {
    /* position: static; */
    display: none;
  }
  .opco-nav .wrapper {
    display: block;
    width: 100%;
  }
  .opco-nav > .wrapper {
    flex-direction: column;
  }
  .opco-nav__list {
    display: block;
    padding: 12px 0;
  }
  .opco-nav__cta {
    display: block;
    margin: 0 40px 0 30px;
  }
  .opco-nav__item {
    display: block;
    margin: 0;
  }
  .opco-nav__link[class] {
    border: none;
    color: #002d72;
    cursor: pointer;
    font-size: 1.2rem;
    height: auto;
    padding: 12px 20px 12px 30px;
    position: relative;
    text-align: left;
  }
  .opco-nav__link[class]:after,
  .opco-nav__link[class]:before {
    content: none;
    display: none;
  }
  .opco-nav__link[class]:focus,
  .opco-nav__link[class]:hover {
    text-decoration: underline;
  }
  .nav__flyout {
    /* -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #2042db;
    border-top: 1px solid #58595b;
    display: block;
    left: 0;
    min-height: 100%;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: visible;
    width: 100%;
    z-index: 1; */
  }
  .is-flyout-open > .nav__flyout {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .opco-nav__sublist {
    margin-top: 30px;
    width: 100%;
  }
  .opco-nav__section-header {
    width: 100%;
  }
  .opco-nav__back-link,
  .opco-nav__section-link {
    display: block;
    padding: 24px 30px;
  }
  .opco-nav__back-link:after,
  .opco-nav__section-link:after {
    left: 30px;
    right: 30px;
  }
  .opco-nav__section-link {
    margin-top: 0;
  }
  .opco-nav__back-link {
    padding-left: 50px;
  }
  .opco-nav__subitem {
    float: none;
    margin: 0;
    width: 100%;
  }
  .opco-nav__sublink {
    border: none;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    height: auto;
    padding: 12px 20px 12px 30px;
    position: relative;
    text-align: left;
  }
  .opco-nav__sublink.is-current,
  .opco-nav__sublink:focus,
  .opco-nav__sublink:hover {
    text-decoration: underline;
  }
  .has-extra .sub-nav__toggle,
  .opco-nav__section-text:after,
  .opco-nav__subtext:after,
  .sub-nav__breadcrumb {
    display: none;
  }
  .has-extra .sub-nav__list {
    margin-right: 0;
  }
  .search {
    background: #002d72;
    border-top: 1px solid #58595b;
    height: auto;
    margin: 0;
    position: static;
    float: none;
  }
  .search:before {
    content: none;
  }
  .search__inr[class] {
    padding: 10px;
    width: 100% !important;
  }
  input.search__input {
    border: 0;
    font-size: 1.6rem;
    height: 3.5rem;
  }
  .is-search-closing .nav__list,
  .is-search-closing .opco-nav,
  .is-search-open .nav__list,
  .is-search-open .opco-nav {
    display: none;
  }
  .is-search-closing .nav-wrap,
  .is-search-open .nav-wrap {
    height: auto;
    min-height: 0;
  }
  .is-search-closing .search,
  .is-search-open .search {
    display: block;
  }
  .masthead--short[class] {
    padding-top: 0;
  }
  .masthead--short[class] .masthead__text {
    padding: 35px 10px;
  }
  .tabs__nav-link {
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 360px) {
  .nav__launcher {
    margin: 0 4px;
    width: 50px;
  }
  .nav__launcher:after {
    right: -4px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-nav__link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .masthead__heading[class] {
    font-size: 65px;
  }
  .masthead__heading--reduced[class] {
    font-size: 54px;
  }
}
@media screen and (max-width: 420px) {
  .masthead__heading--reduced[class],
  .masthead__heading[class] {
    font-size: 26px;
  }
  .contents__item {
    width: 100%;
  }
  .contents__link[class] {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    font-family: M PLUS\1p, proxima-nova, Nanum Gothic, Noto Sans TC, Arial, serif;
    justify-content: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 1260px) {
  .card__title[class] {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .image-block:before {
    content: "mobile";
  }
}
@media screen and (min-width: 980px) and (max-width: 1300px) {
  .image-block--4 .image-block__title[class],
  .image-block--5 .image-block__title[class] {
    font-size: 1.8rem;
  }
  .image-block__content[class] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .image-block--4 .image-block__title[class],
  .image-block--5 .image-block__title[class] {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1500px) {
  .image-block__title[class] {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 980px) {
  .image-block__items {
    display: block;
    height: auto;
    max-height: none;
    min-height: 0;
    padding-top: calc(56.25% - 50px);
  }
  .image-block__content {
    margin: 0;
    max-width: 100%;
    padding: 15px 15px 0;
  }
  .image-block__bg {
    background-size: 200% auto;
    height: 0;
    padding-top: 56.25%;
    top: 0;
  }
  .image-block__bg:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#002d72), color-stop(25%, #002d72), to(rgba(0, 45, 114, 0)));
    background: linear-gradient(0deg, #002d72, #002d72 25%, rgba(0, 45, 114, 0));
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
  }
  .image-block__title[class] {
    font-size: 2rem;
    margin: 10px 0 20px;
    padding-right: 50px;
  }
  .image-block__title[class] br {
    display: none;
  }
  .image-block__item[class] {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    border-right: 0;
  }
  .image-block__item[class]:focus,
  .image-block__item[class]:hover {
    background-color: transparent;
  }
  .image-block__desc p {
    margin-bottom: 15px;
  }
  .image-block__desc .image-block__additional-cta[class] {
    display: block;
    margin-bottom: 20px;
  }
  .image-block__cta[class] {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    display: none;
  }
  .image-block__cta[class]:hover {
    background-color: #fff;
  }
  .image-block__cta[class] .btn__inr,
  .image-block__cta[class] .btn__text {
    width: 0;
  }
  .js .image-block__item.is-active .image-block__cta:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23002d72'/%3E%3C/svg%3E");
    opacity: 1;
  }
}
@media screen and (max-width: 400px) {
  .image-block__title[class] {
    font-size: 1.6rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .js .image-block__cta {
    pointer-events: none;
  }
}
@media screen and (max-width: 1200px) {
  .slide__bg:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, rgba(0, 45, 114, 0.9)), to(rgba(0, 45, 114, 0)));
    background: linear-gradient(90deg, rgba(0, 45, 114, 0.9) 75%, rgba(0, 45, 114, 0));
  }
}
@media (min-width: 960px) and (max-width: 1260px) {
  .slide__heading[class].h1 {
    font-size: 3.4rem;
  }
  .slide__description p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 650px) {
  .job-results__top {
    margin-bottom: 20px;
  }
  .job-results__count,
  .job-results__noresults {
    font-size: 1.8rem;
    margin: 0;
  }
  .job__content {
    display: block;
    font-size: 1.4rem;
    padding: 0 0 40px;
  }
  .job__closing {
    max-width: none;
    right: 0;
  }
  .job__closing,
  .job__posted {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding-left: 18px;
    padding-right: 5px;
    position: static;
  }
  .job__closing:after,
  .job__posted:after {
    display: none;
  }
  .job__closing {
    padding-left: 5px;
    padding-right: 18px;
    text-align: right;
  }
  .job__dates {
    background-color: #edf2f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .job__date-sep {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    display: inline-block;
    flex: 0 0 auto;
  }
  .job__desc {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .job__desc > p {
    display: none;
  }
  .job__info {
    display: block;
    max-width: none;
    width: 100%;
  }
  .job__info-item {
    padding: 10px;
    text-align: center;
  }
  .job__info-item:before {
    display: none;
  }
  .job__tags {
    margin-top: 20px;
    max-width: none;
  }
  .job__title[class] {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .article-results__top {
    margin-bottom: 20px;
  }
  .article-results__count,
  .article-results__noresults {
    font-size: 1.8rem;
    margin: 0;
  }
  .article-results__container {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  .article-results__list,
  .article-results__sidebar {
    width: 100%;
  }
  .article-results__sidebar {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    margin-bottom: 40px;
    order: -1;
    padding: 0;
  }
  .article-results__container {
    padding: 20px 0;
  }
  .article__content {
    display: block;
    font-size: 1.4rem;
    padding: 20px 0;
  }
  .article__closing {
    max-width: none;
    right: 0;
  }
  .article__closing,
  .article__posted {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
  }
  .article__closing {
    padding-left: 5px;
    padding-right: 18px;
    text-align: right;
  }
  .article__info {
    background-color: #edf2f4;
    display: inline-block;
    margin-bottom: 20px;
  }
  .article__date-sep {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    display: inline-block;
    flex: 0 0 auto;
  }
  .article__desc {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .article__desc > p,
  .article__img {
    display: none;
  }
  .article__tags {
    margin-top: 10px;
    max-width: none;
  }
  .article__title[class] {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  .role:after {
    clear: both;
    content: "";
    display: block;
  }
  .role__detail {
    float: left;
    padding: 30px;
    width: 66.6666%;
  }
  .role__detail[class] li,
  .role__detail[class] p {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .role__info {
    padding: 30px;
  }
  .role__contact {
    padding: 55px 30px 30px;
  }
  .role__sidebar {
    float: right;
    width: 33.3333%;
  }
  .document[class] li,
  .document[class] p {
    font-size: 1.8rem;
  }
  .document[class] li {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .document__title:not(:first-child) {
    margin-top: 60px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .article__tag {
    border-right: 1px solid #e5e9f1;
    display: table-cell;
    margin-right: 0;
    vertical-align: middle;
  }
  .article__tag:last-child {
    border: 0;
  }
  .article--blog .article__tag {
    border-color: #ecf2f4;
  }
}
@media screen and (min-width: 800px) and (max-width: 1260px) {
  .goal {
    margin-bottom: 40px;
  }
  .goal__title {
    font-size: 4.6rem;
  }
  .goal__copy {
    padding: 40px 30px 40px 0;
  }
  .goal--flipped .goal__copy {
    padding: 40px 0 40px 30px;
  }
}
@media screen and (max-height: 500px) {
  .opco-alert,
  .overlay {
    height: 100%;
    min-height: 100%;
  }
}
.index_tag li {
  list-style: none;
  float: left;
  padding: 3px 10px;
  font-size: 14px;
}
.index_tag a {
  color: #333;
  line-height: 40px;
}
.footer_con {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.footer_top {
  padding-top: 75px;
}
.flex_9 {
  display: flex;
}
.flex_9 .son1 {
  width: 100%;
  display: flex;
}
.flex_9 .son1 h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
  line-height: 1;
  /* margin-bottom: 30px; */
}
.flex_9 .son1 h2 a {
  font-weight: bold;
  font-family: "OPPOSans Medium";
}
.flex_9 .son1 ul,
.flex_9 .son1 li {
  list-style: none;
  margin: 0;
}
.flex_9 .son1 ul {
  flex-grow: 1;
}
.flex_9 .son1 li a {
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
  display: block;
}
.flex_9 .son2 {
  flex-shrink: 0;
}
.flex_9 .son2 .box {
  padding-left: 55px;
  border-left: 1px solid #bfbfbf;
  padding-top: 50px;
  display: flex;
  align-items: center;
}
.flex_9 .son2 .box:nth-child(1) {
  padding-top: 0;
}
.flex_9 .son2 .box img {
  margin-right: 20px;
}
.flex_9 .son2 .box p {
  margin: 0;
  margin-bottom: 10px;
  color: #2042db;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.flex_9 .son2 .box span {
  font-size: 16px;
}
.flex_9 .son2 .ewm {
  margin-top: 80px;
  margin-left: 50px;
  width: 100px;
}
.flex_9 .son2 .ewm .img {
  width: 100%;
}
.flex_9 .son2 .ewm img {
  width: 100%;
}
.flex_9 .son2 .ewm p {
  text-align: center;
  margin-top: 15px;
  line-height: 1;
}
.footer_bottom {
  margin-top: 100px;
  background-color: #2042db;
  color: #fff;
  padding: 35px 0;
}
.footer_bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_bottom .wrapper p {
  margin: 0;
  line-height: 1;
}
.banner_1 {
  position: relative;
}
.banner_1 .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.banner_1 .wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.banner_1 .txt h1 {
  color: #fff;
  font-size: 64px;
  font-family: "OPPOSans Medium";
  margin: 0;
}
.banner_1 .title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 15px;
  display: flex;
}
.banner_1 .title a,
.banner_1 .title span {
  font-size: 24px;
  line-height: 1;
}
.banner_1 .title span {
  margin: 0 5px;
}
.nev_product {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  z-index: 99;
  transition: all 0.36s ease-out;
  padding-left: 20px;
}
.nev_product.show {
  transform: translateY(-50%) translateX(0);
}
.nev_product ul,
.nev_product li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nev_product ul {
  position: relative;
}
.nev_product ul::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  z-index: -2;
  width: 1px;
  height: calc(100% - 22px);
  background: #d4dbf1;
  transition: all 0.36s;
}
.nev_product ul li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin: 30px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all 0.36s;
}
.nev_product ul li.on {
  font-size: 14px;
  color: #333333;
}
.nev_product ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2042db;
  border: 1px solid #fff;
  transition: all 0.36s;
}
.nev_product ul li.on::before {
  box-shadow: 0 0 8px 0 rgba(79, 115, 233, 0.75);
}
.mc_aside_navline {
  display: block;
  position: absolute;
  left: 4px;
  top: 11px;
  z-index: -1;
  width: 1px;
  max-height: calc(100% - 22px);
  background: #2042db;
  transition: all 0.3s;
}
.wrapper--pad-l .flex_8 {
  /* padding: 80px 0; */
}
.wrapper--pad-l .flex_8 .son {
  background-color: transparent;
}
.product_list:nth-child(2n + 1) {
  background-color: #f7f7f7;
}
.myswiper1 .swiper-slide {
  position: relative;
  display: flex;
}
.myswiper1 .swiper-slide video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*min-height: 100vh;*/
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
    .masthead .myswiper1 {
        height: auto;
    }
  .flex_9 {
    flex-wrap: wrap;
  }
  .flex_9 .son2 .box {
    padding-left: 0;
    border-left: 0;
  }
  .flex_9 .son2 .ewm {
    margin-left: auto;
    margin-right: auto;
  }
  .banner_1 .title,
  .nev_product,
  .flex_9 .son1 {
    display: none;
  }
  .footer_bottom {
    margin-top: 50px;
  }
  .footer_bottom .wrapper {
    flex-direction: column;
  }
  .footer_bottom .wrapper p {
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .footer_bottom .wrapper p + p {
    margin: 0;
  }
  .flex_8 {
    gap: 30px 15px;
  }
  .flex_8 .son {
    width: calc(100% / 2 - (2 - 1) * 15px / 2);
  }
  .flex_8 .txt {
    height: 60px;
  }
  .flex_8 .txt h3 {
    line-height: 50px;
    padding: 0 10px;
  }
  .masthead--short[class] {
    min-height: auto;
  }
  .banner_1 .txt h1 {
    padding: 35px 10px;
    font-size: 26px;
  }
  .title_1 h2 {
    font-size: 26px;
  }
  .title_1 a {
    font-size: 16px;
    width: 150px;
    line-height: 45px;
  }
  .flex_7 .son {
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px 0;
  }
  .flex_7 .img,
  .flex_7 .txt {
    width: 100%;
  }
  .title_1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .flex_7 .txt h3 {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
