
@media only screen and (min-width: 0px) {
  .component.section-tiles .tile-thumbnail {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 72.78%;
  }
  .component.section-tiles .tile-thumbnail:after {
    content: '';
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .component.section-tiles .tile-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .component.section-tiles a {
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
  }
  .component.section-tiles a i.fas.fa-angle-right {
    font-size: 16px;
  }
  .component.section-tiles p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0;
  }
  .component.section-tiles .tile:not(:first-of-type) {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 640px) {
  .component.section-tiles .tile:not(:first-of-type) {
    margin-top: 34px;
  }
  .component.section-tiles .tile:nth-of-type(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .component.section-tiles .tile:not(:first-of-type) {
    margin-top: 56px;
  }
  .component.section-tiles .tile:nth-of-type(2),
  .component.section-tiles .tile:nth-of-type(3) {
    margin-top: 0;
  }
}


/*New Styles*/

@media (max-width: 1920px) {
  .ads__slider .ads__slider--container.slick-initialized .ads__slider--item {
    width: calc(25vw - (var(--default-e) * 2 / 4 + 15.75px) - 4px) !important;
    height: calc(25vw - (var(--default-e) * 2 / 4 + 15.75px) - 4px);
  }
}
.effect-h:hover::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.759) 0%, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0.9) 100%);
}
.effect-h img{
  transform:translate3d(0, 0, 0);
}

@media (min-width: 1920px) {
  .ads__slider .ads__slider--container.slick-initialized .ads__slider--item {
    width: calc(20vw - (var(--default-e) * 2 / 5 + 16.8px) - 4px)!important;
    height: calc(20vw - (var(--default-e) * 2 / 5 + 16.8px) - 4px)!important;
  }
}
@media (max-width: 1920px) {
  .ads__slider .ads__slider--container.slick-initialized .ads__slider--item {
    width: calc(25vw - (var(--default-e) * 2 / 4 + 15.75px) - 4px)!important;
    height: calc(25vw - (var(--default-e) * 2 / 4 + 15.75px) - 4px)!important;
  }
}
@media (max-width: 1200px) {
  .ads__slider .ads__slider--container.slick-initialized .ads__slider--item {
    width: calc(33.3333333333vw - (var(--default-d) * 2 / 3 + 14px)) !important;
    height: calc(33.3333333333vw - (var(--default-d) * 2 / 3 + 14px))!important;
  }
}
@media (max-width: 992px) {
  .ads__slider .ads__slider--container.slick-initialized .ads__slider--item {
    width: calc(50vw - (var(--default-c) * 2 / 2 + 10.5px))!important;
    height: calc(50vw - (var(--default-c) * 2 / 2 + 10.5px))!important;
  }
}
@media (max-width: 576px) {
  .ads__slider .ads__slider--container.slick-initialized .ads__slider--item {
    width: calc(100vw - (var(--default-c) * 2 - 2px))!important;
    height: calc(100vw - (var(--default-c) * 2 - 2px))!important;
  }
}
.ads__slider .ads__slider--nav {
  margin-right: 21px;
}
.effect-h p{
  color:#5fe0d3 !important;
}
