<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Inter", sans-serif;
}
@font-face {
  font-family: "Halogen";
  src: url("../fonts/Halogen-Black.otf") format("opentype");
  font-weight: bolder;
}
p {
  font-family: "inter", sans-serif !important;
}
.pixelfont-nopadding {
  font-family: "Press Start 2P", serif;
  font-size: 6px;
  font-weight: 200;
  font-style: normal;
}
.pixelfont {
  font-family: "Press Start 2P", serif;
  font-size: 6px;
  font-weight: 200;
  font-style: normal;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.custom-heading {
  font-family: "Halogen", sans-serif !important;
  font-weight: bolder !important;
}
.text-bg {
  text-shadow: 1px 1px rgba(243, 243, 243, 0.65);
}
/* =================================================================== */
.bg-light {
  background-color: #f6f6f6 !important;
}
.bg-light-split {
  background: rgb(246, 246, 246);
  background: linear-gradient(
    180deg,
    rgba(246, 246, 246, 1) 60%,
    rgba(255, 255, 255, 1) 40%
  );
}

.bg-red {
  background-color: #ec222e;
}
.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.2);
  height: 80%;
}
.bg-red-transparent {
  background-color: rgba(236, 34, 46, 0.4);
  /* opacity: 0.8; */
  /* filter: blur(1px); */
  height: 100%;
}
.bg-red-transparent-1 {
  background-color: rgba(236, 34, 46, 0.4);
  /* opacity: 0.8; */
  /* filter: blur(1px); */
  height: 50%;
}
.bg-grey-2 {
  background-color: #48494f;
}
.bg-grey {
  background-color: #d9d9d9;
}
.bg-grey1 {
  background-color: #b9b9b9;
}
.bg-secondary-subtle {
  background-color: #f0f0f0 !important;
}
.border-red {
  border-color: #f04e58 !important;
}
.border-red-2 {
  border: 1px solid #eb212d !important;
}
.bg-light {
  background-color: #f6f6f6 !important;
}
.bg-black {
  background-color: #1a1c23 !important;
}
.bg-dark {
  background-color: rgba(26, 28, 35, 0.95) !important;
  /* opacity: 0.6 !important; */
}
.text-danger {
  color: #eb2733 !important;
}
.text-red {
  color: #ec222e !important;
}
.border-5 {
  border-width: 10px !important;
}
.bg-web-01 {
  background-image: url("../img/web-01.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bg-footer {
  position: relative;
  background-image: url("../img/10footer/web-02.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.bg-footer &gt; * {
  position: relative;
  z-index: 2;
}

.grid-bg {
  height: auto;
  background-image: url("../img/grid.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.grid-bg-1 {
  height: 400px;
  background-image: url("../img/grid.png");
  background-size: contain;
  padding-top: 500px;
  background-position: calc(50%) calc(9% + 30px);
  background-repeat: no-repeat;
}
.bg-contour {
  background-image: url("../img/contour-4.png");
  background-size: 99%;
  background-position: 120vh 65%;
  background-repeat: no-repeat;
}

.progress-bar {
  background-color: #ec222e !important;
}
.progress {
  --bs-progress-bg: none !important;
  --bs-progress-border-radius: 0px !important;
}

.border-1 {
  border-width: 1.5px !important;
}

.border-boxes {
  position: relative;
  /* padding-left:65px !important; */
  padding: 50px 50px 30px 75px;
  border: #000000 1.5px solid;
}

.border-boxes::before {
  content: "";
  left: 35px;
  top: 35px;
  position: absolute;
  width: 100%;
  height: 100%;
  /* padding: 30px; */
  border: #ec222e 1.5px solid;
}

.border-boxes-1 {
  position: relative;
  padding: 55px 60px 30px 45px;
  border: #000000 1.5px solid;
}

.border-boxes-1::before {
  content: "";
  left: -35px;
  bottom: -35px;
  position: absolute;
  width: 100%;
  height: 100%;
  /* padding: 30px; */
  border: #ec222e 1.5px solid;
}

.left-border,
.right-border {
  position: relative;
  border-radius: 10px;
  padding: 1rem;
  border: 10px solid #ec222e;
}

.left-border {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.right-border {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.left-border::before {
  content: "AX-CH 011/2";
  white-space: nowrap;
  width: 100%;
  font-family: "Press Start 2P", serif;
  font-size: 6px !important;
  font-weight: 200;
  font-style: normal;
  position: absolute;
  bottom: 20px;
  right: 8px;
  color: #ec222e;
  font-weight: 600;
  transform: rotateZ(270deg);
}

.left-border::after {
  content: "\F211";
  font-family: "Material Design Icons";
  position: absolute;
  bottom: -18px;
  left: 40px;
  color: #ec222e;
}

.right-border::before {
  content: "UPD_L2";
  white-space: nowrap;
  width: 100%;
  font-family: "Press Start 2P", serif;
  font-size: 6px !important;
  font-weight: 200;
  font-style: normal;
  position: absolute;
  top: 24px;
  left: 6px;
  color: #ec222e;
  font-weight: 600;
  transform: rotateZ(270deg);
}

.right-border::after {
  content: "\F45F";
  font-family: "Material Design Icons";
  position: absolute;
  top: -17px;
  right: 40px;
  color: #ec222e;
}

.fastfrwd {
  height: 13px !important;
  line-height: 0.9 !important;
}

@media (max-width: 991px) {
  .bg-img {
    background-color: linear-gradient(
      180deg,
      rgba(246, 246, 246, 1) 0%,
      rgba(255, 255, 255, 1) 50%
    ) !important;
  }
  .img-fluid-1 {
    max-width: 85%;
    height: auto;
  }
}

@media (max-width: 599px) {
  .bg-contour {
    background-size: 190%;
    background-position: 15vh 5%;
  }
  .image-container {
    height: 350px !important;
  }

  .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 80%
    );
    z-index: 0;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .bg-contour {
    background-size: 150%;
    background-position: 45vh 5%;
  }
}
@media (max-width: 767px) {
  .btn-outline-dark {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 500;
    border-left: 6px solid #ffffff !important;
    position: relative;
  }
  .btn-outline-dark::after {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    width: 1px;
    height: 100%;
    background-color: #ffffff !important;
  }
  .border-boxes {
    padding: 60px 45px 45px 45px;
  }
  .border-boxes-1 {
    padding: 60px 45px 45px 45px;
  }
  .grid-bg-1 {
    background-position: calc(50%) calc(7% + 60px) !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .bg-contour {
    background-size: 200%;
    background-position: 20vh 15% !important;
  }
}
@media (min-width: 901px) and (max-width: 991px) {
  .bg-contour {
    background-size: 195%;
    background-position: 20vh 2% !important;
  }
}

@media (min-width: 1431px) and (max-width: 1535px) {
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .bg-contour {
    background-position: 80vh 65% !important;
  }
}
@media (min-width: 1260px) {
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
}

@media (min-width: 1536px) {
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
}
@media (min-width: 1289px) and (max-width: 1400px) {
  .bg-contour {
    background-position: 80vh 65% !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {
  .border-md-start-0 {
    border-left: none !important;
  }
  .grid-bg-1 {
    background-position: calc(50%) calc(6% + 30px);
  }
  .ball-right {
    top: -1% !important;
  }
  .ball-left {
    top: 9% !important;
  }
  .ball-right-down {
    bottom: 25% !important;
    left: 54% !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-boxes::before {
    left: 0px !important;
  }
  .border-boxes-1::before {
    left: 0px !important;
  }
  .bg-contour {
    background-size: 150%;
    background-position: 20vh 15%;
  }
}

@media (max-width: 991.98px) {
  /* lg breakpoint */
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-boxes::before {
    left: 0px !important;
  }
  .border-boxes-1::before {
    left: 0px !important;
  }
  .grid-bg-1 {
    background-position: calc(50%) calc(6% + 30px);
  }
}

.logos {
  height: 24px !important;
}
.btn-outline-dark-1 {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 500;
  border-left: 6px solid #212529;
  position: relative;
}
.btn-outline-dark-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 1px;
  height: 100%;
  background-color: #212529;
}

.btn-outline-dark {
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 500;
  border-left: 6px solid #212529;
  position: relative;
}
.btn-outline-dark::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 1px;
  height: 100%;
  background-color: #212529;
}

.btn-outline-light {
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 500;
  border-left: 6px solid #ffffff !important;
  position: relative;
}
.btn-outline-light::after {
  content: "";
  position: absolute;
  top: 0;
  right: 35px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.btn-outline-light-1 {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 500;
  border-left: 6px solid #ffffff !important;
  position: relative;
}
.btn-outline-light-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 1px; /* Creates the red stripe */
  height: 100%;
  background-color: #ffffff;
}

.top--2 {
  top: -2px !important;
}
.top--2 {
  top: -2px !important;
}

.bleed-img {
  margin-top: -50px;
  margin-bottom: -50px;
}
.logo-footer {
  height: 90px !important;
}

.bg-black {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.ball-left,
.ball-right,
.ball-right-down {
  position: absolute;
  z-index: -1;
  width: auto;
  opacity: 0.6;

  /* opacity: 0.8;  */
}

.ball-left {
  top: 15%;
  right: 55%;
}
@media (max-width: 1138px) {
  .image-container {
    position: relative;
    justify-content: start;
    align-items: start;
    height: 400px;
    overflow-y: hidden;
  }

  .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 80%
    );
    z-index: 0;
  }

  .image-container-1 {
    position: relative;
    justify-content: start;
    align-items: start;
    height: 400px !important;
    overflow-y: hidden;
  }

  .image-container-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 80%
    );
    z-index: 0;
  }
}
@media (max-width: 991.98px) {
  .ball-left {
    top: 10% !important;
    /* right: 55%; */
  }
  .ball-right {
    top: 2% !important;
  }
  .ball-right-down {
    bottom: 40% !important;
  }
}

.ball-right {
  top: -8%;
  left: 55%;
}

.ball-right-down {
  bottom: 9%;
  left: 62%;
}

.small-ele1 {
  top: 15%;
}

.white-box {
  background-color: rgba(255, 255, 255, 0.18);
  height: 250px !important;
  width: 100px !important;
}
.white-box-1 {
  background-color: rgba(255, 255, 255, 0.18);
  height: 170px !important;
  width: 150px !important;
}
.white-box-2 {
  background-color: rgba(255, 255, 255, 0.18);
  height: 80px !important;
  width: 80px !important;
}

.form-control {
  border-radius: 0px;
  background-color: #f0f0f0 !important;
  border: #1a1c23 1px solid !important;
}
.form-select {
  border-radius: 0px;
  background-color: #f0f0f0 !important;
  border: #1a1c23 1px solid !important;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0px !important;
  --bs-nav-pills-link-active-color: #000000 !important;
  --bs-nav-pills-link-active-bg: #ffffff !important;
}

.form-check-input[type="checkbox"] {
  border-radius: 0;
}
.form-check-input {
  border: 1px solid #000000 !important;
}
.form-check-input:checked {
  background-color: #ec222e;
  border-color: #ec222e !important;
}
.was-validated .form-check-input:valid:checked {
  background-color: #ec222e !important;
}
.was-validated .form-check-input:valid ~ .form-check-label {
  color: none;
}

.cryptotextarea {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 34, 46, 0.25) !important;
}
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 34, 46, 0.25) !important;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ec222e !important;
  box-shadow: 0 0 5px rgba(236, 34, 46, 0.5) !important;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ec222e !important;
  box-shadow: 0 0 5px rgba(236, 34, 46, 0.75) !important;
}
.was-validated .form-select:invalid,
.form-control.is-invalid {
  border-color: #ec222e !important;
  box-shadow: 0 0 5px rgba(236, 34, 46, 0.5) !important;
}

.was-validated .form-select:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ec222e !important;
  box-shadow: 0 0 5px rgba(236, 34, 46, 0.75) !important;
}
.upload-icon {
  cursor: pointer;
}

#successMessage {
  display: none;
  text-align: center;
  padding: 20px;
  border: 1px solid #ec222e;
  background: #ffffff;
  border-radius: 5px;
}

.was-validated .form-select:valid:not([multiple]):not([size]){
  --bs-form-select-bg-icon:none !important ;
}
.was-validated .form-control:valid{
  background-image: none !important;
}</pre></body></html>