@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  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;
}

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

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

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
Global 
========================================================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  line-height: normal;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/* ==========================================================================
icon
========================================================================== */
.i-top {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.i-top::before {
  content: url(../images/icon/icon_top.svg);
}

.i-contact::before {
  content: url(../images/icon/icon_contact.svg);
}

.i-free {
  margin-top: 5px;
}
.i-free::before {
  content: url(../images/icon/icon_free.svg);
}

.i-unlimitedLearn::before {
  content: url(../images/icon/icon_unlimitedLearn.svg);
}

/* ==========================================================================
keyframes 
========================================================================== */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes feature-flash-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* ==========================================================================
boxalign 
========================================================================== */
.rowbox {
  display: flex;
  align-items: center;
}

.pic img {
  max-width: 100%;
}

.wrapper_in {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 1280px) {
  .wrapper_in {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_in {
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .wrapper_in {
    padding: 0 10px;
  }
}

.wrapper_in_for_nav {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .wrapper_in_for_nav {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_in_for_nav {
    padding: 0 16px;
  }
}

.btn {
  margin: 0 2px;
  font-size: 14px;
  border-radius: 4px;
  border: solid 0 #0b0306;
  background-color: #00afb8;
  color: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 6px 0;
  line-height: 20px;
  min-width: 120px;
  transition: all 0.2s ease;
  outline: none;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: #00b8c2;
}
.btn:focus {
  outline: none;
}
.btn:link, .btn:visited, .btn:hover, .btn:active {
  color: #fff;
}

@media screen and (max-width: 320px) {
  .btn {
    min-width: auto !important;
    padding: 6px 8px !important;
  }
  .btn-white {
    min-width: auto !important;
    padding: 6px 8px !important;
    white-space: nowrap;
  }
}
.btn-white {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #00afb8;
  background-color: #FFF;
  color: #00afb8 !important;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 6px 0;
  line-height: 20px;
  min-width: 120px;
  margin-left: 12px !important;
  outline: none;
  transition: all 0.2s ease;
}
.btn-white:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

/* ==========================================================================
nav
========================================================================== */
.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.colorlib-nav {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .colorlib-nav {
    margin: 0;
  }
}
.colorlib-nav .top-menu {
  box-shadow: 2.1px 4.5px 31.8px 11.2px rgba(134, 148, 161, 0.16);
  min-height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.colorlib-nav .top-menu .rowbox {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .colorlib-nav .top-menu {
    min-height: 58px;
    padding: 12px 0;
  }
}
.logo_Group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_Group .nav-block {
  border: 1px solid #dddddd;
  height: 24px;
  margin-left: 16px;
}

.colorlib-nav .nav-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 130px;
}
.colorlib-nav .nav-logo img {
  height: 100%;
  width: 100%;
}
.colorlib-nav .nav-logo a {
  position: relative;
  color: #fff;
}
.colorlib-nav ul {
  padding: 0;
  margin: 0;
  margin-left: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .colorlib-nav ul {
    margin-left: 5px;
  }
}
.colorlib-nav ul li {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.colorlib-nav ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 4px 8px;
  margin-bottom: 2px;
  color: #484848;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
  outline: none;
}
.colorlib-nav ul li a:hover {
  color: #00afb8;
}
.colorlib-nav ul li a:focus {
  outline: none;
}
@media screen and (max-width: 960px) {
  .colorlib-nav ul li a {
    padding: 4px 4px;
  }
}
.colorlib-nav ul > li,
.colorlib-nav ul > a {
  margin-left: 15px;
}

@media screen and (max-width: 959px) {
  .colorlib-nav .nav-logo {
    margin-left: 30px;
    width: 188px;
  }
}
@media screen and (max-width: 959px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .colorlib-nav ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .colorlib-nav ul > li,
  .colorlib-nav ul > a {
    margin-left: 15px;
  }
}
.menu-mbshow {
  display: none;
}
@media screen and (max-width: 959px) {
  .menu-mbshow {
    display: block;
  }
}
.menu-mbshow ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.menu-mbshow .btn-white {
  font-size: 12px;
  padding: 4px 10px;
  min-width: auto;
  margin-left: 0 !important;
}

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  color: #fff;
  background: #1a1a1a;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(-270px);
  transition: 0.5s;
}

@media screen and (max-width: 959px) {
  #colorlib-offcanvas {
    display: block;
  }
}
.offcanvas #colorlib-offcanvas {
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: #fff;
}

#colorlib-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  justify-content: center;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 959px) {
  #colorlib-offcanvas ul li {
    font-size: 16px;
    padding: 6px 4px 6px 16px;
  }
}
.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #303133;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i {
  color: #fff;
  background: #02afb8;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before,
.colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #02afb8;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: fixed;
  left: 12px;
  top: 2px;
  z-index: 2001;
  padding: 12px 0 0 0;
  margin: 0 auto;
  display: none;
  width: 25px;
  height: 36px;
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .colorlib-nav-toggle {
    display: block;
  }
}
#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  min-height: 100vh;
}

.offcanvas #page {
  position: absolute;
  overflow: hidden;
}
.offcanvas #page:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

/* ==========================================================================
section_title
========================================================================== */
section .wrapper_in {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section .wrapper_in {
    padding-top: 0;
    padding-bottom: 0;
  }
}

section .section_title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #292929;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  section .section_title {
    font-size: 24px;
  }
}
section .section_title::after {
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  left: calc(50% - 30px);
  bottom: 0;
  background-color: #39C8D0;
  border-radius: 2px;
}
section .section_title:hover::after {
  width: 100px;
  left: calc(50% - 50px);
}

/* ==========================================================================
right-menu
========================================================================== */
.right-menu {
  position: fixed;
  top: 60%;
  right: 26px;
  box-shadow: 0 0 4px 0 rgba(181, 181, 181, 0.5);
  border-radius: 10px;
  background: #fff;
  padding: 0 15px;
  z-index: 999;
  min-width: 80px;
  min-height: 152px;
}
@media screen and (max-width: 768px) {
  .right-menu {
    display: flex;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    min-height: auto;
  }
}
.right-menu .right-menu-item {
  display: flex;
}
.right-menu .right-menu-item + .right-menu-item {
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .right-menu .right-menu-item + .right-menu-item {
    border-top: none;
  }
}
.right-menu .totop {
  display: none;
}
.right-menu .totop.active {
  display: flex;
}
.right-menu .menu-li {
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #00afb8;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .right-menu .menu-li {
    margin: 8px auto;
  }
}
.right-menu .menu-li .txt {
  margin-top: 6px;
}
.right-menu a {
  text-decoration: initial;
  outline: none;
}
.right-menu a:hover, .right-menu a:focus, .right-menu a:active, .right-menu a:visited {
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .right-menu a {
    flex-grow: 1;
    width: 50%;
  }
}

