@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; }

.clearfix {
  display: block;
  clear: both; }

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%; } }

.br {
  display: none; }
  @media all and (max-width: 768px) {
    .br {
      display: block; } }

header {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.32px; }
  header.scrolled {
    background: #001c60; }
  header .wrapper {
    width: 100%;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 8px;
    margin: 0 auto; }
    @media all and (max-width: 768px) {
      header .wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 0; } }
    header .wrapper__container {
      padding: 8px 0; }
      header .wrapper__container .logo {
        display: inline-block;
        vertical-align: middle; }
        header .wrapper__container .logo img {
          display: block;
          width: auto;
          height: 32px; }
        @media all and (max-width: 768px) {
          header .wrapper__container .logo {
            width: 130px;
            height: 32px;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8); }
            header .wrapper__container .logo img {
              display: none; }
            header .wrapper__container .logo:first-of-type {
              background: url(../images/img_logo.svg) center no-repeat;
              background-size: contain; }
            header .wrapper__container .logo:last-of-type {
              background: url(../images/jal_logo-m.png) no-repeat;
              background-size: 100% 100%; } }
      header .wrapper__container span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6); }
        @media all and (max-width: 768px) {
          header .wrapper__container span {
            margin: 0 -12px; } }
  header nav ul {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 768px) {
      header nav ul {
        display: inline;
        width: 100%;
        float: none;
        position: absolute;
        left: 0;
        top: 71px;
        padding: 0;
        height: 0;
        overflow: hidden; } }
    @media all and (max-width: 768px) {
      header nav ul li {
        display: block;
        margin: 0 auto;
        position: relative;
        background: #001c60;
        z-index: 1;
        border-bottom: 1px solid #fff; } }
    header nav ul li a {
      display: block;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      padding: 16px;
      text-decoration: none;
      position: relative;
      text-wrap: nowrap; }
      @media (max-width: 1024px) {
        header nav ul li a {
          padding: 12px 8px;
          font-size: 14px; } }
      @media all and (max-width: 768px) {
        header nav ul li a {
          text-align: center;
          border: 0;
          margin: 0 auto;
          padding: 24px 0; } }
      header nav ul li a:before {
        content: '';
        opacity: 0;
        position: absolute;
        bottom: -5px;
        left: 20px;
        width: calc(100% - 40px);
        height: 2px;
        background: #fff; }
        @media all and (max-width: 768px) {
          header nav ul li a:before {
            display: none; } }
      header nav ul li a:hover:before {
        opacity: 1; }
    header nav ul li.btn {
      margin-left: 8px; }
      @media all and (max-width: 768px) {
        header nav ul li.btn {
          margin: 0 auto;
          padding: 24px 0; } }
      header nav ul li.btn a {
        padding: 0;
        display: block;
        width: 140px;
        margin: 16px auto; }
        @media all and (max-width: 768px) {
          header nav ul li.btn a {
            margin: 0 auto; } }
        header nav ul li.btn a img {
          display: block;
          width: 100%; }
        header nav ul li.btn a:before {
          display: none; }
        header nav ul li.btn a:hover {
          background: url(../images/header_btn_hover.png) no-repeat;
          background-size: 100% 100%; }
          header nav ul li.btn a:hover img {
            opacity: 0; }
  header .menu {
    display: none; }
    header .menu img {
      display: block;
      width: 100%; }
    @media all and (max-width: 768px) {
      header .menu {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 32px;
        height: 32px;
        margin: 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 + nav ul {
            height: 100svh; } }
    @media (max-width: 414px) {
      header .menu {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin: 20px 10px; } }

.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: #111111; }
  @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;
          letter-spacing: 0; }
          #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 {
          margin-right: 12px;
          position: relative;
          top: 2px;
          width: 16px; }
      @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 bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounceInWithPause {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  33% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  47% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  67% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceInWithPause {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  33% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  47% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  67% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes mapAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes mapAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 25%; } }

@keyframes wheel {
  to {
    opacity: 0;
    top: 25%; } }

@-webkit-keyframes iconRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes iconRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

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

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

.fix-btn {
  position: fixed;
  right: 24px;
  bottom: 16px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  -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.visible {
    opacity: 1;
    visibility: visible; }
  @media all and (max-width: 768px) {
    .fix-btn {
      right: 0;
      bottom: 0;
      width: 100%; } }
  .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 img + img {
        display: none; }
    .fix-btn a:first-of-type {
      width: 74px;
      margin: 0 auto 12px auto; }
      .fix-btn a:first-of-type:hover {
        background: url(../images/float_btn1_hover.png) no-repeat;
        background-size: 100% 100%; }
        .fix-btn a:first-of-type:hover img {
          opacity: 0; }
    .fix-btn a:last-of-type {
      width: 74px;
      margin: 0 auto; }
      .fix-btn a:last-of-type:hover {
        background: url(../images/float_btn2_hover.png) no-repeat;
        background-size: 100% 100%; }
        .fix-btn a:last-of-type:hover img {
          opacity: 0; }
    @media all and (max-width: 768px) {
      .fix-btn a {
        width: 50% !important;
        float: left;
        margin: auto !important; }
        .fix-btn a img {
          display: none; }
          .fix-btn a img + img {
            display: block !important; }
        .fix-btn a:first-of-type:hover {
          background: url(../images/float_btn1-m.png) no-repeat;
          background-size: 100% 100%; }
          .fix-btn a:first-of-type:hover img {
            opacity: 0; }
        .fix-btn a:last-of-type:hover {
          background: url(../images/float_btn2-m.png) no-repeat;
          background-size: 100% 100%; }
          .fix-btn a:last-of-type:hover img {
            opacity: 0; } }

.popup {
  width: 100%;
  max-width: 1000px;
  max-height: 500px;
  height: 52vw;
  background: url(../images/popup_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 66px 140px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999999;
  margin: auto;
  top: 0;
  bottom: 0;
  display: none;
  text-align: justify; }
  @media all and (max-width: 768px) {
    .popup {
      width: 100%;
      max-width: 365px;
      height: 175vw;
      max-height: 640px;
      background: url(../images/popup_bg-m.png) top no-repeat;
      background-size: 100% auto;
      padding: 45px 35px 45px 30px; } }
  .popup .close {
    display: block;
    width: 44px;
    height: 48px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/close_btn.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer; }
    @media all and (max-width: 768px) {
      .popup .close {
        right: -10px;
        top: -30px; } }
    @media (max-width: 370px) {
      .popup .close {
        right: 0; } }
  .popup > div {
    height: 100%;
    overflow: auto; }
    .popup > div title {
      display: block;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 12px;
      color: #bd8541; }
    .popup > div ol li {
      margin-left: 30px;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 15px;
      list-style: decimal; }
      .popup > div ol li span {
        color: #eb4426; }
      .popup > div ol li a {
        color: #1c2eaa;
        text-decoration: underline; }
        .popup > div ol li a:hover {
          text-decoration: none; }

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999998;
  display: none; }

/*!
 * 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; }

body {
  color: #2d2d2d;
  overflow-y: auto;
  letter-spacing: 1px;
  background: #f7ebe4;
  font-weight: 500; }

main {
  overflow: hidden; }

h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 52px;
  padding: 52px 0 0 0;
  margin-bottom: 4px;
  background: url(../images/title_airplane.png) top center no-repeat;
  background-size: auto 40px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1024px) {
    h2 {
      padding-top: 38px;
      font-size: 24px;
      line-height: 35px;
      background: url(../images/title_airplane.png) top center no-repeat;
      background-size: auto 30px; } }

h3.sec-title {
  display: block;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1024px) {
    h3.sec-title {
      font-size: 14px;
      line-height: 21px; } }
  h3.sec-title b {
    color: #eb5126;
    font-weight: 700;
    display: inline-block;
    margin: 0 5px; }
  h3.sec-title span {
    display: inline-block;
    padding: 0 15px;
    background: url(../images/section2_passport_line.png) no-repeat;
    background-size: 100% 100%; }

i.note {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-top: 12px; }
  @media (max-width: 1024px) {
    i.note {
      font-size: 14px;
      line-height: 18px; } }

.text-title {
  text-indent: -9999px;
  position: absolute;
  z-index: -1;
  overflow: hidden; }

footer#footer {
  background: url(../images/footer_divider.png) top 20px center repeat-x;
  background-color: #00083f;
  background-size: auto 16px;
  padding-top: 80px;
  border-radius: 20px 20px 0 0;
  letter-spacing: 0; }
  @media (max-width: 1024px) {
    footer#footer {
      padding-top: 60px;
      background: url(../images/footer_divider-m.png) top 20px center repeat-x;
      background-color: #00083f;
      background-size: auto 21px; } }

.kv {
  background: url(../images/kv_bg.png) top center no-repeat;
  background-size: 100% 100%;
  height: 900px;
  position: relative; }
  @media (max-width: 1420px) {
    .kv {
      height: 70.36747vw; } }
  @media all and (max-width: 768px) {
    .kv {
      height: 156.25vw;
      background: url(../images/kv_bg-m.png) top center no-repeat;
      background-size: 100% 100%; } }
  .kv .cloud {
    display: block;
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    z-index: 0; }
    .kv .cloud img {
      display: block;
      width: 100%; }
      .kv .cloud img + img {
        display: none; }
    @media all and (max-width: 768px) {
      .kv .cloud {
        top: -10.41667vw; }
        .kv .cloud img {
          display: none; }
          .kv .cloud img + img {
            display: block; } }
  .kv .scroll {
    display: block;
    width: 42px;
    margin: 130px auto 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1420px) {
      .kv .scroll {
        width: 3.28382vw;
        margin: 10.16419vw auto 0; } }
    @media all and (max-width: 768px) {
      .kv .scroll {
        width: 5.46875vw;
        margin: 0 auto; } }
    .kv .scroll img {
      display: block;
      width: 100%; }
    .kv .scroll i {
      display: block;
      position: absolute;
      left: 0;
      top: 5%;
      width: 100%;
      height: 12%;
      background: url(../images/kv_point.png) center no-repeat;
      background-size: contain;
      -webkit-animation: wheel 2s infinite;
      animation: wheel 2s infinite;
      opacity: 1; }
  .kv__container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding-top: 200px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1420px) {
      .kv__container {
        padding-top: 15.63722vw; } }
    @media all and (max-width: 768px) {
      .kv__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 100px; } }
    .kv__container .txt {
      font-weight: 700;
      color: #fff;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
      margin-top: 40px; }
      @media (max-width: 1420px) {
        .kv__container .txt {
          margin-top: 3.12744vw; } }
      @media all and (max-width: 768px) {
        .kv__container .txt {
          text-align: center;
          margin-top: 0;
          font-size: 3.90625vw; } }
      .kv__container .txt title {
        display: block;
        font-size: 20px;
        line-height: 20px; }
        @media (max-width: 1420px) {
          .kv__container .txt title {
            font-size: 1.56372vw;
            line-height: 1.56372vw; } }
        @media all and (max-width: 768px) {
          .kv__container .txt title {
            font-size: 5.46875vw;
            margin-bottom: 1.30208vw;
            line-height: unset; } }
      .kv__container .txt h1 {
        display: block;
        font-size: 60px;
        line-height: 90px;
        text-shadow: 0 3.063px 6.125px rgba(0, 0, 0, 0.25);
        position: relative; }
        @media (max-width: 1420px) {
          .kv__container .txt h1 {
            font-size: 4.69116vw;
            line-height: 7.03675vw; } }
        @media all and (max-width: 768px) {
          .kv__container .txt h1 {
            font-size: 7.29167vw;
            line-height: 15.625vw;
            white-space: nowrap; } }
        @media all and (max-width: 768px) {
          .kv__container .txt h1 br {
            display: none; } }
        .kv__container .txt h1 span {
          display: block;
          font-size: 32px;
          line-height: 32px;
          text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          margin-top: -20px; }
          @media (max-width: 1420px) {
            .kv__container .txt h1 span {
              font-size: 2.50195vw;
              line-height: 2.50195vw;
              margin-top: -1.56372vw; } }
          @media all and (max-width: 768px) {
            .kv__container .txt h1 span {
              margin-top: 0;
              font-size: 5.46875vw; } }
          .kv__container .txt h1 span img {
            display: inline-block;
            vertical-align: bottom;
            width: 178px;
            margin: 0 0 -15px 20px; }
            @media (max-width: 1420px) {
              .kv__container .txt h1 span img {
                width: 13.91712vw;
                margin: 0 0 -1.17279vw 1.56372vw; } }
            @media all and (max-width: 768px) {
              .kv__container .txt h1 span img {
                width: 18.22917vw;
                margin: 0 0 -2.60417vw 1.95313vw; } }
        .kv__container .txt h1 i {
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 20px;
          background: url(../images/kv_route.png) left no-repeat;
          background-size: auto 100%;
          margin-top: -5px;
          -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: 1420px) {
            .kv__container .txt h1 i {
              height: 1.56372vw;
              margin-top: -0.39093vw; } }
          @media all and (max-width: 768px) {
            .kv__container .txt h1 i {
              height: 3.64583vw;
              margin-top: -0.65104vw;
              width: 36px; } }
          .kv__container .txt h1 i.aos-animate {
            width: 36px; }
            @media all and (max-width: 768px) {
              .kv__container .txt h1 i.aos-animate {
                width: 6.51042vw; } }
        .kv__container .txt h1 .map {
          display: inline-block;
          vertical-align: top;
          width: 15px;
          position: absolute;
          top: 110px;
          right: 165px;
          opacity: 1; }
          @media (max-width: 1420px) {
            .kv__container .txt h1 .map {
              width: 1.17279vw;
              top: 8.60047vw;
              right: 12.9007vw; } }
          @media all and (max-width: 768px) {
            .kv__container .txt h1 .map {
              width: 2.60417vw;
              top: 3.90625vw;
              right: -3.125vw; } }
    .kv__container .airplane {
      position: relative;
      max-width: 509px;
      width: 100%;
      margin-left: 130px; }
      @media (max-width: 1420px) {
        .kv__container .airplane {
          max-width: 39.79672vw;
          margin-left: 10.16419vw; } }
      @media all and (max-width: 768px) {
        .kv__container .airplane {
          max-width: 78.125vw;
          margin: 7.8125vw auto; } }
      .kv__container .airplane .photo {
        width: 100%;
        aspect-ratio: 1 / 0.8;
        background: url(../images/kv_photo_frame.png) no-repeat;
        background-size: 100% 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0; }
        .kv__container .airplane .photo.aos-animate {
          opacity: 1; }
      .kv__container .airplane > img {
        display: block;
        width: 180%;
        position: absolute;
        left: 0;
        top: 10%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        z-index: 1; }
        @media all and (max-width: 768px) {
          .kv__container .airplane > img {
            width: 150%; } }
        .kv__container .airplane > img.aos-animate {
          left: -38%;
          top: -10%;
          opacity: 1; }
          @media all and (max-width: 768px) {
            .kv__container .airplane > img.aos-animate {
              left: -20%;
              top: -4%; } }
      .kv__container .airplane:after {
        content: '';
        display: block;
        width: 7.9%;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: url(../images/kv_photo_frame_part.png) no-repeat;
        background-size: 100% 100%;
        opacity: 0;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
      .kv__container .airplane.aos-animate:after {
        opacity: 1; }

.block {
  height: 200px;
  background: url(../images/section_line_bg.png) center no-repeat;
  background-size: 223px 21px; }
  @media (max-width: 1024px) {
    .block {
      height: 140px; } }

.section1 {
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 768px) {
    .section1 {
      margin-top: -12px; } }
  .section1 .leaves {
    display: block;
    width: 100%;
    height: 722px;
    background: url(../images/section1_leaves.png) center no-repeat;
    background-size: 1821px 722px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 150px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .section1 .leaves {
        height: 443px;
        background: url(../images/section1_leaves-m.png) center no-repeat;
        background-size: 375px 443px;
        top: 100px; } }
  .section1 .cloud1 {
    display: block;
    width: 782px;
    height: 431px;
    position: absolute;
    left: calc(50% + 243px);
    top: 0;
    background: url(../images/section1_cloud1.png) center no-repeat;
    background-size: 100% 100%;
    mix-blend-mode: screen; }
    @media (max-width: 1024px) {
      .section1 .cloud1 {
        width: 234px;
        height: 145px;
        background: url(../images/section1_cloud1-m.png) center no-repeat;
        background-size: 100% 100%;
        left: calc(50% + 63px);
        top: 150px; } }
  .section1 .cloud2 {
    display: block;
    width: 692px;
    height: 428px;
    position: absolute;
    right: calc(50% + 293px);
    top: 477px;
    background: url(../images/section1_cloud2.png) center no-repeat;
    background-size: 100% 100%;
    mix-blend-mode: screen; }
    @media (max-width: 1024px) {
      .section1 .cloud2 {
        width: 264px;
        height: 146px;
        background: url(../images/section1_cloud2-m.png) center no-repeat;
        background-size: 100% 100%;
        right: calc(50% + 63px);
        top: 580px; } }
  .section1 > ul {
    text-align: center;
    position: relative;
    z-index: 2; }
    .section1 > ul li {
      display: inline-block;
      vertical-align: top;
      padding: 16px 0 0 0;
      margin: 0 20px 40px 20px;
      font-size: 18px;
      line-height: 28px;
      position: relative; }
      @media (max-width: 1024px) {
        .section1 > ul li {
          font-size: 14px;
          line-height: 21px;
          display: block;
          width: 100%;
          max-width: 500px;
          margin: 0 auto 30px auto; } }
      .section1 > ul li img {
        display: block;
        width: 500px;
        margin: 0 auto -20px auto; }
        @media (max-width: 1024px) {
          .section1 > ul li img {
            width: 100%; } }
      .section1 > ul li .txt {
        padding: 47px 0;
        background: url(../images/section1_flower.png) top center no-repeat, url(../images/section1_flower.png) bottom center no-repeat;
        background-size: 439px auto, 439px auto; }
        .section1 > ul li .txt br.mobile {
          display: none; }
        .section1 > ul li .txt br.desktop {
          display: block; }
        .section1 > ul li .txt b {
          color: #bd8541;
          display: inline-block;
          font-weight: 900;
          margin: 0 5px; }
          .section1 > ul li .txt b.number {
            font-size: 28px; }
            @media (max-width: 1024px) {
              .section1 > ul li .txt b.number {
                font-size: 18px; } }
        .section1 > ul li .txt span {
          font-size: 20px;
          font-weight: 600;
          color: #bd8541; }
          @media (max-width: 1024px) {
            .section1 > ul li .txt span {
              font-size: 16px; } }
        @media (max-width: 1024px) {
          .section1 > ul li .txt {
            padding: 35px 0;
            background: url(../images/section1_flower.png) top center no-repeat, url(../images/section1_flower.png) bottom center no-repeat;
            background-size: 340px auto, 340px auto; }
            .section1 > ul li .txt br.mobile {
              display: block; }
            .section1 > ul li .txt br.desktop {
              display: none; } }
      .section1 > ul li strong {
        display: block;
        font-size: 24px;
        line-height: 47px;
        color: #bd8541;
        font-weight: 800;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 10px;
        background: #f7ebe4;
        width: 260px;
        bottom: 0; }
        @media (max-width: 1024px) {
          .section1 > ul li strong {
            width: 200px;
            font-size: 18px;
            line-height: 35px; } }
  .section1 .list {
    text-align: center;
    margin-bottom: 40px;
    position: relative; }
    @media (max-width: 1024px) {
      .section1 .list {
        white-space: nowrap;
        width: 1080px;
        margin: 0 auto 30px auto;
        height: 130px; }
        .section1 .list:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url(../images/section1_mask.png) no-repeat;
          background-size: 100% 100%;
          z-index: 1;
          pointer-events: none; }
        .section1 .list.one p:nth-of-type(1) {
          position: absolute;
          right: 360px; }
        .section1 .list.one p:nth-of-type(2) {
          position: absolute;
          right: 720px; }
        .section1 .list.one p:nth-of-type(3) {
          position: absolute;
          right: 0; }
        .section1 .list.two p:nth-of-type(1) {
          position: absolute;
          right: 0; }
        .section1 .list.two p:nth-of-type(2) {
          position: absolute;
          right: 360px; }
        .section1 .list.two p:nth-of-type(3) {
          position: absolute;
          right: 720px; }
        .section1 .list.three p:nth-of-type(1) {
          position: absolute;
          right: 720px; }
        .section1 .list.three p:nth-of-type(2) {
          position: absolute;
          right: 0; }
        .section1 .list.three p:nth-of-type(3) {
          position: absolute;
          right: 360px; } }
    @media (max-width: 1080px) {
      .section1 .list {
        position: relative;
        left: calc(50% - 540px); } }
    @media all and (max-width: 768px) {
      .section1 .list {
        width: auto;
        white-space: normal;
        text-align: left;
        margin: 0 auto 20px auto;
        max-width: 430px;
        display: block;
        left: 0;
        height: auto; }
        .section1 .list:before {
          display: none; } }
    .section1 .list p {
      width: 360px;
      display: inline-block;
      vertical-align: top;
      margin: 40px 0;
      color: #bd8541;
      font-size: 16px;
      line-height: 24px;
      height: 72px;
      font-weight: 400;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: url(../images/section1_text_line.png) bottom center no-repeat;
      background-size: 85% auto; }
      .section1 .list p:nth-of-type(1), .section1 .list p:nth-of-type(2) {
        padding: 12px 0; }
        @media all and (max-width: 768px) {
          .section1 .list p:nth-of-type(1), .section1 .list p:nth-of-type(2) {
            padding: 0 16px 0 36px; } }
      .section1 .list p.active {
        margin-top: 0;
        font-weight: 500; }
        @media (max-width: 1024px) {
          .section1 .list p.active {
            font-weight: 400; } }
      @media (max-width: 1024px) {
        .section1 .list p {
          float: left; } }
      @media all and (max-width: 768px) {
        .section1 .list p {
          width: 100%;
          display: block;
          margin: 0;
          font-size: 12px;
          line-height: 18px;
          height: auto;
          background: none;
          padding: 0 16px 0 36px;
          left: 0 !important;
          position: relative !important; }
          .section1 .list p br {
            display: none; }
          .section1 .list p:before {
            content: '・';
            display: inline-block;
            position: absolute;
            left: 20px;
            top: 0; } }
  .section1 .buttons {
    text-align: center;
    margin-bottom: 8px; }
    .section1 .buttons a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px;
      width: 260px; }
      @media all and (max-width: 768px) {
        .section1 .buttons a {
          width: 148px;
          margin: 0 10px; } }
      .section1 .buttons a img {
        display: block;
        width: 100%; }
      .section1 .buttons a:first-of-type:hover {
        background: url(../images/section1_btn1_hover.png) no-repeat;
        background-size: 100% 100%; }
        .section1 .buttons a:first-of-type:hover img {
          opacity: 0; }
      .section1 .buttons a:last-of-type:hover {
        background: url(../images/section1_btn2_hover.png) no-repeat;
        background-size: 100% 100%; }
        .section1 .buttons a:last-of-type:hover img {
          opacity: 0; }
  .section1 .browser_cloud {
    position: relative;
    overflow: hidden; }
    .section1 .browser_cloud:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      background: url(../images/browser_cloud.png) no-repeat;
      background-size: 100% 100%;
      mix-blend-mode: screen; }
    @media (max-width: 1024px) {
      .section1 .browser_cloud:before {
        background: none; } }
  .section1 .browser {
    background: url(../images/section2_browser.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 1230px;
    height: 680px;
    padding: 123px 0 106px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .section1 .browser {
        background: url(../images/section2_browser-p.png) no-repeat;
        background-size: 100% 100%;
        max-width: 710px;
        height: 1164px;
        padding: 86px 0 0 0; } }
    @media all and (max-width: 768px) {
      .section1 .browser {
        background: url(../images/section2_browser-m.png) no-repeat;
        background-size: 100% 100%;
        max-width: 350px;
        height: 470px;
        padding: 65px 0 46px 0;
        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-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .section1 .browser a.link_btn {
      position: absolute;
      right: 57px;
      bottom: 47px; }
      @media all and (max-width: 768px) {
        .section1 .browser a.link_btn {
          position: relative;
          margin: 12px auto 0 auto;
          right: 0;
          bottom: 0; } }
    .section1 .browser .icon1 {
      display: block;
      width: 170px;
      position: absolute;
      right: -80px;
      top: -70px;
      -webkit-animation: iconRotate 2s ease-in-out infinite;
      animation: iconRotate 2s ease-in-out infinite; }
      @media (max-width: 1024px) {
        .section1 .browser .icon1 {
          right: 0; } }
      @media all and (max-width: 768px) {
        .section1 .browser .icon1 {
          width: 85px;
          right: -10px;
          top: -20px; } }
      @media (max-width: 370px) {
        .section1 .browser .icon1 {
          right: 0; } }
    .section1 .browser .icon2 {
      display: block;
      width: 166px;
      position: absolute;
      left: -40px;
      bottom: -40px;
      -webkit-animation: iconRotate 2s ease-in-out infinite;
      animation: iconRotate 2s ease-in-out infinite; }
      @media (max-width: 1024px) {
        .section1 .browser .icon2 {
          left: 0; } }
      @media all and (max-width: 768px) {
        .section1 .browser .icon2 {
          width: 96px;
          left: -10px;
          bottom: -50px; } }
      @media (max-width: 370px) {
        .section1 .browser .icon2 {
          left: 0; } }
    @media all and (max-width: 768px) {
      .section1 .browser ul {
        width: 250px; } }
    .section1 .browser ul li {
      display: inline-block;
      vertical-align: top;
      width: 420px;
      margin: 0 40px;
      position: relative; }
      @media (max-width: 1024px) {
        .section1 .browser ul li {
          display: block;
          margin: 0 auto 26px auto; } }
      @media all and (max-width: 768px) {
        .section1 .browser ul li {
          float: left;
          width: 270px;
          margin: 0 auto; } }
      .section1 .browser ul li .step {
        display: block;
        width: 116px;
        margin: 0 auto 8px auto; }
        @media all and (max-width: 768px) {
          .section1 .browser ul li .step {
            width: 102px;
            margin-bottom: 12px; } }
      .section1 .browser ul li .img {
        display: block;
        width: 100%;
        margin: 0 auto; }
      .section1 .browser ul li .line1 {
        display: block;
        position: absolute;
        width: 58px;
        left: 0;
        top: 65px; }
        @media all and (max-width: 768px) {
          .section1 .browser ul li .line1 {
            width: 26px;
            top: 75px; } }
      .section1 .browser ul li .line2 {
        display: block;
        position: absolute;
        width: 60px;
        right: -40px;
        top: 100px; }
        @media all and (max-width: 768px) {
          .section1 .browser ul li .line2 {
            width: 34px;
            top: 75px;
            right: -15px; } }
  .section1 .slick-list {
    overflow: visible; }
  .section1 .slick-slide {
    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;
    pointer-events: none; }
    .section1 .slick-slide.slick-active {
      opacity: 1;
      pointer-events: all; }
  .section1 .slick-arrow {
    position: absolute;
    top: 60%;
    width: 30px;
    height: 30px;
    background: url(../images/section2_arrow.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px; }
    .section1 .slick-arrow.slick-prev {
      left: -35px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .section1 .slick-arrow.slick-next {
      right: -35px; }
    .section1 .slick-arrow.slick-disabled {
      opacity: 0.3 !important;
      cursor: not-allowed !important;
      pointer-events: none !important; }

.section2 {
  width: 100%;
  max-width: 1210px;
  height: 830px;
  background: url(../images/section2_passport.png) center no-repeat;
  background-size: auto 94%;
  padding: 77px 130px 0 130px;
  margin: 0 auto;
  border-radius: 20px;
  position: relative; }
  @media (max-width: 1024px) {
    .section2 {
      background: url(../images/section2_passport-p.png) center no-repeat;
      background-size: 100% 100%;
      max-width: 645px;
      height: 760px;
      padding: 72px 50px 0 50px;
      overflow: hidden; } }
  @media all and (max-width: 768px) {
    .section2 {
      background: url(../images/section2_passport-m.png) center no-repeat;
      background-size: 100% 100%;
      max-width: 360px;
      width: 95%;
      height: 702px;
      padding: 40px 20px 0; } }
  .section2 small {
    margin: 12px auto 0 auto; }
    .section2 small br.mobile {
      display: none; }
    @media (max-width: 1024px) {
      .section2 small {
        font-size: 16px;
        line-height: 35px; } }
    @media all and (max-width: 768px) {
      .section2 small {
        line-height: 25px;
        font-size: 14px; }
        .section2 small br.mobile {
          display: block; } }
  .section2 + img {
    display: block;
    width: 100%;
    margin: -100px auto; }
    @media (max-width: 1024px) {
      .section2 + img {
        margin: 0 auto; } }
  .section2 .form {
    padding-top: 20px;
    width: 100%; }
    @media (max-width: 1024px) {
      .section2 .form {
        padding-top: 24px; } }
    .section2 .form label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 28px; }
      @media all and (max-width: 768px) {
        .section2 .form label {
          font-size: 14px;
          margin-bottom: 4px;
          display: block; } }
      .section2 .form label span {
        display: inline-block;
        vertical-align: middle;
        width: 150px;
        text-wrap: nowrap; }
        .section2 .form label span i {
          font-style: normal;
          color: #f4694a; }
        @media all and (max-width: 768px) {
          .section2 .form label span {
            display: block;
            width: 100%; } }
      .section2 .form label input[type='text'] {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 156px);
        border-radius: 40px;
        border: 1px solid #000;
        height: 48px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 48px; }
        @media all and (max-width: 768px) {
          .section2 .form label input[type='text'] {
            padding-left: 12px; } }
        .section2 .form label input[type='text'].sm {
          width: calc(100% - 330px);
          padding-left: 20px; }
          @media all and (max-width: 768px) {
            .section2 .form label input[type='text'].sm {
              padding-left: 12px; } }
        @media all and (max-width: 768px) {
          .section2 .form label input[type='text'] {
            display: block;
            width: 100%;
            margin: 0 0 12px 0;
            height: 38px; }
            .section2 .form label input[type='text'].sm {
              display: inline-block;
              vertical-align: middle;
              width: 45%;
              margin-bottom: 0; } }
      .section2 .form label .number {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        width: 95px; }
        @media all and (max-width: 768px) {
          .section2 .form label .number {
            margin: 0 8px; } }
      .section2 .form label .reload {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
        @media all and (max-width: 768px) {
          .section2 .form label .reload {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            position: relative;
            bottom: -14px;
            max-width: 32px;
            height: 32px; } }
        .section2 .form label .reload.on #reload-arrow {
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .section2 .form label.check {
        padding-top: 28px;
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        position: relative;
        padding-left: 28px;
        font-size: 16px;
        line-height: 24px;
        cursor: pointer;
        display: inline-block; }
        @media (max-width: 1024px) {
          .section2 .form label.check {
            padding-top: 1em;
            font-size: 14px;
            line-height: 19px;
            padding-left: 20px;
            margin-top: 1em;
            text-align: justify; } }
        @media all and (max-width: 768px) {
          .section2 .form label.check {
            margin-bottom: 1em; } }
        .section2 .form label.check a {
          text-decoration: underline;
          font-weight: 700;
          color: #2d2d2d; }
          .section2 .form label.check a:hover {
            text-decoration: none; }
        .section2 .form label.check input[type='checkbox'] {
          display: none; }
          .section2 .form label.check input[type='checkbox'] + i {
            display: block;
            width: 26px;
            height: 26px;
            background: url(../images/check-box.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: 0;
            top: 28px; }
            @media (max-width: 1024px) {
              .section2 .form label.check input[type='checkbox'] + i {
                left: -8px;
                top: 10px; } }
          .section2 .form label.check input[type='checkbox']:checked + i {
            background: url(../images/check-box-checked.png) no-repeat;
            background-size: 100% 100%; }
    .section2 .form button {
      display: block;
      width: 260px;
      height: 73px;
      background: url(../images/form_btn.png) no-repeat;
      background-size: 100% 100%;
      margin: 20px auto 0 auto;
      cursor: pointer; }
      @media all and (max-width: 768px) {
        .section2 .form button {
          width: 148px;
          height: 42px;
          margin-top: 0; } }
  .section2__cloud {
    background: url(../images/section2_cloud.png) top center no-repeat;
    background-size: 100% auto;
    position: relative; }
    @media (max-width: 1024px) {
      .section2__cloud {
        background: url(../images/section2_cloud-m.png) top center no-repeat;
        background-size: 100% auto; } }
  .section2::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    z-index: 20;
    border-radius: 20px; }
    @media (max-width: 1024px) {
      .section2::after {
        border-radius: 20px;
        height: 745px; } }
    @media all and (max-width: 768px) {
      .section2::after {
        height: 100%; } }
  .section2 .end-txt {
    position: absolute;
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    border-radius: 20px;
    background-color: #fff;
    z-index: 22;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    padding: 100px 40px; }
    @media (max-width: 1024px) {
      .section2 .end-txt {
        max-width: 400px;
        font-size: 20px;
        padding: 60px 20px; } }
    @media all and (max-width: 768px) {
      .section2 .end-txt {
        padding: 20px;
        font-size: 16px;
        max-width: 280px; } }
    @media (max-width: 1024px) {
      .section2 .end-txt p {
        text-align: center; } }

.section3__cloud {
  background: url(../images/section3_cloud.png) top 250px center no-repeat;
  background-size: 2048px auto;
  position: relative; }
  @media (max-width: 1024px) {
    .section3__cloud {
      background: url(../images/section3_cloud-m.png) top center no-repeat;
      background-size: 100% 100%; } }

.section3 h3 {
  font-size: 24px;
  line-height: 45px; }
  .section3 h3 .desktop {
    display: block; }
  .section3 h3 .mobile {
    display: none; }
  @media (max-width: 1024px) {
    .section3 h3 .desktop {
      display: none; }
    .section3 h3 .mobile {
      display: block; } }
  @media all and (max-width: 768px) {
    .section3 h3 {
      font-size: 14px;
      line-height: 25px; } }
  .section3 h3 b {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #dc4628;
    font-weight: 900;
    font-size: 24px;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    position: relative; }
    @media all and (max-width: 768px) {
      .section3 h3 b {
        font-size: 14px; } }

.section3 .box {
  width: 100%;
  max-width: 1210px;
  height: 435px;
  background: url(../images/section3_box.png) center no-repeat;
  background-size: auto 100%;
  padding: 115px 50px 0 50px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: visible; }
  @media (max-width: 1024px) {
    .section3 .box {
      background: url(../images/section3_box-p.png) no-repeat;
      background-size: 100% 100%;
      max-width: 660px;
      height: 350px;
      padding: 42px 20px 0 20px; } }
  @media all and (max-width: 768px) {
    .section3 .box {
      background: url(../images/section3_box-m.png) no-repeat;
      background-size: 100% 100%;
      max-width: 344px;
      height: 266px;
      padding: 40px 10px 0 10px; } }
  .section3 .box .money {
    display: block;
    width: 300px;
    position: absolute;
    left: -88px;
    bottom: -41px;
    -webkit-animation: iconRotate 2s ease-in-out infinite;
    animation: iconRotate 2s ease-in-out infinite; }
    @media (max-width: 1024px) {
      .section3 .box .money {
        width: 180px;
        left: -40px;
        bottom: -50px; } }
    @media all and (max-width: 768px) {
      .section3 .box .money {
        width: 120px;
        left: 0;
        bottom: -40px; } }
  .section3 .box .card {
    display: block;
    width: 290px;
    position: absolute;
    right: -70px;
    bottom: -5px;
    -webkit-animation: iconRotate 2s ease-in-out infinite;
    animation: iconRotate 2s ease-in-out infinite; }
    @media (max-width: 1024px) {
      .section3 .box .card {
        width: 180px;
        right: -40px;
        bottom: -50px; } }
    @media all and (max-width: 768px) {
      .section3 .box .card {
        width: 140px;
        right: -20px;
        bottom: -40px; } }
  .section3 .box h2 {
    display: block;
    font-size: 36px;
    font-weight: 900;
    line-height: 52px;
    margin-bottom: 5px; }
    @media all and (max-width: 768px) {
      .section3 .box h2 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 15px; } }
  .section3 .box small {
    display: block;
    font-size: 16px;
    line-height: 24px; }
    @media all and (max-width: 768px) {
      .section3 .box small {
        font-size: 12px;
        line-height: 18px; } }

.section3 .mask {
  position: relative; }
  @media (max-width: 1024px) {
    .section3 .mask {
      max-width: 768px;
      margin: 0 auto; } }
  .section3 .mask:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background: url(../images/section3_list_mask.png) no-repeat;
    background-size: 100% 100%;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .section3 .mask:before {
        display: none; } }

.section3 .list {
  text-align: center;
  margin: 30px auto 0;
  position: relative; }
  @media all and (max-width: 768px) {
    .section3 .list {
      max-width: 300px; } }
  .section3 .list li {
    display: inline-block;
    vertical-align: top;
    max-width: 276px;
    margin: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .section3 .list li {
        width: 212px;
        margin: 0 20px;
        padding-top: 0; } }
    .section3 .list li img {
      display: block;
      width: 100%;
      margin: 0 auto -10px auto; }
    .section3 .list li:nth-of-type(1), .section3 .list li:nth-of-type(3) {
      margin-top: 80px; }
      @media (max-width: 1024px) {
        .section3 .list li:nth-of-type(1), .section3 .list li:nth-of-type(3) {
          margin-top: 0; } }
  .section3 .list .slick-arrow {
    width: 40px;
    height: 40px;
    background: url(../images/section3_arrow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 1024px) {
      .section3 .list .slick-arrow {
        top: 37%; } }
    @media all and (max-width: 768px) {
      .section3 .list .slick-arrow {
        width: 45px;
        height: 45px;
        top: 45%; } }
    .section3 .list .slick-arrow.slick-prev {
      left: 26%;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media all and (max-width: 768px) {
        .section3 .list .slick-arrow.slick-prev {
          left: -10px; } }
    .section3 .list .slick-arrow.slick-next {
      right: 26%; }
      @media all and (max-width: 768px) {
        .section3 .list .slick-arrow.slick-next {
          right: -10px; } }
  @media (max-width: 1024px) {
    .section3 .list .slick-track {
      padding-top: 100px; } }
  @media all and (max-width: 768px) {
    .section3 .list .slick-track {
      padding-top: 0; } }
  .section3 .list .slick-cloned {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  @media (max-width: 1024px) {
    .section3 .list .slick-center {
      -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      transform: translateY(-100px); } }
  @media all and (max-width: 768px) {
    .section3 .list .slick-center {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media (max-width: 1024px) {
    .section3 .list .slick-list {
      overflow: visible !important; } }
  @media all and (max-width: 768px) {
    .section3 .list .slick-list {
      overflow: hidden !important; } }

.section3 h2, .section3 h3 {
  background: unset;
  padding: 0; }

.link_btn {
  display: inline-block;
  color: #84593a;
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  position: relative; }
  @media (max-width: 1024px) {
    .link_btn {
      font-size: 16px;
      line-height: 18px;
      margin-top: 25px; } }
  .link_btn i {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(../images/btn_arrow.png) no-repeat;
    background-size: 100% 100%;
    margin: 7px 12px 0 0; }
    @media (max-width: 1024px) {
      .link_btn i {
        margin: 2px 8px 0 0; } }
  .link_btn:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #84593a;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .link_btn:hover:after {
    width: 100%; }

.collapse-txt {
  max-width: 1297px;
  background: url(../images/accordion_bg.png) top center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding-bottom: 100px; }
  @media (max-width: 1024px) {
    .collapse-txt {
      background: url(../images/accordion_bg-m.png) top center no-repeat;
      background-size: 100% auto; } }
  .collapse-txt.active {
    padding-bottom: 150px; }
    @media (max-width: 1024px) {
      .collapse-txt.active {
        padding-bottom: 50px; } }
    .collapse-txt.active > a {
      background: url(../images/accordion_open.png) no-repeat;
      background-size: 100% 100%; }
      @media (max-width: 1024px) {
        .collapse-txt.active > a {
          background: url(../images/accordion_open-p.png) no-repeat;
          background-size: 100% 100%; } }
      @media all and (max-width: 768px) {
        .collapse-txt.active > a {
          background: url(../images/accordion_open-m.png) no-repeat;
          background-size: 100% 100%; } }
      .collapse-txt.active > a img {
        opacity: 0; }
  .collapse-txt > a {
    display: block;
    width: 840px;
    margin: 0 auto;
    position: relative;
    left: -20px; }
    .collapse-txt > a img {
      display: block;
      width: 100%; }
    @media (max-width: 1024px) {
      .collapse-txt > a {
        background: url(../images/accordion_close-p.png) no-repeat;
        background-size: 100% 100%;
        width: 630px;
        height: 52px; }
        .collapse-txt > a img {
          opacity: 0; } }
    @media all and (max-width: 768px) {
      .collapse-txt > a {
        background: url(../images/accordion_close-m.png) no-repeat;
        background-size: 100% 100%;
        width: 340px;
        height: 60px; } }
    @media (max-width: 330px) {
      .collapse-txt > a {
        left: -1.5em; } }
  .collapse-txt .txt-main {
    display: none;
    border-radius: 0 0 20px 20px;
    border: 2px solid #c0aea2;
    background: #fff;
    width: 755px;
    max-height: 700px;
    margin: 0 auto;
    padding: 0 5px;
    font-weight: 400; }
    @media (max-width: 1024px) {
      .collapse-txt .txt-main {
        width: 560px;
        max-height: 684px; } }
    @media all and (max-width: 768px) {
      .collapse-txt .txt-main {
        width: 300px;
        max-height: 70svh; } }
    .collapse-txt .txt-main > div {
      padding: 5px 20px 0 20px;
      text-align: center;
      overflow: auto;
      max-height: 650px;
      overflow: hidden;
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: #bd8541 transparent; }
      .collapse-txt .txt-main > div::-webkit-scrollbar {
        width: 10px; }
      .collapse-txt .txt-main > div::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 50px; }
      .collapse-txt .txt-main > div::-webkit-scrollbar-thumb {
        background: #bd8541;
        border-radius: 50px; }
        .collapse-txt .txt-main > div::-webkit-scrollbar-thumb:hover {
          background: #976a34; }
      .collapse-txt .txt-main > div::-webkit-scrollbar-corner {
        background: transparent; }
      @media (max-width: 1024px) {
        .collapse-txt .txt-main > div {
          padding: 5px 4px 0 4px;
          max-height: calc(70svh - 50px); } }
      .collapse-txt .txt-main > div h3 {
        display: block;
        text-align: center;
        padding: 20px 0;
        position: relative;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        color: #bd8541;
        line-height: 24px;
        background: unset; }
        .collapse-txt .txt-main > div h3:before {
          content: '';
          display: block;
          width: 86px;
          height: 2px;
          background: url(../images/accordion_line.png) no-repeat;
          background-size: 100% 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
        .collapse-txt .txt-main > div h3:after {
          content: '';
          display: block;
          width: 20px;
          height: 20px;
          background: url(../images/accordion_arrow.png) no-repeat;
          background-size: 100% 100%;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          display: inline-block;
          vertical-align: top;
          margin: 2px 0 0 10px; }
        .collapse-txt .txt-main > div h3.active:before {
          display: none; }
        .collapse-txt .txt-main > div h3.active:after {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
        .collapse-txt .txt-main > div h3.active + .detail {
          display: block; }
      .collapse-txt .txt-main > div .detail {
        display: none;
        font-size: 14px;
        line-height: 21px;
        text-align: left;
        padding-bottom: 20px;
        position: relative; }
        .collapse-txt .txt-main > div .detail:after {
          content: '';
          display: block;
          width: 86px;
          height: 2px;
          background: url(../images/accordion_line.png) no-repeat;
          background-size: 100% 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
        .collapse-txt .txt-main > div .detail title {
          width: 90px;
          line-height: 29px;
          display: block;
          background: url(../images/accordion_title_sm.png) no-repeat;
          background-size: 100% 100%;
          margin: 20px 0 10px 0;
          text-align: center; }
          .collapse-txt .txt-main > div .detail title.lg {
            background: url(../images/accordion_title.png) no-repeat;
            background-size: 100% 100%;
            width: 190px; }
        .collapse-txt .txt-main > div .detail .color {
          color: #eb4426; }
        .collapse-txt .txt-main > div .detail > ol.none li {
          list-style: none;
          margin-left: 0;
          padding-left: 25px; }
          .collapse-txt .txt-main > div .detail > ol.none li:before {
            content: '※';
            position: absolute;
            left: 0;
            top: 1px; }
        .collapse-txt .txt-main > div .detail > ol > li {
          margin: 5px auto;
          list-style: decimal;
          margin-left: 30px;
          position: relative;
          text-align: justify; }
          .collapse-txt .txt-main > div .detail > ol > li a {
            text-decoration: underline;
            font-weight: 700;
            color: #3f48a0; }
            .collapse-txt .txt-main > div .detail > ol > li a:hover {
              text-decoration: none; }
          .collapse-txt .txt-main > div .detail > ol > li em {
            font-style: normal; }
          .collapse-txt .txt-main > div .detail > ol > li span {
            display: block;
            border-radius: 20px;
            background: rgba(247, 235, 228, 0.5);
            padding: 12px;
            margin: 10px auto;
            color: #7c6351; }
          .collapse-txt .txt-main > div .detail > ol > li .table {
            overflow: auto; }
            @media (max-width: 1024px) {
              .collapse-txt .txt-main > div .detail > ol > li .table {
                margin-left: -30px; } }
            .collapse-txt .txt-main > div .detail > ol > li .table h4 {
              display: block;
              text-align: center;
              color: #7c6351;
              font-size: 14px;
              line-height: 21px;
              padding: 10px 0;
              margin: 30px auto 0 auto; }
            .collapse-txt .txt-main > div .detail > ol > li .table table {
              width: 100%;
              min-width: 600px;
              margin: 0 auto 20px auto;
              border-collapse: collapse;
              border-spacing: 0; }
              .collapse-txt .txt-main > div .detail > ol > li .table table.left tr td {
                text-align: left; }
                .collapse-txt .txt-main > div .detail > ol > li .table table.left tr td:last-of-type {
                  text-align: center; }
              .collapse-txt .txt-main > div .detail > ol > li .table table tr th {
                background: #c12d2d;
                -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                color: #fff;
                font-weight: 500;
                padding: 10px;
                text-align: center;
                vertical-align: middle;
                white-space: nowrap; }
                .collapse-txt .txt-main > div .detail > ol > li .table table tr th:first-of-type {
                  border-radius: 10px 0 0 0; }
                .collapse-txt .txt-main > div .detail > ol > li .table table tr th:last-of-type {
                  border-radius: 0 10px 0 0; }
              .collapse-txt .txt-main > div .detail > ol > li .table table tr td {
                border: 1px solid rgba(124, 99, 81, 0.79);
                color: #7c6351;
                padding: 10px;
                text-align: center;
                vertical-align: middle; }
                .collapse-txt .txt-main > div .detail > ol > li .table table tr td.nowrap {
                  white-space: nowrap; }
              .collapse-txt .txt-main > div .detail > ol > li .table table tr:last-of-type td:first-of-type {
                border-radius: 0 0 0 10px; }
              .collapse-txt .txt-main > div .detail > ol > li .table table tr:last-of-type td:last-of-type {
                border-radius: 0 0 10px 0; }
          .collapse-txt .txt-main > div .detail > ol > li > ol {
            counter-reset: sub-item; }
            .collapse-txt .txt-main > div .detail > ol > li > ol > li {
              margin: 5px auto;
              margin-left: 30px;
              list-style: none;
              position: relative; }
              .collapse-txt .txt-main > div .detail > ol > li > ol > li:before {
                content: "(" counter(sub-item) ") ";
                counter-increment: sub-item;
                position: absolute;
                left: -30px; }
              .collapse-txt .txt-main > div .detail > ol > li > ol > li > ul li {
                margin: 5px auto;
                margin-left: 25px;
                list-style: disc; }
        .collapse-txt .txt-main > div .detail__list {
          color: #3f48a0;
          text-decoration: underline;
          margin-left: 9px;
          font-weight: bold; }
      .collapse-txt .txt-main > div > div:last-of-type h3:before {
        display: none; }
      .collapse-txt .txt-main > div > div:last-of-type .detail:after {
        display: none; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

h4.step-desc {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 24px; }
  @media all and (max-width: 768px) {
    h4.step-desc {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 12px; }
      h4.step-desc br {
        display: none; } }
