/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= b--hero and b--hero--secondary */
.b--hero {
  background: transparent;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .b--hero {
      background-size: auto !important;
      background-position: top center !important; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .b--hero {
      background-size: auto !important;
      background-position: top center !important; } }
  .b--hero__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    min-width: 100%;
    overflow: hidden; }
    @media all and (max-width: 1739px) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media all and (max-width: 991px) {
      .b--hero__bg {
        display: none; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: auto; } }
    @supports (-ms-ime-align: auto) {
      .b--hero__bg {
        width: 100%;
        min-width: 100vh;
        min-height: 100vh;
        height: auto; } }
  .b--hero__overlay-primary {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../../uploads/img/hero-bg.svg");
    background-repeat: repeat;
    background-color: rgba(0, 53, 121, 0.5); }
  .b--hero__overlay-secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    min-width: 25%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 53, 121, 0.15); }
    @media all and (max-width: 575px) {
      .b--hero__overlay-secondary {
        display: none; } }
  .b--hero__scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 991px) {
      .b--hero__scroll {
        left: 30px; } }
    .b--hero__scroll__text {
      margin-bottom: 6px; }
      @media all and (max-width: 991px) {
        .b--hero__scroll__text {
          -webkit-transform: rotate(-90deg) translate(25px, 0px);
              -ms-transform: rotate(-90deg) translate(25px, 0px);
                  transform: rotate(-90deg) translate(25px, 0px); } }
    .b--hero__scroll__dash {
      display: block;
      position: relative;
      width: 2px;
      height: 30px;
      background-color: rgba(255, 255, 255, 0.5);
      overflow: hidden; }
      @media all and (max-width: 991px) {
        .b--hero__scroll__dash {
          height: 50px; } }
      .b--hero__scroll__dash__primary {
        position: absolute;
        top: 0;
        width: 2px;
        height: 99%;
        background-color: #ffffff;
        -webkit-animation: scrollanim 2s ease-out infinite;
                animation: scrollanim 2s ease-out infinite; }

@-webkit-keyframes scrollanim {
  from {
    top: -33px; }
  to {
    top: 33px; } }

@keyframes scrollanim {
  from {
    top: -33px; }
  to {
    top: 33px; } }
  .b--hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .b--hero--secondary {
    height: 65vh !important; }
    @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
      .b--hero--secondary {
        background-position: center center !important; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
      .b--hero--secondary {
        background-position: center center !important; } }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for all buttons */
