@charset "UTF-8";
@keyframes bg-circle-light {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.introducing-block .img-area img.bg-circle-light, .top-block .img-area img.bg-circle-light {
  animation-name: bg-circle-light;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
}

/**********
Reset Start
**********/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.4em;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  /*color: #222;*/
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**********
Reset End
**********/
body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: unset;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #fff;
  background: #001843;
  background-attachment: fixed;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 24px;
  }
}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

h1 {
  margin-top: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 0.2em;
  color: #222;
}
@media (min-width: 576px) {
  h1 {
    font-size: 36px;
  }
  a {
  display: inline-block;
  color: #222;
  text-decoration: none !important;
}
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 46px;
    margin-bottom: 0.2em;
  }
}
h1.bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  h1.bottom-line {
    padding-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  h1.bottom-line {
    padding-bottom: 20px;
  }
}
h1.bottom-line::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  h1.bottom-line::after {
    height: 10px;
  }
}
@media (min-width: 1600px) {
  h1.bottom-line::after {
    height: 12px;
  }
}
h1.gradient-bg {
  background: linear-gradient(to right, rgba(0, 136, 220, 0.5254901961), rgba(130, 213, 214, 0.5019607843), rgba(186, 235, 95, 0.537254902));
  padding: 1em 1.6em;
  display: inline-block;
  margin-bottom: 0.6em;
  box-sizing: content-box;
}

h2 {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 52px;
  }
}

a.button-frame {
  position: relative;
  margin-top: 40px;
  padding: 8px 24px;
  font-size: 16px;
  transition: all 0.3s;
  color: #fff;
}
@media (min-width: 768px) {
  a.button-frame {
    font-size: 16px;
    margin-top: 64px;
      color: #fff;
  }
}
@media (min-width: 1600px) {
a.button-frame {
    font-size: 16px;
    margin-top: 80px;
    padding: 16px 24px;
      color: #222;
  }
}
a.button-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  /*border: 3px solid transparent;*/
  border-radius: 50px;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f) border-box;
  /*-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  /*mask-composite: exclude; /*5*/
}
@media (min-width: 1600px) {
  a.button-frame::before {
    border: 4px solid transparent;
  }
}
a.button-frame:hover {
  color: #fff;
  padding-right: 32px;
}
a.button-frame:hover span.icon {
  transform: translateX(8px);
}
a.button-frame span {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
a.button-frame span.icon {
  margin-left: 0.4em;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 900;
}

ul {
  margin: 0;
  padding-inline-start: 24px;
}
ul li {
  padding-left: 8px;
  margin-bottom: 1em;
  list-style: disc;
}

@media (min-width: 1200px) {
  .d-tablet-block {
    display: none;
  }
}

.d-web-block {
  display: none;
}
@media (min-width: 1200px) {
  .d-web-block {
    display: block;
  }
}

.highlight {
  color: #b9eb5f;
  font-weight: bold;
}

.title {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .title {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .title {
    margin-bottom: 40px;
  }
}

.container-inner {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container-inner {
    max-width: 1160px;
  }
}
@media (min-width: 1600px) {
  .container-inner {
    max-width: 1480px;
  }
}
@media (max-width: 1199.98px) {
  .container-inner {
    padding: 0 24px;
  }
}

/**** Table ****/
.table-block {
  max-width: 100vw;
  padding: 16px 24px;
  color: #222;
}
@media (max-width: 991.98px) {
  .table-block {
    overflow-x: scroll;
  }
}

table {
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-size: 18px;
}

thead {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 1600px) {
  thead {
    font-size: 24px;
  }
}

thead tr th:nth-child(1n) {
  background-color: rgba(0, 135, 219, 0.4);
}

thead tr th:nth-child(2n) {
  background-color: rgba(52, 197, 201, 0.4);
}

thead tr th:nth-child(3n) {
  background-color: rgba(195, 233, 115, 0.4);
}

.lightweight tbody tr th:nth-child(1) {
  border-top-left-radius: 16px;
  background-color: rgba(0, 135, 219, 0.4);
}
.lightweight tbody tr th:nth-child(2) {
  background-color: rgba(52, 197, 201, 0.4);
}
.lightweight tbody tr th:nth-child(3) {
  border-top-right-radius: 16px;
  background-color: rgba(195, 233, 115, 0.4);
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

tr:last-child {
  border-bottom: 0;
}

th,
td {
  border-right: 1px solid rgb(0, 0, 0, 0.6);
  padding: 1em 30px;
  text-align: left;
  vertical-align: middle;
  min-width: 6em;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  th,
  td {
    font-size: 16px;
  }
}

thead th,
thead td {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  thead th,
  thead td {
    font-size: 16px;
  }
}

th:last-child,
td:last-child {
  border-right: 0;
}

td:last-of-type {
  text-align: left;
}

table thead th:first-child {
  border-top-left-radius: 16px;
}

table thead th:last-child {
  border-top-right-radius: 16px;
}

table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

/* 表格加外框 */
table.border-frame thead th {
  box-shadow: 0px -1px 0px 0px #555;
}

table.border-frame thead th:first-child {
  box-shadow: -1px -1px 0px 0px #555;
}

table.border-frame thead th:last-child {
  box-shadow: 1px -1px 0px 0px #555;
}

table.border-frame tbody tr td:first-child {
  box-shadow: -1px 0 0 0 #555;
}

table.border-frame tbody tr td:last-child {
  box-shadow: 1px 0 0 0 #555;
}

table.border-frame tbody tr:last-child td {
  box-shadow: 0 1px 0px 0px #555;
}

table.border-frame tbody tr:last-child td:first-child {
  box-shadow: -1px 1px 0px 0px #555;
}

table.border-frame tbody tr:last-child td:last-child {
  box-shadow: 1px 1px 0px 0px #555;
}

table.border-frame {
  max-width: 1000px;
  color: #555;
}

/* 表格橫排格行上色 */
table.color-row tbody > tr:nth-of-type(even) {
  /*background-color: #d2d0d0;*/
}

table.color-row thead tr th:nth-child(1) {
  /*background-color: #d2d0d0;*/
}

/* 表格直欄格行上色 */
table.color-column tbody > tr > td:nth-of-type(1) {
  background-color: rgba(0, 135, 219, 0.06);
}

table.color-column tbody > tr > td:nth-of-type(2) {
  background-color: rgba(52, 197, 201, 0.06);
}

table.color-column tbody > tr > td:nth-of-type(3),
table.color-column tbody > tr > td:nth-of-type(4) {
  background-color: rgba(195, 233, 115, 0.06);
}

.video-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100vh;
}
@media (max-width: 1199.98px) {
  .video-block {
    padding-bottom: 64%;
  }
}
.video-block .innr {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-block .innr iframe {
  width: 100%;
  height: 100%;
}
.video-block .innr video {
  width: 100%;
}

nav {
  padding: 16px 0;
  position: fixed;
  width: 100%;
  width: 100vw;
  background: #f2f2f2;
  z-index: 1;
}
@media (min-width: 1600px) {
  nav {
    padding: 20px 0;
  }
}
@media (max-width: 991.98px) {
  nav {
    align-items: center;
    gap: 1em;
  }
}
nav .container-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  nav .container-inner {
    align-items: center;
  }
}
nav .logo {
  max-width: 180px;
}
@media (max-width: 575.98px) {
  nav .logo {
    max-width: 120px;
  }
}
nav .links {
  display: flex;
  gap: 48px;
  grid-template-columns: 1em;
  flex-wrap: wrap;
  font-size: 17px;
}
@media (min-width: 1600px) {
  nav .links {
    gap: 70px;
  }
}
@media (max-width: 991.98px) {
  nav .links {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8784313725);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
}
nav .links a {
  position: relative;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  nav .links a:hover::after {
    width: 100%;
  }
  nav .links a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
    transition: all 0.3s;
  }
}

.menu-toggle {
  padding: 12px;
  padding-top: 28px;
  padding-bottom: 8px;
  float: right;
}

@media (min-width: 992px) {
  .menu-toggle {
    padding: 24px;
    padding-top: 26px;
    display: none;
  }
}
.menu-toggle span {
  display: block;
  height: 2px;
  width: 32px;
  background-color: #222;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.menu-toggle:hover span:nth-child(1) {
  transform: rotate(45deg) translateX(6px) translateY(7px);
}

.menu-toggle:hover span:nth-child(2) {
  opacity: 0;
}

.menu-toggle:hover span:nth-child(3) {
  transform: rotate(-45deg) translateX(7px) translateY(-8px);
}

@media (min-width: 992px) {
  .menu-toggle:hover span:nth-child(1) {
    transform: rotate(0deg) translateX(8px) translateY(0px);
  }
  .menu-toggle:hover span:nth-child(2) {
    opacity: 1;
  }
  .menu-toggle:hover span:nth-child(3) {
    transform: rotate(0deg) translateX(-8px) translateY(0px);
  }
}
#popup-overlay:target {
  opacity: 1;
  visibility: visible;
}

.popup-menu__close {
  position: absolute !important;
  right: 5%;
  top: 23px;
  width: 56px;
  height: 56px;
  transition: all 0.3s;
  background: #000;
}

.popup-menu__close:hover {
  transform: rotate(180deg);
}

.popup-menu__close span {
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup-menu__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-menu__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 992px) {
  .popup-menu__close {
    display: none;
  }
}
.popup-menu__item {
  display: block;
  text-align: center;
  font-family: "Raleway", "Helvetica", "roboto", arial, sans-serif;
  font-size: 24px;
  line-height: 48px;
  color: #484848;
  line-height: 80px;
  transition: all 0.3s;
}

.popup-menu__item:hover {
  color: #e881a7;
}

.top-block {
  max-width: 100vw;
  overflow: hidden;
  padding-top: 160px;
}
@media (min-width: 992px) {
  .top-block .container-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .top-block .text-area {
    width: 40%;
    padding-bottom: 4em;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .top-block .text-area {
    padding: 0 1em;
  }
}
.top-block .img-area {
  position: relative;
  width: 60%;
}
@media (max-width: 1599.98px) {
  .top-block .img-area {
    width: 54%;
  }
}
@media (max-width: 991.98px) {
  .top-block .img-area {
    float: left;
    margin-top: -32%;
  }
}
@media (max-width: 575.98px) {
  .top-block .img-area {
    width: 86%;
    float: left;
    margin-top: -10%;
    margin-left: -8%;
  }
}
.top-block .img-area img {
  max-width: 100%;
}
.top-block .img-area img.bg-circle-light {
  position: absolute;
  left: -7%;
  z-index: -1;
}
.top-block .title {
  font-weight: 900;
  margin-top: 0;
}
.top-block .description {
  font-size: 20px;
}
@media (min-width: 768px) {
  .top-block .description {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .top-block .description {
    font-size: 36px;
  }
}

.gradient-section {
  display: flex;
  align-items: center;
  align-items: stretch;
  padding: 16px 0;
  background: linear-gradient(to right, rgba(0, 136, 220, 0.5254901961), rgba(130, 213, 214, 0.5019607843), rgba(186, 235, 95, 0.537254902));
}
.gradient-section .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.gradient-section .item:not(:last-child) {
  border-right: 1px solid #fff;
}
.gradient-section .item span {
  display: block;
}

.introducing-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  overflow: hidden;
  height: 100%;
  min-height: 100wh;
  padding: 32px 0;
}
@media (min-width: 576px) {
  .introducing-block {
    padding: 0px 0 50px;
    flex-direction: row;
  }
  .introducing-block.padding-bottom {
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) {
  .introducing-block.text-left {
    padding-left: 10%;
  }
}
@media (max-width: 575.98px) {
  .introducing-block.text-left {
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .introducing-block.text-right {
    flex-direction: row-reverse;
    padding-right: 10%;
  }
}
@media (max-width: 575.98px) {
  .introducing-block.text-right {
    align-items: flex-start;
  }
}
.introducing-block.text-right .text-area {
  padding-left: 2%;
  padding-right: 0px;
}
@media (min-width: 576px) {
  .introducing-block.text-right .text-area {
    width: 60%;
  }
}
@media (min-width: 576px) {
  .introducing-block.text-right .img-area { /* cover width */
    width: 80%;
  }
}
.introducing-block .text-area {
  padding: 0 3em;
}
@media (min-width: 576px) {
  .introducing-block .text-area {
    width: 48%;
    padding: 0 2em 0 0;
  }
}
@media (min-width: 1600px) {
  .introducing-block .text-area {
    width: 50%;
  }
}
.introducing-block .img-area {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .introducing-block .img-area {
    width: 38%;
  }
}
@media (min-width: 1600px) {
  .introducing-block .img-area {
    width: 100%;
    padding-left: 0%;
    padding-top: 8%;
  }
}
.introducing-block .img-area img {
  position: relative;
  max-width: 100%;
  margin-top: 2em;
}
.introducing-block .img-area img.bg-circle-light {
  position: absolute;
  max-width: unset;
  width: 132%;
  right: -14%;
  top: -15%;
  top: -22%;
  z-index: -1;
}
@media (min-width: 1600px) {
  .introducing-block .img-area img.bg-circle-light {
    width: 100%;
    right: -3%;
    top: 8%;
  }
}
.introducing-block.end-block {
  justify-content: center;
  background: linear-gradient(157deg, #001047 48%, #002b43 100%);
}
@media (min-width: 576px) {
  .introducing-block.end-block {
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .introducing-block.end-block {
    align-items: start;
  }
}
.introducing-block.end-block .text-area {
  width: 70%;
  padding-right: 0;
}
@media (min-width: 576px) {
  .introducing-block.end-block .text-area {
    width: 64%;
  }
}
@media (min-width: 768px) {
  .introducing-block.end-block .text-area {
    width: 64%;
  }
}
@media (min-width: 992px) {
  .introducing-block.end-block .text-area {
    width: 62%;
  }
}
@media (min-width: 1200px) {
  .introducing-block.end-block .text-area {
    width: 60%;
    width: 600px;
  }
}
@media (min-width: 1600px) {
  .introducing-block.end-block .text-area {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  .introducing-block.end-block .text-area {
    width: 76%;
    padding-left: 0;
  }
}
.introducing-block.end-block .img-area {
  float: right;
  width: 50%;
  right: 4%;
}
@media (min-width: 576px) {
  .introducing-block.end-block .img-area {
    width: 64%;
    right: 6%;
  }
}
@media (min-width: 768px) {
  .introducing-block.end-block .img-area {
    width: 64%;
    right: 6%;
  }
}
@media (min-width: 992px) {
  .introducing-block.end-block .img-area {
    left: 0%;
  }
}
@media (min-width: 1200px) {
  .introducing-block.end-block .img-area {
    right: 3%;
  }
}
@media (min-width: 1600px) {
  .introducing-block.end-block .img-area {
    right: 10%;
  }
}
@media (max-width: 575.98px) {
  .introducing-block.end-block .img-area {
    position: absolute;
    width: 50%;
    right: 0%;
    bottom: 0;
  }
}
.introducing-block.end-block .img-area img {
  vertical-align: bottom;
}
.introducing-block.end-block p {
  margin: 0;
}
@media (min-width: 768px) {
  .introducing-block.end-block p {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 575.98px) {
  .introducing-block.end-block p {
    padding: 8px 0 8px 32px;
    max-width: 76%;
  }
}
@media (max-width: 1599.98px) {
  .introducing-block.end-block .small {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .introducing-block.end-block .small {
    font-size: 16px;
  }
}
.introducing-block h1.gradient-bg {
  font-weight: 900;
  font-size: 32px;
  padding: 1em;
  width: 87%;
  padding: 1em 2em 1em 1em;
  width: 64%;
}
@media (min-width: 576px) {
  .introducing-block h1.gradient-bg {
    width: 100%;
    padding-right: 3em;
    font-size: 32px;
    padding: 0.6em 1.2em 0.6em 1em;
  }
}
@media (min-width: 768px) {
  .introducing-block h1.gradient-bg {
    font-size: 40px;
    padding: 0.2em 1.2em 0.2em 1em;
  }
}
@media (min-width: 992px) {
  .introducing-block h1.gradient-bg {
    font-size: 52px;
    padding-right: 1em;
    padding: 0.6em 1em 0.6em 0.6em;
  }
}
@media (min-width: 1200px) {
  .introducing-block h1.gradient-bg {
    font-size: 54px;
  }
}
@media (min-width: 1600px) {
  .introducing-block h1.gradient-bg {
    font-size: 80px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .introducing-block h1.gradient-bg span {
    display: inline-block;
  }
}

.features {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 992px) {
  .features {
    padding-top: 160px;
    padding-top: 360px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .features {
    padding-top: 280px;
    padding-top: 360px;
  }
}
@media (min-width: 1600px) {
  .features {
    padding-top: 370px;
  }
}
.features::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  transform: skewX(-24deg);
  right: -266px;
  top: 0;
  z-index: -1;
  background: linear-gradient(to right, rgba(0, 136, 220, 0.5254901961), rgba(130, 213, 214, 0.5019607843), rgba(186, 235, 95, 0.537254902));
}
@media (min-width: 576px) {
  .features::after {
    right: -260px;
  }
}
@media (min-width: 992px) {
  .features::after {
    width: 62%;
    right: -280px;
  }
}
.features .image {
  margin: 0 auto;
  width: auto;
  max-width: 740px;
}
@media (max-width: 1199.98px) {
  .features .image {
    max-width: 70%;
  }
}
.features .image img {
  width: 100%;
}
@media (min-width: 992px) {
  .features .item {
    position: absolute;
    max-width: 350px;
  }
  .features .item:nth-child(2) {
    left: 5%;
    top: 7%;
    max-width: 460px;
    max-width: 600px;
  }
  .features .item:nth-child(3) {
    right: 4%;
    top: 23%;
  }
  .features .item:nth-child(4) {
    left: 11%;
    bottom: 11%;
  }
  .features .item:nth-child(5) {
    right: 1%;
    bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .features .item {
    max-width: 400px;
  }
  .features .item:nth-child(2) {
    left: 6%;
    top: 5%;
    max-width: 560px;
  }
  .features .item:nth-child(3) {
    right: 4%;
    top: 16%;
  }
  .features .item:nth-child(4) {
    left: 13%;
    bottom: 14%;
  }
  .features .item:nth-child(5) {
    right: 5%;
    bottom: 17%;
  }
}
@media (min-width: 1600px) {
  .features .item {
    max-width: 400px;
  }
  .features .item:nth-child(2) {
    left: 8%;
    top: 8%;
  }
  .features .item:nth-child(3) {
    right: 13%;
    top: 20%;
  }
  .features .item:nth-child(4) {
    left: 13%;
    bottom: 14%;
  }
  .features .item:nth-child(5) {
    right: 8%;
    bottom: 18%;
  }
}
@media (max-width: 991.98px) {
  .features .item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding: 1em 2em;
  }
}
@media (max-width: 575.98px) {
  .features .item {
    width: auto;
    display: block;
    vertical-align: top;
    padding: 2em 2em;
    margin-bottom: 1em;
  }
}
.features .item .title {
  position: relative;
}
.features .item .title::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 64px;
  background: url("../images/features-icon.svg") no-repeat;
  background: url("https://filecenter.deltaww.com/about/images/about-202403251134039330.svg") no-repeat;
  background-size: contain;
  top: -10px;
  left: -26px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .features .item .title::before {
    width: 64px;
    height: 48px;
    top: -8px;
    left: -20px;
  }
}

.controlbox {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding-top: 6em;
  padding-bottom: 2em;
}
.controlbox p {
  margin-bottom: 1em;
}
@media (min-width: 1600px) {
  .controlbox {

    padding-top: 0;
  }
}
.controlbox::after {
  content: "";
  position: absolute;
  width: 44%;
  height: 100%;
  transform: skewX(-24deg);
  left: -48%;
  top: 0;
  z-index: -1;
  background: linear-gradient(to right, rgba(0, 136, 220, 0.5254901961), rgba(130, 213, 214, 0.5019607843), rgba(186, 235, 95, 0.537254902));
}
@media (min-width: 576px) {
  .controlbox::after {
    width: 48%;
    left: -22%;
  }
}
@media (min-width: 992px) {
  .controlbox::after {
    width: 50%;
    left: -28%;
  }
}
@media (min-width: 1200px) {
  .controlbox::after {
    left: -25%;
  }
}
@media (min-width: 1600px) {
  .controlbox::after {
    left: -18%;
  }
}
.controlbox h2 {
  position: absolute;
  top: 11%;
  left: 14%;
}
@media (max-width: 767.98px) {
  .controlbox h2 {
    top: 9%;
  }
}
@media (max-width: 575.98px) {
  .controlbox .img-area {
    width: 100%;
  }
}
.controlbox .image {
  margin: 0 auto;
  width: auto;
  max-width: 500px;
}
@media (max-width: 767.98px) {
  .controlbox .image {
    max-width: 70%;
  }
}
.controlbox .image img {
  width: 100%;
}

.lightweight {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .lightweight {
    padding-left: 6%;
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .lightweight {
    padding-left: 4%;
  }
}
@media (min-width: 1400px) {
  .lightweight {
    padding-left: 10%;
  }
}
.lightweight h2 {
  padding: 0 24px;
}
.lightweight .text-area {
  max-width: 100%;
  overflow: hidden;
  padding: 40px 20px;
  background: linear-gradient(143deg, #001047 48%, #002b43 100%);
}
@media (min-width: 992px) {
  .lightweight .text-area {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    padding: 3em 20px 3em 0;
  }
}
@media (min-width: 1600px) {
  .lightweight .text-area {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .lightweight table {
    margin: 0 auto;
  }
}
.lightweight .img-area {
  width: 100%;
}
@media (min-width: 992px) {
  .lightweight .img-area {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .lightweight .img-area {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .lightweight .img-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lightweight .img-area .sketchfab-embed-wrapper,
.lightweight .img-area iframe {
  width: 100%;
  height: 500px;
}
@media (min-width: 992px) {
  .lightweight .img-area .sketchfab-embed-wrapper,
  .lightweight .img-area iframe {
    width: 100%;
    height: 100%;
  }
}

.software-gui {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .software-gui {
    padding: 80px 0;
  }
}
.software-gui h1.bottom-line {
  margin-bottom: 0.8em;
}
.software-gui .img-area {
  text-align: center;
}
@media (min-width: 576px) {
  .software-gui .img-area img {
    max-width: 90%;
    max-width: 700px;
  }
}
@media (min-width: 1600px) {
  .software-gui .img-area img {
    max-width: 800px;
  }
}
.software-gui .text-area {
  position: absolute;
  right: 5%;
  bottom: 100px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin-top: 1em;
}
@media (max-width: 575.98px) {
  .software-gui .text-area {
    flex-direction: column;
    right: 0;
    bottom: 24px;
    padding: 0 20px;
    text-align: right;
  }
}
.software-gui .text-area h2 {
  min-width: 6em;
}
.software-gui .text-area span {
  font-weight: 300 !important;
}

.spec-table {
  padding: 64px 0;
  /*background: linear-gradient(157deg, #001047 48%, #002b43 100%);*/
  color: #222;
}
@media (min-width: 576px) {
  .spec-table {
    padding: 80px 0;
    color: #222;
  }
}
.spec-table table {
  margin: 0 auto;
}

.applications {
  padding: 64px 0 0;
}
@media (min-width: 576px) {
  .applications {
    padding: 80px 0 0;
  }
}
.applications h1 {
  margin-bottom: 0;
}
.applications h1 span {
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .applications h1 br {
    display: none;
  }
}
.applications .content {
  text-align: center;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.applications .content .item {
  display: inline-block;
  margin: 1.6em 2em;
  width: 16%;
}
@media (max-width: 767.98px) {
  .applications .content .item {
    margin: 1em;
    min-width: 108px;
  }
}
.applications .content .item p {
  margin: 0;
}
.applications .content .item span {
  display: block;
}
@media (max-width: 767.98px) {
  .applications .content .item img {
    max-width: 80px;
  }
}
.applications .content br {
  display: none;
}
@media (min-width: 768px) {
  .applications .content br {
    display: block;
  }
}

.read-to-use-2 {
  position: relative;
  padding-top: 32px;
  padding-bottom: 2em;
  background: linear-gradient(157deg, #001047 48%, #002b43 100%);
}
.read-to-use-2 h1 {
  position: relative;
  width: 100%;
  text-align: center;
}
.read-to-use-2 h1.bottom-line {
  margin-bottom: 0;
  padding: 0 16px 16px;
}
.read-to-use-2 h1.bottom-line::after {
  width: 300px;
  max-width: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.read-to-use-2 h1 img {
  display: inline-block;
  width: 104px;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .read-to-use-2 h1 img {
    width: 80px;
    margin-bottom: 6px;
  }
}
.read-to-use-2 .introducing-block {
  justify-content: center;
}
@media (min-width: 576px) {
  .read-to-use-2 .introducing-block {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .read-to-use-2 .introducing-block:last-child .img-area {
    padding-top: 0;
  }
}
.read-to-use-2 .introducing-block.text-left {
  overflow: visible;
}
@media (min-width: 576px) {
  .read-to-use-2 .introducing-block.text-left {
    margin-top: 2em;
  }
}
@media (max-width: 575.98px) {
  .read-to-use-2 .introducing-block.text-left {
    margin-top: 2em;
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .read-to-use-2 .introducing-block.text-left .text-area {
    padding-left: 10%;
  }
}
.read-to-use-2 .introducing-block.text-left .bg-circle-light {
  width: 100%;
  right: 0%;
  top: -23%;
}
@media (max-width: 575.98px) {
  .read-to-use-2 .introducing-block.text-left .img-area {
    width: 90%;
  }
}
.read-to-use-2 .introducing-block.text-right {
  overflow: visible;
}
@media (min-width: 576px) {
  .read-to-use-2 .introducing-block.text-right {
    margin-bottom: 6em;
  }
}
.read-to-use-2 .introducing-block.text-right .img-area img:not(.bg-circle-light) {
  max-width: 160px;
  max-width: 36%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .read-to-use-2 .introducing-block.text-right .img-area img:not(.bg-circle-light) {
    max-width: 100px;
    max-width: 25%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .read-to-use-2 .introducing-block.text-right .img-area img:not(.bg-circle-light) {
    max-width: 16%;
  }
}
@media (min-width: 1600px) {
  .read-to-use-2 .introducing-block.text-right .img-area img:not(.bg-circle-light) {
    max-width: 20%;
  }
}
@media (min-width: 576px) {
  .read-to-use-2 .introducing-block.text-right .text-area {
    padding-left: 5%;
  }
}
.read-to-use-2 .introducing-block.text-right .bg-circle-light {
  width: 80%;
  right: 12%;
  top: -36%;
  width: 100%;
  right: 5%;
  top: -19%;
  right: 0%;
  top: -40%;
}
@media (min-width: 576px) {
  .read-to-use-2 .introducing-block.text-right .bg-circle-light {
    width: 300px;
    left: calc(50% - 150px);
    right: unset;
    top: calc(50% - 170px);
  }
}
@media (min-width: 1200px) {
  .read-to-use-2 .introducing-block.text-right .bg-circle-light {
    width: 480px;
    left: calc(50% - 240px);
    right: unset;
    top: calc(50% - 260px);
  }
}
@media (min-width: 1600px) {
  .read-to-use-2 .introducing-block.text-right .bg-circle-light {
    left: calc(50% - 185px);
  }
}
@media (min-width: 1600px) {
  .read-to-use-2 .introducing-block .img-area {
    padding-top: 3%;
  }
}

.read-to-use {
  position: relative;
}
.read-to-use h1 {
  position: absolute;
  right: 5%;
  top: 16px;
}
@media (min-width: 768px) {
  .read-to-use h1 {
    top: 60px;
  }
}
@media (max-width: 575.98px) {
  .read-to-use h1 {
    top: 10px;
    font-size: 28px;
  }
}

.completed-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  border-radius: 50px;
  background-color: #00aeef;
}
.completed-icon::before {
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(0px, -20px);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-size: contain;
}

.industries {
  max-width: 100vw;
  overflow: hidden;
  padding: 32px 0;
}
@media (min-width: 576px) {
  .industries {
    padding: 80px 0 3em;
  }
}
.industries .content {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.industries .content .item {
  display: inline-block;
  width: 42%;
  padding: 28px 18px;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .industries .content .item {
    width: 30%;
    width: 36%;
    padding: 28px 32px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .industries .content .item {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .industries .content .item {
    font-size: 32px;
    padding: 40px;
  }
}
@media (min-width: 1600px) {
  .industries .content .item {
    width: 27%;
    font-size: 40px;
    padding: 60px;
  }
}
.industries .content .item:nth-child(odd) {
  transform: translateY(1.5em);
}
.industries .content .item:first-child() {
  transform: translateY(2em);
}
.industries .content .item p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2em;
  margin-top: 0.6em;
  line-height: 1.2em;
}
.industries .splide .item {
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .industries .splide .item {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .industries .splide .item {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .industries .splide .item {
    font-size: 40px;
  }
}
.industries .splide .item p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2em;
  margin-top: 0.6em;
  line-height: 1.2em;
}
.industries .splide .item img {
  border-radius: 16px;
}
.industries .splide::after {
  content: "";
  position: absolute;
  width: calc(100% - 7em);
  height: 1px;
  right: 0;
  bottom: -1.5em;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
}
.industries .splide__track--draggable {
  padding-bottom: 1em;
}
.industries .splide__arrows {
  position: absolute;
  bottom: -4em;
  bottom: -2.7em;
  display: flex;
  gap: 1em;
}
.industries .splide__arrow {
  position: relative;
  background: transparent;
  width: 2.5em;
  height: 2.5em;
  top: 0;
  transform: translateY(0);
}
.industries .splide__arrow--prev {
  left: 0;
}
.industries .splide__arrow--next {
  right: 0;
}
.industries .slogan {
  position: relative;
  margin-top: 32px;
  padding: 24px 32px;
  font-weight: 900;
  width: 72%;
  float: right;
  font-size: 28px;
  line-height: 1.25em;
  margin-top: 2em;
}
@media (min-width: 576px) {
  .industries .slogan {
    margin-top: 0;
    margin-top: 2em;
    padding: 32px 56px 32px 56px;
    font-size: 36px;
    width: auto;
    min-width: 40%;
  }
}
@media (min-width: 768px) {
  .industries .slogan {
    font-size: 48px;
    padding: 32px 60px 32px 56px;
    margin-top: 26px;
    margin-top: 2em;
  }
}
@media (min-width: 1200px) {
  .industries .slogan {
    font-size: 64px;
    font-size: 56px;
    margin-top: 1.4em;
  }
}
@media (min-width: 1600px) {
  .industries .slogan {
    font-size: 80px;
    width: 46%;
  }
}
.industries .slogan::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  transform: skewX(-24deg);
  left: -5%;
  top: 0;
  z-index: -1;
  background: linear-gradient(to right, rgba(0, 136, 220, 0.5254901961), rgba(130, 213, 214, 0.5019607843), rgba(186, 235, 95, 0.537254902));
}

.why {
  padding: 3em 1em 4em;
  background: linear-gradient(157deg, #001047 48%, #002b43 100%);
}
.why h1 {
  text-align: center;
}
.why .description {
  max-width: 800px;
  /*margin: 0 auto;*/
  text-align: left;
}
.why .statistical-data {
  margin-top: 3em;
}
.why .statistical-data .item {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding-left: 8%;
}
.why .statistical-data .item .amount {
  min-width: 3.2em;
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .why .statistical-data .item .amount {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .why .statistical-data .item .amount {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .why .statistical-data .item .amount {
    font-size: 60px;
  }
}
.why .statistical-data .item .name {
  width: 120px;
}
@media (min-width: 576px) {
  .why .statistical-data .item .name {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .why .statistical-data .item .name {
    width: 300px;
  }
}

.talk-to-us .banner {
  display: flex;
  align-items: flex-start;
  padding: 60px 0;
  background: url("https://filecenter.deltaww.com/about/images/about-202404082206126703.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
}
@media (min-width: 1200px) {
  .talk-to-us .banner {
    align-items: center;
    padding: 120px 0;
  }
}
@media (min-width: 1600px) {
  .talk-to-us .banner {
    min-height: 640px;
  }
}
.talk-to-us .banner .container-inner {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .talk-to-us .banner .container-inner {
    flex-flow: row;
  }
}
@media (min-width: 768px) {
  .talk-to-us .banner .description {
    flex: 1;
  }
}
.talk-to-us .banner h1.bottom-line {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .talk-to-us .banner span {
    display: block;
  }
}
.talk-to-us .bottom-area {
  display: flex;
  margin: 80px auto;
  flex-flow: column;
  max-width: 80%;
}
@media (min-width: 1200px) {
  .talk-to-us .bottom-area {
    flex-flow: row;
  }
}
.talk-to-us .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  gap: 2em;
  padding: 2em 0 1em;
}
@media (min-width: 768px) {
  .talk-to-us .info {
    flex: 1;
    padding: 0 1em;
    padding: 1em 3em;
  }
}
.talk-to-us .info .item {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 1em;
}
@media (min-width: 1200px) {
  .talk-to-us .info .item {
    align-items: flex-start;
  }
  .talk-to-us .info .item img {
    width: 50px;
  }
  .talk-to-us .info .item span {
    display: block;
  }
}
@media (min-width: 1600px) {
  .talk-to-us .info .item {
    max-width: none;
  }
  .talk-to-us .info .item img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .talk-to-us .info .item img {
    width: 50px;
  }
}
@media (max-width: 767.98px) {
  .talk-to-us .info .item img {
    width: 40px;
  }
}
@media (max-width: 575.98px) {
  .talk-to-us .info .item {
    min-width: auto;
  }
}
.talk-to-us .info .item p {
  width: 100%;
  padding: 0.5em 0;
}
.talk-to-us .info .item a:hover {
  color: #82d4d6;
  transition: all 0.3s;
}
.talk-to-us .form {
  width: 100%;
  flex: 3;
}

.form {
  text-align: center;
}

.form-sent-completed {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 2em 2em 3em;
  max-width: 710px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .form-sent-completed {
    padding: 3em 3em;
  }
}
@media (min-width: 1200px) {
  .form-sent-completed {
    max-width: 590px;
  }
}
@media (min-width: 1600px) {
  .form-sent-completed {
    max-width: 710px;
  }
}
.form-sent-completed .completed-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .form-sent-completed .completed-area {
    margin-top: 2em;
  }
}

.form-content {
  margin-top: 2em;
}

.form-row {
  display: flex;
  justify-content: center;
  gap: 2em;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .form-row {
    max-width: 703px;
  }
}
@media (max-width: 575.98px) {
  .form-row {
    flex-direction: column;
    gap: 0;
    width: 350px;
    width: auto;
  }
}

.form-group {
  width: 100%;
  margin-bottom: 2em;
  margin-bottom: 1.5em;
  text-align: left;
}
@media (min-width: 1600px) {
  .form-group {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .form-group {
    max-width: 703px;
  }
}
@media (max-width: 575.98px) {
  .form-group {
    width: 350px;
    width: auto;
  }
}

label {
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
}
label span {
  display: inline-block;
  margin-left: 4px;
  color: #ff5454;
}
label a {
  display: inline-block;
  border-bottom: 1px solid;
}
label a:hover {
  color: #82d4d6;
}

.checkbox-group {
  margin-bottom: 1em;
  display: flex;
  gap: 8px;
}
.checkbox-group label {
  cursor: pointer;
}
.checkbox-group:first-child {
  margin-bottom: 1em;
}
.checkbox-group .error-feedback {
  position: absolute;
  margin-top: 1.7em;
}
@media (max-width: 575.98px) {
  .checkbox-group .error-feedback {
    margin-top: 3.3em;
    padding-left: 2em;
  }
}
@media (max-width: 575.98px) {
  .checkbox-group {
    width: 350px;
  }
}

input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  outline: 0;
  border: 1px solid #616161;
  background-color: #fff;
  margin: 0;
  margin-top: 4px;
  vertical-align: -3px;
  cursor: pointer;
  margin-right: 5px;
}
input[type=checkbox]::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(0px, -8px);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-size: contain;
}
input[type=checkbox]:checked {
  background: #1e87f0;
  border-color: #1e87f0;
}
input[type=checkbox].error {
  border-color: #ff5454;
  border: 2px solid #ff5454;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 0.8em 1.4em;
  padding: 0.3em 1em;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 12px;
  box-sizing: border-box;
  color: #000;
  outline: none !important;
  transition: all 0.3s;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media (min-width: 1600px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  input[type=text]:not(.error),
  input[type=email]:not(.error),
  input[type=tel]:not(.error),
  select:not(.error),
  textarea:not(.error) {
    border: 0;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-color: #4099cb;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
select.error,
textarea.error {
  border-color: #ff5454;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  height: 2.5em;
}

::-moz-placeholder {
  color: #b0b0b0;
}

::placeholder {
  color: #b0b0b0;
}

input[type=submit],
.btn-download {
  width: 100%;
  color: #001147;
  padding: 16px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.25rem;
}
.btn-info {
  width: 430px;
  color: #001147;
  padding: 16px 24px;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.25rem;
}
.btn-app {
  width: 260px;
  color: #001147;
  padding: 16px 24px;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.25rem;
    opacity: .9;
}
.app {
    position: absolute;
    bottom:30px;
    text-align: center;
    left: 90px;
}
@media (max-width: 1199.98px) {
  input[type=submit],
  .btn-download {
    max-width: 703px;
  }
}
@media (max-width: 575.98px) {
  input[type=submit],
  .btn-download {
    width: 350px;
    width: auto;
  }
}
input[type=submit]:hover,
.btn-download:hover {
  filter: brightness(1.2);
}

.error-feedback {
  color: #ff5454;
  margin-top: 4px;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .error-feedback {
    font-size: 0.8em;
  }
}

footer {
  padding: 1em 0;
}
footer .container-inner {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
@media (max-width: 767.98px) {
  footer .container-inner {
    flex-direction: column;
  }
}

.footer-link a {
  color: white;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.5s ease;
}

.footer-link a:hover {
  color: #82d4d6;
}

.footer-link ul {
  padding-left: 0;
  list-style: none;
}

.footer-link li {
  display: inline-block;
  margin-bottom: 0;
}

.footer_gray {
  font-size: 14px;
  color: #969696;
}
@media (max-width: 767.98px) {
  .footer_gray {
    font-size: 12px;
  }
}

.ebike_cover {
 height:100%;
 background-image:url("images/e-Bike_cover.png");
 background-position: left;
 background-size: contain;
 background-repeat: no-repeat;
}

.ticket_box{
    margin-top: 30px;
    padding: 26px;
    width: 240px;
    text-align: left;
    border: 8px solid transparent;
}
.ticket_border-img{
      -moz-border-image: -moz-linear-gradient(120deg, #0552b0, #66e1d7, #b4e862);
	  -webkit-border-image: -webkit-linear-gradient(120deg, #0552b0, #66e1d7, #b4e862);
	          border-image: linear-gradient(120deg, #0552b0, #66e1d7, #b4e862);
	  border-image-slice: 1;
}
.jolin_title_bk_bold {
    font-size: 28px;
    line-height: 40px;
    color: #000 !important;
    font-weight: 600;
}
.jolin_title_wht_bold {
    font-size: 28px;
    line-height: 40px;
    color: #fff !important;
    font-weight: 600;
}
.CI_background {
    background: linear-gradient(120deg, #0552b0, #66e1d7, #b4e862);
}

.text_bk {
    font-size: 18px;
    color: #222 !important;
    line-height: 22px;
}

.sub_title_bk {
    font-size: 32px;
    color: #222 !important;
    font-weight: 600;
    line-height: 36px;
}

.text_wht {
    font-size: 18px;
    color: #fff !important;
    line-height: 22px;
}

.text_wht_s {
    font-size: 18px;
    color: #fff !important;
    line-height: 22px;
}

a.mail {
    font-size: 18px;
    color: #fff !important;
    line-height: 22px;
}

a.mail:hover {
    font-size: 18px;
    color: #0087dc;
    line-height: 22px;
}

.box {
  display: flex; /* 彈性排版 */
  align-items: center; /* 對齊物件：中間 */
}

@media (max-width: 767px) {
.ticket_box{
    margin-top: 30px;
    margin-left: 16px;
    padding: 10px;
    width: 80%;
    border: 6px solid transparent;
}
.ticket_border-img{
      -moz-border-image: -moz-linear-gradient(120deg, #0552b0, #66e1d7, #b4e862);
	  -webkit-border-image: -webkit-linear-gradient(120deg, #0552b0, #66e1d7, #b4e862);
	          border-image: linear-gradient(120deg, #0552b0, #66e1d7, #b4e862);
	  border-image-slice: 1;
}
.btn-info {
  width: 90%;
  color: #001147;
  padding: 20px 16px;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
  font-weight: 500;
  text-align: center;
  transition: all 0.3s;
  font-size: 1rem;
  margin-left: 16px;
}
.text_wht_s {
    font-size: 15px;
    color: #fff !important;
    line-height: 22px;
}

a.mail {
    font-size: 15px;
    color: #fff !important;
    line-height: 22px;
}

a.mail:hover {
    color: #0087dc;
    line-height: 22px;
}
.btn-app {
  width: 200px;
  color: #001147;
  padding: 10px 18px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.25rem;
  opacity: .9;
}
.app {
    position: absolute;
    bottom:20px;
    text-align: center;
    left: 65px;
}
 nav {
    padding: 2px 0;
  }
nav .logo {
    max-width: 120px;
    margin-left: -25px;
    margin-bottom: -10px;
  }
.introducing-block .img-area img {
  position: relative;
  max-width: 100%;
  margin-top: 2em;
    margin-left: -7px;
}
.table-block {
  max-width: 100vw;
  padding: 1px;
  color: #222;
}
table {
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 0.6rem;
  font-size: 14px;
}

thead {
  font-size: 14px;
  font-weight: 400;
}
td {
  border-right: 1px solid rgb(0, 0, 0, 0.6);
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}
}