<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
        font-family: Gotham A,Gotham B,Arial,Helvetica,sans-serif;
      }
      a {
        font-weight: bold;
        text-decoration: none;
      }
      a:hover {
        text-decoration: underline;
      }
      p {
        font-size: 0.875rem;
      }

      h1 {
        font-size: 24px;
        color: #1e1e1c;
        line-height: 35px;
        margin-top: 64px;
        margin-bottom: 35px; 
        letter-spacing: 3px;
        text-transform: uppercase;
        text-align: center;
      }

      h3 {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
      }
      .brand-svg-container {
        display: none!important;
      }
      .width-auto {
        flex: 0 0 100%!important;
        max-width: 100%!important;
      }
      .set-height {
        height: 100%!important;
        width: auto;
      }
      .change-position {
        position: absolute;
        top: 24px;
        right: 24px;
        border: none;
        /* height: auto; */
        /* max-height: 587px!important; */
      }
      .flex-grow-true {
        flex-grow: 1!important;
      }
      .maximise-video {
        position: absolute;
        z-index: 11;
        top: 24px;
        right: 24px;
        display: none;
      }
      .maximise-video svg {
        width: 20px;
        height: 20px;
      }
      .minimise {
          display: none;
        }
      @media(min-width: 1200px) {
        .fp-chat-container {
          /* width: 325px;  23.25%; */
          /* max-width:325px; */
          height: 100%; 
          /* display: inline-block;
           margin-left: 18px; 
          align-items: stretch;
          display: flex;
          flex-direction: column; */
        }
        .minimise {
          display: block;
        }

        .video-container {
          flex-grow: 1!important;
          flex-shrink: 1!important;
          padding-right: 9px!important;
        }

        .video-chat {
          width: 355px!important;
          max-width: 355px;
          padding-left: 9px!important;
        }
      }
      .fp-chat-container {
        /* height: 350px; */
        width: 100%; /* 23.25%; */
        max-width: 100%; 
        margin-left: 0;
      }
      

      /* @media(max-width: 1200px) {
        .fp-chat-container {
          width: 100%;   23.25%; 
          max-width: 100%; 
          display: inline-block;
          margin-left: 0;
        }
        .content-section .row {
          flex-wrap: wrap!important;
        }
      } */
      .fp-chat-header .heading {
        display: flex;
      }

      .fp-chat-header .heading h3 {
        margin-top: 4px;
        margin-left: 8px;
        margin-bottom: 0;
        font-weight: 600;
      }

      .fp-chat {
         height: 550px;
      }

      .fp-chat {
          position: relative;
          border: 1px solid #d8d8d8;
          background: #f7f7f7;
          display: flex;
          flex-grow: 1; 
        }

        .fp-chat iframe {
          position: absolute!important;
          top: 0;
          left: 0;
          width: 100%;
          height: 550px;
        }

        .fp-icons svg {
          fill: #ffffff;
        }

      @media(min-width: 1200px) {
        .fp-chat {
          height: calc(100% - 58px);
        }
        .fp-chat iframe {
          height: 100%;
        } 
      }

      .fp-chat-header {
        padding: 19px 22px;
        background: #1e1e1c;
        display: flex;
        justify-content: space-between;
      }

      .fp-chat-header .fp-icons svg {
        width: 20px;
        height: 20px;
      }

      .main-header.header-solid {
        position: relative;
        background-color: #1e1e1c;
      } 
      .main-header {
        display: block;
        position: absolute;
        top: 0;
        z-index: 5;
        width: 100%;
      }

      .header.container {
        padding-top: 26px;
        padding-bottom: 26px;
      }

      .header.container &gt; div {
        padding-left: 0;
      }

      .header.container .fp-icons &gt; svg {
        height: 1.0625rem;
      }

      .fp-stream {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
      }

      .content-section {
        margin-top: 64px;
        margin-bottom: 64px;
        flex: 1;
      }

      .content-section .row {
        /* flex-wrap: nowrap; */
        position: relative;
      }

      @media (min-width: 1200px) {
      .container {
          max-width: 1600px!important;
          padding-right: 32px;
          padding-left: 32px;
      }

      .content-section .row {
          flex-wrap: nowrap!important;
        }
    }

      /* @media (min-width: 1024px) {
      .container {
          padding-right: 32px;
          padding-left: 32px;
      }
    } */
      /* @media (min-width: 768px) {
          .container {
            padding-right: 32px;
            padding-left: 32px;
        }
      } */
      
      @media (min-width: 321px) {
        .container {
          padding-right: 16px;
          padding-left: 16px;
        }
        .container {
            padding-right: 16px;
            padding-left: 16px;
        }
      }
      

      /* @media (min-width: 1200px) {
      .container {
        max-width: 1464px;
      }
      .container {
           width: 100%; 
           margin-right: auto;
          margin-left: auto; 
        }
      } */
      
      *, :after, :before {
          box-sizing: border-box;
      }
      
      footer {
          background-color: #f7f7f7;
          padding: 0;
          margin-top: 0;
          /* position: fixed; */
          bottom: 0;
          width: 100%;
      }

      @media (min-width: 768px) {
        footer {
            height: inherit;
          }
          footer ul {
              margin-bottom:0;
          }
      }

      footer .row {
          margin: 0;
      }

      footer .footer-top {
          padding: 2rem 0;
      }

      @media (min-width: 768px) {
          footer .footer-top {
              padding:3rem 0 3.5rem;
          }
      }

      

      footer .footer-base {
          color: #999;
          padding: 2.5rem 0;
          background-color: #1e1e1c;
      }

      @media (min-width: 1024px) {
          footer .footer-base {
              padding:1.5rem 0 2rem;
          }
      }

      footer .footer-base .row {
          border-top: 1px solid #4f4f49;
          padding: 1rem 0;
      }

      footer .footer-base .row:first-child {
          border: none;
          padding-top: 0;
      }

      footer .footer-base .row:last-child {
          padding-bottom: 0;
      }

      @media (min-width: 768px) {
          footer .footer-base .row {
              padding:1.5rem 0 .25rem;
          }
      }

      footer .footer-base .logo {
          width: auto!important;
          padding: 0!important;
          margin-top: 6px;
          display: inline-block;
          line-height: 0;
      }

      footer .footer-base .logo .fp-icons svg {
          fill: #fff;
          width: 10.69rem;
          height: 1.063rem;
      }

      @media (min-width: 768px) {
          footer .footer-base .logo .fp-icons svg {
              width:13rem;
          }
      }

      footer .footer-base .links {
          margin: 0 0 1rem;
          padding: 0;
      }

      footer .footer-base .links li {
          display: inline-block;
          margin-right: 1rem;
      }

      footer .footer-base .links li:last-child {
          margin-right: 0;
      }

      footer .footer-base .links li a {
          color: #fff;
          font-size: .857em;
      }

      .logo-social-icons {
        height: 4.5rem;
        margin-bottom: 1.5rem!important;
      }

      .footer-logo {
        height: 1.2rem;
      }

      @media (min-width: 768px) {
          footer .footer-base .links li a {
              font-size:.875rem;
          }
          .logo-social-icons {
            height: inherit;
            margin-bottom: 1rem!important;
          }
      }

      footer .footer-base .card-icons,footer .footer-base .social-icons {
          margin-top: 2em;
      }

      @media (min-width: 768px) {
          footer .footer-base .card-icons,footer .footer-base .social-icons {
              margin-top:0;
          }
      }

      footer .footer-base .card-icons li,footer .footer-base .social-icons li {
          display: inline-block;
          margin-right: 1.5rem;
      }

      footer .footer-base .card-icons li:last-child,footer .footer-base .social-icons li:last-child {
          margin-right: 0;
      }

      footer .footer-base .card-icons li a,footer .footer-base .social-icons li a {
          width: 25px;
          height: 25px;
          display: inline-block;
          text-align: left;
          text-indent: -9999px;
          background-image: url("images/social-icons.svg");
          background-size: 25px 105px;
          background-repeat: no-repeat;
      }

       @media (max-width: 768px) {
        footer .footer-base .social-icons {
          padding: 0;
        }
       }

      @media (min-width: 768px) {
          footer .footer-base .card-icons li a,footer .footer-base .social-icons li a {
              width:30px;
              height: 30px;
              background-size: 30px 126px;
          }
      }

      footer .footer-base .card-icons li a.fb,footer .footer-base .social-icons li a.fb {
          background-position: 0 1px;
      }

      @media (min-width: 768px) {
          footer .footer-base .card-icons li a.fb,footer .footer-base .social-icons li a.fb {
              background-position:0 1px;
          }
      }

      footer .footer-base .card-icons li a.tw,footer .footer-base .social-icons li a.tw {
          background-position: 0 -19px;
      }

      @media (min-width: 768px) {
          footer .footer-base .card-icons li a.tw,footer .footer-base .social-icons li a.tw {
              background-position:0 -23px;;
          }
      }

      footer .footer-base .card-icons li a.ig,footer .footer-base .social-icons li a.ig {
          background-position: 0 -41px;
      }

      @media (min-width: 768px) {
          footer .footer-base .card-icons li a.ig,footer .footer-base .social-icons li a.ig {
              background-position:0 -47px;
          }
      }

      footer .footer-base .card-icons li a.yt,footer .footer-base .social-icons li a.yt {
          background-position: 0 -62px;
      }

      @media (min-width: 768px) {
          footer .footer-base .card-icons li a.yt,footer .footer-base .social-icons li a.yt {
              background-position:0 -73px;
          }
      }

      footer .footer-base .card-icons li a.hz,footer .footer-base .social-icons li a.hz {
          background-position: 0 -84px;
      }

      @media (min-width: 768px) {
          footer .footer-base .card-icons li a.hz,footer .footer-base .social-icons li a.hz {
              background-position:0 -98px;
          }
      }

      footer .footer-base .card-icons {
          margin: 2em 0 0;
      }

      @media (min-width: 768px) {
          footer .footer-base .card-icons {
              margin:.5em 0 0;
          }
      }

      footer .footer-base .card-icons li {
          margin-right: 1rem;
      }

      @media (min-width: 768px) {
          footer .footer-base .card-icons li {
              margin-right:1.5rem;
          }
      }

      footer .footer-base .card-icons li span {
          width: 50px;
          height: 30px;
          display: inline-block;
          text-align: left;
          text-indent: -9999px;
          background-image: url(../images/footer-card-icons.svg);
          background-size: 50px;
          background-repeat: no-repeat;
      }

      footer .footer-base .card-icons li span.mastercard {
          background-position: -2px 2px;
      }

      footer .footer-base .card-icons li span.maestro {
          background-position: 0 -40px;
      }

      footer .footer-base .card-icons li span.visa {
          background-position: 0 -80px;
      }

      footer .footer-base .card-icons li span.amex {
          background-position: 0 -120px;
      }

      footer .footer-base .card-icons li span.diners {
          background-position: 0 -162px;
      }

      footer .footer-base .card-icons li span.discover {
          background-position: 0 -190px;
      }

      footer .footer-base .footer-logos {
          margin: 0;
          padding: 0;
      }

      @media (min-width: 768px) {
          footer .footer-base .footer-logos {
              margin-top:.5rem;
          }
      }

      footer .footer-base .footer-logos li {
          display: inline-block;
          margin-right: 0;
          vertical-align: top
      }

      footer .footer-base .footer-logos li a {
          font-size: .625rem;
          color: #999;
          margin: 0 -.5rem
      }

      footer .footer-base .footer-logos li a IMG {
          margin: 0 .5rem 5px;
          display: inline-block;
          width: 3rem
      }

      footer .footer-base .footer-logos li a:hover {
          text-decoration: none
      }

      footer .footer-base .footer-logos li a IMG {
          margin-bottom: .625rem
      }

      footer .footer-base .footer-logos li a p {
          line-height: 1.5;
          display: inline-block;
          padding: 0
      }

      iframe {
        border: none;
        overflow-y: hidden;
        flex: 1 1 auto;
      }

      .close-video-container {
        position: absolute;
        z-index: 20;
        top: 24px;
        right: 24px;
        background: rgba(128, 128, 128, 0.5);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
      }

      .close-video svg {
        width: 24px;
        height: 24px;
      }

      .video {
        position: relative;
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;
        height: 100%;
        /* max-height: 552px; */
        /* max-height: 587px; */
        /* background: #1e1e1c;*/
      }

      video {
        position: absolute;
        width: 100%;
        height: auto!important;
        left: 50%!important;
        top: 50%!important;
        margin-right: 0px!important;
        /* transform: translate(0, 0)!important; */
        transform: translateX(50%);
        transform: translateY(-50%);
      }

      /* #fullscreen-message:-moz-full-screen {height:100%}
      #fullscreen-message:-webkit-full-screen {height:100%}
      #fullscreen-message:-ms-full-screen {height:100%}
      #fullscreen-message:full-screen {height:100%} */

      #fullscreen-message {
        display: none;
        width: 200px;
        background: rgba(255, 255, 255, 0.3);
        /* border: 1px solid #ffffff; */
        padding: 16px;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        position: absolute;
        z-index: 11!important;
        top: 25px;
        left: 50%;
        z-index: 0;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
      }

      .full-width-video {
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
      }

      .play-icon-light, .play-icon-dark {
        display: inline-block;
        text-indent: -9999px;
        position: absolute;
        background-size: 3rem;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        width: 3rem;
        height: 3rem;
        border: none;
        outline: none;
        cursor: pointer;
      }