/* ==========================================================================
topbanner
========================================================================== */
.topbanner {
  position: relative;
  min-height: 400px;
  margin-top: 70px;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topbanner {
    margin-top: 58px;
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .topbanner {
    margin-top: 58px;
    min-height: auto;
  }
}
.topbanner .topbanner-bg-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/topbanner_bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-bg-base {
    background-image: url("../images/topbanner_bg_m.webp");
  }
}
.topbanner .topbanner-pro-m {
  display: none;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-pro-m {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: overlay;
  }
}
@media screen and (max-width: 539px) {
  .topbanner .topbanner-pro-m {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.topbanner .topbanner-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-content {
    min-height: auto;
    padding: 35px 0 47px;
  }
}
.topbanner .topbanner-content .wrapper_in {
  padding-top: 0;
  padding-bottom: 0;
}
.topbanner .topbanner-inner {
  width: 100%;
}
.topbanner .topbanner-text {
  max-width: 584px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-text {
    max-width: 100%;
    text-align: center;
  }
}
.topbanner .topbanner-badge {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 8px;
  border-radius: 19px;
  background: linear-gradient(90deg, #F8E9D2 0%, #F5D7A9 100%);
  color: #523003;
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-badge {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
.topbanner .title {
  font-family: Inter, "Microsoft JhengHei";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 16px;
}
.topbanner .title .title-lead {
  font-size: 32px;
  font-weight: 500;
}
.topbanner .title .subtitle {
  display: block;
  margin-top: 0;
  color: #fff;
  font-family: Inter, "Microsoft JhengHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 1024px) {
  .topbanner .title {
    font-size: 36px;
  }
  .topbanner .title .title-lead {
    font-size: 28px;
  }
  .topbanner .title .subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .title {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .topbanner .title .title-lead {
    display: block;
    font-size: 32px;
  }
  .topbanner .title .subtitle {
    margin-top: 8px;
    font-size: 21px;
  }
}
.topbanner .topbanner-desc {
  max-width: 407px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-desc {
    max-width: 100%;
    margin-top: 85px;
    margin-bottom: 24px;
  }
}
.topbanner .topbanner-desc p {
  margin: 0;
  color: #fff;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.topbanner .topbanner-desc p + p {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-desc p + p {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-desc p {
    font-size: 16px;
  }
}
.topbanner .topbanner-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 24px;
  border-radius: 4px;
  background: linear-gradient(0deg, #FF8F52 33.94%, #FFC757 98.53%);
  color: #fff !important;
  font-family: Inter, "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}
.topbanner .topbanner-cta-btn img {
  width: 14px;
  height: auto;
  display: block;
}
.topbanner .topbanner-cta-btn:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.18));
}
.topbanner .topbanner-scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-scroll-btn {
    display: none;
  }
}
.topbanner .scroll-down-btn {
  display: inline-flex;
  width: 30px;
  justify-content: center;
  height: 46px;
  align-items: center;
  border-radius: 30px;
  border: 0.844px solid #2FC6DE;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #FFF 100%);
  text-decoration: none;
  transition: all 0.3s ease;
}
.topbanner .scroll-down-btn img {
  width: 15px;
  height: 19px;
  display: block;
  animation: floatUpDown 2s ease-in-out infinite;
}

/* ==========================================================================
proFeatures（專業版功能總覽）
========================================================================== */
section.section_proFeatures {
  min-height: 735px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 251, 238, 0.5) 0%, rgba(255, 241, 238, 0.5) 48.57%, rgba(243, 249, 255, 0.5) 94.1%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.5vw), 50% 100%, 0 calc(100% - 10.5vw));
}
@media screen and (max-width: 768px) {
  section.section_proFeatures {
    padding: 40px 0;
  }
}
section.section_proFeatures .proFeatures-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1160px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1200px) {
  section.section_proFeatures .proFeatures-grid {
    gap: 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.section_proFeatures .proFeatures-grid {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }
}
section.section_proFeatures .proFeatures-label {
  display: none;
}
@media screen and (max-width: 768px) {
  section.section_proFeatures .proFeatures-label {
    display: block;
    grid-column: 1/-1;
    margin: 0;
    text-align: center;
    color: #7E7E7E;
    font-family: "Microsoft JhengHei";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
}
section.section_proFeatures .proFeatures-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
  text-align: center;
}
section.section_proFeatures .proFeatures-intro .proFeatures-intro-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
section.section_proFeatures .proFeatures-intro .intro-main {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
section.section_proFeatures .proFeatures-intro .intro-main .pro-badge {
  height: 24px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  section.section_proFeatures .proFeatures-intro .intro-main {
    font-size: 24px;
    gap: 8px;
  }
  section.section_proFeatures .proFeatures-intro .intro-main .pro-badge {
    height: 18px;
  }
}
section.section_proFeatures .proFeatures-intro .intro-sub {
  margin: 0;
  font-family: "Microsoft JhengHei";
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(-29.73deg, #2ACED7 24.85%, #42A0FF 67.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  section.section_proFeatures .proFeatures-intro .intro-sub {
    font-size: 18px;
  }
}
section.section_proFeatures .proFeatures-intro .intro-underline {
  transition: all 0.2s ease;
  width: 60px;
  height: 4px;
  border-radius: 3px;
  background: #39C8D0;
}
section.section_proFeatures .proFeatures-intro:hover .intro-underline {
  width: 100px;
}
section.section_proFeatures .feature-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 200px;
  height: 160px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}
section.section_proFeatures .feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(167, 219, 255, 0.8) 0%, rgba(0, 126, 135, 0.8) 50%, #004D52 100%);
  transform: translateY(100%);
  transition: transform 0.4s ease;
  pointer-events: none;
}
section.section_proFeatures .feature-card .feature-icon {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  section.section_proFeatures .feature-card .feature-icon {
    width: 34px;
    height: 34px;
  }
}
section.section_proFeatures .feature-card .feature-name {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  text-align: center;
  color: #7E7E7E;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  transition: opacity 0.3s ease;
  height: 54px;
  align-content: center;
}
@media screen and (max-width: 768px) {
  section.section_proFeatures .feature-card .feature-name {
    font-size: 14px;
    height: 38px;
  }
}
section.section_proFeatures .feature-card .feature-hover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
section.section_proFeatures .feature-card .feature-hover .feature-hover-text {
  color: #FFF;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  section.section_proFeatures .feature-card .feature-hover .feature-hover-text {
    font-size: 16px;
  }
}
section.section_proFeatures .feature-card .feature-hover .feature-arrow {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
section.section_proFeatures .feature-card .feature-badge {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 0 0 8px 8px;
  background: #E9FFFD;
  white-space: nowrap;
}
section.section_proFeatures .feature-card .feature-badge .feature-badge-text {
  color: #39C8D0;
  font-family: "Microsoft JhengHei";
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
section.section_proFeatures .feature-card .feature-badge .feature-badge-arrow {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}
section.section_proFeatures .feature-card.is-launched .feature-hover {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
section.section_proFeatures .feature-card.is-launched .feature-hover .feature-hover-text {
  text-shadow: none;
}
section.section_proFeatures .feature-card:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 77, 82, 0.25);
}
section.section_proFeatures .feature-card:hover::after {
  transform: translateY(0);
}
section.section_proFeatures .feature-card:hover .feature-icon,
section.section_proFeatures .feature-card:hover .feature-name {
  opacity: 0.2;
}
section.section_proFeatures .feature-card:hover .feature-hover {
  opacity: 1;
}
section.section_proFeatures .feature-card.is-launched .feature-flash {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
  background: #A7DBFF;
  pointer-events: none;
}
section.section_proFeatures .feature-card.is-launched .feature-flash::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 300%;
  background: conic-gradient(transparent 270deg, #FFF, transparent);
  animation: feature-flash-rotate 1.5s linear infinite;
}
section.section_proFeatures .feature-card.is-launched .feature-flash::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  background: #FFF;
}
section.section_proFeatures .feature-card.is-launched:nth-child(2) .feature-flash::before {
  animation-delay: -0.5s;
}
section.section_proFeatures .feature-card.is-launched:nth-child(3) .feature-flash::before {
  animation-delay: -1s;
}
@media screen and (max-width: 768px) {
  section.section_proFeatures .feature-card {
    gap: 4px;
    width: 100px;
    height: 100px;
  }
  section.section_proFeatures .feature-card:not(.is-launched) {
    height: 90px;
  }
  section.section_proFeatures .feature-card:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
  section.section_proFeatures .feature-card:hover::after {
    transform: translateY(100%);
  }
  section.section_proFeatures .feature-card:hover .feature-icon,
  section.section_proFeatures .feature-card:hover .feature-name {
    opacity: 1;
  }
  section.section_proFeatures .feature-card:hover .feature-hover {
    opacity: 0;
  }
  section.section_proFeatures .feature-card.is-launched {
    overflow: visible;
    margin-bottom: 22px;
  }
  section.section_proFeatures .feature-card.is-launched::after {
    display: none;
  }
  section.section_proFeatures .feature-card.is-launched .feature-badge {
    display: inline-flex;
  }
}

