<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* slider-2 */
.tile-slider-2.slick-initialized .slick-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 480px; }
  .tile-slider-2.slick-initialized .slick-slide &gt; div {
    padding-top: 100%;
    position: relative;
    width: 100%; }

.tile-slider-2.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tile-slider-2 .tile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 20px;
  cursor: pointer; }

.tile-slider-2 .slick-list {
  overflow: visible; }

.tile-slider-2 .tile__img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 144px;
  width: 144px;
  background: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tile-slider-2 .tile__img img {
    width: 53px; }

.tile-slider-2 .tile-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.tile-slider .tile__img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;"; }

@media screen and (max-width: 939px) {
  .slider-cont.slider-2 .slider-buttons-cont {
    display: none; }
  .slider-cont.slider-2 .slick-dots {
    bottom: -35px; }
    .slider-cont.slider-2 .slick-dots li {
      vertical-align: top;
      width: 7px;
      height: 7px;
      margin: 0 5px; }
      .slider-cont.slider-2 .slick-dots li button {
        width: 7px;
        height: 7px;
        background-color: #f1f1f4;
        border-radius: 50%; }
        .slider-cont.slider-2 .slick-dots li button::before {
          display: none; }
    .slider-cont.slider-2 .slick-dots li.slick-active button {
      background-color: #424242; }
  .tile-slider-2.slick-initialized .slick-slide {
    max-width: 338px;
    max-height: 338px; }
  .tile-slider-2 .tile__wrapper {
    margin-right: 10px; }
  .tile-slider-2 .tile__img {
    height: 88px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 88px;
    margin-top: auto; }
    .tile-slider-2 .tile__img img {
      width: 16px;
      height: 16px; }
  .tile-slider-2 .tile__title {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 6px; }
  .tile-slider-2 .tile__subtext {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    color: #ffffff;
    display: block; } }

@media screen and (max-width: 767px) {
  .tile-slider-2 .tile__subtext {
    display: none; }
  .tile-slider-2 .tile__label {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 16px;
    margin-top: auto; }
  .tile-slider-2 .tile-slider {
    position: static; }
  .tile-slider-2 .tile__wrapper {
    margin-right: 10px;
    height: 294px; }
  .tile-slider-2 .tile--large {
    max-width: 338px;
    max-height: 338px; }
  .tile-slider-2 .tile__length {
    display: block;
    line-height: 1; }
  .tile-slider-2 .tile__header {
    padding: 20px 16px 0px; }
  .tile-slider-2 .tile__content {
    padding: 0 16px 16px; }
  .tile-slider-2.slick-initialized .slick-slide {
    max-width: 338px; }
    .tile-slider-2.slick-initialized .slick-slide &gt; div {
      padding: 0; }
  .slider-cont .slider-buttons-cont {
    display: none; }
  .slider-cont .slick-dots li {
    height: 7px;
    width: 7px;
    margin: 0 5px; }
    .slider-cont .slick-dots li button {
      height: 7px;
      width: 7px;
      padding: 0;
      border-radius: 50%;
      background-color: #f1f1f4; }
  .slider-cont .slick-dots li.slick-active button {
    background-color: #424242; }
  .slick-dots li button:before {
    display: none; } }

@media screen and (max-width: 480px) {
  .tile-slider-2.slick-initialized .slick-slide {
    max-width: 220px; }
  .tile-slider-2 .tile--large {
    max-width: 220px;
    min-height: 294px; } }
</pre></body></html>