.play-icon-light:focus, .play-icon-light:active, .play-icon-dark:focus, .play-icon-dark:active {
  outline: none;
}
@media (min-width: 768px) {
  .play-icon-light, .play-icon-dark {
    background-size: 6rem;
    width: 6rem;
    height: 6rem;
  }
}

.play-icon-dark {
  background-image: url(./images/fp-play.svg);
}

.play-icon-light {
  background-image: url(./images/fp-play-white.svg);
}

.video-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.8);
  width: 95%;
  height: 40px;
  position: absolute;
  z-index: 10;
  bottom: 5%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.750rem;
  transition: opacity 1s ease-in-out;
}
  .video-controls .pause-video, .video-controls .fullscreen-video, .video-controls .toggle-mute, .video-controls .toggle-unmute {
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    width: 1.250rem;
    height: 1.250rem;
    background-size: 1.250rem;
    float: right; }
    .video-controls .pause-video:focus, .video-controls .pause-video:active, .video-controls .fullscreen-video:focus, .video-controls .fullscreen-video:active, .video-controls .toggle-mute:focus, .video-controls .toggle-mute:active, .video-controls .toggle-unmute:focus, .video-controls .toggle-unmute:active {
      outline: none; }
  .video-controls .pause-video {
    background-image: url(./images/fp-pause-white.svg);
    float: left; }
  .video-controls .fullscreen-video {
    background-image: url(./images/fp-fullscreen-white.svg); }
  .video-controls .toggle-mute {
    background-image: url(./images/fp-volume-mute-white.svg);
    margin-right: 0.625rem; }
  .video-controls .toggle-unmute {
    background-image: url(./images/fp-volume-up-white.svg);
    margin-right: 0.625rem; }

/* .asset-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
} */

#playerDiv {
    /* width: 100%!important; */
    height: 0%!important;
    position: relative;
    padding-bottom: 56.25%;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;

}

#playerDiv iframe {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#playerDiv .time {
  color: #ffffff;
}

.remove-border {
  border: none;
}
@media(max-width: 1400px) {
  .content-section row {
    max-width: 100%;
  }
}
</pre></body></html>