@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
#selectionDetail-description-innerWrapper p,
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; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

body {
  line-height: 1; }

ol,
ul,
li {
  list-style: none; }

a {
  list-style: none;
  text-decoration: none; }

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */ }
  select::-ms-expand {
    display: none;
    /* for IE11 */ }

textarea {
  -webkit-appearance: none; }

input,
button {
  border-radius: 0; }

input[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fc_white {
  color: #FFF; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .container {
      padding: 0 15px; } }

.web_view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media all and (max-width: 1280px) {
    .web_view {
      display: none !important; } }

.mob_view {
  display: none !important; }
  @media all and (max-width: 1280px) {
    .mob_view {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

body {
  background-color: #d2dcee;
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background: #111111;
  background-size: cover; }

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5; }

.main {
  position: relative;
  margin: auto; }

@media (max-width: 768px) {
  .main .main-wrapper {
    width: 100%; } }

.basic-btn-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #EDCC94;
  overflow: hidden; }
  .basic-btn-style span {
    position: relative;
    z-index: 2;
    color: #000;
    display: block;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500; }

header {
  width: 100%;
  height: 56px;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1020px) {
    header {
      height: 56px; }
      header.active {
        border-color: #fff; } }
  header img {
    display: block;
    width: 100%; }
  @media (max-width: 1020px) {
    header .wrapper {
      padding: 0;
      max-width: none; } }
  header .logo {
    float: left;
    margin: 10px 0;
    width: 137px; }
    @media (max-width: 1020px) {
      header .logo {
        float: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        margin: auto; } }
  header .menu {
    display: none; }
    @media (max-width: 1020px) {
      header .menu {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        margin: 16px 20px;
        background: url("../images/menu-close.png") center no-repeat;
        background-size: 0% 0%;
        cursor: pointer; }
        header .menu.active {
          background: url("../images/menu-close.png") center no-repeat;
          background-size: 100% 100%; }
          header .menu.active img {
            opacity: 0; }
          header .menu.active + ul {
            height: 100svh; } }
  header ul {
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1020px) {
      header ul {
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 55px;
        background: rgba(17, 17, 17, 0.7);
        padding: 0;
        height: 0; } }
    header ul li {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1020px) {
        header ul li {
          display: block;
          margin: 0 auto;
          position: relative;
          background: #111;
          z-index: 1;
          border-bottom: 1px solid #ceb071; } }
      header ul li a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin: 16px 0;
        padding: 0 20px;
        color: #ceb071;
        text-decoration: none;
        position: relative; }
        @media (max-width: 1020px) {
          header ul li a {
            text-align: center;
            border: 0;
            margin: 0 auto;
            padding: 24px 0; } }
        header ul li a:before {
          content: '';
          opacity: 0;
          position: absolute;
          bottom: -5px;
          left: 20px;
          width: calc(100% - 40px);
          height: 2px;
          background: #ceb071; }
          @media (max-width: 1020px) {
            header ul li a:before {
              display: none; } }
        header ul li a:hover:before {
          opacity: 1; }
      header ul li.btn {
        margin-left: 20px; }
        @media (max-width: 1020px) {
          header ul li.btn {
            margin: 0 auto;
            padding: 24px 0; } }
        header ul li.btn a {
          padding: 0;
          display: block;
          width: 160px;
          margin: 8px auto; }
          @media (max-width: 1020px) {
            header ul li.btn a {
              margin: 0 auto; } }
          header ul li.btn a img {
            display: block;
            width: 100%; }
          header ul li.btn a:before {
            display: none; }
  header .active {
    display: block; }

.side {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  right: 10px;
  width: 80px;
  height: 160px;
  bottom: -1px; }
  .side .web_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 1280px) {
      .side .web_view {
        display: none; } }
  .side .mob_view {
    display: none; }
    @media all and (max-width: 1280px) {
      .side .mob_view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .side a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #af955f;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
    .side a p {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.1em; }
    .side a:first-child {
      background: #68492d; }
    .side a:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .side a img {
      width: 15px;
      height: 15px;
      position: relative;
      left: 10px;
      -webkit-animation: bounce2 2s infinite;
      animation: bounce2 2s infinite; }
    .side a p {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px; }
  .side img {
    width: 100%; }
  @media all and (max-width: 1280px) {
    .side {
      top: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 0px;
      height: 50px;
      right: 0; }
      .side a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 49%;
        right: 0;
        height: auto;
        margin-bottom: 0;
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px; }
        .side a img {
          top: unset;
          left: 15px; } }

.footer-bg {
  position: relative;
  z-index: 1; }
  @media all and (max-width: 1280px) {
    .footer-bg {
      padding-bottom: 50px; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 20;
  font-family: "Microsoft JhengHei";
  background-color: #000; }
  footer .selection1 {
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 100%;
    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; }
    footer .selection1 a {
      color: #fff; }
      footer .selection1 a:hover {
        text-decoration: underline; }
    footer .selection1 img.copyRight {
      width: 12px;
      margin-right: 10px;
      height: 12px; }
    footer .selection1 .logo {
      margin: 0 10px;
      margin-left: 15px;
      width: 22px;
      height: 22px; }
      footer .selection1 .logo img {
        width: 22px;
        height: 22px; }
    footer .selection1 p {
      color: #fff !important;
      display: inline-block; }
  footer .selection2 {
    width: 20%;
    padding: 15px; }
    footer .selection2 .logo {
      width: 113px;
      height: 30px; }

#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #000; }
  @media all and (max-width: 1279px) {
    #footer {
      padding: 50px 0 80px; } }
  @media all and (max-width: 768px) {
    #footer {
      padding-bottom: 100px;
      overflow: hidden; } }
  #footer.hasfooterNotice {
    padding: 32px 0 64px 0; }
    @media all and (max-width: 1279px) {
      #footer.hasfooterNotice {
        padding: 20px 0 80px; } }
    @media all and (max-width: 768px) {
      #footer.hasfooterNotice {
        padding-bottom: 100px;
        overflow: hidden; } }
  #footer .footerNotice {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    padding: 0 2em 3em 3em;
    text-align: justify; }
  #footer .top-wrap {
    margin: 0 auto 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media all and (max-width: 1279px) {
      #footer .top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 680px; } }
    @media all and (max-width: 768px) {
      #footer .top-wrap {
        width: 320px; } }
    @media all and (max-width: 375px) {
      #footer .top-wrap {
        max-width: 320px;
        margin: 0 20px; } }
    #footer .top-wrap .logo {
      width: 137px;
      margin-right: 60px; }
      @media all and (max-width: 1279px) {
        #footer .top-wrap .logo {
          margin-right: 0;
          margin-bottom: 65px; } }
    #footer .top-wrap .list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff; }
      @media all and (max-width: 768px) {
        #footer .top-wrap .list-wrap {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      #footer .top-wrap .list-wrap ul {
        margin-right: 80px; }
        @media all and (max-width: 1279px) {
          #footer .top-wrap .list-wrap ul {
            margin-right: 60px; } }
        @media all and (max-width: 768px) {
          #footer .top-wrap .list-wrap ul {
            margin-right: 0;
            width: 50%; } }
        @media all and (max-width: 768px) {
          #footer .top-wrap .list-wrap ul:first-of-type {
            margin-bottom: 50px; } }
        #footer .top-wrap .list-wrap ul:last-of-type {
          margin-right: 0; }
        #footer .top-wrap .list-wrap ul li.title {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 20px;
          font-family: "Noto Sans TC";
          font-weight: 700; }
        #footer .top-wrap .list-wrap ul li.link {
          margin-bottom: 20px; }
          #footer .top-wrap .list-wrap ul li.link a {
            font-size: 14px;
            color: #fff; }
            #footer .top-wrap .list-wrap ul li.link a.contact-web {
              display: inline-block; }
              @media all and (max-width: 768px) {
                #footer .top-wrap .list-wrap ul li.link a.contact-web {
                  display: none; } }
            #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
              display: none; }
              @media all and (max-width: 768px) {
                #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
                  display: inline-block; } }
  #footer .bottom-wrap {
    width: 960px;
    margin: auto;
    border-top: 1px solid #4f4f4f;
    padding-top: 16px;
    color: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 1279px) {
      #footer .bottom-wrap {
        width: 680px; } }
    @media all and (max-width: 768px) {
      #footer .bottom-wrap {
        width: 320px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #footer .bottom-wrap a {
      color: #a3a3a3; }
    #footer .bottom-wrap .links-container {
      font-size: 14px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .links-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #footer .bottom-wrap .links-container a {
        display: inline-block;
        margin-right: 30px;
        letter-spacing: 2px; }
        @media all and (max-width: 768px) {
          #footer .bottom-wrap .links-container a {
            margin-right: 0;
            margin-bottom: 12px; } }
        #footer .bottom-wrap .links-container a .link-img-bank {
          width: 16px;
          margin-right: 12px;
          position: relative;
          top: 2px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .links-container p span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: center;
          margin: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 12px; } }
    #footer .bottom-wrap .copyright-desc {
      font-size: 14px;
      letter-spacing: 1px; }
      @media all and (max-width: 768px) {
        #footer .bottom-wrap .copyright-desc {
          text-align: center;
          margin-top: 20px; } }
  #footer .footer--flex {
    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: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 960px;
    color: #fff; }
    @media all and (max-width: 1279px) {
      #footer .footer--flex {
        margin-top: 35px;
        max-width: 680px; } }
    @media all and (max-width: 768px) {
      #footer .footer--flex {
        display: block;
        max-width: 320px;
        margin-top: 30px; } }
    @media all and (max-width: 375px) {
      #footer .footer--flex {
        max-width: 280px;
        margin: 30px 20px 0 20px; } }
  #footer .footer__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
    @media all and (max-width: 1279px) {
      #footer .footer__title {
        font-size: 22px; } }
    @media all and (max-width: 768px) {
      #footer .footer__title {
        margin: auto;
        margin-bottom: 15px; } }
  #footer .footer__text {
    font-size: 14px;
    line-height: 1.7; }
    @media all and (max-width: 1279px) {
      #footer .footer__text {
        width: 470px; } }
    @media all and (max-width: 768px) {
      #footer .footer__text {
        width: auto; } }
    #footer .footer__text a {
      text-decoration: underline; }

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000; }
  @media all and (max-width: 1279px) {
    #foot {
      padding: 30px 40px; } }
  @media all and (max-width: 768px) {
    #foot {
      padding: 30px; } }
  #foot .footer--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    @media all and (max-width: 1279px) {
      #foot .footer--flex {
        margin-bottom: 35px; } }
    @media all and (max-width: 768px) {
      #foot .footer--flex {
        display: block;
        margin-bottom: 30px; } }
  #foot .footer__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-right: 60px; }
    @media all and (max-width: 1279px) {
      #foot .footer__title {
        font-size: 22px;
        margin-right: 30px; } }
    @media all and (max-width: 768px) {
      #foot .footer__title {
        margin: auto;
        margin-bottom: 15px; } }
  #foot .footer__text {
    width: 725px;
    font-size: 14px;
    line-height: 1.71; }
    @media all and (max-width: 1279px) {
      #foot .footer__text {
        width: 470px;
        font-size: 12px; } }
    @media all and (max-width: 768px) {
      #foot .footer__text {
        width: auto; } }
  #foot .footer_smart {
    letter-spacing: 1px;
    text-align: center;
    line-height: 1; }
    #foot .footer_smart span {
      display: inline-block; }
      #foot .footer_smart span::before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-left: 7px;
        margin-right: 8px;
        background: url("../img/sinopac-logo.svg") no-repeat 0 0;
        position: relative;
        top: 5px; }
    #foot .footer_smart a {
      display: inline-block;
      letter-spacing: 0;
      margin: 10px 5px 0 5px;
      vertical-align: middle; }
    #foot .footer_smart #cdic {
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }

