@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 16px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none !important;
  -webkit-overflow-scrolling: touch; }
  body.is-stick {
    position: fixed;
    width: 100%; }
    body.is-stick.is-stick-scroll {
      overflow-y: scroll; }

html, body {
  scroll-behavior: smooth; }

::selection {
  color: #fff;
  background-color: #36c; }

h1, h2, h3, h4, p, figure {
  margin: 0; }

ul, ol, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

*, :after, :before {
  box-sizing: border-box; }

input::placeholder,
textarea::placeholder {
  color: #bbb; }

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: color .4s; }
  a:hover {
    color: #2b78d9;
    text-decoration: none; }

.rui-imgover {
  display: block;
  position: relative; }
  .rui-imgover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.95) 100%);
    transition: opacity 0.4s ease-in-out; }
  .rui-imgover:hover:after {
    opacity: .2; }

.rui-gotop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 1rem;
  right: .5rem;
  z-index: 999;
  margin-bottom: 0;
  width: 2.2rem;
  height: 2.2rem;
  text-decoration: none;
  background-color: rgba(32, 28, 43, 0.6);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, opacity .3s, visibility .3s, bottom .3s; }
  html.ios .rui-gotop {
    -webkit-tap-highlight-color: transparent; }
  .rui-gotop.icon-gotop:before {
    content: "\e908";
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.9); }
  .rui-gotop.is-visible {
    opacity: 1;
    visibility: visible; }

.rui-button__gray, .rui-button__green {
  position: relative;
  color: initial;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s;
  /*  @include appearance(none); */ }
  .rui-button__gray:after, .rui-button__green:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    transform: scale(0.5);
    transform-origin: 0 0; }
  .rui-button__gray:disabled, .rui-button__green:disabled {
    cursor: not-allowed; }

