<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shortcode_banner_simple_height {
  cursor: pointer;
  margin-bottom: 2.5rem;
  clear: both;
  position: relative; }
  .shortcode_banner_simple_height .shortcode_banner_simple_height_inner {
    padding: 15px;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .shortcode_banner_simple_height .shortcode_banner_simple_height_inner:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      z-index: 3; }
    .shortcode_banner_simple_height .shortcode_banner_simple_height_inner:hover:before {
      background: rgba(0, 0, 0, 0.3); }
  .shortcode_banner_simple_height .shortcode_banner_simple_height_bkg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2; }
  .shortcode_banner_simple_height:hover {
    background-size: 115%; }
    .shortcode_banner_simple_height:hover .shortcode_banner_simple_height_bkg {
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1); }
  .shortcode_banner_simple_height .shortcode_banner_simple_height_inside {
    padding: 20px;
    text-align: center;
    border: 2px solid #fff;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 5; }
    .shortcode_banner_simple_height .shortcode_banner_simple_height_inside h3 {
      padding: 0;
      margin: 0;
      font-size: 1.7em;
      line-height: 1.391em; }
    .shortcode_banner_simple_height .shortcode_banner_simple_height_inside h4 {
      padding: 0;
      margin: 0;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5em; }
    .shortcode_banner_simple_height .shortcode_banner_simple_height_inside a {
      text-decoration: underline; }
  .shortcode_banner_simple_height .shortcode_banner_simple_height_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 999; }
  .shortcode_banner_simple_height .shortcode_banner_simple_height_sep {
    width: 20%;
    height: 2px;
    background: #fff;
    margin: 5px auto; }
  .shortcode_banner_simple_height .shortcode_banner_simple_height_bullet {
    display: table;
    width: 180px;
    height: 180px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3em;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    right: 30px;
    z-index: 4; }
    .shortcode_banner_simple_height .shortcode_banner_simple_height_bullet strong {
      font-size: 18px;
      line-height: 1.5em; }
    .shortcode_banner_simple_height .shortcode_banner_simple_height_bullet span {
      display: table-cell;
      vertical-align: middle;
      font-weight: 700;
      padding: 20px; }
</pre></body></html>