/* override common wrapper */
#wrapper {
  margin-bottom: 110px; }

/* klasses */
.section-card {
  overflow: hidden;
  /* for growth hacking */ }
  .section-card .row {
    margin-right: 0;
    margin-left: 0; }
  .section-card #klasses-group-gh {
    display: none; }
  .section-card .header {
    cursor: pointer; }
    .section-card .header .title {
      display: inline-block;
      margin: 2px 0 0 3px;
      font-size: 21px;
      font-weight: bold;
      color: #222222; }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .section-card .header .title {
          margin-left: -5px; } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .section-card .header .title {
          margin-left: -8px;
          font-size: 16px;
          font-weight: 600; } }
      .section-card .header .title:before {
        display: inline-block;
        width: 3px;
        height: 22px;
        margin-right: 8px;
        margin-bottom: -3px;
        content: "";
        background-color: #70b8ff; }
        @media (hover: none) {
          .section-card .header .title:before {
            width: 2px;
            height: 16px;
            margin-right: 5px;
            margin-bottom: -2px; } }
      @media (hover: none) {
        .section-card .header .title:after {
          display: inline-block;
          font-family: "Font Awesome 5 Pro";
          margin-top: -4px;
          padding-left: .1em;
          vertical-align: middle;
          content: "\f105";
          font-size: 21px;
          font-weight: normal;
          color: inherit;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
          filter: alpha(opacity=90);
          -moz-opacity: 0.9;
          -khtml-opacity: 0.9;
          opacity: 0.9; } }
    .section-card .header .link {
      display: none;
      margin-left: 8px;
      font-weight: 600;
      color: #3399FF; }
      @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .section-card .header .link {
          display: inline; } }
    @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .section-card .header:hover .link,
      .section-card .header:focus .link {
        color: #297acc;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8; } }
  .section-card section:nth-child(1) {
    margin-top: 0; }

.slick-list {
  margin-right: -9px;
  margin-left: -9px;
  padding: 0 16px; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .slick-list {
      margin-right: -16px;
      margin-left: -16px;
      padding: 0 12px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .slick-list {
      margin-right: -15px;
      margin-left: -15px;
      padding: 0 7px 37px 7px; } }

.slick-slide {
  margin: 28px 11px 49px 11px;
  width: 230px;
  outline: 0; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .slick-slide {
      width: 210px;
      margin: 24px 8px 59px 8px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .slick-slide {
      width: 158px;
      margin: 14px 4.5px; } }

.slider {
  margin-bottom: 10px !important;
  visibility: hidden; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .slider {
      margin-bottom: 5px !important; } }
  .slider .slick-arrow {
    /* Hide slick-arrow on hover disabled devices */
    display: none; }
    @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .slider .slick-arrow {
        display: block; } }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .slider:hover .slick-arrow,
    .slider .slick-arrow:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; } }

.slick-prev {
  top: 47%;
  left: -45px;
  width: 52px;
  height: 81%;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .slick-prev {
      top: 46%;
      left: -42px;
      width: 45px;
      height: 80%; } }
  .slick-prev:before {
    display: inline-block;
    width: 52px;
    height: 52px;
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("/static/img/icon/ar-left-g.png?dec3b11ab912");
    background: url("/static/img/icon/ar-left-g.svg?dec3b11ab912"), linear-gradient(transparent, transparent);
    background-size: 52px 52px; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .slick-prev:before {
        width: 45px;
        height: 45px;
        background-size: 45px 45px; } }
  .slick-prev.slick-disabled:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1; }

.slick-next {
  top: 47%;
  right: -45px;
  width: 52px;
  height: 81%;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .slick-next {
      top: 46%;
      right: -42px;
      width: 45px;
      height: 80%; } }
  .slick-next:before {
    display: inline-block;
    width: 52px;
    height: 52px;
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("/static/img/icon/ar-right-g.png?dec3b11ab912");
    background: url("/static/img/icon/ar-right-g.svg?dec3b11ab912"), linear-gradient(transparent, transparent);
    background-size: 52px 52px; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .slick-next:before {
        width: 45px;
        height: 45px;
        background-size: 45px 45px; } }
  .slick-next.slick-disabled:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1; }

.slick-dots {
  bottom: 27px; }
  .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 7px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .slick-dots li {
        width: 3px;
        height: 3px; } }
    .slick-dots li button {
      width: 4px;
      height: 4px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .slick-dots li button {
          width: 3px;
          height: 3px; } }
      .slick-dots li button:before {
        width: 4px;
        height: 4px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
        content: "";
        border: 1px solid #999999;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #999999; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .slick-dots li button:before {
            width: 3px;
            height: 3px; } }
    .slick-dots li.slick-active {
      width: 6px;
      height: 6px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .slick-dots li.slick-active {
          width: 5px;
          height: 5px; } }
      .slick-dots li.slick-active button:before {
        width: 6px;
        height: 6px;
        top: -1px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .slick-dots li.slick-active button:before {
            width: 5px;
            height: 5px; } }

@media (min-width: 1200px) and (max-width: 1309px) {
  .section-card .header .title {
    margin-left: -5px; }
  .slick-list {
    margin-right: -15px;
    margin-left: -20px; } }

