.image-tile-cards {
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .image-tile-cards {
      margin-bottom: 0; } }
  .image-tile-cards > .container {
    max-width: 1340px; }
    @media (max-width: 991.98px) {
      .image-tile-cards > .container {
        padding: 0; } }
  .image-tile-cards-title {
    color: #142554;
    max-width: 70%;
    margin: 45px auto 70px; }
    @media (max-width: 767.98px) {
      .image-tile-cards-title {
        padding-left: 15px;
        max-width: none; } }
  .image-tile-cards-wrapper {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.45);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    position: relative;
    overflow: hidden; }
  .image-tile-cards-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .image-tile-cards-wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
  .image-tile-cards-wrapper > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .image-tile-cards-wrapper > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }
  .image-tile-cards-wrapper > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2; }
  .image-tile-cards-wrapper > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3; }
    @media (max-width: 991.98px) {
      .image-tile-cards-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .image-tile-cards-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .image-tile-cards-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; } }
  .image-tile-cards-label {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 40px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    z-index: 5; }
    .expanded .image-tile-cards-label {
      z-index: 15; }
    @media (max-width: 767.98px) {
      .image-tile-cards-label {
        font-size: 9px;
        bottom: 15px;
        left: 30px; } }
  .image-tile-cards-trigger {
    background: none;
    border: 0;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    z-index: 12; }
    .image-tile-cards-trigger:before {
      content: "\f106";
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .image-tile-cards-trigger:hover {
      color: #5e9ed6; }
    .expanded .image-tile-cards-trigger {
      color: #5e9ed6;
      z-index: 15; }
      .expanded .image-tile-cards-trigger:before {
        content: "\f119";
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 767.98px) {
      .image-tile-cards-trigger {
        top: 5px; } }
  .image-tile-cards-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    overflow: visible; }
    .image-tile-cards-item:before {
      content: "";
      display: block;
      padding-top: 81.54506%; }
    .image-tile-cards-item-item,
    .image-tile-cards-item embed,
    .image-tile-cards-item object,
    .image-tile-cards-item video,
    .image-tile-cards-item iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
    .image-tile-cards-item-content {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      z-index: 10;
      transition: z-index .35s step-end, width .35s ease, height .35s ease; }
      .image-tile-cards-item-content:before {
        opacity: 0.92;
        background-image: linear-gradient(217deg, rgba(0, 0, 0, 0) 39%, #000 100%);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .image-tile-cards-item-content img {
        position: absolute;
        width: 100%;
        height: 100%; }
      .expanded .image-tile-cards-item-content {
        width: 200%;
        height: 200%;
        z-index: 15;
        transition: z-index .25s step-start, width .25s ease, height .25s ease; }
        .expanded .image-tile-cards-item-content img {
          max-width: none !important; }
    .image-tile-cards-item.expanded:after {
      background: rgba(255, 255, 255, 0.25);
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 200%;
      z-index: 15; }
    .image-tile-cards-item:nth-child(3).expanded:after {
      right: auto;
      left: 0; }
    .image-tile-cards-item:nth-child(3) .image-tile-cards-item-content {
      right: 0;
      left: auto; }
    .image-tile-cards-item:nth-child(4) .image-tile-cards-item-content, .image-tile-cards-item:nth-child(5) .image-tile-cards-item-content {
      top: auto;
      bottom: 0; }
    .image-tile-cards-item:last-child.expanded:after {
      right: auto;
      left: 0; }
    .image-tile-cards-item:last-child .image-tile-cards-item-content {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto; }
    @media (max-width: 991.98px) {
      .image-tile-cards-item:nth-child(2).expanded:after {
        right: auto;
        left: 0; }
      .image-tile-cards-item:nth-child(2) .image-tile-cards-item-content {
        right: 0;
        left: auto; }
      .image-tile-cards-item:nth-child(3).expanded:after {
        right: 0;
        left: auto; }
      .image-tile-cards-item:nth-child(3) .image-tile-cards-item-content {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0; }
      .image-tile-cards-item:nth-child(4).expanded:after {
        right: auto;
        left: 0; }
      .image-tile-cards-item:nth-child(4) .image-tile-cards-item-content {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto; } }
  .image-tile-cards-details {
    background: #fff;
    color: #142554;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    position: absolute;
    top: 0;
    right: -100%;
    padding: 50px;
    width: 100%;
    height: 100%;
    z-index: 12;
    transition: width .35s step-end, height .35s step-end, right .35s ease; }
    .image-tile-cards-details-wrapper {
      display: -ms-grid;
      display: grid; }
    .expanded .image-tile-cards-details {
      right: 0;
      width: 50%;
      height: 50%;
      transition: width .25s step-start, height .25s step-start, right .25s ease; }
      .expanded .image-tile-cards-details:after {
        background: rgba(255, 255, 255, 0.25);
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 200%;
        height: 1px;
        z-index: 15; }
      @media (min-width: 1900px) {
        .expanded .image-tile-cards-details {
          font-size: 24px; } }
      @media (max-width: 767.98px) {
        .expanded .image-tile-cards-details {
          width: 100%;
          height: 100%; } }
    @media (max-width: 991.98px) {
      .image-tile-cards-details {
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .image-tile-cards-details {
        background: rgba(255, 255, 255, 0.7); } }
