<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-padding-top: 110px;
}

@media (max-width: 499px) {
    .header-title {
        font-size: 28px !important;
        line-height: 36px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .faq_section_subtitle {
        font-size: 16px !important;
        line-height: 30px !important;
        padding-bottom: 12px !important;
        margin-bottom: 0px !important;
    }
    .faq_section_text{
        font-size: 16px !important;
        line-height: 30px !important;
        margin-top: 0 !important;
    }
    .form-subtitle {
        font-size: 20px !important;
    }
    .gb-title{
        font-size: 16px !important;
        padding-top: 32px !important;
    }
    .section-faq{
        padding: 0 35px 64px 35px !important;
    }
    .right-pad{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .left-pad{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .form-group{
        margin: 16px 0 0 0 !important;
    }
    .form-control:focus + .control-label {
        top: 9px !important;
    }
    .form-group.label-floating label.control-label{
        top: 39px;
    }
    .form-control:valid:not(:placeholder-shown) + label.control-label {
        top: 9px !important;
    }
    .error:invalid:not(:placeholder-shown) + label.control-label {
        top: 9px !important
    }
    .form-title{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .form-subtitle {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .faq-form{
        padding-top: 64px !important;
    }
    .email_error{
        margin-top: 0 !important;
    }
    .btn_faq_header_box{
        width: 184px !important;
    }
    .btn_faq_header_txt{
        top: 13px !important;
        font-size: 15px !important;
    }
    .btn_faq_header_base{
        height: 50px !important;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .container-faq{
        max-width: 100% !important;
        width: 100% !important;
    }
    .header-title {
        font-size: 40px !important;
    }
    .faq_section_title {
        font-size: 36px !important;
        padding-bottom: 20px !important;
    }
    .form-subtitle {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .faq_section_text{
        font-size: 16px !important;
        line-height: 30px !important;
        margin-top: 0 !important;
    }
    .form-group.label-floating label.control-label{
        top: 51px;
    }
    .form-control:focus + .control-label {
        top: 20px !important;
    }
    .form-title{
        font-size: 36px !important;
        line-height: 30px !important;
    }
    .faq-form{
        padding-top: 64px !important;
    }
    .email_error{
        margin-top: 0 !important;
    }
    .section-faq{
        padding-left: 15px;
        padding-right: 15px;
    }
    .right-pad{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .left-pad{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .faq_section_title {
        font-size: 36px !important;
    }
    .form-subtitle {
        font-size: 20px !important;
    }
    .section-faq{
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .right-pad{
        padding-right: 30px !important;
    }
    .left-pad{
        padding-left: 30px !important;
    }
    .form-group.label-floating label.control-label{
        top: 51px;
    }
    .form-control:focus + .control-label {
        top: 20px !important;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .form-group.label-floating label.control-label{
        top: 51px;
    }
    .form-control:focus + .control-label {
        top: 20px !important;
    }
    .section-faq{
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .right-pad{
        padding-right: 30px !important;
    }
    .left-pad{
        padding-left: 30px !important;
    }
}

@media (min-width: 1200px) {
    .container-faq{
        max-width: 1193px !important;
    }
    .form-group.label-floating label.control-label{
        top: 51px;
    }
    .form-control:focus + .control-label {
        top: 20px !important;
    }
}

.container-faq{
    margin: auto;
}

.header {
    position: relative;
    z-index: 1;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 247, 248, 1) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(245, 247, 248, 1) 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(245, 247, 248, 1) 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 40px;
}

.header-btn {
    text-decoration: none;
    color: #fff;
}

.header-title {
    color: #3F4960;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 56px;
    padding-top: 16px;
    max-width: 930px;
    margin: auto;
    margin-bottom: 72px;
}

.gb-title{
    font-size: 24px;
    line-height: 43px;
    font-weight: 300;
    text-align: center;
    color: #454F64;
    padding-top: 110px;
}

.post_success {
    display: none;
    max-width: 820px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
}

.post_success.active {
    display: block;
    font-weight: 300;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.success_icon{
    display: none;
    text-align: center;
}

.success_icon.active{
    display: block;
    text-align: center;
}

.submit-btn-box.hide{
    display: none;
}

.post_error {
    display: none;
    max-width: 820px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.post_error.active {
    display: block;
    max-width: 820px;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    margin-top: 10px;
    font-size: 22;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ask_button {
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    border: none;
    padding: 13px 26px 11px;
    letter-spacing: 1px;
    background-color: #009ed9;
}

.ask_button:hover {
    background: #006288;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.section-faq {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F5F7F8;
}

.faq_section_title {
    text-align: center;
    font-size: 46px;
    padding-bottom: 60px;
}

.faq_section_subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #15A0DA;
    line-height: 36px;
    padding-top: 20px;
    margin-bottom: 24px;
}

.faq_section_text {
    color: #3F4960;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
}

.faq_text_link {
    color: #009ed9;
}

.faq_text_link:hover {
    color: #009ed9;
}

.form-control, .form-group .form-control {
    color: white;
    border: 3px solid #FFFFFF26;
    border-radius: 200px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 20px;
}

.error {
    border: 3px solid #d90000;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
}

.form-group.label-floating label.control-label {
    font-size: 16px;
    line-height: 1.42857143;
    left: 40px;
    color: white;
}

.form-control:focus + .control-label {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px !important;
    line-height: 1.07142857 !important;
    color: #27A1D8 !important;
    left: 55px !important;
    background-color: #1C2A39 !important;
}

.form-control:focus ~ .email_error {
    display: none !important;
}

.form-control:focus ~ .website_error {
    display: none !important;
}

.form-control:focus{
    background-color: rgba(39, 161, 216, 0.1) !important;
    border: 3px solid #27A1D8 !important;
    color: white !important;
}

.form-control:focus, .form-control .form-group {
    border: 3px solid #27A1D8;
    transition-duration: 0.3s !important;
}

.error:required:invalid:not(:placeholder-shown), .error {
    outline: 0 !important;
    border: 3px solid #d90000;
    box-shadow: none !important;
    transition-duration: 0.3s !important;
}

.error:invalid:not(:placeholder-shown), .error {
    outline: 0 !important;
    border: 3px solid #d90000;
    box-shadow: none !important;
    transition-duration: 0.3s !important;
}

#firstname-input .form-control:focus label.control-label .form-group.label-floating {
    top: 7px;
    font-size: 12px;
    line-height: 1.07142857;
    
}

.form-group.label-floating label.control-label {
    will-change: left,top,contents;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-static label.control-label {
    position: absolute;
    pointer-events: none;
    transition: .2s ease all;
}

.control-label {
    color: #666;
}

#ask .form {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    max-width: 850px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
}

.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0 0;
}

.form-control {
    margin-bottom: 7px;
}

.error:invalid:not(:placeholder-shown) + label.control-label {
    top: 20px;
    font-size: 12px;
    line-height: 1.07142857;
    left: 55px !important;
    background-color: #1C2A39;
    padding-left: 5px;
    padding-right: 5px;
}


.form-control:required:valid + label.control-label {
    top: 16px;
    font-size: 12px;
    line-height: 1.07142857;
    
}

.form-control:valid:not(:placeholder-shown) + label.control-label {
    top: 20px;
    left: 55px;
    background-color: #1C2A39;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 1.07142857;
}

.form-control:invalid:not(:placeholder-shown) + label.control-label {
    top: 20px;
    left: 55px;
    background-color: #1C2A39;
    padding-left: 5px;
    padding-right: 5px;
    color: #d90000;
    font-size: 12px;
    line-height: 1.07142857;
}

.form-group label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    
}

.faq-form {
    z-index: 1;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #1C2A39;
    opacity: 0.9;
}

.form-title {
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 46px;
    margin-bottom: 36px;
}

.form-subtitle {
    font-size: 21px;
    color: white;
    margin-bottom: 72px;
    line-height: 36px;
    text-align: center;
    font-weight: 300;
    margin: auto;
    max-width: 700px;
    
}

.form-group textarea {
    resize: none;
}

textarea.form-control {
    height: auto;
}

.error:required:invalid:not(:placeholder-shown) ~ .email_error {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #d90000;
    position: absolute;
}

.form-control:invalid:not(:placeholder-shown) ~ .website_error{
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #d90000;
    position: absolute;
}

.email_error {
    display: none;
    position: absolute;
    margin-left: 28px;
    font-size: 12px;
    font-weight: 300;
    color: #d90000;
    bottom: -25px;
}

.website_error {
    display: none;
    position: absolute;
    margin-left: 28px;
    font-size: 12px;
    font-weight: 300;
    color: #d90000;
    bottom: -25px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.submit-btn{
    background: none;
    border: none;
    color: white;
    font-weight: 800;
    width: 100%;
    margin: auto;
}

.submit-btn:hover{
    cursor: pointer;
}


.btn_submit_box{
    position: relative;
    width: 230px;
    text-align: center;
    margin: auto;
}
.btn_submit_base{
  display: block;
  position: relative;
  padding-right: 30px;
  padding-left: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 6px 30px rgb(0 158 217 / 35%);
  background: transparent linear-gradient(78deg, rgba(0, 158, 217, 1) 0%, rgba(54, 208, 220, 1) 100%) 0% 0% no-repeat padding-box;
  color: white;
  border: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  z-index: 1;
  height: 70px;
}
.btn_submit_txt{
    display: block;
    z-index: 10;
    position: absolute;
    top: 22px;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: 800;
    font-size: 22px;
    white-space: nowrap;
    transform: scale(0.95);
    color: white;
    text-transform: capitalize;
}

.btn_submit_txt:hover{
    text-decoration: none;
    color: white;
}

.btn_submit_box:hover .btn_submit_base {
    transform: scale(0.95);
    box-shadow: none;
    z-index: 2;
}

.btn_submit_base::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.040);
  border: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  z-index: 1;
  height: 70px;
  transform: scale(0, 1);
  transition: 0.3s;
}

.btn_submit_box:hover .btn_submit_base::after{
  transition: 0.3s;
  transform: scale(1);
}

.right-pad{
    padding-right: 60px;
    padding-left: 0;
}

.left-pad{
    padding-left: 60px;
    padding-right: 0;
}

.btn_faq_header_box{
    position: relative;
    width: 287px;
    text-align: center;
    margin: auto;
}
.btn_faq_header_base{
  display: block;
  padding-right: 30px;
  padding-left: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 6px 30px rgba(0, 158, 217, 0.35);
  background: transparent linear-gradient(78deg, rgba(0, 158, 217, 1) 0%, rgba(54, 208, 220, 1) 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(12deg, rgba(0, 158, 217, 1) 0%, rgba(54, 208, 220, 1) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(12deg, rgba(0, 158, 217, 1) 0%, rgba(54, 208, 220, 1) 100%) 0% 0% no-repeat padding-box;
  color: white;
  border: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  z-index: 1;
  height: 70px;
}
.btn_faq_header_txt{
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: 800;
    font-size: 22px;
    white-space: nowrap;
    transform: scale(0.95);
    color: white;
    text-transform: capitalize;
}

.btn_faq_header_txt:hover{
    text-decoration: none;
    color: white;
}

.btn_faq_header_box:hover .btn_faq_header_base {
    transform: scale(0.95);
    box-shadow: none;
    z-index: 2;
}

.btn_faq_header_base::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.040);
  border: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  z-index: 1;
  height: 70px;
  transform: scale(0, 1);
  transition: 0.3s;
}

.btn_faq_header_box:hover .btn_faq_header_base::after{
  transition: 0.3s;
  transform: scale(1);
}

textarea{
    font-family: Jakarta !important;
}

input:-webkit-autofill + label.control-label {
    top: 16px;
    font-size: 12px;
    line-height: 1.07142857;
    color: #fff !important;
}

input:-webkit-autofill
{
    box-shadow: 0 0 0px 1000px #F5F7F8 inset;
    background-color: #F5F7F8 !important;
    color: #fff !important;
    background-clip: content-box;
    -webkit-text-fill-color: #fff !important;
    height: 0px;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    font-size: 1rem !important;
    font-family: Jakarta !important;
    border: 3px solid #FFFFFF26 !important;
}

input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-webkit-autofill::first-line
{
    font-size: 1rem !important;
    font-family: Jakarta !important;
}

@media (min-width: 768px){
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.btn-header{
    justify-content: center;
}

.gbcta {
    --background: linear-gradient(45deg, #15A0DA, #36D0DC);
    --shadowcolor: 0, 158, 217;
    --color: #FFFFFF;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
    flex: 0 0 auto;
    align-self: flex-start;
    text-decoration: none;
    position: relative;
  }
  .gbcta::before{
      background: var(--background);
      border-radius: 1000em;
      transition: transform 250ms ease-in-out;
      z-index: 0;
      box-shadow: 0 6px 30px rgba(var(--shadowcolor), 0.35);
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transform-origin: center;
  }
  .gbcta::after{
      z-index: 1;
      transform: scale(0.3, 1);
      opacity: 0;
      border-radius: 1000em;
      background-color: rgba(255, 255, 255, 0.1);
      transition: transform 200ms, opacity 175ms;
      transition-timing-function: linear; 
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      transform-origin: center;
  }
  .gbcta:hover{
    text-decoration: none;
  }
    .gbcta-txt{
      position: relative;
      z-index: 2;
      color: var(--color);
      font-size: 22px;
      font-weight: 800; 
  }
    .gbcta:hover::before{
      transform: scale(0.95);
      box-shadow: none;
  }
    .gbcta:hover::after {
      transform: scale(0.95, 0.95);
      opacity: 1; 
  }
    .gbcta--lvlone{
      height: 70px;
      max-height: 70px;
      padding: 0 50px; 
  }
    .gbcta--lvltwo{
      height: 56px;
      max-height: 56px;
      padding: 0 30px; 
  }
  
  @media screen and (max-width: 768px){
    .gbcta--lvlone{
      height: 50px;
      max-height: 50px; }
      .gbcta--lvlone .gbcta-txt{
        font-size: 15px; } }</pre></body></html>