.visual {
  position: relative;
  font-size: 10px; }
  @media screen and (max-width: 767px) {
    .visual {
      font-size: 2.66667vw; } }

.hero {
  white-space: nowrap;
  overflow: hidden; }
  .hero-item {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.5; }
    .hero-item a {
      outline: 0; }
  .hero-link.disabled {
    cursor: default; }
  @media screen and (max-width: 991px) {
    .hero-container {
      width: 100%;
      padding: 0;
      margin: 0; } }
  .hero-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }
  .hero-position {
    position: relative; }
  .hero-term {
    position: absolute;
    width: 50%;
    top: 34.56522%;
    left: 15px;
    margin-left: 10px;
    color: #FFFFFF;
    z-index: 10; }
    @media screen and (max-width: 991px) {
      .hero-term {
        width: 62%;
        top: 31.27962%; } }
    @media screen and (max-width: 767px) {
      .hero-term {
        margin-left: 0.6em; } }
    .hero-term__badge {
      position: absolute;
      left: 0;
      bottom: 100%;
      margin-bottom: 4px; }
      .hero-term__badge:before, .hero-term__badge:after {
        content: "";
        display: table; }
      .hero-term__badge:after {
        clear: both; }
      @media screen and (max-width: 767px) {
        .hero-term__badge {
          margin-bottom: 0.3em; } }
      .hero-term__badge .badge {
        float: left;
        display: block;
        padding: 3px 8px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 50px;
        font-size: inherit;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          .hero-term__badge .badge {
            padding: 0.2em 0.6em 0.3em;
            margin: 0 auto; } }
      .hero-term__badge .badge ~ .badge {
        margin-left: 6px; }
        @media screen and (max-width: 767px) {
          .hero-term__badge .badge ~ .badge {
            margin-left: 0.4em; } }
      .hero-term__badge .hero-text {
        font-size: 12px;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .hero-term__badge .hero-text {
            font-size: 0.9em; } }
    .hero-term__title {
      font-weight: 700; }
      .hero-term__title .hero-text {
        display: block;
        font-size: 36px;
        line-height: 1.25;
        letter-spacing: -0.36px; }
        @media screen and (max-width: 767px) {
          .hero-term__title .hero-text {
            font-size: 2em; } }
    .hero-term__desc {
      margin-top: 20px;
      line-height: 1.5;
      letter-spacing: -0.18px; }
      @media screen and (max-width: 767px) {
        .hero-term__desc {
          margin-top: 1em; } }
      .hero-term__desc .hero-text {
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .hero-term__desc .hero-text {
            font-size: 1.1em; } }
  .hero-graphic {
    position: relative;
    width: 67.2%;
    right: -4.4%;
    margin-left: auto;
    margin-right: -15px;
    z-index: 8; }
    @media screen and (max-width: 991px) {
      .hero-graphic {
        width: 60%;
        left: auto;
        right: 0;
        margin-left: auto;
        margin-right: 0; } }
    .hero-graphic .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .hero-graphic .bg svg {
        display: block;
        width: 100%;
        height: 100%; }
    .hero-graphic .lottie {
      width: 100%;
      padding-top: 54.762%; }
      @media screen and (max-width: 991px) {
        .hero-graphic .lottie {
          padding-top: 93.77778%; } }
      .hero-graphic .lottie svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .hero-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 39.13043%;
    z-index: 9;
    -webkit-background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    background-image: rgba(0, 0, 0, 0.15);
    /* Old browsers */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    /* Opera11.1-12.0 */
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    /* IE 10 Platform Previews, Consumer Preview */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    /* FF3.6-15 */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    @media screen and (max-width: 991px) {
      .hero-gradient {
        height: 45.24887%; } }

.hero-nav__layout {
  position: relative;
  left: 10px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .hero-nav__layout {
      left: 0.6em; } }

.hero-nav .dots {
  position: absolute;
  display: block;
  width: auto;
  bottom: 42px;
  padding: 0;
  left: 0;
  margin: 0 0 -5px;
  list-style: none; }
  .hero-nav .dots:before, .hero-nav .dots:after {
    content: "";
    display: table; }
  .hero-nav .dots:after {
    clear: both; }
  @supports (-ms-ime-align: auto) {
    .hero-nav .dots {
      list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=); } }
  @media screen and (max-width: 767px) {
    .hero-nav .dots {
      bottom: 2.3em;
      margin-left: -0.4em; } }
  .hero-nav .dots li {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .hero-nav .dots li {
        width: 1.3em;
        height: 1.3em;
        padding: 0.4em; } }
  .hero-nav .dots li button {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    padding: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: none;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    -webkit-transform: translate3D(0, 0, 0);
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
    @media screen and (max-width: 767px) {
      .hero-nav .dots li button {
        height: 0.5em; } }
  .hero-nav .dots li button .unit {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #FFFFFF;
    opacity: 0;
    font-size: 0;
    border-radius: 50px;
    transform: translateX(-100%); }
    .hero-nav .dots li button .unit.dot-active {
      animation: nav-translate 5666ms linear forwards; }
  .hero-nav .dots li.slick-active {
    width: 30px; }
    @media screen and (max-width: 767px) {
      .hero-nav .dots li.slick-active {
        width: 2.5em; } }
    .hero-nav .dots li.slick-active .unit {
      opacity: 1; }

.hero .slick-prev,
.hero .slick-next {
  top: 0;
  width: 20%;
  height: 100%;
  opacity: 0;
  transform: none; }
  @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero .slick-prev,
    .hero .slick-next {
      -webkit-transition: opacity 300ms linear;
      -moz-transition: opacity 300ms linear;
      -ms-transition: opacity 300ms linear;
      -o-transition: opacity 300ms linear;
      transition: opacity 300ms linear; }
      .hero .slick-prev:hover,
      .hero .slick-next:hover {
        opacity: .7; } }
  .hero .slick-prev:before,
  .hero .slick-next:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    margin: auto; }