.footer_ico {
  margin-right: 0.2em; }

@media all and (max-width: 1279px) {
  #download {
    display: block; } }

#footer_download {
  position: relative;
  width: 100%;
  height: 505px;
  padding: 90px 20px;
  background: url(../img/index/bg_curve.svg) center/cover no-repeat;
  color: white;
  overflow: hidden;
  line-height: 1; }
  @media all and (max-width: 768px) {
    #footer_download {
      height: auto;
      position: unset;
      padding: 47px 20px 0 20px; } }
  #footer_download .footer_download_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    margin-left: 69px; }
    @media all and (max-width: 1279px) {
      #footer_download .footer_download_title {
        font-size: 20px;
        letter-spacing: 5px;
        margin-left: 115px; } }
    @media all and (max-width: 768px) {
      #footer_download .footer_download_title {
        font-size: 16px;
        letter-spacing: 3.2px;
        margin-left: 0; } }
  #footer_download .footer_download_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media all and (max-width: 1279px) {
      #footer_download .footer_download_con {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 760px; } }
    @media all and (max-width: 768px) {
      #footer_download .footer_download_con {
        display: block;
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        min-width: auto; } }
    #footer_download .footer_download_con .footer_download_img {
      margin-right: 40px; }
      @media all and (max-width: 768px) {
        #footer_download .footer_download_con .footer_download_img {
          margin-right: 26px;
          margin: 9% auto -4% auto;
          text-align: center;
          width: 64%;
          max-width: 236px; }
          #footer_download .footer_download_con .footer_download_img img {
            width: 100%; } }
    #footer_download .footer_download_con .footer_download_text {
      margin-top: 24px; }
      @media all and (max-width: 1279px) {
        #footer_download .footer_download_con .footer_download_text {
          margin-top: 16px; } }
      #footer_download .footer_download_con .footer_download_text h6 {
        font-size: 24px; }
        @media all and (max-width: 1279px) {
          #footer_download .footer_download_con .footer_download_text h6 {
            font-size: 16px; } }
        @media all and (max-width: 768px) {
          #footer_download .footer_download_con .footer_download_text h6 {
            display: none; } }
      #footer_download .footer_download_con .footer_download_text > p {
        white-space: nowrap;
        font-size: 16px;
        letter-spacing: 0.8px;
        margin: 20px 0 45px 0; }
        @media all and (max-width: 1279px) {
          #footer_download .footer_download_con .footer_download_text > p {
            font-size: 12px;
            margin: 14px 0 30px 0; } }
        @media all and (max-width: 768px) {
          #footer_download .footer_download_con .footer_download_text > p {
            display: none; } }
        #footer_download .footer_download_con .footer_download_text > p span {
          color: #825f14; }
      #footer_download .footer_download_con .footer_download_text .footer_download_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media all and (max-width: 768px) {
          #footer_download .footer_download_con .footer_download_text .footer_download_box {
            display: block; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
          margin-right: 24px; }
          @media all and (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
              margin-right: 10px; }
              #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img img {
                width: 100%; } }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
              display: none; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
          font-size: 14px; }
          @media all and (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
              font-size: 13px; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
          font-size: 36px;
          margin-bottom: 19px; }
          @media all and (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
              font-size: 24px;
              margin-bottom: 14px;
              margin-top: 4px; } }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
              margin-bottom: 11px;
              margin-top: 24px;
              text-align: center; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
          line-height: 1.1em; }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
              text-align: center; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
          line-height: 1.1em;
          margin-top: 0.5em;
          white-space: nowrap; }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
              text-align: center;
              margin-bottom: 22px;
              white-space: normal; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
          margin-top: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media all and (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
              margin-top: 12px; } }
          @media all and (max-width: 768px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
              text-align: center;
              margin: 0 auto;
              max-width: 300px; } }
          #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a {
            margin-right: 5px;
            border-radius: 5px; }
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a img {
              width: 100%;
              display: block; }
          #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a:last-child {
            margin-right: 0; }