.rui-button {
  /*&__warn {
      @extend %weui-button;
      color: #fff;
      background-color: #e64340;
      &:hover {
          color: rgba(#fff, .8);
          background-color: #ce3c39;
      }
      &:disabled {
          color: rgba(#fff, .6);
          background-color: #ec8b89;
      }
  }*/ }
  .rui-button__blue {
    color: #fff;
    text-decoration: none;
    border: 0;
    background-color: #4b8df8;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s; }
    .rui-button__blue:hover {
      color: rgba(255, 255, 255, 0.8);
      background-color: #2e7af7; }
  .rui-button__gray {
    color: #333;
    background-color: #f5f5f5; }
    .rui-button__gray:hover {
      color: rgba(51, 51, 51, 0.6);
      background-color: #ececec; }
    .rui-button__gray:disabled {
      color: rgba(51, 51, 51, 0.6);
      background-color: #f8f8f8; }
  .rui-button__green {
    color: #fff;
    background-color: #1aad19; }
    .rui-button__green:hover {
      color: rgba(255, 255, 255, 0.6);
      background-color: #179b16; }
    .rui-button__green:disabled {
      color: rgba(255, 255, 255, 0.6);
      background-color: #9ed99d; }

.rui-loader.has-mask, .rui-modal.has-mask, .rui-modal-sidebar {
  background-color: rgba(32, 28, 43, 0.6); }

.rui-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999; }
  .rui-loader.has-mask {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); }
  .rui-loader.is-light.has-title .rui-loader__title {
    color: initial; }
  .rui-loader.is-light .rui-loader__container {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.78); }
  .rui-loader.is-light .rui-loader__spin > div > span {
    background-color: #333; }
  .rui-loader.has-title .rui-loader__spin {
    margin-top: -5px; }
  .rui-loader.has-title .rui-loader__title {
    display: block;
    margin-top: 0;
    line-height: 1; }
  .rui-loader__closetips {
    position: absolute;
    top: .5em;
    z-index: 2;
    font-size: 1rem;
    color: #fff; }
  .rui-loader__close {
    position: absolute;
    bottom: .5em;
    left: .5em;
    color: rgba(255, 255, 255, 0.7);
    transition: color .4s; }
    .rui-loader__close:hover {
      color: #fff; }
    .rui-loader__close:before {
      content: "\e694";
      font-size: 1.3em; }
  .rui-loader__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 5.8rem;
    height: 5.8rem;
    background-color: rgba(0, 0, 0, 0.78);
    border-radius: 10px; }
  .rui-loader__title {
    display: none;
    padding: 0 5px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .rui-loader__spin {
    margin: 0 auto;
    padding: 35px;
    vertical-align: middle; }
    .rui-loader__spin > div > span {
      background-color: #fff; }
  .rui-loader__spinner {
    position: relative;
    top: -9px;
    left: -9px; }
    .rui-loader__spinner > span {
      position: absolute;
      margin: 2px;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      animation-fill-mode: both; }
      .rui-loader__spinner > span:nth-child(1) {
        top: 24px;
        left: 0;
        animation: ball-spin-fade-loader 1s -.96s infinite linear; }
      .rui-loader__spinner > span:nth-child(2) {
        top: 16.05px;
        left: 16.05px;
        animation: ball-spin-fade-loader 1s -.84s infinite linear; }
      .rui-loader__spinner > span:nth-child(3) {
        top: 0;
        left: 24px;
        animation: ball-spin-fade-loader 1s -.72s infinite linear; }
      .rui-loader__spinner > span:nth-child(4) {
        top: -12.05px;
        left: 16.05px;
        animation: ball-spin-fade-loader 1s -.6s infinite linear; }
      .rui-loader__spinner > span:nth-child(5) {
        top: -20px;
        left: 0;
        animation: ball-spin-fade-loader 1s -.48s infinite linear; }
      .rui-loader__spinner > span:nth-child(6) {
        top: -12.05px;
        left: -12.05px;
        animation: ball-spin-fade-loader 1s -.36s infinite linear; }
      .rui-loader__spinner > span:nth-child(7) {
        top: 0;
        left: -20px;
        animation: ball-spin-fade-loader 1s -.24s infinite linear; }
      .rui-loader__spinner > span:nth-child(8) {
        top: 16.05px;
        left: -12.05px;
        animation: ball-spin-fade-loader 1s -.12s infinite linear; }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    transform: scale(0.4); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.rui-modal {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99990;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); }
  .rui-modal.is-center {
    align-items: center; }
    .rui-modal.is-center .rui-modal__container {
      margin-top: initial; }
  .rui-modal > .rui-modal__button {
    position: absolute;
    top: 2em;
    right: 2em;
    z-index: 1;
    font-size: 1.05em; }
    .rui-modal > .rui-modal__button:focus:not(:focus-visible) {
      outline: 0; }
  .rui-modal__container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 12.5em;
    min-width: 640px;
    max-width: 99%;
    max-height: 99%;
    max-width: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: bounceIn .15s both; }
    .rui-modal__container.is-closing {
      animation-name: bounceOut; }
    .rui-modal__container.is-full {
      width: 99%;
      height: 99%;
      overflow: hidden; }
  .rui-modal-header {
    display: flex;
    justify-content: space-between;
    padding: 12px 22px;
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
    border-radius: 4px; }
    .rui-modal-header__title {
      flex: 1;
      margin: 0;
      min-width: 0;
      font-size: 1.0625rem;
      font-weight: normal;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .rui-modal__body {
    font-size: 1em; }
  .rui-modal__setlayout .o-icon {
    margin-left: .5em;
    font-size: 1rem;
    text-decoration: none;
    color: #999; }
    .rui-modal__setlayout .o-icon:hover {
      color: #2b78d9; }
    .rui-modal__setlayout .o-icon:before {
      font-size: .925em; }
  .rui-modal__setlayout .icon-close:before {
    content: "\e70c"; }
  .rui-modal__iframe {
    flex: 1; }

@media only screen and (max-width: 768px) {
  .rui-modal__container {
    align-self: center;
    margin-top: initial;
    min-width: 98%; } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes bounceOut {
  100% {
    opacity: 0;
    transform: scale(0.8); }
  30% {
    transform: scale(1.05); }
  0% {
    transform: scale(1); } }
.rui-modal-sidebar {
  justify-content: inherit;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity .3s, visibility .3s; }
  .rui-modal-sidebar.is-active {
    opacity: 1;
    visibility: visible; }
    .rui-modal-sidebar.is-active .rui-modal-sidebar__container {
      transform: translateX(0); }
  .rui-modal-sidebar[hidden] {
    display: none; }
  .rui-modal-sidebar__container {
    flex: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: transform .4s ease-out; }
    .rui-modal-sidebar__container.bounceInLeft {
      transform: translateX(-100%); }
    .rui-modal-sidebar__container.bounceInRight {
      transform: translateX(100%); }
    .rui-modal-sidebar__container.bounceInUp {
      transform: translateY(-100%); }
    .rui-modal-sidebar__container.bounceInDown {
      transform: translateY(100%); }
  .rui-modal-sidebar__header {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0;
    height: 2.5rem;
    font-weight: normal;
    background-color: #fff; }
    .rui-modal-sidebar__header--fixed {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1; }

@font-face {
  font-family: "iconfont";
  font-display: swap;
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"); }
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
  line-height: 1;
  font-family: iconfont, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:disabled {
  border-color: transparent !important;
  background-color: #eee !important;
  color: #ababab !important;
  cursor: not-allowed !important; }

img.lazyload:not([src]) {
  visibility: hidden; }
img.lazyload--blur {
  filter: blur(5px);
  transition: .5s; }
  img.lazyload--blur.lazyloaded {
    filter: blur(0); }

.icon-spin-rotate {
  display: inline-block;
  font-style: normal; }
  .icon-spin-rotate:before {
    content: "\e790";
    display: inline-block;
    animation: spin-rotate 1.2s linear 0s infinite; }

@keyframes spin-rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.base-wrapper {
  margin: auto;
  max-width: 1300px;
  min-width: 320px; }

.headroom {
  transition: transform .25s ease-in-out;
  will-change: transform; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.base-header {
  position: sticky;
  -webkit-position: sticky;
  top: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); }

.base-headbar {
  display: flex;
  align-items: center;
  padding: 0 .5em;
  height: 64px; }
  .base-headbar__icons > * {
    padding: 5px;
    font-size: 1.5em;
    font-weight: bold;
    color: #2b78d9; }
    .base-headbar__icons > * + * {
      margin-left: 16px; }
  .base-headbar__icons .icon-menu {
    display: none; }
    .base-headbar__icons .icon-menu:before {
      content: "\e601"; }

.base-logo {
  display: block; }
  .base-logo:hover .base-logo__image {
    will-change: transform; }
  .base-logo__image {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform .6s ease-in-out; }
    .base-logo__image:hover {
      transform: scale(1.04); }
  .base-logo__title {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden; }

.base-navbar {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%; }
  .base-navbar__item {
    display: flex;
    position: relative;
    margin: 0 1em;
    height: 100%; }
    .base-navbar__item:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 3px;
      background-color: #2b78d9;
      transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
    .base-navbar__item:hover:before {
      left: 0;
      width: 100%; }
    .base-navbar__item:hover > a {
      color: #2b78d9; }
    .base-navbar__item:hover .base-ddmenu {
      z-index: 1;
      opacity: 1;
      visibility: visible;
      transform: rotate3d(0, 0, 0, 0); }
    .base-navbar__item.is-current > a {
      font-weight: 500;
      color: #2b78d9; }
    .base-navbar__item > a {
      display: flex;
      align-items: center;
      font-size: 1.15em;
      text-align: center;
      text-shadow: 1px 1px #fff; }
      .base-navbar__item > a[href="javascript:"] {
        cursor: default; }

.base-ddmenu {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  z-index: -1;
  margin-left: calc(-160px / 2);
  width: 160px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0;
  /*perspective: 500px;
  transform-style: preserve-3d;*/
  transition: transform .3s ease-in, opacity .3s ease-in, visibility .3s ease-in; }
  .base-ddmenu__alinks {
    display: flex;
    flex-direction: column; }
    .base-ddmenu__alinks > a {
      position: relative;
      padding: 0 6px;
      font-size: 1.03em;
      line-height: 2.6em;
      color: rgba(51, 51, 51, 0.7);
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      border-bottom: 1px solid #f2f2f2;
      transition: .3s; }
      .base-ddmenu__alinks > a:last-child {
        border-bottom-color: transparent; }
      .base-ddmenu__alinks > a:hover {
        color: #fff;
        background-color: #2b78d9; }
      .base-ddmenu__alinks > a:first-child {
        border-radius: 4px 4px 0 0; }
      .base-ddmenu__alinks > a:last-child {
        border-radius: 0 0 4px 4px; }

.sidr-menu__container {
  left: 45%;
  color: #fff;
  background-color: #2e2e2e; }
.sidr-menu a {
  color: inherit;
  text-decoration: none;
  outline: 0; }
.sidr-menu__lists {
  position: relative;
  height: 100%;
  font-size: 1.125rem;
  overflow: auto;
  scroll-snap-type: y mandatory; }
.sidr-menu__item {
  position: relative; }
  .sidr-menu__item.is-extend .sidr-menu__alink:after {
    transform: rotate(-45deg); }
  .sidr-menu__item:before {
    content: "";
    position: absolute;
    color: #e5e5e5;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    transform-origin: 0 0;
    transform: scaleY(0.5);
    box-sizing: content-box;
    pointer-events: none;
    backface-visibility: hidden;
    left: .7em;
    border-color: rgba(136, 136, 136, 0.3); }
  .sidr-menu__item:first-child:before {
    left: initial; }
  .sidr-menu__item:last-child:after {
    content: "";
    position: absolute;
    color: #e5e5e5;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    transform-origin: 0 100%;
    transform: scaleY(0.5);
    box-sizing: content-box;
    pointer-events: none;
    backface-visibility: hidden;
    border-color: rgba(136, 136, 136, 0.4); }
.sidr-menu__alink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px .7em;
  line-height: 1.45; }
  .sidr-menu__alink > * {
    flex: 1;
    margin-right: .7em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden; }
  .sidr-menu__alink.has-child:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-style: solid;
    border-color: #c8c8c8;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    vertical-align: 1px;
    width: .5em;
    height: .5em;
    border-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    transition: transform .3s; }
.sidr-menu__child {
  height: 0;
  font-size: .95em;
  background-color: #343434;
  transition: height .3s;
  overflow: hidden; }
  .sidr-menu__child > * {
    display: block;
    position: relative;
    padding: 12px 1.5em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5) !important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .sidr-menu__child > *:before {
      content: "";
      position: absolute;
      color: #e5e5e5;
      top: 0;
      right: 0;
      left: 0;
      height: 1px;
      border-top: 1px solid #e5e5e5;
      transform-origin: 0 0;
      transform: scaleY(0.5);
      box-sizing: content-box;
      pointer-events: none;
      backface-visibility: hidden;
      left: .7em;
      border-color: rgba(136, 136, 136, 0.25); }

.the-section {
  position: relative;
  padding: 3rem 0; }

.section-headgroup {
  margin-bottom: 3rem;
  padding: 0 1em;
  text-align: center; }
  .section-headgroup > * {
    font-weight: normal; }
  .section-headgroup--white {
    color: #fff; }
    .section-headgroup--white .section-headgroup__header:after {
      background-color: currentColor; }
    .section-headgroup--white .section-headgroup__subheaad {
      color: currentColor; }
  .section-headgroup__header {
    font-size: 1.75rem; }
    .section-headgroup__header:after {
      content: '';
      display: block;
      margin: .8em auto 0;
      width: 2.5em;
      height: 3px;
      background-color: #2b78d9; }
  .section-headgroup__subheaad {
    margin: 1.5em auto 0;
    width: 80%;
    font-size: 1rem;
    line-height: 1.7;
    color: #888; }

.base-footer {
  background-color: #444; }
  .base-footer a {
    color: currentColor; }
    .base-footer a:hover {
      color: #fff; }
  .base-footer__wrapper {
    padding: 2em 0; }
  .base-footer__copyright {
    line-height: 1.6;
    text-align: center;
    color: rgba(255, 255, 255, 0.5); }

.footer-contact {
  display: grid;
  grid-template-columns: 1fr 15%;
  margin-bottom: 1.5em;
  color: #fff; }
  .footer-contact__body {
    margin: 0 1em; }
  .footer-contact__header {
    margin-bottom: .6em;
    font-size: 1.05em;
    font-weight: normal;
    text-indent: .3em; }
    .footer-contact__header:after {
      content: "";
      display: block;
      margin-top: .6em;
      width: 15em;
      height: 1px;
      background-color: #fff;
      overflow: hidden; }
    .footer-contact__header .o-english {
      margin-left: 1em;
      color: rgba(255, 255, 255, 0.4);
      text-transform: uppercase; }
  .footer-contact__container {
    line-height: 1.7;
    font-size: .925em;
    color: rgba(255, 255, 255, 0.6); }
    .footer-contact__container .icon-phone:before {
      content: "";
      margin-right: .5em; }
    .footer-contact__container .icon-email:before {
      content: "";
      margin-right: .5em; }
    .footer-contact__container .icon-address:before {
      content: "";
      margin-right: .5em; }
  .footer-contact__qrcode {
    align-self: center;
    font-size: .9em;
    line-height: 1.4;
    text-align: center; }
  .footer-contact__qrcodeimage {
    margin-bottom: .5em;
    max-width: 100px;
    height: auto;
    vertical-align: middle; }

/* Wobble Horizontal */
@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px); }
  33.3% {
    transform: translateX(-6px); }
  49.95% {
    transform: translateX(4px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }
.hvr-wobble-horizontal:hover, .partner-swiper__alink:hover .partner-swiper__button, .hvr-wobble-horizontal:focus {
  animation: hvr-wobble-horizontal 1s ease-in-out 1; }

.desktop {
  /* pace.js Themes */ }
  .desktop .browsehappy {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    width: 100%;
    background: #fbe3e4;
    color: #8a1f11;
    text-align: center; }
    .desktop .browsehappy a {
      color: #8a1f11;
      text-decoration: underline;
      font-weight: bold; }
  .desktop .pace {
    pointer-events: none;
    user-select: none; }
    .desktop .pace.pace-inactive {
      display: none; }
    .desktop .pace .pace-progress {
      position: fixed;
      z-index: 2000;
      top: 0;
      right: 100%;
      width: 100%;
      height: 2px;
      background: rgba(34, 153, 221, 0.8); }
    .desktop .pace .pace-progress-inner {
      display: block;
      position: absolute;
      right: 0px;
      width: 100px;
      height: 100%;
      box-shadow: 0 0 10px rgba(34, 153, 221, 0.8), 0 0 5px rgba(34, 153, 221, 0.8);
      opacity: 1;
      transform: rotate(3deg) translate(0px, -4px); }
    .desktop .pace .pace-activity {
      display: block;
      position: fixed;
      z-index: 2000;
      top: 15px;
      right: 15px;
      width: 14px;
      height: 14px;
      border: solid 2px transparent;
      border-top-color: rgba(34, 153, 221, 0.8);
      border-left-color: rgba(34, 153, 221, 0.8);
      border-radius: 10px;
      animation: pace-spinner 400ms linear infinite; }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
  .desktop:not(.macos) {
    scrollbar-width: auto;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent; }
    .desktop:not(.macos) ::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .desktop:not(.macos) ::-webkit-scrollbar-track {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); }
    .desktop:not(.macos) ::-webkit-scrollbar-track:hover {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
      background-color: rgba(0, 0, 0, 0.01); }
    .desktop:not(.macos) ::-webkit-scrollbar-track:active {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
      background-color: rgba(0, 0, 0, 0.05); }
    .desktop:not(.macos) ::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }
    .desktop:not(.macos) ::-webkit-scrollbar-thumb:hover {
      background-color: rgba(0, 0, 0, 0.4);
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }
    .desktop:not(.macos) ::-webkit-scrollbar-thumb:active {
      background: rgba(0, 0, 0, 0.6); }

/* media query */
@media only screen and (max-width: 1024px) {
  .sidr-menu a[href]:active, .base-headbar__icons > a[href]:active {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); }

  html {
    background-color: #ccc; }
    html.ios body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05); }
    html.ios a[href]:active {
      background-image: initial; }

  .base-headbar {
    justify-content: space-between; }
    .base-headbar__icons {
      display: initial; }
      .base-headbar__icons .icon-menu {
        display: initial; }

  .base-navbar {
    display: none; } }
@media only screen and (max-width: 768px) {
  .footer-contact {
    grid-template-columns: 1fr; }
    .footer-contact__qrcode {
      display: none; } }
@media only screen and (max-width: 414px) {
  .section-headgroup__header {
    font-size: 1.625rem; }

  .base-headbar__icons > * {
    font-size: 1.3em; } }
.base-main > :nth-child(odd) {
  background-color: #f6f7f9; }

.banner-swiper {
  position: relative;
  z-index: 1;
  margin: 0 auto 0;
  max-width: 1920px; }
  .banner-swiper__slide.is-animated .banner-swiper__container {
    visibility: visible; }
  .banner-swiper__slide.is-animated .banner-slogan__row {
    animation: swoopInRight .5s both; }
    .banner-swiper__slide.is-animated .banner-slogan__row:nth-of-type(1) {
      text-indent: 0em;
      animation-delay: 0s; }
    .banner-swiper__slide.is-animated .banner-slogan__row:nth-of-type(2) {
      text-indent: 1em;
      animation-delay: 0.5s; }
    .banner-swiper__slide.is-animated .banner-slogan__row:nth-of-type(3) {
      text-indent: 2em;
      animation-delay: 1s; }
    .banner-swiper__slide.is-animated .banner-slogan__row:nth-of-type(4) {
      text-indent: 3em;
      animation-delay: 1.5s; }
  .banner-swiper__slide.is-animated .banner-slogan__title {
    animation: pullUp .8s both 1.4s;
    backface-visibility: hidden; }
  .banner-swiper__container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 2;
    max-width: 1300px;
    width: 100%;
    transform: translateX(-50%);
    visibility: hidden; }
    .banner-swiper__container[href="javascript:"] {
      cursor: default; }
    .banner-swiper__container:hover {
      color: currentColor; }
  .banner-swiper__image {
    display: block;
    margin: auto; }
    .banner-swiper__image > * {
      max-width: 100%;
      height: auto;
      vertical-align: middle; }
  .banner-swiper .swiper-pagination {
    bottom: 1.5em !important; }
    .banner-swiper .swiper-pagination .swiper-pagination-bullet {
      width: 1em;
      height: 10px;
      background-color: #fff;
      transition: .3s;
      border-radius: 30px; }
    .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
      width: 2em; }

.banner-slogan {
  margin-left: 8em;
  color: #fff;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3); }
  .banner-slogan__row {
    font-size: 1.75rem;
    line-height: 1.7; }
    .banner-slogan__row::first-letter {
      margin-right: .6em;
      font-size: 1.4em; }
  .banner-slogan__title {
    margin-top: 1em;
    font-size: 3rem; }

@keyframes swoopInRight {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1.5) translate3d(400px, 0, 0); }
  40% {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: scaleX(1.2) translate3d(0, 0, 0); }
  60% {
    transform: scaleX(1) translate3d(-20px, 0, 0); }
  100% {
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transform: scaleX(1) translate3d(0, 0, 0); } }
@keyframes pullUp {
  0% {
    transform: scale3d(0, 0, 0); }
  30% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1, 0, 1);
    transform-origin: center bottom; }
  100% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: scale3d(1, 1, 1); } }
.section-grids {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .section-grids__item {
    display: flex;
    flex-direction: column; }
    .section-grids__item:nth-child(even) .rui-imgover {
      order: 3; }
    .section-grids__item:hover .section-grids__image {
      transform: scale(1.05); }
    .section-grids__item:hover .section-grids__title {
      color: #2b78d9; }
    .section-grids__item:hover .section-grids__desc {
      opacity: .7; }
  .section-grids .rui-imgover {
    order: 1;
    overflow: hidden; }
  .section-grids__image {
    width: 100%;
    height: 200px;
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
    transition: transform .5s; }
  .section-grids__content {
    order: 2;
    padding: 1em 1.5em;
    height: 200px;
    background-color: #fff; }
  .section-grids__title {
    font-size: 1.2em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .4s; }
  .section-grids__desc {
    margin-top: .7em;
    font-size: 1em;
    line-height: 1.7;
    color: #333;
    opacity: .5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    transition: opacity .4s; }
  .section-grids__more {
    margin-top: .3em;
    color: #2b78d9;
    text-align: right; }
    .section-grids__more:after {
      content: "\00BB";
      margin-left: .3em; }

.section-about {
  text-align: center; }
  .section-about__content {
    margin: 0 auto .8em;
    width: 80%;
    line-height: 1.8;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify; }
  .section-about__more {
    color: #2b78d9; }
    .section-about__more:after {
      content: "\00BB";
      margin-left: .3em; }
  .section-about__picture {
    display: block;
    position: relative;
    margin: 3em auto 0;
    max-width: 600px; }
    .section-about__picture:after {
      content: "";
      display: block;
      padding-bottom: calc(140 / 600 * 100%); }
    .section-about__picture > img {
      position: absolute;
      max-width: 100%;
      height: auto;
      vertical-align: middle; }

.about-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin: 3em auto; }
  .about-results__number {
    font-size: 1.125rem;
    text-align: center;
    color: #2b78d9; }
  .about-results__score {
    margin-bottom: 1.25rem;
    font-size: 1.5625rem; }
    .about-results__score > span {
      margin-right: .1em;
      font-size: 2.8125rem; }
  .about-results__content {
    margin-top: 1.25rem;
    padding: 0 5%;
    line-height: 1.8;
    text-align: center; }

.section-partner {
  min-height: 600px;
  background: url(../images/aeteegdag.jpg) no-repeat;
  background-size: cover;
  overflow: hidden; }

.partner-swiper {
  position: relative;
  margin-bottom: 5em;
  padding: 0 3em; }
  .partner-swiper:hover .swiper-prev,
  .partner-swiper:hover .swiper-next {
    opacity: .8;
    visibility: visible; }
  .partner-swiper:hover .swiper-prev {
    left: 0; }
  .partner-swiper:hover .swiper-next {
    right: 0; }
  .partner-swiper__slide {
    margin-right: 60px;
    max-width: calc(100% / 3 - 60px + 60px / 3); }
  .partner-swiper__alink {
    display: block;
    padding: 0 0 2em;
    height: 100%;
    background-color: #fff;
    transition: .4s; }
    .partner-swiper__alink:hover {
      box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15); }
      .partner-swiper__alink:hover .partner-swiper__desc {
        color: #666; }
      .partner-swiper__alink:hover .partner-swiper__button {
        background-color: #2b78d9; }
  .partner-swiper .rui-imgover {
    position: relative;
    padding-bottom: calc(200 / 400 * 100%); }
  .partner-swiper__image {
    position: absolute;
    padding: 8px;
    width: 100%;
    vertical-align: middle;
    object-fit: cover; }
  .partner-swiper__title {
    margin: 1em 15px 0;
    line-height: 1.5;
    height: calc(1em * 2 * 1.5);
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .partner-swiper__desc {
    margin: .5em 15px 0;
    line-height: 1.7;
    height: calc(1em * 3 * 1.7);
    font-size: .925em;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .partner-swiper__button {
    display: block;
    margin: 1em auto 0;
    padding: .6em 2em;
    color: #fff;
    border: 0;
    background-color: #5091df;
    cursor: pointer;
    transition: background-color .4s; }
  .partner-swiper .o-icon:before {
    content: "\e615"; }
  .partner-swiper .swiper-prev, .partner-swiper .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s; }
    .partner-swiper .swiper-prev:not(.is-disabled):hover, .partner-swiper .swiper-next:not(.is-disabled):hover {
      color: currentColor;
      opacity: .6; }
    .partner-swiper .swiper-prev:before, .partner-swiper .swiper-next:before {
      font-size: 2.2em;
      color: #fff; }
  .partner-swiper .swiper-prev {
    left: -10px; }
  .partner-swiper .swiper-next {
    right: -10px;
    transform: translateY(-50%) rotate(180deg); }
  .partner-swiper .is-disabled {
    opacity: .3 !important;
    cursor: not-allowed !important; }
  .partner-swiper .swiper-pagination {
    left: 50%;
    bottom: -2em !important;
    transform: translateX(-50%); }
    .partner-swiper .swiper-pagination .swiper-pagination-bullet {
      width: 1em;
      height: 5px;
      background-color: #fff;
      border-radius: 15px;
      opacity: .5;
      transition: .3s; }
      .partner-swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: .5em; }
    .partner-swiper .swiper-pagination .swiper-pagination-bullet-active {
      width: 2em;
      opacity: 1; }

.section-logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-auto-rows: 80px;
  gap: 2.5em 4em;
  margin: 0 2em; }
  .section-logos__item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    overflow: hidden; }
    .section-logos__item[href="javascript:"] {
      cursor: default; }
  .section-logos .o-logo {
    max-width: 100%;
    height: auto;
    /*width: 100%;
    height: 100%;*/
    vertical-align: middle;
    object-fit: cover; }

.section-choose {
  min-height: 360px;
  background: url(../images/luyerwq.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden; }
  .section-choose__lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    text-align: center; }
  .section-choose__item {
    font-size: 1.125rem;
    text-shadow: 1px 1px 0 #fff; }
  .section-choose__svg {
    margin-bottom: 1.2em;
    width: 100px;
    height: 100px;
    fill: #2b78d9; }

/* media query */
@media only screen and (max-width: 1024px) {
  .banner-slogan__row {
    font-size: 1.5em;
    line-height: 1.5; }
    .banner-slogan__row::first-letter {
      margin-right: .6em;
      font-size: 1.2em; }
  .banner-slogan__title {
    font-size: 2.2em; }

  .section-about__content {
    width: 90%; }

  .section-logos {
    column-gap: 2.5em;
    margin-left: 1.5em;
    margin-right: 1.5em; }
    .section-logos__item:nth-child(n+13) {
      display: none; } }
@media only screen and (max-width: 768px) {
  .banner-slogan {
    margin-left: auto;
    margin-right: auto; }
    .banner-slogan__row {
      font-size: 1.3em;
      line-height: 1.5; }
    .banner-slogan__title {
      margin-top: .5em;
      font-size: 1.8em; }

  .section-grids {
    grid-template-columns: 1fr;
    margin-left: 0.8em;
    margin-right: 0.8em; }
    .section-grids__content {
      padding-left: 1em;
      padding-right: 1em;
      height: auto; }
    .section-grids__item:nth-child(even) .rui-imgover {
      order: initial; }
    .section-grids__image {
      display: block;
      margin: auto;
      width: 100%; }
    .section-grids__more {
      display: none; }

  .about-results {
    column-gap: .5em;
    margin-bottom: 1.5em; }

  .section-logos {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 1em;
    margin-left: 1em;
    margin-right: 1em; }

  .section-choose__lists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0; } }
@media only screen and (max-width: 540px) {
  .banner-swiper {
    display: none; }

  .about-results {
    grid-template-columns: repeat(2, 1fr); }
    .about-results > :first-child {
      grid-column: 1 / -1; }

  .partner-swiper .swiper-pagination {
    display: none; } }
@media only screen and (max-width: 414px) {
  .section-grids__image {
    height: 150px; }

  .section-about__picture {
    display: none; }

  .about-results {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    margin-bottom: 0; }
    .about-results__content {
      padding-left: .5em;
      padding-right: 0.5em; }

  .section-choose__svg {
    width: 88px;
    height: 88px; } }
@media only screen and (max-width: 1024px) {
  .partner-swiper {
    padding-left: 1em;
    padding-right: 1em; }
    .partner-swiper .swiper-prev,
    .partner-swiper .swiper-next {
      display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .partner-swiper__slide {
    margin-right: 40px;
    max-width: calc(100% / 2 - 40px + 40px / 2); } }
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .partner-swiper__slide {
    margin-right: 20px;
    max-width: calc(100% / 1 - 20px + 20px / 1); } }
