@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
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: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

a:focus,
input:focus,
select:focus {
  outline: 0;
}

a:active,
a:hover,
input:active,
input:hover,
select:active,
select:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button,
select {
  text-transform: none;
}

select,
input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* loading */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background-image: linear-gradient(109deg, #00a59b -6%, #0093c1 103%);
  z-index: 1000;
}

.loading .box {
  font-size: 0.26rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: opac 2s infinite linear;
          animation: opac 2s infinite linear;
}

.loading span {
  width: 8em;
  height: 8em;
  display: block;
  position: absolute;
  top: calc(50% - 4em);
  left: calc(50% - 4em);
  border: 2px solid;
  border-color: #ffffff transparent #ffffff transparent;
  border-radius: 50%;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes opac {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opac {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/* form tag */
input,
button,
select,
select option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: "Noto Sans TC";
}

select,
input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
  color: #333333;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes navLine {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes navLine {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

html,
body {
  font-family: "Roboto", "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  width: 100%;
  height: 100%;
  font-size: 100px;
  line-height: 1.44;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

@media screen and (max-width: 1280px) {
  html,
  body {
    font-size: 91px;
  }
}

@media screen and (max-width: 960px) {
  html,
  body {
    font-size: 94px;
  }
}

.mb {
  display: none;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-size: 0.2rem;
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 3.831vw;
  }
}

.wrapper header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 36px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 36px 0 rgba(0, 0, 0, 0.14);
}

.wrapper header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .wrapper header .container {
    padding: 15px 30px;
  }
}

.wrapper header .container .box .logo {
  padding-left: 2em;
}

@media screen and (max-width: 960px) {
  .wrapper header .container .box .logo {
    padding-left: 0em;
  }
}

.wrapper header .container .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .wrapper header .container .contact {
    display: none;
  }
}

.wrapper header .container .contact .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper header .container .contact .block p {
  font-size: 0.65em;
  font-weight: bold;
}

.wrapper header .container .contact .block:first-child {
  padding: 2em 0;
  width: 6em;
}

.wrapper header .container .contact .block:nth-child(2) {
  padding: 2em 0;
  width: 3em;
}

.wrapper header .container .contact .block:last-child {
  background-color: #000000;
  padding: 2.05em 2.47em;
}

.wrapper header .container .contact .block:last-child p {
  margin-left: 0.66em;
  color: #ffffff;
}

.wrapper header .container .contact .block:last-child:hover {
  background-color: #b75400;
}

.wrapper header .container .contact .block.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper header .container .btn-menu {
  display: none;
}

@media screen and (max-width: 960px) {
  .wrapper header .container .btn-menu {
    display: block;
  }
}

.wrapper .lightbox {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: auto;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  background-color: #ffffff;
}

.wrapper .lightbox.hide {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.wrapper .lightbox .container {
  padding-left: 0;
  position: relative;
}

.wrapper .lightbox .container .close-btn {
  position: absolute;
  top: 7%;
  right: 7%;
  cursor: pointer;
  width: 2em;
  z-index: 1;
}

.wrapper .lightbox .container .logo-bg {
  position: relative;
}

.wrapper .lightbox .container .logo-bg .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 7em;
}

@media screen and (max-width: 768px) {
  .wrapper .lightbox .container .logo-bg .logo {
    width: 5em;
  }
}

.wrapper .lightbox .container .menu-btn {
  margin-top: 5em;
}

.wrapper .lightbox .container .menu-btn p {
  width: 50%;
  margin: auto;
  font-size: 3em;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 1.2em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wrapper .lightbox .container .menu-btn p {
    font-size: 1.8em;
  }
}

.wrapper .lightbox .container .menu-btn p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.3em;
  height: 0.3em;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
}

