.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
    .select2-container .select2-selection--single {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      height: 28px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .select2-container .select2-selection--single .select2-selection__clear {
        position: relative; }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
      padding-right: 8px;
      padding-left: 20px; }
    .select2-container .select2-selection--multiple {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      min-height: 32px;
      user-select: none;
      -webkit-user-select: none; }
      .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline-block;
        overflow: hidden;
        padding-left: 8px;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .select2-container .select2-search--inline {
      float: left; }
      .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0; }
        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
          -webkit-appearance: none; }

  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

  .select2-results {
    display: block; }

  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-results__option[aria-selected] {
      cursor: pointer; }

  .select2-container--open .select2-dropdown {
    left: 0; }

  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .select2-search--dropdown {
    display: block;
    padding: 4px; }
    .select2-search--dropdown .select2-search__field {
      padding: 4px;
      width: 100%;
      box-sizing: border-box; }
      .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .select2-search--dropdown.select2-search--hide {
      display: none; }

  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 28px; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 26px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }

  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
      .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px;
      padding: 1px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }

  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }

  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }

  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }

  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
    .select2-container--classic .select2-selection--single:focus {
      border: 1px solid #5897fb; }
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
      color: #444;
      line-height: 28px; }
    .select2-container--classic .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-right: 10px; }
    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--classic .select2-selection--single .select2-selection__arrow {
      background-color: #ddd;
      border: none;
      border-left: 1px solid #aaa;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      height: 26px;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 20px;
      background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
      background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
      background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
      .select2-container--classic .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }

  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
      background: transparent;
      border: none; }
      .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px; }

  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
    .select2-container--classic .select2-selection--multiple:focus {
      border: 1px solid #5897fb; }
    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
      list-style: none;
      margin: 0;
      padding: 0 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
      display: none; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
      color: #888;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #555; }

  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }

  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

  .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

  .select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

  .select2-container--classic .select2-dropdown--below {
    border-top: none; }

  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

  .select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

  .select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

  .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

  /* Slider */
  .slick-slider
  {
      position: relative;

      display: block;
      box-sizing: border-box;

      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
      position: relative;

      display: block;
      overflow: hidden;

      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -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);
  }

  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;

      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;

      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }

  .slick-slide
  {
      display: none;
      float: left;

      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;

      height: auto;

      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  /*
  == malihu jquery custom scrollbar plugin ==
  Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
  */



  /*
  CONTENTS:
      1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
      2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
      3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
      4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
      5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
      6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
          6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
  */



  /*
  ------------------------------------------------------------------------------------------------------------------------
  1. BASIC STYLE
  ------------------------------------------------------------------------------------------------------------------------
  */

      .mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
      .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

      .mCustomScrollBox{ /* contains plugin's markup */
          position: relative;
          overflow: hidden;
          height: 100%;
          max-width: 100%;
          outline: none;
          direction: ltr;
      }

      .mCSB_container{ /* contains the original content */
          overflow: hidden;
          width: auto;
          height: auto;
      }



  /*
  ------------------------------------------------------------------------------------------------------------------------
  2. VERTICAL SCROLLBAR
  y-axis
  ------------------------------------------------------------------------------------------------------------------------
  */

      .mCSB_inside > .mCSB_container{ margin-right: 30px; }

      .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

      .mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
          margin-right: 0;
          margin-left: 30px;
      }

      .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

      .mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
          position: absolute;
          width: 16px;
          height: auto;
          left: auto;
          top: 0;
          right: 0;
          bottom: 0;
      }

      .mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

      .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
      .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
          right: auto;
          left: 0;
      }

      .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

      .mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          height: auto;
      }

      .mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

      .mCSB_scrollTools .mCSB_draggerRail{
          width: 2px;
          height: 100%;
          margin: 0 auto;
          -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
      }

      .mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
          cursor: pointer;
          width: 100%;
          height: 30px; /* minimum dragger height */
          z-index: 1;
      }

      .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
          position: relative;
          width: 4px;
          height: 100%;
          margin: 0 auto;
          -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
          text-align: center;
      }

      .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
      .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

      .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

      .mCSB_scrollTools .mCSB_buttonUp,
      .mCSB_scrollTools .mCSB_buttonDown{
          display: block;
          position: absolute;
          height: 20px;
          width: 100%;
          overflow: hidden;
          margin: 0 auto;
          cursor: pointer;
      }

      .mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



  /*
  ------------------------------------------------------------------------------------------------------------------------
  3. HORIZONTAL SCROLLBAR
  x-axis
  ------------------------------------------------------------------------------------------------------------------------
  */

      .mCSB_horizontal.mCSB_inside > .mCSB_container{
          margin-right: 0;
          margin-bottom: 30px;
      }

      .mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

      .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

      .mCSB_scrollTools.mCSB_scrollTools_horizontal{
          width: auto;
          height: 16px;
          top: auto;
          right: 0;
          bottom: 0;
          left: 0;
      }

      .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
      .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

      .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

      .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
          width: 100%;
          height: 2px;
          margin: 7px 0;
      }

      .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
          width: 30px; /* minimum dragger width */
          height: 100%;
          left: 0;
      }

      .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          width: 100%;
          height: 4px;
          margin: 6px auto;
      }

      .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
      .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
          height: 12px; /* auto-expanded scrollbar */
          margin: 2px auto;
      }

      .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
          height: 8px; /* auto-expanded scrollbar */
          margin: 4px 0;
      }

      .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
      .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
          display: block;
          position: absolute;
          width: 20px;
          height: 100%;
          overflow: hidden;
          margin: 0 auto;
          cursor: pointer;
      }

      .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

      .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



  /*
  ------------------------------------------------------------------------------------------------------------------------
  4. VERTICAL AND HORIZONTAL SCROLLBARS
  yx-axis
  ------------------------------------------------------------------------------------------------------------------------
  */

      .mCSB_container_wrapper{
          position: absolute;
          height: auto;
          width: auto;
          overflow: hidden;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin-right: 30px;
          margin-bottom: 30px;
      }

      .mCSB_container_wrapper > .mCSB_container{
          padding-right: 30px;
          padding-bottom: 30px;
          -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
      }

      .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

      .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

      /* non-visible horizontal scrollbar */
      .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

      /* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
      .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
      .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

      /* RTL direction/left-side scrollbar */
      .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

      /* non-visible scrollbar/RTL direction/left-side scrollbar */
      .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

      .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
          margin-right: 0;
          margin-left: 30px;
      }

      .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }

      .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }

      .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
          margin-right: 0; /* non-visible scrollbar */
          margin-left: 0;
      }

      /* non-visible horizontal scrollbar */
      .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



  /*
  ------------------------------------------------------------------------------------------------------------------------
  5. TRANSITIONS
  ------------------------------------------------------------------------------------------------------------------------
  */

      .mCSB_scrollTools,
      .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCSB_scrollTools .mCSB_buttonUp,
      .mCSB_scrollTools .mCSB_buttonDown,
      .mCSB_scrollTools .mCSB_buttonLeft,
      .mCSB_scrollTools .mCSB_buttonRight{
          -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
          -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
          -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
          transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
      }

      .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
      .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
      .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
      .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
          -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
                      margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
                      margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
                      opacity .2s ease-in-out, background-color .2s ease-in-out;
          -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
                      margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
                      margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
                      opacity .2s ease-in-out, background-color .2s ease-in-out;
          -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
                      margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
                      margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
                      opacity .2s ease-in-out, background-color .2s ease-in-out;
          transition: width .2s ease-out .2s, height .2s ease-out .2s,
                      margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
                      margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
                      opacity .2s ease-in-out, background-color .2s ease-in-out;
      }



  /*
  ------------------------------------------------------------------------------------------------------------------------
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
  ------------------------------------------------------------------------------------------------------------------------
  */

      /*
      ----------------------------------------
      6.1 THEMES
      ----------------------------------------
      */

      /* default theme ("light") */

      .mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

      .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
      .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

      .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
      .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
      .mCustomScrollBox:hover > .mCSB_scrollTools,
      .mCustomScrollBox:hover ~ .mCSB_scrollTools,
      .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
      .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

      .mCSB_scrollTools .mCSB_draggerRail{
          background-color: #000; background-color: rgba(0,0,0,0.4);
          filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
      }

      .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          background-color: #fff; background-color: rgba(255,255,255,0.75);
          filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
      }

      .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
          background-color: #fff; background-color: rgba(255,255,255,0.85);
          filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
      }
      .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
          background-color: #fff; background-color: rgba(255,255,255,0.9);
          filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
      }

      .mCSB_scrollTools .mCSB_buttonUp,
      .mCSB_scrollTools .mCSB_buttonDown,
      .mCSB_scrollTools .mCSB_buttonLeft,
      .mCSB_scrollTools .mCSB_buttonRight{
          background-image: url(mCSB_buttons.png); /* css sprites */
          background-repeat: no-repeat;
          opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
      }

      .mCSB_scrollTools .mCSB_buttonUp{
          background-position: 0 0;
          /*
          sprites locations
          light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
          dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
          */
      }

      .mCSB_scrollTools .mCSB_buttonDown{
          background-position: 0 -20px;
          /*
          sprites locations
          light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
          dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
          */
      }

      .mCSB_scrollTools .mCSB_buttonLeft{
          background-position: 0 -40px;
          /*
          sprites locations
          light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
          dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
          */
      }

      .mCSB_scrollTools .mCSB_buttonRight{
          background-position: 0 -56px;
          /*
          sprites locations
          light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
          dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
          */
      }

      .mCSB_scrollTools .mCSB_buttonUp:hover,
      .mCSB_scrollTools .mCSB_buttonDown:hover,
      .mCSB_scrollTools .mCSB_buttonLeft:hover,
      .mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

      .mCSB_scrollTools .mCSB_buttonUp:active,
      .mCSB_scrollTools .mCSB_buttonDown:active,
      .mCSB_scrollTools .mCSB_buttonLeft:active,
      .mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }


      /* theme: "dark" */

      .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

      .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

      .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

      .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

      .mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

      .mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

      .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

      .mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

      /* ---------------------------------------- */



      /* theme: "light-2", "dark-2" */

      .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
          width: 4px;
          background-color: #fff; background-color: rgba(255,255,255,0.1);
          -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
      }

      .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          width: 4px;
          background-color: #fff; background-color: rgba(255,255,255,0.75);
          -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
      }

      .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          width: 100%;
          height: 4px;
          margin: 6px auto;
      }

      .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

      .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

      .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

      .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

      .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

      .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }


      /* theme: "dark-2" */

      .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
          background-color: #000; background-color: rgba(0,0,0,0.1);
          -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
      }

      .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          background-color: #000; background-color: rgba(0,0,0,0.75);
          -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
      }

      .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

      .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

      .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

      .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

      .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

      .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }

      /* ---------------------------------------- */



      /* theme: "light-thick", "dark-thick" */

      .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
          width: 4px;
          background-color: #fff; background-color: rgba(255,255,255,0.1);
          -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
      }

      .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          width: 6px;
          background-color: #fff; background-color: rgba(255,255,255,0.75);
          -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
      }

      .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
          width: 100%;
          height: 4px;
          margin: 6px 0;
      }

      .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          width: 100%;
          height: 6px;
          margin: 5px auto;
      }

      .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

      .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

      .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

      .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

      .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

      .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


      /* theme: "dark-thick" */

      .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
          background-color: #000; background-color: rgba(0,0,0,0.1);
          -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
      }

      .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          background-color: #000; background-color: rgba(0,0,0,0.75);
          -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
      }

      .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

      .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

      .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

      .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

      .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

      .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }

      /* ---------------------------------------- */



      /* theme: "light-thin", "dark-thin" */

      .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

      .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

      .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

      .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          width: 100%;
          height: 2px;
          margin: 7px auto;
      }


      /* theme "dark-thin" */

      .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

      .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

      .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

      .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

      .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

      .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

      .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

      .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

      /* ---------------------------------------- */



      /* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

      .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }

      .mCS-rounded.mCSB_scrollTools .mCSB_dragger,
      .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
      .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }

      .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          width: 14px;
          margin: 0 1px;
      }

      .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
      .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
      .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
      .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }

      .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          height: 14px;
          margin: 1px 0;
      }

      .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
      .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
      .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
          width: 16px; /* auto-expanded scrollbar */
          height: 16px;
          margin: -1px 0;
      }

      .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
      .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }

      .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
      .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
      .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
          height: 16px; /* auto-expanded scrollbar */
          width: 16px;
          margin: 0 -1px;
      }

      .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
      .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
          height: 4px; /* auto-expanded scrollbar */
          margin: 6px 0;
      }

      .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }

      .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }

      .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }

      .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }


      /* theme "rounded-dark", "rounded-dots-dark" */

      .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

      .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

      .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

      .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

      .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }

      .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }

      .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }

      .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }


      /* theme "rounded-dots", "rounded-dots-dark" */

      .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
      .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }

      .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
          background-color: transparent;
          background-position: center;
      }

      .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
          background-repeat: repeat-y;
          opacity: 0.3;
          filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
      }

      .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
          height: 4px;
          margin: 6px 0;
          background-repeat: repeat-x;
      }

      .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }

      .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }

      .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }

      .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }


      /* theme "rounded-dots-dark" */

      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
      }

      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }

      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }

      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }

      .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }

      /* ---------------------------------------- */



      /* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

      .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          background-repeat: repeat-y;
          background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
          background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
          background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
          background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
          background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
          background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
      }

      .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          background-repeat: repeat-x;
          background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
          background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
          background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
          background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
          background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
      }


      /* theme "3d", "3d-dark" */

      .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
      .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }

      .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
      .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }

      .mCS-3d.mCSB_scrollTools,
      .mCS-3d-dark.mCSB_scrollTools{
          opacity: 1;
          filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
      }

      .mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }

      .mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
          width: 8px;
          background-color: #000; background-color: rgba(0,0,0,0.2);
          box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
      }

      .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
      .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

      .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

      .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
          width: 100%;
          height: 8px;
          margin: 4px 0;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
      }

      .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          width: 100%;
          height: 8px;
          margin: 4px auto;
      }

      .mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

      .mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

      .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

      .mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


      /* theme "3d-dark" */

      .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
          background-color: #000; background-color: rgba(0,0,0,0.1);
          box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
      }

      .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }

      .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

      .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

      .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

      .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

      /* ---------------------------------------- */



      /* theme: "3d-thick", "3d-thick-dark" */

      .mCS-3d-thick.mCSB_scrollTools,
      .mCS-3d-thick-dark.mCSB_scrollTools{
          opacity: 1;
          filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)";
      }

      .mCS-3d-thick.mCSB_scrollTools,
      .mCS-3d-thick-dark.mCSB_scrollTools,
      .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

      .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
      .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }

      .mCS-3d-thick.mCSB_scrollTools_vertical,
      .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }

      .mCS-3d-thick.mCSB_scrollTools_horizontal,
      .mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
          bottom: 1px;
          box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
      }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
          width: 12px;
          margin: 2px;
          position: absolute;
          height: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
      }

      .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
      .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

      .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          height: 12px;
          width: auto;
      }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
          background-color: #000; background-color: rgba(0,0,0,0.05);
          box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
      }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

      .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }


      /* theme: "3d-thick-dark" */

      .mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }

      .mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }

      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }

      .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }

      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }

      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
          background-color: #fff; background-color: rgba(0,0,0,0.05);
          box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
      }

      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

      .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

      /* ---------------------------------------- */



      /* theme: "minimal", "minimal-dark" */

      .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
      .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
          right: 0;
          margin: 12px 0;
      }

      .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
      .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
      .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
      .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
          bottom: 0;
          margin: 0 12px;
      }

      /* RTL direction/left-side scrollbar */
      .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
      .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
          left: 0;
          right: auto;
      }

      .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }

      .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
      .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }

      .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
      .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }

      .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          background-color: #fff; background-color: rgba(255,255,255,0.2);
          filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
      }

      .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
          background-color: #fff; background-color: rgba(255,255,255,0.5);
          filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
      }


      /* theme: "minimal-dark" */

      .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          background-color: #000; background-color: rgba(0,0,0,0.2);
          filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)";
      }

      .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
          background-color: #000; background-color: rgba(0,0,0,0.5);
          filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)";
      }

      /* ---------------------------------------- */



      /* theme "light-3", "dark-3" */

      .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
          width: 6px;
          background-color: #000; background-color: rgba(0,0,0,0.2);
      }

      .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

      .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
          width: 100%;
          height: 6px;
          margin: 5px 0;
      }

      .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
      .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
          width: 12px;
      }

      .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
      .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
      .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
          height: 12px;
          margin: 2px 0;
      }

      .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

      .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

      .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

      .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


      /* theme "dark-3" */

      .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

      .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

      .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

      .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

      .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

      .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

      .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

      .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }

      /* ---------------------------------------- */



      /* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

      .mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
          width: 12px;
          background-color: #000; background-color: rgba(0,0,0,0.2);
      }

      .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
          width: 6px;
          margin: 3px 5px;
          position: absolute;
          height: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
      }

      .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
          height: 6px;
          margin: 5px 3px;
          position: absolute;
          width: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
      }

      .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
      .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
          width: 100%;
          height: 12px;
          margin: 2px 0;
      }

      .mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
      .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
      .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }

      .mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
      .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
      .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

      .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
      .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
      .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

      .mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
      .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
      .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }


      /* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

      .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

      .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

      .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

      .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }

      .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

      .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

      .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

      .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }


      /* theme "inset-2", "inset-2-dark" */

      .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
          background-color: transparent;
          border-width: 1px;
          border-style: solid;
          border-color: #fff;
          border-color: rgba(255,255,255,0.2);
          -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
      }

      .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }


      /* theme "inset-3", "inset-3-dark" */

      .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }

      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }

      .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

      .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

      .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }

      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

      /* ---------------------------------------- */

  /*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
  .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
    .hamburger:hover {
      opacity: 0.7; }
    .hamburger.is-active:hover {
      opacity: 0.7; }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
      background-color: #000; }

  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 40px;
      height: 4px;
      background-color: #000;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger-inner::before {
      top: -10px; }
    .hamburger-inner::after {
      bottom: -10px; }

  /*
     * 3DX
     */
  .hamburger--3dx .hamburger-box {
    perspective: 80px; }

  .hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

  .hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg); }
    .hamburger--3dx.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dx.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }

  /*
     * 3DX Reverse
     */
  .hamburger--3dx-r .hamburger-box {
    perspective: 80px; }

  .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

  .hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg); }
    .hamburger--3dx-r.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dx-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }

  /*
     * 3DY
     */
  .hamburger--3dy .hamburger-box {
    perspective: 80px; }

  .hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

  .hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg); }
    .hamburger--3dy.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dy.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }

  /*
     * 3DY Reverse
     */
  .hamburger--3dy-r .hamburger-box {
    perspective: 80px; }

  .hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

  .hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg); }
    .hamburger--3dy-r.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dy-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }

  /*
     * 3DXY
     */
  .hamburger--3dxy .hamburger-box {
    perspective: 80px; }

  .hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

  .hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg); }
    .hamburger--3dxy.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dxy.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }

  /*
     * 3DXY Reverse
     */
  .hamburger--3dxy-r .hamburger-box {
    perspective: 80px; }

  .hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

  .hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
    .hamburger--3dxy-r.is-active .hamburger-inner::before {
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--3dxy-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -10px, 0) rotate(-45deg); }

  /*
     * Arrow
     */
  .hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

  .hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

  /*
     * Arrow Right
     */
  .hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

  .hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

  /*
     * Arrow Alt
     */
  .hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

  .hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

  .hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

  .hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

  /*
     * Arrow Alt Right
     */
  .hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

  .hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

  .hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

  .hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

  /*
     * Arrow Turn
     */
  .hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg); }
    .hamburger--arrowturn.is-active .hamburger-inner::before {
      transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
    .hamburger--arrowturn.is-active .hamburger-inner::after {
      transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

  /*
     * Arrow Turn Right
     */
  .hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg); }
    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
      transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
      transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

  /*
     * Boring
     */
  .hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none; }

  .hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg); }
    .hamburger--boring.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0; }
    .hamburger--boring.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg); }

  /*
     * Collapse
     */
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--collapse .hamburger-inner::after {
      top: -20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .hamburger--collapse .hamburger-inner::before {
      transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--collapse.is-active .hamburger-inner::after {
      top: 0;
      opacity: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
    .hamburger--collapse.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(-90deg);
      transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

  /*
     * Collapse Reverse
     */
  .hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--collapse-r .hamburger-inner::after {
      top: -20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
    .hamburger--collapse-r .hamburger-inner::before {
      transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--collapse-r.is-active .hamburger-inner::after {
      top: 0;
      opacity: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
    .hamburger--collapse-r.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(90deg);
      transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

  /*
     * Elastic
     */
  .hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .hamburger--elastic .hamburger-inner::before {
      top: 10px;
      transition: opacity 0.125s 0.275s ease; }
    .hamburger--elastic .hamburger-inner::after {
      top: 20px;
      transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

  .hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s; }
    .hamburger--elastic.is-active .hamburger-inner::before {
      transition-delay: 0s;
      opacity: 0; }
    .hamburger--elastic.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(-270deg);
      transition-delay: 0.075s; }

  /*
     * Elastic Reverse
     */
  .hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .hamburger--elastic-r .hamburger-inner::before {
      top: 10px;
      transition: opacity 0.125s 0.275s ease; }
    .hamburger--elastic-r .hamburger-inner::after {
      top: 20px;
      transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

  .hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s; }
    .hamburger--elastic-r.is-active .hamburger-inner::before {
      transition-delay: 0s;
      opacity: 0; }
    .hamburger--elastic-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(270deg);
      transition-delay: 0.075s; }

  /*
     * Emphatic
     */
  .hamburger--emphatic {
    overflow: hidden; }
    .hamburger--emphatic .hamburger-inner {
      transition: background-color 0.125s 0.175s ease-in; }
      .hamburger--emphatic .hamburger-inner::before {
        left: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
      .hamburger--emphatic .hamburger-inner::after {
        top: 10px;
        right: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
    .hamburger--emphatic.is-active .hamburger-inner {
      transition-delay: 0s;
      transition-timing-function: ease-out;
      background-color: transparent !important; }
      .hamburger--emphatic.is-active .hamburger-inner::before {
        left: -80px;
        top: -80px;
        transform: translate3d(80px, 80px, 0) rotate(45deg);
        transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .hamburger--emphatic.is-active .hamburger-inner::after {
        right: -80px;
        top: -80px;
        transform: translate3d(-80px, 80px, 0) rotate(-45deg);
        transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

  /*
     * Emphatic Reverse
     */
  .hamburger--emphatic-r {
    overflow: hidden; }
    .hamburger--emphatic-r .hamburger-inner {
      transition: background-color 0.125s 0.175s ease-in; }
      .hamburger--emphatic-r .hamburger-inner::before {
        left: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
      .hamburger--emphatic-r .hamburger-inner::after {
        top: 10px;
        right: 0;
        transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r.is-active .hamburger-inner {
      transition-delay: 0s;
      transition-timing-function: ease-out;
      background-color: transparent !important; }
      .hamburger--emphatic-r.is-active .hamburger-inner::before {
        left: -80px;
        top: 80px;
        transform: translate3d(80px, -80px, 0) rotate(-45deg);
        transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .hamburger--emphatic-r.is-active .hamburger-inner::after {
        right: -80px;
        top: 80px;
        transform: translate3d(-80px, -80px, 0) rotate(45deg);
        transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

  /*
     * Minus
     */
  .hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

  .hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

  .hamburger--minus.is-active .hamburger-inner::before {
    top: 0; }

  .hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0; }

  /*
     * Slider
     */
  .hamburger--slider .hamburger-inner {
    top: 2px; }
    .hamburger--slider .hamburger-inner::before {
      top: 10px;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.15s; }
    .hamburger--slider .hamburger-inner::after {
      top: 20px; }

  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--slider.is-active .hamburger-inner::before {
      transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
      opacity: 0; }
    .hamburger--slider.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(-90deg); }

  /*
     * Slider Reverse
     */
  .hamburger--slider-r .hamburger-inner {
    top: 2px; }
    .hamburger--slider-r .hamburger-inner::before {
      top: 10px;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.15s; }
    .hamburger--slider-r .hamburger-inner::after {
      top: 20px; }

  .hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
    .hamburger--slider-r.is-active .hamburger-inner::before {
      transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
      opacity: 0; }
    .hamburger--slider-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(90deg); }

  /*
     * Spin
     */
  .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::before {
      transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .hamburger--spin .hamburger-inner::after {
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .hamburger--spin.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

  /*
     * Spin Reverse
     */
  .hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin-r .hamburger-inner::before {
      transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .hamburger--spin-r .hamburger-inner::after {
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin-r.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .hamburger--spin-r.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(90deg);
      transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

  /*
     * Spring
     */
  .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
      top: 10px;
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
      top: 20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
    .hamburger--spring.is-active .hamburger-inner::before {
      top: 0;
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
      top: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(-45deg); }

  /*
     * Spring Reverse
     */
  .hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring-r .hamburger-inner::after {
      top: -20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
    .hamburger--spring-r .hamburger-inner::before {
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spring-r.is-active .hamburger-inner::after {
      top: 0;
      opacity: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
    .hamburger--spring-r.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(90deg);
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

  /*
     * Stand
     */
  .hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
    .hamburger--stand .hamburger-inner::before {
      transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--stand .hamburger-inner::after {
      transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
    .hamburger--stand.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(-45deg);
      transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--stand.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(45deg);
      transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

  /*
     * Stand Reverse
     */
  .hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
    .hamburger--stand-r .hamburger-inner::before {
      transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--stand-r .hamburger-inner::after {
      transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
    .hamburger--stand-r.is-active .hamburger-inner::before {
      top: 0;
      transform: rotate(-45deg);
      transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--stand-r.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(45deg);
      transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

  /*
     * Squeeze
     */
  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--squeeze .hamburger-inner::before {
      transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
    .hamburger--squeeze .hamburger-inner::after {
      transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--squeeze.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .hamburger--squeeze.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

  /*
     * Vortex
     */
  .hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
      transition-duration: 0s;
      transition-delay: 0.1s;
      transition-timing-function: linear; }
    .hamburger--vortex .hamburger-inner::before {
      transition-property: top, opacity; }
    .hamburger--vortex .hamburger-inner::after {
      transition-property: bottom, transform; }

  .hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
      transition-delay: 0s; }
    .hamburger--vortex.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0; }
    .hamburger--vortex.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(90deg); }

  /*
     * Vortex Reverse
     */
  .hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
      transition-duration: 0s;
      transition-delay: 0.1s;
      transition-timing-function: linear; }
    .hamburger--vortex-r .hamburger-inner::before {
      transition-property: top, opacity; }
    .hamburger--vortex-r .hamburger-inner::after {
      transition-property: bottom, transform; }

  .hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
      transition-delay: 0s; }
    .hamburger--vortex-r.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0; }
    .hamburger--vortex-r.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg); }

  /**
   * EasyZoom core styles
   */
  .easyzoom {
      position: relative;

      /* 'Shrink-wrap' the element */
      display: inline-block;
      *display: inline;
      *zoom: 1;
  }

  .easyzoom img {
      vertical-align: bottom;
  }

  .easyzoom.is-loading img {
      cursor: progress;
  }

  .easyzoom.is-ready img {
      cursor: crosshair;
  }

  .easyzoom.is-error  img {
      cursor: not-allowed;
  }

  .easyzoom-notice {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 150;
      width: 10em;
      margin: -1em 0 0 -5em;
      line-height: 2em;
      text-align: center;
      background: #FFF;
      box-shadow: 0 0 10px #888;
  }

  .easyzoom-flyout {
      position:absolute;
      z-index: 100;
      overflow: hidden;
      background: #FFF;
  }

  /**
   * EasyZoom layout variations
   */
  .easyzoom--overlay .easyzoom-flyout {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  .easyzoom--adjacent .easyzoom-flyout {
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      margin-left: 20px;
  }

  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

  body {
    margin: 0; }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block; }

  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline; }

  audio:not([controls]) {
    display: none;
    height: 0; }

  [hidden],
  template {
    display: none; }

  a {
    background-color: transparent; }

  a:active,
  a:hover {
    outline: 0; }

  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted; }

  b,
  strong {
    font-weight: bold; }

  dfn {
    font-style: italic; }

  h1 {
    font-size: 2em;
    margin: 0.67em 0; }

  mark {
    background: #ff0;
    color: #000; }

  small {
    font-size: 80%; }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

  sup {
    top: -0.5em; }

  sub {
    bottom: -0.25em; }

  img {
    border: 0; }

  svg:not(:root) {
    overflow: hidden; }

  figure {
    margin: 1em 40px; }

  hr {
    box-sizing: content-box;
    height: 0; }

  pre {
    overflow: auto; }

  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

  button {
    overflow: visible; }

  button,
  select {
    text-transform: none; }

  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

  button[disabled],
  html input[disabled] {
    cursor: default; }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

  input {
    line-height: normal; }

  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

  legend {
    border: 0;
    padding: 0; }

  textarea {
    overflow: auto; }

  optgroup {
    font-weight: bold; }

  table {
    border-collapse: collapse;
    border-spacing: 0; }

  td,
  th {
    padding: 0; }

  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  @media print {
    *,
    *:before,
    *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important; }
    a,
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
    abbr[title]:after {
      content: " (" attr(title) ")"; }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: ""; }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr,
    img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3; }
    h2,
    h3 {
      page-break-after: avoid; }
    .navbar {
      display: none; }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .label {
      border: 1px solid #000; }
    .table {
      border-collapse: collapse !important; }
      .table td,
      .table th {
        background-color: #fff !important; }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important; } }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff; }

  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

  a {
    color: #337ab7;
    text-decoration: none; }
    a:hover, a:focus {
      color: #23527c;
      text-decoration: underline; }
    a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }

  figure {
    margin: 0; }

  img {
    vertical-align: middle; }

  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

  .img-rounded {
    border-radius: 6px; }

  .img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

  .img-circle {
    border-radius: 50%; }

  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

  [role="button"] {
    cursor: pointer; }

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
      font-weight: 400;
      line-height: 1;
      color: #777777; }

  h1, .h1,
  h2, .h2,
  h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
      font-size: 65%; }

  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
      font-size: 75%; }

  h1, .h1 {
    font-size: 36px; }

  h2, .h2 {
    font-size: 30px; }

  h3, .h3 {
    font-size: 24px; }

  h4, .h4 {
    font-size: 18px; }

  h5, .h5 {
    font-size: 14px; }

  h6, .h6 {
    font-size: 12px; }

  p {
    margin: 0 0 10px; }

  .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .lead {
        font-size: 21px; } }

  small,
  .small {
    font-size: 85%; }

  mark,
  .mark {
    padding: .2em;
    background-color: #fcf8e3; }

  .text-left {
    text-align: left; }

  .text-right {
    text-align: right; }

  .text-center {
    text-align: center; }

  .text-justify {
    text-align: justify; }

  .text-nowrap {
    white-space: nowrap; }

  .text-lowercase {
    text-transform: lowercase; }

  .text-uppercase, .initialism {
    text-transform: uppercase; }

  .text-capitalize {
    text-transform: capitalize; }

  .text-muted {
    color: #777777; }

  .text-primary {
    color: #337ab7; }

  a.text-primary:hover,
  a.text-primary:focus {
    color: #286090; }

  .text-success {
    color: #3c763d; }

  a.text-success:hover,
  a.text-success:focus {
    color: #2b542c; }

  .text-info {
    color: #31708f; }

  a.text-info:hover,
  a.text-info:focus {
    color: #245269; }

  .text-warning {
    color: #8a6d3b; }

  a.text-warning:hover,
  a.text-warning:focus {
    color: #66512c; }

  .text-danger {
    color: #a94442; }

  a.text-danger:hover,
  a.text-danger:focus {
    color: #843534; }

  .bg-primary {
    color: #fff; }

  .bg-primary {
    background-color: #337ab7; }

  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: #286090; }

  .bg-success {
    background-color: #dff0d8; }

  a.bg-success:hover,
  a.bg-success:focus {
    background-color: #c1e2b3; }

  .bg-info {
    background-color: #d9edf7; }

  a.bg-info:hover,
  a.bg-info:focus {
    background-color: #afd9ee; }

  .bg-warning {
    background-color: #fcf8e3; }

  a.bg-warning:hover,
  a.bg-warning:focus {
    background-color: #f7ecb5; }

  .bg-danger {
    background-color: #f2dede; }

  a.bg-danger:hover,
  a.bg-danger:focus {
    background-color: #e4b9b9; }

  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }

  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px; }
    ul ul,
    ul ol,
    ol ul,
    ol ol {
      margin-bottom: 0; }

  .list-unstyled {
    padding-left: 0;
    list-style: none; }

  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    .list-inline > li {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px; }

  dl {
    margin-top: 0;
    margin-bottom: 20px; }

  dt,
  dd {
    line-height: 1.428571429; }

  dt {
    font-weight: 700; }

  dd {
    margin-left: 0; }

  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " "; }

  .dl-horizontal dd:after {
    clear: both; }

  @media (min-width: 768px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .dl-horizontal dd {
      margin-left: 180px; } }

  abbr[title],
  abbr[data-original-title] {
    cursor: help; }

  .initialism {
    font-size: 90%; }

  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
      margin-bottom: 0; }
    blockquote footer,
    blockquote small,
    blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.428571429;
      color: #777777; }
      blockquote footer:before,
      blockquote small:before,
      blockquote .small:before {
        content: "\2014 \00A0"; }

  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    .blockquote-reverse footer:before,
    .blockquote-reverse small:before,
    .blockquote-reverse .small:before,
    blockquote.pull-right footer:before,
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ""; }
    .blockquote-reverse footer:after,
    .blockquote-reverse small:after,
    .blockquote-reverse .small:after,
    blockquote.pull-right footer:after,
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: "\00A0 \2014"; }

  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429; }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    .container:before, .container:after {
      display: table;
      content: " "; }
    .container:after {
      clear: both; }
    @media (min-width: 768px) {
      .container {
        width: 750px; } }
    @media (min-width: 992px) {
      .container {
        width: 970px; } }
    @media (min-width: 1200px) {
      .container {
        width: 1170px; } }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    .container-fluid:before, .container-fluid:after {
      display: table;
      content: " "; }
    .container-fluid:after {
      clear: both; }

  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row:before, .row:after {
      display: table;
      content: " "; }
    .row:after {
      clear: both; }

  .row-no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .row-no-gutters [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

  .col-xs-1 {
    width: 8.3333333333%; }

  .col-xs-2 {
    width: 16.6666666667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.3333333333%; }

  .col-xs-5 {
    width: 41.6666666667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.3333333333%; }

  .col-xs-8 {
    width: 66.6666666667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.3333333333%; }

  .col-xs-11 {
    width: 91.6666666667%; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-pull-0 {
    right: auto; }

  .col-xs-pull-1 {
    right: 8.3333333333%; }

  .col-xs-pull-2 {
    right: 16.6666666667%; }

  .col-xs-pull-3 {
    right: 25%; }

  .col-xs-pull-4 {
    right: 33.3333333333%; }

  .col-xs-pull-5 {
    right: 41.6666666667%; }

  .col-xs-pull-6 {
    right: 50%; }

  .col-xs-pull-7 {
    right: 58.3333333333%; }

  .col-xs-pull-8 {
    right: 66.6666666667%; }

  .col-xs-pull-9 {
    right: 75%; }

  .col-xs-pull-10 {
    right: 83.3333333333%; }

  .col-xs-pull-11 {
    right: 91.6666666667%; }

  .col-xs-pull-12 {
    right: 100%; }

  .col-xs-push-0 {
    left: auto; }

  .col-xs-push-1 {
    left: 8.3333333333%; }

  .col-xs-push-2 {
    left: 16.6666666667%; }

  .col-xs-push-3 {
    left: 25%; }

  .col-xs-push-4 {
    left: 33.3333333333%; }

  .col-xs-push-5 {
    left: 41.6666666667%; }

  .col-xs-push-6 {
    left: 50%; }

  .col-xs-push-7 {
    left: 58.3333333333%; }

  .col-xs-push-8 {
    left: 66.6666666667%; }

  .col-xs-push-9 {
    left: 75%; }

  .col-xs-push-10 {
    left: 83.3333333333%; }

  .col-xs-push-11 {
    left: 91.6666666667%; }

  .col-xs-push-12 {
    left: 100%; }

  .col-xs-offset-0 {
    margin-left: 0%; }

  .col-xs-offset-1 {
    margin-left: 8.3333333333%; }

  .col-xs-offset-2 {
    margin-left: 16.6666666667%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-4 {
    margin-left: 33.3333333333%; }

  .col-xs-offset-5 {
    margin-left: 41.6666666667%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-7 {
    margin-left: 58.3333333333%; }

  .col-xs-offset-8 {
    margin-left: 66.6666666667%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-10 {
    margin-left: 83.3333333333%; }

  .col-xs-offset-11 {
    margin-left: 91.6666666667%; }

  .col-xs-offset-12 {
    margin-left: 100%; }

  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left; }
    .col-sm-1 {
      width: 8.3333333333%; }
    .col-sm-2 {
      width: 16.6666666667%; }
    .col-sm-3 {
      width: 25%; }
    .col-sm-4 {
      width: 33.3333333333%; }
    .col-sm-5 {
      width: 41.6666666667%; }
    .col-sm-6 {
      width: 50%; }
    .col-sm-7 {
      width: 58.3333333333%; }
    .col-sm-8 {
      width: 66.6666666667%; }
    .col-sm-9 {
      width: 75%; }
    .col-sm-10 {
      width: 83.3333333333%; }
    .col-sm-11 {
      width: 91.6666666667%; }
    .col-sm-12 {
      width: 100%; }
    .col-sm-pull-0 {
      right: auto; }
    .col-sm-pull-1 {
      right: 8.3333333333%; }
    .col-sm-pull-2 {
      right: 16.6666666667%; }
    .col-sm-pull-3 {
      right: 25%; }
    .col-sm-pull-4 {
      right: 33.3333333333%; }
    .col-sm-pull-5 {
      right: 41.6666666667%; }
    .col-sm-pull-6 {
      right: 50%; }
    .col-sm-pull-7 {
      right: 58.3333333333%; }
    .col-sm-pull-8 {
      right: 66.6666666667%; }
    .col-sm-pull-9 {
      right: 75%; }
    .col-sm-pull-10 {
      right: 83.3333333333%; }
    .col-sm-pull-11 {
      right: 91.6666666667%; }
    .col-sm-pull-12 {
      right: 100%; }
    .col-sm-push-0 {
      left: auto; }
    .col-sm-push-1 {
      left: 8.3333333333%; }
    .col-sm-push-2 {
      left: 16.6666666667%; }
    .col-sm-push-3 {
      left: 25%; }
    .col-sm-push-4 {
      left: 33.3333333333%; }
    .col-sm-push-5 {
      left: 41.6666666667%; }
    .col-sm-push-6 {
      left: 50%; }
    .col-sm-push-7 {
      left: 58.3333333333%; }
    .col-sm-push-8 {
      left: 66.6666666667%; }
    .col-sm-push-9 {
      left: 75%; }
    .col-sm-push-10 {
      left: 83.3333333333%; }
    .col-sm-push-11 {
      left: 91.6666666667%; }
    .col-sm-push-12 {
      left: 100%; }
    .col-sm-offset-0 {
      margin-left: 0%; }
    .col-sm-offset-1 {
      margin-left: 8.3333333333%; }
    .col-sm-offset-2 {
      margin-left: 16.6666666667%; }
    .col-sm-offset-3 {
      margin-left: 25%; }
    .col-sm-offset-4 {
      margin-left: 33.3333333333%; }
    .col-sm-offset-5 {
      margin-left: 41.6666666667%; }
    .col-sm-offset-6 {
      margin-left: 50%; }
    .col-sm-offset-7 {
      margin-left: 58.3333333333%; }
    .col-sm-offset-8 {
      margin-left: 66.6666666667%; }
    .col-sm-offset-9 {
      margin-left: 75%; }
    .col-sm-offset-10 {
      margin-left: 83.3333333333%; }
    .col-sm-offset-11 {
      margin-left: 91.6666666667%; }
    .col-sm-offset-12 {
      margin-left: 100%; } }

  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left; }
    .col-md-1 {
      width: 8.3333333333%; }
    .col-md-2 {
      width: 16.6666666667%; }
    .col-md-3 {
      width: 25%; }
    .col-md-4 {
      width: 33.3333333333%; }
    .col-md-5 {
      width: 41.6666666667%; }
    .col-md-6 {
      width: 50%; }
    .col-md-7 {
      width: 58.3333333333%; }
    .col-md-8 {
      width: 66.6666666667%; }
    .col-md-9 {
      width: 75%; }
    .col-md-10 {
      width: 83.3333333333%; }
    .col-md-11 {
      width: 91.6666666667%; }
    .col-md-12 {
      width: 100%; }
    .col-md-pull-0 {
      right: auto; }
    .col-md-pull-1 {
      right: 8.3333333333%; }
    .col-md-pull-2 {
      right: 16.6666666667%; }
    .col-md-pull-3 {
      right: 25%; }
    .col-md-pull-4 {
      right: 33.3333333333%; }
    .col-md-pull-5 {
      right: 41.6666666667%; }
    .col-md-pull-6 {
      right: 50%; }
    .col-md-pull-7 {
      right: 58.3333333333%; }
    .col-md-pull-8 {
      right: 66.6666666667%; }
    .col-md-pull-9 {
      right: 75%; }
    .col-md-pull-10 {
      right: 83.3333333333%; }
    .col-md-pull-11 {
      right: 91.6666666667%; }
    .col-md-pull-12 {
      right: 100%; }
    .col-md-push-0 {
      left: auto; }
    .col-md-push-1 {
      left: 8.3333333333%; }
    .col-md-push-2 {
      left: 16.6666666667%; }
    .col-md-push-3 {
      left: 25%; }
    .col-md-push-4 {
      left: 33.3333333333%; }
    .col-md-push-5 {
      left: 41.6666666667%; }
    .col-md-push-6 {
      left: 50%; }
    .col-md-push-7 {
      left: 58.3333333333%; }
    .col-md-push-8 {
      left: 66.6666666667%; }
    .col-md-push-9 {
      left: 75%; }
    .col-md-push-10 {
      left: 83.3333333333%; }
    .col-md-push-11 {
      left: 91.6666666667%; }
    .col-md-push-12 {
      left: 100%; }
    .col-md-offset-0 {
      margin-left: 0%; }
    .col-md-offset-1 {
      margin-left: 8.3333333333%; }
    .col-md-offset-2 {
      margin-left: 16.6666666667%; }
    .col-md-offset-3 {
      margin-left: 25%; }
    .col-md-offset-4 {
      margin-left: 33.3333333333%; }
    .col-md-offset-5 {
      margin-left: 41.6666666667%; }
    .col-md-offset-6 {
      margin-left: 50%; }
    .col-md-offset-7 {
      margin-left: 58.3333333333%; }
    .col-md-offset-8 {
      margin-left: 66.6666666667%; }
    .col-md-offset-9 {
      margin-left: 75%; }
    .col-md-offset-10 {
      margin-left: 83.3333333333%; }
    .col-md-offset-11 {
      margin-left: 91.6666666667%; }
    .col-md-offset-12 {
      margin-left: 100%; } }

  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left; }
    .col-lg-1 {
      width: 8.3333333333%; }
    .col-lg-2 {
      width: 16.6666666667%; }
    .col-lg-3 {
      width: 25%; }
    .col-lg-4 {
      width: 33.3333333333%; }
    .col-lg-5 {
      width: 41.6666666667%; }
    .col-lg-6 {
      width: 50%; }
    .col-lg-7 {
      width: 58.3333333333%; }
    .col-lg-8 {
      width: 66.6666666667%; }
    .col-lg-9 {
      width: 75%; }
    .col-lg-10 {
      width: 83.3333333333%; }
    .col-lg-11 {
      width: 91.6666666667%; }
    .col-lg-12 {
      width: 100%; }
    .col-lg-pull-0 {
      right: auto; }
    .col-lg-pull-1 {
      right: 8.3333333333%; }
    .col-lg-pull-2 {
      right: 16.6666666667%; }
    .col-lg-pull-3 {
      right: 25%; }
    .col-lg-pull-4 {
      right: 33.3333333333%; }
    .col-lg-pull-5 {
      right: 41.6666666667%; }
    .col-lg-pull-6 {
      right: 50%; }
    .col-lg-pull-7 {
      right: 58.3333333333%; }
    .col-lg-pull-8 {
      right: 66.6666666667%; }
    .col-lg-pull-9 {
      right: 75%; }
    .col-lg-pull-10 {
      right: 83.3333333333%; }
    .col-lg-pull-11 {
      right: 91.6666666667%; }
    .col-lg-pull-12 {
      right: 100%; }
    .col-lg-push-0 {
      left: auto; }
    .col-lg-push-1 {
      left: 8.3333333333%; }
    .col-lg-push-2 {
      left: 16.6666666667%; }
    .col-lg-push-3 {
      left: 25%; }
    .col-lg-push-4 {
      left: 33.3333333333%; }
    .col-lg-push-5 {
      left: 41.6666666667%; }
    .col-lg-push-6 {
      left: 50%; }
    .col-lg-push-7 {
      left: 58.3333333333%; }
    .col-lg-push-8 {
      left: 66.6666666667%; }
    .col-lg-push-9 {
      left: 75%; }
    .col-lg-push-10 {
      left: 83.3333333333%; }
    .col-lg-push-11 {
      left: 91.6666666667%; }
    .col-lg-push-12 {
      left: 100%; }
    .col-lg-offset-0 {
      margin-left: 0%; }
    .col-lg-offset-1 {
      margin-left: 8.3333333333%; }
    .col-lg-offset-2 {
      margin-left: 16.6666666667%; }
    .col-lg-offset-3 {
      margin-left: 25%; }
    .col-lg-offset-4 {
      margin-left: 33.3333333333%; }
    .col-lg-offset-5 {
      margin-left: 41.6666666667%; }
    .col-lg-offset-6 {
      margin-left: 50%; }
    .col-lg-offset-7 {
      margin-left: 58.3333333333%; }
    .col-lg-offset-8 {
      margin-left: 66.6666666667%; }
    .col-lg-offset-9 {
      margin-left: 75%; }
    .col-lg-offset-10 {
      margin-left: 83.3333333333%; }
    .col-lg-offset-11 {
      margin-left: 91.6666666667%; }
    .col-lg-offset-12 {
      margin-left: 100%; } }

  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    .fade.in {
      opacity: 1; }

  .collapse {
    display: none; }
    .collapse.in {
      display: block; }

  tr.collapse.in {
    display: table-row; }

  tbody.collapse.in {
    display: table-row-group; }

  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .nav:before, .nav:after {
      display: table;
      content: " "; }
    .nav:after {
      clear: both; }
    .nav > li {
      position: relative;
      display: block; }
      .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
        .nav > li > a:hover, .nav > li > a:focus {
          text-decoration: none;
          background-color: #eeeeee; }
      .nav > li.disabled > a {
        color: #777777; }
        .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
          color: #777777;
          text-decoration: none;
          cursor: not-allowed;
          background-color: transparent; }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #337ab7; }
    .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .nav > li > a > img {
      max-width: none; }

  .nav-tabs {
    border-bottom: 1px solid #ddd; }
    .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
      .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.428571429;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; }
        .nav-tabs > li > a:hover {
          border-color: #eeeeee #eeeeee #ddd; }
      .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent; }

  .nav-pills > li {
    float: left; }
    .nav-pills > li > a {
      border-radius: 4px; }
    .nav-pills > li + li {
      margin-left: 2px; }
    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #337ab7; }

  .nav-stacked > li {
    float: none; }
    .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0; }

  .nav-justified, .nav-tabs.nav-justified {
    width: 100%; }
    .nav-justified > li, .nav-tabs.nav-justified > li {
      float: none; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center; }
    .nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    @media (min-width: 768px) {
      .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
          margin-bottom: 0; } }

  .nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0; }
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #ddd; }
    @media (min-width: 768px) {
      .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
      .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
      .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
      .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }

  .tab-content > .tab-pane {
    display: none; }

  .tab-content > .active {
    display: block; }

  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

  .panel-body {
    padding: 15px; }
    .panel-body:before, .panel-body:after {
      display: table;
      content: " "; }
    .panel-body:after {
      clear: both; }

  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel-heading > .dropdown .dropdown-toggle {
      color: inherit; }

  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
      color: inherit; }

  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }

  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }

  .list-group + .panel-footer {
    border-top-width: 0; }

  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0; }
    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
      padding-right: 15px;
      padding-left: 15px; }

  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px; }
      .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px; }

  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
      .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
      .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }

  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }

  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }

  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0; }
    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }

  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }

  .panel-group {
    margin-bottom: 20px; }
    .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
      .panel-group .panel + .panel {
        margin-top: 5px; }
    .panel-group .panel-heading {
      border-bottom: 0; }
      .panel-group .panel-heading + .panel-collapse > .panel-body,
      .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #ddd; }
    .panel-group .panel-footer {
      border-top: 0; }
      .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }

  .panel-default {
    border-color: #ddd; }
    .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
      .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd; }
      .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
    .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ddd; }

  .panel-primary {
    border-color: #337ab7; }
    .panel-primary > .panel-heading {
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7; }
      .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #337ab7; }
      .panel-primary > .panel-heading .badge {
        color: #337ab7;
        background-color: #fff; }
    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #337ab7; }

  .panel-success {
    border-color: #d6e9c6; }
    .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
      .panel-success > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #d6e9c6; }
      .panel-success > .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
    .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6; }

  .panel-info {
    border-color: #bce8f1; }
    .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
      .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1; }
      .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
    .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1; }

  .panel-warning {
    border-color: #faebcc; }
    .panel-warning > .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
      .panel-warning > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #faebcc; }
      .panel-warning > .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #faebcc; }

  .panel-danger {
    border-color: #ebccd1; }
    .panel-danger > .panel-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
      .panel-danger > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ebccd1; }
      .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #a94442; }
    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1; }

  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2; }
    .close:hover, .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      filter: alpha(opacity=50);
      opacity: 0.5; }

  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none; }

  .modal-open {
    overflow: hidden; }

  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
    .modal.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -moz-transition: -moz-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    .modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }

  .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0; }

  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .modal-backdrop.fade {
      filter: alpha(opacity=0);
      opacity: 0; }
    .modal-backdrop.in {
      filter: alpha(opacity=50);
      opacity: 0.5; }

  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
    .modal-header:before, .modal-header:after {
      display: table;
      content: " "; }
    .modal-header:after {
      clear: both; }

  .modal-header .close {
    margin-top: -2px; }

  .modal-title {
    margin: 0;
    line-height: 1.428571429; }

  .modal-body {
    position: relative;
    padding: 15px; }

  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
    .modal-footer:before, .modal-footer:after {
      display: table;
      content: " "; }
    .modal-footer:after {
      clear: both; }
    .modal-footer .btn + .btn {
      margin-bottom: 0;
      margin-left: 5px; }
    .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .modal-footer .btn-block + .btn-block {
      margin-left: 0; }

  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .modal-sm {
      width: 300px; } }

  @media (min-width: 992px) {
    .modal-lg {
      width: 900px; } }

  .carousel {
    position: relative; }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .carousel-inner > .item {
      position: relative;
      display: none;
      -webkit-transition: 0.6s ease-in-out left;
      -o-transition: 0.6s ease-in-out left;
      transition: 0.6s ease-in-out left; }
      .carousel-inner > .item > img,
      .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1; }
      @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-inner > .item {
          -webkit-transition: -webkit-transform 0.6s ease-in-out;
          -moz-transition: -moz-transform 0.6s ease-in-out;
          -o-transition: -o-transform 0.6s ease-in-out;
          transition: transform 0.6s ease-in-out;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-perspective: 1000px;
          -moz-perspective: 1000px;
          perspective: 1000px; }
          .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0; }
          .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0; }
          .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0; } }
    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
      display: block; }
    .carousel-inner > .active {
      left: 0; }
    .carousel-inner > .next,
    .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    .carousel-inner > .next {
      left: 100%; }
    .carousel-inner > .prev {
      left: -100%; }
    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
      left: 0; }
    .carousel-inner > .active.left {
      left: -100%; }
    .carousel-inner > .active.right {
      left: 100%; }

  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: 0.5; }
    .carousel-control.left {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x; }
    .carousel-control.right {
      right: 0;
      left: auto;
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x; }
    .carousel-control:hover, .carousel-control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      filter: alpha(opacity=90);
      opacity: 0.9; }
    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
      margin-top: -10px; }
    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
      left: 50%;
      margin-left: -10px; }
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
      right: 50%;
      margin-right: -10px; }
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 20px;
      height: 20px;
      font-family: serif;
      line-height: 1; }
    .carousel-control .icon-prev:before {
      content: "\2039"; }
    .carousel-control .icon-next:before {
      content: "\203a"; }

  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none; }
    .carousel-indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 1px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 10px; }
    .carousel-indicators .active {
      width: 12px;
      height: 12px;
      margin: 0;
      background-color: #fff; }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .carousel-caption .btn {
      text-shadow: none; }

  @media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px; }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -10px; }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -10px; }
    .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px; }
    .carousel-indicators {
      bottom: 20px; } }

  .clearfix:before, .clearfix:after {
    display: table;
    content: " "; }

  .clearfix:after {
    clear: both; }

  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .pull-right {
    float: right !important; }

  .pull-left {
    float: left !important; }

  .hide {
    display: none !important; }

  .show {
    display: block !important; }

  .invisible {
    visibility: hidden; }

  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

  .hidden {
    display: none !important; }

  .affix {
    position: fixed; }

  @-ms-viewport {
    width: device-width; }

  .visible-xs {
    display: none !important; }

  .visible-sm {
    display: none !important; }

  .visible-md {
    display: none !important; }

  .visible-lg {
    display: none !important; }

  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important; }

  @media (max-width: 767px) {
    .visible-xs {
      display: block !important; }
    table.visible-xs {
      display: table !important; }
    tr.visible-xs {
      display: table-row !important; }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important; } }

  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important; } }

  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important; } }

  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important; } }

  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important; }
    table.visible-sm {
      display: table !important; }
    tr.visible-sm {
      display: table-row !important; }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important; } }

  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
      display: block !important; } }

  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
      display: inline !important; } }

  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
      display: inline-block !important; } }

  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important; }
    table.visible-md {
      display: table !important; }
    tr.visible-md {
      display: table-row !important; }
    th.visible-md,
    td.visible-md {
      display: table-cell !important; } }

  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
      display: block !important; } }

  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
      display: inline !important; } }

  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
      display: inline-block !important; } }

  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important; }
    table.visible-lg {
      display: table !important; }
    tr.visible-lg {
      display: table-row !important; }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important; } }

  @media (min-width: 1200px) {
    .visible-lg-block {
      display: block !important; } }

  @media (min-width: 1200px) {
    .visible-lg-inline {
      display: inline !important; } }

  @media (min-width: 1200px) {
    .visible-lg-inline-block {
      display: inline-block !important; } }

  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important; } }

  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important; } }

  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important; } }

  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important; } }

  .visible-print {
    display: none !important; }

  @media print {
    .visible-print {
      display: block !important; }
    table.visible-print {
      display: table !important; }
    tr.visible-print {
      display: table-row !important; }
    th.visible-print,
    td.visible-print {
      display: table-cell !important; } }

  .visible-print-block {
    display: none !important; }
    @media print {
      .visible-print-block {
        display: block !important; } }

  .visible-print-inline {
    display: none !important; }
    @media print {
      .visible-print-inline {
        display: inline !important; } }

  .visible-print-inline-block {
    display: none !important; }
    @media print {
      .visible-print-inline-block {
        display: inline-block !important; } }

  @media print {
    .hidden-print {
      display: none !important; } }

  .ui__alert {
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 999999; }
    @media (max-width: 640px) {
      .ui__alert {
        left: 20px;
        right: 20px; } }

    .ui__alert--main {
      width: 560px;
      margin: 0px auto;
      background-color: #eeeeee;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      padding: 15px 20px 15px 55px;
      position: relative; }

    @media (max-width: 640px) {
      .ui__alert--main {
        width: 100%; } }
    .ui__alert--content {
      font-size: 14px;
      font-weight: normal;
      color: #444444; }
      .ui__alert--content a {
        text-decoration: underline; }
    .ui__alert--icon {
      position: absolute;
      top: 12px;
      left: 20px;
      font-size: 26px;
      line-height: 26px;
      color: #999999; }
    .ui__alert--accept .ui__alert--main, .ui__alert--success .ui__alert--main {
      background-color: #4e9f2a; }
    .ui__alert--accept .ui__alert--content, .ui__alert--success .ui__alert--content {
      color: #ffffff; }
      .ui__alert--accept .ui__alert--content a, .ui__alert--success .ui__alert--content a {
        color: #ffffff; }
    .ui__alert--accept .ui__alert--icon, .ui__alert--success .ui__alert--icon {
      color: #345525; }
    .ui__alert--error .ui__alert--main, .ui__alert--danger .ui__alert--main {
      background-color: #be3333; }
    .ui__alert--error .ui__alert--content, .ui__alert--danger .ui__alert--content {
      color: #ffffff; }
      .ui__alert--error .ui__alert--content a, .ui__alert--danger .ui__alert--content a {
        color: #ffffff; }
    .ui__alert--error .ui__alert--icon, .ui__alert--danger .ui__alert--icon {
      color: #712121; }
    .ui__alert--warning .ui__alert--main {
      background-color: #f9bf2c; }
    .ui__alert--warning .ui__alert--content {
      color: #36464e; }
      .ui__alert--warning .ui__alert--content a {
        color: #36464e; }
    .ui__alert--warning .ui__alert--icon {
      color: #ab8628; }

  @font-face {
    font-family: 'Wavehaus';
    src: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-66Book.eot");
    src: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-66Book.eot?#iefix") format("embedded-opentype"), url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-66Book.woff") format("woff"), url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-66Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; }

  @font-face {
    font-family: 'Wavehaus';
    src: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-42Light.eot");
    src: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-42Light.eot?#iefix") format("embedded-opentype"), url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-42Light.woff") format("woff"), url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-42Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; }

  @font-face {
    font-family: 'Wavehaus';
    src: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-95SemiBold.eot");
    src: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-95SemiBold.eot?#iefix") format("embedded-opentype"), url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-95SemiBold.woff") format("woff"), url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-95SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal; }

  @font-face {
    font-family: 'Wavehaus';
    src: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-128Bold.eot");
    src: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-128Bold.eot?#iefix") format("embedded-opentype"), url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-128Bold.woff") format("woff"), url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/fonts/Wavehaus-128Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; }

  ._scroll--off {
    overflow: hidden !important; }

  body {
    font-family: "Wavehaus", sans-serif;
    color: #001133; }

  a {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #7e5093; }

  a:hover {
    text-decoration: none;
    color: #5d366f; }

  p, li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
    letter-spacing: 0.03em; }
    @media (min-width: 1900px) {
      p {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 28px; } }
    @media (min-width: 3000px) {
      p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px; } }
    p:last-child {
      margin-bottom: 0; }
    p._small {
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 1900px) {
        p._small {
          font-size: 13px;
          line-height: 17px; } }
      @media (min-width: 3000px) {
        p._small {
          font-size: 16px;
          line-height: 20px; } }

    li {
      margin-bottom: 10px;
    }

    li:last-child {
      margin-bottom: 0;
    }

    ul {
      margin-bottom: 30px;
    }

  body.mCustomScrollbar > div > .mCSB_container {
    margin-right: 0;
    top: 2px;
    bottom: 2px; }

  body.mCustomScrollbar > div > .mCSB_scrollTools {
    z-index: 999999;
    width: 10px; }
    body.mCustomScrollbar > div > .mCSB_scrollTools .mCSB_draggerRail {
      width: 7px;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    body.mCustomScrollbar > div > .mCSB_scrollTools .mCSB_dragger_bar {
      width: 7px;
      background-color: #69438e !important;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    body.mCustomScrollbar > div > .mCSB_scrollTools:hover .mCSB_draggerRail,
    body.mCustomScrollbar > div > .mCSB_scrollTools:hover .mCSB_dragger_bar, body.mCustomScrollbar > div > .mCSB_scrollTools_onDrag .mCSB_draggerRail,
    body.mCustomScrollbar > div > .mCSB_scrollTools_onDrag .mCSB_dragger_bar {
      opacity: 1;
      visibility: visible; }

  .header--top {
    line-height: 16px;
    background-image: -webkit-linear-gradient(left, #4c468e 0%, #aa3085 100%);
    background-image: -o-linear-gradient(left, #4c468e 0%, #aa3085 100%);
    background-image: linear-gradient(to right, #4c468e 0%, #aa3085 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4C468E', endColorstr='#FFAA3085', GradientType=1);
    background-repeat: repeat-x;
    color: #ffffff;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px; }
    @media (min-width: 1900px) {
      .header--top {
        padding-top: 17px;
        padding-bottom: 17px; } }
    @media (min-width: 3000px) {
      .header--top {
        font-size: 16px; } }
    /* @media (max-width: 580px) {
      .header--top {
        display: none; } } */
    .header--top strong {
      font-weight: 700; }


    /* .header--top .layout--wrap ._info span:first-child {
      margin-right: 140px; }

    .header--top .layout--wrap ._info span:first-child {
      display: none; }
    @media (max-width: 1100px) {
      .header--top .layout--wrap ._info {
        white-space: nowrap;
        position: relative;
        animation: marquee 5s linear infinite; }
      .header--top .layout--wrap ._info span:first-child {
        display: inline; }} */

    @keyframes marquee {
      0% { left: 0; }
      100% { left: -100%; }
    }

  .header--main {
    background-color: #ffffff;
    padding: 16px 0;
    min-height: 80px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99999 !important; }
    @media (min-width: 3000px) {
      .header--main {
        padding-top: 18px;
        padding-bottom: 18px; } }
    @media (max-width: 580px) {
      .header--main {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 0; } }
    .header--main--inner {
      display: flex;
      flex-direction: row;
      align-items: center; }

  .header--logo {
    width: 140px; }
    @media (min-width: 1900px) {
      .header--logo {
        width: 148px; } }
    @media (min-width: 3000px) {
      .header--logo {
        width: 158px; } }
    @media (max-width: 580px) {
      .header--logo {
        width: 130px; } }
    .header--logo img {
      width: 100%; }

  .header--nav {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 992px) {
      .header--nav {
        display: none; } }
    .header--nav ._nav--main {
      margin-right: 65px; }
      @media (max-width: 1300px) {
        .header--nav ._nav--main {
          margin-right: 35px; } }
      @media (min-width: 1900px) {
        .header--nav ._nav--main {
          margin-right: 80px; } }
      .header--nav ._nav--main ._menu--home, .header--nav ._nav--main ._link--mobile {
        display: none; }
      .header--nav ._nav--main > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .header--nav ._nav--main > ul li {
          margin: 0;
          padding: 0; }
        .header--nav ._nav--main > ul > li {
          margin-left: 60px;
          display: inline-block;
          vertical-align: middle; }
          @media (min-width: 1900px) {
            .header--nav ._nav--main > ul > li {
              margin-left: 80px; } }
          @media (max-width: 1300px) {
            .header--nav ._nav--main > ul > li {
              margin-left: 40px; } }
          .header--nav ._nav--main > ul > li > ._link > a {
            font-size: 14px;
            font-weight: 600;
            color: #000a2e;
            text-decoration: none; }
            @media (min-width: 1900px) {
              .header--nav ._nav--main > ul > li > ._link > a {
                font-size: 16px; } }
            @media (min-width: 3000px) {
              .header--nav ._nav--main > ul > li > ._link > a {
                font-size: 18px; } }
            .header--nav ._nav--main > ul > li > ._link > a:hover, .header--nav ._nav--main > ul > li > ._link > a._active {
              color: #69438e; }
          .header--nav ._nav--main > ul > li ._toggle {
            display: inline-block;
            color: #163452;
            margin-left: 6px; }
            .header--nav ._nav--main > ul > li ._toggle ._up {
              display: none; }
          .header--nav ._nav--main > ul > li._has-submenu:hover ._toggle ._up {
            display: inline; }
          .header--nav ._nav--main > ul > li._has-submenu:hover ._toggle ._down {
            display: none; }
          .header--nav ._nav--main > ul > li._has-submenu:hover ._submenu {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0); }
          .header--nav ._nav--main > ul > li._has-submenu ._submenu {
            position: absolute;
            left: 0;
            right: 0;
            top: 84px;
            z-index: 999;
            background-color: #ffffff;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            opacity: 0;
            -webkit-transform: translateY(-30px);
            -moz-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            -o-transform: translateY(-30px);
            transform: translateY(-30px);
            visibility: hidden; }
            .header--nav ._nav--main > ul > li._has-submenu ._submenu--inner {
              padding-top: 50px;
              padding-bottom: 50px;
              border-top: 1px solid #d6d6d6; }
            .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus {
              margin-left: -30px;
              margin-right: -30px;
              display: flex;
              flex-direction: row; }
              .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col {
                padding-left: 30px;
                padding-right: 30px; }
                .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ._title {
                  margin: 0 0 16px;
                  font-size: 14px;
                  font-weight: bold; }
                  @media (min-width: 1900px) {
                    .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ._title {
                      font-size: 16px; } }
                  .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ._title a {
                    color: #143350;
                    text-decoration: none; }
                    .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ._title a:hover {
                      color: #69438e; }
                .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ul {
                  padding: 0;
                  margin: 0;
                  list-style: none; }
                  .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ul li {
                    margin: 0;
                    padding: 0; }
                  .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ul li {
                    margin-bottom: 8px; }
                    .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ul li a {
                      font-size: 13px;
                      line-height: 13px;
                      font-weight: 600;
                      color: #c4c4c4;
                      text-decoration: none; }
                      @media (min-width: 1900px) {
                        .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ul li a {
                          font-size: 15px; } }
                      .header--nav ._nav--main > ul > li._has-submenu ._submenu ._menus ._nav--col ul li a:hover {
                        color: #69438e; }
    .header--nav ._nav--download {
      margin-right: 35px; }

    .header--nav ._nav--search {
      display: none; }

      @media (max-width: 1300px) {
        .header--nav ._nav--download {
          margin-right: 30px; } }
      @media (min-width: 1900px) {
        .header--nav ._nav--download {
          margin-right: 50px; } }
    .header--nav ._nav--lang {
      margin-right: 25px; }
      @media (max-width: 1300px) {
        .header--nav ._nav--lang {
          margin-right: 20px; } }
      .header--nav ._nav--lang .select2.select2-container {
        z-index: 9;
        width: 56px !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important; }
      .header--nav ._nav--lang .select2.select2-container--open .select2-selection .select2-selection__arrow b {
        background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--black.svg"); }
      .header--nav ._nav--lang .select2 .select2-selection {
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        height: 20px;
        background-color: #ffffff; }
        .header--nav ._nav--lang .select2 .select2-selection .select2-selection__rendered {
          position: relative;
          text-align: left;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          color: #143350; }
          @media (min-width: 1900px) {
            .header--nav ._nav--lang .select2 .select2-selection .select2-selection__rendered {
              font-size: 16px; } }
          @media (min-width: 3000px) {
            .header--nav ._nav--lang .select2 .select2-selection .select2-selection__rendered {
              font-size: 18px; } }
        .header--nav ._nav--lang .select2 .select2-selection .select2-selection__arrow {
          height: 20px;
          line-height: 14px;
          right: 5px; }
          .header--nav ._nav--lang .select2 .select2-selection .select2-selection__arrow b {
            position: static;
            display: inline-block;
            vertical-align: middle;
            border: 0 none;
            margin-left: 0;
            margin-top: 0;
            width: 16px;
            height: 16px;
            background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--black.svg") no-repeat 0 0;
            background-size: contain; }
    .header--nav ._nav--search ._search--toggle {
      color: #000a2e;
      text-decoration: none;
      font-size: 20px; }
      @media (min-width: 1900px) {
        .header--nav ._nav--search ._search--toggle {
          font-size: 22px; } }
      @media (min-width: 3000px) {
        .header--nav ._nav--search ._search--toggle {
          font-size: 24px; } }
    .header--nav ._nav--search ._search--content {
      display: none; }

  .contact .header--nav a[data-name="contact"] {
    color: #69438e !important; }

  .footer--top {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #f2f5f6; }
    @media (min-width: 1900px) {
      .footer--top {
        padding-top: 45px;
        padding-bottom: 35px; } }
    @media (min-width: 3000px) {
      .footer--top {
        padding-top: 62px;
        padding-bottom: 52px; } }
    @media (max-width: 992px) {
      .footer--top {
        padding-top: 50px; } }

  .footer--logo {
    margin-bottom: 40px; }
    @media (min-width: 1900px) {
      .footer--logo {
        margin-bottom: 50px; } }
    @media (min-width: 3000px) {
      .footer--logo {
        margin-bottom: 60px; } }
    @media (max-width: 992px) {
      .footer--logo {
        display: none; } }
    .footer--logo img {
      width: 116px; }
      @media (min-width: 1900px) {
        .footer--logo img {
          width: 120px; } }
      @media (min-width: 3000px) {
        .footer--logo img {
          width: 140px; } }
      @media (max-width: 1300px) {
        .footer--logo img {
          width: 96px; } }

  .footer--main {
    display: flex;
    flex-direction: row; }
    @media (max-width: 992px) {
      .footer--main {
        display: block; } }
    .footer--main ._qrcode {
      margin-right: 40px;
      text-align: center; }
      @media (max-width: 992px) {
        .footer--main ._qrcode {
          display: none; } }
      .footer--main ._qrcode img {
        width: 120px; }
        @media (min-width: 1900px) {
          .footer--main ._qrcode img {
            width: 140px; } }
        @media (min-width: 3000px) {
          .footer--main ._qrcode img {
            width: 180px; } }
        @media (max-width: 1300px) {
          .footer--main ._qrcode img {
            width: 110px; } }
      .footer--main ._qrcode--title {
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        margin-top: 12px;
        text-align: left; }
        @media (min-width: 1900px) {
          .footer--main ._qrcode--title {
            font-size: 20px;
            line-height: 20px; } }
        @media (min-width: 3000px) {
          .footer--main ._qrcode--title {
            font-size: 22px;
            line-height: 22px;
            margin-top: 20px; } }

  .footer--nav {
    margin-left: auto; }
    @media (max-width: 992px) {
      .footer--nav {
        margin-left: 0;
        text-align: center; } }
    .footer--nav ._nav--inner {
      margin-left: -45px;
      display: flex;
      flex-direction: row; }
      @media (max-width: 992px) {
        .footer--nav ._nav--inner {
          display: block;
          margin-left: 0; } }
    .footer--nav ._nav--col {
      padding-left: 35px;
      padding-right: 35px;
      min-width: 130px; }
      @media (min-width: 1600px) {
        .footer--nav ._nav--col {
          padding-left: 50px;
          padding-right: 50px;
          min-width: 140px; } }
      @media (min-width: 1900px) {
        .footer--nav ._nav--col {
          padding-left: 55px;
          padding-right: 55px;
          min-width: 140px; } }
      @media (min-width: 3000px) {
        .footer--nav ._nav--col {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (max-width: 1400px) {
        .footer--nav ._nav--col {
          min-width: 0;
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 1100px) {
        .footer--nav ._nav--col {
          padding-left: 12px;
          padding-right: 12px; } }
      /* .footer--nav ._nav--col:first-child {
        padding-right: 20px; }
        @media (max-width: 768px) {
          .footer--nav ._nav--col:first-child {
            padding-right: 12px; } }
        @media (min-width: 1600px) {
          .footer--nav ._nav--col:first-child {
            padding-left: 25px;
            padding-right: 25px; } }
        @media (min-width: 1900px) {
          .footer--nav ._nav--col:first-child {
            padding-right: 30px; } } */
      .footer--nav ._nav--col:last-child {
        text-align: right; }
        @media (max-width: 992px) {
          .footer--nav ._nav--col:last-child {
            text-align: center; } }
      .footer--nav ._nav--col:nth-child(5) {
        padding-right: 20px; }
        @media (max-width: 768px) {
          .footer--nav ._nav--col:nth-child(5) {
            padding-right: 12px; } }
      .footer--nav ._nav--col:nth-child(7) {
        padding-right: 0; }
      .footer--nav ._nav--col ._title {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        margin: 0 0 28px; }
        @media (min-width: 1900px) {
          .footer--nav ._nav--col ._title {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 30px; } }
        @media (min-width: 3000px) {
          .footer--nav ._nav--col ._title {
            font-size: 23px;
            line-height: 23px;
            margin-bottom: 32px; } }
        @media (max-width: 992px) {
          .footer--nav ._nav--col ._title {
            font-size: 18px;
            line-height: 18px; } }
        .footer--nav ._nav--col ._title._last {
          margin-top: 65px; }
          @media (max-width: 992px) {
            .footer--nav ._nav--col ._title._last {
              margin-top: 0; } }
        .footer--nav ._nav--col ._title a {
          color: #143350; }
          .footer--nav ._nav--col ._title a:hover {
            color: #69438e; }
      .footer--nav ._nav--col ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .footer--nav ._nav--col ul li {
          margin: 0;
          padding: 0; }
        @media (max-width: 992px) {
          .footer--nav ._nav--col ul {
            display: none; } }
        .footer--nav ._nav--col ul li {
          margin-bottom: 15px; }
          @media (max-width: 1300px) {
            .footer--nav ._nav--col ul li {
              margin-bottom: 10px; } }
        .footer--nav ._nav--col ul a {
          font-size: 14px;
          line-height: 17px;
          color: #00203f; }
          @media (min-width: 3000px) {
            .footer--nav ._nav--col ul a {
              font-size: 18px;
              line-height: 22px; } }
    @media (max-width: 992px) {
      .footer--nav ._nav--join {
        display: none; } }
    .footer--nav ._nav--join--mobile {
      display: none;
      margin-top: 40px;
      text-align: center;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 992px) {
        .footer--nav ._nav--join--mobile {
          display: flex; } }
      .footer--nav ._nav--join--mobile > a {
        display: flex;
        align-items: center;
        text-decoration: none;
        outline: none; }
        .footer--nav ._nav--join--mobile > a ._logo {
          width: 54px;
          margin-right: 12px; }
          @media (min-width: 1900px) {
            .footer--nav ._nav--join--mobile > a ._logo {
              width: 54px; } }
          .footer--nav ._nav--join--mobile > a ._logo img {
            width: 100%; }
        .footer--nav ._nav--join--mobile > a ._info {
          font-size: 18px;
          line-height: 20px;
          font-weight: bold;
          text-align: left; }
          .footer--nav ._nav--join--mobile > a ._info span {
            display: block;
            color: #143350; }
          .footer--nav ._nav--join--mobile > a ._info strong {
            display: block;
            color: #69438e; }

  .footer--info {
    margin-top: 40px;
    display: flex;
    flex-direction: row; }
    @media (min-width: 1900px) {
      .footer--info {
        margin-top: 50px; } }
    @media (max-width: 992px) {
      .footer--info {
        display: none; } }
    .footer--info ._info--app img {
      height: 25px; }
      @media (min-width: 1900px) {
        .footer--info ._info--app img {
          height: 28px; } }
      @media (min-width: 3000px) {
        .footer--info ._info--app img {
          height: 36px; } }
      @media (max-width: 1300px) {
        .footer--info ._info--app img {
          height: 22px; } }
    .footer--info ._info--app a {
      display: inline-block;
      vertical-align: middle;
      margin-right: 25px; }
    .footer--info ._info--site {
      margin-left: auto; }
      .footer--info ._info--site p {
        font-size: 13px;
        margin-bottom: 0; }
        @media (min-width: 3000px) {
          .footer--info ._info--site p {
            font-size: 16px; } }

  .footer--bottom {
    padding-top: 26px;
    padding-bottom: 26px;
    color: #ffffff;
    background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/general/footer--bg.png") no-repeat center center;
    background-size: cover; }
    @media (min-width: 1900px) {
      .footer--bottom {
        padding-top: 28px;
        padding-bottom: 28px; } }
    @media (max-width: 992px) {
      .footer--bottom {
        padding-top: 40px; } }
    @media (max-width: 580px) {
      .footer--bottom {
        padding-bottom: 40px; } }
    .footer--bottom ._bottom--inner {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 992px) {
        .footer--bottom ._bottom--inner {
          display: block; } }
      .footer--bottom ._bottom--inner > div {
        width: 30%; }
        .footer--bottom ._bottom--inner > div:nth-child(2) {
          width: 40%; }
        @media (max-width: 992px) {
          .footer--bottom ._bottom--inner > div {
            width: 100% !important; } }
    @media (max-width: 992px) {
      .footer--bottom ._bottom--lang {
        display: none; } }
    .footer--bottom ._bottom--lang .select2.select2-container {
      z-index: 9;
      width: auto !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important; }
    .footer--bottom ._bottom--lang .select2.select2-container--open .select2-selection .select2-selection__arrow b {
      background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--white.svg"); }
    .footer--bottom ._bottom--lang .select2 .select2-selection {
      outline: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border: 0 none;
      height: 24px;
      background-color: transparent;
      display: flex;
      align-items: center; }
      .footer--bottom ._bottom--lang .select2 .select2-selection .select2-selection__rendered {
        position: relative;
        text-align: left;
        font-size: 17px;
        font-weight: 600;
        line-height: 24px;
        color: #ffffff; }
        @media (min-width: 1900px) {
          .footer--bottom ._bottom--lang .select2 .select2-selection .select2-selection__rendered {
            font-size: 18px; } }
        @media (min-width: 3000px) {
          .footer--bottom ._bottom--lang .select2 .select2-selection .select2-selection__rendered {
            font-size: 20px; } }
      .footer--bottom ._bottom--lang .select2 .select2-selection .select2-selection__arrow {
        height: 24px;
        line-height: 20px;
        right: 5px;
        position: static; }
        .footer--bottom ._bottom--lang .select2 .select2-selection .select2-selection__arrow b {
          position: static;
          display: inline-block;
          vertical-align: middle;
          border: 0 none;
          margin-left: 0;
          margin-top: 0;
          width: 16px;
          height: 16px;
          background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--white.svg") no-repeat 0 0;
          background-size: contain; }
    .footer--bottom ._bottom--partner {
      align-self: center;
      justify-content: center;
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 992px) {
        .footer--bottom ._bottom--partner {
          display: block;
          text-align: center;
          padding-bottom: 25px;
          border-bottom: 1px solid #ffffff;
          margin-bottom: 32px; } }
      .footer--bottom ._bottom--partner h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 25px 0 0; }
        @media (min-width: 1900px) {
          .footer--bottom ._bottom--partner h3 {
            font-size: 15px; } }
        @media (min-width: 3000px) {
          .footer--bottom ._bottom--partner h3 {
            font-size: 16px; } }
        @media (max-width: 992px) {
          .footer--bottom ._bottom--partner h3 {
            font-size: 16px;
            margin-bottom: 20px; } }
      .footer--bottom ._bottom--partner ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .footer--bottom ._bottom--partner ul li {
          margin: 0;
          padding: 0; }
        .footer--bottom ._bottom--partner ul li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 10px;
          margin-right: 10px; }
          .footer--bottom ._bottom--partner ul li img {
            height: 24px; }
            @media (min-width: 1900px) {
              .footer--bottom ._bottom--partner ul li img {
                height: 26px; } }
            @media (min-width: 3000px) {
              .footer--bottom ._bottom--partner ul li img {
                height: 34px; } }
            @media (max-width: 1300px) {
              .footer--bottom ._bottom--partner ul li img {
                height: 20px; } }
            @media (max-width: 992px) {
              .footer--bottom ._bottom--partner ul li img {
                height: 28px; } }
            @media (max-width: 380px) {
              .footer--bottom ._bottom--partner ul li img {
                height: 26px; } }
          @media (max-width: 380px) {
            .footer--bottom ._bottom--partner ul li:nth-child(1) img {
              height: 27px; } }
          .footer--bottom ._bottom--partner ul li:nth-child(2) img {
            height: 18px; }
            @media (min-width: 1900px) {
              .footer--bottom ._bottom--partner ul li:nth-child(2) img {
                height: 20px; } }
            @media (min-width: 3000px) {
              .footer--bottom ._bottom--partner ul li:nth-child(2) img {
                height: 26px; } }
            @media (max-width: 1300px) {
              .footer--bottom ._bottom--partner ul li:nth-child(2) img {
                height: 15px; } }
            @media (max-width: 992px) {
              .footer--bottom ._bottom--partner ul li:nth-child(2) img {
                height: 22px; } }
            @media (max-width: 768px) {
              .footer--bottom ._bottom--partner ul li:nth-child(2) img {
                height: 20px; } }
          @media (max-width: 768px) {
            .footer--bottom ._bottom--partner ul li:nth-child(3) img {
              height: 24px; } }
    .footer--bottom ._bottom--social {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media (max-width: 992px) {
        .footer--bottom ._bottom--social {
          margin-top: 35px;
          text-align: center;
          display: block; } }
      .footer--bottom ._bottom--social ._social--inner {
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 992px) {
          .footer--bottom ._bottom--social ._social--inner {
            display: block; } }
      .footer--bottom ._bottom--social h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 20px 0 0; }
        @media (min-width: 1900px) {
          .footer--bottom ._bottom--social h3 {
            font-size: 15px; } }
        @media (min-width: 3000px) {
          .footer--bottom ._bottom--social h3 {
            font-size: 16px; } }
        @media (max-width: 1300px) {
          .footer--bottom ._bottom--social h3 {
            margin-right: 10px; } }
        @media (max-width: 992px) {
          .footer--bottom ._bottom--social h3 {
            display: none; } }
      .footer--bottom ._bottom--social ._links a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 28px;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
        outline: none; }
        @media (min-width: 1900px) {
          .footer--bottom ._bottom--social ._links a {
            font-size: 18px;
            margin-left: 30px; } }
        @media (min-width: 3000px) {
          .footer--bottom ._bottom--social ._links a {
            font-size: 20px;
            margin-left: 34px; } }
        @media (max-width: 1300px) {
          .footer--bottom ._bottom--social ._links a {
            margin-left: 20px; } }
        @media (max-width: 992px) {
          .footer--bottom ._bottom--social ._links a {
            font-size: 30px;
            margin: 0;
            padding-left: 20px;
            padding-right: 20px; } }
    .footer--bottom ._bottom--download {
      text-align: center;
      display: none; }
      @media (max-width: 992px) {
        .footer--bottom ._bottom--download {
          display: block; } }
      .footer--bottom ._bottom--download h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 20px; }
      .footer--bottom ._bottom--download ._buttons a {
        display: inline-block;
        width: 50%;
        text-align: right;
        padding-left: 40px;
        padding-right: 40px; }
        @media (max-width: 768px) {
          .footer--bottom ._bottom--download ._buttons a {
            padding-left: 32px;
            padding-right: 32px; } }
        @media (max-width: 580px) {
          .footer--bottom ._bottom--download ._buttons {
            display: flex; } }
        @media (max-width: 580px) {
          .footer--bottom ._bottom--download ._buttons a {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 20px; } }
        .footer--bottom ._bottom--download ._buttons a:last-child {
          text-align: left; }
        .footer--bottom ._bottom--download ._buttons a img {
          width: 70%;
          max-width: 160px; }
          @media (max-width: 768px) {
            .footer--bottom ._bottom--download ._buttons a img {
              width: 100%;
              height: auto; } }
          @media (max-width: 580px) {
            .footer--bottom ._bottom--download ._buttons a img {
              max-width: none; } }
    .footer--bottom ._bottom--info--site {
      text-align: center;
      display: none;
      margin-top: 40px;
      padding-bottom: 15px; }
      @media (max-width: 992px) {
        .footer--bottom ._bottom--info--site {
          display: block; } }
      @media (max-width: 768px) {
        .footer--bottom ._bottom--info--site a {
          color: #ffffff;
          text-decoration: underline; } }
      .footer--bottom ._bottom--info--site p {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 0; }

  .widget--join {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(120px, -50%);
    -ms-transform: translate(120px, -50%);
    -o-transform: translate(120px, -50%);
    transform: translate(120px, -50%);
    z-index: 9999;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media (max-width: 580px) {
      .widget--join {
        display: none; } }
    .widget--join:hover {
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    @media (min-width: 1900px) {
      .widget--join {
        -webkit-transform: translate(135px, -50%);
        -ms-transform: translate(135px, -50%);
        -o-transform: translate(135px, -50%);
        transform: translate(135px, -50%); }
        .widget--join:hover {
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); } }
    .widget--join a {
      display: flex;
      align-items: center;
      background-color: #ffffff;
      -webkit-border-radius: 50px 0 0 50px;
      -moz-border-radius: 50px 0 0 50px;
      -ms-border-radius: 50px 0 0 50px;
      -o-border-radius: 50px 0 0 50px;
      border-radius: 50px 0 0 50px;
      padding: 15px 16px 15px 20px;
      -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      text-decoration: none;
      outline: none; }
      .widget--join a ._logo {
        width: 43px;
        margin-right: 12px; }
        @media (min-width: 1900px) {
          .widget--join a ._logo {
            width: 54px; } }
        .widget--join a ._logo img {
          width: 100%; }
      .widget--join a ._info {
        font-size: 14px;
        line-height: 14px;
        font-weight: bold; }
        @media (min-width: 1900px) {
          .widget--join a ._info {
            font-size: 16px; } }
        @media (min-width: 3000px) {
          .widget--join a ._info {
            font-size: 20px; } }
        .widget--join a ._info span {
          display: block;
          color: #143350; }
        .widget--join a ._info strong {
          display: block;
          color: #69438e; }

  .button {
    text-decoration: none;
    outline: none;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    background-color: #69438e;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer; }
    @media (min-width: 3000px) {
      .button {
        font-size: 16px;
        padding: 15px 40px; } }
    @media (max-width: 1300px) {
      .button {
        padding: 10px 20px;
        font-size: 13px;
        line-height: 13px; } }
    .button:focus {
      outline: none;
      color: #ffffff;
      text-decoration: none; }
    .button:hover, .button._active {
      background-color: #573578;
      color: #ffffff;
      text-decoration: none; }
    .button--white {
      background-color: #ffffff;
      color: #69438e; }
      .button--white:hover, .button--white._active {
        color: #573578;
        background-color: #efefef; }
    .button._sm {
      font-size: 12px;
      line-height: 12px;
      padding: 8px 20px; }
      @media (min-width: 1900px) {
        .button._sm {
          font-size: 14px;
          line-height: 14px;
          padding: 10px 25px; } }
    .button._md {
      font-size: 18px;
      line-height: 18px;
      padding: 14px 30px; }
      @media (min-width: 1900px) {
        .button._md {
          font-size: 20px;
          line-height: 20px;
          padding: 16px 34px; } }
    .button._lg {
      font-size: 20px;
      line-height: 20px;
      padding: 15px 42px; }
      @media (min-width: 1900px) {
        .button._lg {
          font-size: 24px;
          line-height: 24px;
          padding: 17px 50px; } }
    .button--text {
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      text-decoration: none;
      outline: none;
      padding: 0;
      border: 0 none;
      background-color: transparent;
      color: #69438e;
      font-size: 14px; }
      @media (min-width: 1900px) {
        .button--text {
          font-size: 16px; } }
      @media (min-width: 3000px) {
        .button--text {
          font-size: 18px; } }
      .button--text:hover {
        color: #7b4482; }
      .button--text svg {
        position: relative;
        top: 2px;
        font-size: 16px; }
      .button--text span + svg {
        margin-left: 12px; }
      .button--text svg + span {
        margin-left: 12px; }
      .button--text span span {
        color: #143350; }
    .button--tags {
      text-align: center; }
      .button--tags .slick-slide {
        padding-left: 5px;
        padding-right: 5px; }
      .button--tags a {
        text-decoration: none;
        outline: none;
        display: inline-block;
        vertical-align: middle;
        padding: 12px 28px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        background-color: #ffffff;
        border: 1px solid #69438e;
        color: #69438e;
        text-align: center;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
        min-width: 180px; }
        @media (max-width: 1200px) {
          .button--tags a {
            padding: 11px 24px;
            min-width: 150px;
            margin-left: 10px;
            margin-right: 10px; } }
        @media (max-width: 992px) {
          .button--tags a {
            margin-bottom: 25px;
            min-width: 120px; } }
        @media (max-width: 580px) {
          .button--tags a {
            min-width: 0;
            margin: 0; } }
        .button--tags a:hover, .button--tags a._active {
          background-color: #69438e;
          color: #ffffff; }

  .button--pagination {
    text-align: center;
    margin-top: 70px; }
    @media (max-width: 1200px) {
      .button--pagination {
        margin-top: 40px; } }
    .button--pagination strong {
      font-size: 15px;
      font-weight: normal;
      margin-right: 15px;
      text-transform: uppercase; }
      @media (min-width: 1900px) {
        .button--pagination strong {
          font-size: 16px; } }
      @media (min-width: 3000px) {
        .button--pagination strong {
          font-size: 20px; } }
      @media (max-width: 420px) {
        .button--pagination strong {
          display: block;
          margin-right: 0;
          margin-bottom: 14px; } }
    .button--pagination button, .button--pagination a {
      margin-left: 12px;
      margin-right: 12px;
      border: 0 none;
      background-color: transparent;
      padding: 0;
      font-size: 15px;
      color: #c0c0c0;
      outline: none;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      text-decoration: none; }
      @media (min-width: 1900px) {
        .button--pagination button, .button--pagination a {
          font-size: 16px; } }
      @media (min-width: 3000px) {
        .button--pagination button, .button--pagination a {
          font-size: 20px; } }
      @media (max-width: 420px) {
        .button--pagination button, .button--pagination a {
          margin-left: 10px;
          margin-right: 10px; } }
      .button--pagination button:hover, .button--pagination button._active, .button--pagination a:hover, .button--pagination a._active {
        color: #143350; }

  @media (max-width: 580px) {
    .nav--tab {
      padding-left: 15px;
      padding-right: 15px; } }

  .nav--tab ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -40px;
    margin-right: -40px; }
    .nav--tab ul li {
      margin: 0;
      padding: 0; }
    @media (min-width: 1900px) {
      .nav--tab ul {
        margin-left: -44px;
        margin-right: -44px; } }
    @media (min-width: 3000px) {
      .nav--tab ul {
        margin-left: -50px;
        margin-right: -50px; } }
    @media (max-width: 992px) {
      .nav--tab ul {
        margin-left: -25px;
        margin-right: -25px; } }
    @media (max-width: 580px) {
      .nav--tab ul {
        margin-left: -12px;
        margin-right: -12px; } }
    .nav--tab ul li {
      padding-left: 40px;
      padding-right: 40px;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 1900px) {
        .nav--tab ul li {
          padding-left: 44px;
          padding-right: 44px; } }
      @media (min-width: 3000px) {
        .nav--tab ul li {
          padding-left: 50px;
          padding-right: 50px; } }
      @media (max-width: 992px) {
        .nav--tab ul li {
          padding-left: 25px;
          padding-right: 25px; } }
      @media (max-width: 580px) {
        .nav--tab ul li {
          padding-left: 12px;
          padding-right: 12px;
          margin-bottom: 10px; } }
    .nav--tab ul a {
      text-decoration: none;
      outline: none;
      font-size: 14px;
      text-transform: uppercase;
      color: #bababa;
      letter-spacing: 0.05em; }
      @media (min-width: 1900px) {
        .nav--tab ul a {
          font-size: 16px; } }
      @media (min-width: 3000px) {
        .nav--tab ul a {
          font-size: 20px; } }
      .nav--tab ul a:hover, .nav--tab ul a._active {
        color: #8d3f98;
        font-weight: 600; }

  .nav--mobile--trigger {
    margin-left: auto;
    display: none; }
    @media (max-width: 992px) {
      .nav--mobile--trigger {
        display: block; } }
    .nav--mobile--trigger._open button ._line {
      background-color: #69438e; }
    .nav--mobile--trigger .hamburger {
      padding: 0; }
      .nav--mobile--trigger .hamburger-box, .nav--mobile--trigger .hamburger-inner {
        width: 35px; }
        .nav--mobile--trigger .hamburger-box:before, .nav--mobile--trigger .hamburger-box:after, .nav--mobile--trigger .hamburger-inner:before, .nav--mobile--trigger .hamburger-inner:after {
          width: 35px; }
    .nav--mobile--trigger button {
      display: block;
      background-color: transparent;
      padding: 0;
      border: 0 none;
      width: 32px;
      height: 28px;
      outline: none; }
      .nav--mobile--trigger button:hover ._line {
        background-color: #69438e; }
    .nav--mobile--trigger ._line {
      display: block;
      height: 3px;
      width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-color: #1c3444;
      margin-bottom: 7px; }
      .nav--mobile--trigger ._line:last-child {
        margin-bottom: 0; }

  .nav--mobile {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0; }
    @media (max-width: 580px) {
      .nav--mobile {
        top: 70px; } }
    .nav--mobile._open {
      visibility: visible;
      opacity: 1; }
      .nav--mobile._open ._nav--inner {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    .nav--mobile ._nav--inner {
      background-color: #ffffff;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      visibility: hidden;
      opacity: 0;
      transition-delay: 0.2s;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px); }
    .nav--mobile ._nav--main {
      border-top: 1px solid #d7d7d7;
      padding: 50px 0; }
    .nav--mobile ._nav--content > ul {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      margin-bottom: 40px; }
      .nav--mobile ._nav--content > ul li {
        margin: 0;
        padding: 0; }
      .nav--mobile ._nav--content > ul > li {
        margin-bottom: 34px; }
        .nav--mobile ._nav--content > ul > li:last-child {
          margin-bottom: 0; }
        .nav--mobile ._nav--content > ul > li > ._link > a {
          font-size: 30px;
          line-height: 36px;
          font-weight: bold;
          color: #143350;
          text-decoration: none;
          outline: none; }
          @media (max-width: 520px) {
            .nav--mobile ._nav--content > ul > li > ._link > a {
              font-size: 26px;
              line-height: 28px; } }
          .nav--mobile ._nav--content > ul > li > ._link > a:hover {
            color: #69438e; }
        .nav--mobile ._nav--content > ul > li > ._link ._toggle {
          color: #163452;
          margin-left: 15px;
          font-size: 25px;
          position: relative;
          top: 0; }
          .nav--mobile ._nav--content > ul > li > ._link ._toggle ._up {
            display: none; }
          .nav--mobile ._nav--content > ul > li > ._link ._toggle svg {
            vertical-align: middle; }
          .nav--mobile ._nav--content > ul > li > ._link ._toggle._open ._up {
            display: inline; }
          .nav--mobile ._nav--content > ul > li > ._link ._toggle._open ._down {
            display: none; }
      .nav--mobile ._nav--content > ul ._submenu {
        overflow: hidden;
        height: 0; }
        .nav--mobile ._nav--content > ul ._submenu .layout--wrap {
          padding-top: 15px;
          padding-left: 0;
          padding-right: 0; }
        .nav--mobile ._nav--content > ul ._submenu ._submenu--inner {
          display: block;
          background-color: #69438e;
          padding: 40px 20px; }
        .nav--mobile ._nav--content > ul ._submenu ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .nav--mobile ._nav--content > ul ._submenu ul li {
            margin: 0;
            padding: 0; }
        .nav--mobile ._nav--content > ul ._submenu ._nav--col {
          margin-bottom: 30px; }
          .nav--mobile ._nav--content > ul ._submenu ._nav--col:last-child {
            margin-bottom: 0; }
          .nav--mobile ._nav--content > ul ._submenu ._nav--col ._title {
            margin: 0 0 18px; }
            .nav--mobile ._nav--content > ul ._submenu ._nav--col ._title a {
              font-size: 22px;
              font-weight: bold; }
          .nav--mobile ._nav--content > ul ._submenu ._nav--col a {
            color: #ffffff;
            font-size: 14px;
            line-height: 24px; }
    .nav--mobile ._link--join {
      margin-top: 50px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .nav--mobile ._link--join > a {
        display: flex;
        align-items: center;
        text-decoration: none;
        outline: none; }
        .nav--mobile ._link--join > a ._logo {
          width: 54px;
          margin-right: 12px; }
          @media (min-width: 1900px) {
            .nav--mobile ._link--join > a ._logo {
              width: 54px; } }
          .nav--mobile ._link--join > a ._logo img {
            width: 100%; }
        .nav--mobile ._link--join > a ._info {
          font-size: 18px;
          line-height: 20px;
          font-weight: bold;
          text-align: left; }
          .nav--mobile ._link--join > a ._info span {
            display: block;
            color: #143350; }
          .nav--mobile ._link--join > a ._info strong {
            display: block;
            color: #69438e; }
    .nav--mobile ._nav--search {
      margin: 0 20px 40px; }
      .nav--mobile ._nav--search ._search--inner {
        width: 100%;
        height: 52px;
        position: relative; }
      .nav--mobile ._nav--search ._form--field input {
        width: 100%;
        padding: 0 64px 0 20px;
        height: 52px;
        line-height: 52px;
        background-color: #f2f5f6;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        border: 0 none;
        font-size: 16px;
        outline: none; }
        .nav--mobile ._nav--search ._form--field input::placeholder {
          color: #c0c0c0; }
        .nav--mobile ._nav--search ._form--field input:-webkit-input-placeholder {
          color: #c0c0c0; }
        .nav--mobile ._nav--search ._form--field input:-ms-input-placeholder {
          color: #c0c0c0; }
        .nav--mobile ._nav--search ._form--field input::-ms-input-placeholder {
          color: #c0c0c0; }
      .nav--mobile ._nav--search ._form--submit {
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0; }
        .nav--mobile ._nav--search ._form--submit button {
          display: block;
          width: 100%;
          background-color: transparent;
          border: 0 none;
          padding: 0;
          font-size: 20px;
          color: #bbbbbb; }
    .nav--mobile ._nav--lang {
      text-align: center; }
      .nav--mobile ._nav--lang .select2.select2-container {
        z-index: 9;
        width: 64px !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important; }
      .nav--mobile ._nav--lang .select2.select2-container--open .select2-selection .select2-selection__arrow b {
        background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--black.svg"); }
      .nav--mobile ._nav--lang .select2 .select2-selection {
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        height: 22px;
        background-color: #ffffff; }
        .nav--mobile ._nav--lang .select2 .select2-selection .select2-selection__rendered {
          position: relative;
          text-align: left;
          font-size: 22px;
          font-weight: bold;
          line-height: 22px;
          color: #143350; }
          @media (min-width: 1900px) {
            .nav--mobile ._nav--lang .select2 .select2-selection .select2-selection__rendered {
              font-size: 16px; } }
          @media (min-width: 3000px) {
            .nav--mobile ._nav--lang .select2 .select2-selection .select2-selection__rendered {
              font-size: 18px; } }
        .nav--mobile ._nav--lang .select2 .select2-selection .select2-selection__arrow {
          height: 22px;
          line-height: 14px;
          right: 5px; }
          .nav--mobile ._nav--lang .select2 .select2-selection .select2-selection__arrow b {
            position: static;
            display: inline-block;
            vertical-align: middle;
            border: 0 none;
            margin-left: 0;
            margin-top: 0;
            width: 20px;
            height: 20px;
            background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--black.svg") no-repeat 0 0;
            background-size: contain; }

          .nav--mobile ._nav--download {
            text-align: center; }

          .nav--mobile ._nav--download .button {
            padding: 15px 40px;
            font-size: 15px;
            line-height: 15px; }

  .layout--wrap {
    margin: 0px auto;
    box-sizing: content-box; }
    .layout--wrap._full {
      width: 100%; }
    .layout--wrap._lg {
      padding-left: 80px;
      padding-right: 80px;
      max-width: 1600px; }
      @media (max-width: 1300px) {
        .layout--wrap._lg {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (max-width: 580px) {
        .layout--wrap._lg {
          padding-left: 20px;
          padding-right: 20px; } }
    .layout--wrap._md {
      padding-left: 140px;
      padding-right: 140px;
      max-width: 1400px; }
      @media (max-width: 1300px) {
        .layout--wrap._md {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (max-width: 580px) {
        .layout--wrap._md {
          padding-left: 20px;
          padding-right: 20px; } }
    .layout--wrap._sm {
      padding-left: 240px;
      padding-right: 240px;
      max-width: 1200px; }
      @media (max-width: 1300px) {
        .layout--wrap._sm {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (max-width: 580px) {
        .layout--wrap._sm {
          padding-left: 20px;
          padding-right: 20px; } }

  .layout--left {
    box-sizing: content-box; }
    .layout--left._lg {
      padding-left: 80px; }
      @media (max-width: 1300px) {
        .layout--left._lg {
          padding-left: 40px; } }
      @media (max-width: 580px) {
        .layout--left._lg {
          padding-left: 20px; } }
    .layout--left._md {
      padding-left: 140px; }
      @media (max-width: 1300px) {
        .layout--left._md {
          padding-left: 40px; } }
      @media (max-width: 580px) {
        .layout--left._md {
          padding-left: 20px; } }
    .layout--left._sm {
      padding-left: 240px; }
      @media (max-width: 1300px) {
        .layout--left._sm {
          padding-left: 40px; } }
      @media (max-width: 580px) {
        .layout--left._sm {
          padding-left: 20px; } }

  .layout--right {
    box-sizing: content-box; }
    .layout--right._lg {
      padding-right: 80px; }
      @media (max-width: 1300px) {
        .layout--right._lg {
          padding-right: 40px; } }
      @media (max-width: 580px) {
        .layout--right._lg {
          padding-right: 20px; } }
    .layout--right._md {
      padding-right: 140px; }
      @media (max-width: 1300px) {
        .layout--right._md {
          padding-right: 40px; } }
      @media (max-width: 580px) {
        .layout--right._md {
          padding-right: 20px; } }
    .layout--right._sm {
      padding-right: 240px; }
      @media (max-width: 1300px) {
        .layout--right._sm {
          padding-right: 40px; } }
      @media (max-width: 580px) {
        .layout--right._sm {
          padding-right: 20px; } }

  .section--header {
    height: 710px;
    position: relative; }
    @media (min-width: 1900px) {
      .section--header {
        height: 760px; } }
    @media (min-width: 3000px) {
      .section--header {
        height: 940px; } }
    @media (max-width: 768px) {
      .section--header {
        height: 410px; } }
    .section--header ._bg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #eeeeee;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .section--header ._content {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      z-index: 9; }
      .section--header ._content--inner {
        margin: 0px auto;
        text-align: center;
        color: #ffffff; }
        @media (max-width: 768px) {
          .section--header ._content--inner {
            padding-left: 10%;
            padding-right: 10%; } }
        .section--header ._content--inner h1 {
          font-size: 58px;
          font-weight: bold;
          line-height: 72px;
          margin: 0 0 10px;
          text-shadow: 0 6px 4px rgba(0, 0, 0, 0.15); }
          @media (min-width: 1900px) {
            .section--header ._content--inner h1 {
              font-size: 72px;
              line-height: 80px; } }
          @media (min-width: 3000px) {
            .section--header ._content--inner h1 {
              font-size: 87px;
              line-height: 92px;
              margin-bottom: 14px; } }
          @media (max-width: 992px) {
            .section--header ._content--inner h1 {
              font-size: 54px;
              line-height: 68px; } }
          @media (max-width: 768px) {
            .section--header ._content--inner h1 {
              font-size: 40px;
              line-height: 40px; } }
        .section--header ._content--inner h2 {
          font-weight: normal;
          margin: 0;
          font-size: 42px;
          line-height: 42px;
          text-shadow: 0 6px 4px rgba(0, 0, 0, 0.15); }
          @media (min-width: 1900px) {
            .section--header ._content--inner h2 {
              font-size: 50px;
              line-height: 50px; } }
          @media (min-width: 3000px) {
            .section--header ._content--inner h2 {
              font-size: 60px;
              line-height: 60px; } }
          @media (max-width: 992px) {
            .section--header ._content--inner h2 {
              font-size: 32px;
              line-height: 32px; } }
          @media (max-width: 768px) {
            .section--header ._content--inner h2 {
              font-size: 24px;
              line-height: 24px; } }

  .section--direction {
    margin-top: 60px; }
    .section--direction ._links {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .section--direction ._links svg {
        font-size: 16px;
        line-height: 20px; }
      .section--direction ._links ._label {
        color: #001133;
        line-height: 20px; }
        .section--direction ._links ._label strong {
          font-weight: normal;
          color: #7e5093; }
      .section--direction ._links ._next, .section--direction ._links ._prev {
        width: 50%; }
      .section--direction ._links ._prev ._label {
        margin-left: 15px; }
      .section--direction ._links ._next {
        margin-left: auto;
        text-align: right; }
        .section--direction ._links ._next ._label {
          margin-right: 15px; }

  .section--title {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #143446; }
    @media (min-width: 1900px) {
      .section--title {
        font-size: 42px;
        line-height: 50px; } }
    @media (min-width: 3000px) {
      .section--title {
        font-size: 52px;
        line-height: 62px; } }
    @media (max-width: 1300px) {
      .section--title {
        font-size: 35px;
        line-height: 45px; } }
    @media (max-width: 768px) {
      .section--title {
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 38px; } }
    @media (max-width: 380px) {
      .section--title {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 34px; }
        .section--title br {
          display: none; } }
    .section--title strong {
      color: #69438e; }

  .section--service--tab {
    margin-top: 64px;
    text-align: center; }

  .section--service--content {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin-top: 64px; }
    .section--service--content._loading {
      height: 800px;
      overflow: hidden; }
      .section--service--content._loading ._main--loader {
        visibility: visible;
        opacity: 1; }
    .section--service--content ._main--loader {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 99;
      background-color: #ffffff;
      display: flex;
      flex-direction: row;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .section--service--content ._main--loader .loader {
        margin: 60px auto 0; }
        .section--service--content ._main--loader .loader--icon {
          color: #999999;
          font-size: 34px; }

  .section--service--block._active {
    display: block; }

  .section--service--block._hidden {
    display: none; }

  .section--how-to .section--title {
    text-align: center; }
    @media (max-width: 768px) {
      .section--how-to .section--title {
        padding-left: 20px;
        padding-right: 20px; } }

  .section--how-to .nav--tab {
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .section--how-to .nav--tab {
        margin-bottom: 40px; } }

  .section--how-to ._how-to--header {
    margin-bottom: 46px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 768px) {
      .section--how-to ._how-to--header {
        flex-direction: column;
        padding-right: 20px; } }
    .section--how-to ._how-to--header h3 {
      margin: 0;
      font-size: 30px;
      line-height: 30px;
      font-weight: 700; }
      @media (min-width: 1900px) {
        .section--how-to ._how-to--header h3 {
          font-size: 32px;
          line-height: 32px; } }
      @media (min-width: 3000px) {
        .section--how-to ._how-to--header h3 {
          font-size: 35px;
          line-height: 35px; } }
    .section--how-to ._how-to--header ._right {
      margin-left: auto; }
      @media (max-width: 768px) {
        .section--how-to ._how-to--header ._right {
          margin-left: 0;
          margin-top: 15px; } }

  .section--how-to ._how-to--intro {
    height: 550px;
    background-color: #f2f5f6; }

  .section--how-to ._how-to--tab--main {
    height: 550px;
    background-color: #f2f5f6;
    overflow: hidden;
    position: relative; }
    @media (min-width: 767px) {
      .section--how-to ._how-to--tab--main {
        height: 550px !important; } }
    @media (max-width: 768px) {
      .section--how-to ._how-to--tab--main {
        height: 680px; } }
    @media (max-width: 420px) {
      .section--how-to ._how-to--tab--main {
        height: 610px; } }
    @media (max-width: 400px) {
      .section--how-to ._how-to--tab--main {
        height: 540px; } }
    @media (max-width: 380px) {
      .section--how-to ._how-to--tab--main {
        height: 530px; } }
    @media (max-width: 320px) {
      .section--how-to ._how-to--tab--main {
        height: 510px; } }
    .section--how-to ._how-to--tab--main._loading ._how-to--tab--loader {
      visibility: visible;
      opacity: 1; }

  .section--how-to ._how-to--tab--loader {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background-color: #f2f5f6;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .section--how-to ._how-to--tab--loader .loader {
      margin: 0px auto; }
      .section--how-to ._how-to--tab--loader .loader--icon {
        color: #999999;
        font-size: 34px; }

  .section--how-to ._how-to--tab--section._active {
    display: block; }

  .section--how-to ._how-to--tab--section._hidden {
    display: none; }

  .section--how-to ._how-to--step {
    height: 550px;
    background-color: #f2f5f6;
    position: relative; }
    @media (min-width: 767px) {
      .section--how-to ._how-to--step {
        height: 550px !important; } }
    @media (max-width: 768px) {
      .section--how-to ._how-to--step {
        height: 680px; } }
    @media (max-width: 420px) {
      .section--how-to ._how-to--step {
        height: 610px; } }
    @media (max-width: 400px) {
      .section--how-to ._how-to--step {
        height: 540px; } }
    @media (max-width: 380px) {
      .section--how-to ._how-to--step {
        height: 530px; } }
    @media (max-width: 320px) {
      .section--how-to ._how-to--step {
        height: 510px; } }
    .section--how-to ._how-to--step ._step--fake-scroll {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: auto;
      opacity: 0;
      z-index: 90; }
      .section--how-to ._how-to--step ._step--fake-scroll--content {
        min-height: 550px; }
    .section--how-to ._how-to--step ._step--main {
      position: relative;
      height: 550px;
      overflow: hidden; }
      @media (min-width: 767px) {
        .section--how-to ._how-to--step ._step--main {
          height: 550px !important; } }
      @media (max-width: 768px) {
        .section--how-to ._how-to--step ._step--main {
          height: 680px; } }
      @media (max-width: 420px) {
        .section--how-to ._how-to--step ._step--main {
          height: 600px; } }
      @media (max-width: 400px) {
        .section--how-to ._how-to--step ._step--main {
          height: 540px; } }
      @media (max-width: 380px) {
        .section--how-to ._how-to--step ._step--main {
          height: 530px; } }
      @media (max-width: 320px) {
        .section--how-to ._how-to--step ._step--main {
          height: 510px; } }
    .section--how-to ._how-to--step .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    .section--how-to ._how-to--step .mCSB_scrollTools {
      left: 0;
      right: auto;
      top: 20%;
      bottom: 20%; }
      .section--how-to ._how-to--step .mCSB_scrollTools .mCSB_draggerRail {
        width: 6px;
        background-color: #ffffff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
      .section--how-to ._how-to--step .mCSB_scrollTools .mCSB_dragger_bar {
        width: 6px;
        background-color: #69438e;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
    .section--how-to ._how-to--step ._step--scroll {
      position: absolute;
      left: 0;
      top: 15%;
      bottom: 15%;
      width: 6px;
      display: flex;
      flex-direction: row;
      align-items: center;
      z-index: 9; }
      .section--how-to ._how-to--step ._step--scroll ._scroll--inner {
        height: 240px;
        position: relative; }
      .section--how-to ._how-to--step ._step--scroll ._scroll--track {
        background-color: #ffffff;
        width: 6px;
        height: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
      .section--how-to ._how-to--step ._step--scroll ._scroll--bar {
        width: 6px;
        height: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        background-color: #69438e;
        position: absolute;
        top: 0;
        left: 0; }
        .section--how-to ._how-to--step ._step--scroll ._scroll--bar._anim {
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
    .section--how-to ._how-to--step .slick-active ._step--section ._section--inner ._info--number,
    .section--how-to ._how-to--step .slick-active ._step--section ._section--inner ._info--content h3,
    .section--how-to ._how-to--step .slick-active ._step--section ._section--inner ._info--content p,
    .section--how-to ._how-to--step .slick-active ._step--section ._section--inner ._preview {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .section--how-to ._how-to--step ._step--section.flex-active-slide ._section--inner ._info--number,
    .section--how-to ._how-to--step ._step--section.flex-active-slide ._section--inner ._info--content h3,
    .section--how-to ._how-to--step ._step--section.flex-active-slide ._section--inner ._info--content p,
    .section--how-to ._how-to--step ._step--section.flex-active-slide ._section--inner ._preview {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .section--how-to ._how-to--step .flex-control-nav {
      position: absolute;
      bottom: 15%;
      top: 15%;
      left: 0;
      z-index: 9;
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
      .section--how-to ._how-to--step .flex-control-nav li {
        margin: 0;
        padding: 0; }
      .section--how-to ._how-to--step .flex-control-nav li {
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
        width: 12px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .section--how-to ._how-to--step .flex-control-nav li a {
          outline: none;
          display: block;
          vertical-align: middle;
          height: 100%;
          width: 8px;
          padding: 0;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          background-color: #ffffff;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          text-indent: -9999px;
          position: relative; }
          .section--how-to ._how-to--step .flex-control-nav li a:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background-color: #7f5194;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            overflow: hidden;
            height: 100%;
            max-height: 0;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            transition-timing-function: linear; }
          .section--how-to ._how-to--step .flex-control-nav li a:hover {
            width: 12px; }
          .section--how-to ._how-to--step .flex-control-nav li a.flex-active:after {
            -webkit-transition: all 7s;
            -o-transition: all 7s;
            transition: all 7s;
            max-height: 100%; }
          .section--how-to ._how-to--step .flex-control-nav li a.flex-loaded:after {
            max-height: 0;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; }
          .section--how-to ._how-to--step .flex-control-nav li a.flex-active-first:after {
            -webkit-transition: all 4s;
            -o-transition: all 4s;
            transition: all 4s;
            max-height: 100%; }
    .section--how-to ._how-to--step .slick-dots {
      position: absolute;
      bottom: 15%;
      top: 15%;
      left: 0;
      z-index: 9;
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
      .section--how-to ._how-to--step .slick-dots li {
        margin: 0;
        padding: 0; }
      .section--how-to ._how-to--step .slick-dots li {
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
        width: 8px;
        height: 100%; }
        .section--how-to ._how-to--step .slick-dots li button {
          outline: none;
          display: block;
          vertical-align: middle;
          height: 100%;
          width: 8px;
          padding: 0;
          border: 1px solid #7f5194;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          background-color: transparent;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          text-indent: -9999px;
          position: relative; }
          .section--how-to ._how-to--step .slick-dots li button:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background-color: #7f5194;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            overflow: hidden;
            height: 100%;
            max-height: 0;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            transition-timing-function: linear; }
          .section--how-to ._how-to--step .slick-dots li button:hover {
            border-width: 2px; }
        .section--how-to ._how-to--step .slick-dots li.slick-active button:after {
          -webkit-transition: all 4s;
          -o-transition: all 4s;
          transition: all 4s;
          max-height: 100%; }
        .section--how-to ._how-to--step .slick-dots li.slick-loaded button:after {
          max-height: 0;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
        .section--how-to ._how-to--step .slick-dots li.slick-active-first button:after {
          -webkit-transition: all 4s;
          -o-transition: all 4s;
          transition: all 4s;
          max-height: 100%; }
    .section--how-to ._how-to--step ._step--section {
      height: 550px;
      display: flex !important;
      flex-direction: row;
      align-items: flex-end; }
      .section--how-to ._how-to--step ._step--section._active ._section--inner ._info--number,
      .section--how-to ._how-to--step ._step--section._active ._section--inner ._info--content h3,
      .section--how-to ._how-to--step ._step--section._active ._section--inner ._info--content p,
      .section--how-to ._how-to--step ._step--section._active ._section--inner ._preview {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
      @media (min-width: 767px) {
        .section--how-to ._how-to--step ._step--section {
          height: 550px !important; } }
      @media (max-width: 768px) {
        .section--how-to ._how-to--step ._step--section {
          min-height: 680px;
          height: auto; } }
      @media (max-width: 420px) {
        .section--how-to ._how-to--step ._step--section {
          height: 600px;
          min-height: 0; } }
      @media (max-width: 400px) {
        .section--how-to ._how-to--step ._step--section {
          height: 540px; } }
      @media (max-width: 380px) {
        .section--how-to ._how-to--step ._step--section {
          height: 530px; } }
      @media (max-width: 320px) {
        .section--how-to ._how-to--step ._step--section {
          height: 510px; } }
      .section--how-to ._how-to--step ._step--section ._section--inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: 100%; }
        @media (max-width: 768px) {
          .section--how-to ._how-to--step ._step--section ._section--inner {
            padding-left: 50px;
            flex-direction: column;
            height: auto; } }
        .section--how-to ._how-to--step ._step--section ._section--inner ._info {
          padding-left: 70px;
          padding-right: 70px;
          flex: 1;
          display: flex;
          flex-direction: row;
          align-items: center; }
          @media (min-width: 1900px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info {
              padding-left: 80px;
              padding-right: 80px; } }
          @media (max-width: 1400px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info {
              padding-left: 60px;
              padding-right: 60px; } }
          @media (max-width: 768px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info {
              padding-left: 0;
              padding-right: 0;
              margin-bottom: 50px; } }
          @media (max-width: 580px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info {
              margin-bottom: 30px; } }
          .section--how-to ._how-to--step ._step--section ._section--inner ._info--inner {
            display: flex;
            flex-direction: row;
            align-items: flex-start; }
          .section--how-to ._how-to--step ._step--section ._section--inner ._info--number {
            font-size: 35px;
            line-height: 30px;
            padding-right: 50px;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -moz-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            -o-transform: translateY(-50px);
            transform: translateY(-50px); }
            @media (max-width: 768px) {
              .section--how-to ._how-to--step ._step--section ._section--inner ._info--number {
                font-size: 28px;
                padding-right: 25px; } }
          @media (max-width: 1500px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info--content br {
              display: none; } }
          @media (max-width: 1300px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info--content br {
              display: block; } }
          @media (max-width: 1100px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info--content br {
              display: none; } }
          @media (max-width: 768px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info--content br {
              display: block; } }
          @media (max-width: 580px) {
            .section--how-to ._how-to--step ._step--section ._section--inner ._info--content br {
              display: none; } }
          .section--how-to ._how-to--step ._step--section ._section--inner ._info--content h3 {
            font-size: 25px;
            line-height: 25px;
            margin: 0 0 15px;
            font-weight: bold;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            transition-delay: 0.2;
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -moz-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            -o-transform: translateY(-50px);
            transform: translateY(-50px); }
            @media (min-width: 1900px) {
              .section--how-to ._how-to--step ._step--section ._section--inner ._info--content h3 {
                font-size: 28px;
                line-height: 28px; } }
          .section--how-to ._how-to--step ._step--section ._section--inner ._info--content p {
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            transition-delay: 0.4;
            opacity: 0;
            -webkit-transform: translateY(-50px);
            -moz-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            -o-transform: translateY(-50px);
            transform: translateY(-50px); }
      .section--how-to ._how-to--step ._step--section ._preview {
        width: 350px;
        align-self: flex-end;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px); }
        @media (max-width: 768px) {
          .section--how-to ._how-to--step ._step--section ._preview {
            align-self: center;
            text-align: center; } }
        @media (max-width: 420px) {
          .section--how-to ._how-to--step ._step--section ._preview {
            width: 100%; } }
        .section--how-to ._how-to--step ._step--section ._preview img {
          width: 95%; }
          @media (max-width: 768px) {
            .section--how-to ._how-to--step ._step--section ._preview img {
              width: 90%; } }
          @media (max-width: 580px) {
            .section--how-to ._how-to--step ._step--section ._preview img {
              width: 80%; } }
          @media (max-width: 480px) {
            .section--how-to ._how-to--step ._step--section ._preview img {
              width: 92%; } }
        .section--how-to ._how-to--step ._step--section ._preview--frame {
          position: relative; }
          .section--how-to ._how-to--step ._step--section ._preview--frame ._content {
            position: absolute;
            top: 11%;
            left: 4%;
            width: 86%; }
            .section--how-to ._how-to--step ._step--section ._preview--frame ._content._last {
              bottom: 0;
              overflow: hidden;
              display: flex;
              align-items: flex-end; }
            .section--how-to ._how-to--step ._step--section ._preview--frame ._content img {
              width: 100%; }
          .section--how-to ._how-to--step ._step--section ._preview--frame._iphone ._content {
            top: 11%;
            left: 6.4%;
            width: 82.4%; }
            @media (max-width: 768px) {
              .section--how-to ._how-to--step ._step--section ._preview--frame._iphone ._content {
                left: 11%;
                width: 78%; } }
            @media (max-width: 580px) {
              .section--how-to ._how-to--step ._step--section ._preview--frame._iphone ._content {
                left: 10%;
                width: 80%; } }

  .section--how-to ._how-to--video {
    margin-top: 100px;
    overflow: hidden; }
    .section--how-to ._how-to--video ._video--inner {
      overflow: hidden; }
    .section--how-to ._how-to--video ._video--list ._videos {
      margin-left: -12px;
      margin-right: -12px; }
    .section--how-to ._how-to--video ._video--list .slick-list,
    .section--how-to ._how-to--video ._video--list .slick-track {
      overflow: visible;
      margin-left: 0;
      margin-right: 0; }
    .section--how-to ._how-to--video ._video--list .feature--video {
      padding-left: 12px;
      padding-right: 12px; }
    .section--how-to ._how-to--video ._video--list .slick-active .feature--video {
      opacity: 1; }

  .section--how-to ._how-to--faq {
    margin-top: 130px; }
    @media (max-width: 520px) {
      .section--how-to ._how-to--faq {
        margin-top: 70px; } }

  .section--faq {
    position: relative; }
    .section--faq._loading {
      overflow: hidden;
      background-color: #f0f0f0; }
      .section--faq._loading .section--faq--loader {
        visibility: visible;
        opacity: 1; }
    .section--faq--loader {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 99;
      background-color: #f0f0f0;
      display: flex;
      flex-direction: row;
      align-items: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .section--faq--loader .loader {
        margin: 0px auto; }
        .section--faq--loader .loader--icon {
          color: #999999;
          font-size: 34px; }
    .section--faq--main {
      position: relative; }
      .section--faq--main._loading {
        overflow: hidden;
        background-color: #f0f0f0; }
        .section--faq--main._loading ._section--loader {
          visibility: visible;
          opacity: 1; }
      .section--faq--main ._section--loader {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: row;
        align-items: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .section--faq--main ._section--loader .loader {
          margin: 0px auto; }
          .section--faq--main ._section--loader .loader--icon {
            color: #999999;
            font-size: 34px; }
      .section--faq--main ._section._active {
        display: block; }
      .section--faq--main ._section._hidden {
        display: none; }

  .card {
    position: relative;
    width: 25%;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 25px; }
    @media (max-width: 1200px) {
      .card {
        width: 33.333333%; } }
    @media (max-width: 580px) {
      .card {
        width: 100%; } }
    .card--list {
      margin-left: -14px;
      margin-right: -14px;
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap; }
    .card .card--inner {
      background-color: #ffffff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      /* @media (max-width: 580px) {
        .card .card--inner {
          display: flex;
          flex-direction: row; } } */
    .card .card--image {
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -ms-border-radius: 10px 10px 0 0;
      -o-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      position: relative; }
      /* @media (max-width: 580px) {
        .card .card--image {
          width: 45%;
          display: flex;
          flex-direction: column;
          align-items: center; } } */
      .card .card--image a {
        display: block; }
      .card .card--image img {
        width: 100%; }
        /* @media (max-width: 580px) {
          .card .card--image img {
            width: auto; } } */
      .card .card--image ._overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(105, 67, 142, 0.8);
        display: flex;
        flex-direction: row;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
        text-decoration: none; }
        .card .card--image ._overlay .button {
          margin: 0px auto; }
      .card .card--image:hover ._overlay {
        opacity: 1;
        visibility: visible; }
    .card .card--main {
      background-color: #ffffff;
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      -ms-border-radius: 0 0 10px 10px;
      -o-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
      padding: 25px 20px 30px;
      min-height: 162px; }
      @media (min-width: 1900px) {
        .card .card--main {
          min-height: 158px;
          padding: 30px 32px 35px; } }
      /* @media (max-width: 580px) {
        .card .card--main {
          width: 55%;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          display: flex;
          flex-direction: row;
          align-items: center; } } */
      .card .card--main ._category {
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        margin-bottom: 18px; }
        @media (min-width: 1900px) {
          .card .card--main ._category {
            font-size: 13px;
            line-height: 15px;
            margin-bottom: 20px; } }
        @media (min-width: 3000px) {
          .card .card--main ._category {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 22px; } }
      .card .card--main ._title {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 12px;
        font-weight: bold;
        color: #143350; }
        @media (min-width: 1900px) {
          .card .card--main ._title {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 15px; } }
        @media (min-width: 3000px) {
          .card .card--main ._title {
            font-size: 21px;
            line-height: 24px;
            margin-bottom: 18px; } }
        @media (max-width: 580px) {
          .card .card--main ._title {
            font-size: 19px;
            line-height: 22px;
            margin-bottom: 16px; } }
        .card .card--main ._title._lg {
          font-size: 26px;
          line-height: 30px; }
          @media (min-width: 1900px) {
            .card .card--main ._title._lg {
              font-size: 28px;
              line-height: 32px; } }
          @media (max-width: 580px) {
            .card .card--main ._title._lg {
              font-size: 20px;
              line-height: 24px; } }
        .card .card--main ._title a {
          color: #143350;
          text-decoration: none; }
          .card .card--main ._title a:hover {
            color: #7e5093; }
      .card .card--main ._subtitle, .card .card--main ._info {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        color: #143350;
        margin: 0 0 6px; }
        @media (min-width: 3000px) {
          .card .card--main ._subtitle, .card .card--main ._info {
            font-size: 15px;
            line-height: 15px;
            margin-bottom: 10px; } }
        @media (max-width: 580px) {
          .card .card--main ._subtitle, .card .card--main ._info {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 4px; } }
      .card .card--main ._subtitle {
        font-weight: 600; }
      .card .card--main ._meta {
        font-size: 14px;
        line-height: 14px; }
        @media (max-width: 580px) {
          .card .card--main ._meta {
            line-height: 18px; } }

  .card--group {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 33.333333%; }

  .card--thumb {
    position: relative;
    width: 33.333333%;
    padding-left: 12px;
    padding-right: 12px; }
    .card--thumb:hover .card--info {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .card--thumb--list {
      margin-left: -12px;
      margin-right: -12px; }
    .card--thumb button {
      display: block;
      outline: none;
      padding: 0;
      border: 0 none;
      width: 100%; }
    .card--thumb .card--inner {
      background-color: #ffffff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      position: relative; }
    .card--thumb .card--image {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .card--thumb .card--image img {
        width: 100%; }
    .card--thumb .card--more {
      margin-top: 20px; }
      .card--thumb .card--more button {
        width: auto; }
    .card--thumb .card--info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: left;
      z-index: 9;
      padding: 80px 30px 25px;
      background-image: -webkit-linear-gradient(top, transparent 0%, #69438e 60%);
      background-image: -o-linear-gradient(top, transparent 0%, #69438e 60%);
      background-image: linear-gradient(to bottom, transparent 0%, #69438e 60%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF69438E', GradientType=0);
      background-repeat: repeat-x;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: translateY(110%);
      -moz-transform: translateY(110%);
      -ms-transform: translateY(110%);
      -o-transform: translateY(110%);
      transform: translateY(110%); }
      .card--thumb .card--info p {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        color: #ffffff; }
        @media (min-width: 1900px) {
          .card--thumb .card--info p {
            font-size: 24px;
            line-height: 28px; } }
        @media (min-width: 3000px) {
          .card--thumb .card--info p {
            font-size: 30px;
            line-height: 36px; } }

  .feature {
    margin-bottom: 110px; }
    @media (min-width: 1900px) {
      .feature {
        margin-bottom: 120px; } }
    @media (min-width: 3000px) {
      .feature {
        margin-bottom: 130px; } }
    @media (max-width: 768px) {
      .feature {
        margin-bottom: 90px; } }
    .feature .feature--main {
      display: flex;
      flex-direction: row;
      align-items: center; }
    .feature .feature--main .section--title sup {
      font-size: 14px;
      top: -20px; }
      @media (max-width: 768px) {
        .feature .feature--main .section--title sup {
          font-size: 12px;
          top: -15px; } }
      @media (max-width: 768px) {
        .feature .feature--main {
          flex-direction: column;
          text-align: center; } }
      .feature .feature--main > div {
        width: 50%; }
        @media (max-width: 768px) {
          .feature .feature--main > div {
            width: 100%; } }
      .feature .feature--main > div:first-child {
        padding-right: 80px; }
        @media (max-width: 1300px) {
          .feature .feature--main > div:first-child {
            padding-right: 40px; } }
        @media (max-width: 768px) {
          .feature .feature--main > div:first-child {
            padding-right: 0;
            margin-bottom: 50px; } }
      .feature .feature--main > div:last-child {
        padding-left: 80px; }
        @media (max-width: 1300px) {
          .feature .feature--main > div:last-child {
            padding-left: 40px; } }
        @media (max-width: 768px) {
          .feature .feature--main > div:last-child {
            padding-left: 0; } }
    .feature .feature--thumb {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .feature .feature--thumb ._thumb--inner {
        width: 80%;
        margin: 0px auto; }
        @media (max-width: 768px) {
          .feature .feature--thumb ._thumb--inner {
            width: 100%; } }
        .feature .feature--thumb ._thumb--inner img {
          max-width: 100%;
          width: 100%; }
    .feature .feature--content {
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative; }
      @media (max-width: 1100px) {
        .feature .feature--content .section--title br {
          display: none; } }
      @media (max-width: 768px) {
        .feature .feature--content .section--title br {
          display: block; } }
      @media (max-width: 520px) {
        .feature .feature--content .section--title br {
          display: none; } }
      @media (max-width: 768px) {
        .feature .feature--content ._content--inner {
          margin: 0px auto; } }
      @media (max-width: 768px) {
        .feature .feature--content ._content--inner {
          max-width: 560px; } }
      @media (max-width: 1100px) {
        .feature .feature--content ._info br {
          display: none; } }
      @media (max-width: 768px) {
        .feature .feature--content ._info br {
          display: block; } }
      @media (max-width: 520px) {
        .feature .feature--content ._info br {
          display: none; } }
      .feature .feature--content ._category {
        font-size: 14px;
        margin-bottom: 36px;
        text-transform: uppercase; }
        @media (min-width: 1900px) {
          .feature .feature--content ._category {
            font-size: 16px;
            margin-bottom: 40px; } }
        @media (min-width: 3000px) {
          .feature .feature--content ._category {
            font-size: 20px;
            margin-bottom: 44px; } }
        @media (max-width: 1300px) {
          .feature .feature--content ._category {
            margin-bottom: 20px; } }
    .feature--v {
      text-align: center;
      padding-left: 30px;
      padding-right: 30px;
      width: 25%; }
      @media (max-width: 1400px) {
        .feature--v {
          padding-left: 25px;
          padding-right: 25px; } }
      @media (max-width: 992px) {
        .feature--v {
          width: 50%;
          margin-bottom: 60px; } }
      @media (max-width: 420px) {
        .feature--v {
          width: 100%;
          max-width: 320px;
          margin-left: auto;
          margin-right: auto; } }
      .feature--v--wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        margin-left: -40px;
        margin-right: -40px; }
        @media (max-width: 1300px) {
          .feature--v--wrap {
            margin-left: -25px;
            margin-right: -25px; } }
        @media (max-width: 768px) {
          .feature--v--wrap {
            justify-content: center; } }
        .feature--v--wrap._col-3 .feature--v {
          width: 33.333333%; }
          @media (max-width: 768px) {
            .feature--v--wrap._col-3 .feature--v {
              width: 50%; } }
          @media (max-width: 420px) {
            .feature--v--wrap._col-3 .feature--v {
              width: 100%; } }
        .feature--v--wrap .feature--thumb {
          margin-bottom: 42px;
          text-align: center; }
          @media (max-width: 580px) {
            .feature--v--wrap .feature--thumb {
              margin-bottom: 20px; } }
          .feature--v--wrap .feature--thumb img,
          .feature--v--wrap .feature--thumb video {
            height: 128px; }
            @media (min-width: 1900px) {
              .feature--v--wrap .feature--thumb img,
              .feature--v--wrap .feature--thumb video {
                height: 140px; } }
            @media (min-width: 3000px) {
              .feature--v--wrap .feature--thumb img,
              .feature--v--wrap .feature--thumb video {
                height: 160px; } }
        .feature--v--wrap .feature--title {
          margin: 0 0 15px;
          font-size: 26px;
          line-height: 30px;
          font-weight: 700; }
          @media (min-width: 1900px) {
            .feature--v--wrap .feature--title {
              font-size: 29px;
              line-height: 34px;
              margin-bottom: 20px; } }
          @media (min-width: 3000px) {
            .feature--v--wrap .feature--title {
              font-size: 35px;
              line-height: 40px;
              margin-bottom: 30px; } }
          @media (max-width: 1300px) {
            .feature--v--wrap .feature--title {
              font-size: 22px;
              line-height: 26px; } }
          @media (max-width: 580px) {
            .feature--v--wrap .feature--title br {
              display: none; } }
        .feature--v--wrap .feature--info {
          padding-left: 30px;
          padding-right: 30px; }
          @media (max-width: 1300px) {
            .feature--v--wrap .feature--info {
              padding-left: 10px;
              padding-right: 10px; } }
          @media (max-width: 1100px) {
            .feature--v--wrap .feature--info br {
              display: none; } }
          @media (max-width: 768px) {
            .feature--v--wrap .feature--info br {
              display: block; } }
          @media (max-width: 520px) {
            .feature--v--wrap .feature--info br {
              display: none; } }
          .feature--v--wrap .feature--info p {
            margin-bottom: 0;
            font-size: 14px;
            line-height: 18px; }
            @media (min-width: 1900px) {
              .feature--v--wrap .feature--info p {
                font-size: 16px;
                line-height: 22px; } }
            @media (min-width: 3000px) {
              .feature--v--wrap .feature--info p {
                font-size: 20px;
                line-height: 30px; } }
        .feature--v--wrap .feature--bottom {
          margin-top: 30px; }
          @media (min-width: 3000px) {
            .feature--v--wrap .feature--bottom {
              margin-top: 36px; } }
          .feature--v--wrap .feature--bottom .button--text {
            font-size: 14px; }
            @media (min-width: 1900px) {
              .feature--v--wrap .feature--bottom .button--text {
                font-size: 15px; } }
            @media (min-width: 3000px) {
              .feature--v--wrap .feature--bottom .button--text {
                font-size: 16px; } }
    .feature--video {
      opacity: 0.4;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .feature--video._active, .feature--video:hover {
        opacity: 1; }
      .feature--video .feature--thumb {
        margin-bottom: 35px;
        position: relative; }
        @media (min-width: 1900px) {
          .feature--video .feature--thumb {
            margin-bottom: 40px; } }
        @media (min-width: 3000px) {
          .feature--video .feature--thumb {
            margin-bottom: 50px; } }
        .feature--video .feature--thumb img {
          width: 100%; }
        .feature--video .feature--thumb:hover ._overlay {
          visibility: visible;
          opacity: 1; }
        .feature--video .feature--thumb button {
          display: block;
          border: 0 none;
          padding: 0;
          background-color: transparent;
          outline: none; }
        .feature--video .feature--thumb ._overlay {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(105, 67, 142, 0.8);
          display: flex;
          flex-direction: row;
          align-items: center;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          opacity: 0;
          visibility: hidden;
          text-decoration: none; }
          .feature--video .feature--thumb ._overlay ._trigger {
            margin: 0px auto;
            border: 0 none;
            background-color: transparent;
            padding: 0;
            outline: none; }
            .feature--video .feature--thumb ._overlay ._trigger svg {
              color: #ffffff;
              font-size: 64px; }
      @media (max-width: 1400px) {
        .feature--video .feature--info br {
          display: none; } }
      @media (max-width: 580px) {
        .feature--video .feature--info {
          padding-right: 0; } }
      .feature--video .feature--info h3 {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        margin: 0 0 15px; }
        @media (min-width: 1900px) {
          .feature--video .feature--info h3 {
            font-size: 20px;
            line-height: 20px; } }
        @media (min-width: 3000px) {
          .feature--video .feature--info h3 {
            font-size: 22px;
            line-height: 22px;
            margin-bottom: 20px; } }

  .form--field {
    margin-bottom: 14px;
    position: relative; }
    @media (min-width: 3000px) {
      .form--field {
        margin-bottom: 16px; } }
    .form--field--info {
      margin-top: 30px;
      margin-bottom: 15px; }
    @media (max-width: 380px) {
      .form--field--customer ._label {
        display: block;
        margin-bottom: 10px; } }
    .form--field--customer label {
      margin-left: 20px; }
      @media (max-width: 380px) {
        .form--field--customer label:first-child {
          margin-left: 0; } }
      .form--field--customer label span {
        margin-left: 8px; }

  .form .input--error--msg {
    margin-top: 6px;
    margin-left: 10px;
    font-size: 12px;
    color: #bc3232; }

  .form--group {
    display: flex;
    flex-direction: row; }
    .form--group .form--field {
      width: 50%; }
      .form--group .form--field:first-child {
        margin-right: 5px; }
      .form--group .form--field:last-child {
        margin-left: 5px; }
    @media (max-width: 380px) {
      .form--group--name {
        flex-direction: column; } }
    .form--group--name .form--field:first-child {
      width: 40%; }
      @media (max-width: 580px) {
        .form--group--name .form--field:first-child {
          width: 45%; } }
      @media (max-width: 380px) {
        .form--group--name .form--field:first-child {
          width: 100%;
          margin-bottom: 14px; } }
    .form--group--name .form--field:last-child {
      width: 60%; }
      @media (max-width: 580px) {
        .form--group--name .form--field:last-child {
          width: 55%; } }
      @media (max-width: 380px) {
        .form--group--name .form--field:last-child {
          width: 100%; } }

  .form input:not([type]),
  .form input[type='text'],
  .form input[type='password'],
  .form textarea,
  .form select {
    font-size: 14px;
    font-family: "Wavehaus", sans-serif; }
    @media (min-width: 1900px) {
      .form input:not([type]),
      .form input[type='text'],
      .form input[type='password'],
      .form textarea,
      .form select {
        font-size: 16px; } }
    @media (min-width: 3000px) {
      .form input:not([type]),
      .form input[type='text'],
      .form input[type='password'],
      .form textarea,
      .form select {
        font-size: 20px; } }

  .form input:not([type]),
  .form input[type='text'],
  .form input[type='password'],
  .form textarea {
    height: 38px;
    line-height: 38px;
    width: 100%;
    border: 0 none;
    outline: none; }
    @media (min-width: 1900px) {
      .form input:not([type]),
      .form input[type='text'],
      .form input[type='password'],
      .form textarea {
        height: 44px;
        line-height: 44px; } }
    @media (min-width: 3000px) {
      .form input:not([type]),
      .form input[type='text'],
      .form input[type='password'],
      .form textarea {
        height: 52px;
        line-height: 52px; } }
    .form input:not([type])::placeholder,
    .form input[type='text']::placeholder,
    .form input[type='password']::placeholder,
    .form textarea::placeholder {
      color: #c0c0c0; }
    .form input:not([type]):-webkit-input-placeholder,
    .form input[type='text']:-webkit-input-placeholder,
    .form input[type='password']:-webkit-input-placeholder,
    .form textarea:-webkit-input-placeholder {
      color: #c0c0c0; }
    .form input:not([type]):-ms-input-placeholder,
    .form input[type='text']:-ms-input-placeholder,
    .form input[type='password']:-ms-input-placeholder,
    .form textarea:-ms-input-placeholder {
      color: #c0c0c0; }
    .form input:not([type])::-ms-input-placeholder,
    .form input[type='text']::-ms-input-placeholder,
    .form input[type='password']::-ms-input-placeholder,
    .form textarea::-ms-input-placeholder {
      color: #c0c0c0; }

  .form textarea {
    height: 140px;
    padding: 20px;
    line-height: 18px; }
    @media (min-width: 1900px) {
      .form textarea {
        height: 160px;
        line-height: 22px; } }
    @media (min-width: 3000px) {
      .form textarea {
        height: 172px;
        padding: 22px;
        line-height: 26px; } }

  .form--input input:not([type]),
  .form--input input[type='text'],
  .form--input input[type='password'],
  .form--input textarea {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #143350;
    background-color: #f2f5f6; }
    @media (min-width: 1900px) {
      .form--input input:not([type]),
      .form--input input[type='text'],
      .form--input input[type='password'],
      .form--input textarea {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (min-width: 3000px) {
      .form--input input:not([type]),
      .form--input input[type='text'],
      .form--input input[type='password'],
      .form--input textarea {
        padding-left: 30px;
        padding-right: 30px; } }

  .form--input textarea {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }

  .form--input--icon {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    color: #d0d1d2; }
    @media (min-width: 1900px) {
      .form--input--icon {
        font-size: 18px; } }
    @media (min-width: 3000px) {
      .form--input--icon {
        font-size: 24px;
        right: 24px; } }

  .form--input .select2.select2-container {
    width: 100% !important;
    z-index: 9;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border-radius: 50px !important;
    color: #143350;
    background-color: #f2f5f6;
    padding-left: 15px;
    padding-right: 15px; }

  .form--input .select2.select2-container--open .select2-selection .select2-selection__arrow b {
    background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/arrow--up--grey.svg"); }

  .form--input .select2 .select2-selection {
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    height: 38px;
    background-color: transparent;
    display: flex;
    align-items: center; }
    .form--input .select2 .select2-selection .select2-selection__rendered {
      position: relative;
      text-align: left;
      font-size: 14px;
      line-height: 14px;
      color: #c0c0c0;
      padding: 0; }
      @media (min-width: 1900px) {
        .form--input .select2 .select2-selection .select2-selection__rendered {
          font-size: 16px; } }
      @media (min-width: 3000px) {
        .form--input .select2 .select2-selection .select2-selection__rendered {
          font-size: 20px; } }
    .form--input .select2 .select2-selection .select2-selection__placeholder {
      color: #c0c0c0; }
    .form--input .select2 .select2-selection .select2-selection__arrow {
      height: 38px;
      line-height: 34px;
      right: 5px; }
      .form--input .select2 .select2-selection .select2-selection__arrow b {
        position: static;
        display: inline-block;
        vertical-align: middle;
        border: 0 none;
        margin-left: 0;
        margin-top: 0;
        width: 16px;
        height: 16px;
        background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/arrow--down--grey.svg") no-repeat 0 0;
        background-size: contain; }
        @media (min-width: 1900px) {
          .form--input .select2 .select2-selection .select2-selection__arrow b {
            width: 18px;
            height: 18px; } }
        @media (min-width: 3000px) {
          .form--input .select2 .select2-selection .select2-selection__arrow b {
            width: 22px;
            height: 22px; } }

  .form--terms {
    margin-top: 20px; }
    .form--terms p {
      font-size: 12px; }
    .form--terms ._input--wrap {
      display: flex;
      flex-direction: row; }
    .form--terms ._input {
      margin-right: 12px; }
    .form--terms .input--error--msg {
      margin-top: 10px;
      margin-left: 0; }

  .form--submit {
    margin-top: 40px; }
    @media (max-width: 768px) {
      .form--submit {
        text-align: center; } }
    .form--submit .button {
      padding: 15px 45px; }
      @media (min-width: 1900px) {
        .form--submit .button {
          padding: 18px 60px; } }
    .form--submit .button--disabled {
      min-width: 130px;
      display: none; }
      .form--submit .button--disabled:hover {
        background-color: #69438e;
        cursor: not-allowed; }
    .form--submit._loading .button--active {
      display: none; }
    .form--submit._loading .button--disabled {
      display: inline-block; }

  .form--field--merchant ._field--inner {
    height: 38px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-color: #f2f5f6; }
    @media (min-width: 1900px) {
      .form--field--merchant ._field--inner {
        height: 44px; } }
    @media (min-width: 3000px) {
      .form--field--merchant ._field--inner {
        height: 52px;
        margin-bottom: 16px; } }

  .form--field--merchant ._field--main {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .form--field--merchant ._field--main ._field--name {
      width: 60%;
      position: relative; }
      .form--field--merchant ._field--main ._field--name input {
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px; }
      .form--field--merchant ._field--main ._field--name:after {
        content: "";
        height: 16px;
        width: 1px;
        position: absolute;
        right: 0;
        top: 10px;
        background-color: #d0d1d2; }
        @media (min-width: 1900px) {
          .form--field--merchant ._field--main ._field--name:after {
            height: 20px;
            top: 12px; } }
        @media (min-width: 3000px) {
          .form--field--merchant ._field--main ._field--name:after {
            height: 24px;
            top: 14px; } }
    .form--field--merchant ._field--main ._field--type {
      padding-left: 10px;
      padding-right: 20px;
      width: 40%; }
      .form--field--merchant ._field--main ._field--type select {
        height: 38px;
        line-height: 38px;
        width: 100%;
        background-color: transparent;
        border: 0 none;
        outline: none; }
        @media (min-width: 1900px) {
          .form--field--merchant ._field--main ._field--type select {
            height: 44px;
            line-height: 44px; } }
        @media (min-width: 3000px) {
          .form--field--merchant ._field--main ._field--type select {
            height: 52px;
            line-height: 52px; } }

  .form--field--personal ._field--inner {
    height: 38px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-color: #f2f5f6; }
    @media (min-width: 1900px) {
      .form--field--personal ._field--inner {
        height: 44px; } }
    @media (min-width: 3000px) {
      .form--field--personal ._field--inner {
        height: 52px;
        margin-bottom: 16px; } }

  .form--field--personal ._field--main {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .form--field--personal ._field--main ._field--name,
    .form--field--personal ._field--main ._field--designation {
      width: 60%;
      position: relative; }
      .form--field--personal ._field--main ._field--name input,
      .form--field--personal ._field--main ._field--designation input {
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px; }
    .form--field--personal ._field--main ._field--name:after {
      content: "";
      height: 16px;
      width: 1px;
      position: absolute;
      right: 0;
      top: 10px;
      background-color: #d0d1d2; }
      @media (min-width: 1900px) {
        .form--field--personal ._field--main ._field--name:after {
          height: 20px;
          top: 12px; } }
      @media (min-width: 3000px) {
        .form--field--personal ._field--main ._field--name:after {
          height: 24px;
          top: 14px; } }
    .form--field--personal ._field--main ._field--designation {
      width: 40%; }

  .select2-container {
    z-index: 99999; }

  .select2-results__options img {
    width: 22px;
    margin-right: 14px; }

  .select2-dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    background-color: #f9f9f9; }
    .select2-dropdown .select2-results__option {
      padding: 7px 14px; }
    .select2-dropdown .select2-results__option--highlighted[aria-selected] {
      background-color: #69438e; }

  .select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top: 3px solid #999999; }

  .faq--collapse {
    position: relative;
    border-bottom: 1px solid #e4e4e4; }
    .faq--collapse:first-child {
      border-top: 1px solid #e4e4e4; }
    .faq--collapse._active ._collapse--trigger ._toggle ._expand {
      display: none; }
    .faq--collapse._active ._collapse--trigger ._toggle ._narrow {
      display: block; }
    .faq--collapse ._collapse--trigger {
      padding-top: 24px;
      padding-bottom: 24px;
      display: flex;
      flex-direction: row;
      align-items: center;
      cursor: pointer; }
      @media (min-width: 1900px) {
        .faq--collapse ._collapse--trigger {
          padding-top: 28px;
          padding-bottom: 28px; } }
      @media (min-width: 3000px) {
        .faq--collapse ._collapse--trigger {
          padding-top: 34px;
          padding-bottom: 34px; } }
      .faq--collapse ._collapse--trigger:hover a {
        color: #7e5093; }
      .faq--collapse ._collapse--trigger strong {
        font-weight: normal;
        font-size: 15px;
        line-height: 15px; }
        @media (min-width: 1900px) {
          .faq--collapse ._collapse--trigger strong {
            font-size: 17px;
            line-height: 17px; } }
        @media (min-width: 3000px) {
          .faq--collapse ._collapse--trigger strong {
            font-size: 20px;
            line-height: 20px; } }
        @media (max-width: 768px) {
          .faq--collapse ._collapse--trigger strong {
            line-height: 20px;
            padding-right: 60px; } }
        .faq--collapse ._collapse--trigger strong a {
          color: #001133;
          text-decoration: none; }
          .faq--collapse ._collapse--trigger strong a:hover {
            color: #7e5093; }
      .faq--collapse ._collapse--trigger ._toggle {
        text-decoration: none;
        outline: none;
        margin-left: auto;
        font-size: 18px;
        color: #143350; }
        .faq--collapse ._collapse--trigger ._toggle ._narrow {
          display: none; }
    .faq--collapse ._collapse--content {
      overflow: hidden;
      height: 0; }
      .faq--collapse ._collapse--content ._content--inner {
        padding-top: 25px;
        padding-bottom: 40px; }

  .dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    visibility: hidden; }
    .dialog._open {
      visibility: visible; }
      .dialog._open .dialog--overlay {
        opacity: 1; }
      .dialog._open .dialog--main {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    .dialog--overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      opacity: 0; }
    .dialog--main {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: flex;
      flex-direction: row;
      overflow: auto;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform: translateY(80px);
      -moz-transform: translateY(80px);
      -ms-transform: translateY(80px);
      -o-transform: translateY(80px);
      transform: translateY(80px);
      opacity: 0;
      padding-left: 20px;
      padding-right: 20px; }
      .dialog--main--inner {
        width: 100%;
        max-width: 680px;
        margin: 30px auto 0; }
        @media (min-width: 1900px) {
          .dialog--main--inner {
            max-width: 840px; } }
        @media (min-width: 3000px) {
          .dialog--main--inner {
            max-width: 980px; } }
    .dialog--close {
      text-align: right; }
      .dialog--close img {
        width: 30px; }
      .dialog--close button {
        background-color: transparent;
        padding: 0;
        border: 0 none;
        color: #ffffff;
        font-size: 24px;
        outline: none; }
    .dialog--content {
      margin-top: 15px;
      margin-bottom: 40px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      background-color: #ffffff; }
      .dialog--content--main {
        padding: 30px; }
    .dialog--title {
      font-size: 20px;
      line-height: 20px;
      font-weight: 700;
      margin: 0 0 20px;
      padding: 15px 20px;
      border-bottom: 1px solid #cccccc; }
      @media (min-width: 1900px) {
        .dialog--title {
          font-size: 24px;
          line-height: 24px; } }
      @media (min-width: 3000px) {
        .dialog--title {
          font-size: 28px;
          line-height: 28px; } }
    .dialog--video--main iframe {
      width: 100% !important;
      height: 380px !important; }
      @media (min-width: 1900px) {
        .dialog--video--main iframe {
          height: 480px !important; } }
      @media (min-width: 3000px) {
        .dialog--video--main iframe {
          height: 580px !important; } }

  @media (max-width: 1300px) {
    .home--wrapper {
      overflow: hidden; } }

  .home__banners {
    width: 100%;
    height: 710px;
    background-color: #eeeeee;
    position: relative;
    overflow: hidden; }
    .home__banners ._slides {
      height: 710px; }
    .home__banners ._slide {
      height: 710px;
      position: relative; }
      .home__banners ._slide--image {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #eeeeee;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        @media (max-width: 580px) {
          .home__banners ._slide--image._desktop {
            display: none; } }
        .home__banners ._slide--image._mobile {
          display: none; }
          @media (max-width: 580px) {
            .home__banners ._slide--image._mobile {
              display: block; } }
      .home__banners ._slide--info {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        z-index: 9; }
        /* @media (max-width: 768px) {
          .home__banners ._slide--info {
            align-items: flex-start;
            padding-top: 80px; } } */
        .home__banners ._slide--info ._info--inner {
          margin: 0px auto;
          text-align: center;
          color: #ffffff;
          max-width: 880px; }
          @media (max-width: 768px) {
            .home__banners ._slide--info ._info--inner {
              /* text-align: left; */
              padding-left: 20px;
              padding-right: 20px; } }
          .home__banners ._slide--info ._info--inner h2 {
            font-size: 65px;
            font-weight: 700;
            line-height: 70px;
            margin-bottom: 0;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin: 0; }
            @media (max-width: 768px) {
              .home__banners ._slide--info ._info--inner h2 {
                font-size: 54px;
                line-height: 60px; } }

    @media (max-width: 580px) {
      .home__banners .slick-slide:nth-child(2) ._slide--image {
        background-position: 40% center; } }

    .home__banners .slick-dots {
      padding: 0;
      margin: 0;
      list-style: none;
      position: absolute;
      bottom: 28px;
      left: 0;
      right: 0;
      text-align: center; }
      .home__banners .slick-dots li {
        margin: 0;
        padding: 0; }
      .home__banners .slick-dots li {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px; }
        .home__banners .slick-dots li button {
          outline: none;
          display: inline-block;
          vertical-align: middle;
          height: 6px;
          width: 22px;
          border: 1px solid #ffffff;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          background-color: transparent;
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s;
          text-indent: -9999px; }
          .home__banners .slick-dots li button:hover {
            background-color: #ffffff; }
        .home__banners .slick-dots li.slick-active button {
          background-color: #ffffff; }
    .home__banners ._banners--loader {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 9;
      background-color: #eeeeee;
      display: flex;
      flex-direction: row;
      align-items: center;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .home__banners ._banners--loader._hide {
        opacity: 0;
        visibility: hidden; }
      .home__banners ._banners--loader .loader {
        margin: 0px auto; }
        .home__banners ._banners--loader .loader--icon {
          color: #999999;
          font-size: 34px; }

  .home__intro {
    height: 410px;
    background-color: #f3f5f6; }
    @media (min-width: 1900px) {
      .home__intro {
        height: 460px; } }
    @media (max-width: 1300px) {
      .home__intro {
        height: 340px; } }
    @media (max-width: 768px) {
      .home__intro {
        height: auto;
        padding-bottom: 60px; } }
    .home__intro .section--inner {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 100%; }
      @media (max-width: 768px) {
        .home__intro .section--inner {
          display: block; } }
    .home__intro ._intro--title {
      width: 50%;
      height: 100%;
      position: relative; }
      @media (max-width: 768px) {
        .home__intro ._intro--title {
          width: 100%;
          margin-bottom: 50px; }
          .home__intro ._intro--title br {
            display: block; } }
      .home__intro ._intro--title ._title--bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /* background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/home/intro--bg.png"); } */
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 768px) {
          .home__intro ._intro--title ._title--bg {
            width: 50%;
            height: 200px;
            background-size: contain; } }
      .home__intro ._intro--title ._title--main {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 768px) {
          .home__intro ._intro--title ._title--main {
            position: relative;
            z-index: 1;
            text-align: center;
            padding-top: 80px; } }
        @media (max-width: 768px) {
          .home__intro ._intro--title ._title--main .layout--left {
            margin: 0px auto;
            padding-left: 0; } }
    .home__intro ._intro--content {
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 768px) {
        .home__intro ._intro--content {
          width: 100%;
          display: block;
          text-align: center;
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 1100px) {
        .home__intro ._intro--content br {
          display: none; } }
      @media (max-width: 768px) {
        .home__intro ._intro--content br {
          display: block; } }
      @media (max-width: 540px) {
        .home__intro ._intro--content br {
          display: none; } }
      .home__intro ._intro--content ._content--main {
        width: 75%;
        margin: 0px auto; }
        @media (max-width: 1300px) {
          .home__intro ._intro--content ._content--main {
            width: 80%; } }
        @media (max-width: 768px) {
          .home__intro ._intro--content ._content--main {
            width: 100%; } }
        .home__intro ._intro--content ._content--main p:first-child {
          margin-bottom: 26px; }
          @media (min-width: 3000px) {
            .home__intro ._intro--content ._content--main p:first-child {
              margin-bottom: 35px; } }
        .home__intro ._intro--content ._content--main p:nth-child(2) {
          margin-bottom: 36px; }
          @media (min-width: 1900px) {
            .home__intro ._intro--content ._content--main p:nth-child(2) {
              margin-bottom: 45px; } }
          @media (min-width: 3000px) {
            .home__intro ._intro--content ._content--main p:nth-child(2) {
              margin-bottom: 50px; } }
        .home__intro ._intro--content ._content--main p._small {
          margin-bottom: 4px; }
          @media (max-width: 768px) {
            .home__intro ._intro--content ._content--main p._small {
              padding-left: 14%;
              padding-right: 14%; } }
          @media (max-width: 540px) {
            .home__intro ._intro--content ._content--main p._small {
              padding-left: 15px;
              padding-right: 15px; } }
        .home__intro ._intro--content ._content--main ._logo {
          margin-top: 40px; }
          .home__intro ._intro--content ._content--main ._logo img {
            width: 135px; }
            @media (min-width: 1900px) {
              .home__intro ._intro--content ._content--main ._logo img {
                width: 150px; } }
            @media (min-width: 3000px) {
              .home__intro ._intro--content ._content--main ._logo img {
                width: 180px; } }

  .home__why {
    margin-top: 100px;
    margin-bottom: 100px; }
    @media (max-width: 992px) {
      .home__why {
        margin-bottom: 60px; } }
    .home__why .section--title {
      text-align: center;
      margin-bottom: 75px; }
    .home__why ._why--item {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 1400px) {
        .home__why ._why--item {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 1400px) {
        .home__why ._why--item .feature--info br {
          display: none; } }
      @media (max-width: 992px) {
        .home__why ._why--item .feature--info br {
          display: block; } }

      @media (max-width: 600px) {
        .home__why .section--title br {
          display: none; } }

  .home__features {
    overflow: hidden;
    width: 100%; }
    @media (max-width: 992px) {
      .home__features .feature--full-thumb .feature--main {
        align-items: flex-start; } }
    .home__features .feature--full-thumb .feature--main .feature--thumb {
      padding-right: 50px; }
      @media (min-width: 1900px) {
        .home__features .feature--full-thumb .feature--main .feature--thumb {
          padding-right: 60px; } }
      @media (max-width: 1400px) {
        .home__features .feature--full-thumb .feature--main .feature--thumb {
          padding-right: 40px; } }
      @media (max-width: 1200px) {
        .home__features .feature--full-thumb .feature--main .feature--thumb {
          padding-right: 30px; } }
      @media (max-width: 768px) {
        .home__features .feature--full-thumb .feature--main .feature--thumb {
          padding-right: 0;
          position: relative;
          z-index: 10; } }
    .home__features .feature--full-thumb .feature--main .feature--content {
      padding-left: 60px; }
      @media (min-width: 1900px) {
        .home__features .feature--full-thumb .feature--main .feature--content {
          padding-left: 60px; } }
      @media (max-width: 1400px) {
        .home__features .feature--full-thumb .feature--main .feature--content {
          padding-left: 40px; } }
      @media (max-width: 1200px) {
        .home__features .feature--full-thumb .feature--main .feature--content {
          padding-left: 30px; } }
      @media (max-width: 768px) {
        .home__features .feature--full-thumb .feature--main .feature--content {
          padding-left: 0; } }
    .home__features .feature--full-thumb .feature--thumb ._thumb--inner {
      width: 100%; }
    .home__features .feature--full-thumb .feature--content ._content--inner {
      padding-right: 140px; }
      @media (max-width: 1400px) {
        .home__features .feature--full-thumb .feature--content ._content--inner {
          padding-right: 100px; } }
      @media (max-width: 1300px) {
        .home__features .feature--full-thumb .feature--content ._content--inner {
          padding-right: 40px; } }
      @media (max-width: 768px) {
        .home__features .feature--full-thumb .feature--content ._content--inner {
          padding-left: 20px;
          padding-right: 20px; } }
    @media (max-width: 1100px) {
      .home__features ._features--main .feature--content .section--title br {
        display: none; }
      .home__features ._features--main .feature--content ._info br {
        display: none; } }
    @media (max-width: 768px) {
      .home__features ._features--main .feature--content .section--title br {
        display: block; }
      .home__features ._features--main .feature--content ._info br {
        display: block; } }
    @media (max-width: 520px) {
      .home__features ._features--main .feature--content .section--title br {
        display: none; }
      .home__features ._features--main .feature--content ._info br {
        display: none; } }
    .home__features ._features--main .feature:nth-child(3) {
      position: relative; }
      .home__features ._features--main .feature:nth-child(3) .feature--inner {
        position: relative;
        z-index: 2; }
      .home__features ._features--main .feature:nth-child(3):before {
        content: "";
        position: absolute;
        top: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/home/feature--3--bg.png") no-repeat top right;
        background-size: contain; }
        @media (max-width: 768px) {
          .home__features ._features--main .feature:nth-child(3):before {
            display: none; } }
      @media (max-width: 768px) {
        .home__features ._features--main .feature:nth-child(3) .feature--content:before {
          content: "";
          position: absolute;
          top: -50px;
          bottom: 0;
          left: 0;
          right: 0;
          background: transparent url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/home/feature--3--bg.png") no-repeat top right;
          background-size: contain; }
        .home__features ._features--main .feature:nth-child(3) .feature--content ._content--inner {
          position: relative;
          z-index: 1; } }
    @media (max-width: 520px) {
      .home__features .feature:first-child .feature--content .section--title {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px; }
      .home__features .feature:first-child .feature--content ._info {
        margin-left: auto;
        margin-right: auto;
        max-width: 340px; } }
    @media (max-width: 768px) {
      .home__features .feature:nth-child(2) .feature--main {
        flex-direction: column-reverse; } }
    .home__features .feature:nth-child(2) .feature--content {
      margin-bottom: 0;
      padding-right: 40px; }
    .home__features .feature:nth-child(2) .feature--content ._logos span {
      margin-right: 20px; }
    .home__features .feature:nth-child(2) .feature--content ._logos span:last-child {
      margin-right: 0; }
    .home__features .feature:nth-child(2) .feature--content ._logos img {
      height: 60px; }
    .home__features .feature:nth-child(2) .feature--content ._logos span:first-child img {
      height: 74px; }

    .home__features .feature:nth-child(2) .feature--content ._partners {
      display: flex;
      flex-direction: column;
      margin-top: 50px;
      margin-bottom: 40px; }

    @media (max-width: 768px) {
      .home__features .feature:nth-child(2) .feature--content ._partners {
        align-items: center; } }

    .home__features .feature:nth-child(2) .feature--content ._partners--inner {
      display: flex;
      flex-direction: row; }

    .home__features .feature:nth-child(2) .feature--content ._partners ._logos {
      padding: 8px 14px; }

    .home__features .feature:nth-child(2) .feature--content ._partners ._col:first-child ._logos {
      border: 1px solid #d4d4d4;
      border-radius: 10px; }

    .home__features .feature:nth-child(2) .feature--content ._partners ._col:nth-child(2) p:first-child {
      text-align: center; }

      @media (max-width: 380px) {
        .home__features .feature:nth-child(2) .feature--content ._partners--inner {
          flex-direction: column; }
        .home__features .feature:nth-child(2) .feature--content ._partners ._col p:first-child {
          margin-bottom: 10px; } }

    .home__features .feature:nth-child(2) .feature--content ._partners ._col:first-child {
      margin-right: 30px; }

    @media (max-width: 420px) {
      .home__features .feature:nth-child(2) .feature--content ._partners {
        flex-direction: column; }
      .home__features .feature:nth-child(2) .feature--content ._partners ._col:first-child {
        margin-right: 0;
        margin-bottom: 30px; }}

      @media (max-width: 1500px) {
        .home__features .feature:nth-child(2) .feature--content {
          padding-right: 0; }
          .home__features .feature:nth-child(2) .feature--content br {
            display: none; } }
      @media (max-width: 1400px) {
        .home__features .feature:nth-child(2) .feature--content br {
          display: none; } }
      /* .home__features .feature:nth-child(2) .feature--content ._content--inner {
        margin: 0; } */
    .home__features .feature:nth-child(2) .feature--thumb {
      margin-bottom: 50px; }
    @media (max-width: 520px) {
      .home__features .feature:nth-child(3) .feature--content .section--title {
        margin-left: auto;
        margin-right: auto;
        max-width: 280px; }
      .home__features .feature:nth-child(3) .feature--content ._info {
        margin-left: auto;
        margin-right: auto;
        max-width: 320px; } }

  .home__locations {
    margin-bottom: 150px;
    display: none; }
    @media (min-width: 1900px) {
      .home__locations {
        margin-bottom: 200px; } }
    @media (max-width: 1300px) {
      .home__locations .section--inner {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 780px; } }
    @media (max-width: 580px) {
      .home__locations .section--inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 340px) {
      .home__locations .section--inner {
        padding-left: 15px;
        padding-right: 15px; } }
    .home__locations .section--title {
      text-align: center;
      margin-bottom: 100px; }
      @media (max-width: 520px) {
        .home__locations .section--title br {
          display: none; } }
    .home__locations ._locations--list {
      margin-left: -55px;
      margin-right: -55px;
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap; }
      @media (min-width: 1900px) {
        .home__locations ._locations--list {
          margin-left: -60px;
          margin-right: -60px; } }
      @media (min-width: 3000px) {
        .home__locations ._locations--list {
          margin-left: -65px;
          margin-right: -65px; } }
      @media (max-width: 1300px) {
        .home__locations ._locations--list {
          margin-left: -30px;
          margin-right: -30px; } }
      @media (max-width: 580px) {
        .home__locations ._locations--list {
          margin-left: 0;
          margin-right: 0; } }
      .home__locations ._locations--list ._item {
        padding-left: 55px;
        padding-right: 55px;
        width: 20%;
        margin-bottom: 60px; }
        @media (min-width: 1900px) {
          .home__locations ._locations--list ._item {
            padding-left: 60px;
            padding-right: 60px;
            margin-bottom: 65px; } }
        @media (min-width: 3000px) {
          .home__locations ._locations--list ._item {
            padding-left: 65px;
            padding-right: 65px;
            margin-bottom: 70px; } }
        @media (max-width: 1300px) {
          .home__locations ._locations--list ._item {
            padding-left: 30px;
            padding-right: 30px;
            margin-bottom: 50px; } }
        @media (max-width: 580px) {
          .home__locations ._locations--list ._item {
            width: 33.333333%;
            padding-left: 20px;
            padding-right: 20px; } }
        @media (max-width: 340px) {
          .home__locations ._locations--list ._item {
            padding-left: 15px;
            padding-right: 15px; } }
        .home__locations ._locations--list ._item ._logo {
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          border-radius: 15px;
          -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
          overflow: hidden;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          .home__locations ._locations--list ._item ._logo:hover {
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
        .home__locations ._locations--list ._item img {
          width: 100%;
          display: block;
          min-height: 80px; }
          @media (max-width: 1300px) {
            .home__locations ._locations--list ._item img {
              min-height: 0; } }
    .home__locations ._locations--bottom {
      text-align: center;
      margin-top: 20px; }
      .home__locations ._locations--bottom .button {
        padding: 15px 45px; }
        @media (min-width: 1900px) {
          .home__locations ._locations--bottom .button {
            padding: 18px 60px; } }

  .home__download {
    height: 540px;
    position: relative;
    display: none; }
    @media (min-width: 1900px) {
      .home__download {
        height: 680px; } }
    @media (min-width: 3000px) {
      .home__download {
        height: 780px; } }
    @media (max-width: 992px) {
      .home__download {
        height: 540px; } }
    @media (max-width: 768px) {
      .home__download {
        height: auto;
        padding-bottom: 30px; } }
    .home__download .section--bg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/home/download--bg--2.png") no-repeat 0 0;
      background-size: cover; }
      @media (max-width: 768px) {
        .home__download .section--bg {
          background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/home/download--bg--mobile.png"); } }
    .home__download .section--inner {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2; }
      @media (max-width: 992px) {
        .home__download .section--inner {
          left: 40px;
          right: 40px; } }
      @media (max-width: 768px) {
        .home__download .section--inner {
          position: static; } }
    .home__download .feature,
    .home__download .feature--inner,
    .home__download .feature--main {
      height: 100%; }
    .home__download .feature {
      margin-bottom: 0; }
    .home__download .feature--thumb ._thumb--inner {
      position: relative;
      top: -40px;
      width: 100%; }
      @media (min-width: 1900px) {
        .home__download .feature--thumb ._thumb--inner {
          top: -60px; } }
      @media (min-width: 2400px) {
        .home__download .feature--thumb ._thumb--inner {
          top: -30px; } }
      @media (max-width: 1200px) {
        .home__download .feature--thumb ._thumb--inner {
          left: -60px; } }
      @media (max-width: 992px) {
        .home__download .feature--thumb ._thumb--inner {
          top: -70px;
          left: 0; } }
      @media (max-width: 768px) {
        .home__download .feature--thumb ._thumb--inner {
          top: 0;
          margin-top: -60px;
          text-align: right;
          padding-right: 0;
          text-align: center; } }
      .home__download .feature--thumb ._thumb--inner img {
        width: 80%; }
        @media (min-width: 1600px) {
          .home__download .feature--thumb ._thumb--inner img {
            width: 70%; } }
        @media (min-width: 1900px) {
          .home__download .feature--thumb ._thumb--inner img {
            width: 65%; } }
        @media (min-width: 2400px) {
          .home__download .feature--thumb ._thumb--inner img {
            width: 55%; } }
        @media (max-width: 1200px) {
          .home__download .feature--thumb ._thumb--inner img {
            width: 100%; } }
        @media (max-width: 992px) {
          .home__download .feature--thumb ._thumb--inner img {
            width: 140%;
            max-width: none; } }
        @media (max-width: 768px) {
          .home__download .feature--thumb ._thumb--inner img {
            width: 65%; } }
    @media (max-width: 768px) {
      .home__download .feature--main {
        flex-direction: column-reverse; } }
    @media (max-width: 992px) {
      .home__download .feature--content {
        padding-right: 0 !important; } }
    @media (max-width: 1100px) {
      .home__download .feature--content ._info br {
        display: block; } }
    .home__download ._content--info {
      color: #ffffff; }
      .home__download ._content--info ._title {
        font-size: 38px;
        line-height: 44px;
        font-weight: 600;
        margin: 0 0 15px; }
        @media (min-width: 1900px) {
          .home__download ._content--info ._title {
            font-size: 42px;
            line-height: 49px;
            margin-bottom: 20px; } }
        @media (min-width: 1900px) {
          .home__download ._content--info ._title {
            font-size: 52px;
            line-height: 62px;
            margin-bottom: 30px; } }
        @media (min-width: 3000px) {
          .home__download ._content--info ._title {
            font-size: 52px;
            line-height: 62px;
            margin-bottom: 30px; } }
      .home__download ._content--info ._info p {
        margin-bottom: 0; }
    .home__download ._content--form {
      margin-top: 46px; }
      @media (min-width: 1900px) {
        .home__download ._content--form {
          margin-top: 50px; } }
      @media (min-width: 3000px) {
        .home__download ._content--form {
          margin-top: 60px; } }
      @media (max-width: 768px) {
        .home__download ._content--form {
          display: none; } }
      .home__download ._content--form form {
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 992px) {
          .home__download ._content--form form {
            flex-direction: column;
            align-items: flex-start; } }
      .home__download ._content--form ._form--field {
        width: 280px;
        margin-right: 20px;
        padding-bottom: 8px;
        border-bottom: 2px solid #ffffff;
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (min-width: 1900px) {
          .home__download ._content--form ._form--field {
            width: 310px; } }
        @media (min-width: 3000px) {
          .home__download ._content--form ._form--field {
            width: 370px; } }
        .home__download ._content--form ._form--field ._prefix {
          font-size: 22px;
          line-height: 22px;
          font-weight: 600px;
          color: #ffffff;
          margin-right: 10px; }
          @media (min-width: 1900px) {
            .home__download ._content--form ._form--field ._prefix {
              font-size: 24px;
              line-height: 24px; } }
          @media (min-width: 3000px) {
            .home__download ._content--form ._form--field ._prefix {
              font-size: 30px;
              line-height: 30px; } }
      .home__download ._content--form ._form--input input {
        background-color: transparent;
        border: 0 none;
        height: 30px;
        font-size: 22px;
        line-height: 22px;
        color: #ffffff;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center; }
        @media (min-width: 1900px) {
          .home__download ._content--form ._form--input input {
            height: 34px;
            font-size: 24px;
            line-height: 24px; } }
        @media (min-width: 3000px) {
          .home__download ._content--form ._form--input input {
            font-size: 30px;
            line-height: 30px;
            height: 42px; } }
        .home__download ._content--form ._form--input input::placeholder {
          color: #c5b9d3; }
        .home__download ._content--form ._form--input input:-webkit-input-placeholder {
          color: #c5b9d3; }
        .home__download ._content--form ._form--input input:-ms-input-placeholder {
          color: #c5b9d3; }
        .home__download ._content--form ._form--input input::-ms-input-placeholder {
          color: #c5b9d3; }
      @media (max-width: 992px) {
        .home__download ._content--form ._form--submit {
          margin-top: 18px; } }
      .home__download ._content--form .button {
        background-color: #7e719c; }
        .home__download ._content--form .button:hover {
          background-color: #5a4e7c; }
    .home__download ._content--download--link {
      display: none;
      text-align: center;
      margin-top: 65px; }
      @media (max-width: 768px) {
        .home__download ._content--download--link {
          display: block; } }
      .home__download ._content--download--link .button {
        background-image: -webkit-linear-gradient(left, #6a7399 0%, #407b95 100%);
        background-image: -o-linear-gradient(left, #6a7399 0%, #407b95 100%);
        background-image: linear-gradient(to right, #6a7399 0%, #407b95 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A7399', endColorstr='#FF407B95', GradientType=1);
        background-repeat: repeat-x; }
    .home__download ._content--download {
      margin-top: 50px; }
      @media (min-width: 1900px) {
        .home__download ._content--download {
          margin-top: 60px; } }
      @media (min-width: 3000px) {
        .home__download ._content--download {
          margin-top: 70px; } }
      .home__download ._content--download a {
        margin-right: 30px; }
        @media (min-width: 1900px) {
          .home__download ._content--download a {
            margin-right: 42px; } }
        @media (min-width: 3000px) {
          .home__download ._content--download a {
            margin-right: 60px; } }
        @media (max-width: 768px) {
          .home__download ._content--download a {
            margin-left: 20px;
            margin-right: 20px; } }
        .home__download ._content--download a img {
          height: 30px; }
          @media (min-width: 1900px) {
            .home__download ._content--download a img {
              height: 39px; } }
          @media (min-width: 3000px) {
            .home__download ._content--download a img {
              height: 45px; } }
          @media (max-width: 1400px) {
            .home__download ._content--download a img {
              height: 32px; } }
          @media (max-width: 992px) {
            .home__download ._content--download a img {
              height: 30px; } }
          @media (max-width: 768px) {
            .home__download ._content--download a img {
              height: 32px; } }

  .deals--wrapper {
    padding-bottom: 140px;
    overflow: hidden; }
    @media (min-width: 1900px) {
      .deals--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .deals--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .deals--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 580px) {
      .deals--wrapper {
        padding-bottom: 60px; } }

  .deals .section--header ._bg {
    background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/deals/banner--3.jpg"); }

  .deals__popular {
    padding-top: 110px;
    margin-bottom: 68px; }
    @media (min-width: 1900px) {
      .deals__popular {
        padding-top: 130px;
        margin-bottom: 72px; } }
    @media (max-width: 580px) {
      .deals__popular {
        padding-top: 55px; } }
    .deals__popular._narrow .list--carousel {
      margin-left: 0;
      margin-right: 0; }
    .deals__popular--header {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 32px; }
      @media (min-width: 1900px) {
        .deals__popular--header {
          margin-bottom: 42px; } }
      @media (max-width: 580px) {
        .deals__popular--header {
          text-align: center;
          display: block; } }
      .deals__popular--header .section--title {
        margin-bottom: 0; }
      .deals__popular--header .list--carousel--indicator {
        width: 45%;
        margin-left: auto;
        height: 6px;
        display: none; }
        @media (max-width: 580px) {
          .deals__popular--header .list--carousel--indicator {
            display: none; } }
        .deals__popular--header .list--carousel--indicator ._indicator--inner {
          width: 100%;
          height: 100%;
          background-color: #f2f5f6;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px; }
        .deals__popular--header .list--carousel--indicator ._indicator--bar {
          height: 6px;
          width: 100px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px;
          background-color: #69438e; }
    .deals__popular--main {
      overflow: hidden;
      position: relative; }
      .deals__popular--main:after, .deals__popular--main:before {
        content: "";
        width: 10%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1; }
        @media (max-width: 580px) {
          .deals__popular--main:after, .deals__popular--main:before {
            display: none; } }
      .deals__popular--main:after {
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
        background-repeat: repeat-x; }
      .deals__popular--main:before {
        left: 0;
        background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
        background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=1);
        background-repeat: repeat-x; }
      .deals__popular--main .card--thumb--list {
        margin-left: 0;
        margin-right: 0; }
      .deals__popular--main .list--carousel {
        overflow: hidden;
        margin-left: -10%;
        margin-right: -10%; }
        @media (max-width: 580px) {
          .deals__popular--main .list--carousel {
            margin-left: 0;
            margin-right: 0; } }
      .deals__popular--main .slick-list {
        overflow: visible; }
      .deals__popular--main .slick-slide {
        outline: none; }
      .deals__popular--main .slick-arrow {
        display: inline-block;
        display: inline-block;
        vertical-align: middle;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        width: 44px;
        height: 44px;
        line-height: 44px;
        vertical-align: middle;
        text-align: center;
        -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 0;
        border: 0 none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 75%;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        z-index: 9;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-indent: -9999px;
        outline: none;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .deals__popular--main .slick-arrow:hover {
          background-color: #69438e; }
      .deals__popular--main .slick-next {
        right: 10%;
        background-image: url(https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron-right.svg); }
        @media (max-width: 580px) {
          .deals__popular--main .slick-next {
            right: 20px; } }
        .deals__popular--main .slick-next:hover {
          background-image: url(https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron-right--white.svg); }
      .deals__popular--main .slick-prev {
        left: 10%;
        background-image: url(https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron-left.svg); }
        @media (max-width: 580px) {
          .deals__popular--main .slick-prev {
            left: 20px; } }
        .deals__popular--main .slick-prev:hover {
          background-image: url(https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron-left--white.svg); }

  .deals__nav {
    text-align: center; }
    .deals__nav .nav--tab {
      margin-bottom: 50px;
      display: none; }
      @media (min-width: 1900px) {
        .deals__nav .nav--tab {
          margin-bottom: 64px; } }
      @media (min-width: 3000px) {
        .deals__nav .nav--tab {
          margin-bottom: 84px; } }
    @media (max-width: 580px) {
      .deals__nav ._section--categories ._links {
        display: none; } }
    .deals__nav ._section--categories ._option {
      display: none;
      margin: 0px auto;
      max-width: 320px; }
      @media (max-width: 580px) {
        .deals__nav ._section--categories ._option {
          display: block; } }
      .deals__nav ._section--categories ._option .select2.select2-container {
        z-index: 9;
        width: 100% !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
        padding-bottom: 5px; }
      .deals__nav ._section--categories ._option .select2.select2-container--open .select2-selection .select2-selection__arrow b {
        background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--white.svg"); }
      .deals__nav ._section--categories ._option .select2 .select2-selection {
        outline: none;
        border: 0 none;
        height: 38px;
        background-color: #69438e;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        display: flex;
        align-items: center; }
        .deals__nav ._section--categories ._option .select2 .select2-selection .select2-selection__rendered {
          position: relative;
          text-align: left;
          font-size: 16px;
          font-weight: 600;
          line-height: 38px;
          text-transform: uppercase;
          color: #ffffff;
          padding-left: 0; }
          @media (min-width: 1900px) {
            .deals__nav ._section--categories ._option .select2 .select2-selection .select2-selection__rendered {
              font-size: 17px; } }
          @media (min-width: 3000px) {
            .deals__nav ._section--categories ._option .select2 .select2-selection .select2-selection__rendered {
              font-size: 20px; } }
        .deals__nav ._section--categories ._option .select2 .select2-selection .select2-selection__arrow {
          height: 36px;
          line-height: 34px;
          right: 15px; }
          .deals__nav ._section--categories ._option .select2 .select2-selection .select2-selection__arrow b {
            position: static;
            display: inline-block;
            vertical-align: middle;
            border: 0 none;
            margin-left: 0;
            margin-top: 0;
            width: 16px;
            height: 16px;
            background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--white.svg") no-repeat 0 0;
            background-size: contain; }
            @media (min-width: 1900px) {
              .deals__nav ._section--categories ._option .select2 .select2-selection .select2-selection__arrow b {
                width: 18px;
                height: 18px; } }
            @media (min-width: 3000px) {
              .deals__nav ._section--categories ._option .select2 .select2-selection .select2-selection__arrow b {
                width: 22px;
                height: 22px; } }

  .deals__category .nav--tab a[data-name="categories"],
  .deals__favorite .nav--tab a[data-name="favorites"],
  .deals__new .nav--tab a[data-name="new"] {
    color: #8d3f98; }

  .deals__list--inner {
    margin-top: 50px;
    padding-top: 68px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row; }
    @media (max-width: 768px) {
      .deals__list--inner {
        margin-top: 20px;
        display: block; } }

  .deals__list--filter {
    width: 20%;
    display: none; }
    @media (max-width: 1100px) {
      .deals__list--filter {
        width: 25%; } }
    @media (max-width: 992px) {
      .deals__list--filter {
        display: none; } }
    .deals__list--filter ._filter--title {
      font-size: 15px;
      line-height: 15px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0 0 26px; }
      @media (min-width: 1900px) {
        .deals__list--filter ._filter--title {
          font-size: 16px;
          line-height: 16px;
          margin-bottom: 28px; } }
      @media (min-width: 3000px) {
        .deals__list--filter ._filter--title {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 36px; } }
    .deals__list--filter form {
      border-top: 1px solid #e5e5e5; }
    .deals__list--filter ._filter--section {
      border-bottom: 1px solid #e5e5e5; }
      .deals__list--filter ._filter--section._active ._filter--section--header ._toggle {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .deals__list--filter ._filter--section--header {
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 15px;
        line-height: 15px;
        position: relative; }
        @media (min-width: 1900px) {
          .deals__list--filter ._filter--section--header {
            font-size: 16px;
            line-height: 16px;
            padding-top: 30px;
            padding-bottom: 30px; } }
        @media (min-width: 3000px) {
          .deals__list--filter ._filter--section--header {
            font-size: 18px;
            line-height: 18px; } }
        .deals__list--filter ._filter--section--header button {
          display: flex;
          flex-direction: row;
          align-items: center;
          width: 100%;
          padding: 0;
          background-color: transparent;
          border: 0 none;
          font-size: 16px;
          color: #143350;
          outline: none; }
        .deals__list--filter ._filter--section--header ._toggle {
          margin-left: auto;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
      .deals__list--filter ._filter--section--content {
        height: 0;
        overflow: hidden; }
        .deals__list--filter ._filter--section--content ._content--inner {
          padding-bottom: 28px; }
        .deals__list--filter ._filter--section--content ._list {
          max-height: 180px;
          overflow: auto; }
          .deals__list--filter ._filter--section--content ._list ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            .deals__list--filter ._filter--section--content ._list ul li {
              margin: 0;
              padding: 0; }
            .deals__list--filter ._filter--section--content ._list ul li {
              margin-bottom: 18px; }
              .deals__list--filter ._filter--section--content ._list ul li:last-child {
                margin-bottom: 0; }
              .deals__list--filter ._filter--section--content ._list ul li a, .deals__list--filter ._filter--section--content ._list ul li button {
                font-size: 12px;
                text-transform: uppercase;
                color: #143350;
                text-decoration: none;
                border: 0 none;
                background-color: transparent;
                padding: 0;
                outline: none; }
                @media (min-width: 1900px) {
                  .deals__list--filter ._filter--section--content ._list ul li a, .deals__list--filter ._filter--section--content ._list ul li button {
                    font-size: 13px; } }
                @media (min-width: 3000px) {
                  .deals__list--filter ._filter--section--content ._list ul li a, .deals__list--filter ._filter--section--content ._list ul li button {
                    font-size: 15px; } }
                .deals__list--filter ._filter--section--content ._list ul li a:hover, .deals__list--filter ._filter--section--content ._list ul li a._active, .deals__list--filter ._filter--section--content ._list ul li button:hover, .deals__list--filter ._filter--section--content ._list ul li button._active {
                  color: #69438e; }
                .deals__list--filter ._filter--section--content ._list ul li a._selected, .deals__list--filter ._filter--section--content ._list ul li button._selected {
                  color: #69438e;
                  font-weight: 600;
                  position: relative;
                  display: flex;
                  flex-direction: row;
                  align-items: center; }
                  .deals__list--filter ._filter--section--content ._list ul li a._selected:before, .deals__list--filter ._filter--section--content ._list ul li button._selected:before {
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    -ms-border-radius: 100%;
                    -o-border-radius: 100%;
                    border-radius: 100%;
                    width: 10px;
                    height: 10px;
                    line-height: 10px;
                    vertical-align: middle;
                    text-align: center;
                    background-color: #69438e;
                    margin-right: 10px; }
                    @media (min-width: 1900px) {
                      .deals__list--filter ._filter--section--content ._list ul li a._selected:before, .deals__list--filter ._filter--section--content ._list ul li button._selected:before {
                        display: inline-block;
                        vertical-align: middle;
                        -webkit-border-radius: 100%;
                        -moz-border-radius: 100%;
                        -ms-border-radius: 100%;
                        -o-border-radius: 100%;
                        border-radius: 100%;
                        width: 12px;
                        height: 12px;
                        line-height: 12px;
                        vertical-align: middle;
                        text-align: center; } }
          .deals__list--filter ._filter--section--content ._list .mCSB_2_scrollbar .mCSB_draggerRail {
            width: 6px;
            background-color: #f2f5f6;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px; }
          .deals__list--filter ._filter--section--content ._list .mCSB_2_scrollbar .mCSB_dragger_bar {
            width: 6px;
            background-color: #69438e;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px; }
        .deals__list--filter ._filter--section--content ._current {
          padding: 10px 15px;
          background-color: #f2f5f6;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
          border-radius: 50px;
          font-size: 12px;
          color: #69438e;
          position: relative;
          margin-bottom: 20px;
          display: flex;
          flex-direction: row;
          align-items: center; }
          .deals__list--filter ._filter--section--content ._current svg {
            display: block;
            margin-left: auto;
            font-size: 13px;
            color: #69438e; }
    .deals__list--filter--mobile {
      display: none;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 992px) {
        .deals__list--filter--mobile {
          display: block; } }
      .deals__list--filter--mobile .select2.select2-container {
        z-index: 9;
        width: auto !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important; }
      .deals__list--filter--mobile .select2.select2-container--open .select2-selection .select2-selection__arrow b {
        background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--black.svg"); }
      .deals__list--filter--mobile .select2 .select2-selection {
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        height: 24px;
        background-color: #ffffff;
        display: flex;
        align-items: center; }
        .deals__list--filter--mobile .select2 .select2-selection .select2-selection__rendered {
          position: relative;
          text-align: left;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px;
          text-transform: uppercase;
          color: #143350;
          padding-left: 0; }
          @media (min-width: 1900px) {
            .deals__list--filter--mobile .select2 .select2-selection .select2-selection__rendered {
              font-size: 17px; } }
          @media (min-width: 3000px) {
            .deals__list--filter--mobile .select2 .select2-selection .select2-selection__rendered {
              font-size: 20px; } }
        .deals__list--filter--mobile .select2 .select2-selection .select2-selection__arrow {
          height: 24px;
          line-height: 20px;
          right: 5px;
          position: static; }
          .deals__list--filter--mobile .select2 .select2-selection .select2-selection__arrow b {
            position: static;
            display: inline-block;
            vertical-align: middle;
            border: 0 none;
            margin-left: 0;
            margin-top: 0;
            width: 16px;
            height: 16px;
            background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--black.svg") no-repeat 0 0;
            background-size: contain; }
            @media (min-width: 1900px) {
              .deals__list--filter--mobile .select2 .select2-selection .select2-selection__arrow b {
                width: 18px;
                height: 18px; } }
            @media (min-width: 3000px) {
              .deals__list--filter--mobile .select2 .select2-selection .select2-selection__arrow b {
                width: 22px;
                height: 22px; } }

  .deals__list--main {
    width: 100%;
    padding-left: 50px;
    position: relative; }
    @media (max-width: 1100px) {
      .deals__list--main {
        width: 100%; } }
    @media (max-width: 992px) {
      .deals__list--main {
        width: 100%;
        padding-left: 0; } }
    .deals__list--main .card {
      width: 25%; }
    .deals__list--main .card--list {
      align-items: inherit; }
    .deals__list--main .card .card--main {
      min-height: 0; }
    .deals__list--main .card .card--inner {
      height: 100%; }
      @media (max-width: 1100px) {
        .deals__list--main .card {
          width: 50%; } }
      @media (max-width: 580px) {
        .deals__list--main .card {
          width: 100%; } }
      .deals__list--main .card--main ._subtitle {
        color: #69438e; }
      @media (max-width: 420px) {
        .deals__list--main .card .card--inner {
          flex-direction: column; } }
      @media (max-width: 420px) {
        .deals__list--main .card .card--main {
          width: 100%; } }
      @media (max-width: 580px) {
        .deals__list--main .card .card--image {
          align-items: flex-end; } }
      @media (max-width: 420px) {
        .deals__list--main .card .card--image {
          align-items: center;
          width: 100%; } }
      @media (max-width: 580px) {
        .deals__list--main .card .card--image img {
          height: 100%;
          width: auto; } }
      @media (max-width: 420px) {
        .deals__list--main .card .card--image img {
          height: auto;
          width: 100%; } }
    .deals__list--main ._list--loader {
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 4;
      background-color: #ffffff;
      margin-right: -30px;
      padding: 20px 30px 0 0;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      visibility: hidden;
      opacity: 0; }
      .deals__list--main ._list--loader ._loader--inner {
        text-align: center; }
      .deals__list--main ._list--loader ._loader--icon {
        font-size: 36px;
        color: #aaaaaa;
        margin-bottom: 14px; }
      .deals__list--main ._list--loader ._loader--text {
        font-size: 14px;
        text-transform: uppercase;
        color: #999999; }
    .deals__list--main._loading ._list--loader {
      opacity: 1;
      visibility: visible; }

  .deals__dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    visibility: hidden; }
    .deals__dialog._open {
      visibility: visible; }
      .deals__dialog._open ._dialog--overlay {
        opacity: 1; }
      .deals__dialog._open ._dialog--main {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    .deals__dialog ._dialog--overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      opacity: 0; }
    .deals__dialog ._dialog--main {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: flex;
      flex-direction: row;
      overflow: auto;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform: translateY(80px);
      -moz-transform: translateY(80px);
      -ms-transform: translateY(80px);
      -o-transform: translateY(80px);
      transform: translateY(80px);
      opacity: 0;
      padding-left: 20px;
      padding-right: 20px; }
      .deals__dialog ._dialog--main--inner {
        width: 100%;
        max-width: 620px;
        margin: 30px auto 0; }
      .deals__dialog ._dialog--main ._dialog--close {
        text-align: right; }
        .deals__dialog ._dialog--main ._dialog--close img {
          width: 30px; }
        .deals__dialog ._dialog--main ._dialog--close button {
          background-color: transparent;
          padding: 0;
          border: 0 none;
          color: #ffffff;
          font-size: 24px;
          outline: none; }
      .deals__dialog ._dialog--main ._dialog--content {
        margin-top: 15px;
        margin-bottom: 40px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        position: relative;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .deals__dialog ._dialog--main ._dialog--content ._deal--info {
          padding: 50px 80px; }
          @media (max-width: 580px) {
            .deals__dialog ._dialog--main ._dialog--content ._deal--info {
              padding: 30px 20px; } }
          .deals__dialog ._dialog--main ._dialog--content ._deal--info .section--title {
            margin-bottom: 40px; }
        .deals__dialog ._dialog--main ._dialog--content ._deal--image img {
          width: 100%;
          -webkit-border-radius: 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0;
          -ms-border-radius: 10px 10px 0 0;
          -o-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0; }
        .deals__dialog ._dialog--main ._dialog--content ._dialog--loader {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: #ffffff;
          padding: 20px;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          visibility: hidden;
          opacity: 0;
          display: flex;
          flex-direction: row;
          align-items: center; }
          .deals__dialog ._dialog--main ._dialog--content ._dialog--loader ._loader--inner {
            text-align: center;
            margin: 0px auto; }
          .deals__dialog ._dialog--main ._dialog--content ._dialog--loader ._loader--icon {
            font-size: 28px;
            color: #aaaaaa;
            margin-bottom: 10px; }
          .deals__dialog ._dialog--main ._dialog--content ._dialog--loader ._loader--text {
            font-size: 12px;
            text-transform: uppercase;
            color: #999999; }
    .deals__dialog._loading ._dialog--content {
      height: 140px;
      overflow: hidden; }
    .deals__dialog._loading ._dialog--loader {
      opacity: 1 !important;
      visibility: visible !important; }

  .help--wrapper {
    padding-bottom: 140px; }
    @media (min-width: 1900px) {
      .help--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .help--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .help--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 580px) {
      .help--wrapper {
        padding-bottom: 60px; } }

  .help__top .section--header ._bg {
    background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/help/banner--c.png"); }

  .help__top .section--header ._content {
    align-items: flex-start; }

  .help__top .section--header ._content--inner {
    margin-top: 10%; }
    @media (max-width: 1500px) {
      .help__top .section--header ._content--inner {
        margin-top: 12%; } }
    @media (max-width: 680px) {
      .help__top .section--header ._content--inner {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; } }
    @media (max-width: 580px) {
      .help__top .section--header ._content--inner {
        margin-top: 16%; } }
    @media (max-width: 440px) {
      .help__top .section--header ._content--inner {
        margin-top: 12%; } }
    @media (max-width: 380px) {
      .help__top .section--header ._content--inner {
        margin-top: 8%; } }

  .help__top ._form {
    width: 680px;
    margin: 55px auto 0; }
    @media (min-width: 1900px) {
      .help__top ._form {
        width: 760px; } }
    @media (min-width: 3000px) {
      .help__top ._form {
        width: 940px; } }
    @media (max-width: 1300px) {
      .help__top ._form {
        width: 640px; } }
    @media (max-width: 992px) {
      .help__top ._form {
        width: 540px; } }
    @media (max-width: 680px) {
      .help__top ._form {
        width: 100%; } }
    @media (max-width: 580px) {
      .help__top ._form {
        margin-top: 25px; } }
    .help__top ._form ._form--field {
      display: flex;
      flex-direction: row;
      align-items: center;
      height: 50px;
      background-color: #ffffff;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
      @media (min-width: 1900px) {
        .help__top ._form ._form--field {
          height: 58px; } }
      @media (min-width: 3000px) {
        .help__top ._form ._form--field {
          height: 70px; } }
      @media (max-width: 580px) {
        .help__top ._form ._form--field {
          height: 50px; } }
    .help__top ._form ._field--category {
      height: 50px;
      line-height: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      padding-left: 30px;
      padding-right: 30px;
      background-color: #e0e0e0; }
      @media (min-width: 1900px) {
        .help__top ._form ._field--category {
          height: 58px;
          line-height: 58px; } }
      @media (min-width: 3000px) {
        .help__top ._form ._field--category {
          height: 70px;
          line-height: 70px; } }
      @media (max-width: 580px) {
        .help__top ._form ._field--category {
          height: 50px;
          line-height: 50px;
          padding-left: 18px;
          padding-right: 18px; } }
      .help__top ._form ._field--category .select2.select2-container {
        width: auto !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
        min-width: 95px;
        z-index: 9; }
      .help__top ._form ._field--category .select2.select2-container--open .select2-selection .select2-selection__arrow b {
        background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/arrow--up--black.svg"); }
      .help__top ._form ._field--category .select2 .select2-selection {
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        height: 24px;
        background-color: transparent;
        display: flex;
        align-items: center; }
        .help__top ._form ._field--category .select2 .select2-selection .select2-selection__rendered {
          position: relative;
          text-align: left;
          font-size: 18px;
          color: #1c3444;
          font-weight: 600;
          line-height: 24px;
          min-width: 95px;
          text-align: center; }
          @media (min-width: 1900px) {
            .help__top ._form ._field--category .select2 .select2-selection .select2-selection__rendered {
              font-size: 20px; } }
          @media (min-width: 3000px) {
            .help__top ._form ._field--category .select2 .select2-selection .select2-selection__rendered {
              font-size: 22px; } }
        .help__top ._form ._field--category .select2 .select2-selection .select2-selection__arrow {
          height: 24px;
          line-height: 20px;
          right: 5px;
          position: static; }
          .help__top ._form ._field--category .select2 .select2-selection .select2-selection__arrow b {
            position: static;
            display: inline-block;
            vertical-align: middle;
            border: 0 none;
            margin-left: 0;
            margin-top: 0;
            width: 18px;
            height: 18px;
            background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/arrow--down--black.svg") no-repeat 0 0;
            background-size: contain; }
      .help__top ._form ._field--category select {
        display: block;
        border: 0 none;
        background-color: transparent;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #1c3444;
        outline: none; }
        @media (min-width: 1900px) {
          .help__top ._form ._field--category select {
            height: 58px;
            line-height: 58px;
            font-size: 24px; } }
        @media (min-width: 3000px) {
          .help__top ._form ._field--category select {
            height: 70px;
            font-size: 32px; } }
        @media (max-width: 580px) {
          .help__top ._form ._field--category select {
            height: 50px;
            font-size: 16px; } }
    .help__top ._form ._field--main {
      flex: 1; }
      .help__top ._form ._field--main input {
        width: 100%;
        border: 0 none;
        padding-left: 24px;
        padding-right: 24px;
        height: 50px;
        line-height: 50px;
        outline: none;
        background-color: transparent;
        font-size: 20px;
        color: #1c3444; }
        @media (min-width: 1900px) {
          .help__top ._form ._field--main input {
            height: 58px;
            line-height: 58px;
            font-size: 22px; } }
        @media (min-width: 3000px) {
          .help__top ._form ._field--main input {
            height: 70px;
            line-height: 70px;
            font-size: 28px; } }
        @media (max-width: 580px) {
          .help__top ._form ._field--main input {
            height: 50px;
            line-height: 50px;
            font-size: 15px;
            padding-left: 18px;
            padding-right: 18px; } }
        .help__top ._form ._field--main input::placeholder {
          color: #c7c7c7; }
        .help__top ._form ._field--main input:-webkit-input-placeholder {
          color: #c7c7c7; }
        .help__top ._form ._field--main input:-ms-input-placeholder {
          color: #c7c7c7; }
        .help__top ._form ._field--main input::-ms-input-placeholder {
          color: #c7c7c7; }

  .help__content {
    margin-top: 48px;
    padding-top: 68px;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 1200px) {
      .help__content {
        margin-top: 30px;
        padding-top: 40px; } }
    .help__content .section--title, .help__content .nav--tab {
      text-align: center; }
    .help__content .nav--tab li {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 10px; }
    @media (min-width: 1900px) {
      .help__content .section--title {
        margin-bottom: 60px; } }
    @media (min-width: 3000px) {
      .help__content .section--title {
        margin-bottom: 72px; } }
    .help__content ._how-to--faq {
      margin-top: 0; }

  @media (max-width: 768px) {
    .help__category {
      margin-top: 40px; }
      .help__category ._links {
        padding-right: 0; } }

  @media (max-width: 580px) {
    .help__category ._links {
      padding-right: 0;
      padding-left: 0; }
      .help__category ._links .slick-slide > div {
        padding-left: 20px;
        padding-right: 20px; } }

  @media (max-width: 580px) {
    .help__category .button--tags {
      display: none; } }

  .help__category ._option {
    display: none;
    margin: 0px auto;
    max-width: 320px; }
    @media (max-width: 580px) {
      .help__category ._option {
        display: block; } }
    .help__category ._option .select2.select2-container {
      z-index: 9;
      width: 100% !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
      padding-bottom: 5px; }
    .help__category ._option .select2.select2-container--open .select2-selection .select2-selection__arrow b {
      background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--white.svg"); }
    .help__category ._option .select2 .select2-selection {
      outline: none;
      border: 0 none;
      height: 38px;
      background-color: #69438e;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      display: flex;
      align-items: center; }
      .help__category ._option .select2 .select2-selection .select2-selection__rendered {
        position: relative;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        line-height: 38px;
        text-transform: uppercase;
        color: #ffffff;
        padding-left: 0; }
        @media (min-width: 1900px) {
          .help__category ._option .select2 .select2-selection .select2-selection__rendered {
            font-size: 17px; } }
        @media (min-width: 3000px) {
          .help__category ._option .select2 .select2-selection .select2-selection__rendered {
            font-size: 20px; } }
      .help__category ._option .select2 .select2-selection .select2-selection__arrow {
        height: 36px;
        line-height: 34px;
        right: 15px; }
        .help__category ._option .select2 .select2-selection .select2-selection__arrow b {
          position: static;
          display: inline-block;
          vertical-align: middle;
          border: 0 none;
          margin-left: 0;
          margin-top: 0;
          width: 16px;
          height: 16px;
          background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--white.svg") no-repeat 0 0;
          background-size: contain; }
          @media (min-width: 1900px) {
            .help__category ._option .select2 .select2-selection .select2-selection__arrow b {
              width: 18px;
              height: 18px; } }
          @media (min-width: 3000px) {
            .help__category ._option .select2 .select2-selection .select2-selection__arrow b {
              width: 22px;
              height: 22px; } }

  .help__helpful {
    margin-bottom: 80px;
    margin-top: -80px;
    position: relative;
    z-index: 9; }
    @media (max-width: 992px) {
      .help__helpful {
        margin-top: -20px; } }
    @media (max-width: 768px) {
      .help__helpful {
        display: none; } }
    @media (min-width: 1900px) {
      .help__helpful {
        margin-top: -100px; } }
    @media (min-width: 3000px) {
      .help__helpful {
        margin-top: -130px; } }
    @media (max-width: 1200px) {
      .help__helpful {
        margin-bottom: 50px; } }
    .help__helpful--inner {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
      padding: 40px 80px 50px; }
      @media (min-width: 1900px) {
        .help__helpful--inner {
          padding: 45px 90px 55px; } }
      @media (min-width: 3000px) {
        .help__helpful--inner {
          padding: 55px 100px 60px; } }
      @media (max-width: 1200px) {
        .help__helpful--inner {
          padding: 30px 40px 40px; } }
      @media (max-width: 992px) {
        .help__helpful--inner {
          padding: 30px 70px 0; } }
    .help__helpful ._top {
      text-align: center;
      margin-bottom: 50px; }
      @media (min-width: 1900px) {
        .help__helpful ._top {
          margin-bottom: 60px; } }
      @media (min-width: 3000px) {
        .help__helpful ._top {
          margin-bottom: 70px; } }
    .help__helpful .section--title {
      margin-bottom: 22px; }
    .help__helpful ._nav ._nav--inner {
      margin-left: -45px;
      margin-right: -45px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap; }
      @media (min-width: 1900px) {
        .help__helpful ._nav ._nav--inner {
          margin-left: -55px;
          margin-right: -55px; } }
      @media (min-width: 3000px) {
        .help__helpful ._nav ._nav--inner {
          margin-left: -70px;
          margin-right: -70px; } }
      @media (max-width: 1200px) {
        .help__helpful ._nav ._nav--inner {
          margin-left: -30px;
          margin-right: -30px; } }
      @media (max-width: 992px) {
        .help__helpful ._nav ._nav--inner {
          margin-left: -60px;
          margin-right: -60px; } }
    .help__helpful ._nav ._nav--col {
      padding-left: 45px;
      padding-right: 45px; }
      @media (min-width: 1900px) {
        .help__helpful ._nav ._nav--col {
          padding-left: 55px;
          padding-right: 55px; } }
      @media (min-width: 3000px) {
        .help__helpful ._nav ._nav--col {
          padding-left: 70px;
          padding-right: 70px; } }
      @media (max-width: 1200px) {
        .help__helpful ._nav ._nav--col {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 992px) {
        .help__helpful ._nav ._nav--col {
          width: 50%;
          margin-bottom: 40px;
          padding-left: 60px;
          padding-right: 60px; } }
      .help__helpful ._nav ._nav--col ._title {
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 0 28px; }
        @media (min-width: 1900px) {
          .help__helpful ._nav ._nav--col ._title {
            font-size: 28px;
            line-height: 28px; } }
        @media (min-width: 3000px) {
          .help__helpful ._nav ._nav--col ._title {
            font-size: 35px;
            line-height: 35px;
            margin-bottom: 32px; } }
        @media (max-width: 992px) {
          .help__helpful ._nav ._nav--col ._title {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 24px; } }
      .help__helpful ._nav ._nav--col ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .help__helpful ._nav ._nav--col ul li {
          margin: 0;
          padding: 0; }
        .help__helpful ._nav ._nav--col ul li {
          margin-bottom: 12px; }
          @media (min-width: 1900px) {
            .help__helpful ._nav ._nav--col ul li {
              margin-bottom: 14px; } }
          @media (min-width: 3000px) {
            .help__helpful ._nav ._nav--col ul li {
              margin-bottom: 20px; } }
          @media (max-width: 992px) {
            .help__helpful ._nav ._nav--col ul li {
              margin-bottom: 8px; } }
        .help__helpful ._nav ._nav--col ul a {
          font-size: 14px;
          line-height: 17px;
          color: #00203f; }
          @media (min-width: 1900px) {
            .help__helpful ._nav ._nav--col ul a {
              font-size: 16px;
              line-height: 18px; } }
          @media (min-width: 3000px) {
            .help__helpful ._nav ._nav--col ul a {
              font-size: 20px;
              line-height: 20px; } }
          @media (max-width: 992px) {
            .help__helpful ._nav ._nav--col ul a {
              font-size: 13px;
              line-height: 16px; } }

  .media--wrapper {
    padding-bottom: 140px;
    overflow: hidden; }
    @media (min-width: 1900px) {
      .media--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .media--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .media--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 768px) {
      .media--wrapper {
        padding-bottom: 60px; } }

  .media ._list--loader {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background-color: #ffffff;
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0; }
    .media ._list--loader ._loader--inner {
      text-align: center; }
    .media ._list--loader ._loader--icon {
      font-size: 36px;
      color: #aaaaaa;
      margin-bottom: 14px; }
    .media ._list--loader ._loader--text {
      font-size: 14px;
      text-transform: uppercase;
      color: #999999; }

  .media ._loading ._list--loader {
    opacity: 1;
    visibility: visible; }

  .media__top {
    margin-top: 90px; }
    @media (max-width: 768px) {
      .media__top {
        margin-top: 60px;
        text-align: center; } }
    .media__top .nav--tab {
      margin-bottom: 50px; }
      @media (min-width: 1900px) {
        .media__top .nav--tab {
          margin-bottom: 58px; } }
      @media (min-width: 3000px) {
        .media__top .nav--tab {
          margin-bottom: 68px; } }
      @media (max-width: 768px) {
        .media__top .nav--tab {
          margin-bottom: 40px; } }
    .media__top .section--title {
      font-size: 64px;
      line-height: 68px; }
      @media (min-width: 1900px) {
        .media__top .section--title {
          font-size: 72px;
          line-height: 76px; } }
      @media (min-width: 3000px) {
        .media__top .section--title {
          font-size: 87px;
          line-height: 90px; } }
      @media (max-width: 992px) {
        .media__top .section--title {
          font-size: 48px;
          line-height: 52px; } }
      @media (max-width: 768px) {
        .media__top .section--title {
          font-size: 40px;
          line-height: 42px; } }

  .media__list ._list--filter {
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .media__list ._list--filter {
        margin-bottom: 35px;
        text-align: center; } }
    .media__list ._list--filter form {
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 768px) {
        .media__list ._list--filter form {
          justify-content: center; } }
      .media__list ._list--filter form .select2.select2-container {
        width: auto !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
        z-index: 9; }
      .media__list ._list--filter form .select2.select2-container--open .select2-selection .select2-selection__arrow b {
        background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--black.svg"); }
      .media__list ._list--filter form .select2 .select2-selection {
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        height: 24px;
        background-color: #ffffff;
        display: flex;
        align-items: center; }
        .media__list ._list--filter form .select2 .select2-selection .select2-selection__rendered {
          position: relative;
          text-align: left;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px;
          text-transform: uppercase;
          color: #143350; }
          @media (min-width: 1900px) {
            .media__list ._list--filter form .select2 .select2-selection .select2-selection__rendered {
              font-size: 17px; } }
          @media (min-width: 3000px) {
            .media__list ._list--filter form .select2 .select2-selection .select2-selection__rendered {
              font-size: 20px; } }
        .media__list ._list--filter form .select2 .select2-selection .select2-selection__arrow {
          height: 24px;
          line-height: 20px;
          right: 5px;
          position: static; }
          .media__list ._list--filter form .select2 .select2-selection .select2-selection__arrow b {
            position: static;
            display: inline-block;
            vertical-align: middle;
            border: 0 none;
            margin-left: 0;
            margin-top: 0;
            width: 16px;
            height: 16px;
            background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--black.svg") no-repeat 0 0;
            background-size: contain; }
            @media (min-width: 1900px) {
              .media__list ._list--filter form .select2 .select2-selection .select2-selection__arrow b {
                width: 18px;
                height: 18px; } }
            @media (min-width: 3000px) {
              .media__list ._list--filter form .select2 .select2-selection .select2-selection__arrow b {
                width: 22px;
                height: 22px; } }

  .media__list ._list--main .card--group {
    width: 25%; }
    .media__list ._list--main .card--group .card--thumb {
      width: 50%; }
    .media__list ._list--main .card--group._full {
      width: 100%; }
    .media__list ._list--main .card--group._large {
      width: 50%; }

  .media__list ._list--main .grid--sizer {
    width: 25%; }

  .media__list ._list--main .card--thumb {
    width: 25%;
    height: 180px;
    margin-bottom: 30px; }
    @media (min-width: 1900px) {
      .media__list ._list--main .card--thumb {
        height: 200px; } }
    @media (max-width: 768px) {
      .media__list ._list--main .card--thumb {
        width: 33.33333333%;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
        height: 120px; } }
    @media (max-width: 480px) {
      .media__list ._list--main .card--thumb {
        width: 50%;
        height: 140px; } }
    .media__list ._list--main .card--thumb._full {
      width: 100%;
      height: 620px; }
      @media (min-width: 1900px) {
        .media__list ._list--main .card--thumb._full {
          height: 690px; } }
      @media (max-width: 768px) {
        .media__list ._list--main .card--thumb._full {
          height: 300px; } }
      @media (max-width: 580px) {
        .media__list ._list--main .card--thumb._full {
          height: 300px; } }
      @media (max-width: 480px) {
        .media__list ._list--main .card--thumb._full {
          height: 280px; } }
      @media (max-width: 380px) {
        .media__list ._list--main .card--thumb._full {
          height: 260px; } }
      .media__list ._list--main .card--thumb._full div._img {
        height: 620px; }
        @media (min-width: 1900px) {
          .media__list ._list--main .card--thumb._full div._img {
            height: 690px; } }
        @media (max-width: 768px) {
          .media__list ._list--main .card--thumb._full div._img {
            height: 300px; } }
        @media (max-width: 580px) {
          .media__list ._list--main .card--thumb._full div._img {
            height: 300px; } }
        @media (max-width: 480px) {
          .media__list ._list--main .card--thumb._full div._img {
            height: 280px; } }
        @media (max-width: 380px) {
          .media__list ._list--main .card--thumb._full div._img {
            height: 260px; } }
    .media__list ._list--main .card--thumb._large {
      width: 50%;
      height: 390px; }
      @media (min-width: 1900px) {
        .media__list ._list--main .card--thumb._large {
          height: 430px; } }
      @media (max-width: 768px) {
        .media__list ._list--main .card--thumb._large {
          width: 33.33333333%;
          height: 120px; } }
      @media (max-width: 580px) {
        .media__list ._list--main .card--thumb._large {
          width: 33.33333333%;
          height: 120px; } }
      @media (max-width: 480px) {
        .media__list ._list--main .card--thumb._large {
          width: 50%;
          height: 140px; } }
      .media__list ._list--main .card--thumb._large div._img {
        height: 390px; }
        @media (min-width: 1900px) {
          .media__list ._list--main .card--thumb._large div._img {
            height: 430px; } }
        @media (max-width: 768px) {
          .media__list ._list--main .card--thumb._large div._img {
            height: 120px; } }
        @media (max-width: 580px) {
          .media__list ._list--main .card--thumb._large div._img {
            height: 120px; } }
        @media (max-width: 480px) {
          .media__list ._list--main .card--thumb._large div._img {
            height: 140px; } }
    .media__list ._list--main .card--thumb div._img {
      width: 100%;
      height: 180px;
      background-color: #e1e1e1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      @media (min-width: 1900px) {
        .media__list ._list--main .card--thumb div._img {
          height: 200px; } }
      @media (max-width: 768px) {
        .media__list ._list--main .card--thumb div._img {
          height: 120px; } }
      @media (max-width: 580px) {
        .media__list ._list--main .card--thumb div._img {
          height: 120px; } }
      @media (max-width: 480px) {
        .media__list ._list--main .card--thumb div._img {
          height: 140px; } }
    .media__list ._list--main .card--thumb .card--inner {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    .media__list ._list--main .card--thumb .card--info {
      padding: 40px 18px 15px; }
      .media__list ._list--main .card--thumb .card--info h2 {
        margin: 0 0 15px;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff; }
      .media__list ._list--main .card--thumb .card--info p {
        font-size: 12px;
        line-height: 15px; }

  .media__form {
    margin-top: 120px; }
    .media__form .section--title {
      text-align: center; }
    .media__form .form {
      max-width: 780px;
      margin: 0px auto; }
      .media__form .form .form--terms {
        max-width: 640px;
        margin: 30px auto 0; }
      .media__form .form .form--submit {
        text-align: center;
        margin-top: 60px; }
      .media__form .form .form--group--merchant,
      .media__form .form .form--group--name {
        display: block;
        margin-bottom: 14px; }
        .media__form .form .form--group--merchant .form--group--inner,
        .media__form .form .form--group--name .form--group--inner {
          background-color: #f2f5f6;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
          border-radius: 50px;
          display: flex;
          flex-direction: row;
          position: relative; }
          .media__form .form .form--group--merchant .form--group--inner:after,
          .media__form .form .form--group--name .form--group--inner:after {
            content: "";
            height: 18px;
            width: 1px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateY(-9px);
            -moz-transform: translateY(-9px);
            -ms-transform: translateY(-9px);
            -o-transform: translateY(-9px);
            transform: translateY(-9px);
            background-color: #d0d1d2; }
        .media__form .form .form--group--merchant .form--field,
        .media__form .form .form--group--name .form--field {
          width: 50%;
          margin-bottom: 0; }

  .media__assets--list ._list--main {
    position: relative; }
    .media__assets--list ._list--main .card--thumb--list {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap; }
    .media__assets--list ._list--main .card--thumb {
      width: 50%;
      height: auto; }
      @media (max-width: 480px) {
        .media__assets--list ._list--main .card--thumb {
          width: 100%; } }
      .media__assets--list ._list--main .card--thumb .card--inner,
      .media__assets--list ._list--main .card--thumb .card--image {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
      .media__assets--list ._list--main .card--thumb .card--info {
        padding: 100px 24px 24px; }
        .media__assets--list ._list--main .card--thumb .card--info p {
          font-weight: normal; }

  @media (max-width: 1300px) {
    .media__newsroom__feature .feature .feature--main {
      align-items: flex-start; } }

  @media (max-width: 992px) {
    .media__newsroom__feature .feature .feature--main {
      flex-direction: column; } }

  .media__newsroom__feature .feature .feature--thumb {
    width: 55%;
    padding-right: 40px !important; }
    @media (max-width: 1300px) {
      .media__newsroom__feature .feature .feature--thumb {
        width: 50%; } }
    @media (max-width: 1100px) {
      .media__newsroom__feature .feature .feature--thumb {
        width: 45%; } }
    @media (max-width: 992px) {
      .media__newsroom__feature .feature .feature--thumb {
        width: 100%; } }
    @media (max-width: 768px) {
      .media__newsroom__feature .feature .feature--thumb {
        padding-right: 0 !important; } }
    .media__newsroom__feature .feature .feature--thumb ._thumb--inner {
      width: 100%; }

  .media__newsroom__feature .feature .feature--content {
    width: 45%;
    padding-left: 40px !important; }
    @media (max-width: 1300px) {
      .media__newsroom__feature .feature .feature--content {
        width: 50%; } }
    @media (max-width: 1100px) {
      .media__newsroom__feature .feature .feature--content {
        width: 55%; } }
    @media (max-width: 992px) {
      .media__newsroom__feature .feature .feature--content {
        width: 100%;
        margin-top: 30px;
        padding-right: 100px; } }
    @media (max-width: 768px) {
      .media__newsroom__feature .feature .feature--content {
        padding-left: 0 !important;
        padding-right: 0;
        margin-top: 0; } }
    .media__newsroom__feature .feature .feature--content ._content--inner {
      padding-right: 140px;
      margin: 0; }
      @media (max-width: 1300px) {
        .media__newsroom__feature .feature .feature--content ._content--inner {
          padding-right: 40px; } }
      @media (max-width: 768px) {
        .media__newsroom__feature .feature .feature--content ._content--inner {
          padding-left: 20px;
          padding-right: 20px;
          margin-left: auto;
          margin-right: auto; } }
    .media__newsroom__feature .feature .feature--content .section--title {
      margin-bottom: 30px; }
    .media__newsroom__feature .feature .feature--content .section--title a {
      color: #143350; }
    .media__newsroom__feature .feature .feature--content .section--title a:hover {
      color: #7e5093; }
      @media (min-width: 1900px) {
        .media__newsroom__feature .feature .feature--content .section--title {
          margin-bottom: 34px; } }
      @media (min-width: 3000px) {
        .media__newsroom__feature .feature .feature--content .section--title {
          margin-bottom: 38px; } }
    .media__newsroom__feature .feature .feature--content ._info {
      font-size: 22px;
      line-height: 28px;
      margin: 0 0 34px; }
      @media (min-width: 1900px) {
        .media__newsroom__feature .feature .feature--content ._info {
          font-size: 24px;
          line-height: 30px;
          margin-bottom: 42px; } }
      @media (min-width: 3000px) {
        .media__newsroom__feature .feature .feature--content ._info {
          font-size: 30px;
          line-height: 38px;
          margin-bottom: 52px; } }
      @media (max-width: 1300px) {
        .media__newsroom__feature .feature .feature--content ._info {
          padding-right: 0; } }
      @media (max-width: 768px) {
        .media__newsroom__feature .feature .feature--content ._info {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 20px; } }
      @media (max-width: 380px) {
        .media__newsroom__feature .feature .feature--content ._info {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 16px; } }
    .media__newsroom__feature .feature .feature--content ._meta {
      font-size: 15px;
      line-height: 15px;
      color: #c4c4c4; }
      @media (min-width: 1900px) {
        .media__newsroom__feature .feature .feature--content ._meta {
          font-size: 16px;
          line-height: 16px; } }
      @media (min-width: 3000px) {
        .media__newsroom__feature .feature .feature--content ._meta {
          font-size: 20px;
          line-height: 20px; } }

  .media__newsroom--main {
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden; }
    .media__newsroom--main._loading {
      height: 500px; }
      .media__newsroom--main._loading > ._list--loader {
        padding-top: 50px; }

  .media__newsroom__list {
    margin-top: 90px;
    position: relative;
    max-height: none;
    overflow: hidden; }
    .media__newsroom__list._loading {
      max-height: 400px;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .media__newsroom__list .card--list {
      align-items: inherit; }
    .media__newsroom__list .card--inner {
      height: 100%; }
    .media__newsroom__list .card {
      width: 33.333333%; }
    .media__newsroom__list .card--main ._content {
      margin-bottom: 25px; }

      @media (max-width: 768px) {
        .media__newsroom__list .card {
          width: 50%; } }
      @media (max-width: 580px) {
        .media__newsroom__list .card {
          width: 100%; } }
      /* @media (max-width: 420px) {
        .media__newsroom__list .card .card--inner {
          flex-direction: column; } }
      @media (max-width: 420px) {
        .media__newsroom__list .card .card--main {
          width: 100%; } }
      @media (max-width: 580px) {
        .media__newsroom__list .card .card--image {
          align-items: flex-end; } }
      @media (max-width: 420px) {
        .media__newsroom__list .card .card--image {
          align-items: center;
          width: 100%; } }
      @media (max-width: 580px) {
        .media__newsroom__list .card .card--image img {
          height: 100%;
          width: auto;
          max-height: 300px; } }
      @media (max-width: 420px) {
        .media__newsroom__list .card .card--image img {
          height: auto;
          width: 100%; } } */
      .media__newsroom__list .card--main ._meta {
        color: #c4c4c4; }

  .media__video__list {
    position: relative; }
    .media__video__list ._list--filter {
      margin-bottom: 60px; }
      .media__video__list ._list--filter form {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .media__video__list ._list--filter form .select2.select2-container {
          width: auto !important;
          -webkit-border-radius: 0 !important;
          -moz-border-radius: 0 !important;
          -ms-border-radius: 0 !important;
          -o-border-radius: 0 !important;
          border-radius: 0 !important;
          z-index: 9; }
        .media__video__list ._list--filter form .select2.select2-container--open .select2-selection .select2-selection__arrow b {
          background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--black.svg"); }
        .media__video__list ._list--filter form .select2 .select2-selection {
          outline: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          border: 0 none;
          height: 24px;
          background-color: #ffffff;
          display: flex;
          align-items: center; }
          .media__video__list ._list--filter form .select2 .select2-selection .select2-selection__rendered {
            position: relative;
            text-align: left;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            text-transform: uppercase;
            color: #143350; }
            @media (min-width: 1900px) {
              .media__video__list ._list--filter form .select2 .select2-selection .select2-selection__rendered {
                font-size: 17px; } }
            @media (min-width: 3000px) {
              .media__video__list ._list--filter form .select2 .select2-selection .select2-selection__rendered {
                font-size: 20px; } }
          .media__video__list ._list--filter form .select2 .select2-selection .select2-selection__arrow {
            height: 24px;
            line-height: 20px;
            right: 5px;
            position: static; }
            .media__video__list ._list--filter form .select2 .select2-selection .select2-selection__arrow b {
              position: static;
              display: inline-block;
              vertical-align: middle;
              border: 0 none;
              margin-left: 0;
              margin-top: 0;
              width: 16px;
              height: 16px;
              background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--black.svg") no-repeat 0 0;
              background-size: contain; }
              @media (min-width: 1900px) {
                .media__video__list ._list--filter form .select2 .select2-selection .select2-selection__arrow b {
                  width: 18px;
                  height: 18px; } }
              @media (min-width: 3000px) {
                .media__video__list ._list--filter form .select2 .select2-selection .select2-selection__arrow b {
                  width: 22px;
                  height: 22px; } }
    .media__video__list ._list--main {
      position: relative; }
      .media__video__list ._list--main .card--thumb {
        width: 25%;
        margin-bottom: 30px; }
        @media (max-width: 580px) {
          .media__video__list ._list--main .card--thumb {
            width: 33.333333%; } }
        @media (max-width: 480px) {
          .media__video__list ._list--main .card--thumb {
            width: 50%; } }
        .media__video__list ._list--main .card--thumb .card--inner {
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px; }
        .media__video__list ._list--main .card--thumb .card--info {
          padding: 40px 18px 15px; }
          .media__video__list ._list--main .card--thumb .card--info h2 {
            margin: 0 0 15px;
            font-size: 20px;
            font-weight: bold;
            color: #ffffff; }
          .media__video__list ._list--main .card--thumb .card--info p {
            font-size: 12px;
            line-height: 15px; }

  .media__video__masthead {
    margin-bottom: 60px; }
    .media__video__masthead ._masthead--image {
      width: 100%;
      height: 620px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-color: #e1e1e1; }
      @media (max-width: 580px) {
        .media__video__masthead ._masthead--image {
          height: 290px; } }

  .media__image__list {
    position: relative;
    margin-top: 100px; }
    @media (max-width: 768px) {
      .media__image__list {
        margin-top: 50px; } }
    .media__image__list ._list--main {
      position: relative; }

  .media__detail__top ._top--inner {
    position: relative;
    height: auto; }
    /* height: 400px; } */
    /* @media (min-width: 1900px) {
      .media__detail__top ._top--inner {
        height: 440px; } }
    @media (max-width: 768px) {
      .media__detail__top ._top--inner {
        height: 290px; } }
    @media (max-width: 580px) {
      .media__detail__top ._top--inner {
        height: 290px; } } */
    /* .media__detail__top ._top--inner ._top--image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; } */
    .media__detail__top ._top--inner ._top--image img {
      width: 100%; }
    .media__detail__top ._top--inner ._top--share {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 42px;
      z-index: 2; }
      @media (max-width: 768px) {
        .media__detail__top ._top--inner ._top--share {
          display: none; } }
      .media__detail__top ._top--inner ._top--share ._share--main {
        text-align: right; }
        .media__detail__top ._top--inner ._top--share ._share--main h3 {
          font-size: 14px;
          color: #ffffff;
          margin: 0 10px 0 0;
          display: inline-block;
          vertical-align: middle; }
          @media (min-width: 1900px) {
            .media__detail__top ._top--inner ._top--share ._share--main h3 {
              font-size: 16px;
              margin-right: 15px; } }
        .media__detail__top ._top--inner ._top--share ._share--main ._links {
          display: inline-block;
          vertical-align: middle; }
          .media__detail__top ._top--inner ._top--share ._share--main ._links a {
            font-size: 18px;
            margin-left: 30px;
            color: #ffffff; }
            @media (min-width: 1900px) {
              .media__detail__top ._top--inner ._top--share ._share--main ._links a {
                font-size: 20px;
                margin-left: 35px; } }

  .media__detail__content ._content--top {
    padding-top: 50px;
    margin-bottom: 100px; }
    @media (min-width: 1900px) {
      .media__detail__content ._content--top {
        padding-top: 58px;
        margin-bottom: 110px; } }
    @media (max-width: 768px) {
      .media__detail__content ._content--top {
        padding-top: 40px;
        margin-bottom: 50px; } }
    .media__detail__content ._content--top ._top--inner {
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 768px) {
        .media__detail__content ._content--top ._top--inner {
          display: block;
          text-align: center; } }
      .media__detail__content ._content--top ._top--inner ._breadcrumb {
        font-size: 15px;
        color: #c4c4c4;
        text-transform: uppercase; }
        @media (min-width: 1900px) {
          .media__detail__content ._content--top ._top--inner ._breadcrumb {
            font-size: 16px; } }
        .media__detail__content ._content--top ._top--inner ._breadcrumb ._sep {
          margin-left: 10px;
          margin-right: 10px; }
          @media (min-width: 1900px) {
            .media__detail__content ._content--top ._top--inner ._breadcrumb ._sep {
              margin-left: 12px;
              margin-right: 12px; } }
        .media__detail__content ._content--top ._top--inner ._breadcrumb ._category, .media__detail__content ._content--top ._top--inner ._breadcrumb ._current, .media__detail__content ._content--top ._top--inner ._breadcrumb ._active {
          color: #69438e;
          font-weight: 600; }
        .media__detail__content ._content--top ._top--inner ._breadcrumb a {
          color: #c4c4c4; }
          .media__detail__content ._content--top ._top--inner ._breadcrumb a:hover {
            color: #69438e; }
      .media__detail__content ._content--top ._top--inner ._meta {
        margin-left: auto;
        font-size: 15px;
        color: #c4c4c4;
        text-transform: uppercase; }
        @media (min-width: 1900px) {
          .media__detail__content ._content--top ._top--inner ._meta {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .media__detail__content ._content--top ._top--inner ._meta {
            display: none; } }
        .media__detail__content ._content--top ._top--inner ._meta ._sep {
          margin-left: 10px;
          margin-right: 10px; }
          @media (min-width: 1900px) {
            .media__detail__content ._content--top ._top--inner ._meta ._sep {
              margin-left: 12px;
              margin-right: 12px; } }

  .media__detail__content ._content--header {
    text-align: left; }
    @media (min-width: 1900px) {
      .media__detail__content ._content--header {
        max-width: 600px; } }
    @media (max-width: 768px) {
      .media__detail__content ._content--header {
        max-width: none;
        margin: 0px auto; } }
    .media__detail__content ._content--header h1 {
      margin-bottom: 70px; }
      @media (min-width: 1900px) {
        .media__detail__content ._content--header h1 {
          margin-bottom: 75px; } }
      @media (max-width: 768px) {
        .media__detail__content ._content--header h1 {
          margin-bottom: 30px;
          text-align: center; } }
      @media (max-width: 580px) {
        .media__detail__content ._content--header h1 br {
          display: none; } }

  .media__detail__content ._info--mobile {
    display: none;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .media__detail__content ._info--mobile {
        display: block; } }
    .media__detail__content ._info--mobile ._meta {
      font-size: 15px;
      color: #c4c4c4;
      text-transform: uppercase;
      margin-bottom: 36px; }
      .media__detail__content ._info--mobile ._meta ._sep {
        margin-left: 10px;
        margin-right: 10px; }
    .media__detail__content ._info--mobile ._share a {
      display: inline-block;
      font-size: 28px;
      margin-left: 30px;
      margin-right: 30px;
      color: #143350;
      outline: none; }

  .media__detail__content ._content--layout {
    width: 720px;
    margin: 0px auto; }
    @media (min-width: 1900px) {
      .media__detail__content ._content--layout {
        width: 940px; } }
    @media (max-width: 680px) {
      .media__detail__content ._content--layout {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }

  .media__detail__content ._content--main ._intro {
    margin-bottom: 50px; }
    @media (min-width: 1900px) {
      .media__detail__content ._content--main ._intro {
        margin-bottom: 60px; } }
    @media (max-width: 768px) {
      .media__detail__content ._content--main ._intro {
        margin-bottom: 45px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px; } }
    .media__detail__content ._content--main ._intro p {
      color: #69438e;
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 0; }
      @media (min-width: 1900px) {
        .media__detail__content ._content--main ._intro p {
          font-size: 29px;
          line-height: 34px; } }
      @media (max-width: 768px) {
        .media__detail__content ._content--main ._intro p {
          font-size: 20px;
          line-height: 28px;
          color: #143350; } }

  @media (max-width: 768px) {
    .media__detail__content ._content--main ._primary {
      padding-top: 48px;
      margin-top: 48px;
      border-top: 1px solid #e4e4e4; } }

  .media__detail__content ._content--main ._source {
    margin-top: 40px; }
    .media__detail__content ._content--main ._source p {
      font-size: 12px; }
      @media (min-width: 1900px) {
        .media__detail__content ._content--main ._source p {
          font-size: 13px; } }

  .media__detail__content ._content--main ._content--block {
    background-color: #f2f5f6;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
    margin-bottom: 50px; }

  .media__detail__content ._content--main h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0; }

  .media__detail__content ._content--main ol, .media__detail__content ._content--main ul {
    margin-bottom: 30px; }

  .media__detail__content ._content--main p img {
    max-width: 100%; }

  .media__detail__content ._content--main ._image--info {
    color: #999999;
    font-size: 11px;
    margin-top: -15px; }

  .media__detail__content ._content--main table td, .media__detail__content ._content--main table th {
    padding: 12px 20px;
    text-align: left;
    border-left: 1px solid #69438e;
    vertical-align: top; }
    .media__detail__content ._content--main table td:first-child, .media__detail__content ._content--main table th:first-child {
      border-left: 0 none; }
    .media__detail__content ._content--main table td p, .media__detail__content ._content--main table th p {
      margin-bottom: 10px; }
      .media__detail__content ._content--main table td p:last-child, .media__detail__content ._content--main table th p:last-child {
        margin-bottom: 0; }

  .media__detail__content ._content--main ._promo--code {
    font-weight: bold;
    text-transform: uppercase;
    color: #69438e; }

  .media__detail__more {
    margin-top: 100px; }
    @media (min-width: 1900px) {
      .media__detail__more {
        margin-top: 120px; } }
    @media (max-width: 768px) {
      .media__detail__more {
        margin-top: 80px; } }
    .media__detail__more ._more--title {
      font-size: 26px;
      line-height: 28px;
      font-weight: bold;
      margin: 0 0 42px; }
      @media (min-width: 1900px) {
        .media__detail__more ._more--title {
          font-size: 29px;
          line-height: 32px; } }
      @media (max-width: 768px) {
        .media__detail__more ._more--title {
          font-size: 22px;
          line-height: 25px;
          margin-bottom: 40px;
          text-align: center; } }
    .media__detail__more .card--list .card {
      width: 33.333333%; }
      @media (max-width: 768px) {
        .media__detail__more .card--list .card {
          width: 50%; } }
      @media (max-width: 580px) {
        .media__detail__more .card--list .card {
          width: 100%; } }
    .media__detail__more ._more--bottom {
      margin-top: 70px; }
      @media (min-width: 1900px) {
        .media__detail__more ._more--bottom {
          margin-top: 80px; } }
      @media (max-width: 768px) {
        .media__detail__more ._more--bottom {
          margin-top: 30px;
          text-align: center; } }

  .contact--wrapper {
    padding-bottom: 140px; }
    @media (min-width: 1900px) {
      .contact--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .contact--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .contact--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 580px) {
      .contact--wrapper {
        padding-bottom: 50px; } }

  .contact--main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 85px; }
    @media (min-width: 1900px) {
      .contact--main {
        padding-top: 100px; } }
    @media (min-width: 3000px) {
      .contact--main {
        padding-top: 120px; } }
    @media (max-width: 992px) {
      .contact--main {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 580px) {
      .contact--main {
        padding-top: 60px; } }
    .contact--main > div {
      width: 50%; }
      @media (max-width: 992px) {
        .contact--main > div {
          width: 100%; } }
      .contact--main > div:first-child {
        padding-right: 40px; }
        @media (min-width: 1900px) {
          .contact--main > div:first-child {
            padding-right: 50px; } }
        @media (min-width: 3000px) {
          .contact--main > div:first-child {
            padding-right: 70px; } }
        @media (max-width: 1100px) {
          .contact--main > div:first-child {
            width: 55%;
            padding-right: 30px; } }
        @media (max-width: 992px) {
          .contact--main > div:first-child {
            padding-right: 0;
            width: 100%; } }
      .contact--main > div:last-child {
        padding-left: 40px; }
        @media (min-width: 1900px) {
          .contact--main > div:last-child {
            padding-left: 50px; } }
        @media (min-width: 3000px) {
          .contact--main > div:last-child {
            padding-left: 70px; } }
        @media (max-width: 1100px) {
          .contact--main > div:last-child {
            width: 45%;
            padding-left: 30px; } }
        @media (max-width: 992px) {
          .contact--main > div:last-child {
            padding-left: 0;
            width: 100%;
            margin-top: 70px; } }
        @media (max-width: 580px) {
          .contact--main > div:last-child {
            margin-top: 0; } }

  @media (max-width: 580px) {
    .contact__info {
      text-align: center; } }

  .contact__info .section--title {
    font-size: 65px;
    line-height: 70px;
    margin: 0 0 10px; }
    @media (min-width: 1900px) {
      .contact__info .section--title {
        font-size: 72px;
        line-height: 78px;
        margin-bottom: 12px; } }
    @media (min-width: 3000px) {
      .contact__info .section--title {
        font-size: 87px;
        line-height: 95px;
        margin-bottom: 15px; } }
    @media (max-width: 580px) {
      .contact__info .section--title {
        font-size: 48px;
        line-height: 58px; } }
    @media (max-width: 380px) {
      .contact__info .section--title {
        font-size: 40px;
        line-height: 50px; } }

  .contact__info ._info--header {
    margin-bottom: 30px; }
    .contact__info ._info--header h3 {
      font-size: 45px;
      line-height: 45px;
      margin: 0;
      font-weight: normal; }
      @media (min-width: 1900px) {
        .contact__info ._info--header h3 {
          font-size: 50px;
          line-height: 50px; } }
      @media (min-width: 3000px) {
        .contact__info ._info--header h3 {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 580px) {
        .contact__info ._info--header h3 {
          font-size: 28px;
          line-height: 28px; } }
      @media (max-width: 380px) {
        .contact__info ._info--header h3 {
          font-size: 20px;
          line-height: 20px; } }

  .contact__info ._info {
    padding-right: 26%; }
    @media (max-width: 1100px) {
      .contact__info ._info {
        padding-right: 30px; } }
    @media (max-width: 580px) {
      .contact__info ._info {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 380px) {
      .contact__info ._info {
        padding-left: 15px;
        padding-right: 15px; } }

  .contact__info ._help--nav {
    margin-top: 70px; }
    @media (max-width: 992px) {
      .contact__info ._help--nav {
        margin-top: 40px; } }
    .contact__info ._help--nav .feature--v {
      width: 50%;
      text-align: left;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 580px) {
        .contact__info ._help--nav .feature--v {
          padding-left: 20px;
          padding-right: 20px;
          text-align: center; } }
      @media (max-width: 380px) {
        .contact__info ._help--nav .feature--v {
          width: 100%; } }
      .contact__info ._help--nav .feature--v .feature--thumb {
        margin-bottom: 24px;
        text-align: left; }
        @media (max-width: 580px) {
          .contact__info ._help--nav .feature--v .feature--thumb {
            text-align: center; } }
        .contact__info ._help--nav .feature--v .feature--thumb img {
          height: 110px; }
          @media (min-width: 1900px) {
            .contact__info ._help--nav .feature--v .feature--thumb img {
              height: 125px; } }
          @media (min-width: 3000px) {
            .contact__info ._help--nav .feature--v .feature--thumb img {
              height: 140px; } }
      .contact__info ._help--nav .feature--v .feature--info {
        padding: 0; }

  .join--wrapper {
    padding-bottom: 140px; }
    @media (min-width: 1900px) {
      .join--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .join--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .join--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 580px) {
      .join--wrapper {
        padding-bottom: 50px;
        overflow: hidden; } }

  .join__form--inner {
    display: flex;
    flex-direction: row;
    align-items: inherit; }
    @media (max-width: 768px) {
      .join__form--inner {
        flex-direction: column; } }
    .join__form--inner > div {
      width: 50%;
      position: relative; }
      @media (max-width: 992px) {
        .join__form--inner > div:first-child {
          width: 45%; }
        .join__form--inner > div:last-child {
          width: 55%; } }
      @media (max-width: 768px) {
        .join__form--inner > div {
          width: 100% !important; } }
    .join__form--inner ._right {
      display: none; }
    .join__form--inner ._form--header,
    .join__form--inner form {
      max-width: 780px;
      margin: 0px auto; }

  .join__form--thumb {
    min-height: 770px; }
    @media (max-width: 768px) {
      .join__form--thumb {
        min-height: 0; } }
    .join__form--thumb ._thumb {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/join/banner.jpg") no-repeat 0 0;
      background-size: cover; }
      @media (max-width: 768px) {
        .join__form--thumb ._thumb {
          display: none; } }
    .join__form--thumb ._thumb--mobile {
      display: none; }
      @media (max-width: 768px) {
        .join__form--thumb ._thumb--mobile {
          display: block; } }
      .join__form--thumb ._thumb--mobile img {
        width: 100%; }

  .join__form--main {
    padding-left: 80px;
    padding-right: 100px;
    padding-top: 60px;
    padding-bottom: 25px; }

    .join__form--main .form--field--info {
      margin-bottom: 30px; }

    @media (max-width: 1300px) {
      .join__form--main {
        padding-left: 40px;
        padding-right: 50px; } }
    @media (max-width: 1100px) {
      .join__form--main {
        padding-right: 40px; } }
    @media (max-width: 880px) {
      .join__form--main .form--field--info {
        max-width: 250px; } }
    @media (max-width: 768px) {
      .join__form--main {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 55px; }
      .join__form--main .form--field--info {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }}
    .join__form--main ._form--header {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 40px; }
      @media (max-width: 1400px) {
        .join__form--main ._form--header {
          flex-direction: column;
          align-items: flex-start; } }
      @media (max-width: 768px) {
        .join__form--main ._form--header {
          align-items: center; } }
      .join__form--main ._form--header .section--title {
        margin-bottom: 0; }
      .join__form--main ._form--header ._right {
        margin-left: auto;
        text-align: right; }
        @media (max-width: 1400px) {
          .join__form--main ._form--header ._right {
            margin-top: 15px;
            margin-left: 0; } }
        .join__form--main ._form--header ._right a {
          color: #31475f;
          font-size: 15px; }
          @media (min-width: 1900px) {
            .join__form--main ._form--header ._right a {
              font-size: 16px; } }
          @media (min-width: 3000px) {
            .join__form--main ._form--header ._right a {
              font-size: 18px; } }
          .join__form--main ._form--header ._right a strong {
            color: #655c91; }
        .join__form--main ._form--header ._right svg {
          color: #655c91; }

  .join__benefits {
    margin-top: 110px;
    margin-bottom: 110px; }
    .join__benefits .section--title {
      text-align: center;
      margin-bottom: 80px; }
    @media (max-width: 768px) {
      .join__benefits ._benefits--main .feature--v {
        width: 50%; } }
    @media (max-width: 420px) {
      .join__benefits ._benefits--main .feature--v {
        width: 100%; } }
    .join__benefits ._benefits--more {
      margin-top: 60px;
      text-align: center; }
      @media (max-width: 768px) {
        .join__benefits ._benefits--more {
          margin-top: 0; } }
      .join__benefits ._benefits--more a {
        font-size: 14px; }
        @media (min-width: 1900px) {
          .join__benefits ._benefits--more a {
            font-size: 16px; } }

  @media (max-width: 1200px) {
    .join__feature .feature .feature--thumb {
      padding-left: 50px; } }

  .join__feature .feature .feature--thumb ._thumb--inner {
    width: 100%; }
    .join__feature .feature .feature--thumb ._thumb--inner img {
      width: 100%; }

  @media (max-width: 768px) {
    .join__feature .feature .feature--main {
      flex-direction: column-reverse; } }

  .join__feature .feature .feature--content {
    padding-right: 20px !important; }
    @media (max-width: 768px) {
      .join__feature .feature .feature--content {
        margin-top: 50px;
        margin-bottom: 0 !important; } }
    .join__feature .feature .feature--content ._content--inner {
      padding-left: 140px;
      padding-right: 0; }
      @media (max-width: 1400px) {
        .join__feature .feature .feature--content ._content--inner {
          padding-left: 100px;
          padding-right: 0; } }
      @media (max-width: 1300px) {
        .join__feature .feature .feature--content ._content--inner {
          padding-left: 40px;
          padding-right: 0; } }
      @media (max-width: 768px) {
        .join__feature .feature .feature--content ._content--inner {
          padding-left: 20px;
          padding-right: 20px; } }

  .pay--wrapper {
    padding-bottom: 140px;
    overflow: hidden; }
    @media (min-width: 1900px) {
      .pay--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .pay--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .pay--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 768px) {
      .pay--wrapper {
        padding-bottom: 60px; } }

  .pay .section--header ._bg {
    background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/pay/banner--2.png"); }

  .pay .section--service--tab {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 35px;
    background-color: #ffffff;
    position: relative;
    z-index: 999 !important; }
    @media (max-width: 768px) {
      .pay .section--service--tab {
        padding-top: 16px;
        padding-bottom: 30px; } }

  .pay .is-sticky .nav--tab {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, white 70%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, white 70%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, white 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-repeat: repeat-x; }

  .pay .section--service {
    padding-top: 44px; }
    .pay .section--service--content {
      margin-top: 44px; }

  @media (max-width: 1400px) {
    .pay__visa--intro .feature--main .feature--content ._info br {
      display: none; } }

  @media (max-width: 768px) {
    .pay__visa--intro .feature--main .feature--content ._info br {
      display: block; } }

  @media (max-width: 580px) {
    .pay__visa--intro .feature--main .feature--content ._info br {
      display: none; } }

  @media (max-width: 1100px) {
    .pay__visa--about .feature--main {
      align-items: flex-start; } }

  .pay__visa--about .feature--main .feature--thumb {
    padding-right: 30px; }

  .pay__visa--about .feature--main .feature--content {
    padding-left: 30px; }
    @media (max-width: 1400px) {
      .pay__visa--about .feature--main .feature--content ._info br {
        display: none; } }
    @media (max-width: 768px) {
      .pay__visa--about .feature--main .feature--content ._info br {
        display: block; } }
    @media (max-width: 580px) {
      .pay__visa--about .feature--main .feature--content ._info br {
        display: none; } }

  .pay__visa--about .feature--thumb ._thumb--inner {
    width: 100%; }

  .pay__visa--about .feature--content ._content--inner {
    padding-right: 80px; }
    @media (max-width: 1200px) {
      .pay__visa--about .feature--content ._content--inner {
        padding-right: 40px; } }
    @media (max-width: 768px) {
      .pay__visa--about .feature--content ._content--inner {
        padding-left: 20px;
        padding-right: 20px; } }

  .pay__visa--how .section--title {
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .pay__visa--how .section--title {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px; } }

  .pay__visa--how .nav--tab {
    text-align: center; }

  @media (max-width: 1400px) {
    .pay__retails .feature .feature--content ._info br {
      display: none; } }

  @media (max-width: 768px) {
    .pay__retails .feature .feature--content ._info br {
      display: block; } }

  @media (max-width: 580px) {
    .pay__retails .feature .feature--content ._info br {
      display: none; } }

  @media (max-width: 1100px) {
    .pay__retails .feature:nth-child(1) .feature--main {
      align-items: flex-start; } }

  @media (max-width: 768px) {
    .pay__retails .feature:nth-child(1) .feature--main {
      flex-direction: column-reverse; } }

  .pay__retails .feature:nth-child(1) .feature--main .feature--thumb {
    padding-left: 30px; }
    @media (min-width: 1900px) {
      .pay__retails .feature:nth-child(1) .feature--main .feature--thumb {
        padding-left: 50px; } }
    @media (max-width: 768px) {
      .pay__retails .feature:nth-child(1) .feature--main .feature--thumb {
        padding-left: 0;
        margin-bottom: 50px; } }

  .pay__retails .feature:nth-child(1) .feature--main .feature--content {
    padding-right: 30px; }
    @media (min-width: 1900px) {
      .pay__retails .feature:nth-child(1) .feature--main .feature--content {
        padding-right: 50px; } }
    @media (max-width: 768px) {
      .pay__retails .feature:nth-child(1) .feature--main .feature--content {
        padding-right: 0;
        margin-bottom: 0; } }
    .pay__retails .feature:nth-child(1) .feature--main .feature--content ._content--inner {
      margin: 0; }
      @media (max-width: 768px) {
        .pay__retails .feature:nth-child(1) .feature--main .feature--content ._content--inner {
          padding-left: 30px;
          padding-right: 30px;
          margin: 0px auto; } }

  .pay__retails .feature:nth-child(1) .feature--thumb ._thumb--inner {
    width: 100%; }

  .pay__retails .feature:nth-child(1) .feature--thumb img {
    width: 100%; }

  .pay__retails .feature:nth-child(2) .feature--main {
    flex-direction: row-reverse; }
    @media (max-width: 1100px) {
      .pay__retails .feature:nth-child(2) .feature--main {
        align-items: flex-start; } }
    @media (max-width: 768px) {
      .pay__retails .feature:nth-child(2) .feature--main {
        flex-direction: column-reverse; } }
    .pay__retails .feature:nth-child(2) .feature--main .feature--thumb {
      padding-right: 30px;
      padding-left: 0; }
      @media (min-width: 1900px) {
        .pay__retails .feature:nth-child(2) .feature--main .feature--thumb {
          padding-right: 50px; } }
      @media (max-width: 768px) {
        .pay__retails .feature:nth-child(2) .feature--main .feature--thumb {
          padding-right: 0;
          margin-bottom: 50px; } }
    .pay__retails .feature:nth-child(2) .feature--main .feature--content {
      padding-left: 30px; }
      @media (min-width: 1900px) {
        .pay__retails .feature:nth-child(2) .feature--main .feature--content {
          padding-left: 50px; } }
      @media (max-width: 768px) {
        .pay__retails .feature:nth-child(2) .feature--main .feature--content {
          padding-left: 0;
          margin-bottom: 0; } }
      .pay__retails .feature:nth-child(2) .feature--main .feature--content ._content--inner {
        margin: 0; }
        @media (max-width: 768px) {
          .pay__retails .feature:nth-child(2) .feature--main .feature--content ._content--inner {
            padding-left: 30px;
            padding-right: 30px;
            margin: 0px auto; } }

  .pay__retails .feature:nth-child(2) .feature--thumb ._thumb--inner {
    width: 100%; }

  .pay__retails .feature:nth-child(2) .feature--thumb img {
    width: 100%; }

  @media (max-width: 1100px) {
    .pay__commute--intro.feature .feature--main {
      align-items: flex-start; } }

  .pay__commute--intro.feature .feature--main .feature--thumb {
    padding-left: 30px; }
    @media (max-width: 768px) {
      .pay__commute--intro.feature .feature--main .feature--thumb {
        padding-left: 0; } }

  .pay__commute--intro.feature .feature--main .feature--content {
    padding-right: 30px; }
    @media (max-width: 1420px) {
      .pay__commute--intro.feature .feature--main .feature--content ._info br {
        display: none; } }
    @media (max-width: 768px) {
      .pay__commute--intro.feature .feature--main .feature--content ._info br {
        display: block; } }
    @media (max-width: 580px) {
      .pay__commute--intro.feature .feature--main .feature--content ._info br {
        display: none; } }
    @media (max-width: 768px) {
      .pay__commute--intro.feature .feature--main .feature--content {
        padding-right: 0; } }
    .pay__commute--intro.feature .feature--main .feature--content ._content--inner {
      margin: 0; }
      @media (max-width: 768px) {
        .pay__commute--intro.feature .feature--main .feature--content ._content--inner {
          padding-left: 30px;
          padding-right: 30px;
          margin: 0px auto; } }

  .pay__commute--intro.feature .feature--thumb ._thumb--inner {
    width: 100%; }
    .pay__commute--intro.feature .feature--thumb ._thumb--inner img {
      width: 100%; }

  .pay__commute .pay__visa--how ._how-to--tab--nav li:nth-child(2) a span {
    margin-left: -1px; }

  @media (max-width: 1100px) {
    .pay__overseas--intro .feature--main {
      align-items: flex-start; } }

  @media (max-width: 1400px) {
    .pay__overseas--intro .feature--content ._info br {
      display: none; } }

  .transfer--wrapper {
    padding-bottom: 140px; }
    @media (min-width: 1900px) {
      .transfer--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .transfer--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .transfer--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 768px) {
      .transfer--wrapper {
        padding-bottom: 60px; } }

  .transfer .section--header {
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      .transfer .section--header {
        margin-bottom: 50px; } }
    .transfer .section--header ._bg {
      background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/transfer/banner.jpg"); }

  .transfer ._how-to--step {
    position: relative; }
    .transfer ._how-to--step ._step--test-scroll {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 99999;
      overflow: auto;
      opacity: 0; }
      .transfer ._how-to--step ._step--test-scroll--content {
        height: 90000px; }

  @media (max-width: 1100px) {
    .transfer__intro.feature .feature--main {
      align-items: flex-start; } }

  .transfer__intro.feature .feature--main .feature--thumb {
    padding-left: 30px; }
    @media (max-width: 768px) {
      .transfer__intro.feature .feature--main .feature--thumb {
        padding-left: 0; } }

  .transfer__intro.feature .feature--main .feature--content {
    padding-right: 30px; }
    @media (max-width: 768px) {
      .transfer__intro.feature .feature--main .feature--content {
        padding-right: 0; } }
    .transfer__intro.feature .feature--main .feature--content ._content--inner {
      margin: 0; }
      @media (max-width: 768px) {
        .transfer__intro.feature .feature--main .feature--content ._content--inner {
          padding-left: 30px;
          padding-right: 30px;
          margin: 0px auto; } }

  .transfer__intro.feature .feature--thumb ._thumb--inner {
    width: 100%; }

  .transfer__intro.feature .feature--thumb img {
    width: 100%; }

  .remit--wrapper {
    padding-bottom: 140px;
    overflow: hidden; }
    @media (min-width: 1900px) {
      .remit--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .remit--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .remit--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 768px) {
      .remit--wrapper {
        padding-bottom: 60px; } }

  .remit .section--header ._bg {
    background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/remit/banner.jpg"); }

  .remit__video--inner {
    margin-bottom: 80px;
    margin-top: -80px;
    position: relative;
    z-index: 9; }
    @media (min-width: 1900px) {
      .remit__video--inner {
        margin-top: -100px; } }
    @media (min-width: 3000px) {
      .remit__video--inner {
        margin-top: -130px; } }
    @media (max-width: 1200px) {
      .remit__video--inner {
        margin-bottom: 50px; } }

    @media (max-width: 768px) {
      .remit__video--inner {
        margin-top: 30px; } }

  .remit__video--main {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    position: relative; }
    .remit__video--main iframe {
      display: block;
      width: 100% !important;
      height: 590px !important; }
      @media (max-width: 768px) {
        .remit__video--main iframe {
          height: 240px !important; } }

  .remit__video--filter {
    padding: 8px 10px;
    background-color: #ffffff; }
    .remit__video--filter .select2.select2-container {
      width: auto !important;
      min-width: 160px;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
      z-index: 9; }
    .remit__video--filter .select2.select2-container--open .select2-selection .select2-selection__arrow b {
      background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--primary.svg"); }
    .remit__video--filter .select2 .select2-selection {
      outline: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border: 0 none;
      height: 34px;
      background-color: transparent;
      display: flex;
      align-items: center; }
      .remit__video--filter .select2 .select2-selection .select2-selection__rendered {
        position: relative;
        text-align: left;
        font-size: 15px;
        line-height: 34px;
        color: #69438e; }
        @media (min-width: 1900px) {
          .remit__video--filter .select2 .select2-selection .select2-selection__rendered {
            font-size: 16px; } }
        @media (min-width: 3000px) {
          .remit__video--filter .select2 .select2-selection .select2-selection__rendered {
            font-size: 20px; } }
        .remit__video--filter .select2 .select2-selection .select2-selection__rendered img {
          width: 22px;
          margin-right: 14px; }
          @media (min-width: 1900px) {
            .remit__video--filter .select2 .select2-selection .select2-selection__rendered img {
              width: 25px; } }
      .remit__video--filter .select2 .select2-selection .select2-selection__arrow {
        height: 34px;
        line-height: 30px;
        right: 5px;
        position: static; }
        .remit__video--filter .select2 .select2-selection .select2-selection__arrow b {
          position: static;
          display: inline-block;
          vertical-align: middle;
          border: 0 none;
          margin-left: 0;
          margin-top: 0;
          width: 16px;
          height: 16px;
          background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--primary.svg") no-repeat 0 0;
          background-size: contain; }
          @media (min-width: 1900px) {
            .remit__video--filter .select2 .select2-selection .select2-selection__arrow b {
              width: 18px;
              height: 18px; } }
          @media (min-width: 3000px) {
            .remit__video--filter .select2 .select2-selection .select2-selection__arrow b {
              width: 22px;
              height: 22px; } }

  .remit__video--info {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%; }
    .remit__video--info p {
      margin: 0px auto;
      margin-bottom: 0;
      font-size: 40px;
      font-weight: bold;
      color: #69438e; }

  .remit__intro {
    margin-top: 100px; }
    .remit__intro--mobile {
      display: none; }
    .remit .remit__intro--mobile .feature--content {
      flex-direction: column; }
    .remit .remit__intro--mobile .feature--thumb {
      margin: 30px 0; }
    .remit .remit__intro--mobile ._content--section {
      padding: 0 40px; }
    @media (max-width: 480px) {
      .remit .remit__intro--mobile ._content--section {
        padding: 0 20px; } }
    @media (max-width: 768px) {
      .remit__intro {
        margin-top: 60px; }
      .remit__intro--desktop {
        display: none; }
      .remit__intro--mobile {
        display: block; } }
    @media (max-width: 1100px) {
      .remit__intro.feature .feature--main {
        align-items: flex-start; } }
    .remit__intro.feature .feature--main .feature--thumb {
      padding-left: 30px; }
      @media (max-width: 768px) {
        .remit__intro.feature .feature--main .feature--thumb {
          padding-left: 0; } }
    .remit__intro.feature .feature--main .feature--content {
      padding-right: 30px; }
      @media (max-width: 1500px) {
        .remit__intro.feature .feature--main .feature--content br {
          display: none; } }
      @media (max-width: 768px) {
        .remit__intro.feature .feature--main .feature--content {
          padding-right: 0; } }
      .remit__intro.feature .feature--main .feature--content ._content--inner {
        margin: 0; }
        @media (max-width: 768px) {
          .remit__intro.feature .feature--main .feature--content ._content--inner {
            padding-left: 30px;
            padding-right: 30px;
            margin: 0px auto; } }
    .remit__intro.feature .feature--thumb ._thumb--inner {
      width: 100%; }
    .remit__intro.feature .feature--thumb img {
      width: 100%; }

  .remit__features {
    margin-bottom: 110px; }
    @media (max-width: 1500px) {
      .remit__features .feature--v br {
        display: none; } }
    @media (max-width: 768px) {
      .remit__features {
        margin-bottom: 40px; } }

  .remit__send {
    margin-top: 70px; }
    .remit__send--money ._money--inner {
      padding-top: 60px;
      padding-bottom: 60px;
      background-color: #f2f5f6; }
    .remit__send--money ._header {
      margin-bottom: 64px;
      display: flex;
      flex-direction: row; }
      @media (max-width: 768px) {
        .remit__send--money ._header {
          flex-direction: column;
          text-align: center;
          margin-bottom: 30px; } }
      .remit__send--money ._header .section--title {
        margin-bottom: 0; }
      .remit__send--money ._header ._country-option {
        margin-left: auto;
        margin-top: 10px; }
        @media (max-width: 768px) {
          .remit__send--money ._header ._country-option {
            margin-top: 38px;
            margin-left: 0; } }
        .remit__send--money ._header ._country-option .select2.select2-container {
          width: auto !important;
          border: 1px solid #cccccc;
          padding: 6px 20px;
          -webkit-border-radius: 50px !important;
          -moz-border-radius: 50px !important;
          -ms-border-radius: 50px !important;
          -o-border-radius: 50px !important;
          border-radius: 50px !important;
          z-index: 9; }
          @media (min-width: 1900px) {
            .remit__send--money ._header ._country-option .select2.select2-container {
              padding-left: 30px;
              padding-right: 30px; } }
        .remit__send--money ._header ._country-option .select2.select2-container--open .select2-selection .select2-selection__arrow b {
          background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--primary.svg"); }
        .remit__send--money ._header ._country-option .select2 .select2-selection {
          outline: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          border: 0 none;
          height: 34px;
          background-color: #f2f5f6;
          display: flex;
          align-items: center; }
          .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__rendered {
            position: relative;
            text-align: left;
            font-size: 15px;
            line-height: 34px;
            color: #69438e; }
            @media (min-width: 1900px) {
              .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__rendered {
                font-size: 18px; } }
            @media (min-width: 3000px) {
              .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__rendered {
                font-size: 20px; } }
            .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__rendered img {
              width: 22px;
              margin-right: 14px; }
              @media (min-width: 1900px) {
                .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__rendered img {
                  width: 28px; } }
          .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__arrow {
            height: 34px;
            line-height: 30px;
            right: 5px;
            position: static; }
            .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__arrow b {
              position: static;
              display: inline-block;
              vertical-align: middle;
              border: 0 none;
              margin-left: 0;
              margin-top: 0;
              width: 16px;
              height: 16px;
              background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--primary.svg") no-repeat 0 0;
              background-size: contain; }
              @media (min-width: 1900px) {
                .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__arrow b {
                  width: 18px;
                  height: 18px; } }
              @media (min-width: 3000px) {
                .remit__send--money ._header ._country-option .select2 .select2-selection .select2-selection__arrow b {
                  width: 22px;
                  height: 22px; } }
    .remit__send--money ._info {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .remit__send--money ._info {
          margin-top: 20px; } }
    .remit__send--money ._option--main ._form--field--group {
      display: flex;
      flex-direction: row;
      margin-bottom: 60px; }
      .remit__send--money ._option--main ._form--field--group:last-child {
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .remit__send--money ._option--main ._form--field--group:last-child {
            flex-direction: column; }
            .remit__send--money ._option--main ._form--field--group:last-child ._form--field {
              width: 100%;
              padding: 0; }
              .remit__send--money ._option--main ._form--field--group:last-child ._form--field:first-child {
                margin-bottom: 50px; }
            .remit__send--money ._option--main ._form--field--group:last-child ._field--label {
              margin-bottom: 25px; } }
    .remit__send--money ._option--main ._form--field:first-child {
      width: 35%;
      padding-right: 60px; }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._form--field:first-child {
          padding-right: 20px; } }
      @media (max-width: 380px) {
        .remit__send--money ._option--main ._form--field:first-child {
          padding-right: 12px; } }
    .remit__send--money ._option--main ._form--field:last-child {
      width: 65%;
      padding-left: 60px; }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._form--field:last-child {
          padding-left: 20px; } }
    .remit__send--money ._option--main ._form--field--right {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._form--field--right {
          align-items: center; } }
      .remit__send--money ._option--main ._form--field--right ._form--field--inner {
        min-width: 250px; }
    .remit__send--money ._option--main ._field--label {
      margin-bottom: 34px; }
      @media (min-width: 1900px) {
        .remit__send--money ._option--main ._field--label {
          margin-bottom: 44px; } }
      @media (min-width: 3000px) {
        .remit__send--money ._option--main ._field--label {
          margin-bottom: 50px; } }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._field--label {
          margin-bottom: 15px;
          text-align: center; } }
      .remit__send--money ._option--main ._field--label label {
        font-weight: bold;
        font-size: 26px; }
        @media (min-width: 1900px) {
          .remit__send--money ._option--main ._field--label label {
            font-size: 29px; } }
        @media (min-width: 3000px) {
          .remit__send--money ._option--main ._field--label label {
            font-size: 32px; } }
        @media (max-width: 768px) {
          .remit__send--money ._option--main ._field--label label {
            font-size: 22px; } }
        @media (max-width: 480px) {
          .remit__send--money ._option--main ._field--label label {
            font-size: 18px; } }
        @media (max-width: 380px) {
          .remit__send--money ._option--main ._field--label label {
            font-size: 17px; } }
        @media (max-width: 340px) {
          .remit__send--money ._option--main ._field--label label {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .remit__send--money ._option--main ._field--label label ._hide-mobile {
            display: none; } }
    @media (max-width: 768px) {
      .remit__send--money ._option--main ._field--input {
        text-align: center; } }
    .remit__send--money ._option--main ._field--input ._items {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      margin-left: -16px;
      margin-right: -16px; }
      @media (min-width: 1900px) {
        .remit__send--money ._option--main ._field--input ._items {
          margin-left: -22px;
          margin-right: -22px; } }
      @media (min-width: 3000px) {
        .remit__send--money ._option--main ._field--input ._items {
          margin-left: -30px;
          margin-right: -30px; } }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._field--input ._items {
          justify-content: center; } }
      .remit__send--money ._option--main ._field--input ._items ._item {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 26px; }
        @media (min-width: 1900px) {
          .remit__send--money ._option--main ._field--input ._items ._item {
            padding-left: 22px;
            padding-right: 22px; } }
        @media (min-width: 3000px) {
          .remit__send--money ._option--main ._field--input ._items ._item {
            padding-left: 30px;
            padding-right: 30px; } }
        .remit__send--money ._option--main ._field--input ._items ._item--trigger {
          width: 90px;
          height: 90px;
          background-color: #ffffff;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px;
          -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08); }
          @media (min-width: 1900px) {
            .remit__send--money ._option--main ._field--input ._items ._item--trigger {
              width: 100px;
              height: 100px; } }
          @media (min-width: 3000px) {
            .remit__send--money ._option--main ._field--input ._items ._item--trigger {
              width: 120px;
              height: 120px; } }
          .remit__send--money ._option--main ._field--input ._items ._item--trigger img {
            width: 100%; }
    .remit__send--money ._option--main ._field--input .select2.select2-container {
      width: 100% !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
      z-index: 9; }
    .remit__send--money ._option--main ._field--input .select2.select2-container--open .select2-selection .select2-selection__arrow b {
      background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/arrow--up--primary.svg"); }
    .remit__send--money ._option--main ._field--input .select2 .select2-selection {
      outline: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border: 0 none;
      height: 48px;
      background-color: #f2f5f6;
      display: flex;
      align-items: center; }
      @media (min-width: 1900px) {
        .remit__send--money ._option--main ._field--input .select2 .select2-selection {
          height: 53px; } }
      @media (min-width: 3000px) {
        .remit__send--money ._option--main ._field--input .select2 .select2-selection {
          height: 62px; } }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._field--input .select2 .select2-selection {
          height: 34px; } }
      .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__rendered {
        position: relative;
        text-align: left;
        font-size: 38px;
        line-height: 48px;
        color: #69438e;
        text-transform: uppercase; }
        @media (min-width: 1900px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__rendered {
            font-size: 43px;
            line-height: 53px; } }
        @media (min-width: 3000px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__rendered {
            font-size: 52px;
            line-height: 62px; } }
        @media (max-width: 768px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__rendered {
            font-size: 24px;
            line-height: 34px;
            padding-right: 10px;
            padding-left: 0; } }
        @media (max-width: 480px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__rendered {
            font-size: 22px;
            line-height: 30px; } }
        @media (max-width: 380px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__rendered {
            font-size: 20px;
            line-height: 28px; } }
        @media (max-width: 340px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__rendered {
            font-size: 19px;
            line-height: 26px; } }
      .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__arrow {
        height: 48px;
        line-height: 48px;
        right: 0;
        width: 20px; }
        @media (min-width: 1900px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__arrow {
            width: 22px; } }
        @media (max-width: 768px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__arrow {
            line-height: 42px;
            top: -2px;
            width: 18px; } }
        @media (max-width: 480px) {
          .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__arrow {
            top: -4px;
            width: 14px; } }
        .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__arrow b {
          position: static;
          display: inline-block;
          vertical-align: middle;
          border: 0 none;
          margin-left: 0;
          margin-top: 0;
          width: 20px;
          height: 14px;
          background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/arrow--down--primary.svg") no-repeat 0 0;
          background-size: contain; }
          @media (min-width: 1900px) {
            .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__arrow b {
              width: 22px;
              height: 18px; } }
          @media (max-width: 768px) {
            .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__arrow b {
              width: 18px; } }
          @media (max-width: 480px) {
            .remit__send--money ._option--main ._field--input .select2 .select2-selection .select2-selection__arrow b {
              width: 14px;
              height: 12px; } }
    .remit__send--money ._option--main ._field--bank ._field--input {
      padding-bottom: 18px;
      border-bottom: 1px solid #cccccc; }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._field--bank ._field--input {
          padding-bottom: 12px; } }
      @media (max-width: 480px) {
        .remit__send--money ._option--main ._field--bank ._field--input {
          padding-bottom: 6px; } }
    .remit__send--money ._option--main ._field--fee strong {
      font-size: 38px;
      line-height: 48px;
      color: #69438e; }
      @media (min-width: 1900px) {
        .remit__send--money ._option--main ._field--fee strong {
          font-size: 43px;
          line-height: 53px; } }
      @media (min-width: 3000px) {
        .remit__send--money ._option--main ._field--fee strong {
          font-size: 52px;
          line-height: 62px; } }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._field--fee strong {
          font-size: 28px;
          line-height: 38px; } }
      @media (max-width: 480px) {
        .remit__send--money ._option--main ._field--fee strong {
          font-size: 22px;
          line-height: 30px; } }
      @media (max-width: 380px) {
        .remit__send--money ._option--main ._field--fee strong {
          font-size: 20px;
          line-height: 28px; } }
      @media (max-width: 340px) {
        .remit__send--money ._option--main ._field--fee strong {
          font-size: 19px;
          line-height: 26px; } }
    .remit__send--money ._option--main ._more {
      margin-top: 20px; }
      @media (max-width: 768px) {
        .remit__send--money ._option--main ._more {
          margin-top: 12px; } }
    .remit__send--deals {
      margin-top: 100px; }
      @media (max-width: 768px) {
        .remit__send--deals {
          margin-top: 50px; } }
      .remit__send--deals .slick-slide {
        outline: none; }
      .remit__send--deals ._deals--header {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 40px; }
        @media (max-width: 768px) {
          .remit__send--deals ._deals--header {
            text-align: center;
            padding-right: 20px;
            flex-direction: column; } }
        .remit__send--deals ._deals--header .section--title {
          margin-bottom: 0; }
      .remit__send--deals ._deals--main {
        overflow: hidden;
        position: relative; }
        .remit__send--deals ._deals--main:after, .remit__send--deals ._deals--main:before {
          content: "";
          width: 10%;
          height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: 1; }
          @media (max-width: 580px) {
            .remit__send--deals ._deals--main:after, .remit__send--deals ._deals--main:before {
              display: none; } }
        .remit__send--deals ._deals--main:after {
          right: 0;
          background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
          background-repeat: repeat-x; }
        .remit__send--deals ._deals--main:before {
          left: 0;
          background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
          background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
          background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=1);
          background-repeat: repeat-x; }
      .remit__send--deals .list--carousel--indicator {
        width: 45%;
        margin-left: auto;
        height: 6px;
        display: none; }
        @media (max-width: 768px) {
          .remit__send--deals .list--carousel--indicator {
            display: none; } }
        .remit__send--deals .list--carousel--indicator ._indicator--inner {
          width: 100%;
          height: 100%;
          background-color: #f2f5f6;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px; }
        .remit__send--deals .list--carousel--indicator ._indicator--bar {
          height: 6px;
          width: 100px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px;
          background-color: #69438e; }
      .remit__send--deals .card--thumb--list {
        margin-left: 0;
        margin-right: 0; }
      .remit__send--deals .list--carousel {
        overflow: hidden;
        margin-left: -10%;
        margin-right: -10%; }
        @media (max-width: 580px) {
          .remit__send--deals .list--carousel {
            margin-left: 0;
            margin-right: 0; } }
      .remit__send--deals .slick-list {
        overflow: visible; }
      .remit__send--deals .slick-arrow {
        display: inline-block;
        display: inline-block;
        vertical-align: middle;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        width: 44px;
        height: 44px;
        line-height: 44px;
        vertical-align: middle;
        text-align: center;
        -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 0;
        border: 0 none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 75%;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        z-index: 9;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-indent: -9999px;
        outline: none;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .remit__send--deals .slick-arrow:hover {
          background-color: #69438e; }
      .remit__send--deals .slick-next {
        right: 10%;
        background-image: url(https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron-right.svg); }
        @media (max-width: 580px) {
          .remit__send--deals .slick-next {
            right: 20px; } }
        .remit__send--deals .slick-next:hover {
          background-image: url(https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron-right--white.svg); }
      .remit__send--deals .slick-prev {
        left: 10%;
        background-image: url(https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron-left.svg); }
        @media (max-width: 580px) {
          .remit__send--deals .slick-prev {
            left: 20px; } }
        .remit__send--deals .slick-prev:hover {
          background-image: url(https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron-left--white.svg); }

  .terms--wrapper {
    max-width: 1100px;
    margin: 110px auto;
    padding-left: 30px;
    padding-right: 30px; }

  .terms--title {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 100px;
    text-align: center;
    font-weight: bold; }

  .terms--main ._item {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e4e4e4; }
    @media (max-width: 480px) {
      .terms--main ._item {
        padding-top: 20px;
        padding-bottom: 20px; }}
    .terms--main ._item--inner {
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 480px) {
        .terms--main ._item--inner {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }}
    .terms--main ._item--action {
      margin-left: auto;
      width: 170px;
      text-align: right; }
      @media (max-width: 480px) {
        .terms--main ._item--action {
          margin-left: 0;
          text-align: left;
          margin-top: 16px; }}
      .terms--main ._item--action svg {
        margin-left: 12px; }

  .terms--main table {
    margin-bottom: 35px;
  }

  .terms--main table th,
  .terms--main table td {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.03em;
    padding: 10px 14px;
    text-align: left;
  }

  .terms--main table th:first-child,
  .terms--main table td:first-child {
    padding-left: 0;
  }

  .topup--wrapper {
    padding-bottom: 140px;
    overflow: hidden; }
    @media (min-width: 1900px) {
      .topup--wrapper {
        padding-bottom: 150px; } }
    @media (min-width: 3000px) {
      .topup--wrapper {
        padding-bottom: 160px; } }
    @media (max-width: 1200px) {
      .topup--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 768px) {
      .topup--wrapper {
        padding-bottom: 60px; } }

  .topup .section--header ._bg {
    background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/topup/banner.jpg"); }

  .topup .section--service--tab {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 35px;
    background-color: #ffffff;
    position: relative;
    z-index: 999 !important; }
    @media (max-width: 768px) {
      .topup .section--service--tab {
        padding-top: 16px;
        padding-bottom: 30px; } }

  .topup .is-sticky .nav--tab {
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, white 70%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, white 70%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, white 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-repeat: repeat-x; }

  .topup .section--service {
    padding-top: 44px; }
    .topup .section--service--content {
      margin-top: 44px; }
    .topup .section--direction ._links {
      flex-direction: column; }
    .topup .section--direction ._links ._next, .topup .section--direction ._links ._prev {
      width: 100%; }

  @media (max-width: 768px) {
    .topup__prepaid--intro.feature .feature--main .feature--thumb {
      padding-left: 0; } }

  .topup__prepaid--intro.feature .feature--main .feature--content {
    padding-right: 30px; }
    @media (max-width: 768px) {
      .topup__prepaid--intro.feature .feature--main .feature--content {
        padding-right: 0; } }
    .topup__prepaid--intro.feature .feature--main .feature--content ._content--inner {
      margin: 0; }
      @media (max-width: 768px) {
        .topup__prepaid--intro.feature .feature--main .feature--content ._content--inner {
          padding-left: 30px;
          padding-right: 30px;
          margin: 0px auto; } }

  .topup__prepaid--intro.feature .feature--thumb ._thumb--inner {
    width: 100%; }

  .topup__prepaid--intro.feature .feature--thumb img {
    width: 100%; }

  .where-dash--wrapper {
    padding-bottom: 100px;
    overflow: hidden; }
    @media (min-width: 1900px) {
      .where-dash--wrapper {
        padding-bottom: 120px; } }
    @media (min-width: 3000px) {
      .where-dash--wrapper {
        padding-bottom: 130px; } }
    @media (max-width: 1200px) {
      .where-dash--wrapper {
        padding-bottom: 80px; } }
    @media (max-width: 580px) {
      .where-dash--wrapper {
        padding-bottom: 50px; } }

  .where-dash__top ._top--main {
    text-align: center;
    padding-top: 170px;
    margin-bottom: 78px; }
    @media (min-width: 1900px) {
      .where-dash__top ._top--main {
        padding-top: 190px;
        margin-bottom: 82px; } }
    @media (min-width: 3000px) {
      .where-dash__top ._top--main {
        padding-top: 210px;
        margin-bottom: 90px; } }
    @media (max-width: 992px) {
      .where-dash__top ._top--main {
        margin-bottom: 60px; } }
    @media (max-width: 580px) {
      .where-dash__top ._top--main {
        padding-top: 70px; } }
    .where-dash__top ._top--main .layout--wrap {
      max-width: 800px; }
      @media (min-width: 1900px) {
        .where-dash__top ._top--main .layout--wrap {
          max-width: 820px; } }
      @media (min-width: 3000px) {
        .where-dash__top ._top--main .layout--wrap {
          max-width: 1020px; } }
      @media (max-width: 1100px) {
        .where-dash__top ._top--main .layout--wrap {
          max-width: 840px; } }
    .where-dash__top ._top--main .section--title {
      margin-bottom: 24px;
      font-size: 60px;
      line-height: 58px; }
      @media (min-width: 1900px) {
        .where-dash__top ._top--main .section--title {
          font-size: 66px;
          line-height: 64px;
          margin-bottom: 28px; } }
      @media (min-width: 3000px) {
        .where-dash__top ._top--main .section--title {
          font-size: 82px;
          line-height: 82px;
          margin-bottom: 32px; } }
      @media (max-width: 992px) {
        .where-dash__top ._top--main .section--title {
          font-size: 48px;
          line-height: 48px;
          margin-bottom: 20px; } }
      @media (max-width: 580px) {
        .where-dash__top ._top--main .section--title {
          font-size: 38px;
          line-height: 38px; } }
    .where-dash__top ._top--main h3 {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 50px; }
      @media (min-width: 1900px) {
        .where-dash__top ._top--main h3 {
          font-size: 28px;
          line-height: 35px;
          margin-bottom: 54px; } }
      @media (min-width: 3000px) {
        .where-dash__top ._top--main h3 {
          font-size: 36px;
          line-height: 46px;
          margin-bottom: 70px; } }
      @media (max-width: 992px) {
        .where-dash__top ._top--main h3 {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 40px; } }
      @media (max-width: 580px) {
        .where-dash__top ._top--main h3 {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 30px; } }
      @media (max-width: 580px) {
        .where-dash__top ._top--main h3 {
          padding: 0 40px; }
        .where-dash__top ._top--main h3 br {
          display: none; } }
      @media (max-width: 480px) {
        .where-dash__top ._top--main h3 {
          padding: 0 0; }}
    .where-dash__top ._top--main ._form {
      position: relative;
      width: 85%;
      margin: 0px auto; }
      @media (max-width: 1300px) {
        .where-dash__top ._top--main ._form {
          width: 80%; } }
      @media (max-width: 580px) {
        .where-dash__top ._top--main ._form {
          width: 100%; } }
      .where-dash__top ._top--main ._form ._form--submit {
        position: absolute;
        top: 0;
        right: 10px; }
        .where-dash__top ._top--main ._form ._form--submit button {
          padding: 0;
          border: 0 none;
          background-color: transparent;
          font-size: 20px;
          color: #c6c7c7;
          outline: none;
          width: 50px;
          height: 50px;
          line-height: 50px; }
          @media (min-width: 1900px) {
            .where-dash__top ._top--main ._form ._form--submit button {
              font-size: 22px;
              height: 58px;
              width: 58px; } }
          @media (min-width: 3000px) {
            .where-dash__top ._top--main ._form ._form--submit button {
              font-size: 28px;
              height: 64px;
              width: 64px; } }
          @media (max-width: 992px) {
            .where-dash__top ._top--main ._form ._form--submit button {
              width: 46px;
              height: 46px;
              line-height: 46px;
              font-size: 18px; } }
          @media (max-width: 580px) {
            .where-dash__top ._top--main ._form ._form--submit button {
              width: 38px;
              height: 46px;
              line-height: 46px;
              font-size: 16px; } }
      .where-dash__top ._top--main ._form input {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        background-color: #f2f5f6;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        border: 0 none;
        width: 100%;
        font-size: 18px;
        outline: none; }
        @media (min-width: 1900px) {
          .where-dash__top ._top--main ._form input {
            height: 58px;
            line-height: 58px;
            font-size: 22px; } }
        @media (min-width: 3000px) {
          .where-dash__top ._top--main ._form input {
            height: 64px;
            line-height: 64px;
            font-size: 25px; } }
        @media (max-width: 992px) {
          .where-dash__top ._top--main ._form input {
            height: 46px;
            line-height: 46px;
            font-size: 20px; } }
        @media (max-width: 580px) {
          .where-dash__top ._top--main ._form input {
            font-size: 15px;
            padding-left: 25px;
            padding-right: 25px; } }
        .where-dash__top ._top--main ._form input::placeholder {
          color: #c0c0c0; }
        .where-dash__top ._top--main ._form input:-webkit-input-placeholder {
          color: #c0c0c0; }
        .where-dash__top ._top--main ._form input:-ms-input-placeholder {
          color: #c0c0c0; }
        .where-dash__top ._top--main ._form input::-ms-input-placeholder {
          color: #c0c0c0; }

  @media (max-width: 580px) {
    .where-dash__top ._categories .button--tags {
      display: none; } }

  .where-dash__top ._categories ._option {
    display: none;
    margin: 0px auto;
    max-width: 320px; }
    @media (max-width: 580px) {
      .where-dash__top ._categories ._option {
        display: block; } }
    .where-dash__top ._categories ._option .select2.select2-container {
      z-index: 9;
      width: 100% !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important;
      padding-bottom: 5px; }
    .where-dash__top ._categories ._option .select2.select2-container--open .select2-selection .select2-selection__arrow b {
      background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--white.svg"); }
    .where-dash__top ._categories ._option .select2 .select2-selection {
      outline: none;
      border: 0 none;
      height: 38px;
      background-color: #69438e;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      display: flex;
      align-items: center; }
      .where-dash__top ._categories ._option .select2 .select2-selection .select2-selection__rendered {
        position: relative;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        line-height: 38px;
        text-transform: uppercase;
        color: #ffffff;
        padding-left: 0; }
        @media (min-width: 1900px) {
          .where-dash__top ._categories ._option .select2 .select2-selection .select2-selection__rendered {
            font-size: 17px; } }
        @media (min-width: 3000px) {
          .where-dash__top ._categories ._option .select2 .select2-selection .select2-selection__rendered {
            font-size: 20px; } }
      .where-dash__top ._categories ._option .select2 .select2-selection .select2-selection__arrow {
        height: 36px;
        line-height: 34px;
        right: 15px; }
        .where-dash__top ._categories ._option .select2 .select2-selection .select2-selection__arrow b {
          position: static;
          display: inline-block;
          vertical-align: middle;
          border: 0 none;
          margin-left: 0;
          margin-top: 0;
          width: 16px;
          height: 16px;
          background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--white.svg") no-repeat 0 0;
          background-size: contain; }
          @media (min-width: 1900px) {
            .where-dash__top ._categories ._option .select2 .select2-selection .select2-selection__arrow b {
              width: 18px;
              height: 18px; } }
          @media (min-width: 3000px) {
            .where-dash__top ._categories ._option .select2 .select2-selection .select2-selection__arrow b {
              width: 22px;
              height: 22px; } }

  .where-dash__list {
    margin-top: 50px;
    padding-top: 68px;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 992px) {
      .where-dash__list {
        margin-top: 20px;
        padding-top: 30px; } }
    @media (max-width: 992px) and (max-width: 580px) {
      .where-dash__list {
        margin-top: 30px;
        padding-top: 35px; } }
    @media (max-width: 420px) {
      .where-dash__list .card .card--inner {
        flex-direction: column; } }
    @media (max-width: 420px) {
      .where-dash__list .card .card--main {
        width: 100%; } }
    @media (max-width: 580px) {
      .where-dash__list .card .card--image {
        align-items: flex-end; } }
    @media (max-width: 420px) {
      .where-dash__list .card .card--image {
        align-items: center;
        width: 100%; } }
    @media (max-width: 580px) {
      .where-dash__list .card .card--image img {
        height: 100%;
        width: auto; } }
    @media (max-width: 420px) {
      .where-dash__list .card .card--image img {
        height: auto;
        width: 100%; } }
    .where-dash__list[data-layout="2_column"] .card {
      width: 50%; }
    .where-dash__list[data-layout="4_column"] .card {
      width: 25%; }
      @media (max-width: 1200px) {
        .where-dash__list[data-layout="4_column"] .card {
          width: 33.333333%; } }
    .where-dash__list--filter {
      margin-bottom: 60px; }
      .where-dash__list--filter form {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .where-dash__list--filter form .select2.select2-container {
          z-index: 9;
          width: auto !important;
          -webkit-border-radius: 0 !important;
          -moz-border-radius: 0 !important;
          -ms-border-radius: 0 !important;
          -o-border-radius: 0 !important;
          border-radius: 0 !important;
          min-width: 120px; }
        .where-dash__list--filter form .select2.select2-container--open .select2-selection .select2-selection__arrow b {
          background-image: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--up--black.svg"); }
        .where-dash__list--filter form .select2 .select2-selection {
          outline: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          border: 0 none;
          height: 24px;
          background-color: #ffffff;
          display: flex;
          align-items: center; }
          .where-dash__list--filter form .select2 .select2-selection .select2-selection__rendered {
            position: relative;
            text-align: left;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            text-transform: uppercase;
            color: #143350;
            padding-left: 0; }
            @media (min-width: 1900px) {
              .where-dash__list--filter form .select2 .select2-selection .select2-selection__rendered {
                font-size: 17px; } }
            @media (min-width: 3000px) {
              .where-dash__list--filter form .select2 .select2-selection .select2-selection__rendered {
                font-size: 20px; } }
          .where-dash__list--filter form .select2 .select2-selection .select2-selection__arrow {
            height: 24px;
            line-height: 20px;
            right: 5px;
            position: static;
            margin-left: auto; }
            .where-dash__list--filter form .select2 .select2-selection .select2-selection__arrow b {
              position: static;
              display: inline-block;
              vertical-align: middle;
              border: 0 none;
              margin-left: 0;
              margin-top: 0;
              width: 16px;
              height: 16px;
              background: url("https://dashrevamp.s3-ap-southeast-1.amazonaws.com/assets/images/icons/chevron--down--black.svg") no-repeat 0 0;
              background-size: contain; }
              @media (min-width: 1900px) {
                .where-dash__list--filter form .select2 .select2-selection .select2-selection__arrow b {
                  width: 18px;
                  height: 18px; } }
              @media (min-width: 3000px) {
                .where-dash__list--filter form .select2 .select2-selection .select2-selection__arrow b {
                  width: 22px;
                  height: 22px; } }
      .where-dash__list--filter ._view--type {
        margin-left: auto; }
        @media (max-width: 768px) {
          .where-dash__list--filter ._view--type {
            display: none; } }
        .where-dash__list--filter ._view--type button {
          background-color: transparent;
          border: 0 none;
          padding: 0;
          margin-left: 15px;
          color: #cbcbcb;
          font-size: 24px;
          outline: none; }
          @media (min-width: 1900px) {
            .where-dash__list--filter ._view--type button {
              font-size: 26px; } }
          @media (min-width: 3000px) {
            .where-dash__list--filter ._view--type button {
              font-size: 30px; } }
          .where-dash__list--filter ._view--type button:hover {
            color: #999999; }
          .where-dash__list--filter ._view--type button._active {
            color: #69438e; }
    .where-dash__list--main {
      position: relative; }
      .where-dash__list--main .card {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      .where-dash__list--main .card {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      .where-dash__list--main .card--list {
        align-items: inherit; }

      .where-dash__list--main .card--inner {
        border-radius: 0 0 10px 10px;
        border-top: 5px solid #69438e;
        height: 100%; }

      .where-dash__list--main .card--image {
        display: none; }

      .where-dash__list--main .card--main {
        min-height: 134px; }

        @media (max-width: 768px) {
          .where-dash__list--main .card {
            width: 50% !important; } }
        @media (max-width: 580px) {
          .where-dash__list--main .card {
            width: 100% !important; } }
        .where-dash__list--main .card ._category {
          margin-bottom: 12px; }
          @media (max-width: 580px) {
            .where-dash__list--main .card ._category {
              font-weight: 600;
              font-size: 15px;
              line-height: 17px;
              margin-bottom: 13px; } }
        @media (max-width: 580px) {
          .where-dash__list--main .card ._title {
            font-size: 22px;
            margin-bottom: 24px; } }
        .where-dash__list--main .card ._subtitle {
          font-size: 12px; }
          @media (min-width: 1900px) {
            .where-dash__list--main .card ._subtitle {
              font-size: 13px; } }
          @media (min-width: 3000px) {
            .where-dash__list--main .card ._subtitle {
              font-size: 14px; } }
          @media (max-width: 580px) {
            .where-dash__list--main .card ._subtitle {
              font-size: 14px; } }
          .where-dash__list--main .card ._subtitle a {
            color: #143350; }
            .where-dash__list--main .card ._subtitle a:hover {
              text-decoration: underline;
              color: #69438e; }
      .where-dash__list--main ._list--loader {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        background-color: #ffffff;
        margin-left: -30px;
        margin-right: -30px;
        padding: 20px 30px 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        visibility: hidden;
        opacity: 0; }
        .where-dash__list--main ._list--loader ._loader--inner {
          text-align: center; }
        .where-dash__list--main ._list--loader ._loader--icon {
          font-size: 36px;
          color: #aaaaaa;
          margin-bottom: 14px; }
        .where-dash__list--main ._list--loader ._loader--text {
          font-size: 14px;
          text-transform: uppercase;
          color: #999999; }
    .where-dash__list._loading ._list--loader {
      opacity: 1;
      visibility: visible; }

  .where-dash__dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    visibility: hidden; }
    .where-dash__dialog._open {
      visibility: visible; }
      .where-dash__dialog._open ._dialog--overlay {
        opacity: 1; }
      .where-dash__dialog._open ._dialog--main {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    .where-dash__dialog ._dialog--overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      opacity: 0; }
    .where-dash__dialog ._dialog--main {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
      z-index: 1;
      display: flex;
      flex-direction: row;
      overflow: auto;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform: translateY(80px);
      -moz-transform: translateY(80px);
      -ms-transform: translateY(80px);
      -o-transform: translateY(80px);
      transform: translateY(80px);
      opacity: 0; }

      @media (max-width: 580px) {
        .where-dash__dialog ._dialog--main {
          padding-left: 14px;
          padding-right: 14px; } }

      .where-dash__dialog ._dialog--main--inner {
        width: 100%;
        max-width: 850px;
        margin: 30px auto 0; }

        @media (max-width: 580px) {
          .where-dash__dialog ._dialog--main--inner {
            display: flex;
            flex-direction: column;
            overflow: hidden; } }

      .where-dash__dialog ._dialog--main ._dialog--close {
        text-align: right; }
        .where-dash__dialog ._dialog--main ._dialog--close img {
          width: 30px; }
        .where-dash__dialog ._dialog--main ._dialog--close button {
          background-color: transparent;
          padding: 0;
          border: 0 none;
          color: #ffffff;
          font-size: 24px;
          outline: none; }
      .where-dash__dialog ._dialog--main ._dialog--content {
        margin-top: 15px;
        margin-bottom: 40px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        background-color: #ffffff; }

        @media (max-width: 580px) {
          .where-dash__dialog ._dialog--main ._dialog--content {
            overflow: auto; } }

        .where-dash__dialog ._dialog--main ._dialog--content ._merchant--info {
          padding: 50px 80px; }
          @media (max-width: 580px) {
            .where-dash__dialog ._dialog--main ._dialog--content ._merchant--info {
              padding: 30px 20px; } }
          .where-dash__dialog ._dialog--main ._dialog--content ._merchant--info .section--title {
            margin-bottom: 40px; }
        .where-dash__dialog ._dialog--main ._dialog--content ._merchant--logo {
          margin-top: -40px;
          text-align: center; }
          .where-dash__dialog ._dialog--main ._dialog--content ._merchant--logo img {
            width: 240px; }
        .where-dash__dialog ._dialog--main ._dialog--content ._merchant--image img {
          width: 100%;
          -webkit-border-radius: 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0;
          -ms-border-radius: 10px 10px 0 0;
          -o-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0; }
        .where-dash__dialog ._dialog--main ._dialog--content ._merchant--list {
          margin-left: -30px;
          margin-right: -30px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          @media (max-width: 580px) {
            .where-dash__dialog ._dialog--main ._dialog--content ._merchant--list {
              margin-left: -20px;
              margin-right: -20px; } }
          .where-dash__dialog ._dialog--main ._dialog--content ._merchant--list ._item {
            width: 33.33333333%;
            margin-bottom: 30px;
            padding-left: 30px;
            padding-right: 30px; }
            @media (max-width: 580px) {
              .where-dash__dialog ._dialog--main ._dialog--content ._merchant--list ._item {
                padding-left: 20px;
                padding-right: 20px;
                width: 50%;
                text-align: center; } }
            .where-dash__dialog ._dialog--main ._dialog--content ._merchant--list ._item h3 {
              font-size: 15px;
              line-height: 15px;
              margin: 0 0 14px;
              font-weight: bold; }
            .where-dash__dialog ._dialog--main ._dialog--content ._merchant--list ._item p {
              font-size: 11px;
              line-height: 15px;
              font-weight: 600;
              margin-bottom: 10px; }

  .section--how-to ._how-to--faq,
  .section--how-to ._how-to--video,
  .remit__send--deals,
  /* .where-dash__top ._categories, */
  .nav--mobile ._nav--lang,
  .nav--mobile ._nav--search,
  /* .header--top, */
  .media__detail__top ._top--inner ._top--share,
  /* .where-dash__list--filter, */
  /* .media__top .nav--tab li:last-child, */
  .deals__list--filter--mobile,
  .media__detail__content ._info--mobile ._share,
  .remit__send--money ._option--main ._more {
    display: none!important;
  }

  .remit__send--money ._money--inner,
  .remit__send--money ._option--main ._field--input .select2 .select2-selection,
  .remit__send--money ._header ._country-option .select2 .select2-selection {
    background-color: #ffffff;
  }

  html._scroll--off,
  body._scroll--off {
    overflow: hidden!important;
  }

  .help .section--how-to ._how-to--faq {
    display: block!important;
  }

  /*
   * Christmas Microsite
   *
   */

  .christmas .christmas__banner img {
    width: 100%; }

  .christmas .christmas__banner ._mobile {
    display: none; }

    @media (max-width: 768px) {
      .christmas .christmas__banner ._mobile {
        display: block; }
      .christmas .christmas__banner ._desktop {
        display: none; }}

  .christmas .christmas__features {
    padding-top: 100px;
    padding-bottom: 130px; }
    @media (max-width: 768px) {
      .christmas .christmas__features {
        padding-top: 80px;
        padding-bottom: 30px; } }
    .christmas .christmas__features .section--title {
      text-align: center; }
    .christmas .christmas__features ._features--info {
      text-align: center;
      margin-bottom: 40px; }
      .christmas .christmas__features ._features--info p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px; }

  .christmas .christmas__products {
    padding-bottom: 130px; }
    @media (max-width: 768px) {
      .christmas .christmas__products {
        padding-bottom: 50px; } }
    .christmas .christmas__products .section--title {
      text-align: center;
      margin-bottom: 60px; }
    .christmas .christmas__products ._products--section {
      margin-bottom: 20px; }
    .christmas .christmas__products ._products--section--title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 30px;
      text-align: center; }
    .christmas .christmas__products ._products--list {
      align-items: flex-start; }
    .christmas .christmas__products ._products--more {
      text-align: center;
      margin-top: 10px; }
      @media (max-width: 768px) {
        .christmas .christmas__products ._products--more {
          margin-top: 10px; } }
      @media (max-width: 480px) {
        .christmas .christmas__products ._products--more {
          margin-top: 0; } }
    .christmas .christmas__products .feature--v {
      width: 33.333333%;
      padding: 0 30px;
      margin-bottom: 0; }
    .christmas .christmas__products ._products--vouchers {
      margin-top: 60px;
      margin-bottom: 70px; }
    .christmas .christmas__products ._products--vouchers .feature--v {
      width: 50%;
      padding: 0 10%; }

      @media (max-width: 768px) {
        .christmas .christmas__products .feature--v {
          width: 50%;
          margin-bottom: 40px;
          padding: 0 30px; }
        .christmas .christmas__products ._products--vouchers .feature--v {
          width: 50%;
          padding: 0 30px; }}
      @media (max-width: 480px) {
        .christmas .christmas__products .feature--v {
          width: 100%;
          margin-bottom: 60px; } }
    .christmas .christmas__products .feature--thumb {
      margin-bottom: 16px; }
      .christmas .christmas__products .feature--thumb img {
        height: auto;
        width: 100%; }
    @media (max-width: 768px) {
      .christmas .christmas__products .feature--info br {
        display: none; } }
    .christmas .christmas__products .feature--category {
      color: #959395;
      margin-bottom: 50px;
      text-align: center;
      font-size: 16px;
      line-height: 20px; }
      @media (max-width: 768px) {
        .christmas .christmas__products .feature--category {
          margin-bottom: 25px; } }
      .christmas .christmas__products .feature--category strong {
        font-weight: normal;
        color: #9e5ba7; }
      .christmas .christmas__products ._partners ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }

      .christmas .christmas__products ._partners li {
        width: 25%;
        text-align: center;
        padding: 0 30px; }

        @media (min-width: 1600px) {
          .christmas .christmas__products ._partners li {
            padding: 0 40px; } }

        @media (min-width: 1900px) {
          .christmas .christmas__products ._partners li {
            padding: 0 50px; } }

        @media (max-width: 768px) {
          .christmas .christmas__products ._partners li {
            width: 50%;
            padding: 0 50px; } }

        @media (max-width: 580px) {
          .christmas .christmas__products ._partners li {
            padding: 0 30px; } }

      .christmas .christmas__products ._partners li img {
        width: 100%; }

  .christmas .christmas__gift {
    padding-bottom: 130px; }
    @media (max-width: 768px) {
      .christmas .christmas__gift {
        padding-bottom: 80px; } }
    .christmas .christmas__gift ._gift--content {
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 768px) {
        .christmas .christmas__gift ._gift--content {
          flex-direction: column; } }
      .christmas .christmas__gift ._gift--content ._gift--thumb {
        width: 50%;
        padding-right: 50px;
        text-align: center; }
        @media (max-width: 768px) {
          .christmas .christmas__gift ._gift--content ._gift--thumb {
            width: 100%;
            padding-left: 50px; } }
        @media (max-width: 480px) {
          .christmas .christmas__gift ._gift--content ._gift--thumb {
            padding-left: 20px;
            padding-right: 20px; } }
        .christmas .christmas__gift ._gift--content ._gift--thumb img {
          width: 100%; }
      .christmas .christmas__gift ._gift--content ._gift--info {
        width: 50%;
        padding-left: 100px;
        text-align: center; }
        @media (max-width: 768px) {
          .christmas .christmas__gift ._gift--content ._gift--info {
            width: 100%;
            padding-left: 50px;
            padding-right: 50px;
            margin-top: 50px; } }
        @media (max-width: 480px) {
          .christmas .christmas__gift ._gift--content ._gift--info {
            padding-left: 20px;
            padding-right: 20px; } }

  .christmas .christmas__gift.christmas__gift-couple ._gift--content {
    flex-direction: row-reverse; }

    @media (max-width: 768px) {
      .christmas .christmas__gift.christmas__gift-couple ._gift--content {
        flex-direction: column; }}

  .christmas .christmas__gift.christmas__gift-couple ._gift--content ._gift--info {
    padding-left: 0;
    padding-right: 100px; }

    @media (max-width: 768px) {
      .christmas .christmas__gift.christmas__gift-couple ._gift--content ._gift--info {
        padding-right: 0; }}

  .christmas .christmas__gift.christmas__gift-couple ._gift--thumb img {
    max-width: 280px; }

    @media (max-width: 768px) {
      .christmas .christmas__gift.christmas__gift-couple ._gift--thumb img {
        max-width: 220px; }}

    @media (max-width: 768px) {
      .christmas .hristmas__gift.christmas__gift-couple ._gift--content ._gift--info {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 480px) {
      .christmas .christmas__gift.christmas__gift-couple ._gift--content ._gift--info {
        padding-left: 20px;
        padding-right: 20px; } }

  .christmas .christmas__bottom {
    position: relative; }
    .christmas .christmas__bottom img {
      width: 100%; }
    .christmas .christmas__bottom ._bottom--content {
      position: absolute;
      top: 20%;
      left: 0;
      right: 0; }
      .christmas .christmas__bottom ._bottom--content p {
        margin-bottom: 0;
        color: #ffffff;
        font-size: 42px;
        line-height: 52px;
        font-weight: bold; }
        @media (min-width: 1600px) {
          .christmas .christmas__bottom ._bottom--content p {
            font-size: 50px;
            line-height: 60px; } }
        @media (min-width: 1600px) {
          .christmas .christmas__bottom ._bottom--content p {
            font-size: 58px;
            line-height: 68px; } }
        @media (max-width: 768px) {
          .christmas .christmas__bottom ._bottom--content p {
            font-size: 32px;
            line-height: 38px;
            max-width: 440px; }
            .christmas .christmas__bottom ._bottom--content p br {
              display: none; } }
        @media (max-width: 580px) {
          .christmas .christmas__bottom ._bottom--content p {
            font-size: 24px;
            line-height: 30px;
            max-width: 340px; } }
        @media (max-width: 380px) {
          .christmas .christmas__bottom ._bottom--content p {
            font-size: 20px;
            line-height: 26px;
            max-width: 300px; } }


  html {
    scroll-behavior: smooth;
  }

  .cny--secondary--prizes {
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: center;
  }

  .cny--secondary--prizes .feature--v .feature--thumb {
    margin-bottom: 22px;
  }

  .cny--secondary--prizes .feature--v .feature--title {
    font-size: 18px;
  }