@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1); }
  20% {
    opacity: 0.7;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5); }
  40% {
    opacity: 0.4;
    -webkit-filter: brightness(2);
    filter: brightness(2); }
  60% {
    opacity: 0.7;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5); }
  80% {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1); } }

@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1); }
  20% {
    opacity: 0.7;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5); }
  40% {
    opacity: 0.4;
    -webkit-filter: brightness(2);
    filter: brightness(2); }
  60% {
    opacity: 0.7;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5); }
  80% {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1); } }

#sidelinks {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px; }
  @media all and (max-width: 1279px) {
    #sidelinks {
      right: 0;
      left: 0;
      width: 100%;
      bottom: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 0; } }
  #sidelinks a {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#3A3A3A), color-stop(19.39%, #353535), color-stop(35.93%, #282828), color-stop(70.42%, #121212), to(#000000));
    background: -webkit-linear-gradient(top, #3A3A3A 0%, #353535 19.39%, #282828 35.93%, #121212 70.42%, #000000 100%);
    background: -o-linear-gradient(top, #3A3A3A 0%, #353535 19.39%, #282828 35.93%, #121212 70.42%, #000000 100%);
    background: linear-gradient(180deg, #3A3A3A 0%, #353535 19.39%, #282828 35.93%, #121212 70.42%, #000000 100%); }
    @media all and (max-width: 1279px) {
      #sidelinks a {
        width: 50%;
        height: 56px;
        border-radius: 0; } }
    #sidelinks a:hover::before {
      opacity: 1; }
    #sidelinks a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#6D6D6D), to(#282828));
      background: -webkit-linear-gradient(top, #6D6D6D 0%, #282828 100%);
      background: -o-linear-gradient(top, #6D6D6D 0%, #282828 100%);
      background: linear-gradient(180deg, #6D6D6D 0%, #282828 100%);
      opacity: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    #sidelinks a .inner-text {
      z-index: 2;
      width: 68px;
      height: 68px;
      border: 1px solid #fff;
      border-radius: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.14; }
      @media all and (max-width: 1279px) {
        #sidelinks a .inner-text {
          border-radius: 0;
          width: calc(100% - 6px);
          height: calc(100% - 6px);
          font-size: 16px;
          line-height: 1.5; } }

.gradient-btn-black {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 52px;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#6D6D6D), to(#282828));
  background: -webkit-linear-gradient(top, #6D6D6D 0%, #282828 100%);
  background: -o-linear-gradient(top, #6D6D6D 0%, #282828 100%);
  background: linear-gradient(180deg, #6D6D6D 0%, #282828 100%);
  -webkit-box-shadow: 4px 8px 16px 0px #0000001A;
  box-shadow: 4px 8px 16px 0px #0000001A; }
  @media all and (max-width: 1279px) {
    .gradient-btn-black {
      height: 48px; } }
  .gradient-btn-black:hover::before {
    opacity: 0; }
  .gradient-btn-black::before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3A3A3A), color-stop(19.39%, #353535), color-stop(35.93%, #282828), color-stop(70.42%, #121212), to(#000000));
    background: -webkit-linear-gradient(top, #3A3A3A 0%, #353535 19.39%, #282828 35.93%, #121212 70.42%, #000000 100%);
    background: -o-linear-gradient(top, #3A3A3A 0%, #353535 19.39%, #282828 35.93%, #121212 70.42%, #000000 100%);
    background: linear-gradient(180deg, #3A3A3A 0%, #353535 19.39%, #282828 35.93%, #121212 70.42%, #000000 100%);
    pointer-events: none; }
  .gradient-btn-black * {
    position: relative;
    z-index: 2; }
  .gradient-btn-black img {
    width: 24px;
    margin-left: 8px; }

.gradient-btn-yellow {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 999px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  background: -webkit-linear-gradient(332.83deg, #FFFDE5 -0.28%, #F5D5A3 43.8%);
  background: -o-linear-gradient(332.83deg, #FFFDE5 -0.28%, #F5D5A3 43.8%);
  background: linear-gradient(117.17deg, #FFFDE5 -0.28%, #F5D5A3 43.8%);
  -webkit-box-shadow: 4px 8px 16px 0px #0000001A;
  box-shadow: 4px 8px 16px 0px #0000001A; }
  @media all and (max-width: 1279px) {
    .gradient-btn-yellow {
      height: 48px; } }
  .gradient-btn-yellow:hover::before {
    opacity: 0; }
  .gradient-btn-yellow::before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(332.83deg, #FDF9C7 -0.28%, #F5ECB8 15.51%, #E1CB90 29.54%, #E1B97A 43.58%, #E8C388 73.4%);
    background: -o-linear-gradient(332.83deg, #FDF9C7 -0.28%, #F5ECB8 15.51%, #E1CB90 29.54%, #E1B97A 43.58%, #E8C388 73.4%);
    background: linear-gradient(117.17deg, #FDF9C7 -0.28%, #F5ECB8 15.51%, #E1CB90 29.54%, #E1B97A 43.58%, #E8C388 73.4%);
    pointer-events: none; }
  .gradient-btn-yellow * {
    position: relative;
    z-index: 2; }
  .gradient-btn-yellow img {
    width: 24px;
    margin-left: 8px; }

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */ }

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */ }

body.os-dragging,
body.os-dragging * {
  cursor: default; }

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important; }

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px; }

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0; }

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: '';
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  visibility: hidden; }

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important; }

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important; }

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important; }

.os-content-glue {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.os-padding {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.os-host-overflow > .os-padding {
  overflow: hidden; }

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none; }

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible; }

.os-content > .os-textarea {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px; }

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important; }

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none; }

.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0px !important; }

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text; }

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.os-resize-observer-host.observed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0; }

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px; }

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation; }

