﻿
    @import url("https://assets.mlcdn.com/fonts.css?version=1728377");
  

    .ml-notification {
      text-align: center;
      margin-bottom: 0;
      border-radius: 0;
      background-color: #eeeeee;
      border-bottom: 1px solid #cccccc;
      padding-top: 8px;
      padding-bottom: 8px;
      z-index: 1000;
    }

    .ml-notification.box {
      position: fixed;
      bottom: 20px;
      left: 20px;
      right: auto;
      flex-direction: column;
      display: flex;
      max-width: 340px;
      border-radius: 4px;
      border: 1px solid #cccccc;
    }

    .ml-notification.box.right {
      right: 20px;
      left: auto;
    }

    @media only screen and (max-width: 480px) {
      .ml-notification.box {
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        border-radius: 0 !important;
      }
    }

    .ml-notification.bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      top: auto;
      z-index: 1;
    }

    /* Text and link */
    .ml-notification .text-block {
      padding: 6px 0;
    }

    .ml-notification .text-block p {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 10px;
    }

    .ml-notification .text-block p:last-child {
      margin-bottom: 0;
    }

    .ml-notification .text-block p a {
      color: #737680;
      text-decoration: underline;
    }

    /* Button */
    .ml-notification .button-block {
      padding: 2px 0;
    }

    .ml-notification .button-block .btn-one {
      width: auto;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      background-color: #171E31;
      font-size: 16px;

      color: #ffffff;
      border-radius: 3px;
      padding: 5px 15px !important;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    .ml-notification .button-block .btn-one:hover,
    .ml-notification .button-block .btn-one:focus,
    .ml-notification .button-block .btn-one:active,
    .ml-notification .button-block .btn-one:active:hover {
      background-color: #1737BA;

      color: #ffffff;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    /* Button 2 */

    .ml-notification .button-block .btn-two {
      width: auto;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      border-top: 1px solid #171E31;
      border-bottom: 1px solid #171E31;
      border-left: 1px solid #171E31;
      border-right: 1px solid #171E31;
      color: #171E31;
      border-radius: 3px;
      padding: 5px 15px !important;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    .ml-notification .button-block .btn-two:hover,
    .ml-notification .button-block .btn-two:focus,
    .ml-notification .button-block .btn-two:active,
    .ml-notification .button-block .btn-two:active:hover {
      border-top: 1px solid #1737BA;
      border-bottom: 1px solid #1737BA;
      border-left: 1px solid #1737BA;
      border-right: 1px solid #1737BA;
      color: #1737BA;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }
  

    /* BS fix for too big height */
    .flex-column .col-1,
    .flex-column .col-2,
    .flex-column .col-3,
    .flex-column .col-4,
    .flex-column .col-5,
    .flex-column .col-6,
    .flex-column .col-7,
    .flex-column .col-8,
    .flex-column .col-9,
    .flex-column .col-10,
    .flex-column .col-11,
    .flex-column .col-12 {
      flex-basis: auto;
    }
  

    .skip-link {
      background: #007bff;
      height: 30px;
      left: 50%;
      padding: 8px;
      position: absolute;
      transform: translateY(-1000%);
      transition: transform 0.3s;
      color: #ffffff;
      text-decoration: none;
    }

    .skip-link:focus {
      transform: translateY(-50%);
    }

    .navbar-toggler {
      color: rgba(0, 0, 0, 0) !important;
      border-color: rgba(0, 0, 0, 0) !important;
    }

    .navbar-toggler-icon {
      background-image: none !important;
    }

    .navbar-toggler-icon {
      background-image: none;
      border-bottom: 1px solid #000000;
      height: 17px;
      position: relative;
      transition: all 300ms linear;
      width: 24px;
    }

    .navbar-toggler-icon:after,
    .navbar-toggler-icon:before {
      background-color: #000000;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 300ms linear;
      width: 24px;
      z-index: 2;
    }

    .navbar-toggler-icon:after {
      top: 8px;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
      transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
      transform: translateY(8px) rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      border-color: transparent;
    }

    a.mobile-search {
      font-size: 18px;
      color: #000000;
      margin-top: 4px;
    }
  

    header .navbar-brand,
    header .navbar-light .navbar-brand {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 24px;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
      letter-spacing: 0px;
      margin-bottom: 0;
    }

    header .navbar-brand:hover,
    header .navbar-light .navbar-brand:hover {
      color: #000000;
    }
  

    button:focus {
      outline: none;
    }

    /*header.active {*/
    /*  background: transparent;*/
    /*}*/
    header {
      padding-top: 12px;
      padding-bottom: 12px;
      background-color: #ffffff;
      border-bottom: 0px solid #cccccc;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      box-shadow: 0px 0px 0px -0px #cccccc;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    header .navbar {
      padding: 0;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

    header .navbar .navbar-brand img {
      height: 25px;
    }

    @media (min-width: 768px) {

      header .navbar-nav .nav-item {
        padding-left: 11px;
        padding-right: 11px;
      }

      header .navbar-nav .nav-item:first-child {
        padding-left: 0;
      }

      header .navbar-nav .nav-item:last-child {
        padding-right: 0;
      }

    }

    header .navbar .nav-item a.dropdown-toggle {
      white-space: normal;
    }

    header .navbar .nav-item a.dropdown-toggle:after {
      border: solid #000000 !important;
      border-width: 0 2px 2px 0 !important;
      vertical-align: 0.2em;
      padding: 2px !important;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      margin-left: 10px;
      transition: transform 0.3s;
      color: #000000 !important;
    }

    header .navbar .nav-item a.dropdown-toggle:hover:after {
      vertical-align: 0.15em;
      transform: rotate(-135deg) !important;
      -webkit-transform: rotate(-135deg) !important;
      border-color: #000000 !important;
    }

    header .navbar .nav-item .dropdown-menu {
      border: 1px solid rgba(241, 241, 241, 0.5);
      border: 1px solid #00000030 !important;
      margin-top: 0px;
      margin-right: -3px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      min-width: 200px;
      background: #ffffff;
      right: 11px;
      left: inherit;
    }

    header .navbar .nav-item:last-child .dropdown-menu {
      right: 0px !important;
    }

    header .navbar .nav-item .dropdown-menu a {
      border-bottom: none !important;
      padding: .5rem 1.5rem;
      font-size: 13px !important;
    }

    header .navbar .nav-item .dropdown-menu a:hover {
      border-bottom: none;
      color: #000000 !important;
      background: #00000030 !important;
    }

    header .navbar .nav-item a {

      font-family: 'Poppins', sans-serif;
      color: #000000 !important;
      font-size: 14px !important;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      border-bottom: 1px solid rgba(225, 225, 225, 0);
      font-weight: normal;
      font-style: normal;
      text-decoration: none;

    }

    header .navbar .nav-item a:hover {

      color: #000000 !important;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      border-bottom: 1px solid #000000;

    }

    header .navbar .nav-item a.active-page {
      font-weight: bold !important;
    }

    header .navbar .btn-block {
      width: auto;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      background-color: #171E31;
      font-size: 16px;

      color: #ffffff;
      border-radius: 3px;
      padding: 12px 40px !important;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    header .navbar .btn-block:hover,
    header .navbar .btn-block:focus,
    header .navbar .btn-block:active,
    header .navbar .btn-block:active:hover {
      background-color: #1737BA;

      color: #ffffff;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    @media (max-width: 767px) {

      body header {
        width: 100%;
        min-height: 1%;
        z-index: 20;
      }

      body header {
        width: 100%;
        min-height: 100% !important;
        height: 100%;
        max-height: 100vh;
        overflow-y: scroll;
        background: #ffffff;
      }

      .navbar-light .navbar-nav .nav-link {
        text-align: left;
        border-bottom: none !important;
        width: 100%;
      }

      header .navbar .nav-item .dropdown-menu {
        border: none !important;
        margin-left: 0px !important;
        box-shadow: none !important;
        min-width: 100% !important;
        background: none !important;
        display: block !important;
        padding: 0;
      }

      header .navbar .nav-item a.dropdown-toggle:hover:after {
        transform: rotate(45deg) !important;
        vertical-align: 0.2em !important;
      }

      header .navbar .nav-item .dropdown-menu a {
        color: #000000 !important;
      }

      header .navbar .nav-item .dropdown-menu a:hover {
        background: none !important;
      }

    }

    @media (max-width: 768px) {
      body header {
        max-height: 100vh;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }

      body header::-webkit-scrollbar {
        width: 0;
        background: transparent;

      }
    }
  

    .container-fluid.ml-lp-7 {

      padding-bottom: 200px;
      padding-top: 200px;
      background-color: #ffffff;

    }
  

    .container-fluid.ml-lp-7 {

      background-image: url('https://storage.mlcdn.com/account_image/932372/4rYgEDa6Ke0HoItgeOpSyvczFeP3s59yL3EHwW6V.png');
      background-size: cover;
      background-position: center center;
      background-repeat: repeat;

    }
  

    .ml-lp-7 h1 {
      font-family: 'Poppins', sans-serif;
      color: #1737BA;
      font-size: 60px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-7 h2 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 40px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-7 h3 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 125% !important;
    }

    .ml-lp-7 blockquote {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      padding-left: 1em;
      border-left: 0.2em solid #737680;
    }

    .ml-lp-7 blockquote:before,
    .ml-lp-7 blockquote:after {
      content: '\201C';
      font-family: 'Poppins', sans-serif;
      color: #737680;
    }

    .ml-lp-7 blockquote:after {
      content: '\201D';
    }

    .ml-lp-7 p,
    .ml-lp-7 ul,
    .ml-lp-7 ol {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 150% !important;
    }

    .ml-lp-7 p:last-child,
    .ml-lp-7 ul:last-child,
    .ml-lp-7 ol:last-child {
      margin-bottom: 0;
    }

    .ml-lp-7 p a,
    .ml-lp-7 ul a,
    .ml-lp-7 ol a {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      text-decoration: underline;
    }

    @media (max-width: 768px) {

      .ml-lp-7 p,
      .ml-lp-7 ul,
      .ml-lp-7 ol {
        font-size: 18px !important;
      }

      .ml-lp-7 h1 {
        font-size: 22px !important;
      }

      .ml-lp-7 h2 {
        font-size: 24px !important;
      }

      .ml-lp-7 h3 {
        font-size: 20px !important;
      }
    }
  

    .ml-lp-10 {

      background-color: #ffffff;

    }
  

    .ml-lp-12 {

      background-color: #ffffff;

    }

    .ml-lp-12 hr {

      margin-bottom: 30px;
      margin-top: 30px;
      border-top: 6px solid #1635b9;
      width: 10%;

    }
  

    .ml-lp-14 {

      background-color: #ffffff;

    }
  

    .container-fluid.ml-lp-16 {

      padding-bottom: 30px;
      padding-top: 30px;
      background-color: #80bdff;

    }
  

    .ml-lp-16 h1 {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 50px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-16 h2 {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 40px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-16 h3 {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 125% !important;
    }

    .ml-lp-16 blockquote {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 18px;
      margin: 0 0 15px 0;
      padding-left: 1em;
      border-left: 0.2em solid #ffffff;
    }

    .ml-lp-16 blockquote:before,
    .ml-lp-16 blockquote:after {
      content: '\201C';
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
    }

    .ml-lp-16 blockquote:after {
      content: '\201D';
    }

    .ml-lp-16 p,
    .ml-lp-16 ul,
    .ml-lp-16 ol {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 150% !important;
    }

    .ml-lp-16 p:last-child,
    .ml-lp-16 ul:last-child,
    .ml-lp-16 ol:last-child {
      margin-bottom: 0;
    }

    .ml-lp-16 p a,
    .ml-lp-16 ul a,
    .ml-lp-16 ol a {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      text-decoration: underline;
    }

    @media (max-width: 768px) {

      .ml-lp-16 p,
      .ml-lp-16 ul,
      .ml-lp-16 ol {
        font-size: 18px !important;
      }

      .ml-lp-16 h1 {
        font-size: 28px !important;
      }

      .ml-lp-16 h2 {
        font-size: 24px !important;
      }

      .ml-lp-16 h3 {
        font-size: 20px !important;
      }
    }
  

    .container-fluid.ml-lp-19 {

      padding-bottom: 30px;
      padding-top: 30px;
      background-color: #80bdff;

    }
  

    @media (max-width: 767px) {
      .portfolio-table { display: none; }
      .portfolio-cards { display: block; }
    }
    @media (min-width: 768px) {
      .portfolio-table { display: block; }
      .portfolio-cards { display: none; }
    }
    .portfolio-cards {
      width: 100%;
    }
    .portfolio-card {
      background: #ffffff;
      border-radius: 6px;
      padding: 14px 18px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    }
    .portfolio-card-left {
      display: flex;
      flex-direction: column;
    }
    .portfolio-card-ticker {
      font-family: 'Poppins', sans-serif;
      font-size: 17px;
      font-weight: bold;
      color: #1737BA;
    }
    .portfolio-card-name {
      font-family: 'Poppins', sans-serif;
      font-size: 13px;
      color: #737680;
      margin-top: 2px;
    }
    .portfolio-card-pct {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #1737BA;
      white-space: nowrap;
      margin-left: 12px;
    }
    [data-theme="dark"] .portfolio-card { background: #1a1d27; box-shadow: 0 1px 4px rgba(0,0,0,0.3); }
    [data-theme="dark"] .portfolio-card-name { color: #94a3b8; }
    [data-theme="dark"] .container-fluid.ml-lp-16 { background-color: #1a2744 !important; }
    [data-theme="dark"] .container-fluid.ml-lp-19 { background-color: #1a2744 !important; }
    [data-theme="dark"] .container-fluid.ml-lp-45 { background-color: #1a2744 !important; }
    [data-theme="dark"] .portfolio-table table { background: #1a1d27 !important; }
    [data-theme="dark"] .portfolio-table th { background-color: #0f1117 !important; color: #93c5fd !important; }
    [data-theme="dark"] .portfolio-table td { color: #94a3b8 !important; background-color: #1a1d27 !important; }
    [data-theme="dark"] .portfolio-table tr.striped td { background-color: #13151f !important; }
  

    .ml-lp-45 {

      background-color: #80bdff;

    }
  

    .container-fluid.ml-lp-50 {

      padding-bottom: 0px;
      padding-top: 30px;
      background-color: #ffffff;

    }
  

    .ml-lp-50 h1 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 50px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-50 h2 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 40px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-50 h3 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 125% !important;
    }

    .ml-lp-50 blockquote {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      padding-left: 1em;
      border-left: 0.2em solid #737680;
    }

    .ml-lp-50 blockquote:before,
    .ml-lp-50 blockquote:after {
      content: '\201C';
      font-family: 'Poppins', sans-serif;
      color: #737680;
    }

    .ml-lp-50 blockquote:after {
      content: '\201D';
    }

    .ml-lp-50 p,
    .ml-lp-50 ul,
    .ml-lp-50 ol {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 150% !important;
    }

    .ml-lp-50 p:last-child,
    .ml-lp-50 ul:last-child,
    .ml-lp-50 ol:last-child {
      margin-bottom: 0;
    }

    .ml-lp-50 p a,
    .ml-lp-50 ul a,
    .ml-lp-50 ol a {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      text-decoration: underline;
    }

    @media (max-width: 768px) {

      .ml-lp-50 p,
      .ml-lp-50 ul,
      .ml-lp-50 ol {
        font-size: 18px !important;
      }

      .ml-lp-50 h1 {
        font-size: 28px !important;
      }

      .ml-lp-50 h2 {
        font-size: 24px !important;
      }

      .ml-lp-50 h3 {
        font-size: 20px !important;
      }
    }
  

    .container-fluid.ml-lp-53 {

      padding-bottom: 0px;
      padding-top: 0px;
      background-color: #ffffff;

    }
  

    .ml-lp-53 h1 {
      font-family: 'Poppins', sans-serif;
      color: #1737BA;
      font-size: 50px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-53 h2 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 32px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-53 h3 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 125% !important;
    }

    .ml-lp-53 blockquote {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      padding-left: 1em;
      border-left: 0.2em solid #737680;
    }

    .ml-lp-53 blockquote:before,
    .ml-lp-53 blockquote:after {
      content: '\201C';
      font-family: 'Poppins', sans-serif;
      color: #737680;
    }

    .ml-lp-53 blockquote:after {
      content: '\201D';
    }

    .ml-lp-53 p,
    .ml-lp-53 ul,
    .ml-lp-53 ol {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 150% !important;
    }

    .ml-lp-53 p:last-child,
    .ml-lp-53 ul:last-child,
    .ml-lp-53 ol:last-child {
      margin-bottom: 0;
    }

    .ml-lp-53 p a,
    .ml-lp-53 ul a,
    .ml-lp-53 ol a {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      text-decoration: underline;
    }

    @media (max-width: 768px) {

      .ml-lp-53 p,
      .ml-lp-53 ul,
      .ml-lp-53 ol {
        font-size: 18px !important;
      }

      .ml-lp-53 h1 {
        font-size: 28px !important;
      }

      .ml-lp-53 h2 {
        font-size: 24px !important;
      }

      .ml-lp-53 h3 {
        font-size: 20px !important;
      }
    }
  

    .container-fluid.ml-lp-57 {

      padding-bottom: 0px;
      padding-top: 30px;
      background-color: #ffffff;

    }
  

    .ml-lp-57 h1 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 50px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-57 h2 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 40px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-57 h3 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 125% !important;
    }

    .ml-lp-57 blockquote {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      padding-left: 1em;
      border-left: 0.2em solid #737680;
    }

    .ml-lp-57 blockquote:before,
    .ml-lp-57 blockquote:after {
      content: '\201C';
      font-family: 'Poppins', sans-serif;
      color: #737680;
    }

    .ml-lp-57 blockquote:after {
      content: '\201D';
    }

    .ml-lp-57 p,
    .ml-lp-57 ul,
    .ml-lp-57 ol {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 150% !important;
    }

    .ml-lp-57 p:last-child,
    .ml-lp-57 ul:last-child,
    .ml-lp-57 ol:last-child {
      margin-bottom: 0;
    }

    .ml-lp-57 p a,
    .ml-lp-57 ul a,
    .ml-lp-57 ol a {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      text-decoration: underline;
    }

    @media (max-width: 768px) {

      .ml-lp-57 p,
      .ml-lp-57 ul,
      .ml-lp-57 ol {
        font-size: 18px !important;
      }

      .ml-lp-57 h1 {
        font-size: 28px !important;
      }

      .ml-lp-57 h2 {
        font-size: 24px !important;
      }

      .ml-lp-57 h3 {
        font-size: 20px !important;
      }
    }
  

    .container-fluid.ml-lp-60 {

      padding-bottom: 0px;
      padding-top: 0px;
      background-color: #ffffff;

    }
  

    .ml-lp-60 h1 {
      font-family: 'Poppins', sans-serif;
      color: #1737BA;
      font-size: 50px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-60 h2 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 32px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-60 h3 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 125% !important;
    }

    .ml-lp-60 blockquote {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      padding-left: 1em;
      border-left: 0.2em solid #737680;
    }

    .ml-lp-60 blockquote:before,
    .ml-lp-60 blockquote:after {
      content: '\201C';
      font-family: 'Poppins', sans-serif;
      color: #737680;
    }

    .ml-lp-60 blockquote:after {
      content: '\201D';
    }

    .ml-lp-60 p,
    .ml-lp-60 ul,
    .ml-lp-60 ol {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 150% !important;
    }

    .ml-lp-60 p:last-child,
    .ml-lp-60 ul:last-child,
    .ml-lp-60 ol:last-child {
      margin-bottom: 0;
    }

    .ml-lp-60 p a,
    .ml-lp-60 ul a,
    .ml-lp-60 ol a {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      text-decoration: underline;
    }

    @media (max-width: 768px) {

      .ml-lp-60 p,
      .ml-lp-60 ul,
      .ml-lp-60 ol {
        font-size: 18px !important;
      }

      .ml-lp-60 h1 {
        font-size: 28px !important;
      }

      .ml-lp-60 h2 {
        font-size: 24px !important;
      }

      .ml-lp-60 h3 {
        font-size: 20px !important;
      }
    }
  

    .container-fluid.ml-lp-47 {

      padding-bottom: 30px;
      padding-top: 30px;
      background-color: #ffffff;

    }
  

    .image-block-64 img {
      max-width: 100%;
    }
  

    .container-fluid.ml-lp-63 {

      padding-bottom: 130px;
      padding-top: 130px;
      background-color: #f5f6fd;

    }
  

    /* Button */
    .ml-lp-63 .button-block {
      text-align: left;
    }

    .ml-lp-63 .btn-block+.btn-block {
      margin-top: 0;
    }

    .ml-lp-63 .button-block .btn-block {
      width: auto;
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      background-color: #171E31;
      font-size: 16px;
      line-height: 24px;

      color: #ffffff;
      border-radius: 3px !important;
      padding: 12px 40px !important;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    .ml-lp-63 .button-block .btn-block:hover,
    .ml-lp-63 .button-block .btn-block:focus,
    .ml-lp-63 .button-block .btn-block:active,
    .ml-lp-63 .button-block .btn-block:active:hover {
      background-color: #1737BA;

      color: #ffffff;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .ml-lp-63 .button-block .btn-block {
        width: 100% !important;
      }
    }

    /* Input */
    .ml-lp-63 .form-group .form-control,
    .ml-lp-63 .form-group .custom-select {
      background-color: #ffffff;
      font-family: 'Poppins', sans-serif;
      border-radius: 3px !important;
      font-size: 12px;
      line-height: 24px;
      color: #333333;
      border: 1px solid #cccccc;
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      height: auto;
    }

    .ml-lp-63 .form-group.ml-error .form-control,
    .ml-lp-63 .input-group.ml-error .form-control,
    .ml-lp-63 .form-group.ml-error .custom-select {
      border-color: red !important;
    }

    .ml-lp-63 .form-group.ml-error .custom-checkbox-radio-list {
      border-radius: 3px !important;
      border: 1px solid #cccccc;
      padding: 10px;
      border-color: red !important;
    }

    .ml-lp-63 .form-group .form-control::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #666666;
      opacity: 1;
      /* Firefox */
    }

    .ml-lp-63 .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #666666;
    }

    .ml-lp-63 .form-group .form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #666666;
    }

    @media (max-width: 768px) {
      .ml-lp-63 .input-group .input-group-append {
        float: left !important;
        margin-top: 15px !important;
        width: 100% !important;
        margin-left: 0 !important;
      }
    }

    /* Checkbox */
    .ml-lp-63 .form-group .custom-control-label,
    .ml-lp-63 .form-group .custom-control-label p,
    .ml-lp-63 .form-group .custom-control-privacy-policy p {
      color: #000000;
      font-size: 12px !important;
      font-family: 'Poppins', sans-serif;
      line-height: 22px;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      margin-bottom: 0
    }

    .ml-lp-63 .form-group.ml-error .custom-control-label p {
      color: red;
    }

    .ml-lp-63 .form-group.ml-error .field-title {
      color: red;
    }

    .ml-error .label-description,
    .ml-error .label-description p,
    .ml-error .label-description p a,
    .ml-error label:first-child {
      color: #ff0000 !important;
    }

    .ml-lp-63 .form-group .custom-control-label a,
    .ml-lp-63 .form-group .custom-control-privacy-policy a {
      color: #000000;
      text-decoration: underline;
    }

    .ml-lp-63 .custom-checkbox .custom-control-label::before,
    .ml-lp-63 .custom-radio .custom-control-label::before {
      border-color: #cccccc;
      background-color: #ffffff;
    }

    .ml-lp-63 .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
    .ml-lp-63 .custom-radio .custom-control-input:checked~.custom-control-label::before {
      border-color: #171E31;
      background-color: #171E31;
      color: #ffffff;
    }

    /* Checkbox position fix */
    .ml-lp-63 .custom-checkbox .custom-control-label::before,
    .ml-lp-63 .custom-checkbox .custom-control-label::after,
    .ml-lp-63 .custom-radio .custom-control-label::before,
    .ml-lp-63 .custom-radio .custom-control-label::after {
      top: 4px;
    }

    /* Label */
    .ml-lp-63 .form-group label {
      margin-bottom: 3px;
      color: #000000;
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    /* Label Desciption */
    .ml-lp-63 .form-group .custom-control-label .description {
      margin-top: 5px;
      color: #111111;
      font-size: 12px;
      font-family: 'Poppins', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
    }

    /* GDPR Title */
    .ml-lp-63 .form-group-gdpr h4 {
      color: #111111;
      font-size: 13px;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    /* GDPR Text */
    .ml-lp-63 .form-group-gdpr p {
      color: #111111;
      font-size: 12px !important;
      font-family: 'Poppins', sans-serif;
      line-height: 22px;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
    }

    /* GDPR Text Link */
    .ml-lp-63 .form-group-gdpr p a {
      color: #111111;
    }

    .ml-form-recaptcha {
      float: left;
    }

    .ml-form-recaptcha.ml-error iframe {
      border: solid 1px #ff0000;
    }

    @media screen and (max-width: 768px) {
      .ml-form-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
      }
    }
  

    .form-hidden {
      display: none;
    }

    .image-block-63 img {
      max-width: 100%;
    }
  

    .ml-lp-63 h1 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 50px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-63 h2 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 40px;
      letter-spacing: 0px;
      line-height: 125% !important;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      ;
    }

    .ml-lp-63 h3 {
      font-family: 'Poppins', sans-serif;
      color: #000000;
      font-size: 35px;
      letter-spacing: 0px;
      line-height: 125% !important;
    }

    .ml-lp-63 blockquote {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      padding-left: 1em;
      border-left: 0.2em solid #737680;
    }

    .ml-lp-63 blockquote:before,
    .ml-lp-63 blockquote:after {
      content: '\201C';
      font-family: 'Poppins', sans-serif;
      color: #737680;
    }

    .ml-lp-63 blockquote:after {
      content: '\201D';
    }

    .ml-lp-63 p,
    .ml-lp-63 ul,
    .ml-lp-63 ol {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      font-size: 18px;
      margin: 0 0 15px 0;
      line-height: 150% !important;
    }

    .ml-lp-63 p:last-child,
    .ml-lp-63 ul:last-child,
    .ml-lp-63 ol:last-child {
      margin-bottom: 0;
    }

    .ml-lp-63 p a,
    .ml-lp-63 ul a,
    .ml-lp-63 ol a {
      font-family: 'Poppins', sans-serif;
      color: #737680;
      text-decoration: underline;
    }

    @media (max-width: 768px) {

      .ml-lp-63 p,
      .ml-lp-63 ul,
      .ml-lp-63 ol {
        font-size: 18px !important;
      }

      .ml-lp-63 h1 {
        font-size: 28px !important;
      }

      .ml-lp-63 h2 {
        font-size: 24px !important;
      }

      .ml-lp-63 h3 {
        font-size: 20px !important;
      }
    }
  

    footer {
      background-color: #171E31;
      padding-top: 70px;
      padding-bottom: 70px;
    }

    /* Footer logo */

    .ml-lp-76 .logo-footer img {
      height: 20px;
    }

    /* Footer disclaimer */

    .ml-lp-76 .footer-description p,
    .ml-lp-76 .footer-description ul,
    .ml-lp-76 .footer-description ol {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      font-size: 24px;
      margin: 0 0 15px 0;
    }

    .ml-lp-76 .footer-description p:last-child,
    .ml-lp-76 .footer-description ul:last-child,
    .ml-lp-76 .footer-description ol:last-child {
      margin-bottom: 0;
    }

    .ml-lp-76 .footer-description p a,
    .ml-lp-76 .footer-description ul a,
    .ml-lp-76 .footer-description ol a {
      font-family: 'Poppins', sans-serif;
      color: #ffffff;
      text-decoration: underline;
    }

    /* Footer navigation */

    .footer-navigation h4 {
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      text-decoration: none;
    }

    .footer-navigation .nav-footer-item {
      padding-bottom: .75rem;
    }

    .footer-navigation .nav-footer-item:last-child {
      padding-bottom: 0;
    }

    .footer-navigation .nav-footer-link {
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
      font-size: 13px;
      padding-bottom: .25rem;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      border-bottom: 1px solid rgba(225, 225, 225, 0);
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
    }

    .footer-navigation .nav-footer-link:hover {
      color: #666666;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      border-bottom: 1px solid #666666;
    }
  

    body {

      background-color: #f6f6f6;
      background-image: none;
      background-size: none;
      background-position: center none;
      background-repeat: none;

    }

    body ol ol {
      list-style-type: lower-alpha;
    }

    body ol ol ol {
      list-style-type: lower-roman;
    }

    .container.with-border {

      border-left: 0px solid #cccccc;
      border-right: 0px solid #cccccc;

    }

    /* Default */

    .default-heading-1 {
      font-family: 'Poppins', sans-serif;
      color: #1737BA;
      font-size: 50px;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      letter-spacing: 0px;
    }

    /* Input */

    .form-group .form-control {
      background-color: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      border-radius: 3px;
      font-size: 16px;
      color: #333333;
      border: px solid #cccccc;
      padding-top: px !important;
      padding-bottom: px !important;
      height: auto;
    }

    .form-group .form-control::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #666666;
      opacity: 1;
      /* Firefox */
    }

    .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #666666;
    }

    .form-group .form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #666666;
    }

    /* Large gutters */

    .container.with-large-gutters,
    .container-fluid.with-large-gutters {

      padding-left: 60px;
      padding-right: 60px;

    }

    @media (max-width: 991.98px) {

      .container.with-large-gutters,
      .container-fluid.with-large-gutters {

        padding-left: 30px;
        padding-right: 30px;

      }

    }

    @media (max-width: 575.98px) {

      .container.with-large-gutters,
      .container-fluid.with-large-gutters {

        padding-left: 15px;
        padding-right: 15px;

      }

    }

    .container.container-large-gutter {

      padding-right: 15px;
      padding-left: 15px;

    }

    .container.with-large-gutters .card-body {

      padding: 2.25rem;

    }

    .container.container-large-gutter .container {
      padding-right: 30px;
      padding-left: 30px;

    }

    .container .large-gutters {
      margin-right: -30px;
      margin-left: -30px;

    }

    .container .large-gutters .col,
    .container .large-gutters [class*="col-"] {
      padding-right: 30px;
      padding-left: 30px;
    }

    .container .large-gutters .row {
      margin-right: -30px;
      margin-left: -30px;

    }

    .sections-repeaters .container {
      padding: 0;
    }

    .sections-repeaters .container-fluid {
      padding-left: 0;
      padding-right: 0;
    }

    /* End of Large gutters */
  

    #landing-0 {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
  

    #theme-toggle {
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px 8px;
      color: #000000;
      font-size: 16px;
      margin-left: 12px;
      line-height: 1;
      vertical-align: middle;
    }
    @media (max-width: 767px) {
      #theme-toggle {
        display: block;
        margin: 16px auto 8px auto;
        font-size: 20px;
      }
    }
    [data-theme="dark"] #theme-toggle { color: #e2e8f0; }
    [data-theme="dark"] body { background-color: #0f1117 !important; }
    [data-theme="dark"] header { background-color: #13151f !important; border-bottom: 1px solid #2d3748; }
    [data-theme="dark"] body header { background: #13151f !important; }
    [data-theme="dark"] header .navbar-brand,
    [data-theme="dark"] header .navbar-light .navbar-brand { color: #e2e8f0 !important; }
    [data-theme="dark"] header .navbar-brand:hover,
    [data-theme="dark"] header .navbar-light .navbar-brand:hover { color: #94a3b8 !important; }
    [data-theme="dark"] header .navbar .nav-item a { color: #e2e8f0 !important; }
    [data-theme="dark"] header .navbar .nav-item a:hover { border-bottom-color: #e2e8f0 !important; }
    [data-theme="dark"] header .navbar .nav-item .dropdown-menu { background: #13151f !important; border-color: #2d3748 !important; }
    [data-theme="dark"] header .navbar .nav-item .dropdown-menu a { color: #e2e8f0 !important; }
    [data-theme="dark"] .navbar-toggler-icon { border-bottom-color: #e2e8f0 !important; }
    [data-theme="dark"] .navbar-toggler-icon:after,
    [data-theme="dark"] .navbar-toggler-icon:before { background-color: #e2e8f0 !important; }
    /* White content sections */
    [data-theme="dark"] .container-fluid.ml-lp-10,
    [data-theme="dark"] .container-fluid.ml-lp-12,
    [data-theme="dark"] .container-fluid.ml-lp-14,
    [data-theme="dark"] .container-fluid.ml-lp-47,
    [data-theme="dark"] .container-fluid.ml-lp-50,
    [data-theme="dark"] .container-fluid.ml-lp-53,
    [data-theme="dark"] .container-fluid.ml-lp-57,
    [data-theme="dark"] .container-fluid.ml-lp-60 { background-color: #13151f !important; }
    /* Near-white subscribe section */
    [data-theme="dark"] .container-fluid.ml-lp-63 { background-color: #1a1d27 !important; }
    /* Headings in white content sections */
    [data-theme="dark"] .ml-lp-50 h1, [data-theme="dark"] .ml-lp-50 h2, [data-theme="dark"] .ml-lp-50 h3,
    [data-theme="dark"] .ml-lp-53 h2, [data-theme="dark"] .ml-lp-53 h3,
    [data-theme="dark"] .ml-lp-57 h1, [data-theme="dark"] .ml-lp-57 h2, [data-theme="dark"] .ml-lp-57 h3,
    [data-theme="dark"] .ml-lp-60 h2, [data-theme="dark"] .ml-lp-60 h3,
    [data-theme="dark"] .ml-lp-63 h1, [data-theme="dark"] .ml-lp-63 h2, [data-theme="dark"] .ml-lp-63 h3 { color: #e2e8f0 !important; }
    /* Body text in white content sections */
    [data-theme="dark"] .ml-lp-50 p, [data-theme="dark"] .ml-lp-50 ul, [data-theme="dark"] .ml-lp-50 ol,
    [data-theme="dark"] .ml-lp-53 p, [data-theme="dark"] .ml-lp-53 ul, [data-theme="dark"] .ml-lp-53 ol,
    [data-theme="dark"] .ml-lp-57 p, [data-theme="dark"] .ml-lp-57 ul, [data-theme="dark"] .ml-lp-57 ol,
    [data-theme="dark"] .ml-lp-60 p, [data-theme="dark"] .ml-lp-60 ul, [data-theme="dark"] .ml-lp-60 ol,
    [data-theme="dark"] .ml-lp-63 p, [data-theme="dark"] .ml-lp-63 ul, [data-theme="dark"] .ml-lp-63 ol { color: #94a3b8 !important; }
    /* HR divider */
    [data-theme="dark"] .ml-lp-12 hr { border-top-color: #1737BA !important; }
  
