#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #banner {
    position: absolute;
    width: 300px;
    height: 250px;
    cursor: pointer;
    overflow: hidden;
    font-family: Questrial, sans-serif;
    background-color: rgb(232, 232, 232);
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    pointer-events: none;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #frame1,
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #frame2,
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #frame3 {
    position: absolute;
    width: 100%;
    height: 100%;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #wrapper1 {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate( 0, -50% );
    padding: 20px;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #text1top {
    opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #line1 {
    display: block;
    width: 0px;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid transparent;
    margin: 0px auto 20px auto;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #text1bottom {
    opacity: 0;
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-align: center;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #text2 {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate( 0, -50% );
    padding: 20px;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-size: 29px;
    text-align: center;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #wrapper3 {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 50px;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #text3 {
    display: flex;
    opacity: 0;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #text3 p {
    width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #logo3 {
    position: relative;
    display: flex;
    opacity: 0;
    flex: 1;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #logo3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate( -50%, -50% );
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #button {
    position: absolute;
    opacity: 0;
    max-width: 280px;
    right: 10px;
    bottom: 10px;
    padding: 8px 22px;    
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(77, 77, 77);
    font-size: 14px;
    font-family: sans-serif;
    border-radius: 8px;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #button:hover {
    background-color: rgb(255, 152, 0);
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #transition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #ink {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    width: 2500%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    background-image: url( "../images/ink-571236efaee14.png" );
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #transition.opening #ink {
    -webkit-animation: sequence 1s steps(24);
    -moz-animation: sequence 1s steps(24);
    animation: sequence 1s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#blx-56fc4f333b4d904c0700002e-0000001.blx-56fc4f333b4d904c0700002e #transition.closing #ink {
    -webkit-animation: sequence-reverse 1s steps(24);
    -moz-animation: sequence-reverse 1s steps(24);
    animation: sequence-reverse 1s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes sequence {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes sequence {
  0% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes sequence {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}
@-moz-keyframes sequence-reverse {
  0% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}