/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
html {
  font-size: 12px;
  line-height: 1.6em; }
body {
  position: relative; }
.hide-overflow {
  overflow: hidden; }
p {
  color: #3b403c;
  font-style: normal;
  font-weight: 475;
  margin: 0 0 1em 0;
  line-height: 1.8; }
p.big {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; }
p.switch {
  margin: 1em 0 1em 0;
}
a {
  color: #0093D6;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #0093D6;
  text-decoration: none; }
p, body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto; }
.btn, button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;
  text-align: center;
  color: #3B403C;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 575;
  line-height: normal;
  border-radius: 10px;
  background-color: #FFF;
  padding: 10px 20px; }
.btn:hover, button:hover,
.btn:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3B403C;
  opacity: 0.8;
  background-color: #FFF; }
.btn.transparent, button.transparent {
  border-radius: 10px;
  border: 1px solid #3B403C;
  color: #3B403C;
  background-color: #FFF; }
.btn.transparent:hover, button.transparent:hover,
.btn.transparent:focus, button.transparent:focus {
  border-radius: 10px;
  border: 1px solid #3B403C;
  color: #3B403C;
  background-color: #FFF; }
.btn.blue, button.blue {
  color: #FFF;
  background-color: #0093D6;}
.btn.blue:hover, button.blue:hover,
.btn.blue:focus, button.blue:focus {
  color: #FFF;
  background-color: #0093D6; }
.btn.big, button.big {
  padding: 20px; }
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.5; }
.blue {
  color: #0093D6; }
.black {
  color: #3B403C; }
.h50 {
  line-height: 50px; }
.b-0 {
  border: 0 !important; }
.dt-empty {
  display: none; }
.pie-chart {
  padding: 25px 7.5%; }
.pie-chart #totalChart {
  margin-bottom: 25px; }
.container {
  width: auto;
  max-width: 1920px; 
  padding: 0 30px; }
.py-content {
  padding-top: 50px;
  padding-bottom: 50px; }
.my-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
.mt-45 {
  margin-top: 20px; }
.mt-60 {
  margin-top: 30px; }
.mt-120 {
  margin-top: 50px; }
.mb-20 {
  margin-bottom: 15px; }
.mb-30 {
  margin-bottom: 15px; }
.mb-60 {
  margin-bottom: 30px!important; }
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }
.me10 {
  margin-right: 10px; }
img {
  max-width: 100%; }
header {
  background-image: url('../images/header-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0093D6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0; }
.homePage header {
  background-color: transparent; }
header .navbar {
  z-index: 999;
  -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  padding: 65px 0px 30px 0; }
header .navbar-brand {
  z-index: 9999;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin: 0; }
header .navbar-brand.dark {
  display: none; }
header.open .navbar-brand.dark {
  display: inline-block; }
header.open .navbar-brand.light {
  display: none; }
header .navbar-brand img {
  width: 150px;
  height: 30px; }

/*** NAV ***/
header .box {
  height: 100%; 
  overflow: auto; }
.navbar-collapse {
  background-color: #FFF;
  position: fixed;
  left: -100vw;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  padding: 160px 30px 0 30px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.navbar-collapse.open {
  position: fixed;
  left: 0; }
.navbar-toggler {
  width: 26px;
  height: 18px;
  right: 0px;
  margin: 0;
  padding: 0;
  border: 0!important;
  background-color: transparent!important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent!important;
  border: 0!important;
  outline: 0!important; }
.navbar-toggler:before,
.navbar-toggler:after {
  display: none; }
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #FFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.navbar-toggler span:nth-child(1) {
  top: 0px; }
.navbar-toggler span:nth-child(2) {
  top: 8px; }
.navbar-toggler span:nth-child(3) {
  top: 16px; }
.navbar-toggler.open {
  border: 0!important;
  z-index: 99999; }
.navbar-toggler.open span {
  background-color: #3B403C; }
.navbar-toggler.open span:nth-child(1)  {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      margin-left: 0px; }
.navbar-toggler.open span:nth-child(2){
  opacity: 0;
  left: -60px; }
.navbar-toggler.open span:nth-child(3) {
  top: 10px;
  margin-left: 0px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
.navbar-nav {
  margin-bottom: 45px; }
.navbar-nav .nav-item {
  padding: 15px 0px; }
.navbar-nav .nav-item .nav-link {
  display: block;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  text-decoration: none;
  color: #3B403C;
  font-size: 18px;
  font-style: normal;
  font-weight: 475;
  line-height: normal;
  padding: 0; }
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link.active {
  color: #3b403c; }
.dropdown-toggle::after {
  vertical-align: middle;
  background-image: url('../images/ddt-arrow-dark.svg');
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  background-size: contain; 
  border: 0;
  float: right; }
.account-dropdown .dropdown-toggle::after {
  display: none; }
.dropdown-menu {
  border: 0;
  padding: 0; }
.dropdown-menu li {
  padding: 10px 0;
  padding-left: 15px; }
.dropdown-menu li:first-child {
  padding-top: 30px; }
.dropdown-menu li:last-child {
  padding-bottom: 0px; }
.dropdown-menu li a {
  color: #3b403c; 
  font-size: 18px;
  padding: 0;
  font-weight: 475;}
.dropdown-menu li a:hover,
.dropdown-menu li a.active,
.dropdown-menu li a.active:hover,
.dropdown-menu li a.active:focus {
  color: #0093D6;
  background-color: transparent; }
.dropdown-menu li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  color: #3b403c;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; 
  margin-right: 15px; }
.dropdown-menu li a:before:hover {
  color: #0093D6; }
.ico-details:before {
  background-image: url('../images/ico-details.svg'); }
.ico-investments-m:before {
  background-image: url('../images/ico-investments.svg');
}
.ico-contributions:before {
  background-image: url('../images/ico-contributions.svg');
}
.ico-transactions:before {
  background-image: url('../images/ico-transactions.svg');
}
.ico-statements:before {
  background-image: url('../images/ico-statements.svg');
}
.ico-investments:before {
  background-image: url('../images/ico-investments-header.svg');
}
.ico-lifestyle:before {
  background-image: url('../images/ico-lifestyle.svg');
}
.ico-switch:before {
  background-image: url('../images/ico-switch.svg');
}
.ico-docs:before {
  background-image: url('../images/ico-docs.svg');
}
.ico-forms:before {
  background-image: url('../images/ico-forms.svg');
}
.ico-cp:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; 
  margin-right: 15px;
  background-image: url('../images/ico-cp.svg'); }
.ico-lo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; 
  margin-right: 15px;
  background-image: url('../images/ico-lo.svg'); }
.ico-details:hover:before,
.ico-details.active:before {
  background-image: url('../images/ico-details-blue.svg'); }
.ico-investments-m:hover:before,
.ico-investments-m.active:before {
  background-image: url('../images/ico-investments-blue.svg');
}
.ico-contributions:hover:before,
.ico-contributions.active:before {
  background-image: url('../images/ico-contributions-blue.svg');
}
.ico-transactions:hover:before,
.ico-transactions.active:before {
  background-image: url('../images/ico-transactions-blue.svg');
}
.ico-statements:hover:before,
.ico-statements.active:before {
  background-image: url('../images/ico-statements-blue.svg');
}
.ico-investments:hover:before,
.ico-investments.active:before {
  background-image: url('../images/ico-investments-header-blue.svg');
}
.ico-lifestyle:hover:before,
.ico-lifestyle.active:before {
  background-image: url('../images/ico-lifestyle-blue.svg');
}
.ico-switch:hover:before,
.ico-switch.active:before {
  background-image: url('../images/ico-switch-blue.svg');
}
.ico-cp:hover:before,
.ico-cp.active:before {
  background-image: url('../images/ico-cp-blue.svg'); }
.ico-lo:hover:before,
.ico-lo.active:before {
  background-image: url('../images/ico-lo-blue.svg'); }
header .sectionTitle {
  color: rgba(59, 64, 60, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 475;
  line-height: normal;
  margin-bottom: 15px; }
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-top: 1px solid #DDE5E8;
  border-bottom: 1px solid #DDE5E8; }
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid #DDE5E8;
  border-bottom: 1px solid #DDE5E8; }
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid #DDE5E8; }
div.dt-container .dt-paging .dt-paging-button:active {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none; }
.fund-name {
  display: block;
  line-height: 38px;
  padding: 0px 10px;
  border-radius: 10px;
  border: 1px solid #DDE5E8;
  background-color: #FFF; }

/*** HERO ***/
.hero {
  background-color: #0093D6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 130px 0 40px 0;
  min-height: 100vh; }
.hero.h-auto {
  padding-top: 160px;
  padding-bottom: 60px;
  min-height: auto; }
.hero:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 147, 214, 0.25);
  mix-blend-mode: multiply; }
.hero iframe {
  z-index: 0;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.hero .cont-box {
  z-index: 3;
  position: relative;
  width: 100%; }
.hero div.title {
  color: #FFF;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 475;
  line-height: normal;
  margin-bottom: 10px; }
.hero h1 {
  color: #FFF;
  font-size: 2.33rem; 
  margin: 0; }
.bottom-text {
  z-index: 2;
  color: #FFF;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 475;
  line-height: normal;
  margin-top: 25px; }
.bottom-text a {
  color: #FFF; }
.investments-btn,
.rb-btn {
  margin-top: 25px; }
.investments-btn:before,
.rb-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 17.434px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../images/ico-investments.svg'); }
.rb-btn:before {
  background-image: url('../images/ico-rb.svg'); }
.investments-btn:hover,
.investments-btn:focus {
  color: #3B403C; }
ul.stats-list {
  list-style: none;
  padding: 0;
  margin: 0; 
  margin-top: 3vh; }
ul.stats-list li {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  color: #FFF;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 475;
  line-height: normal;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px); 
  padding: 20px;
  margin-bottom: 10px; }
ul.stats-list li:hover {
  transform: scale(1.05); }
ul.stats-list li:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  background-image: url('../images/arrow-stats-list.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
ul.stats-list li a,
ul.stats-list li a:hover {
  text-decoration: none; }
ul.stats-list li p {
  color: #FFF;
  margin: 0; }
ul.stats-list li strong {
  color: #FFF;
  font-size: 2.33rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-top: 10px; }
.modal-dialog {
  min-width: auto; }
.modal-content {
  border-radius: 20px;
  background-color: #FFF; }
.modal-header {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px; 
  border-bottom: 1px solid #DDE5E8; }
.modal-header .btn-close {
  position: absolute;
  top: 50%;
  left: 20px;
  padding: 0; }
.modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.modal-title {
  color: #3B403C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; 
  margin: 0;
  padding: 0; }
.modal-body {
  padding: 20px;
  border: 0; }

/*** 404 ***/
body.e404 {
  background-color: #FFF; }
body.e404 .logo img {
  width: 250px;
  height: 53.16px; }
body.e404 h1 {
  color: #3b403c;
  font-size: 3.5rem;
  margin: 2rem 0; }
body.e404 p {
  color: #3b403c; }
body.e404 a {
  color: #0093D6; }
body.e404 a:hover,
body.e404 a:focus {
  color: #0093D6; }
.fill-viewport {
  height: 100vh; }

/*** CONTENT ***/
h1 {
  color: #3B403C;
  font-size: 1.66rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  margin-bottom: 30px; }
h2 {
  color: #3B403C;
  font-size: 2.33rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0; }
h3 {
  color: #0093D6;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px; }
.content {
  padding-top: 160px;
  padding-bottom: 30px;
  background-color: #FAFAFA; }
.content h1 {
  margin: 0; }
.content h2 {
  color: #3B403C;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px; }
.box-shadow {
  border-radius: 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.10);
          box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.10);
  padding: 15px;
  margin-bottom: 30px; }
.box-shadow h3 {
  color: #3B403C;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 475;
  line-height: 1.8;
  margin-bottom: 10px; }
.box-shadow.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.box-shadow a.tel {
  color: #3b403c;
  text-decoration: none;
  display: block; 
  line-height: 1.8; }
.box-shadow.notes ul,
.box-shadow.documents ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.box-shadow.notes ul li,
.box-shadow.documents ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDE5E8; }
.box-shadow.notes ul li:first-child,
.box-shadow.documents ul li:first-child {
  padding-top: 0; }
.box-shadow.notes ul li:last-child,
.box-shadow.documents ul li:last-child {
  padding-bottom: 0; 
  border: 0; }
.box-shadow.notes ul li a,
.box-shadow.documents ul li a {
  font-weight:475;}
.box-shadow.notes ul li strong {
  line-height: 1.8; }
.box-shadow.notes ul li p {
  margin: 0; }
.box-shadow.documents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.box-shadow ol li {
  color: #3b403c;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  line-height: 1.8; }
ul.pr-list {
  list-style: none;
  padding: 0;
  margin: 0; }
ul.pr-list li {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 27px;
  margin-bottom: 8px; }
ul.pr-list li:before {
  content: '';
  position: absolute;
  top: 11px; 
  left: 0;
  width: 12px;
  height: 2px;
  border-radius: 3px;
  background-color: #4CAF50; }
form.change-password label {
  color: #3B403C;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; 
  margin-bottom: 10px; } 
form.change-password .form-control,
form.is-form .form-control,
form.is-form .form-select {
  color: #3B403C;
  font-size: 1rem;
  font-weight: 475;
  line-height: 1;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #DDE5E8;
  background: #FFF; 
  height: 40px; }
form.is-form .form-select {
  color: #3B403C;
  font-size: 1rem;
  font-style: normal;
  font-weight: 475;
  line-height: 1;
  padding-right: 35px;
  background-image: url('../images/accordion-arrow.svg');
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px; }
form.is-form textarea.form-control {
  height: auto; }
form.change-password .form-control:focus,
form.is-form .form-control:focus,
form.is-form .form-select:focus {
  outline: none;
  box-shadow: none; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 15px;
  padding-left: 0;
  border: 0;
  background-color: transparent; }
form.is-form  .form-check .form-check-input {
  border-color: #0093D6;
  background-color: #FFF;
  margin-left: -30px; }
form.is-form .form-check .form-check-input:focus {
  border-color: #0093D6;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }  
form.is-form .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  min-height: 20px;
  padding-left: 30px;
  margin-bottom: 0; }
form.is-form .form-check .form-check-input,
form.is-form .form-check .form-check-input:checked {
  width: 20px;
  height: 20px;
  border-radius: 5px; }
form.is-form .form-check .form-check-input:checked {
  background-image: url('../images/ico-check.svg');
  background-color: #0093D6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px; }
form.is-form label {
  color: #3B403C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-left: 15px; }
.mid ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.mid ul li {
  padding: 17px 0;
  border-bottom: 1px solid #DDE5E8;
  background-color: #FFF; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.mid ul li:first-child {
  padding-top: 0; }
.mid ul li:last-child {
  border: 0;
  padding-bottom: 0; }
.mid ul li div {
  width: 50%;
  text-align: right;
  font-weight: 475;}
.mid ul li div.w80 {
  width: 80%; }
.mid ul li div a {
  display: inline-block;
  margin-left: 10px; }
.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
  margin-bottom: 30px; }
.top-section div.title {
  color: #0093D6;
  font-size: 14px;
  font-style: normal;
  font-weight: 475;
  line-height: normal;
  margin-bottom: 10px; }
  .logo-login img {
    width: 225px;
    height: 56px; }
.loginPage .bottom-text {
  width: 100%;
  position: absolute;
  text-align: center;
  font-weight: 475;
  font-size: 14px;
  bottom: 40px; }
.loginPage .bottom-text a {
  color: #FFF; }
.loginPage .cont-box {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.loginPage .cont-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 147, 214, 0.25);
  mix-blend-mode: multiply; }
.loginPage .blur-box {
  padding: 55px 30px 45px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px); }
.loginPage .blur-box form {
  margin-top: 60px; }
.loginPage .blur-box form .form-control {
  color: #FFF;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.20); }
.loginPage .blur-box form .btn {
  font-size: 14px;
  padding: 20px; }
.loginPage .blur-box .footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
.loginPage .blur-box .footer-form a,
.loginPage .blur-box .footer-form label {
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 475; }
.loginPage .blur-box .footer-form a:hover,
.loginPage .blur-box .footer-form a:focus {
  text-decoration: underline; }
.loginPage .blur-box .footer-form label {
  margin-top: 3px; }
.loginPage .form-check .form-check-input {
  border-color: transparent;
  margin-left: -30px; }
.loginPage .blur-box form .form-control:focus,
.loginPage .form-check .form-check-input:focus {
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.loginPage .blur-box form .form-control::-moz-placeholder {
  color: #FFF; }
.loginPage .blur-box form .form-control:-ms-input-placeholder {
  color: #FFF; }
.loginPage .blur-box form .form-control::-webkit-input-placeholder {
  color: #FFF; }
.loginPage .form-check {
  padding-left: 30px;
  margin-bottom: 0; }
.loginPage .form-check .form-check-input,
.loginPage .form-check .form-check-input:checked {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.20); 
  border-color: transparent; }
.loginPage .form-check .form-check-input:checked {
  background-image: url('../images/ico-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px; }
.table-group + .table-group {
  margin-top:40px;}
.table-wrapper {
  border-radius: 10px;
  padding-bottom: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.10);
          box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.10); }
div.dt-container div.dt-length {
  padding: 10px 15px;
  text-align: left; }
div.dt-container div.dt-length select {
  color: #3B403C;
  font-size: 12px;
  font-style: normal;
  font-weight: 475;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid #DDE5E8;
  background: #FFF;
  padding: 9px 18px 9px 10px; 
  margin-right: 10px; 
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url('../images/ddt-arrow-dark.svg'); }
div.dt-container div.dt-length select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
div.dt-container div.dt-length label {
  color: rgba(59, 64, 60, 0.60);
  font-size: 12px;
  font-style: normal;
  font-weight: 475;
  line-height: 1; }
.dt-search {
  display: none; }
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  background-color: transparent;
  border-color: transparent;
  padding: 0 2.5px;
  margin: 0; }
.active>.page-link, .page-link {
  color: #3b403c; 
  font-size: 12px;
  font-style: normal;
  font-weight: 475;
  line-height: 1;
  background: #FFF; 
  width: 30px;
  height: 30px; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px; }
.active>.page-link, .page-link.active {
  border-radius: 10px;
  border: 1px solid #DDE5E8; }
.disabled>.page-link, .page-link.disabled {
  background-color: #FFF;
  color: #3b403c; 
  border-color: transparent; }
div.dt-container .dt-paging .dt-paging-button:hover {
  background-color: #FFF;
  background: none;
  border-color: transparent; }
div.dt-container .dt-paging .dt-paging-button {
  padding: 0 2.5px; }
table.dataTable {
  width: 100%; 
  background-color: transparent;
  border-bottom: 1px solid #DDE5E8;
  margin-bottom: 15px; }
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid #DDE5E8; }
table.dataTable tbody tr:nth-child(odd) {
  background-color: #FAFAFA; }
tbody, td, tfoot, th, thead, tr {
  border: 0; }
table.dataTable th.dt-type-numeric:last-child,
table.dataTable td.dt-type-numeric:last-child {
  text-align: right; }
table.last-item-left th.dt-type-numeric:last-child,
table.last-item-left td.dt-type-numeric:last-child {
  text-align: left; }
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: left; }
div.dt-container div.dt-paging ul.pagination {
  margin-top: 10px; }
table.dataTable > tbody > tr > td {
  padding-left: 0;
  padding-right: 0;
  font-weight: 475;}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control {
  color: #3B403C;
  font-size: 12px;
  font-style: normal;
  font-weight: 475;
  line-height: normal;
  padding: 13px 15px 13px 50px;
  position: relative; }
table.dataTable > thead > tr > th {
  padding: 13px 15px;
  color: #3B403C;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }
table.dataTable > tbody > tr > td,
table.dataTable > tfoot > tr > td {
  padding: 13px 15px; }
table.dataTable tfoot th,
table.dataTable tfoot td {
  font-weight: 700; }
#mtable_wrapper {
  margin-top: -0.5rem; }
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  content: '+';
  color: #0093D6;
  border: 1px solid #0093D6;
  width: 25px;
  left: 15px;
  top: 12.5px;
  bottom: 12.5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }
table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
  content: '-';
  color: #0093D6;
  border: 1px solid #0093D6;
  width: 25px;
  left: 15px;
  top: 12.5px;
  bottom: 12.5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }
table.dataTable>tbody>tr.child ul.dtr-details {
  width: 100%; }
table.dataTable>tbody>tr.child ul.dtr-details>li {
  color: #3B403C;
  font-size: 12px;
  font-style: normal;
  font-weight: 475;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 15px; }
table.dataTable>tbody>tr.child span.dtr-title {
  color: #3B403C;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }
div.dt-container div.dt-info {
  color: #3B403C;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 475;
  line-height: 1; }
.footer-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px; }
.footer-note p {
  margin: 0;
  font-size: 18px; }
.print-btn {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 575;
  line-height: normal;
  padding: 10px 20px;
  padding-left: 42.5px;
  border-radius: 10px;
  background-color: #0093D6;
  background-image: url('../images/ico-download.svg');
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 12.5px; }
.print-btn:hover,
.print-btn:focus {
  color: #FFF;
  background-color: #0093D6; }
.blue-box {
  border-radius: 20px;
  background-color: #0093D6; }
.blue-box p {
  color: #FFF;
  margin: 0; }
.intro p.big {
  margin: 0; }
.busf-list h3 {
  margin-bottom: 0;
  margin-top: 0px; }
.busf-list strong {
  display: block;
  font-size: 1.16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px; }
.busf-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; }
.busf-list li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }
.grey-bg {
  background: -o-linear-gradient(top, #FAFAFA 0%, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#FFF));
  background: linear-gradient(180deg, #FAFAFA 0%, #FFF 100%); }
li .edit-container input {
  width: 75%;
  border: 1px solid #DDE5E8;
  border-radius: 5px;
  padding: 5px 10px; }
.alert-dismissible {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%); }
.alert-dismissible .btn-close {
  padding: 0rem 1rem;
  height: 100%; }
.faq h2 {
  text-align: center; }
#accordionFaq .accordion-body {
  padding-left: 0;
  padding-right: 0; }
#accordionFaq .accordion-button {
  color: #3B403C;
  font-size: 18px;
  font-style: normal;
  font-weight: 475;
  line-height: 1.8;
  padding: 22px 0; }
#accordionFaq .accordion-button:focus,
#accordionFaq .accordion-button:hover {
  color: #0093D6;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
#accordionFaq .accordion-button:not(.collapsed) {
  color: #0093D6;
  background-color: transparent; }
.accordion-button::after {
  background-image: url('../images/accordion-arrow.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center; }
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/accordion-arrow-blue.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center; }
#accordionFaq .accordion-button:focus:after,
#accordionFaq .accordion-button:hover:after {
  background-image: url('../images/accordion-arrow-blue.svg'); }
.about-intro h2 {
  color: #3B403C;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px; }
.about-intro h2:first-child {
  margin-top: 0; }
.about-intro ul {
  padding: 0 0 0 15px; }
.about-intro ul li {
  padding: 10px 0;
  font-weight: 475;}
.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25);
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top, right top,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(10%, hsl(0 0% 100% / 1)),
    color-stop(90%, hsl(0 0% 100% / 1)),
    to(hsl(0 0% 100% / 0))
  );
  -webkit-mask-image: linear-gradient(
    to right,
    hsl(0 0% 100% / 0),
    hsl(0 0% 100% / 1) 10%,
    hsl(0 0% 100% / 1) 90%,
    hsl(0 0% 100% / 0)
  );
  mask-image: -webkit-gradient(
    linear,
    left top, right top,
    from(hsl(0 0% 100% / 0)),
    color-stop(10%, hsl(0 0% 100% / 1)),
    color-stop(90%, hsl(0 0% 100% / 1)),
    to(hsl(0 0% 100% / 0))
  );
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 100% / 0),
    hsl(0 0% 100% / 1) 10%,
    hsl(0 0% 100% / 1) 90%,
    hsl(0 0% 100% / 0)
  );
}
.stats .msg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 25); }
.stats span {
  font-size: 1.25rem;
  font-weight: 575;
  margin: 0 25px;
  white-space: nowrap; }
.stats span strong {
  color: #0093D6;
  font-size: 4rem;
  display: block; }  
.box-wrap {
  padding: 5px 5px 0;
  border-radius: 10px;
  background-color: #FAFAFA; }
.add-fund {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-left: 25px;
  background-size: cover;
  background-position: center;
  background-image: url('../images/ico-add.svg'); }
.remove-fund {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  background-size: cover;
  background-position: center;
  background-image: url('../images/ico-delete.svg'); }

/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

/*** COOKIE MODAL ***/
#cookieModal {
  z-index: 99999; }
#cookieModal.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  margin: 0; }
#cookieModal.modal .modal-content {
  border: 0;
  border-radius: 0; }
#cookieModal.modal .modal-body {
  background-color: #FFF;
  border: 0;
  border-radius: 5px;
  padding: 30px 0; }
#cookieModal.modal .modal-body p {
  line-height: 1.25; }
#cookieModal.modal .modal-body h2 {
  font-size: 18px;
  margin-bottom: 20px; }
#cookieModal.modal h3 {
  font-size: 22px;
  margin: 0; }
#cookieModal.modal p,
#cookieModal.modal li {
  font-weight: 475; }
#cookieModal.modal .form-check .form-check-input {
  border-color: #0070A3; }
#cookieModal.modal .modal-content,
#cookieModal.modal .modal-dialog,
#cookieModal.modal .modal-body {
  height: auto; } 
#cookieModal.modal .card.card-body {
  border: 1px solid;
  background-color: transparent;
  margin-bottom: 25px; }
#cookieModal.modal .btn {
  font-size: 1.15rem;
  padding: 1rem;
  margin-bottom: 1rem;
  letter-spacing: -0.25px; }
#cookieModal.modal .btn.btn-primary {
  color: #FFF;
  border: 2px solid #0093D6;
  background-color: #0093D6; }
#cookieModal.modal .btn.btn-secondary {
  color: #0093D6;
  border: 2px solid #0093D6; }
#cookieModal.modal .action-buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
.btn-cookies-pref {
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 999;
  position: fixed;
  bottom: 15px;
  left: 15px; }

/*** 404 ***/
body.e404 {
  background-color: #0093D6; }
body.e404 .logo img {
  width: 250px;
  height: 53.16px; }
body.e404 h1 {
  color: #FFF;
  font-size: 3.5rem;
  margin: 2rem 0; }
body.e404 p {
  color: #FFF; }
body.e404 a {
  color: #FFF; }
body.e404 a:hover,
body.e404 a:focus {
  color: #FFF; }
.fill-viewport {
  height: 100vh; }

/*** FOOTER ***/
footer {
  background-color: #0093D6;
  color: #fff;
  padding: 40px 0;
  font-size: .85rem;
  font-weight: 475;
  font-weight: 475;
  line-height: 32px; }
footer h2 {
  color: #FFF;
  font-size: 1.53rem;
  margin-bottom: 20px; }
footer .logo img {
  width: 33.122px;
  height: 31.222px; }
footer a {
  color: #fff;
    text-decoration: none; }
footer a:hover,
footer a:focus {
  color: #FFF;
  text-decoration: underline; }
footer p {
  color: #FFF; }
footer ul.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
footer ul.nav li {
  line-height: 1;
  margin-bottom: 20px; }
p.big,
.accordion-button,
.footer-note p {
  font-size: 18px; }
footer ul.nav li a,
.contact-f a,
footer .copy-legals p {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 475;
  line-height: normal; }
footer ul.nav li a:hover,
footer ul.nav li a:focus,
.contact-f a:hover,
.contact-f a:focus {
  color: #FFF;
  text-decoration: underline; }
.contact-f {
  margin-top: 40px; }
footer .copy-legals {
  margin-top: 30px; }
footer .copy-legals p {
  margin: 0; }
footer .copy-legals p.legals {
  font-size: 0;
  margin-bottom: 10px; }
footer .copy-legals p.legals a {
  font-size: 16px;
  display: block;
  margin: 5px 0; }

@media (max-width: 767px) {

  form.is-form table.dataTable.add-fund-table {
    margin-bottom: 0px !important; }
  form.is-form table.dataTable.add-fund-table tr {
    display: block;
    width: 100%; }
  form.is-form table.dataTable.add-fund-table tr td,
  form.is-form table.dataTable.add-fund-table tr th {
    display: block;
    width: 100%; }
  form.is-form table.dataTable.add-fund-table colgroup {
    display: none; }
  form.is-form table.dataTable.add-fund-table thead th:first-child {
    display: inline-block;
    width: 60%; }
  form.is-form table.dataTable.add-fund-table thead th:last-child {
    display: inline-block;
    width: 40%; }
  #add-fund-select {
    margin-top: 15px; }

}

@media (min-width: 768px) {

  html {
    font-size: 13px; }
  .rb-btn {
    margin-top: 0; }
  .mt-30 {
    margin-top: 15px!important; }
  .mb-30 {
    margin-bottom: 15px; }
  .pe-30 {
    padding-right: 15px; }
  .ps-30 {
    padding-left: 15px; }
  header {
    padding: 0; }
  header.open {
    height: 100vh; }
    header .navbar {
      padding: 10px 0; }
    .navbar-nav .nav-item .nav-link {
      font-size: 0.9rem; }
    .dropdown-menu li a { 
      font-size: 0.9rem; }
  .hero.h-auto {
    padding-top: 180px;
    padding-bottom: 100px;
    min-height: auto; }
  .modal-dialog {
    min-width: 630px; }
  div.dt-container div.dt-info {
    padding-left: 15px; }
  div.dt-container div.dt-paging ul.pagination {
    margin: 0;
    padding-right: 15px; }
  .dt-search {
    display: block; }
  div.dt-container div.dt-search {
    padding-right: 15px; }
  div.dt-container div.dt-search label {
    color: rgba(59, 64, 60, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 475;
    line-height: 1; }
  div.dt-container div.dt-search input {
    margin-left: 15px;
    border-radius: 10px;
    border: 1px solid #DDE5E8;
    background: #FFF; }
  div.dt-container div.dt-search input:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bottom-text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 40px; }
  ul.stats-list { 
    margin-top: 0; }
  .box-shadow {
    margin: 0; }
  .busf-list {
    margin-left: -10px;
    margin-right: -10px; }
  .busf-list li {
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .busf-list li:nth-child(3n+2) {
    margin-top: 30px; }
  .busf-list li:nth-child(3n+3) {
    margin-top: 60px; }
  .content {
    padding-top: 178px;
    padding-bottom: 60px; }
  form.change-password .form-control,
  form.is-form .form-control,
  form.is-form .form-select,
  form.is-form label {
    font-size: 0.9rem;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px; }
  footer .copy-legals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact-f {
    margin-top: 0px; }
  .remove-fund {
    width: 50px;
    height: 50px;
    margin-left: 25px; }
  p.big,
  .accordion-button,
  .footer-note p {
    font-size: 0.9rem; }
  .box-wrap {
    padding: 10px 20px 0; }
  footer ul.nav li a,
  .contact-f a,
  footer .copy-legals p {
    font-size: 0.9rem; }
  footer .copy-legals {
    margin-top: 50px; }
  footer .copy-legals p.legals {
    font-size: 1rem;
    margin-bottom: 0px; }
  footer .copy-legals p.legals a {
    font-size: 1rem;
    margin: 0;
    display: inline-block; }
  #cookieModal.modal .btn {
    padding: 1rem 2rem; }
  #cookieModal.modal .action-buttons {
    flex-direction: column; }
  .fund-name {
    line-height: 48px;
    padding: 0px 20px; }

}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    position: static;
    background-color: #FFF;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent; }
  .navbar-expand-lg .navbar-collapse .sectionTitle {
    display: none; }
  header .box {
    overflow: visible; }
  .navbar-nav {
    margin-bottom: 0px; }
  .navbar-nav .nav-item {
    padding: 0 7px; }
  .navbar-nav .nav-item .nav-link:hover,
  .navbar-nav .nav-item .nav-link:focus,
  .navbar-nav .nav-item .nav-link.active {
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 5px; }
  .navbar-nav .nav-item .nav-link {
    display: inline-block;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    text-decoration: none;
    color: #FCFCFC;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 475;
    line-height: normal;
    padding: 0; }
  .dropdown-menu {
    padding: 10px 20px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10); }
  .dropdown-toggle::after {
    float: none;
    background-image: url('../images/ddt-arrow.svg'); }
  .dropdown-menu li:first-child {
    padding-top: 10px; }
  .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0; }
  .dropdown-menu li {
    padding: 10px 0; }
  .dropdown-menu li a {
    color: #3b403c; 
    font-size: 0.9rem;
    padding: 0; }
  .dropdown-menu li a:hover {
    color: #0093D6;
    background-color: transparent; }
  .dropdown-menu li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    color: #3b403c;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; 
    margin-right: 15px; }
  header .account img {
    height: 25px;
    width: 25px; }
  footer ul.nav li a,
  .contact-f a,
  footer .copy-legals p {
    font-size: 0.9rem };
}

@media screen and (min-width: 1041px) {
  .table-wrapper {
    -webkit-box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);
    padding: 30px; }
  tfoot {
    display: table-footer-group; }    
  div.dt-container div.dt-length {
    padding: 0;
    text-align: left; }
  div.dt-container div.dt-length select {
    font-size: 14px;
    padding: 13px 27px 13px 15px; 
    margin-right: 15px; 
    background-position: right 17px center;
    background-size: 10px; }
  div.dt-container div.dt-length label {
    font-size: 14px; }
  div.dt-container div.dt-search {
    padding-right: 0px; }
  div.dt-container div.dt-search label {
    font-size: 14px; }
  table.dataTable {
    margin-bottom: 25px; }
  div.dt-container div.dt-info {
    padding-left: 0px; }
  div.dt-container div.dt-paging ul.pagination {
    padding-right: 0px; 
    margin-top: 0px; }
  table.dataTable > tbody > tr > td,
  table.dataTable > tfoot > tr > td {
    padding: 23px 20px; }
  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control {
    color: #3B403C;
    font-size: 14px;
    padding: 22px 20px; }
  table.dataTable > thead > tr > th {
    padding: 22px 20px;
    font-size: 14px; }
  table.dataTable > tbody > tr > td,
  table.dataTable > tfoot > tr > td {
    padding: 22px 20px; }
  div.dt-container div.dt-search input:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #mtable_wrapper {
    margin-top: -0.5rem; }
  table.dataTable>tbody>tr.child ul.dtr-details>li {
    font-size: 14px;
    padding: 13px 15px; }
  table.dataTable>tbody>tr.child span.dtr-title {
    font-size: 14px; }
  div.dt-container div.dt-info {
    font-size: 14px; }
  .active>.page-link, .page-link {
    font-size: 14px;
    width: 40px;
    height: 40px; }
}

@media screen and (min-width: 1024px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem; }
  .navbar-expand-lg .navbar-collapse .sectionTitle {
    display: none; }
  header .navbar-brand img {
    width: 130px;
    height: 26.29px; }
  header .box {
    overflow: visible; }
  .navbar-nav {
    margin-bottom: 0px; }
  .navbar-nav .nav-item {
    padding: 0 10px; }
  .navbar-nav .nav-item .nav-link:hover,
  .navbar-nav .nav-item .nav-link:focus,
  .navbar-nav .nav-item .nav-link.active {
    color: #FFF;
    text-decoration: underline; }
  .navbar-nav .nav-item .nav-link {
    display: inline-block;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    text-decoration: none;
    color: #FCFCFC;
    font-size: 1rem;
    font-style: normal;
    font-weight: 475;
    line-height: normal;
    padding: 20px 0; }
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; }
  .dropdown-menu {
    right: 0;
    padding: 10px 20px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10); }
  .dropdown-toggle::after {
    float: none;
    background-image: url('../images/ddt-arrow.svg'); }
  .dropdown-menu li:first-child {
    padding-top: 10px; }
  .dropdown-menu li:last-child {
    padding-bottom: 10px; }
  .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0; }
  .dropdown-menu li {
    padding: 10px 0; }
  .dropdown-menu li a {
    color: #3b403c; 
    font-size: 1rem;
    padding: 0; }
  .dropdown-menu li a:hover {
    color: #0093D6;
    background-color: transparent; }
  .dropdown-menu li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    color: #3b403c;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain; 
    margin-right: 15px; }
  header .account img {
    height: 25px;
    width: 25px; }
  footer .logo img {
    width: 55px;
    height: 31px; }
    p.big,
