@charset "UTF-8";/* CSS Document */{  .uberflip {    margin: 0 auto;    max-width: 992px;    box-sizing: content-box;  }  .podcasts {    margin-bottom: 50px !important;  }  .uf-lazy-loader {    width: 100% !important;    .clearfix:after,    .clearfix:before {      display: none;    }  }}.uberflip .uf-lazy-loader ul {  display: flex;  flex-wrap: wrap;  justify-content: center;  .uf-content-tile,  .uf-tile-copy {    background: none !important;  }  .uf-content-tile {    height: 320px !important;    box-shadow: none !important;    margin: 0 10px 50px !important;    .uf-tile-friendly-timestamp,    .share-single {      display: none !important;    }    .uf-tile {      display: flex;      flex-direction: column;/*       align-items: center; */      background: none !important;      box-shadow: none !important;      .uf-tile-content-label {        position: absolute !important;        bottom: -16px;        background: #078dff;        width: 65% !important;        justify-content: center;                .uf-tile-content-label-text {          padding: 5px;        }       }      &::after {        display: none;      }    }  }}.uberflip .uf-content-tile .uf-tile-thumbnail {  height: fit-content !important;  display: flex;  justify-content: center;  img {    aspect-ratio: 56/33 !important;    margin: 0 !important;    width: 100% !important;    height: fit-content !important;  }}.uberflip .uf-lazy-loader ul .uf-content-tile {  .uf-tile-copy {    height: 42% !important;    padding: 0;  }  .title {    margin: 10px 0px 0px !important;    font-size: 13px !important;    font-weight: bold !important;    line-height: 18px !important;    display: -webkit-box !important;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    overflow: hidden;  }  .uf-tile-copy .subtitle {    line-height: 1.4;    display: block;    margin: 10px 0px 15px !important;    font-size: 12px !important;  }  .uf-tile-copy .subtitle {    display: -webkit-box !important;    -webkit-box-orient: vertical;    -webkit-line-clamp: 4;    overflow: hidden;  }  .uf-tile-content-label {    height: auto !important;    width: auto !important;    padding: 5px 20px !important;    border-top: 0 !important;    border-radius: 25px;    .uf-tile-content-label-text span {      margin: 0;      color: black !important;    }    .uf-tile-content-label-text::before {      display: none;    }    .uf-tile-content-label-text span {      font-family: 'Poppins', sans-serif !important;      font-size: 11px !important;      font-weight: 500 !important;      line-height: inherit !important;      text-align: center;      text-decoration: none !important;      text-transform: uppercase !important;      color: #fff !important;    }  }  .uf-tile-content-label-arrow.fas.fa-angle-right {    display: none !important;    background: none;    background-image: url('./resources/right-arrow-svgrepo-com.svg');    &::before {      display: none;    }  }  .title,  .uf-tile-copy .subtitle {    font-family: Arial, Helvetica, sans-serif;    color: #333 !important;  }}@media (max-width: 767px) {  html .uberflip {    width: 100% !important;  }}html .uberflip.podcasts {  display: flex;  justify-content: flex-end;  .uf-lazy-loader ul {    justify-content: space-between !important;    .uf-content-tile {      box-sizing: border-box;      margin: 0 !important;      position: relative;      height: auto !important;      .uf-tile {        width: 100%;        height: auto !important;      }      .uf-tile-thumbnail {        width: 100% !important;      }      .uf-tile-content-label {        display: none !important;      }    }  }  .uf-lazy-loader ul .uf-content-tile:nth-child(1) {    width: 100%;  }  @media (min-width: 768px) {    .uf-lazy-loader ul .uf-content-tile:nth-child(1) {      margin-bottom: 10px !important;    }  }  .uf-lazy-loader ul .uf-content-tile:nth-child(2),  .uf-lazy-loader ul .uf-content-tile:nth-child(3) {    width: 48%;  }  .uf-lazy-loader ul .uf-content-tile:nth-child(2) .uf-tile-thumbnail::before,  .uf-lazy-loader ul .uf-content-tile:nth-child(3) .uf-tile-thumbnail::before {    opacity: 0;  }  .uf-lazy-loader ul .uf-content-tile .uf-tile-copy,  .uf-lazy-loader ul .uf-content-tile a.item-link.view.hooked {    display: none !important;  }  .uf-lazy-loader ul .uf-content-tile .uf-tile-thumbnail {    height: auto !important;    z-index: 9999 !important;    position: relative !important;  }  .uf-lazy-loader ul .uf-content-tile .uf-tile-thumbnail img {    aspect-ratio: 1.88/1 !important;    height: auto !important;    width: 100% !important;    margin-top: 0 !important;    margin-left: 0 !important;  }  .uf-lazy-loader ul .uf-content-tile .uf-tile-thumbnail::before {    display: none !important;  }  .uf-lazy-loader ul .uf-content-tile .uf-tile-content-label {    z-index: 9999 !important;    position: absolute;  }  @media (max-width: 767px) {    .uf-lazy-loader ul .uf-content-tile {      width: 100% !important;      min-width: 100% !important;      margin-bottom: 2% !important;      padding: 0 2.5% !important;    }    .uf-lazy-loader ul .uf-content-tile .uf-tile-thumbnail::before {      background-size: 75px !important;      opacity: 1 !important;    }  }}html .uberflip.blog {  display: flex;  justify-content: space-around;  .uf-lazy-loader {    width: 85% !important;    margin: 0 !important;    overflow: hidden;    transition: all 0.3s;    max-width: 860px;    ul {      left: 0px;      flex-wrap: nowrap !important;      justify-content: start;      position: relative;      transition: all 0.3s;      width: 100% !important;      .uf-content-tile {        height: auto !important;        flex-shrink: 0;        margin: 0 !important;        padding: 0 5% 0 0 !important;        position: relative;                .uf-tile {          height: 350px;        }        .uf-tile-thumbnail,        .uf-tile-copy,        .uf-tile-content-label {          position: relative !important;        }        uf-tile-content-label-text {          width: 28% !important;          min-width: 115px !important;          bottom: 20px;        }      }    }  }  .left-click {    margin-left: 10px;  }  .right-click {    margin-right: 10px;  }  .left-click,  .right-click {    height: 30px;    width: 30px;    background-color: inherit;    background-repeat: no-repeat;    background-size: contain;    border: none !important;    margin-top: 70px;  }  .left-click:hover:not(:disabled) polygon,  .right-click:hover:not(:disabled) polygon {    fill: #0070bb;  }  @media (max-width: 575px) {    .uf-lazy-loader {      width: 100% !important;      overflow: auto !important;    }    .uf-lazy-loader ul {      justify-content: space-between;    }    .uf-lazy-loader ul .uf-content-tile {      box-sizing: border-box;      width: 100% !important;      min-width: 100% !important;      position: relative;      margin: 0 !important;    }    .uf-lazy-loader ul .uf-content-tile .uf-tile {      width: 100%;    }    .uf-lazy-loader ul .uf-content-tile .uf-tile-copy {      height: auto !important;      min-height: 100px !important;    }    .uf-lazy-loader ul .uf-content-tile .uf-tile-copy .uf-tile-title {      min-height: 35px !important;    }    .uf-lazy-loader ul .uf-content-tile .uf-tile-copy .subtitle {      -webkit-line-clamp: 3;    }    .uf-lazy-loader ul .uf-content-tile .uf-tile-thumbnail {      min-height: 230px !important;    }    .uf-lazy-loader ul .uf-content-tile .uf-tile-thumbnail,    .uf-lazy-loader ul .uf-content-tile .uf-tile-copy,    .uf-lazy-loader ul .uf-content-tile .uf-tile-content-label {      position: relative !important;    }    .uf-lazy-loader ul .uf-content-tile .uf-tile-content-label-text {      width: 28% !important;      min-width: 110px !important;      bottom: 0px !important;    }    .left-click,    .right-click {      height: 22.5px;      width: 22.5px;      margin-top: 25% !important;    }  }}.uf-buttons {  margin: 100px 0;}.uf-buttons,.uf-buttons .buttons-flex-container,.uf-buttons .button-container {  display: flex;  justify-content: center;  align-items: center;}.uf-buttons .buttons-flex-container {  width: auto;}.uf-buttons .buttons-flex-container .button-container {  width: 33.3333333333%;  height: 25px;  margin: 0 3px;}.uf-buttons .buttons-flex-container .button-container button {  cursor: pointer;  height: 12px;  width: 12px;  border-radius: 100%;  background: #fff;  border: none !important;  box-sizing: border-box;  padding: 0 !important;}.uf-buttons .buttons-flex-container .button-container button.active {  background: #333;}.uf-hidden {  display: none !important;}