.hero .slick-prev {
  left: 0; }
  .hero .slick-prev:before {
    left: 10%;
    background-image: url("/static/img/icon/ar-left-w.png?dec3b11ab912");
    background-image: url("/static/img/icon/ar-left-w.svg?dec3b11ab912");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center; }

.hero .slick-next {
  right: 0; }
  .hero .slick-next:before {
    right: 10%;
    background-image: url("/static/img/icon/ar-right-w.png?dec3b11ab912");
    background-image: url("/static/img/icon/ar-right-w.svg?dec3b11ab912");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center; }

.hero.slick-slider {
  margin-bottom: 0; }

.hero .slick-list {
  padding: 0;
  margin: 0; }

.hero .slick-slide {
  margin: 0; }

.hero-item.style-reset .statistics, .hero-item.style-reset .hero-btn {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0; }
  @media screen and (max-width: 991px) {
    .hero-item.style-reset .statistics, .hero-item.style-reset .hero-btn {
      -webkit-transform: translate(0px, 15px);
      -moz-transform: translate(0px, 15px);
      -ms-transform: translate(0px, 15px);
      -o-transform: translate(0px, 15px);
      transform: translate(0px, 15px); } }

.hero-item.style-reset .hero-term__badge, .hero-item.style-reset .hero-term__title, .hero-item.style-reset .hero-term__desc {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0; }

.hero-item.style-reset .hero-gradient {
  opacity: 0; }

.hero-item.style-anim .statistics, .hero-item.style-anim .hero-btn {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  line-height: 1.5; }