.accordion-button,
.footer-note p {
  font-size: 1rem; }
  footer ul.nav li a,
  .contact-f a,
  footer .copy-legals p {
    font-size: 1rem; }
}

@media (min-width: 1200px) {
  .btn, button {
    font-size: 16px; }
  .py-content {
    padding-top: 90px;
    padding-bottom: 90px; }
  .my-content {
    position: relative;
    margin-top: 90px;
    margin-bottom: 90px; }
  .mt-30 {
    margin-top: 20px!important; }
  .mt-45 {
    margin-top: 30px; }
  .mb-30 {
    margin-bottom: 20px; }
  .mt-60 {
    margin-top: 40px; }
  .mt-120 {
    margin-top: 90px; }
  .mb-20 {
    margin-bottom: 20px; }
  .mb-60 {
    margin-bottom: 40px!important; }
  .pe-30 {
    padding-right: 20px; }
  .ps-30 {
    padding-left: 20px; }
  header .navbar-brand img {
    width: 177.15px;
    height: 36px; }
  .navbar-nav .nav-item {
    padding: 0 15px; }
  .navbar-nav .nav-item .nav-link {
    font-size: 1rem; }
  header .account img {
    height: 30px;
    width: 30px; }
  .modal-body {
    padding: 40px; }
  .hero div.title {
    font-size: 1.43rem;
    margin-bottom: 20px; }
  .hero h1,
  h2 {
    font-size: 4rem; }
  h3,
  .busf-list strong {
    font-size: 1.43rem;
    margin-bottom: 20px; }
  .content h2 {
    font-size: 1.43rem;
    margin-bottom: 30px; }
  .box-shadow {
    padding: 40px; }
  .footer-note {
    margin-top: 38px; }
  .print-btn {
    font-size: 16px; }
  .logo-login img {
    width: 264.998px;
    height: 67px; }
  .loginPage .blur-box {
    padding: 60px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);      
            box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.10);
    padding: 40px; }
  .box-shadow.p20 {
    padding: 20px; }
  .box-shadow h3 {
    font-size: 1.43rem;
    margin-bottom: 20px; }
  .mid ul li div a {
    margin-left: 20px; }
  .top-section {
    margin-bottom: 45px; }
  .top-section div.title {
    font-size: 16px;
    margin-bottom: 15px; }
  .bottom-text {
    font-size: 1.14rem;
    bottom: 60px; }
  .investments-btn {
    margin-top: 40px; }
  ul.stats-list li {
    font-size: 1.14rem;
    margin-bottom: 20px; }
  ul.stats-list li strong {
    font-size: 3.28rem;
    margin-top: 32px; }
  h1 {
    font-size: 2.28rem;
    margin-bottom: 45px; }
  .loginPage .blur-box form .form-control {
    font-size: 16px; }
  .loginPage .blur-box form .btn {
    font-size: 16px; }
  .loginPage .blur-box .footer-form {
    margin-top: 33px; }
  .busf-list {
    margin-left: -25px;
    margin-right: -25px; }
  .busf-list li {
    padding-left: 25px;
    padding-right: 25px; }
  .busf-list li:nth-child(3n+2) {
    margin-top: 45px; }
  .busf-list li:nth-child(3n+3) {
    margin-top: 90px; }
  .modal-title {
    font-size: 16px; }
  form.change-password .form-control,
  form.is-form .form-control,
  form.is-form .form-select,
  form.is-form label {
    font-size: 1rem; }
  footer {
    padding: 90px 0 35px 0; }
  footer h2 {
    font-size: 1.53rem;
    margin-bottom: 30px; }
  footer .logo img {
    width: 80px;
    height: 77.121px; }
  footer .copy-legals {
    margin-top: 90px; }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px; }
  .hero.h-auto {
    padding-top: 200px;
    padding-bottom: 120px;
    min-height: auto; }
}


