<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
  color: #fff !important;
  font-weight: 700;
  font-size: 21px !important;
  text-transform: capitalize !important; }

.site-header {
  position: relative;
  z-index: 1; }

.uk-navbar-item,
.uk-navbar-nav &gt; li &gt; a,
.uk-navbar-toggle {
  min-height: 92px; }
  @media (max-width: 960px) {
    .uk-navbar-item,
    .uk-navbar-nav &gt; li &gt; a,
    .uk-navbar-toggle {
      min-height: 90px; } }

@media (max-width: 960px) {
  .uk-navbar-nav {
    gap: 25px; } }

.uk-navbar-nav &gt; li &gt; a {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em; }

.mob-button {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px; }

.mob-menu {
  list-style: none;
  padding: 0 !important;
  margin: 0; }
  .mob-menu li {
    border-bottom: 1px solid #eee; }
    .mob-menu li:last-child {
      border-bottom: 0; }
    .mob-menu li a {
      text-transform: uppercase;
      color: #222;
      font-size: 16px;
      padding: 10px 0;
      display: block; }
      .mob-menu li a:hover {
        text-decoration: none;
        color: #178e79; }

.lang-btn {
  outline: inherit;
  background-color: transparent;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lang-btn svg {
    margin-right: 6px; }

.ast-arrow-svg {
  height: 0.6em;
  width: 0.6em;
  position: relative;
  margin-left: 10px;
  fill: currentColor; }
  .modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: #0006;
    text-align: center;
}
.modal__content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    display: inline-block;
    box-shadow:
        0 4px 8px #0003,
        0 6px 20px #00000030;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    width: 80%;
    max-width: 498px;
    border-radius: 20px;
}
.modal__content iframe {
    width: 100% !important;
}

.hero-form {
  font-family: sans-serif;
  font-size: 16px;
  background: #fff;
  padding: 30px   20px;
  color: #222;
  width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
}
.lang-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .lang-menu ul a {
    color: #222;
    padding: 5px 0;
    display: block; }
    .lang-menu ul a img,
    .lang-menu ul a svg {
      margin-right: 10px; }

.site-footer {
  background-color: #fff;
  color: #8694ad;
  background-image: url(../images/footer.png);
  padding: 120px 0 0 0;
  font-size: 12px; }
  .site-footer .footer-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 960px) {
      .site-footer .footer-nav {
        display: block;
        text-align: center; } }
    .site-footer .footer-nav li {
      display: inline-block; }
      .site-footer .footer-nav li a {
        color: #080f5b;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 15px 20px;
        text-decoration: none;
        font-size: 17px;
        text-transform: uppercase; }
        .site-footer .footer-nav li a:hover {
          color: #15db95; }
  .site-footer .logo {
    color: #222 !important; }

.site-footer p {
  font-size: 14px;
  color: #8694ad; }

.copyright {
  color: #8694ad !important; }
  .copyright a {
    color: #8694ad; }
    .copyright a:hover {
      color: #d5d7e1; }

.footer-top {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 5px; }

.footer-bottom {
  margin-top: 20px;
  padding: 25px 0; }

.copyright {
  font-size: 14px;
  color: #fff; }
  .copyright span {
    font-weight: 500;
    color: #fff; }
  @media (max-width: 960px) {
    .copyright {
      font-size: 12px; } }

@media (max-width: 960px) {
  .order-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.p-foter {
  color: #8694ad !important;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500; }

.footer-last {
  background-color: #080f5b;
  color: #eeeeee;
  padding: 20px 0;
  font-size: 14px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  line-height: 1.7;
  font-size: 17px;
  color: #111;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

h2,
h1,
.uk-h1,
.uk-h2 {
  font-weight: bold; }

h3 {
  font-weight: bold; }

.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

.site-content {
  position: relative; }

.site-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.uk-container {
  max-width: 1160px; }

.hero-section {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: -93px;
  padding-top: 185px;
  padding-bottom: 120px;
  background-color: #252424;
  color: #ffffff;
  background-image: url(../images/pattern-dark.jpeg);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 960px) {
    .hero-section {
      padding-top: 120px;
      padding-bottom: 40px;
      background-position: center center; } }
  .hero-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #15db95; }
    @media (max-width: 960px) {
      .hero-section h1 {
        font-size: 35px;
        padding: 0 20px 30px; } }
  .hero-section .desc {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 400; }
    @media (max-width: 960px) {
      .hero-section .desc {
        font-size: 22px; } }
  .hero-section .hero-form {
    max-width: 428px;
    background-color: #3b53a3;
    padding: 40px 20px;
    border-radius: 30px; }
    .hero-section .hero-form h3 {
      font-size: 35px;
      color: #fff;
      line-height: 1.4;
      text-align: center; }
  .hero-section .iti--allow-dropdown {
    width: 100%; }

.hero-container {
  max-width: 970px; }

.uk-input,
.uk-select,
.uk-textarea {
  padding: 0 15px;
  background: #fff;
  color: #333;
  border: 1px solid #818a91;
  border-radius: 2px; }

.uk-input,
.uk-select {
  height: 55px; }

.btn-submit {
  background-color: #e4c580;
  color: #0d19a3;
  border-radius: 50px;
  text-transform: uppercase;
  width: 100%;
  height: 46px;
  font-weight: bold;
  text-align: center;
  border: 0;
  outline: inherit;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .btn-submit:hover {
    background-color: #080f5b;
    color: #e4c580; }

.stk-block-text {
  font-size: 8.7px !important;
  color: #141313 !important;
  line-height: 1.5em !important;
  font-weight: 600 !important;
  margin-top: 10px; }
  .stk-block-text p:last-child {
    margin-bottom: 0; }
  .stk-block-text a {
    color: #5dbcc9;
    font-weight: 600; }

.uk-section-dark {
  font-size: 14px;
  background-color: #080f5b;
  color: #fff; }
  .uk-section-dark a {
    color: #15db95; }
    .uk-section-dark a:hover {
      color: #fff; }
  .uk-section-dark .uk-grid-divider &gt; :not(.uk-first-column)::before {
    border-left: 2px solid #e4c580; }
  .uk-section-dark .uk-grid-divider.uk-grid-stack &gt; .uk-grid-margin::before {
    border-top: 2px solid #e4c580; }

.uk-section-muted {
  background-color: #f4e4c1;
  color: #111; }

h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4; }

h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4; }

.ld {
  color: #111; }
  .ld:hover {
    color: #444444;
    text-decoration: none; }

.tg {
  color: #15db95; }

.td {
  color: #080f5b; }

.f17 {
  font-size: 17px; }

a.cu-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 20px;
  background-color: #15db95;
  color: #080f5b;
  font-weight: bold;
  text-decoration: none; }
  a.cu-button:hover {
    background-color: #e4c580;
    color: #080f5b; }

.cu-button-2 {
  background-color: #1e73be !important;
  color: #fff !important; }
  .cu-button-2:hover {
    background-color: #444444 !important; }

.border-box {
  padding: 40px;
  border-radius: 20px;
  border-top: 8px solid #a7d1d2;
  background-color: #f7f8f9;
  text-align: center; }
  .border-box .box-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -80px;
    margin-bottom: 30px; }
  .border-box h3 {
    font-size: 22px;
    font-weight: 700; }
  .border-box .gb-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    text-align: center;
    padding: 16px;
    border-radius: 50px;
    background-color: #63898c;
    color: #fff;
    text-decoration: none; }
    .border-box .gb-icon svg {
      width: 40px;
      height: 40px;
      fill: currentColor; }

.icon-clean {
  text-align: center; }
  .icon-clean h3 {
    margin-top: 0px;
    color: #080f5b; }
  .icon-clean p {
    font-style: italic; }
  .icon-clean .gb-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.5em;
            column-gap: 0.5em;
    margin-bottom: 20px;
    color: #15db95;
    text-decoration: none; }
    .icon-clean .gb-icon svg {
      width: 2.5em;
      height: 2.5em;
      fill: currentColor; }

.uk-section-bg {
  background-image: url(../images/footer.png); }
  .uk-section-bg .cu-button {
    color: #fff; }
    .uk-section-bg .cu-button:hover {
      background-color: #111111;
      color: #fff; }

.box-border {
  text-align: center; }
  .box-border .gb-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.5em;
            column-gap: 0.5em;
    margin-bottom: 20px;
    color: #15db95;
    text-decoration: none; }
    .box-border .gb-icon svg {
      width: 2.5em;
      height: 2.5em;
      fill: currentColor; }
  .box-border h3 {
    margin-top: 0px;
    color: #f4e4c1; }

.uk-accordion-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #080f5b;
  overflow: hidden;
  padding: 17px; }
  .uk-accordion-title a {
    color: #080f5b; }

.uk-accordion-title:hover {
  color: #080f5b; }

.uk-open .uk-accordion-title {
  border-bottom: 1px solid #d1dfee; }

.uk-accordion li {
  border: 1px solid #d1dfee;
  margin-bottom: 20px;
  background-color: #fdfeff; }

.uk-accordion-content {
  padding: 0 17px 15px; }

.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
  border-color: #000; }

.rank-math-total-wrapper .rank-math-total {
  border: 0;
  display: block;
  margin: 0;
  width: auto;
  float: left;
  text-align: left;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.rank-math-review-notes {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }
  .rank-math-review-notes h4 {
    font-weight: bold; }
  .rank-math-review-notes ol,
  .rank-math-review-notes ul {
    margin: 0 0 1.5em 3em;
    padding: 0; }

.f_hp {
  width: 100%; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%; }

.wp-block-table {
  overflow: scroll; }

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1); }

th {
  font-weight: 700; }

th {
  border-width: 0 1px 1px 0; }

td,
th {
  padding: 8px; }

td {
  border-width: 0 1px 1px 0; }

.f_hp td {
  width: 25%; }

.bnr-section {
  background-color: #fff;
  background-image: url(../images/pattern-dark.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #e0f4f5;
  padding-top: 184px;
  padding-bottom: 133px;
  margin-top: -94px; }
  @media (max-width: 960px) {
    .bnr-section {
      padding-top: 120px;
      padding-bottom: 90px; } }
  .bnr-section h1 {
    color: #fff; }
    @media (max-width: 960px) {
      .bnr-section h1 {
        font-size: 40px; } }

.heading-br {
  display: inline-block;
  padding-left: 20px;
  border-left: 3px solid #15db95;
  color: #15db95; }

.gb-container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #1e73be;
  color: #fff; }
  @media (max-width: 960px) {
    .gb-container-flex {
      display: block; } }

.gc-bg {
  background-image: url(../images/bitevex360-Benefits-min-scaled.jpeg); }
  @media (max-width: 960px) {
    .gc-bg {
      min-height: 500px; } }

.gc-col {
  width: 50%;
  padding: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 960px) {
    .gc-col {
      width: 100%;
      padding: 60px 40px; } }
  .gc-col h3 {
    color: #fff; }

.box-ico {
  padding: 0 40px 40px 40px;
  border-top: 8px solid #080f5b;
  border-right: 0px solid #080f5b;
  border-bottom: 8px solid #080f5b;
  border-left: 0px solid #080f5b;
  background-color: #fafafa;
  text-align: center; }
  @media (max-width: 960px) {
    .box-ico {
      margin-top: 40px; } }
  .box-ico .gb-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    text-align: center;
    padding: 18px;
    border-radius: 50px;
    border: 8px solid #080f5b;
    background-color: #ffffff;
    color: #15db95;
    text-decoration: none;
    margin-top: -90px; }
    .box-ico .gb-icon svg {
      width: 2.2em;
      height: 2.2em;
      fill: currentColor; }
  .box-ico p {
    text-align: left; }

.contact-form {
  padding: 40px 20px;
  border-radius: 30px;
  background-color: #3b53a3;
  max-width: 440px; }
  .contact-form label {
    display: none; }
  .contact-form .from-submit {
    background-color: #e4c580;
    color: #0d19a3;
    border-radius: 50px;
    text-transform: uppercase;
    width: 100%;
    height: 46px;
    font-weight: bold;
    text-align: center;
    border: 0;
    outline: inherit;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .contact-form .from-submit:hover {
      background-color: #080f5b;
      color: #e4c580; }

.uk-textarea {
  padding: 14px 16px;
  border-radius: 2px; }

.uk-input {
  border-radius: 2px; }

.iti--allow-dropdown {
  width: 100%; }

.contact-info .gb-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 50px;
  background-color: #a7d1d2;
  color: #fff;
  text-decoration: none; }
  .contact-info .gb-icon svg {
    width: 2.3em;
    height: 2.3em;
    fill: currentColor; }

.f35 {
  font-size: 35px; }

.con-info h3 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #080f5b; }
.con-info a {
  color: #080f5b; }
  .con-info a:hover {
    text-decoration: none; }
.con-info .gb-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
  background-color: #15db95;
  color: #fff;
  text-decoration: none; }
  .con-info .gb-icon svg {
    width: 2em;
    height: 2em;
    fill: currentColor; }

.vc-page h2 {
  color: #15db95; }
.vc-page a {
  color: #15db95; }
  .vc-page a:hover {
    color: #000;
    text-decoration: none; }

.box-bold {
  padding: 40px;
  border-radius: 20px;
  background-color: #080f5b;
  color: #ffffff;
  text-align: center; }
  .box-bold h3 {
    color: #fff; }
  .box-bold .gb-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #15db95; }
    .box-bold .gb-icon svg {
      width: 50px;
      height: 50px;
      fill: currentColor;
      margin: 0 auto; }

.g1 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f5f9fc), color-stop(30%, #ffffff));
  background-image: linear-gradient(90deg, #f5f9fc 30%, #ffffff 30%); }

.g2 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #f5f9fc), color-stop(30%, #ffffff));
  background-image: linear-gradient(270deg, #f5f9fc 30%, #ffffff 30%); }

.lang-mob {
  padding: 8px 0; }
  .lang-mob .lang-btn {
    padding: 0;
    color: #000;
    font-weight: normal; }
  .lang-mob .lang-menu {
    background-color: #fff;
    width: 100% !important;
    padding: 10px 25px !important; }
    .lang-mob .lang-menu li {
      border: 0; }
      .lang-mob .lang-menu li a {
        color: #111; }
</pre></body></html>