.latest-magazine-single {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  color: #FFFFFF;
  background-color: #00305B; }
  .latest-magazine-single .column-text {
    width: 100%;
    max-width: 37rem;
    padding: 5% 0; }
    .latest-magazine-single .column-text h2, .latest-magazine-single .column-text h3, .latest-magazine-single .column-text h4, .latest-magazine-single .column-text h5, .latest-magazine-single .column-text h6 {
      margin-bottom: 1em; }
    .latest-magazine-single .column-text p, .latest-magazine-single .column-text li {
      font-size: 14px;
      line-height: 1.5;
      font-size: clamp(1.071rem, 1.012rem + 0.174vw, 1.2rem); }
    .latest-magazine-single .column-text a {
      font-size: inherit; }
      .latest-magazine-single .column-text a:not(:hover) {
        color: inherit; }
  .latest-magazine-single .column-image {
    width: 100%;
    max-width: 37rem;
    display: flex;
    align-items: flex-end;
    margin: -5.7rem 0 2rem; }
    .latest-magazine-single .column-image picture, .latest-magazine-single .column-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .latest-magazine-single .column-image .paper-frame {
      position: relative;
      width: 70%;
      margin-bottom: 1.715rem;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
      padding-left: 2%;
      background-color: #FFFFFF; }
      .latest-magazine-single .column-image .paper-frame:before, .latest-magazine-single .column-image .paper-frame:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        pointer-events: none;
        z-index: 2; }
      .latest-magazine-single .column-image .paper-frame:before {
        width: 3%;
        background: linear-gradient(to right, #a8a8a9 0%, #dededd 30%, #f3f4f4 30%, #f7f6f7 75%, #ffffff 75%, #ffffff 80%, #ededed 80%, #ededed 95%, #d1d1d1 95%, #d1d1d1 100%); }
      .latest-magazine-single .column-image .paper-frame:after {
        width: 100%;
        mix-blend-mode: screen;
        background: linear-gradient(to top right, rgba(128, 128, 128, 0.25) 0%, rgba(128, 128, 128, 0) 70%, transparent 70%); }
      .latest-magazine-single .column-image .paper-frame figure {
        width: 100%;
        aspect-ratio: 210/297; }
        .latest-magazine-single .column-image .paper-frame figure div {
          height: 100%; }
    .latest-magazine-single .column-image .ipad-frame {
      position: relative;
      width: 45%;
      margin-left: -15%;
      z-index: 2;
      aspect-ratio: 796/1104;
      overflow: hidden; }
      .latest-magazine-single .column-image .ipad-frame figure {
        position: absolute;
        width: 98%;
        height: 98%;
        left: 1%;
        top: 1%;
        overflow: hidden;
        padding: 2%;
        background-color: #FFFFFF;
        border-radius: 8%;
        z-index: 1; }
        .latest-magazine-single .column-image .ipad-frame figure div {
          height: 100%; }
        .latest-magazine-single .column-image .ipad-frame figure img {
          display: block;
          height: 100%;
          width: auto;
          margin: auto;
          object-fit: contain; }
      .latest-magazine-single .column-image .ipad-frame:before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(../../../assets/images/ipad-frame-overlay.png) center/100% auto no-repeat;
        mix-blend-mode: screen;
        pointer-events: none;
        z-index: 2; }
      .latest-magazine-single .column-image .ipad-frame:after {
        content: '';
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../../assets/images/ipad-frame.png) center/100% auto no-repeat;
        pointer-events: none;
        z-index: 3; }
  @media only screen and (min-width: 1080px) {
    .latest-magazine-single .column-text,
    .latest-magazine-single .column-image {
      width: 47.5%; }
    .latest-magazine-single .column-text {
      margin-right: 5%; } }
  @media only screen and (max-width: 1079.98px) {
    .latest-magazine-single {
      flex-direction: column-reverse;
      margin-top: 9rem;
      padding-bottom: 1.715rem; } }

/*# sourceMappingURL=single-magazine.css.map */