object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    cursor: auto; }
  to {
    cursor: none; } }

@keyframes os-resize-observer-dummy-animation {
  from {
    cursor: auto; }
  to {
    cursor: none; } }

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */ }

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1; }

.os-scrollbar-corner {
  bottom: 0;
  right: 0; }

.os-scrollbar {
  pointer-events: none; }

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important; }

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%; }

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none; }

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important; }

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important; }

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0; }

.os-scrollbar-vertical {
  top: 0;
  right: 0; }

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0; }

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0; }

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0; }

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize; }

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize; }

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize; }

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize; }

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default; }

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0; }

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0; }

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important; }

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important; }

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.os-host-overflow {
  overflow: hidden !important; }

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important; }

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px; }

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 8px; }

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px; }

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0; }

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px; }

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent; }

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent; }

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: #E1E1E1; }

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px; }

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px; }

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #CEB071; }

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4); }

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55); }

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55); }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7); }

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7); }

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block; }

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none; }

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px; }

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px; }

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px; }

main {
  overflow: hidden; }

body {
  padding: 56px 0 0 0;
  color: #212121;
  overflow: hidden;
  overflow-y: auto;
  letter-spacing: 0.32px;
  background: #fff; }

.clearfix {
  display: block;
  clear: both; }

.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }
  @media (max-width: 1020px) {
    .wrapper {
      max-width: 375px; } }