.wrapper .lightbox .container .menu-btn p::after {
  content: "";
  display: block;
  position: absolute;
  width: 8em;
  height: 1em;
  border-bottom: 1px dashed #707070;
  left: 50%;
  bottom: -35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wrapper .lightbox .container .icon {
  width: 2em;
  margin: auto;
  margin-top: 7em;
}

@media screen and (max-width: 768px) {
  .wrapper .lightbox .container .icon {
    width: 1.5em;
  }
}

.wrapper footer {
  position: relative;
  z-index: 2;
  background-color: #000000;
  padding: 1.95em 2em;
}

@media screen and (max-width: 960px) {
  .wrapper footer {
    padding-top: 3em;
  }
}

.wrapper footer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1280px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .wrapper footer .box {
    display: block;
  }
}

.wrapper footer .box .icon {
  margin-right: 0.5em;
}

@media screen and (max-width: 960px) {
  .wrapper footer .box .icon {
    margin-right: 0em;
    width: 2em;
    margin-bottom: 0.5em;
  }
}

.wrapper footer .box p {
  text-align: left;
  font-size: 0.3em;
  color: #b7b7b7;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .wrapper footer .box p {
    font-size: 0.6em;
  }
}

.wrapper .authorized {
  position: fixed;
  z-index: 998;
  background-color: #ffffff;
  padding: 0.35em 0.35em;
  border-radius: 5px;
  bottom: 3.5%;
  right: 2%;
  width: 15.5em;
  -webkit-box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 960px) {
  .wrapper .authorized {
    bottom: 11%;
    right: 5%;
    width: 12.8em;
  }
}

.kv {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.kv video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .kv video {
    height: 92vh;
  }
}

.kv #lottieLogo {
  width: 5em;
  height: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
          transform: translateX(-50%) translateY(-50%) scale(5);
}

@media screen and (max-width: 1280px) {
  .kv #lottieLogo {
    width: 5.5em;
  }
}

@media screen and (max-width: 960px) {
  .kv #lottieLogo {
    width: 5.3em;
  }
}

@media screen and (max-width: 768px) {
  .kv #lottieLogo {
    width: 3.8em;
    height: 3em;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(6.5);
            transform: translateX(-50%) translateY(-50%) scale(6.5);
  }
}

.kv #lottieScroll {
  width: 3em;
  height: 5em;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .kv #lottieScroll {
    display: none;
  }
}

.section1 {
  padding: 3em 0em;
  margin-top: 61em;
  padding-top: 6.4em;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding-bottom: 0em;
}

@media screen and (max-width: 960px) {
  .section1 {
    padding-top: 4.4em;
  }
}

.section1 .introduce {
  position: relative;
  z-index: 2;
  padding: 0 2em;
}

.section1 .introduce .title {
  text-align: center;
  font-size: 2.4em;
  color: #505050;
  font-weight: 300;
  --animate-delay: 1.2s;
}

@media screen and (max-width: 960px) {
  .section1 .introduce .title .mb {
    display: block;
  }
}

.section1 .introduce .title span:first-of-type {
  color: #b75400;
}

.section1 .introduce .title span:last-of-type {
  color: #318791;
}

.section1 .introduce .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.8em;
}

@media screen and (max-width: 960px) {
  .section1 .introduce .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section1 .introduce .card .box {
  padding: 3.15em 1.5em;
  width: 26em;
  border-radius: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 36px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 36px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section1 .introduce .card .box {
    width: 87%;
  }
}

.section1 .introduce .card .box .picture {
  width: 15.9em;
  height: 12.25em;
  margin: auto;
}

.section1 .introduce .card .box h3 {
  font-size: 2.3em;
  font-weight: 300;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .section1 .introduce .card .box h3 {
    margin-top: 0.4em;
  }
}

.section1 .introduce .card .box p {
  font-size: 0.92em;
  color: #4e4e4e;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .section1 .introduce .card .box p {
    font-size: 1.2em;
  }
  .section1 .introduce .card .box p .mb {
    display: block;
  }
}