/* ==========================================================================
featureDetail（單一功能介紹：學程管理 等）
========================================================================== */
section.section_featureDetail {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.section_featureDetail {
    padding: 35px 0;
  }
}
section.section_featureDetail .featureDetail-head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.section_featureDetail .featureDetail-head {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
}
section.section_featureDetail .featureDetail-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
section.section_featureDetail .featureDetail-title h4 {
  margin: 0;
  color: #000;
  font-family: "Microsoft JhengHei";
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.section_featureDetail .featureDetail-title h4 {
    font-size: 22px;
  }
}
section.section_featureDetail .featureDetail-title .pro-badge {
  height: 20px;
  width: auto;
  display: block;
}
section.section_featureDetail .featureDetail-desc {
  margin: 0;
  color: #000;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  section.section_featureDetail .featureDetail-desc {
    font-size: 14px;
  }
}
section.section_featureDetail .featureDetail-media {
  width: 100%;
  max-width: 840px;
  margin: 24px auto -60px;
  position: relative;
  z-index: 2;
}
section.section_featureDetail .featureDetail-media img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  section.section_featureDetail .featureDetail-media {
    margin: 24px auto 20px;
  }
}
section.section_featureDetail .featureDetail-highlights {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 24px;
  border: 2px solid #A7DBFF;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 5;
}
section.section_featureDetail .highlights-ribbon {
  position: absolute;
  top: -13px;
  left: 23px;
  width: 148px;
  height: 27px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 26px;
  color: #24638E;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: #D3EAFA;
  clip-path: polygon(0 0, 93.243% 0, 100% 50%, 93.243% 100%, 0 100%, 6.757% 50%);
}
section.section_featureDetail .highlights-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  section.section_featureDetail .highlights-grid {
    flex-direction: column;
    gap: 24px;
  }
}
section.section_featureDetail .highlight-item {
  flex: 0 1 290px;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  section.section_featureDetail .highlight-item {
    flex: 1 1 auto;
    max-width: 100%;
    gap: 4px;
  }
}
section.section_featureDetail .highlight-item .highlight-title {
  margin: 0;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(-20.8deg, #2ACED7 24.85%, #42A0FF 67.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.section_featureDetail .highlight-item .highlight-text {
  margin: 0;
  color: #000;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
}
section.section_featureDetail .highlight-item .highlight-text em {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.section_featureDetail .highlight-item .highlight-text {
    font-size: 14px;
  }
}
section.section_featureDetail .featureDetail-btns {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
section.section_featureDetail .featureDetail-btns .btn,
section.section_featureDetail .featureDetail-btns .btn-white {
  margin: 0 !important;
  min-width: 100px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
section.section_featureDetail .featureDetail-btns .btn {
  min-width: 160px;
}

.featureDetail-group {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  background-image: url("../images/bg/bg_2.svg"), url("../images/bg/bg_3.svg"), url("../images/bg/bg_4.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 60px, left 0 top 650px, right 0 bottom 300px;
  background-size: 297px auto, 360px auto, 313px auto;
}

.featureDetail-group .section_featureDetail {
  background: transparent;
}

#feature-program .featureDetail-media {
  max-width: 792px;
}

#feature-report .featureDetail-media {
  max-width: 865px;
}

#feature-report-final .featureDetail-media {
  max-width: 758px;
}

#feature-program .featureDetail-head {
  max-width: 794px;
}