.fix-btn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9; }
  @media (max-width: 1020px) {
    .fix-btn {
      right: 0;
      left: 0;
      margin: auto;
      bottom: 0; } }
  .fix-btn a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .fix-btn a img {
      display: block;
      width: 100%; }
    .fix-btn a:first-of-type {
      width: 98px;
      margin: 0 auto 11px auto; }
      @media (max-width: 1020px) {
        .fix-btn a:first-of-type {
          width: 100%;
          margin: 0 auto;
          height: 60px;
          background: url(../images/float_btn-pad.png) top center no-repeat;
          background-size: cover; }
          .fix-btn a:first-of-type img {
            opacity: 0; } }
    .fix-btn a:last-of-type {
      width: 58px;
      margin: 0 auto; }
      @media (max-width: 1020px) {
        .fix-btn a:last-of-type {
          display: none; } }
    .fix-btn a:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.kv {
  background: url(../images/bg1.jpg) #FFDCB3 center top no-repeat;
  background-size: 2580px 746px;
  padding-top: 20px;
  overflow: hidden; }
  @media (max-width: 1020px) {
    .kv {
      background: url(../images/bg1-m.jpg) #FFDCB3 center top no-repeat;
      background-size: 100% 100%;
      padding-top: 12px; }
      .kv .wrapper {
        padding: 0; } }
  .kv h1 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0; }
  .kv .top-logo {
    display: block;
    max-width: 556px;
    width: 100%;
    margin: 0 auto 20px auto; }
    @media (max-width: 1020px) {
      .kv .top-logo {
        max-width: 316px;
        margin: 0 auto 12px auto; } }
  .kv .title {
    display: block;
    width: 592px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 1020px) {
      .kv .title {
        width: 100%;
        z-index: 0; } }
  .kv .card1 {
    position: absolute;
    display: block;
    left: 0;
    top: 100px;
    width: 284px; }
    @media (max-width: 1020px) {
      .kv .card1 {
        left: 0;
        width: 180px;
        top: 195px; } }
  .kv .card2 {
    position: absolute;
    display: block;
    right: 0;
    top: 100px;
    width: 284px; }
    @media (max-width: 1020px) {
      .kv .card2 {
        width: 180px;
        top: 195px;
        right: 0; } }
  .kv .tiger {
    display: block;
    width: 440px;
    margin: -50px auto 0 auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 1020px) {
      .kv .tiger {
        margin: 160px auto 0 auto;
        width: 247px; } }
  .kv .dog {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 386px; }
    @media (max-width: 1020px) {
      .kv .dog {
        display: none; } }
    .kv .dog + .dog {
      display: none; }
      @media (max-width: 1020px) {
        .kv .dog + .dog {
          display: block;
          left: -10px;
          width: 130px; } }
  .kv .cat {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 386px; }
    @media (max-width: 1020px) {
      .kv .cat {
        display: none; } }
    .kv .cat + .cat {
      display: none; }
      @media (max-width: 1020px) {
        .kv .cat + .cat {
          display: block;
          right: -30px;
          width: 175px; } }
  .kv .star {
    position: absolute;
    display: block;
    width: 60px;
    left: 371px;
    top: 409px;
    -webkit-animation: twinkle 1.2s infinite ease-in-out;
    animation: twinkle 1.2s infinite ease-in-out;
    will-change: opacity, filter; }
    @media (max-width: 1020px) {
      .kv .star {
        width: 34px;
        left: 56px;
        top: 393px; } }
    .kv .star.small {
      left: auto;
      right: 376px;
      top: 544px;
      width: 56px;
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
      @media (max-width: 1020px) {
        .kv .star.small {
          width: 30px;
          right: 54px;
          top: 383px; } }

.sm-btn {
  display: block;
  margin: 0 auto;
  width: 164px;
  height: 64px;
  line-height: 62px;
  background: url(../images/btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: 700;
  color: #5A4642;
  padding-left: 30px;
  text-align: left; }
  .sm-btn:hover {
    color: #F7B52C;
    background: url(../images/btn-hover.png) no-repeat;
    background-size: 100% 100%; }

.section1 {
  background: url(../images/bg2.jpg) center top no-repeat;
  background-size: 2580px 697px;
  padding: 79px 0 73px 0;
  text-align: center;
  margin-top: 0;
  position: relative; }
  @media (max-width: 1020px) {
    .section1 {
      background: url(../images/bg2-m.jpg) center top no-repeat;
      background-size: auto 100%;
      margin: -1px auto 0 auto;
      padding: 58px 0 70px 0;
      overflow: hidden; } }
  .section1 h2 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0; }
  .section1 .title {
    display: block;
    width: 592px;
    margin: 0 auto 33px auto; }
    @media (max-width: 1020px) {
      .section1 .title {
        width: 100%;
        margin: 0 auto;
        max-width: 375px; } }
  .section1 .bird {
    display: block;
    width: 150px;
    position: absolute;
    right: calc(50% + 534px);
    top: 75px;
    z-index: 1; }
    @media (max-width: 1020px) {
      .section1 .bird {
        display: none; } }
  .section1 .mouse {
    display: block;
    width: 184px;
    position: absolute;
    left: calc(50% + 516px);
    bottom: -85px;
    z-index: 1; }
    @media (max-width: 1020px) {
      .section1 .mouse {
        display: none; } }
  .section1 ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    max-width: 386px;
    width: 33%;
    height: 360px;
    background: url(../images/section1-card.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #5A4642;
    padding: 39px 0 0 0; }
    @media (max-width: 1020px) {
      .section1 ul li {
        font-size: 14px;
        width: 320px;
        height: 274px;
        display: block;
        margin: 0 auto 16px auto;
        padding: 29px 0 0 0; } }
    .section1 ul li:nth-of-type(2) {
      margin-top: -50px; }
      @media (max-width: 1020px) {
        .section1 ul li:nth-of-type(2) {
          margin: 0 auto 16px auto; } }
    .section1 ul li .step {
      width: 148px;
      display: block;
      margin: 0 auto 20px auto; }
      @media (max-width: 1020px) {
        .section1 ul li .step {
          width: 108px; } }
    .section1 ul li .icon {
      display: block;
      width: 134px;
      margin: 0 auto 4px auto; }
      @media (max-width: 1020px) {
        .section1 ul li .icon {
          width: 80px; } }
    .section1 ul li p b {
      display: inline-block;
      font-weight: 700;
      position: relative; }
      .section1 ul li p b:after {
        content: "";
        display: block;
        width: 100%;
        height: 8px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #FFD394;
        z-index: 0; }
      .section1 ul li p b i {
        display: inline-block;
        position: relative;
        z-index: 1;
        font-style: normal; }
    .section1 ul li p small {
      display: block;
      font-size: 14px; }
  .section1 .sm-btn {
    margin: -40px auto 0 auto; }
    @media (max-width: 1020px) {
      .section1 .sm-btn {
        margin: 4px auto 0 auto; } }

.section2 {
  background: url(../images/bg3.jpg) center top no-repeat;
  background-size: 2580px 865px;
  padding: 120px 0 163px 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1020px) {
    .section2 {
      background: url(../images/bg3-m.jpg) center top no-repeat;
      background-size: auto 100%;
      margin: 0 auto;
      padding: 114px 0 57px 0;
      height: 1175px; } }
  .section2 h3 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0; }
  .section2 .wrapper {
    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;
    position: static; }
    @media (max-width: 1020px) {
      .section2 .wrapper {
        display: block;
        height: 100%; } }
    .section2 .wrapper > div:first-of-type {
      width: calc(100% - 712px);
      margin-right: 18px; }
      @media (max-width: 1020px) {
        .section2 .wrapper > div:first-of-type {
          width: 100%;
          max-width: 362px;
          margin: 0 auto 8px auto; } }
    .section2 .wrapper > div:last-of-type {
      width: 694px;
      background: url(../images/section2-card.png) no-repeat;
      background-size: 100% 100%;
      height: 587px;
      margin-top: -120px;
      padding: 176px 0 0 0; }
      @media (max-width: 1020px) {
        .section2 .wrapper > div:last-of-type {
          width: 100%;
          max-width: 355px;
          height: 560px;
          margin: 0 auto;
          background: url(../images/section2-card-m.png) no-repeat;
          background-size: 100% 100%;
          padding: 128px 0 0 0; } }
    .section2 .wrapper .food {
      display: block;
      position: absolute;
      left: 0;
      bottom: 66px;
      width: 100vw;
      text-align: left;
      white-space: nowrap;
      z-index: 1; }
      @media (max-width: 1020px) {
        .section2 .wrapper .food {
          bottom: 52px; } }
      .section2 .wrapper .food img {
        display: inline-block;
        vertical-align: middle;
        width: 240px;
        margin: 0 25px; }
        @media (max-width: 1020px) {
          .section2 .wrapper .food img {
            width: 184px;
            margin: 0 4px; } }
      .section2 .wrapper .food .food-slider {
        width: 100%; }
    .section2 .wrapper .title {
      display: block;
      width: 100%;
      margin: 0 auto -20px auto; }
      @media (max-width: 1020px) {
        .section2 .wrapper .title {
          margin: 0 auto; } }
    .section2 .wrapper .pet {
      display: block;
      width: 100%; }
      @media (max-width: 1020px) {
        .section2 .wrapper .pet {
          position: absolute;
          max-width: 335px;
          width: calc(100% - 40px);
          margin: auto;
          bottom: 127px;
          z-index: 1; } }
    .section2 .wrapper ul li {
      display: inline-block;
      vertical-align: top;
      width: 128px;
      margin: 0 6px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      top: 0; }
      @media (max-width: 1020px) {
        .section2 .wrapper ul li {
          width: 112px;
          margin: 0 8px 12px 8px; } }
      .section2 .wrapper ul li:first-of-type {
        margin: 92px -13px 0 0; }
        @media (max-width: 1020px) {
          .section2 .wrapper ul li:first-of-type {
            margin: 0 8px 12px 8px; } }
      .section2 .wrapper ul li:last-of-type {
        margin: 92px 0 0 -13px; }
        @media (max-width: 1020px) {
          .section2 .wrapper ul li:last-of-type {
            margin: 0 8px 12px 8px; } }
      .section2 .wrapper ul li a {
        display: block; }
        .section2 .wrapper ul li a img {
          display: block;
          width: 100%; }
      .section2 .wrapper ul li:hover {
        top: -4px; }
    .section2 .wrapper .txt {
      display: block;
      width: 290px;
      height: 198px;
      padding: 58px 0 0 0;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      margin: -90px auto 0 auto;
      background: url(../images/section2-card-box.png) no-repeat;
      background-size: 100% 100%; }
      @media (max-width: 1020px) {
        .section2 .wrapper .txt {
          background: none;
          width: auto;
          height: auto;
          padding-top: 12px;
          margin: 0 auto; } }
      .section2 .wrapper .txt title {
        display: block;
        width: 164px;
        line-height: 36px;
        margin: 0 auto 6px auto;
        color: #fff;
        background: #785049;
        border-radius: 100px; }
        @media (max-width: 1020px) {
          .section2 .wrapper .txt title {
            width: 260px;
            margin-bottom: 8px; } }
      .section2 .wrapper .txt p {
        color: #5A4642; }
        .section2 .wrapper .txt p b {
          display: inline-block;
          position: relative; }
          .section2 .wrapper .txt p b:after {
            content: "";
            display: block;
            width: 100%;
            height: 8px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #FFAA39;
            z-index: 0; }
          .section2 .wrapper .txt p b i {
            display: inline-block;
            position: relative;
            z-index: 1;
            font-style: normal; }

.section3 {
  background: url(../images/bg4.jpg) #74A76F center top no-repeat;
  background-size: 2580px 822px;
  padding: 50px 0 40px 0;
  overflow: hidden; }
  @media (max-width: 1020px) {
    .section3 {
      background: url(../images/bg4-m.jpg) #74A76F center top no-repeat;
      background-size: 100% 612px;
      padding: 38px 0 40px 0; }
      .section3 .wrapper {
        padding: 0 12px; } }
  .section3 h3 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0; }
  .section3 .cloud {
    display: block;
    position: absolute;
    left: -20px;
    top: -17px;
    width: 100%; }
    @media (max-width: 1020px) {
      .section3 .cloud {
        display: none; } }
  .section3 .cloudm {
    display: none; }
    @media (max-width: 1020px) {
      .section3 .cloudm {
        display: block;
        position: absolute;
        left: -22%;
        top: -10px;
        width: 120%; } }
  .section3 .title {
    display: block;
    width: 389px;
    margin: 0 auto 22px auto; }
    @media (max-width: 1020px) {
      .section3 .title {
        width: 234px;
        margin: 0 auto 10px auto; } }
  .section3 .slider {
    text-align: center;
    white-space: nowrap;
    margin: 0 auto 92px auto; }
    @media (max-width: 1020px) {
      .section3 .slider {
        margin-bottom: 50px; } }
    .section3 .slider li.slider-li {
      display: inline-block;
      vertical-align: middle;
      max-width: 327px; }
      @media (max-width: 1020px) {
        .section3 .slider li.slider-li {
          max-width: 100%;
          width: 100%;
          margin: 0 auto; } }
      .section3 .slider li.slider-li img {
        display: block;
        width: 100%;
        margin: 0 auto -4px auto; }
    .section3 .slider .slick-dots {
      display: none !important; }
  @media (max-width: 1020px) {
    .section3 .slick-slider {
      position: relative; }
      .section3 .slick-slider .slick-arrow {
        width: 48px;
        height: 48px;
        background: none;
        border: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer; }
        .section3 .slick-slider .slick-arrow.slick-prev {
          left: 0px;
          background: url("../images/slick-arrow.png") no-repeat center center;
          background-size: contain; }
        .section3 .slick-slider .slick-arrow.slick-next {
          right: 0px;
          background: url("../images/slick-arrow.png") no-repeat center center;
          background-size: contain;
          -webkit-transform: translateY(-50%) scaleX(-1);
          -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1); }
        .section3 .slick-slider .slick-arrow:before {
          display: none; }
      .section3 .slick-slider .slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        padding: 0; }
        .section3 .slick-slider .slick-dots li {
          width: 26px;
          height: 12px;
          margin: 0 4px; }
          .section3 .slick-slider .slick-dots li button {
            width: 26px;
            height: 12px;
            padding: 0;
            background: url("../images/slick-dots.png") no-repeat center center;
            background-size: contain;
            border: none;
            font-size: 0;
            cursor: pointer; }
          .section3 .slick-slider .slick-dots li.slick-active button {
            background: url("../images/slick-dots-active.png") no-repeat center center;
            background-size: contain; } }
  .section3 .collapse-txt {
    padding: 0 32px;
    background: #5A4642;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: justify;
    text-justify: inter-ideograph; }
    @media (max-width: 1020px) {
      .section3 .collapse-txt {
        padding: 0 16px; } }
    .section3 .collapse-txt.active {
      padding-bottom: 48px; }
      @media (max-width: 1020px) {
        .section3 .collapse-txt.active {
          padding-bottom: 16px; } }
      .section3 .collapse-txt.active > a {
        background: url(../images/collapse-open.png) center no-repeat;
        background-size: 134px auto; }
        .section3 .collapse-txt.active > a > img {
          opacity: 0; }
      .section3 .collapse-txt.active .txt-main {
        display: block; }
        .section3 .collapse-txt.active .txt-main > * {
          opacity: 1; }
    .section3 .collapse-txt > a {
      display: block;
      width: 100%;
      padding: 16px 0; }
      .section3 .collapse-txt > a > img {
        display: block;
        width: 134px;
        margin: 0 auto; }
    .section3 .collapse-txt .txt-main {
      display: none;
      background: #FFF8EE;
      padding: 40px;
      border-radius: 40px;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #5A4642; }
      @media (max-width: 1020px) {
        .section3 .collapse-txt .txt-main {
          padding: 24px; } }
      .section3 .collapse-txt .txt-main > * {
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .section3 .collapse-txt .txt-main title {
        display: block;
        font-size: 18px;
        font-weight: 700; }
      .section3 .collapse-txt .txt-main a {
        text-decoration: underline;
        color: #247AC5;
        word-break: break-all; }
        .section3 .collapse-txt .txt-main a:hover {
          text-decoration: none; }
      .section3 .collapse-txt .txt-main ul li {
        list-style: cjk-ideographic;
        margin: 5px 0 5px 35px; }
        @media (max-width: 1020px) {
          .section3 .collapse-txt .txt-main ul li {
            margin-left: 30px; } }
        .section3 .collapse-txt .txt-main ul li ol li {
          list-style: decimal;
          margin-left: 20px; }