.section1 .introduce .card .box:first-child {
  margin-right: 3em;
}

@media screen and (max-width: 960px) {
  .section1 .introduce .card .box:first-child {
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}

.section1 .introduce .card .box:first-child h3 {
  color: #b75400;
}

.section1 .introduce .card .box:last-child h3 {
  color: #318791;
}

.section1 .contact {
  margin-top: -7em;
  position: relative;
  z-index: 1;
  padding: 19em 3em;
  z-index: 1;
  background-image: url("../images/bg-contact.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .section1 .contact {
    margin-top: -15em;
    background-position: bottom left -46em;
  }
}

@media screen and (max-width: 768px) {
  .section1 .contact {
    padding-top: 15em;
    padding-bottom: 5em;
  }
}

.section1 .contact .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --animate-delay: 1.8s;
}

@media screen and (max-width: 960px) {
  .section1 .contact .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5em;
  }
}

.section1 .contact .box .picture {
  width: 24em;
  margin-right: 5em;
}

@media screen and (max-width: 1080px) {
  .section1 .contact .box .picture {
    width: 18em;
  }
}

@media screen and (max-width: 960px) {
  .section1 .contact .box .picture {
    margin-right: 0em;
  }
}

@media screen and (max-width: 768px) {
  .section1 .contact .box .picture {
    width: 22em;
  }
}

@media screen and (max-width: 960px) {
  .section1 .contact .box .word {
    text-align: center;
  }
}

.section1 .contact .box .word h3 {
  font-size: 2.4em;
  font-weight: 600;
  color: #505050;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .section1 .contact .box .word h3 {
    line-height: 1.2;
    margin-bottom: 0.7em;
  }
  .section1 .contact .box .word h3 .mb {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .section1 .contact .box .word h3 {
    font-size: 2.8em;
  }
}

.section1 .contact .box .word h3 span {
  font-weight: 300;
  font-family: "Roboto", "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}

.section1 .contact .box .word .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.8em;
}

@media screen and (max-width: 960px) {
  .section1 .contact .box .word .info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section1 .contact .box .word .info:first-of-type {
  margin-bottom: 0.8em;
}

.section1 .contact .box .word .info .icon {
  width: 1em;
}

.section1 .contact .box .word .info a {
  font-size: 0.92em;
  color: #4e4e4e;
  font-weight: 300;
  line-height: 1;
  margin-left: 0.5em;
  text-decoration: underline;
}

.section1 .contact .box .word .info a:hover {
  color: #b75400;
}

@media screen and (max-width: 960px) {
  .section1 .contact .box .word .info a {
    font-size: 0.93em;
  }
}

.section1 .contact .box .word a.btn {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.3em;
  padding: 1.17em 0;
  margin-top: 2.5em;
  margin-left: 0.8em;
}

.section1 .contact .box .word a.btn:hover {
  background-color: #b75400;
}

@media screen and (max-width: 960px) {
  .section1 .contact .box .word a.btn {
    width: 100%;
    margin-left: 0;
    padding: 1.5em 0;
  }
}

.section1 .contact .box .word a.btn p {
  color: #ffffff;
  font-size: 0.88em;
  font-weight: 600;
  margin-left: 0.8em;
}

.section {
  padding: 1em 1em;
}

.section h4 {
  color: #777;
  font-size: 0.76em;
  font-weight: bold;
}

.section h3 {
  color: #777;
  font-size: 0.96em;
  font-weight: bold;
  margin-top: 0.8em;
  line-height: 1.6;
}

.section p {
  color: #777;
  font-size: 0.66em;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0.2em;
}

.section p a {
  display: inline-block;
  color: #777;
}

.section ul {
  padding-left: 0.86em;
}

.section ul li {
  line-height: 1.6;
  font-size: 0.68em;
  color: #777;
  list-style: decimal;
  font-weight: 500;
}
/*# sourceMappingURL=main.css.map */