#feature-report .featureDetail-head {
  max-width: 786px;
}

#feature-report-final .featureDetail-head {
  max-width: 834px;
}

/* ==========================================================================
proCta（立即啟用 CTA，置於 #bottom 內）
========================================================================== */
#bottom .bottom-content .proCta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-content .proCta-row {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}
#bottom .bottom-content .proCta-media {
  flex: 0 0 auto;
  width: 100%;
  max-width: 440px;
}
#bottom .bottom-content .proCta-media img {
  width: 100%;
  height: auto;
  display: block;
}
#bottom .bottom-content .proCta-content {
  flex: 0 1 448px;
  max-width: 448px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-content .proCta-content {
    flex: 1 1 auto;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
#bottom .bottom-content .proCta-period {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-content .proCta-period {
    justify-content: center;
  }
}
#bottom .bottom-content .period-badge {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1.243px solid #00AFB8;
  border-radius: 5px;
  color: #00AFB8;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  word-break: break-all;
}
#bottom .bottom-content .period-text {
  display: flex;
  flex-direction: column;
  font-family: "Microsoft JhengHei";
  font-weight: 700;
  text-align: left;
}
#bottom .bottom-content .period-text .period-from {
  color: #292929;
  font-size: 16px;
  line-height: 1.2;
}
#bottom .bottom-content .period-text .period-date {
  color: #00AFB8;
  font-size: 20px;
  line-height: 1.2;
}
#bottom .bottom-content .proCta-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-weight: 700;
}
#bottom .bottom-content .proCta-heading .proCta-title {
  margin: 0;
  font-size: 28px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-content .proCta-heading .proCta-title {
    font-size: 24px;
  }
}
#bottom .bottom-content .proCta-heading .proCta-subtitle {
  margin: 0;
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-content .proCta-heading .proCta-subtitle {
    font-size: 20px;
  }
}
#bottom .bottom-content .proCta-action {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-content .proCta-action {
    align-items: center;
  }
}
#bottom .bottom-content .proCta-btn {
  margin: 0 !important;
  min-width: auto;
  height: 32px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#bottom .bottom-content .proCta-login {
  margin: 0;
  color: #7E7E7E;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
#bottom .bottom-content .proCta-login a {
  color: #1654B9 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ==========================================================================
bottom
========================================================================== */
#bottom {
  position: relative;
  z-index: 1;
  background: #F1F4FF;
  margin-top: 30px;
}
#bottom .bottom-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 1px);
  width: 100%;
  line-height: 0;
  pointer-events: none;
}
#bottom .bottom-wave img {
  width: 100%;
  height: auto;
  display: block;
}
#bottom .bottom-text-section {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-text-section {
    padding: 25px 0;
  }
}
#bottom .bottom-image-section {
  width: 100%;
  display: block;
}
#bottom .bottom-image-section img {
  width: 100%;
  height: auto;
  display: block;
}
#bottom .wrapper_in {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
#bottom .bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#bottom .bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-content {
    gap: 30px;
  }
}

/* ==========================================================================
footer
========================================================================== */
.footer {
  background-color: #292929;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 6px 24px;
}
@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    text-align: center;
    margin-bottom: 72px;
    padding: 16px 16px 8px;
  }
  .footer > * + * {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer > * + * {
    margin-top: 24px;
  }
}
.footer .footer_title {
  flex-shrink: 0;
  border-right: 1px solid #fff;
  padding-right: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .footer .footer_title .phone-icon,
  .footer .footer_title .security-icon {
    display: none;
  }
}
.footer .footer_title .security-icon {
  margin-left: 10px;
}
.footer a {
  color: #fff;
}
.footer ul {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer ul li + li {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */