<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.txt-process-contact-section-2 {
    z-index: 1;
  }
  .txt-process-contact-section-2:before {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 315px;
    position: absolute;
    background-color: #fff;
  }
  .txt-process-contact-section-2 .background_overlay {
    z-index: -2;
    background-color: rgba(3, 6, 23, 0.95);
  }
  .txt-process-contact-section-2 .txt-section-title-2 .txt_sec_title {
    color: #fff;
  }
  
  .txt-process-content-2 {
    padding-top: 40px;
  }
  .txt-process-content-2 .col-lg-3:last-child .txt-process-item-2:before {
    display: none;
  }
  .txt-process-content-2 .col-lg-3:nth-child(even) .txt-process-item-2:before {
    background-image: url(../img/misc/arrow-2.png);
  }
  
  .txt-process-item-2:before {
    top: 30px;
    right: -28%;
    content: "";
    width: 145px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/misc/arrow-1.png);
  }
  .txt-process-item-2 .process-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    border-radius: 100%;
    border: 1px solid #00DDD0;
    background-color: #1C1F2E;
    font-family: var(--txt-heading-2);
  }
  .txt-process-item-2 .process-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
  }
  .txt-process-item-2 .process-text p {
    margin: 0 auto;
    font-size: 16px;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .txt-contact-area-2 {
    padding: 35px;
    background: #FFF;
    border-radius: 30px;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  }
  .txt-contact-area-2 .txt-icon-mark {
    top: -10px;
    right: 10px;
    -webkit-animation: shake 5s infinite;
            animation: shake 5s infinite;
  }
  .txt-contact-area-2 .txt-icon-mark i {
    opacity: 0.07;
    color: #030617;
    font-size: 105px;
  }
  
  .txt-contact-text-area-2 {
    padding: 35px 30px;
    border-radius: 20px;
  }
  .txt-contact-text-area-2 .txt-section-title-2 .txt_sec_title {
    font-size: 38px;
    font-weight: 600;
  }
  .txt-contact-text-area-2 .txt-section-title-2 p {
    color: rgba(255, 255, 255, 0.9);
  }
  .txt-contact-text-area-2 .txt-contact-cta {
    padding: 25px;
    margin-top: 30px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#8F73FF), color-stop(45.27%, #5347FF), color-stop(57.66%, #4471FE), to(#21D3FD));
    background: linear-gradient(90deg, #8F73FF 0%, #5347FF 45.27%, #4471FE 57.66%, #21D3FD 100%);
  }
  .txt-contact-text-area-2 .txt-contact-cta h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 12px;
  }
  .txt-contact-text-area-2 .txt-contact-cta a {
    color: #fff;
    font-family: var(--txt-heading-2);
  }
  .txt-contact-text-area-2 .txt-contact-cta a i {
    font-size: 24px;
    margin-right: 10px;
  }
  
  .txt-contact-form-2 {
    padding-top: 25px;
  }
  .txt-contact-form-2 input, .txt-contact-form-2 textarea {
    width: 100%;
    height: 62px;
    border: none;
    padding-left: 25px;
    margin-bottom: 15px;
    border-radius: 50px;
    font-family: var(--txt-heading-2);
    background-color: rgba(3, 6, 23, 0.04);
  }
  .txt-contact-form-2 input::-webkit-input-placeholder, .txt-contact-form-2 textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(84, 86, 97, 0.7);
    font-family: var(--txt-heading-2);
  }
  .txt-contact-form-2 input::-moz-placeholder, .txt-contact-form-2 textarea::-moz-placeholder {
    font-size: 14px;
    color: rgba(84, 86, 97, 0.7);
    font-family: var(--txt-heading-2);
  }
  .txt-contact-form-2 input:-ms-input-placeholder, .txt-contact-form-2 textarea:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(84, 86, 97, 0.7);
    font-family: var(--txt-heading-2);
  }
  .txt-contact-form-2 input::-ms-input-placeholder, .txt-contact-form-2 textarea::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(84, 86, 97, 0.7);
    font-family: var(--txt-heading-2);
  }
  .txt-contact-form-2 input::placeholder, .txt-contact-form-2 textarea::placeholder {
    font-size: 14px;
    color: rgba(84, 86, 97, 0.7);
    font-family: var(--txt-heading-2);
  }
  .txt-contact-form-2 input:focus, .txt-contact-form-2 textarea:focus {
    outline: none;
  }
  .txt-contact-form-2 textarea {
    height: 175px;
    padding-top: 20px;
    border-radius: 20px;
  }
  .txt-contact-form-2 button {
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
    border: 1.5px solid #0053FE;
    color: var(--txt-title-color);
    padding: 18px 95px 17px 35px;
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    font-family: var(--txt-heading-2);
  }
  .txt-contact-form-2 button:before {
    top: 0;
    right: 0;
    left: auto;
    width: 0%;
    z-index: -1;
    height: 100%;
    content: "";
    border-radius: 50px;
    position: absolute;
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    background-size: 200%, 1px;
    background: linear-gradient(85deg, #00E9CC -0.78%, #0050FF 97.77%);
  }
  .txt-contact-form-2 button i {
    top: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--txt-gradient-2_2);
    border-radius: 0px 50px 50px 0px;
  }
  .txt-contact-form-2 button i:before {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .txt-contact-form-2 button:hover {
    color: #fff;
  }
  .txt-contact-form-2 button:hover:before {
    left: 0;
    right: auto;
    width: 100%;
    background-position: 120%;
  }
  .txt-contact-form-2 button:hover i {
    background-position: 120%;
  }
  .txt-contact-form-2 button:hover i:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  
  @media (max-width: 1100px) {
    .txt-process-item-2:before {
      display: none;
    }
  }
  @media (max-width: 991px) {
    .txt-process-item-2 {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 580px) {
    .txt-contact-text-area-2 .txt-section-title-2 .txt_sec_title {
      font-size: 30px;
    }
    .txt-contact-area-2,
    .txt-contact-text-area-2 {
      padding: 20px 15px;
    }
    .txt-contact-text-area-2 .txt-contact-cta {
      padding: 20px 15px;
    }
  }</pre></body></html>