.hero-item.style-anim .hero-term__badge, .hero-item.style-anim .hero-term__title, .hero-item.style-anim .hero-term__desc {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.hero-item.style-anim .hero-gradient {
  opacity: 1; }

@keyframes nav-translate {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.main-content {
  margin: 80px 0; }
  @media screen and (max-width: 1179px) {
    .main-content {
      margin: 60px 0; } }
  @media screen and (max-width: 767px) {
    .main-content {
      margin: 45px 0; } }
  .main-content--top {
    position: relative;
    padding-top: 40px; }
    @media screen and (max-width: 1179px) {
      .main-content--top {
        padding: 30px 0; } }
  .main-content__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 79.22078%;
    background-color: #f3f9ff;
    z-index: -1; }
    @media screen and (max-width: 1179px) {
      .main-content__bg {
        height: 100%; } }
  .main-content__heading {
    margin: 0 10px 20px 10px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: baseline;
    align-items: baseline;
    /* Firefox 20.0+, IE11+, Opera 12.10 */ }
    @media screen and (max-width: 1179px) {
      .main-content__heading {
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .main-content__heading {
        margin-left: 0; } }
  .main-content__heading--sub {
    margin-bottom: 40px; }
    @media screen and (max-width: 1179px) {
      .main-content__heading--sub {
        margin-bottom: 30px; } }
  .main-content__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 14px;
    font-size: 22px;
    font-weight: 700; }
    @media screen and (max-width: 1179px) {
      .main-content__title {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .main-content__title {
        padding-left: 8px;
        font-size: 18px; } }
    .main-content__title:before {
      position: absolute;
      top: 1px;
      left: 0;
      bottom: 0;
      width: 4px;
      height: 1.1em;
      margin: auto;
      background-color: currentColor;
      content: ''; }
      @media screen and (max-width: 767px) {
        .main-content__title:before {
          width: 3px; } }
  .main-content__title--sub {
    padding-left: 0; }
    .main-content__title--sub:before {
      display: none; }
  .main-content__link {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */ }
    @media screen and (max-width: 1179px) {
      .main-content__link {
        display: none; } }
    .main-content__link--right {
      margin-left: auto; }
    @media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .main-content__link:hover {
        font-weight: 700; } }
  .main-content__link .ic-arrow-right {
    width: 6px;
    height: 11px;
    margin-left: 5px; }

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

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

.hide-pc-block {
  display: block !important; }
  @media screen and (min-width: 1180px) {
    .hide-pc-block {
      display: none !important; } }

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

.hide-pc-flex {
  display: flex !important; }
  @media screen and (min-width: 1180px) {
    .hide-pc-flex {
      display: none !important; } }

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

.hide-pc-inline-flex {
  display: inline-flex !important; }
  @media screen and (min-width: 1180px) {
    .hide-pc-inline-flex {
      display: none !important; } }

.main-event {
  margin: -40px 0 80px; }
  @media screen and (max-width: 1179px) {
    .main-event {
      margin: 60px 0; } }
  @media screen and (max-width: 767px) {
    .main-event {
      margin: 45px 0; } }

.main-banner {
  margin-top: 160px;
  background-color: #F7F7F7; }
  @media screen and (max-width: 1179px) {
    .main-banner {
      margin-top: 120px; } }
  @media screen and (max-width: 767px) {
    .main-banner {
      margin-top: 90px; } }
  .main-banner .container-banner {
    max-width: 768px;
    margin: 0 auto;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: space-between;
    /* Chrome 21+, Safari Not supported. */
    justify-content: space-between;
    /* Firefox 20+, Opera 12.10, IE Not supported. */ }
    @media screen and (max-width: 767px) {
      .main-banner .container-banner {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* Firefox 28+, IE11, Opera 12.10 */ } }
  @media screen and (max-width: 767px) {
    .main-banner__area {
      margin-top: 45px;
      margin-bottom: 10px;
      text-align: center; } }
  .main-banner__title {
    margin: 0;
    font-size: 32px;
    line-height: 1.5;
    color: #000000; }
    @media screen and (max-width: 767px) {
      .main-banner__title {
        font-size: 25px; } }
  .main-banner__btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 40px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #3399FF; }
  .main-banner__img {
    width: 100%;
    max-width: 402px;
    height: auto; }
    @media screen and (max-width: 1179px) {
      .main-banner__img {
        max-width: 368px; } }
    @media screen and (max-width: 767px) {
      .main-banner__img {
        max-width: 345px;
        margin: auto; } }

.post-area-title-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: flex-start;
  align-items: flex-start;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  gap: 6px; }

.post-area-title-link:hover {
  text-decoration: none; }

.post-area-title {
  margin: 0;
  padding-left: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #222222; }
  @media screen and (max-width: 767px) {
    .post-area-title {
      padding: 0; } }

.post-dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #744FF3; }

.post-article-container {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  column-gap: 64px;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .post-article-container {
      flex-direction: column;
      columns-gap: 15px; } }

.post-article {
  display: inline-block;
  width: calc(50% - 32px);
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 10px; }
  @media screen and (max-width: 767px) {
    .post-article {
      padding: 15px 0;
      width: 100%; }
      .post-article:nth-child(4), .post-article:nth-child(5), .post-article:nth-child(6) {
        display: none; } }

.browse-post-container {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  justify-content: space-between;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  gap: 64px; }

.browse-post-wrpper {
  width: 104px;
  height: 104px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0; }

.browse-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  backface-visibility: hidden;
  transition: transform 0.3s ease; }

.first-tag {
  color: #744FF3;
  font-size: 12px;
  font-weight: 700; }

.post-article-link {
  color: #222222; }
  .post-article-link:hover {
    text-decoration: none; }
    .post-article-link:hover .browse-post-title {
      text-decoration: underline;
      text-decoration-color: #222222; }
    .post-article-link:hover .browse-post-img {
      transform: scale(1.14); }

.browse-post-text-container {
  gap: 4px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */ }

.browse-post-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media screen and (max-width: 1179px) {
    .browse-post-title {
      -webkit-line-clamp: 2; } }

.browse-post-desc {
  display: -webkit-box;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media screen and (max-width: 1179px) {
    .browse-post-desc {
      -webkit-line-clamp: 1; } }

.post-page-link-wrapper {
  margin-top: 24px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */ }

.post-page-link {
  padding: 7px 15px;
  border: 1px solid #D9D9D9;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px; }
  .post-page-link:hover {
    text-decoration: none;
    background-color: #F4F4F4; }

.category-button {
  padding: 30px 0;
  line-height: 1.5; }
  @media screen and (min-width: 992px) {
    .category-button {
      padding: 40px 0; } }
  .category-button .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */ }
    .category-button .content::-webkit-scrollbar {
      display: none; }
    @media screen and (min-width: 992px) {
      .category-button .content {
        justify-content: center; } }
    .category-button .content a, .category-button .content button {
      flex-shrink: 0;
      display: block;
      padding: 7px 15px;
      font-weight: bold;
      border: 1px solid #D9D9D9;
      border-radius: 20px;
      transition: background-color 0.3s ease; }
      .category-button .content a:hover, .category-button .content button:hover {
        background-color: #F4F4F4; }
    .category-button .content .point {
      border: none;
      padding: 8px 16px;
      background-color: #26bfbf;
      color: #fff;
      text-decoration: none; }
      .category-button .content .point:hover {
        background-color: #24b7b7; }

.klasses-group {
  position: relative;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .klasses-group {
      padding: 0; } }

.swiper-container.slider-container {
  overflow: visible;
  margin: -10px; }
  @media screen and (max-width: 767px) {
    .swiper-container.slider-container {
      margin: -5px; } }

.swiper-wrapper.slider-wrapper {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-flex-wrap: nowrap;
  /* Safari 6.1+, Chrome 21.0+, Android 4.4+, iOS 7.0+ */
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */ }
  .swiper-wrapper.slider-wrapper .slider-link {
    height: auto; }

.slider-btn-prev, .slider-btn-next {
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: 0;
  color: #D9D9D9;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */ }
  @media screen and (min-width: 1180px) {
    .klasses-group--type .slider-btn-prev, .klasses-group--type .slider-btn-next {
      display: none; } }
  .slider-btn-prev .icon, .slider-btn-next .icon {
    width: 36px;
    height: 36px;
    margin: auto;
    border-radius: 100%;
    color: #999999;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */ }
  .slider-btn-prev .icon > span, .slider-btn-next .icon > span {
    display: block;
    width: 12px;
    height: 12px;
    margin: auto; }
  .slider-btn-prev:hover .icon, .slider-btn-next:hover .icon {
    color: #666666; }

.slider-btn-prev {
  left: -36px; }
  @media screen and (max-width: 1351px) {
    .slider-btn-prev {
      left: 0; } }
  .slider-btn-prev .icon > span {
    transform: translateX(-1px); }

.slider-btn-next {
  right: -36px; }
  @media screen and (max-width: 1351px) {
    .slider-btn-next {
      right: 0; } }
  .slider-btn-next .icon > span {
    transform: translateX(1px); }

.slider-btn-disabled {
  display: none; }

@media screen and (max-width: 1179px) {
  .swiper-slide.slider-link {
    width: 170px;
    min-width: 0;
    max-width: none;
    -webkit-box-flex: none;
    /* Old - iOS 6-, Safari 3.1~6 */
    -moz-box-flex: none;
    -webkit-flex: none;
    /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
    -moz-flex: none;
    -ms-flex: none;
    /* IE 10 */
    flex: none;
    /* New, Spec - Firefox, Chrome, Opera */ } }

.swiper-slide.slider-link .card {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px;
  border-radius: 4px;
  overflow: hidden; }
  @media screen and (max-width: 1179px) {
    .swiper-slide.slider-link .card {
      min-width: auto;
      padding: 0;
      text-align: center;
      display: -webkit-box;
      /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
      display: -moz-flex;
      display: flex;
      /* New, Spec - Firefox, Chrome, Opera */
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      /* Firefox 28+, IE11, Opera 12.10 */
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      /* Safari 7.0+, Chrome 21.0+ */
      -moz-align-items: center;
      align-items: center;
      /* Firefox 20.0+, IE11+, Opera 12.10 */
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      /* Chrome 21+, Safari Not supported. */
      -moz-justify-content: center;
      /* Chrome 21+, Safari Not supported. */
      justify-content: center;
      /* Firefox 20+, Opera 12.10, IE Not supported. */ } }

.slider-link .link-title {
  position: relative;
  margin: 0 0 24px 0;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF; }
  @media screen and (max-width: 1179px) {
    .slider-link .link-title {
      display: none; } }

.slider-link .link-txt {
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */ }
  @media screen and (max-width: 1179px) {
    .slider-link .link-txt {
      font-size: 12px;
      color: #444444; } }

@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slider-link .card:hover .link-txt {
    font-weight: bold; } }

.slider-link .card:focus-visible .link-txt {
  font-weight: bold; }

.slider-link .link-txt .ic-arrow-right {
  width: 6px;
  height: 11px;
  margin-left: 5px; }

.slider-link .link-arrow {
  display: none; }
  @media screen and (max-width: 1179px) {
    .slider-link .link-arrow {
      width: 46px;
      height: 46px;
      margin-bottom: 6px;
      border-radius: 100%;
      background-color: currentColor;
      display: -webkit-box;
      /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
      display: -moz-flex;
      display: flex;
      /* New, Spec - Firefox, Chrome, Opera */
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      /* Safari 7.0+, Chrome 21.0+ */
      -moz-align-items: center;
      align-items: center;
      /* Firefox 20.0+, IE11+, Opera 12.10 */ } }
  .slider-link .link-arrow .ic-arrow-long {
    width: 20px;
    height: 20px;
    margin: auto; }

.slider-link .link-graphic {
  position: absolute;
  width: 800px;
  height: 800px;
  top: 0;
  left: 0;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform: translate(-250px, 32px);
  -moz-transform: translate(-250px, 32px);
  -ms-transform: translate(-250px, 32px);
  -o-transform: translate(-250px, 32px);
  transform: translate(-250px, 32px); }
  @media screen and (max-width: 1179px) {
    .slider-link .link-graphic {
      display: none; } }

.slider-link .link-alphabet {
  position: absolute;
  left: 151px;
  bottom: 10px;
  line-height: 1;
  font-size: 493px;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (max-width: 1179px) {
    .slider-link .link-alphabet {
      display: none; } }

.swiper-container.slider-container.slider-container--default {
  overflow: hidden; }
  @media screen and (max-width: 1179px) {
    .swiper-container.slider-container.slider-container--default {
      overflow: visible; } }

.swiper-slide.slider-default {
  width: 20%;
  min-width: 250px;
  max-width: none;
  padding: 10px;
  -webkit-box-flex: 0 0 auto;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* New, Spec - Firefox, Chrome, Opera */ }
  @media screen and (max-width: 1179px) {
    .swiper-slide.slider-default {
      min-width: 0;
      width: 230px;
      -webkit-box-flex: none;
      /* Old - iOS 6-, Safari 3.1~6 */
      -moz-box-flex: none;
      -webkit-flex: none;
      /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
      -moz-flex: none;
      -ms-flex: none;
      /* IE 10 */
      flex: none;
      /* New, Spec - Firefox, Chrome, Opera */ } }
  @media screen and (max-width: 767px) {
    .swiper-slide.slider-default {
      width: 175px;
      padding: 5px; } }

.swiper-container--dot.slider-container {
  padding-bottom: 31px; }

.swiper-container--dot > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container--dot > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
  line-height: 0; }

.swiper-pagination-bullet {
  width: 6px;
  height: 6px; }

.swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1; }

span.swiper-pagination-bullet:only-child {
  display: none; }

.swiper-pagination-bullet-active {
  background-color: #666666; }

.card-default {
  display: block;
  width: auto;
  max-width: none;
  margin: 0; }

@media screen and (min-width: 1180px) {
  .slider-container--large .swiper-wrapper.slider-wrapper {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+, Chrome 21.0+, Android 4.4+, iOS 7.0+ */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Firefox 28+, IE11, Opera 12.10 */ } }

.slider-large {
  width: 33.33333%;
  min-width: 0;
  padding: 10px;
  -webkit-box-flex: 0 0 auto;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* New, Spec - Firefox, Chrome, Opera */ }
  @media screen and (max-width: 1179px) {
    .slider-large {
      min-width: 0;
      width: 382px;
      -webkit-box-flex: none;
      /* Old - iOS 6-, Safari 3.1~6 */
      -moz-box-flex: none;
      -webkit-flex: none;
      /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
      -moz-flex: none;
      -ms-flex: none;
      /* IE 10 */
      flex: none;
      /* New, Spec - Firefox, Chrome, Opera */ } }
  @media screen and (max-width: 767px) {
    .slider-large {
      width: 350px;
      padding: 5px; } }

.card-large {
  display: block;
  width: auto;
  max-width: none;
  margin: 0; }
  .card-large .card-content {
    width: 87.90932%;
    margin-top: -40px;
    border-color: transparent; }
  .card-large .title-wrapper {
    height: 48px;
    margin-bottom: 8px; }
  .card-large .title {
    font-size: 16px; }
  .card-large .master-wrapper {
    margin-bottom: 1px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (min-width: 1180px) {
  .slider-container--medium .swiper-wrapper.slider-wrapper {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+, Chrome 21.0+, Android 4.4+, iOS 7.0+ */
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Firefox 28+, IE11, Opera 12.10 */ } }

.slider-medium {
  width: 25%;
  min-width: 0;
  padding: 10px;
  -webkit-box-flex: 0 0 auto;
  /* Old - iOS 6-, Safari 3.1~6 */
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* New, Spec - Firefox, Chrome, Opera */ }
  @media screen and (max-width: 1179px) {
    .slider-medium {
      min-width: 0;
      width: 288px;
      -webkit-box-flex: none;
      /* Old - iOS 6-, Safari 3.1~6 */
      -moz-box-flex: none;
      -webkit-flex: none;
      /* Safari 6.1+. iOS 7.1+, Blackberry 10 */
      -moz-flex: none;
      -ms-flex: none;
      /* IE 10 */
      flex: none;
      /* New, Spec - Firefox, Chrome, Opera */ } }
  @media screen and (max-width: 767px) {
    .slider-medium {
      width: 211px;
      padding: 5px; } }
  .slider-medium .link-alphabet {
    left: 47px; }

.card-medium {
  display: block;
  width: auto;
  max-width: none;
  margin: 0; }

.slider-container.theme-red .link-graphic {
  background-color: #ff6a4d; }

.slider-container.theme-red .link-alphabet {
  color: #ff775c; }

@media screen and (max-width: 1179px) {
  .slider-container.theme-red .link-arrow {
    color: #FF4D4D; } }

.slider-container.theme-red .slider-link .card {
  -webkit-background-image: linear-gradient(-38deg, #ff6a4d 0%, #FF4D4D 100%);
  background-image: #ff6a4d;
  /* Old browsers */
  background-image: -o-linear-gradient(-38deg, #ff6a4d 0%, #FF4D4D 100%);
  /* Opera11.1-12.0 */
  background-image: -ms-linear-gradient(-38deg, #ff6a4d 0%, #FF4D4D 100%);
  /* IE 10 Platform Previews, Consumer Preview */
  background-image: -moz-linear-gradient(-38deg, #ff6a4d 0%, #FF4D4D 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(-38deg, #ff6a4d 0%, #FF4D4D 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(128deg, #ff6a4d 0%, #FF4D4D 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 1179px) {
    .slider-container.theme-red .slider-link .card {
      background-color: transparent;
      background-image: none; } }

.slider-container.theme-blue .link-graphic {
  background-color: #4c75fc; }

.slider-container.theme-blue .link-alphabet {
  color: #5b81fc; }

@media screen and (max-width: 1179px) {
  .slider-container.theme-blue .link-arrow {
    color: #4C57FD; } }

.slider-container.theme-blue .slider-link .card {
  -webkit-background-image: linear-gradient(-38deg, #4c75fc 0%, #4C57FD 50%, #5d4cfc 100%);
  background-image: #4c75fc;
  /* Old browsers */
  background-image: -o-linear-gradient(-38deg, #4c75fc 0%, #4C57FD 50%, #5d4cfc 100%);
  /* Opera11.1-12.0 */
  background-image: -ms-linear-gradient(-38deg, #4c75fc 0%, #4C57FD 50%, #5d4cfc 100%);
  /* IE 10 Platform Previews, Consumer Preview */
  background-image: -moz-linear-gradient(-38deg, #4c75fc 0%, #4C57FD 50%, #5d4cfc 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(-38deg, #4c75fc 0%, #4C57FD 50%, #5d4cfc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(128deg, #4c75fc 0%, #4C57FD 50%, #5d4cfc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 1179px) {
    .slider-container.theme-blue .slider-link .card {
      background-color: transparent;
      background-image: none; } }

.slider-container.theme-orange .link-graphic {
  background-color: #ffc34c; }

.slider-container.theme-orange .link-alphabet {
  color: #ffc95c; }

@media screen and (max-width: 1179px) {
  .slider-container.theme-orange .link-arrow {
    color: #FFA64C; } }

.slider-container.theme-orange .slider-link .card {
  -webkit-background-image: linear-gradient(-38deg, #ffc34c 0%, #FFA64C 50%, #ff884c 100%);
  background-image: #ffc34c;
  /* Old browsers */
  background-image: -o-linear-gradient(-38deg, #ffc34c 0%, #FFA64C 50%, #ff884c 100%);
  /* Opera11.1-12.0 */
  background-image: -ms-linear-gradient(-38deg, #ffc34c 0%, #FFA64C 50%, #ff884c 100%);
  /* IE 10 Platform Previews, Consumer Preview */
  background-image: -moz-linear-gradient(-38deg, #ffc34c 0%, #FFA64C 50%, #ff884c 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(-38deg, #ffc34c 0%, #FFA64C 50%, #ff884c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(128deg, #ffc34c 0%, #FFA64C 50%, #ff884c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 1179px) {
    .slider-container.theme-orange .slider-link .card {
      background-color: transparent;
      background-image: none; } }

.slider-container.theme-violet .link-graphic {
  background-color: #7c54ff; }

.slider-container.theme-violet .link-alphabet {
  color: #8863ff; }

@media screen and (max-width: 1179px) {
  .slider-container.theme-violet .link-arrow {
    color: #744FF3; } }

.slider-container.theme-violet .slider-link .card {
  -webkit-background-image: linear-gradient(-38deg, #7c54ff 0%, #744FF3 50%, #564ce5 100%);
  background-image: #7c54ff;
  /* Old browsers */
  background-image: -o-linear-gradient(-38deg, #7c54ff 0%, #744FF3 50%, #564ce5 100%);
  /* Opera11.1-12.0 */
  background-image: -ms-linear-gradient(-38deg, #7c54ff 0%, #744FF3 50%, #564ce5 100%);
  /* IE 10 Platform Previews, Consumer Preview */
  background-image: -moz-linear-gradient(-38deg, #7c54ff 0%, #744FF3 50%, #564ce5 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(-38deg, #7c54ff 0%, #744FF3 50%, #564ce5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(128deg, #7c54ff 0%, #744FF3 50%, #564ce5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 1179px) {
    .slider-container.theme-violet .slider-link .card {
      background-color: transparent;
      background-image: none; } }

.slider-container.theme-turquoise .link-graphic {
  background-color: #21d9d9; }

.slider-container.theme-turquoise .link-alphabet {
  color: #2fe0e0; }

@media screen and (max-width: 1179px) {
  .slider-container.theme-turquoise .link-arrow {
    color: #26BFBF; } }

.slider-container.theme-turquoise .slider-link .card {
  -webkit-background-image: linear-gradient(-38deg, #21d9d9 0%, #26BFBF 50%, #1da4bf 100%);
  background-image: #21d9d9;
  /* Old browsers */
  background-image: -o-linear-gradient(-38deg, #21d9d9 0%, #26BFBF 50%, #1da4bf 100%);
  /* Opera11.1-12.0 */
  background-image: -ms-linear-gradient(-38deg, #21d9d9 0%, #26BFBF 50%, #1da4bf 100%);
  /* IE 10 Platform Previews, Consumer Preview */
  background-image: -moz-linear-gradient(-38deg, #21d9d9 0%, #26BFBF 50%, #1da4bf 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(-38deg, #21d9d9 0%, #26BFBF 50%, #1da4bf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(128deg, #21d9d9 0%, #26BFBF 50%, #1da4bf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 1179px) {
    .slider-container.theme-turquoise .slider-link .card {
      background-color: transparent;
      background-image: none; } }

.slider-container.theme-purple .link-graphic {
  background-color: #b746e8; }

.slider-container.theme-purple .link-alphabet {
  color: #bb54e8; }

@media screen and (max-width: 1179px) {
  .slider-container.theme-purple .link-arrow {
    color: #9D45E8; } }

.slider-container.theme-purple .slider-link .card {
  -webkit-background-image: linear-gradient(-38deg, #b746e8 0%, #9D45E8 50%, #8146e8 100%);
  background-image: #b746e8;
  /* Old browsers */
  background-image: -o-linear-gradient(-38deg, #b746e8 0%, #9D45E8 50%, #8146e8 100%);
  /* Opera11.1-12.0 */
  background-image: -ms-linear-gradient(-38deg, #b746e8 0%, #9D45E8 50%, #8146e8 100%);
  /* IE 10 Platform Previews, Consumer Preview */
  background-image: -moz-linear-gradient(-38deg, #b746e8 0%, #9D45E8 50%, #8146e8 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(-38deg, #b746e8 0%, #9D45E8 50%, #8146e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(128deg, #b746e8 0%, #9D45E8 50%, #8146e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 1179px) {
    .slider-container.theme-purple .slider-link .card {
      background-color: transparent;
      background-image: none; } }

.slider-container.theme-primary .link-graphic {
  background-color: #33bbff; }

.slider-container.theme-primary .link-alphabet {
  color: #42c0ff; }

@media screen and (max-width: 1179px) {
  .slider-container.theme-primary .link-arrow {
    color: #3399FF; } }

.slider-container.theme-primary .slider-link .card {
  -webkit-background-image: linear-gradient(-38deg, #33bbff 0%, #3399FF 50%, #3377ff 100%);
  background-image: #33bbff;
  /* Old browsers */
  background-image: -o-linear-gradient(-38deg, #33bbff 0%, #3399FF 50%, #3377ff 100%);
  /* Opera11.1-12.0 */
  background-image: -ms-linear-gradient(-38deg, #33bbff 0%, #3399FF 50%, #3377ff 100%);
  /* IE 10 Platform Previews, Consumer Preview */
  background-image: -moz-linear-gradient(-38deg, #33bbff 0%, #3399FF 50%, #3377ff 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(-38deg, #33bbff 0%, #3399FF 50%, #3377ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(128deg, #33bbff 0%, #3399FF 50%, #3377ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 1179px) {
    .slider-container.theme-primary .slider-link .card {
      background-color: transparent;
      background-image: none; } }

.slider-container.theme-pink .link-graphic {
  background-color: #ff668b; }

.slider-container.theme-pink .link-alphabet {
  color: #ff7598; }

@media screen and (max-width: 1179px) {
  .slider-container.theme-pink .link-arrow {
    color: #FF4C79; } }

.slider-container.theme-pink .slider-link .card {
  -webkit-background-image: linear-gradient(-38deg, #ff668b 0%, #FF4C79 50%, #f24973 100%);
  background-image: #ff668b;
  /* Old browsers */
  background-image: -o-linear-gradient(-38deg, #ff668b 0%, #FF4C79 50%, #f24973 100%);
  /* Opera11.1-12.0 */
  background-image: -ms-linear-gradient(-38deg, #ff668b 0%, #FF4C79 50%, #f24973 100%);
  /* IE 10 Platform Previews, Consumer Preview */
  background-image: -moz-linear-gradient(-38deg, #ff668b 0%, #FF4C79 50%, #f24973 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(-38deg, #ff668b 0%, #FF4C79 50%, #f24973 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(128deg, #ff668b 0%, #FF4C79 50%, #f24973 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 1179px) {
    .slider-container.theme-pink .slider-link .card {
      background-color: transparent;
      background-image: none; } }

.card-rank-wrapper {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 34px;
  height: 34px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .card-rank-wrapper {
      top: -3px;
      left: -3px;
      width: 25px;
      height: 25px;
      border-radius: 4px 0 4px 0; } }
  .card-rank-wrapper .rank-txt {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px 0 8px 0;
    overflow: hidden;
    background-color: #444444;
    z-index: 11;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    /* Firefox 20+, Opera 12.10, IE Not supported. */ }
    @media screen and (max-width: 767px) {
      .card-rank-wrapper .rank-txt {
        border-radius: 4px 0 4px 0; } }
  .card-rank-wrapper::before, .card-rank-wrapper::after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    z-index: 9;
    background-color: #222222;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; }
  .card-rank-wrapper::before {
    top: 100%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .card-rank-wrapper::after {
    top: 0;
    left: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .slider-default:first-child .card-rank-wrapper .rank-txt {
    background-color: #3399FF; }
  .slider-default:first-child .card-rank-wrapper::before, .slider-default:first-child .card-rank-wrapper::after {
    background-color: #297acc; }
  .slider-default:nth-child(2) .card-rank-wrapper .rank-txt {
    background-color: #4C57FD; }
  .slider-default:nth-child(2) .card-rank-wrapper::before, .slider-default:nth-child(2) .card-rank-wrapper::after {
    background-color: #3d46ca; }
  .slider-default:nth-child(3) .card-rank-wrapper .rank-txt {
    background-color: #744FF3; }
  .slider-default:nth-child(3) .card-rank-wrapper::before, .slider-default:nth-child(3) .card-rank-wrapper::after {
    background-color: #5d3fc2; }