/* ================================= BUTTON PRIMARY */
.b--btn-primary {
  display: block;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 35px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  box-shadow: none;
  border: none !important;
  -webkit-transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .b--btn-primary--color-primary {
    color: #ffffff;
    background-color: #003579; }
    .b--btn-primary--color-primary:hover {
      color: #ffffff; }
  .b--btn-primary--color-secondary {
    color: #003579;
    background-color: #ffffff; }
    .b--btn-primary--color-secondary:hover {
      color: #003579; }
  @media all and (max-width: 767px) {
    .b--btn-primary {
      padding: 7px 30px; } }
  .b--btn-primary:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 26, 59, 0.2);
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    text-decoration: none !important;
    outline: none !important; }
  .b--btn-primary:focus {
    outline: 2px auto #003579; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for all buttons */
/* ================================= BUTTON THIRD */
.b--btn-third {
  display: block;
  font-size: 13px;
  border: 0px;
  padding: 0px;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .b--btn-third--color-primary {
    color: #2472b2;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .b--btn-third--color-primary:hover {
      color: #003579; }
  .b--btn-third--color-secondary {
    color: #ffffff;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .b--btn-third--color-secondary:hover {
      color: #dbf2ff; }
  .b--btn-third__icon {
    position: absolute;
    margin-top: 2.65px; }
  .b--btn-third--left {
    padding-left: 20px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.3s ease-out !important;
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
    .b--btn-third--left .b--btn-third__icon {
      margin-right: 5px;
      -webkit-transform: translateX(-15px);
          -ms-transform: translateX(-15px);
              transform: translateX(-15px);
      -webkit-transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out, -webkit-transform 0.3s 0.1s ease-out; }
    .b--btn-third--left:hover {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
      .b--btn-third--left:hover .b--btn-third__icon {
        -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
                transform: translateX(-20px); }
  .b--btn-third--right {
    padding-right: 20px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.3s ease-out !important;
    transition: -webkit-transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out !important;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
    .b--btn-third--right .b--btn-third__icon {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: -webkit-transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out;
      transition: transform 0.3s 0.1s ease-out, -webkit-transform 0.3s 0.1s ease-out; }
    .b--btn-third--right:hover {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important; }
      .b--btn-third--right:hover .b--btn-third__icon {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
  .b--btn-third:focus {
    outline: none !important;
    color: #f5d17e !important; }
  .b--btn-third:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .b--btn-third--secondary {
    font-size: 16px !important; }
    .b--btn-third--secondary .b--btn-third__icon {
      margin-top: 1px;
      font-size: 16px !important; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ================================= color options for links */
/* ============================== Link */
.b--link-primary {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  width: auto;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  .b--link-primary--color-primary {
    color: #2472b2; }
    .b--link-primary--color-primary:hover {
      color: #003579; }
  .b--link-primary--color-secondary {
    color: #ffffff; }
    .b--link-primary--color-secondary:hover {
      color: #dbf2ff; }
  .b--link-primary--color-third {
    color: #393c3f; }
    .b--link-primary--color-third:hover {
      color: #2472b2; }
  @media all and (max-width: 767px) {
    .b--link-primary {
      font-size: 13px;
      line-height: 1.54; } }
  .b--link-primary:hover {
    text-decoration: underline; }
  .b--link-primary:focus {
    outline: none !important;
    color: #f5d17e !important; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ============================== card third */
.b--card-third {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 50px 35px 35px;
  text-align: center;
  box-shadow: none;
  border-style: solid;
  border-radius: 0px;
  border-color: #ffffff;
  border-image-source: #ffffff;
  background-color: #ffffff;
  border: solid 2px rgba(151, 151, 151, 0.1);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media all and (max-width: 991px) {
    .b--card-third {
      padding: 20px 15px;
      text-align: left;
      min-width: 100%; } }
  .b--card-third__dash {
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    margin-bottom: 25px; }
  .b--card-third__ft {
    -webkit-transition: opacity 0.3s 0.3s ease-out;
    transition: opacity 0.3s 0.3s ease-out; }
  .b--card-third__arrow {
    position: absolute;
    right: 15px;
    top: 20px; }
    .b--card-third__arrow__icon::before {
      color: #2472b2; }
  .b--card-third:hover {
    text-decoration: none;
    box-shadow: 0 10px 25px 0 rgba(0, 10, 22, 0.15), 0 6px 12px 0 rgba(203, 213, 222, 0.4);
    border-image-source: linear-gradient(to top, #86def6, #00569c);
    border-width: 2px;
    border-image-slice: 1;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media all and (max-width: 767px) {
      .b--card-third:hover {
        border-color: #ffffff;
        border-image-source: transparent;
        border: solid 1px rgba(151, 151, 151, 0.16);
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        box-shadow: transparent; } }
    .b--card-third:hover .b--btn-third {
      text-decoration: none !important;
      -webkit-transition: -webkit-transform 0.3s ease-out !important;
      transition: -webkit-transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out !important;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important;
      color: #003579; }
      .b--card-third:hover .b--btn-third .b--btn-third__icon {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
  .b--card-third:focus {
    outline: 2px auto #003579; }
  .b--card-third--primary {
    padding: 35px 35px 35px !important; }
    @media all and (max-width: 991px) {
      .b--card-third--primary {
        padding: 15px 25px 15px !important;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .b--card-third--primary .b--card-third__artwork {
    margin-bottom: 10px; }
    @media all and (max-width: 991px) {
      .b--card-third--primary .b--card-third__artwork {
        margin-bottom: 0px;
        margin-right: 25px;
        -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
                transform: translateY(-7px); } }
    .b--card-third--primary .b--card-third__artwork__icon {
      color: #003579; }
      .b--card-third--primary .b--card-third__artwork__icon::before {
        font-size: 66px;
        background: -webkit-linear-gradient(to top, #4ebaea, #2472b2);
        background: -webkit-linear-gradient(bottom, #4ebaea, #2472b2);
        background: linear-gradient(to top, #4ebaea, #2472b2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background: -ms-linear-gradient(transparent, transparent);
        /* IE10+ */ }
        @media all and (max-width: 991px) {
          .b--card-third--primary .b--card-third__artwork__icon::before {
            font-size: 30px; } }
  @media all and (max-width: 991px) {
    .b--card-third--primary .b--card-third__title {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px); } }
  .b--card-third--primary .b--card-third__arrow {
    position: absolute;
    right: 15px;
    top: 13px; }
  .b--card-third--primary .b--card-third__ft {
    padding-right: 10px !important; }
  .b--card-third--secondary {
    padding: 35px 35px 35px !important;
    min-height: 290px; }
    @media all and (max-width: 991px) {
      .b--card-third--secondary {
        padding: 15px 80px 15px !important;
        position: relative;
        height: 70px;
        min-height: 70px; } }
  .b--card-third--secondary .b--card-third__img-wrapper {
    margin-bottom: 20px;
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 991px) {
      .b--card-third--secondary .b--card-third__img-wrapper {
        margin-bottom: 0px;
        left: 35px;
        position: absolute; } }
    .b--card-third--secondary .b--card-third__img-wrapper__img--primary {
      width: 220px; }
      @media all and (max-width: 991px) {
        .b--card-third--secondary .b--card-third__img-wrapper__img--primary {
          display: none; } }
    .b--card-third--secondary .b--card-third__img-wrapper__img--secondary {
      display: none; }
      @media all and (max-width: 991px) {
        .b--card-third--secondary .b--card-third__img-wrapper__img--secondary {
          display: block;
          position: absolute;
          height: 42px;
          min-width: 65px; } }
  .b--card-third--secondary .b--card-third__arrow {
    position: absolute;
    right: 15px;
    top: 22px; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ============================== card ninth */
.b--card-ninth {
  height: 60px;
  padding: 20px;
  border: solid 1px #ecedf1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media all and (max-width: 991px) {
    .b--card-ninth {
      height: 50px;
      padding: 15px; } }
  .b--card-ninth__ft {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .b--card-ninth__ft__artwork {
      margin-left: 15px;
      margin-top: 5px; }
      .b--card-ninth__ft__artwork__icon::before {
        color: #c9c9c9;
        font-size: 25px;
        -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media all and (max-width: 991px) {
          .b--card-ninth__ft__artwork__icon::before {
            color: #003579; } }
      .b--card-ninth__ft__artwork__icon:hover::before {
        color: #003579;
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px); }
        @media all and (max-width: 991px) {
          .b--card-ninth__ft__artwork__icon:hover::before {
            -webkit-transform: translateY(0px);
                -ms-transform: translateY(0px);
                    transform: translateY(0px); } }
  .b--card-ninth:hover {
    box-shadow: 0 6px 12px 0 rgba(203, 213, 222, 0.4); }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ============================== search element */
.b--search__wrapper {
  position: relative;
  min-width: 100% !important;
  margin-bottom: 0; }
  .b--search__wrapper__input {
    width: 100% !important;
    background-color: transparent;
    padding: 7px 14px;
    border: 1px solid #c9c9c9;
    color: #393c3f;
    font-size: 13px;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    /* clears the 'X' from Internet Explorer */ }
    .b--search__wrapper__input:focus {
      outline: none !important; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .b--search__wrapper__input:focus .b--search__wrapper__input__icon {
        display: none; } }
    .b--search__wrapper__input::-webkit-input-placeholder {
      color: #c9c9c9;
      font-size: 13px;
      opacity: 0.6; }
    .b--search__wrapper__input::-moz-placeholder {
      color: #c9c9c9;
      font-size: 13px;
      opacity: 0.6; }
    .b--search__wrapper__input:-ms-input-placeholder {
      color: #c9c9c9;
      font-size: 13px;
      opacity: 0.6; }
    .b--search__wrapper__input::-ms-input-placeholder {
      color: #c9c9c9;
      font-size: 13px;
      opacity: 0.6; }
    .b--search__wrapper__input::placeholder {
      color: #c9c9c9;
      font-size: 13px;
      opacity: 0.6; }
    .b--search__wrapper__input::-ms-clear {
      display: none;
      width: 0;
      height: 0; }
    .b--search__wrapper__input::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
  .b--search__wrapper__icon {
    position: absolute;
    top: 7px;
    right: 14px; }
    .b--search__wrapper__icon::before {
      font-size: 20px;
      color: #c9c9c9; }

/* ======================== MediaQ */
/* ============================== Timing */
/* ============================== Fonts */
/* ============================== slider primary */
.b--slider-primary {
  min-width: 1200px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%; }
  @media all and (max-width: 1199px) {
    .b--slider-primary {
      min-width: 100%;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      margin-left: 0; } }
  .b--slider-primary__list-group {
    list-style: none; }
    .b--slider-primary__list-group__list-item {
      padding-right: 15px;
      width: auto;
      height: 265px;
      overflow: hidden; }
      @media all and (max-width: 767px) {
        .b--slider-primary__list-group__list-item {
          padding-right: 0px; } }
      .b--slider-primary__list-group__list-item__img-wrapper {
        height: 265px;
        width: 100%;
        overflow: hidden; }
        .b--slider-primary__list-group__list-item__img-wrapper__img {
          height: 265px;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          @media all and (max-width: 767px) {
            .b--slider-primary__list-group__list-item__img-wrapper__img {
              min-width: 100%; } }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .b--slider-primary__list-group__list-item__img-wrapper__img {
              height: auto !important;
              min-height: 100% !important;
              width: auto !important; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 10px 0px 25px 1px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }
