/**/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
a {
  color: #222;
  text-decoration: underline; }
  a:hover {
    color: #fff; }

.bold {
  font-weight: 700 !important; }

.declaration {
  margin-top: 25px;
  font-size: 12px !important; }

main {
  height: 100vh;
  position: relative; }

.hidden {
  display: none; }

.pcz-logo {
  position: absolute;
  top: 25px; }

.p50 {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0; }
  .p50.p50-left {
    left: 0;
    -webkit-box-shadow: 0px 0px 52px 10px #1a1c32;
    -moz-box-shadow: 0px 0px 52px 10px #1a1c32;
    box-shadow: 0px 0px 52px 10px #1a1c32;
    text-align: center;
    width: 30%; }
    .p50.p50-left .line {
      width: 300px;
      height: 3px;
      margin-bottom: 25px;
      margin-top: 15px;
      background-color: rgba(0, 104, 205, 0.75);
      margin-left: -5px; }
    .p50.p50-left .btn {
      position: relative;
      margin-left: -5px;
      width: 300px;
      margin-bottom: 10px;
      padding-right: 10px;
      font-size: 14px; }
      .p50.p50-left .btn i {
        float: left;
        margin-top: 4px; }
      .p50.p50-left .btn:hover {
        font-weight: 400; }
      .p50.p50-left .btn i {
        margin-right: 10px; }
    .p50.p50-left p {
      font-size: 14px; }
    .p50.p50-left a {
      color: #fff;
      text-decoration: none; }
      .p50.p50-left a:hover {
        font-weight: 600; }
    .p50.p50-left h1 {
      font-family: Open Sans;
      font-size: 14px;
      line-height: 180%;
      margin-left: -20px; }
    .p50.p50-left footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center;
      color: #fff;
      z-index: 10;
      font-size: 12px; }
      .p50.p50-left footer a {
        color: #fff;
        text-decoration: none; }
        .p50.p50-left footer a:hover {
          text-decoration: underline; }
  .p50.p50-right {
    right: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%; }
    .p50.p50-right .content {
      padding: 0 25px;
      padding-bottom: 50px;
      height: 100vh;
      text-align: left;
      width: 100%;
      overflow-y: scroll; }
      .p50.p50-right .content .item {
        margin: 10px;
        background-color: #eee;
        padding: 20px 10px;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        font-weight: 600;
        position: relative; }
        .p50.p50-right .content .item.blue {
          background-color: rgba(1, 130, 255, 0.75);
          color: #fff; }
          .p50.p50-right .content .item.blue:hover {
            -webkit-box-shadow: 0px 0px 12px 10px rgba(103, 180, 255, 0.75);
            -moz-box-shadow: 0px 0px 12px 10px rgba(103, 180, 255, 0.75);
            box-shadow: 0px 0px 12px 10px rgba(103, 180, 255, 0.75); }
            .p50.p50-right .content .item.blue:hover i {
              color: #fff; }
          .p50.p50-right .content .item.blue i {
            color: #fff; }
        .p50.p50-right .content .item aside {
          font-size: 10px;
          font-family: Verdana;
          font-weight: 400;
          position: absolute;
          top: -15px;
          right: -25px;
          padding: 5px 10px;
          background-color: rgba(0, 104, 205, 0.75);
          color: #fff;
          text-transform: uppercase;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
          .p50.p50-right .content .item aside.red {
            background-color: #c00; }
        .p50.p50-right .content .item a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .p50.p50-right .content .item i {
          display: block;
          font-size: 50px;
          color: #ccc;
          margin-bottom: 10px; }
        .p50.p50-right .content .item:hover {
          -webkit-box-shadow: 0px 0px 12px 10px rgba(26, 28, 50, 0.2);
          -moz-box-shadow: 0px 0px 12px 10px rgba(26, 28, 50, 0.2);
          box-shadow: 0px 0px 12px 10px rgba(26, 28, 50, 0.2); }
          .p50.p50-right .content .item:hover i {
            color: rgba(0, 104, 205, 0.75); }
    .p50.p50-right h2 {
      font-weight: 900;
      font-size: 20px;
      text-align: left;
      color: rgba(0, 78, 154, 0.75);
      margin-left: 10px;
      margin-top: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .p50.p50-right h2 i {
        color: rgba(154, 205, 255, 0.75);
        margin-right: 10px; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 65, 129, 0.75);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.video-container {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: 'Open Sans', sans-serif; }
  .video-container video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .video-container .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, rgba(0, 104, 205, 0.75) 0%, rgba(0, 104, 205, 0.75) 50%, rgba(0, 104, 205, 0.75) 100%) !important; }
    .video-container .callout i.menu-btn {
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 40px;
      color: #fff;
      z-index: 10;
      padding: 10px;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      transition: all .5s ease-out;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .video-container .callout i.menu-btn:hover {
        background-color: rgba(0, 26, 52, 0.75); }

#contact {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px 5px 30px;
  background-color: rgba(0, 104, 205, 0.75);
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
  -webkit-box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.5);
  -moz-box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.5);
  box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.5); }
  #contact ul {
    list-style: none;
    padding: 0; }
    #contact ul li {
      display: inline-block; }
      #contact ul li img {
        height: 30px; }

#mobile {
  display: block;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 104, 205, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  color: #fff; }
  #mobile i {
    display: block;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
    margin-top: -150px; }
  @media (min-width: 1900px) {
    #mobile {
      display: none; } }

/*# sourceMappingURL=style.css.map */