@media screen and (min-width: 1500px) {
  .ps8 {
    padding-left: 8%; }
}
@media screen and (min-width: 1770px) {
  .container {
    max-width: 1920px;
    padding-left: 140px;
    padding-right: 140px; }
  .hero.h-auto {
    padding-top: 260px;
    padding-bottom: 150px;
    min-height: auto; }
}

@media screen and (min-width: 1920px) {  
  .container {
    max-width: 1920px;
    padding-left: 180px;
    padding-right: 180px; }
  .py-content {
    padding-top: 120px;
    padding-bottom: 120px; }
  .my-content {
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px; }
  .mt-30 {
    margin-top: 30px!important; }
  .mt-45 {
    margin-top: 45px; }
  .mt-60 {
    margin-top: 60px; }
  .mt-120 {
    margin-top: 120px; }
  .mb-30 {
    margin-bottom: 30px; }
  .mb-60 {
    margin-bottom: 60px!important; }
  .pe-30 {
    padding-right: 30px; }
  .ps-30 {
    padding-left: 30px; }
  .navbar-nav .nav-item {
    padding: 0 20px; }
  .navbar-nav .nav-item .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.14rem; }
  .dropdown-menu li a {
    font-size: 1.14rem; }
  header .account img {
    height: 38px;
    width: 38px; }
  .top-section {
    margin-bottom: 60px; }
  ul.stats-list li {
    margin-bottom: 30px; }
  .busf-list {
    margin-left: -45px;
    margin-right: -45px; }
  .busf-list li {
    padding-left: 45px;
    padding-right: 45px; }
  .busf-list li:nth-child(3n+2) {
    margin-top: 60px; }
  .busf-list li:nth-child(3n+3) {
    margin-top: 120px; }
  footer {
    padding: 120px 0 50px 0; }
  footer h2 {
    font-size: 1.53rem;
    margin-bottom: 40px; }    
p.big,
.accordion-button,
.footer-note p {
  font-size: 1.43rem; }
footer ul.nav li a,
.contact-f a,
footer .copy-legals p {
  font-size: 1.14rem; }
  footer .copy-legals {
    margin-top: 120px; }
}