@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css?family=Special+Elite&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fredericka+the+Great|Special+Elite&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cinzel+Decorative&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poiret+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css?family=Passion+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Palanquin+Dark&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
/********************************************************************************/
/*MEDIA QUERIES*/
/********************************************************************************/
.jumbotron {
  background-image: none;
  background-color: #e5e6e8;
  background-position: 30% 0%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  padding-top: calc(10px + (90 - 10) * ((100vw - 300px) / (1600 - 300)));
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .jumbotron {
      background-image: url(../img/bg_stretched.jpg);
      background: none; } }
  .jumbotron .jumbotron-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px auto;
    float: none;
    padding-top: calc(13px + (40 - 13) * ((100vw - 300px) / (1600 - 300)));
    padding-bottom: calc(13px + (40 - 13) * ((100vw - 300px) / (1600 - 300)));
    right: 0px;
    position: relative;
    padding: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    right: 0px;
    height: calc(300px + (530 - 300) * ((100vw - 300px) / (1600 - 300)));
    width: 50vw;
    border: none;
    width: 100%; }
    @media (min-width: 767px) {
      .jumbotron .jumbotron-section-inner {
        right: calc(0px + (-250 - 0) * ((100vw - 300px) / (1600 - 300)));
        padding: 0px; } }
  .jumbotron .img-container {
    position: absolute;
    fill: #002d4430;
    height: 50vh;
    width: 50vh;
    right: 287px;
    top: 161px;
    display: none; }
  .jumbotron .container-fluid {
    z-index: 1;
    width: auto;
    padding: 0px;
    position: relative;
    width: 100%;
    text-align: right; }
  .jumbotron video {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 200%;
    pointer-events: none;
    top: 0px; }
    @media (min-width: 767px) {
      .jumbotron video {
        width: 100%;
        top: -150px; } }
  .jumbotron #login-form {
    background: #ffffff4f;
    border-radius: 6px; }
  .jumbotron .img {
    height: 400px; }
  .jumbotron .headline {
    color: #8A6A0A;
    font-size: 3.5vw;
    font-family: "Montserrat";
    float: right;
    text-align: center;
    font-weight: 800;
    padding-bottom: 5rem;
    padding-right: 10vw; }
    .jumbotron .headline span.span-top {
      font-family: 'Palanquin Dark', sans-serif;
      color: #ffffff2b;
      font-size: 112px;
      position: absolute;
      top: -47px;
      left: -38px;
      right: 0px;
      bottom: 0px; }
    .jumbotron .headline span.span-bottom {
      font-family: 'Palanquin Dark', sans-serif;
      color: #ffffff2b; }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.carousel-control-next {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 31%; }

.carousel-control-next-icon {
  right: 0px;
  position: relative; }

.carousel-control-prev {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 31%; }

.carousel-control-prev-icon {
  right: 0px;
  position: relative; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 40px;
  width: 40px; }

.carousel-btn-wrapper {
  border: 1px solid red; }

.btn.btn-primary {
  background: #3378bd; }
  .btn.btn-primary:hover {
    background: #1d456d; }

.btn.btn-primary {
  background: #3378bd; }
  .btn.btn-primary:hover {
    background: #1d456d; }

.backgrid-container .table-spinner {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem); }

/*******************************
TABLE HAS PHONE VIEW
*******************************/
table.table,
table.table.table-has-phone-view {
  border: 1px solid #dcdcdc; }
  table.table thead,
  table.table.table-has-phone-view thead {
    display: none; }
    @media (min-width: 767px) {
      table.table thead,
      table.table.table-has-phone-view thead {
        display: table-header-group;
        position: -webkit-sticky;
        position: sticky;
        top: 0px; } }
  table.table tbody tr,
  table.table.table-has-phone-view tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: .5rem; }
    @media (min-width: 767px) {
      table.table tbody tr,
      table.table.table-has-phone-view tbody tr {
        display: table-row; } }
    table.table tbody tr td,
    table.table.table-has-phone-view tbody tr td {
      display: table-cell;
      height: auto;
      padding: 0px;
      text-align: left;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 100%;
      font-size: 1rem;
      text-align: left; }
      @media (min-width: 767px) {
        table.table tbody tr td,
        table.table.table-has-phone-view tbody tr td {
          height: 40px;
          min-width: auto;
          max-width: 250px;
          height: 40px;
          padding: 4px 5px;
          display: table-cell;
          font-size: .75rem;
          color: red;
          border-left: 1px solid #dcdcdc; } }
    table.table tbody tr td:first-child,
    table.table.table-has-phone-view tbody tr td:first-child {
      font-weight: bold; }
      @media (min-width: 767px) {
        table.table tbody tr td:first-child,
        table.table.table-has-phone-view tbody tr td:first-child {
          font-weight: normal; } }
    table.table tbody tr .time-cell,
    table.table tbody tr .number-cell,
    table.table tbody tr .integer-cell,
    table.table tbody tr .percent-cell,
    table.table tbody tr .time-cell.editor input[type=text],
    table.table tbody tr .number-cell.editor input[type=text],
    table.table tbody tr .integer-cell.editor input[type=text],
    table.table tbody tr .percent-cell.editor input[type=text],
    table.table.table-has-phone-view tbody tr .time-cell,
    table.table.table-has-phone-view tbody tr .number-cell,
    table.table.table-has-phone-view tbody tr .integer-cell,
    table.table.table-has-phone-view tbody tr .percent-cell,
    table.table.table-has-phone-view tbody tr .time-cell.editor input[type=text],
    table.table.table-has-phone-view tbody tr .number-cell.editor input[type=text],
    table.table.table-has-phone-view tbody tr .integer-cell.editor input[type=text],
    table.table.table-has-phone-view tbody tr .percent-cell.editor input[type=text] {
      text-align: left; }
      @media (min-width: 767px) {
        table.table tbody tr .time-cell,
        table.table tbody tr .number-cell,
        table.table tbody tr .integer-cell,
        table.table tbody tr .percent-cell,
        table.table tbody tr .time-cell.editor input[type=text],
        table.table tbody tr .number-cell.editor input[type=text],
        table.table tbody tr .integer-cell.editor input[type=text],
        table.table tbody tr .percent-cell.editor input[type=text],
        table.table.table-has-phone-view tbody tr .time-cell,
        table.table.table-has-phone-view tbody tr .number-cell,
        table.table.table-has-phone-view tbody tr .integer-cell,
        table.table.table-has-phone-view tbody tr .percent-cell,
        table.table.table-has-phone-view tbody tr .time-cell.editor input[type=text],
        table.table.table-has-phone-view tbody tr .number-cell.editor input[type=text],
        table.table.table-has-phone-view tbody tr .integer-cell.editor input[type=text],
        table.table.table-has-phone-view tbody tr .percent-cell.editor input[type=text] {
          text-align: right; } }
    table.table tbody tr .date-cell,
    table.table tbody tr .datetime-cell,
    table.table tbody tr .date-cell.editor input[type=text],
    table.table.table-has-phone-view tbody tr .date-cell,
    table.table.table-has-phone-view tbody tr .datetime-cell,
    table.table.table-has-phone-view tbody tr .date-cell.editor input[type=text] {
      text-align: left; }
      @media (min-width: 767px) {
        table.table tbody tr .date-cell,
        table.table tbody tr .datetime-cell,
        table.table tbody tr .date-cell.editor input[type=text],
        table.table.table-has-phone-view tbody tr .date-cell,
        table.table.table-has-phone-view tbody tr .datetime-cell,
        table.table.table-has-phone-view tbody tr .date-cell.editor input[type=text] {
          text-align: center; } }
    table.table tbody tr .td-center,
    table.table.table-has-phone-view tbody tr .td-center {
      text-align: left; }
      @media (min-width: 767px) {
        table.table tbody tr .td-center,
        table.table.table-has-phone-view tbody tr .td-center {
          text-align: center; } }

/*************************END TABLE HAS PHONE VIEW**************************************/
.kard-body .backgrid-container {
  min-height: 100%;
  height: 100%;
  background: white;
  border: none;
  width: calc(99% + 9px); }
  .kard-body .backgrid-container table.table tbody {
    background: white; }
    .kard-body .backgrid-container table.table tbody tr.row-active {
      background: #ffa; }

.backgrid-container table tbody tr td.checkbox-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 767px) {
    .backgrid-container table tbody tr td.checkbox-col {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.backgrid-filter .search {
  top: 9px;
  width: 18px;
  height: 100%; }

/******************************************************************************/
table.backgrid,
table {
  margin-bottom: 0px; }
  table.backgrid td,
  table.backgrid td span,
  table td,
  table td span {
    font-family: "Montserrat"; }
  table.backgrid th,
  table th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: white;
    z-index: 10;
    padding: 0px .5rem;
    color: #6f6f6f; }
    table.backgrid th a,
    table th a {
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  table.backgrid .row-active,
  table .row-active {
    background: #ffa; }

.backgrid-filter.form-search {
  margin: 0px; }

html body
.ctrl-ubar .headline {
  margin: 0px; }
html body
.ctrl-ubar .dropdown-menu a.dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: .75rem;
  padding-right: .75rem; }
  html body
  .ctrl-ubar .dropdown-menu a.dropdown-item span.icon {
    margin-right: .5rem;
    font-size: 0.75rem !important; }
  html body
  .ctrl-ubar .dropdown-menu a.dropdown-item .dropdown-shortcut-txt {
    color: #888888;
    margin-left: .5rem;
    font-size: .7rem; }

.kard-deck > div.kard > div.kard-header .view-ubar .grid-item .inner-header-icons .dropdown-menu a.dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: .75rem;
  padding-right: .75rem; }
  .kard-deck > div.kard > div.kard-header .view-ubar .grid-item .inner-header-icons .dropdown-menu a.dropdown-item span.icon {
    margin-right: .5rem;
    font-size: 0.75rem !important;
    width: auto; }
    .kard-deck > div.kard > div.kard-header .view-ubar .grid-item .inner-header-icons .dropdown-menu a.dropdown-item span.icon:before {
      font-size: .7rem;
      width: auto;
      font-weight: normal; }
  .kard-deck > div.kard > div.kard-header .view-ubar .grid-item .inner-header-icons .dropdown-menu a.dropdown-item .dropdown-label {
    font-weight: normal; }
  .kard-deck > div.kard > div.kard-header .view-ubar .grid-item .inner-header-icons .dropdown-menu a.dropdown-item .dropdown-shortcut-txt {
    color: #888888;
    margin-left: .5rem;
    font-size: 0.7rem !important; }

.ctrl-ubar {
  z-index: 11;
  background: none;
  height: 56px;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  padding: 0px 0px 0px 0px;
  padding: 0px 1rem; }
  .ctrl-ubar h1 {
    font-size: 2.5rem; }
  .ctrl-ubar h2 {
    font-size: 2rem; }
  .ctrl-ubar h3 {
    font-size: 1.75rem; }
  .ctrl-ubar h4 {
    font-size: 1.5rem; }
  .ctrl-ubar h5 {
    font-size: 1.25 0.5rem; }
  .ctrl-ubar h6 {
    font-size: 1rem; }
  .ctrl-ubar .ubar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ctrl-ubar > div,
  .ctrl-ubar .ctrl-ubar-child {
    height: 100%; }
  .ctrl-ubar .ctrl-ubar-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 0rem; }
  .ctrl-ubar .hdr-grp {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ctrl-ubar .hdr-grp .headline {
      white-space: nowrap; }
    .ctrl-ubar .hdr-grp .form-group {
      margin-bottom: 0px;
      min-width: 40px;
      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;
      height: 100%; }
      .ctrl-ubar .hdr-grp .form-group:hover {
        background: #00000008; }
      .ctrl-ubar .hdr-grp .form-group label {
        margin-bottom: 0px; }
      .ctrl-ubar .hdr-grp .form-group .icon {
        color: #555; }
    .ctrl-ubar .hdr-grp .cubar-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.ctrl-ubar .ctrl-ubar-inner .hdr-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ctrl-ubar .ctrl-ubar-inner .hdr-grp .icon {
    font-size: 1.7rem; }
.ctrl-ubar .ctrl-ubar-inner .cubar-titles,
.ctrl-ubar .ctrl-ubar-inner .builder-titles {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.ctrl-ubar .ctrl-ubar-inner .hdr-grp-c {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.nav-container {
  width: 100%;
  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;
  height: 100%;
  min-height: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .nav-container {
      max-height: 116px; } }
  .nav-container li {
    min-height: 40px; }
  .nav-container a {
    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; }

.pre-nav {
  display: none;
  width: 100%;
  text-align: -webkit-center;
  color: #ffe38f;
  color: #d8c58e;
  padding-top: 20px;
  padding-top: calc(7px + (18 - 7) * ((100vw - 300px) / (1600 - 300))); }
  .pre-nav svg {
    fill: #dbdddf;
    height: 50px;
    padding-bottom: .5rem;
    position: relative;
    right: -14px;
    height: calc(24px + (38 - 24) * ((100vw - 300px) / (1600 - 300)));
    top: 2px;
    margin-right: 4px; }
  .pre-nav .display-3 {
    font-size: 4.5rem;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2;
    font-weight: bold;
    color: #ffe38f; }
  .pre-nav .display-4 {
    font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1600 - 300))); }

.bg-dark {
  background: transparent !important; }

nav.navbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  margin: 0px auto;
  margin: 0px;
  margin: 0px auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  background: #0070c0 !important; }
  nav.navbar .collapse {
    height: 100%; }
  nav.navbar .logo-wrapper {
    min-width: 100px;
    width: auto;
    float: none;
    margin: 0px auto;
    margin-bottom: 0px;
    height: 100%;
    max-height: 100%; }
  nav.navbar .navbar-nav {
    height: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    nav.navbar .navbar-nav .nav-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  nav.navbar .navbar-brand {
    margin: 0px;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    height: 100%;
    padding: 0px;
    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; }
    @media (min-width: 991px) {
      nav.navbar .navbar-brand {
        display: none; } }
    nav.navbar .navbar-brand img {
      max-width: 200px; }
  nav.navbar li.title-li.nav-item {
    display: none; }
    @media (min-width: 991px) {
      nav.navbar li.title-li.nav-item {
        display: block; } }
  nav.navbar .li-navbar-brand {
    display: none; }
    @media (min-width: 767px) {
      nav.navbar .li-navbar-brand {
        display: block; } }
  nav.navbar ul {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center; }
  nav form.form-inline {
    display: none; }
  nav a {
    color: white; }

header .logo-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  header .logo-wrapper svg {
    width: 102px; }
  header .logo-wrapper svg:first-child {
    height: calc(56px + (102 - 56) * ((100vw - 300px) / (1600 - 300))); }

header nav.navbar .collapse .st3-mri {
  fill: #33437f; }
header nav.navbar .collapse ul.navbar-nav li.nav-item a {
  color: #555; }

.navbar-nav-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

header {
  min-height: 56px;
  background: white; }

nav.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 56px; }
  @media (min-width: 1200px) {
    nav.navbar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: .5rem 3rem; } }
  nav.navbar .navbar-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

nav.navbar {
  height: 56px;
  padding: 0px; }
  nav.navbar .collapse {
    height: auto; }
    @media (min-width: 992px) {
      nav.navbar .collapse {
        height: 100%; } }
    nav.navbar .collapse .navbar-nav-a {
      display: none; }
    nav.navbar .collapse .logo-wrapper-b {
      display: none !important;
      border: 2px solid green !important; }
    nav.navbar .collapse .navbar-nav {
      height: auto;
      background: white;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) {
        nav.navbar .collapse .navbar-nav {
          height: 56px;
          background: none;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      nav.navbar .collapse .navbar-nav li.nav-item {
        border-bottom: 1px solid #dcdcdc;
        width: 100%; }
        @media (min-width: 992px) {
          nav.navbar .collapse .navbar-nav li.nav-item {
            border-bottom: none;
            width: auto; } }
        nav.navbar .collapse .navbar-nav li.nav-item a.nav-link {
          color: #555;
          color: red;
          min-width: 100%; }
          @media (min-width: 992px) {
            nav.navbar .collapse .navbar-nav li.nav-item a.nav-link {
              color: white;
              width: auto; } }
        nav.navbar .collapse .navbar-nav li.nav-item a.nav-link:hover {
          background: #3e85cb; }

header {
  background: white;
  max-height: 56px;
  height: auto;
  color: #555;
  position: relative;
  top: 0px;
  z-index: 11;
  width: 100%;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #dcdcdc;
  border-bottom: none;
  padding: 0rem 0rem;
  min-height: 56px;
  max-height: none;
  border-bottom: 1px solid #dcdcdc; }
  @media (min-width: 1200px) {
    header {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-height: 56px; } }
  header a {
    color: #555; }
  header .icon {
    color: #555; }
    header .icon:hover {
      color: #0070c0; }
  header .dropdown-menu a {
    color: #555; }
  header .headline {
    color: #0070c0; }
  header nav.navbar .collapse {
    -ms-flex-item-align: center;
        align-self: center; }
    header nav.navbar .collapse .navbar-brand {
      display: none; }
      @media (min-width: 1200px) {
        header nav.navbar .collapse .navbar-brand {
          display: block; } }
    header nav.navbar .collapse ul.navbar-nav li.nav-item {
      height: 100%; }
      header nav.navbar .collapse ul.navbar-nav li.nav-item a {
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  header nav.navbar .collapse ul.navbar-nav li.nav-item a {
    color: #555; }

.navbar-nav-a {
  display: none; }

.navbar-light .navbar-nav .nav-link {
  padding: 0px 1rem; }

.navbar-light .navbar-nav .btn .nav-link {
  padding: 0px .0rem; }

.modal .modal-dialog {
  margin-bottom: calc(23% - 0px); }
  .modal .modal-dialog .content-wrapper {
    padding: 2rem 1rem 1rem 1rem; }
  .modal .modal-dialog .modal-title-wrapper {
    padding: 1rem 1rem 1rem 1rem; }
.modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .modal .modal-header .ubar-group-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.modal .view-ubar {
  background: none; }
  .modal .view-ubar .btn {
    max-width: none; }
.modal .modal-header.modal-button-wrapper,
.modal .modal-header.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.modal .modal-body {
  padding: 1rem 2rem 1rem 2rem; }
.modal .icon:before {
  color: #ddd; }
.modal .form-group {
  margin-bottom: .75rem; }
  .modal .form-group .icon:before {
    color: #ddd; }

html .modal-basic .modal-header {
  background: #0070c0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  html .modal-basic .modal-header .headline {
    color: white; }
  html .modal-basic .modal-header span {
    color: white; }
html .modal-basic .btn {
  background: #0070c0;
  color: white;
  border: #0070c0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.9;
  margin-right: .5rem; }
  html .modal-basic .btn:hover {
    background: #113c1d;
    opacity: 1; }
html .modal-basic .btn:last-child {
  margin-right: 0px; }

html .modal-alert .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 100%;
  margin: 0px; }
html .modal-alert .btn {
  background: #227839;
  color: white;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.9;
  margin-right: .5rem; }
  html .modal-alert .btn:hover {
    background: #113c1d;
    opacity: 1; }
html .modal-alert .btn:last-child {
  margin-right: 0px; }
html .modal-alert .modal-header {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%; }

.modal .modal-dialog-xs {
  width: 360px; }
.modal .modal-dialog-sm {
  width: 667px; }
.modal .modal-dialog-md {
  max-width: 768px; }
.modal .modal-dialog-lg {
  max-width: 63%;
  min-width: 784px; }
.modal .modal-dialog-xl {
  width: 1024px; }

.modal .modal-content-wrapper {
  padding: 0px 0px 0px 0xp; }
  .modal .modal-content-wrapper .modal-button-wrapper .ubar-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.modal .button_wrapper,
.modal-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem; }
  .modal .button_wrapper .form-group,
  .modal-button-wrapper .form-group {
    margin-bottom: 0rem; }

.modal-content-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .modal-content-wrapper .content-wrapper label,
  .modal-content-wrapper .content-wrapper input {
    width: 100%; }

.modal .ubar-center {
  text-align: center; }
  .modal .ubar-center .icon-lightbulb {
    color: white;
    background: #39c75f;
    border-radius: 5rem;
    padding: .5rem;
    margin-right: .5rem; }

/******************************************************************************/
/*@import "utilities/align";
@import "utilities/background";
@import "utilities/borders";
@import "utilities/clearfix";
@import "utilities/display";
@import "utilities/embed";
@import "utilities/flex";
@import "utilities/float";
@import "utilities/position";
@import "utilities/screenreaders";
@import "utilities/shadows";
@import "utilities/sizing";
@import "utilities/spacing";
@import "utilities/text";
@import "utilities/visibility";*/
body.mq-mode {
  position: relative; }
  body.mq-mode:before {
    pointer-events: none;
    content: "360x640 35% of Mobile Phones";
    background: #0000ff1f !important;
    position: fixed;
    height: 640px;
    width: 360px;
    left: 0px;
    top: 0px;
    z-index: 9991;
    font-size: 20px;
    color: #252121;
    border: 1px solid red;
    /*            @include break(900px){
                    content: "768x1024";
                    background: #00800021 !important;
                    position: fixed;
                    height: 900px;
                    width: 1440px;
                    left: 0px;
                    top: 0px;
                    z-index: 9991;
                }*/ }
    @media (min-width: 736px) {
      body.mq-mode:before {
        content: "414x736 landscape longest before most popular tablet size";
        background: #ff000030 !important;
        position: fixed;
        height: 414px;
        width: 736px;
        left: 0px;
        top: 0px;
        z-index: 9991; } }
    @media (min-width: 768px) {
      body.mq-mode:before {
        content: "768x1024  62.86% of Tablets";
        background: #80008029 !important;
        position: fixed;
        height: 1024px;
        width: 768px;
        left: 0px;
        top: 0px;
        z-index: 9991;
        font-size: 20px;
        color: #252121;
        padding: 342px; } }
    @media (min-width: 1024px) {
      body.mq-mode:before {
        content: "1024x768";
        background: #ff00001a !important;
        position: fixed;
        height: 768px;
        width: 1024px;
        left: 0px;
        top: 0px;
        z-index: 9991;
        font-size: 20px;
        color: #252121;
        padding: 342px; } }
    @media (min-width: 1280px) {
      body.mq-mode:before {
        content: "1280x800 This is smallest desktop size";
        background: #ff00001a !important;
        position: fixed;
        height: 800px;
        width: 1280px;
        left: 0px;
        top: 0px;
        z-index: 9991;
        font-size: 20px;
        color: #252121;
        padding: 342px; } }

/*===============================================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  font-family: "Montserrat";
  height: 100%; }

body {
  height: 100%;
  font-size: 1rem;
  line-height: 161.8%;
  color: #555;
  font-family: "Montserrat";
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  background: #e6e6e6; }

header {
  max-height: auto;
  border: 1px solid white; }
  @media (min-width: 1280px) {
    header {
      max-height: 56px; } }

.section-wrapper {
  height: 100%; }
  .section-wrapper section {
    height: 100%; }
    .section-wrapper section .section-inner {
      height: 100%; }

p {
  max-width: 544px; }

.hidden {
  display: none !important; }

blockquote p {
  width: auto; }

.blockquote-footer {
  max-width: 680px;
  color: #ffc107;
  float: left;
  width: 100%;
  padding-left: 2rem; }
  .blockquote-footer cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .blockquote-footer cite span {
      text-align: left; }

.blockquote-footer::before {
  display: none; }

.blockquote-wrapper blockquote {
  float: left;
  padding: 0px;
  margin-bottom: 0px; }

small {
  max-width: auto; }

.text-danger {
  color: #9c0211 !important; }

.text-success {
  color: green !important; }

.button-group-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.btn.btn-outline-orange {
  background: white;
  border: 1px solid #e17f38;
  color: #e17f38; }
  .btn.btn-outline-orange a {
    color: #e17f38 !important; }

.btn.btn-outline-green {
  background: white;
  border: 1px solid #227839;
  color: #227839; }
  .btn.btn-outline-green a {
    color: #227839 !important; }

.font-orange {
  color: #e17f38 !important; }

.font-green {
  color: #227839 !important; }

label {
  margin-bottom: 0px; }

.signature {
  font-family: 'Sacramento', cursive;
  position: absolute;
  top: calc(90px + (130 - 90) * ((100vw - 300px) / (1600 - 300)));
  right: calc(20px + (20 - 18) * (100vw - 400px) / (800 - 400));
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  color: #d8c58e;
  font-size: calc(28px + (28 - 18) * (100vw - 400px) / (800 - 400));
  width: auto;
  white-space: nowrap; }

section {
  background: none;
  padding: 0rem 0rem;
  position: relative;
  z-index: 11; }

.section-inner {
  padding: 0rem;
  padding-top: 0px;
  padding-bottom: 0px;
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0px auto;
  float: none; }

.kard-deck .kard {
  background: none;
  border: none;
  margin-right: 0rem;
  margin-left: 0rem;
  padding: 0px; }

.kard-header {
  padding: 0rem;
  border: none;
  background: none;
  padding: 0rem 1rem; }

.kard-body {
  padding: 0rem;
  max-width: 100%; }

.kard-footer {
  padding: 0rem;
  border: none; }

.kard-deck {
  margin-right: -0rem;
  margin-left: -0rem;
  width: 100%;
  padding: 0px; }

.a-button:focus {
  outline: 0;
  border-color: #e77600;
  -webkit-box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
          box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5); }

.a-button-primary {
  color: #111; }
  .a-button-primary:hover {
    border-color: #a88734 #9c7e31 #846a29; }
  .a-button-primary .btn-amazon {
    background: #f4d078;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7dfa5), to(#f0c14b));
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    border-color: #a88734 #9c7e31 #846a29;
    font-size: 13px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset; }
    .a-button-primary .btn-amazon:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#f7dfa5), to(#f0c14b));
      background: linear-gradient(to bottom, #f7dfa5, #f0c14b); }

.page-footer {
  background: #c5c5c5;
  padding: 3.125rem 1rem;
  color: white;
  height: 164px; }
  .page-footer .pg-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-footer .copyright-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0px 1rem 0px; }

body section .section-inner .kard-deck-lefttabs > div.kard.kard-has-hubar > div.kard-header .view-ubar {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 80px; }

.custom-ubar {
  height: 56px;
  border-bottom: 1px solid #dcdcdc;
  background: #f2f2f2;
  padding: 0px 1rem;
  border-bottom: 0px; }
  .custom-ubar .ubar-group {
    height: 100%; }
    .custom-ubar .ubar-group .form-group:first-child {
      margin-right: 0px; }
    .custom-ubar .ubar-group .form-group {
      margin: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .custom-ubar .ubar-group .form-group .btn.btn-primary.active {
        background: #e6e6e6;
        border: none;
        border-radius: 0px; }
        .custom-ubar .ubar-group .form-group .btn.btn-primary.active span {
          color: #333; }
      .custom-ubar .ubar-group .form-group .btn.btn-primary {
        background: #f2f2f2;
        border: #f2f2f2;
        color: #555; }
        .custom-ubar .ubar-group .form-group .btn.btn-primary:hover {
          background: #ededed; }

.view-ubar {
  background: #e6e6e6;
  height: 80px;
  padding: 0rem 1rem; }
  .view-ubar .form-group {
    margin: 0px; }
  .view-ubar label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .view-ubar h1 {
    font-size: 2.5rem; }
  .view-ubar h2 {
    font-size: 2rem; }
  .view-ubar h3 {
    font-size: 1.75rem; }
  .view-ubar h4 {
    font-size: 1.5rem; }
  .view-ubar h5 {
    font-size: 1.25 0.5rem; }
  .view-ubar h6 {
    font-size: 1rem; }

.kard-has-hubar > div.kard-header .ubar-group-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 0px; }
  .kard-has-hubar > div.kard-header .ubar-group-a .form-group {
    margin-right: 1rem; }
.kard-has-hubar > div.kard-header .ubar-group-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center; }
  .kard-has-hubar > div.kard-header .ubar-group-b > div {
    margin-left: .5rem; }

body .kard-has-hubar.kard-has-fubar > div.kard-body {
  height: calc(100% - (136px)); }

section .section-inner .kard-has-fubar .kard-body {
  height: calc(100% - (80px + 56px)); }

.form-group-button {
  border: 1px solid green;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

body .kard-has-hubar > .kard-body {
  height: calc(100% - 80px); }

body .kard-has-hubar.kard-has-fubar > .kard-body {
  height: calc(100% - 80px + 56px); }

.kard-footer {
  height: 56px;
  padding: 0px 1rem;
  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; }

.no-click-thru {
  pointer-events: none; }

.dropdown-toggle::after {
  display: none !important; }

.layout-one {
  height: 100%;
  /******************************************************************************/
  /*                                   101                                      */
  /******************************************************************************/
  /*102A*****************************************************/ }
  .layout-one .backgrid-container {
    height: 100%; }
  .layout-one .section-wrapper,
  .layout-one section,
  .layout-one .section-inner {
    height: 100%; }
  .layout-one .section-wrapper {
    height: calc(100% - 58px); }
  .layout-one .section-inner {
    width: 100%;
    margin: 0px auto;
    float: none; }
  .layout-one .kard-deck {
    margin-right: 0px;
    margin-left: 0px;
    height: 100%; }
    .layout-one .kard-deck .kard {
      margin-right: 0rem;
      margin-left: 0rem;
      height: 100%; }
  .layout-one .kard {
    height: 100%;
    margin: 0px;
    margin-right: 0rem;
    margin-left: 0rem; }
  .layout-one .kard-header {
    padding: 0px; }
    .layout-one .kard-header .view-ubar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .layout-one .kard-header .view-ubar .ubar-group-b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .layout-one .kard-header .view-ubar .ubar-group-b > div {
        padding-left: .25rem; }
      .layout-one .kard-header .view-ubar .ubar-group-b > div:nth-child(1) {
        padding-left: 0rem; }
  .layout-one .kard-body {
    max-width: 100%;
    height: 100%; }
  .layout-one .kard-footer {
    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; }
    .layout-one .kard-footer .pagination {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .layout-one .kard-deck-101 {
    padding: 1rem;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%; }
  .layout-one .kard-deck-102 {
    height: 100%;
    width: 100%; }
  .layout-one .kard-deck-102-a {
    width: 100%; }
  .layout-one .kard-deck-101 > .kard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .layout-one .kard-deck-101 > .kard > .kard-body {
      padding: 0rem; }
  .layout-one .kard-deck-102-a > .kard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*HEADER 102A **********************************************/
    /*END HEADER**********************************************************/
    /*BODY 102A***************************************************************/
    /*END BODY***********************************************************/
    /*FOOTER 102A*************************************************************/
    /*END FOOTER*********************************************************/ }
    .layout-one .kard-deck-102-a > .kard > .kard-header {
      display: block; }
      .layout-one .kard-deck-102-a > .kard > .kard-header > .headline {
        color: red; }
      .layout-one .kard-deck-102-a > .kard > .kard-header > nav {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .layout-one .kard-deck-102-a > .kard > .kard-header > nav .navbar-collapse {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
    .layout-one .kard-deck-102-a > .kard > .kard-body {
      width: auto;
      padding: 0px; }
    .layout-one .kard-deck-102-a > .kard > .kard-footer .pagination {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

/*===================================================================================*/
/*===================================================================================*/
.layout-102-two {
  height: 100%; }
  .layout-102-two body {
    height: 100%; }
    .layout-102-two body section {
      height: 100%; }
      .layout-102-two body section .section-inner {
        width: 100%;
        margin: 0px auto;
        float: none;
        padding: 1rem;
        border: 4px solid red; }

.layout-102-two .sec-1 .kard-header .view-ubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .layout-102-two .sec-1 .kard-header .view-ubar button {
    padding: 0px; }
.layout-102-two .sec-1 .kard-body {
  height: 100%; }

.layout-102-two .sec-1 .kard-deck-101 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .layout-102-two .sec-1 .kard-deck-101 > div.kard {
    width: 100%; }
    .layout-102-two .sec-1 .kard-deck-101 > div.kard > div.kard-body {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }

.layout-102-two .sec-1 .kard-deck-102 {
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 0rem 1rem; }
  .layout-102-two .sec-1 .kard-deck-102 > div.kard {
    height: 100%; }
.layout-102-two .sec-1 .kard-deck-102-a {
  padding-right: .5rem; }
.layout-102-two .sec-1 .kard-deck-102-b {
  padding-left: .5rem; }

.layout-102-two .sec-1 .kard-deck-103 {
  height: 100%; }
.layout-102-two .sec-1 .kard-deck-103-a {
  height: 50%; }
.layout-102-two .sec-1 .kard-deck-103-b {
  height: 50%; }
  .layout-102-two .sec-1 .kard-deck-103-b > div.kard {
    height: 100%; }
    .layout-102-two .sec-1 .kard-deck-103-b > div.kard > div.kard-body {
      height: 100%; }

/******************************************************************************/
/*                                VARIABLES                                   */
/******************************************************************************/
/******************************************************************************/
/*                              LAYOUT TWO STACKED                               */
/******************************************************************************/
html {
  height: 100%; }

.layout-two-stacked {
  height: 100%;
  /******************************************************************************/
  /*                                   101                                      */
  /******************************************************************************/ }
  .layout-two-stacked .backgrid-container {
    height: 100%; }
  .layout-two-stacked .section-wrapper,
  .layout-two-stacked section,
  .layout-two-stacked .section-inner {
    height: 100%; }
  .layout-two-stacked .section-wrapper {
    height: calc(100% - 56px); }
  .layout-two-stacked .section-inner {
    width: 100%;
    margin: 0px auto;
    float: none; }
  .layout-two-stacked .kard-deck {
    margin-right: 0px;
    margin-left: 0px; }
  .layout-two-stacked .kard {
    margin: 0px;
    margin-right: 0rem;
    margin-left: 0rem; }
  .layout-two-stacked .kard-header {
    padding: 0px; }
  .layout-two-stacked .kard-body {
    padding: 0px; }
  .layout-two-stacked .kard-deck-101 {
    padding: 1rem;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%; }
  .layout-two-stacked .kard-deck-101 {
    padding: 1rem; }
    .layout-two-stacked .kard-deck-101 > .kard {
      height: 100%; }
      .layout-two-stacked .kard-deck-101 > .kard > .kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
  .layout-two-stacked .kard-deck-102-a {
    height: calc(50% - 18px);
    margin-bottom: .5rem; }
    .layout-two-stacked .kard-deck-102-a > .kard {
      height: 100%; }
      .layout-two-stacked .kard-deck-102-a > .kard .kard-header {
        display: block; }
      .layout-two-stacked .kard-deck-102-a > .kard > .kard-body {
        width: auto;
        overflow: auto;
        border: 1px solid #dcdcdc; }
  .layout-two-stacked .kard-deck-102-b {
    height: 50%;
    margin-top: 0rem; }
    .layout-two-stacked .kard-deck-102-b > .kard {
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .layout-two-stacked .kard-deck-102-b > .kard .kard-header {
        display: block; }
      .layout-two-stacked .kard-deck-102-b > .kard > .kard-body {
        width: auto;
        overflow: auto;
        border: 1px solid #dcdcdc; }

.layout-102-three section .section-inner {
  padding: 0px; }
  @media (min-width: 767px) {
    .layout-102-three section .section-inner {
      padding: 1rem; } }
  .layout-102-three section .section-inner .kard-deck {
    margin-right: -0px;
    margin-left: -0px; }
    .layout-102-three section .section-inner .kard-deck .kard {
      margin-right: 0rem;
      margin-left: 0rem; }
  .layout-102-three section .section-inner .kard-deck-101 {
    padding: 0rem;
    margin-left: 0px;
    margin-right: 0px; }
    .layout-102-three section .section-inner .kard-deck-101 > .kard {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: none;
      height: 100%; }
      .layout-102-three section .section-inner .kard-deck-101 > .kard .kard-header .view-ubar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .layout-102-three section .section-inner .kard-deck-101 > .kard .kard-header .view-ubar .ubar-group-b {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .layout-102-three section .section-inner .kard-deck-101 > .kard .kard-header .view-ubar .ubar-group-b > div {
          padding-left: .25rem; }
        .layout-102-three section .section-inner .kard-deck-101 > .kard .kard-header .view-ubar .ubar-group-b > div:nth-child(1) {
          padding-left: 0rem; }
      .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        padding: 0px;
        max-width: 100%; }
        @media (min-width: 1024px) {
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 1rem;
            grid-template-rows: 100%; } }
        .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body > div.kard-deck-102 {
          height: 100%; }
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body > div.kard-deck-102 > div.kard {
            height: 100%; }
            .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body > div.kard-deck-102 > div.kard > div.kard-body {
              height: 100%; }
        .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-a > div.kard {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-a > div.kard .kard-header {
            display: block; }
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-a > div.kard > .kard-body {
            width: auto; }
        .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-b > div.kard {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-b > div.kard .kard-header {
            display: block; }
            .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-b > div.kard .kard-header .view-ubar {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-b > div.kard .kard-header .view-ubar .ubar-group {
                width: 100%; }
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-b > div.kard > .kard-body {
            width: auto; }
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-b > div.kard .kard-footer {
            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; }
            .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-b > div.kard .kard-footer .pagination {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
        .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-c > div.kard {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-c > div.kard .kard-header {
            display: block; }
            .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-c > div.kard .kard-header .view-ubar {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
          .layout-102-three section .section-inner .kard-deck-101 > .kard > .kard-body .kard-deck-102-c > div.kard > .kard-body {
            width: auto; }

/*====================*/
/*====================*/
.layout-103-three {
  /*====================*/
  /*====================*/ }
  .layout-103-three .section-inner {
    padding: 0px; }
    @media (min-width: 767px) {
      .layout-103-three .section-inner {
        padding: 1rem; } }
  .layout-103-three .kard {
    margin: 0px; }
  .layout-103-three .kard-deck-102 {
    padding: 0rem;
    margin-left: 0px;
    margin-right: 0px; }
  .layout-103-three .kard-header .view-ubar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .layout-103-three .kard-header .view-ubar .ubar-group-b {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .layout-103-three .kard-header .view-ubar .ubar-group-b > div {
      padding-left: .25rem; }
    .layout-103-three .kard-header .view-ubar .ubar-group-b > div:nth-child(1) {
      padding-left: 0rem; }
  .layout-103-three .kard-body {
    padding: 0px;
    max-width: 100%; }
  .layout-103-three .kard-footer {
    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; }
    .layout-103-three .kard-footer .pagination {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .layout-103-three .kard-deck {
    margin-right: -0px;
    margin-left: -0px; }
  .layout-103-three .kard-deck .kard {
    margin-right: 0rem;
    margin-left: 0rem; }

/*END GLOBAL---------------------------------------*/
/*===================================================================================*/
.layout-103-three .kard-deck-102 > .kard {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none; }
  .layout-103-three .kard-deck-102 > .kard > .kard-header {
    display: none; }
  .layout-103-three .kard-deck-102 > .kard > .kard-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1024px) {
      .layout-103-three .kard-deck-102 > .kard > .kard-body {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem; } }
  .layout-103-three .kard-deck-102 > .kard > .kard-footer {
    display: none; }
.layout-103-three .kard-deck-103-a > .kard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .layout-103-three .kard-deck-103-a > .kard .kard-header {
    display: block; }
  .layout-103-three .kard-deck-103-a > .kard > .kard-body {
    width: auto; }
.layout-103-three .kard-deck-103-b > .kard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .layout-103-three .kard-deck-103-b > .kard .kard-header {
    display: block; }
    .layout-103-three .kard-deck-103-b > .kard .kard-header .view-ubar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .layout-103-three .kard-deck-103-b > .kard > .kard-body {
    width: auto; }
.layout-103-three .kard-deck-103-c > .kard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .layout-103-three .kard-deck-103-c > .kard .kard-header {
    display: block; }
    .layout-103-three .kard-deck-103-c > .kard .kard-header .view-ubar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .layout-103-three .kard-deck-103-c > .kard > .kard-body {
    width: auto; }

/*===================================================================================*/
/*===================================================================================*/
/*====================*/
/*VARIABLES
/*====================*/
/*============================================================================*/
/*============================================================================*/
/*====================*/
/*====================*/
.layout-three {
  /*====================*/
  /*====================*/ }
  .layout-three .section-inner {
    width: 100%;
    margin: 0px auto;
    float: none; }
  .layout-three .kard {
    margin: 0px; }
  .layout-three .kard-deck-101 {
    padding: 0rem;
    margin-left: 0px;
    margin-right: 0px; }
    @media (min-width: 767px) {
      .layout-three .kard-deck-101 {
        padding: 1rem; } }
  .layout-three .kard-deck-102 .kard-body {
    padding: 1rem; }
  .layout-three .kard-header .view-ubar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .layout-three .kard-header .view-ubar .ubar-group-b {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .layout-three .kard-header .view-ubar .ubar-group-b > div {
      padding-left: .25rem; }
    .layout-three .kard-header .view-ubar .ubar-group-b > div:nth-child(1) {
      padding-left: 0rem; }
  .layout-three .kard-body {
    padding: 0px;
    max-width: 100%; }
  .layout-three .kard-footer {
    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; }
    .layout-three .kard-footer .pagination {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .layout-three .kard-deck {
    margin-right: -0px;
    margin-left: -0px; }
  .layout-three .kard-deck .kard {
    margin-right: 0rem;
    margin-left: 0rem; }

/*END GLOBAL---------------------------------------*/
/*===================================================================================*/
.layout-three .kard-deck-101 > .kard {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none; }
  .layout-three .kard-deck-101 > .kard > .kard-header {
    display: none; }
  .layout-three .kard-deck-101 > .kard > .kard-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1024px) {
      .layout-three .kard-deck-101 > .kard > .kard-body {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem; } }
  .layout-three .kard-deck-101 > .kard > .kard-footer {
    display: none; }
.layout-three .kard-deck-102-a > .kard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .layout-three .kard-deck-102-a > .kard .kard-header {
    display: block; }
  .layout-three .kard-deck-102-a > .kard > .kard-body {
    width: auto; }
.layout-three .kard-deck-102-b > .kard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .layout-three .kard-deck-102-b > .kard .kard-header {
    display: block; }
    .layout-three .kard-deck-102-b > .kard .kard-header .view-ubar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .layout-three .kard-deck-102-b > .kard > .kard-body {
    width: auto; }
.layout-three .kard-deck-102-c > .kard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .layout-three .kard-deck-102-c > .kard .kard-header {
    display: block; }
    .layout-three .kard-deck-102-c > .kard .kard-header .view-ubar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .layout-three .kard-deck-102-c > .kard > .kard-body {
    width: auto; }

/*===================================================================================*/
/*===================================================================================*/
/******************************************************************************/
/*                                VARIABLES                                   */
/******************************************************************************/
/******************************************************************************/
/*                              LAYOUT FOUR                                   */
/******************************************************************************/
.layout-four {
  height: 100%;
  /******************************************************************************/
  /*                                   101                                      */
  /******************************************************************************/
  /******************************************************************************/
  /*                                   102                                      */
  /******************************************************************************/
  /******************************************************************************/
  /*                                   103                                      */
  /******************************************************************************/
  /******************************************************************************/
  /*                                 102-A                                      */
  /******************************************************************************/
  /******************************************************************************/
  /*                                 102-B                                      */
  /******************************************************************************/
  /******************************************************************************/ }
  .layout-four .backgrid-container {
    height: 100%; }
  .layout-four .section-wrapper,
  .layout-four section,
  .layout-four .section-inner {
    height: 100%; }
  .layout-four .section-inner {
    width: 100%;
    margin: 0px auto;
    float: none; }
  .layout-four .kard-deck {
    margin-right: 0px;
    margin-left: 0px;
    overflow: auto; }
  .layout-four .kard {
    margin: 0px;
    margin-right: 0rem;
    margin-left: 0rem; }
  .layout-four .kard-header {
    padding: 0px; }
  .layout-four .kard-body {
    padding: 0px; }
  .layout-four .kard-deck-101 {
    padding: 1rem;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%; }
  .layout-four .kard-deck-101 > div.kard {
    width: 100%;
    height: 100%;
    border: none; }
    .layout-four .kard-deck-101 > div.kard > div.kard-body {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding: 0px;
      grid-template-rows: 50%;
      grid-gap: 1rem;
      height: calc(100% - 56px); }
  .layout-four .kard-deck-102 > div.kard {
    width: 100%;
    border: none;
    height: 100%; }
    .layout-four .kard-deck-102 > div.kard > div.kard-body {
      padding: 0px;
      border: 1px solid #dcdcdc;
      height: calc(100% - 56px);
      overflow: auto; }

/*====================*/
/*VARIABLES
/*====================*/
/*============================================================================*/
/*============================================================================*/
/*====================*/
/*====================*/
.layout-five {
  /******************************************************************************/
  /*                                    101                                     */
  /******************************************************************************/
  /******************************************************************************/
  /*                                      102                                   */
  /******************************************************************************/
  /******************************************************************************/
  /*                                      103                                   */
  /******************************************************************************/
  /******************************************************************************/
  /*                                      102-A                                 */
  /******************************************************************************/
  /******************************************************************************/
  /*                                      102-B                                 */
  /******************************************************************************/
  /******************************************************************************/ }
  .layout-five .section-inner {
    width: 100%;
    margin: 0px auto;
    float: none; }
  .layout-five .kard {
    margin: 0px;
    border: none; }
  .layout-five .kard-deck {
    margin-left: 0px;
    margin-right: 0px; }
  .layout-five .kard-header {
    background: white;
    border: none; }
    .layout-five .kard-header .headline {
      margin-bottom: 0px; }
  .layout-five .kard-body {
    padding: 0px; }
  .layout-five .kard-deck-101 {
    width: 100%;
    padding: 1rem;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px; }
    .layout-five .kard-deck-101 > div.kard > div.kard-body {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1rem;
      padding: 0px; }
  .layout-five .kard-deck-102 {
    padding: 0px; }
    .layout-five .kard-deck-102 > div.kard {
      border: none; }
  .layout-five .kard-deck-103 > div.kard > div.kard-body {
    border: 1px solid #dcdcdc; }
  .layout-five .kard-deck-102-a > div.kard > div.kard-header > divnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .layout-five .kard-deck-102-a > div.kard > div.kard-header > divnav .navbar-collapse {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .layout-five .kard-deck-102-a > div.kard > div.kard-body {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 33.3% 33.3% 33.3%; }
    .layout-five .kard-deck-102-a > div.kard > div.kard-body .kard-deck-103 {
      height: 100%; }
  .layout-five .kard-deck-102-b > div.kard > div.kard-body .kard-deck-103 {
    height: 50%; }

/*LAYOUT-FIVE*/
/*====================*/
/*VARIABLES
/*====================*/
/*============================================================================*/
/*============================================================================*/
/*====================*/
/*====================*/
.layout-six {
  /******************************************************************************/
  /*                                    101                                     */
  /******************************************************************************/
  /******************************************************************************/
  /*                                      102                                   */
  /******************************************************************************/
  /******************************************************************************/
  /*                                      103                                   */
  /******************************************************************************/
  /******************************************************************************/
  /*                                      102-A                                 */
  /******************************************************************************/
  /******************************************************************************/
  /*                                      102-B                                 */
  /******************************************************************************/
  /******************************************************************************/ }
  .layout-six .section-inner {
    width: 100%;
    margin: 0px auto;
    float: none; }
  .layout-six .kard {
    margin: 0px;
    border: none; }
  .layout-six .kard-deck {
    margin-left: 0px;
    margin-right: 0px; }
  .layout-six .kard-header {
    background: white;
    border: none; }
    .layout-six .kard-header .headline {
      margin-bottom: 0px; }
  .layout-six .kard-body {
    padding: 0px; }
  .layout-six .kard-deck-101 {
    width: 100%;
    padding: 1rem;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px; }
    .layout-six .kard-deck-101 > div.kard > div.kard-body {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1rem;
      padding: 0px; }
  .layout-six .kard-deck-102 {
    padding: 0px; }
    .layout-six .kard-deck-102 > div.kard {
      border: none; }
      .layout-six .kard-deck-102 > div.kard > div.kard-body {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 1fr 1fr; }
  .layout-six .kard-deck-103 > div.kard > div.kard-body {
    border: 1px solid #dcdcdc;
    height: 100%; }
    .layout-six .kard-deck-103 > div.kard > div.kard-body .table-content-wrapper {
      height: 100%; }
      .layout-six .kard-deck-103 > div.kard > div.kard-body .table-content-wrapper .tableview {
        height: 100%; }
        .layout-six .kard-deck-103 > div.kard > div.kard-body .table-content-wrapper .tableview .view-form-holder {
          height: 100%; }
          .layout-six .kard-deck-103 > div.kard > div.kard-body .table-content-wrapper .tableview .view-form-holder .bb-content-wrapper {
            height: 100%; }
    .layout-six .kard-deck-103 > div.kard > div.kard-body .backgrid-container {
      height: 100%; }
  .layout-six .kard-deck-102-A > div.kard > div.kard-body .kard-deck-103 {
    height: 50%; }
  .layout-six .kard-deck-102-b > div.kard > div.kard-header > divnav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .layout-six .kard-deck-102-b > div.kard > div.kard-header > divnav .navbar-collapse {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .layout-six .kard-deck-102-b > div.kard > div.kard-body {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 33.3% 33.3% 33.3%; }
    .layout-six .kard-deck-102-b > div.kard > div.kard-body .kard-deck-103 {
      height: 100%; }

/******************************************************************************/
/*                                VARIABLES                                   */
/******************************************************************************/
/******************************************************************************/
/*                              LAYOUT 2 2 3                                   */
/******************************************************************************/
.layout-2-2-3 {
  height: 100%;
  /******************************************************************************/
  /*                                   101                                      */
  /******************************************************************************/
  /******************************************************************************/
  /*                                   102                                      */
  /******************************************************************************/ }
  .layout-2-2-3 .section-wrapper,
  .layout-2-2-3 section,
  .layout-2-2-3 .section-inner {
    height: 100%; }
    .layout-2-2-3 .section-wrapper .section-inner,
    .layout-2-2-3 section .section-inner,
    .layout-2-2-3 .section-inner .section-inner {
      width: 100%;
      margin: 0px auto;
      float: none; }
    .layout-2-2-3 .section-wrapper .kard-deck,
    .layout-2-2-3 section .kard-deck,
    .layout-2-2-3 .section-inner .kard-deck {
      margin-right: 0px;
      margin-left: 0px; }
    .layout-2-2-3 .section-wrapper .kard,
    .layout-2-2-3 section .kard,
    .layout-2-2-3 .section-inner .kard {
      margin: 0px;
      margin-right: 0rem;
      margin-left: 0rem; }
    .layout-2-2-3 .section-wrapper .kard-header,
    .layout-2-2-3 section .kard-header,
    .layout-2-2-3 .section-inner .kard-header {
      padding: 0px; }
    .layout-2-2-3 .section-wrapper .kard-deck-101,
    .layout-2-2-3 section .kard-deck-101,
    .layout-2-2-3 .section-inner .kard-deck-101 {
      padding: 1rem;
      margin-left: 0px;
      margin-right: 0px;
      height: 100%;
      border: none; }
  .layout-2-2-3 .kard-deck-101-a > div.kard {
    margin: 0px;
    border: none; }
    .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body {
      grid-template-columns: 888px 1fr;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(2, 400px);
      display: grid;
      grid-column-gap: 1rem;
      border: 1px solid blue;
      padding: 0px; }
      .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body > div.kard-deck-102-b,
      .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body > div.kard-deck-102-d {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1, 400px); }
        .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body > div.kard-deck-102-b > div.kard,
        .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body > div.kard-deck-102-b > div.kard-body,
        .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body > div.kard-deck-102-b svg,
        .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body > div.kard-deck-102-d > div.kard,
        .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body > div.kard-deck-102-d > div.kard-body,
        .layout-2-2-3 .kard-deck-101-a > div.kard > div.kard-body > div.kard-deck-102-d svg {
          height: 100%; }
  .layout-2-2-3 .kard-deck-101-b > div.kard {
    margin: 0px;
    border: none; }
    .layout-2-2-3 .kard-deck-101-b > div.kard > div.kard-body {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: repeat(1, auto);
      display: grid;
      grid-column-gap: 1rem;
      border: 1px solid purple;
      padding: 0px; }
  .layout-2-2-3 .kard-deck-102 > div.kard {
    padding: 0px;
    height: 100%; }
    .layout-2-2-3 .kard-deck-102 > div.kard .chart .highcharts-container {
      height: 100%;
      width: 100% !important;
      min-width: 100%; }
    .layout-2-2-3 .kard-deck-102 > div.kard > div.kard-body {
      padding: 0px; }

/*====================*/
/*VARIABLES
/*====================*/
/*============================================================================*/
/*============================================================================*/
/*====================*/
/*====================*/
.layout-50-25-25 {
  height: 100%; }
  .layout-50-25-25 .main-container {
    height: 100%; }
  .layout-50-25-25 .section-wrapper {
    height: 100%; }
  .layout-50-25-25 section {
    height: 100%; }
    .layout-50-25-25 section .section-inner {
      height: 100%;
      width: 100%;
      margin: 0px auto;
      float: none; }
  .layout-50-25-25 .kard-header .view-ubar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1024px) {
      .layout-50-25-25 .kard-header .view-ubar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .layout-50-25-25 .kard-header .view-ubar .ubar-group-b {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .layout-50-25-25 .kard-header .view-ubar .ubar-group-b > div {
      padding-left: .25rem; }
    .layout-50-25-25 .kard-header .view-ubar .ubar-group-b > div:nth-child(1) {
      padding-left: 0rem; }
  .layout-50-25-25 .kard-body {
    padding: 0px;
    max-width: 100%; }
  .layout-50-25-25 .kard-deck {
    margin-right: -0px;
    margin-left: -0px; }
    .layout-50-25-25 .kard-deck .kard {
      margin-right: 0rem;
      margin-left: 0rem; }
  .layout-50-25-25 .kard-deck-101 {
    padding: 1rem;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    height: 100%; }
    .layout-50-25-25 .kard-deck-101 > .kard {
      height: 100%;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: none; }
      .layout-50-25-25 .kard-deck-101 > .kard > .kard-body {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 1024px) {
          .layout-50-25-25 .kard-deck-101 > .kard > .kard-body {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
  .layout-50-25-25 .kard-deck-102-a {
    width: 100%;
    padding-right: 0rem; }
    @media (min-width: 1024px) {
      .layout-50-25-25 .kard-deck-102-a {
        width: 50%;
        padding-right: .5rem;
        height: 100%; } }
    .layout-50-25-25 .kard-deck-102-a > .kard {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      .layout-50-25-25 .kard-deck-102-a > .kard > div.kard-body {
        width: auto;
        overflow: auto;
        overflow: auto;
        border: 1px solid #dcdcdc; }
      .layout-50-25-25 .kard-deck-102-a > .kard > div.kard-footer {
        border: 1px solid #dcdcdc;
        border-top: 0px; }
  .layout-50-25-25 .kard-deck-102-b {
    width: 100%;
    padding-left: 0rem; }
    @media (min-width: 1024px) {
      .layout-50-25-25 .kard-deck-102-b {
        width: 50%;
        padding-left: .5rem; } }
    .layout-50-25-25 .kard-deck-102-b > .kard {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: none;
      height: 100%; }
      .layout-50-25-25 .kard-deck-102-b > .kard > div.kard-body {
        width: auto;
        height: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: repeat(2, calc(50% - 0rem));
        grid-row-gap: 0rem; }
        .layout-50-25-25 .kard-deck-102-b > .kard > div.kard-body > div.kard-deck {
          margin-bottom: 0px; }
  .layout-50-25-25 .kard-deck-103-a {
    margin-bottom: 1rem; }
  .layout-50-25-25 .kard-deck-103 > .kard {
    height: 100%; }
    .layout-50-25-25 .kard-deck-103 > .kard > div.kard-body {
      overflow: auto;
      border: 1px solid #dcdcdc; }
      .layout-50-25-25 .kard-deck-103 > .kard > div.kard-body .backgrid-container {
        height: auto; }
    .layout-50-25-25 .kard-deck-103 > .kard > div.kard-footer {
      border: 1px solid #dcdcdc;
      border-top: 0px; }

.layout-login {
  height: auto; }
  @media (min-width: 767px) {
    .layout-login {
      height: 100%; } }
  .layout-login body {
    height: 100%; }
  .layout-login section {
    padding: 1rem;
    padding-top: 0rem; }
  .layout-login .section-inner {
    width: auto;
    margin: 0px auto;
    padding: calc(0px + (400 - 0) * ((100vw - 300px) / (1600 - 300)));
    padding-top: calc(0px + (16 - 0) * ((100vw - 300px) / (1600 - 300)));
    padding-bottom: calc(0px + (16 - 0) * ((100vw - 300px) / (1600 - 300))); }
  .layout-login .kard-footer {
    display: none; }
  .layout-login .kard-body-module {
    width: 100%;
    max-width: 330px;
    padding: calc(0px + (16 - 0) * ((100vw - 300px) / (1600 - 300)));
    margin: 0 auto; }
  .layout-login .kard-deck-101 {
    height: 100%; }
    .layout-login .kard-deck-101 > div.kard {
      height: 100%; }
      .layout-login .kard-deck-101 > div.kard > div.kard-body {
        height: 100%; }
  .layout-login .kard-deck-102 > div.kard > div.kard-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .layout-login .kard-deck-102 > div.kard > div.kard-body {
    height: calc(100% - 80px);
    height: 80%;
    max-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.body-has-101-carousel.remove-left-arrow .left-crsl-arrow {
  display: none; }

.body-has-101-carousel.remove-right-arrow .right-crsl-arrow {
  display: none; }

.body-has-102-kards input {
  border: 1px solid #dcdcdc; }
.body-has-102-kards section .section-inner .backgrid-container {
  border-radius: 10px; }
.body-has-102-kards section .section-inner .kard .kard-footer {
  border: none; }
.body-has-102-kards section .section-inner .kard-deck-101 {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .body-has-102-kards section .section-inner .kard-deck-101 > .kard {
    border: none; }
  .body-has-102-kards section .section-inner .kard-deck-101 .kard-deck-102.kard-open > .kard .kard-header .hdr-grp-f span,
  .body-has-102-kards section .section-inner .kard-deck-101 .kard-deck-102.kard-open > .kard .kard-header .hdr-grp-b span {
    color: white; }
  .body-has-102-kards section .section-inner .kard-deck-101 .kard-deck-102.kard-active > .kard {
    background: #0070c0; }
    .body-has-102-kards section .section-inner .kard-deck-101 .kard-deck-102.kard-active > .kard > .kard-header .hdr-grp-f span,
    .body-has-102-kards section .section-inner .kard-deck-101 .kard-deck-102.kard-active > .kard > .kard-header .hdr-grp-b span {
      color: white; }
  .body-has-102-kards section .section-inner .kard-deck-101 .kard-deck-102.kard-selected > .kard {
    background: #27a5ff; }
    .body-has-102-kards section .section-inner .kard-deck-101 .kard-deck-102.kard-selected > .kard > div.kard-header .hdr-grp-f span,
    .body-has-102-kards section .section-inner .kard-deck-101 .kard-deck-102.kard-selected > .kard > div.kard-header .hdr-grp-b span {
      color: white; }
  .body-has-102-kards section .section-inner .kard-deck-101 .ctrl-ubar {
    padding: 0px 1rem 0px 1rem; }
  .body-has-102-kards section .section-inner .kard-deck-101 > kard-deck > .kard {
    border: none; }
    .body-has-102-kards section .section-inner .kard-deck-101 > kard-deck > .kard > .kard-footer {
      background-color: #e5f6fe;
      border: none; }

.body-has-102-kards .kard-deck-102 {
  margin-bottom: 1rem; }
  .body-has-102-kards .kard-deck-102 > .kard {
    background: white;
    padding: 0rem;
    border-radius: .75rem;
    border: none;
    border: none; }
    @media (min-width: 767px) {
      .body-has-102-kards .kard-deck-102 > .kard {
        background: #e5f6fe;
        padding: .75rem; } }
    .body-has-102-kards .kard-deck-102 > .kard > .kard-header {
      padding: 0rem;
      color: #333;
      border-bottom: none; }
      .body-has-102-kards .kard-deck-102 > .kard > .kard-header .btn:hover {
        background: transparent; }
      .body-has-102-kards .kard-deck-102 > .kard > .kard-header .headline {
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block; }
      .body-has-102-kards .kard-deck-102 > .kard > .kard-header .form-group {
        margin-bottom: 0px; }
    .body-has-102-kards .kard-deck-102 > .kard > .kard-body {
      border-radius: .75rem; }
    .body-has-102-kards .kard-deck-102 > .kard > .kard-footer {
      padding-bottom: 0px;
      background: transparent;
      border: none; }
  .body-has-102-kards .kard-deck-102 > div.kard {
    padding-top: 0px;
    padding-bottom: 0px; }

.body-has-102-kards .kard-deck-102 > div.kard > div.kard-body {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }
  .body-has-102-kards .kard-deck-102 > div.kard > div.kard-body table.table {
    border: none;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px; }
    .body-has-102-kards .kard-deck-102 > div.kard > div.kard-body table.table th:first-child {
      border-top-left-radius: 12px; }
    .body-has-102-kards .kard-deck-102 > div.kard > div.kard-body table.table th:last-child {
      border-top-right-radius: 12px; }
    .body-has-102-kards .kard-deck-102 > div.kard > div.kard-body table.table th {
      border: none; }
      .body-has-102-kards .kard-deck-102 > div.kard > div.kard-body table.table th tr th:fist-child {
        border-top-left-radius: 12px; }
      .body-has-102-kards .kard-deck-102 > div.kard > div.kard-body table.table th tr th:last-child {
        border-top-right-radius: 12px; }

.body-has-102-kards .kard-deck-103 > div.kard > div.kard-body {
  border-radius: 12px; }

.layout-102-three .layout-two.body-has-103-kards .kard-deck-103 {
  margin-bottom: 1rem; }
.layout-102-three .layout-two.body-has-103-kards .kard-footer {
  background: transparent; }

html .body-has-103-kards .kard-deck-103.kard-open > .kard > .hdr-grp-f span,
html .body-has-103-kards .kard-deck-103.kard-open > .kard > .hdr-grp-b span {
  color: white; }
html .body-has-103-kards .kard-deck-103.kard-selected > div.kard {
  background: #27a5ff; }
  html .body-has-103-kards .kard-deck-103.kard-selected > div.kard > {
    background: #27a5ff; }
    html .body-has-103-kards .kard-deck-103.kard-selected > div.kard > .hdr-grp-f span,
    html .body-has-103-kards .kard-deck-103.kard-selected > div.kard > .hdr-grp-b span {
      color: white; }
html .body-has-103-kards .kard-deck-103.kard-active > div.kard,
html .body-has-103-kards .kard-deck-103.kard-closed.kard-active > div.kard,
html .body-has-103-kards .kard-deck-103.kard-open.kard-active > div.kard {
  background: #0070c0;
  background: #0070c0; }
  html .body-has-103-kards .kard-deck-103.kard-active > div.kard h4.item,
  html .body-has-103-kards .kard-deck-103.kard-closed.kard-active > div.kard h4.item,
  html .body-has-103-kards .kard-deck-103.kard-open.kard-active > div.kard h4.item {
    color: white; }
  html .body-has-103-kards .kard-deck-103.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-kards .kard-deck-103.kard-active > div.kard .hdr-grp-b span,
  html .body-has-103-kards .kard-deck-103.kard-closed.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-kards .kard-deck-103.kard-closed.kard-active > div.kard .hdr-grp-b span,
  html .body-has-103-kards .kard-deck-103.kard-open.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-kards .kard-deck-103.kard-open.kard-active > div.kard .hdr-grp-b span {
    color: white; }
html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-active > div.kard,
html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-closed.kard-active > div.kard,
html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-open.kard-active > div.kard {
  background: #227839;
  background: #227839; }
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-active > div.kard h4.item,
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-closed.kard-active > div.kard h4.item,
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-open.kard-active > div.kard h4.item {
    color: white; }
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-active > div.kard .hdr-grp-b span,
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-closed.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-closed.kard-active > div.kard .hdr-grp-b span,
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-open.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-kards .cuesheet-upload .kard-deck-103.kard-open.kard-active > div.kard .hdr-grp-b span {
    color: white; }
html .body-has-103-kards .ctrl-ubar {
  padding: 0px 1rem 0px 1rem; }
html .body-has-103-kards > kard-deck > .kard {
  border: none; }
  html .body-has-103-kards > kard-deck > .kard > .kard-footer {
    background-color: #e5f6fe; }
html .body-has-103-kards .kard-deck-101 {
  position: relative; }
  html .body-has-103-kards .kard-deck-101 > .kard {
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    position: relative; }
html .body-has-103-kards .kard-deck.kard-deck-103 {
  margin-bottom: 1rem; }

.body-has-103-kards .kard-deck-102 > .kard {
  border: none; }
  .body-has-103-kards .kard-deck-102 > .kard > .kard-header {
    border-bottom: none; }
.body-has-103-kards .kard-deck-103 {
  width: 100%;
  margin-bottom: 1rem; }
  .body-has-103-kards .kard-deck-103 > div.kard.kard-has-hubar {
    padding-top: 0px; }
  .body-has-103-kards .kard-deck-103 > div.kard.kard-has-fubar {
    padding-bottom: 0px; }
  .body-has-103-kards .kard-deck-103 > div.kard {
    background: white;
    padding: 0rem;
    border-radius: .75rem;
    border: none;
    border: none;
    background: #e5f6fe; }
    @media (min-width: 1024px) {
      .body-has-103-kards .kard-deck-103 > div.kard {
        background: #a6ddfc;
        padding: .75rem; } }
    .body-has-103-kards .kard-deck-103 > div.kard > div.kard-header {
      background: transparent;
      padding: 0rem;
      color: #333;
      border-bottom: none; }
      @media (min-width: 1024px) {
        .body-has-103-kards .kard-deck-103 > div.kard > div.kard-header {
          background: #e5f6fe;
          background: transparent; } }
      .body-has-103-kards .kard-deck-103 > div.kard > div.kard-header .headline {
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        max-width: 450px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .body-has-103-kards .kard-deck-103 > div.kard > div.kard-header .form-group {
        margin-bottom: 0px; }
    .body-has-103-kards .kard-deck-103 > div.kard > .kard-body {
      border-radius: .75rem;
      background: white; }
    .body-has-103-kards .kard-deck-103 > div.kard > .kard-footer {
      padding-bottom: 0px;
      background: transparent; }
.body-has-103-kards .cuesheet-upload .kard-deck-103 > div.kard {
  background: white;
  padding: 0rem;
  border-radius: .75rem;
  border: none;
  border: none;
  background: lightyellow;
  border: 4px solid orange; }
  @media (min-width: 1024px) {
    .body-has-103-kards .cuesheet-upload .kard-deck-103 > div.kard {
      background: #E2FEEB;
      background: #6dd689;
      padding: .75rem; } }

.layout-two.body-has-104-kards .kard-deck-104 {
  margin-bottom: 1rem; }
.layout-two.body-has-104-kards .kard-footer {
  background: transparent; }

html .body-has-104-kards .kard-deck-104.kard-open > .kard > .hdr-grp-f span,
html .body-has-104-kards .kard-deck-104.kard-open > .kard > .hdr-grp-b span {
  color: white; }
html .body-has-104-kards .kard-deck.kard-deck-103 {
  background: white; }
html .body-has-104-kards .kard-deck-104.kard-selected > div.kard {
  background: #27a5ff; }
  html .body-has-104-kards .kard-deck-104.kard-selected > div.kard > {
    background: #27a5ff; }
    html .body-has-104-kards .kard-deck-104.kard-selected > div.kard > .hdr-grp-f span,
    html .body-has-104-kards .kard-deck-104.kard-selected > div.kard > .hdr-grp-b span {
      color: white; }
html .body-has-104-kards .kard-deck-104.kard-active > div.kard,
html .body-has-104-kards .kard-deck-104.kard-closed.kard-active > div.kard,
html .body-has-104-kards .kard-deck-104.kard-open.kard-active > div.kard {
  background: #0070c0; }
  html .body-has-104-kards .kard-deck-104.kard-active > div.kard >,
  html .body-has-104-kards .kard-deck-104.kard-closed.kard-active > div.kard >,
  html .body-has-104-kards .kard-deck-104.kard-open.kard-active > div.kard > {
    background: #0070c0; }
    html .body-has-104-kards .kard-deck-104.kard-active > div.kard > h4,
    html .body-has-104-kards .kard-deck-104.kard-closed.kard-active > div.kard > h4,
    html .body-has-104-kards .kard-deck-104.kard-open.kard-active > div.kard > h4 {
      color: white; }
    html .body-has-104-kards .kard-deck-104.kard-active > div.kard > .hdr-grp-f span,
    html .body-has-104-kards .kard-deck-104.kard-active > div.kard > .hdr-grp-b span,
    html .body-has-104-kards .kard-deck-104.kard-closed.kard-active > div.kard > .hdr-grp-f span,
    html .body-has-104-kards .kard-deck-104.kard-closed.kard-active > div.kard > .hdr-grp-b span,
    html .body-has-104-kards .kard-deck-104.kard-open.kard-active > div.kard > .hdr-grp-f span,
    html .body-has-104-kards .kard-deck-104.kard-open.kard-active > div.kard > .hdr-grp-b span {
      color: white; }
html .body-has-104-kards .ctrl-ubar {
  padding: 0px 1rem 0px 1rem; }
html .body-has-104-kards > kard-deck > .kard {
  border: none; }
  html .body-has-104-kards > kard-deck > .kard > .kard-footer {
    background-color: #e5f6fe; }
html .body-has-104-kards .kard-deck-101 > .kard {
  border: none; }
html .body-has-104-kards .kard-deck.kard-deck-104 {
  margin-bottom: 1rem; }

.body-has-104-kards .kard-deck-102 > .kard {
  border: none; }
  .body-has-104-kards .kard-deck-102 > .kard > .kard-header {
    border-bottom: none; }
.body-has-104-kards .kard-deck-104 {
  width: 100%;
  margin-bottom: 1rem; }
  .body-has-104-kards .kard-deck-104 > div.kard {
    background: white;
    padding: 0rem;
    border-radius: .75rem;
    border: none;
    border: none;
    background: lightyellow; }
    @media (min-width: 1024px) {
      .body-has-104-kards .kard-deck-104 > div.kard {
        background: #a6ddfc;
        padding: .75rem; } }
    .body-has-104-kards .kard-deck-104 > div.kard > div.kard-header {
      background: #bec2c3;
      padding: 0rem;
      color: #333;
      border-bottom: none; }
      @media (min-width: 1024px) {
        .body-has-104-kards .kard-deck-104 > div.kard > div.kard-header {
          background: #e5f6fe;
          background: transparent; } }
      .body-has-104-kards .kard-deck-104 > div.kard > div.kard-header .btn {
        background: #8dd0ff;
        color: white; }
      .body-has-104-kards .kard-deck-104 > div.kard > div.kard-header .headline {
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        width: 100%;
        text-align: center; }
      .body-has-104-kards .kard-deck-104 > div.kard > div.kard-header .form-group {
        margin-bottom: 0px;
        width: 100%; }
    .body-has-104-kards .kard-deck-104 > div.kard > .kard-body {
      border-radius: .75rem;
      background: white;
      padding: .5rem; }
    .body-has-104-kards .kard-deck-104 > div.kard > .kard-footer {
      padding-bottom: 0px;
      background: transparent; }

html .body-has-103-borderless-kards .kard-deck-103 > div.kard {
  padding-bottom: 4px;
  border-radius: 4px; }
  html .body-has-103-borderless-kards .kard-deck-103 > div.kard > div.kard-header,
  html .body-has-103-borderless-kards .kard-deck-103 > div.kard > div.kard-body,
  html .body-has-103-borderless-kards .kard-deck-103 > div.kard > div.kard-body {
    padding: 1rem; }
html .body-has-103-borderless-kards .kard-deck-103.kard-open > div.kard {
  background: #e5f6fe;
  padding-bottom: 4px;
  border-radius: 0px; }
html .body-has-103-borderless-kards .kard-deck-103.kard-selected > div.kard {
  background: #27a5ff; }
  html .body-has-103-borderless-kards .kard-deck-103.kard-selected > div.kard > {
    background: #27a5ff; }
    html .body-has-103-borderless-kards .kard-deck-103.kard-selected > div.kard > .hdr-grp-f span,
    html .body-has-103-borderless-kards .kard-deck-103.kard-selected > div.kard > .hdr-grp-b span {
      color: white; }
html .body-has-103-borderless-kards .kard-deck-103.kard-active > div.kard,
html .body-has-103-borderless-kards .kard-deck-103.kard-closed.kard-active > div.kard,
html .body-has-103-borderless-kards .kard-deck-103.kard-open.kard-active > div.kard {
  background: #0070c0;
  padding-bottom: 4px;
  border-radius: 4px; }
  html .body-has-103-borderless-kards .kard-deck-103.kard-active > div.kard h4.item,
  html .body-has-103-borderless-kards .kard-deck-103.kard-closed.kard-active > div.kard h4.item,
  html .body-has-103-borderless-kards .kard-deck-103.kard-open.kard-active > div.kard h4.item {
    color: white; }
  html .body-has-103-borderless-kards .kard-deck-103.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-borderless-kards .kard-deck-103.kard-active > div.kard .hdr-grp-b span,
  html .body-has-103-borderless-kards .kard-deck-103.kard-closed.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-borderless-kards .kard-deck-103.kard-closed.kard-active > div.kard .hdr-grp-b span,
  html .body-has-103-borderless-kards .kard-deck-103.kard-open.kard-active > div.kard .hdr-grp-f span,
  html .body-has-103-borderless-kards .kard-deck-103.kard-open.kard-active > div.kard .hdr-grp-b span {
    color: white; }
html .body-has-103-borderless-kards .kard-deck-103.kard-active > div.kard {
  background: #0070c0;
  padding-bottom: 4px;
  border-radius: 0px; }
  html .body-has-103-borderless-kards .kard-deck-103.kard-active > div.kard .view-ubar {
    font-size: 1.01rem; }
    html .body-has-103-borderless-kards .kard-deck-103.kard-active > div.kard .view-ubar .icon:before {
      color: white; }
html .body-has-103-borderless-kards .ctrl-ubar {
  padding: 0px 1rem 0px 1rem; }
html .body-has-103-borderless-kards > kard-deck > .kard {
  border: none; }
  html .body-has-103-borderless-kards > kard-deck > .kard > .kard-footer {
    background-color: #e5f6fe; }
html .body-has-103-borderless-kards .kard-deck-101 {
  position: relative; }
  html .body-has-103-borderless-kards .kard-deck-101 > .kard {
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    position: relative; }
html .body-has-103-borderless-kards .kard-deck.kard-deck-103 {
  margin-bottom: 1rem; }

.body-has-103-borderless-kards .kard-deck-102 > .kard {
  border: none; }
  .body-has-103-borderless-kards .kard-deck-102 > .kard > .kard-header {
    border-bottom: none; }
.body-has-103-borderless-kards .kard-deck-103 {
  width: 100%;
  margin-bottom: 1rem; }
  .body-has-103-borderless-kards .kard-deck-103 > div.kard {
    background: white;
    padding: 0rem;
    border-radius: 0rem;
    border: none;
    border: none;
    background: lightyellow; }
    @media (min-width: 1024px) {
      .body-has-103-borderless-kards .kard-deck-103 > div.kard {
        background: #cccccc;
        background: #a6ddfc;
        padding: 0rem; } }
    .body-has-103-borderless-kards .kard-deck-103 > div.kard > div.kard-header {
      background: transparent;
      padding: 0rem;
      color: #333;
      border-bottom: none; }
      @media (min-width: 1024px) {
        .body-has-103-borderless-kards .kard-deck-103 > div.kard > div.kard-header {
          background: #e5f6fe;
          background: transparent; } }
      .body-has-103-borderless-kards .kard-deck-103 > div.kard > div.kard-header .btn {
        background: #8dd0ff;
        color: white; }
      .body-has-103-borderless-kards .kard-deck-103 > div.kard > div.kard-header .headline {
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .body-has-103-borderless-kards .kard-deck-103 > div.kard > div.kard-header .form-group {
        margin-bottom: 0px; }
    .body-has-103-borderless-kards .kard-deck-103 > div.kard > .kard-body {
      background: white; }
    .body-has-103-borderless-kards .kard-deck-103 > div.kard > .kard-footer {
      padding-bottom: 0px;
      background: transparent; }

.body-has-ctrl-ubar .section-wrapper .kard-deck {
  padding-top: 0px; }

.body-has-fixed-ctrl-ubar {
  padding-top: 112px !important; }
  .body-has-fixed-ctrl-ubar .ctrl-ubar {
    position: fixed;
    top: 56px; }

.body-has-excel-tables .table-striped tbody tr:nth-of-type(odd) {
  background-color: white; }
.body-has-excel-tables table.table {
  border: none; }
  .body-has-excel-tables table.table thead tr th {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3ffff+1,e3ebf6+72,d6dae3+100 */
    background: #f3ffff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f3ffff), color-stop(72%, #e3ebf6), to(#d6dae3));
    background: linear-gradient(to bottom, #f3ffff 1%, #e3ebf6 72%, #d6dae3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ffff', endColorstr='#d6dae3',GradientType=0 );
    /* IE6-9 */
    background: #e6e6e6;
    font-weight: normal;
    color: #555;
    padding: 2px;
    font-size: 14px;
    height: 21px;
    border-left: 1px solid #959ead;
    border-top: none; }
    .body-has-excel-tables table.table thead tr th a {
      height: 100%; }
  .body-has-excel-tables table.table tbody {
    background: #e6e6e6; }
    .body-has-excel-tables table.table tbody tr td {
      border: 1px solid #dcdcdc;
      padding: 2px;
      font-size: 14px;
      height: 21px; }

.html-index nav.navbar .collapse .navbar-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.html-index nav.navbar {
  background: white !important; }
  .html-index nav.navbar .collapse ul li.nav-item a.nav-link {
    color: #555; }
.html-index #form-group-view-2-company_name {
  margin-bottom: 0px; }
.html-index section .section-inner h3 {
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300))); }
.html-index .kard-footer {
  display: none; }

.html-index #forgot-password_email {
  margin-bottom: 1rem; }
.html-index #login-form {
  min-width: 100%;
  width: 100% !important;
  max-width: 400px;
  padding: 1rem; }
  @media (min-width: 767px) {
    .html-index #login-form {
      min-width: 300px; } }

.html-index .header-title {
  margin: 0px;
  padding: 0px;
  width: auto;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding-bottom: 1rem; }
  @media (min-width: 1200px) {
    .html-index .header-title {
      font-size: 1.5rem;
      padding-bottom: 0px; } }

.html-index .logo-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .html-index .logo-wrapper svg {
    width: 102px; }

.html-index .section-inner {
  padding: 1.5rem; }
  @media (min-width: 767px) {
    .html-index .section-inner {
      padding-top: 65px;
      padding-bottom: 65px; } }
.html-index .sec-1 {
  height: auto;
  background-color: white;
  position: relative;
  z-index: 1; }
  .html-index .sec-1 .section-inner {
    padding-top: 65px;
    padding-bottom: 65px;
    max-width: 1200px;
    width: auto;
    height: auto;
    background-color: transparent;
    margin: 0px auto;
    float: none; }
    .html-index .sec-1 .section-inner .kard-deck-101 {
      width: auto; }

.html-index .sec-1 .kard-deck-101 {
  margin: 0px auto;
  float: none; }
  .html-index .sec-1 .kard-deck-101 > div.kard {
    padding: 0px; }
    .html-index .sec-1 .kard-deck-101 > div.kard > div.kard-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 835px) {
        .html-index .sec-1 .kard-deck-101 > div.kard > div.kard-body {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .html-index .sec-1 .kard-deck-101 > div.kard > div.kard-body img {
        height: 208px;
        border: 2px solid #cabb8a;
        border-radius: 164px;
        margin: 0px auto; }
  .html-index .sec-1 .kard-deck-101 .kard-deck-102-a {
    width: 100%;
    padding-right: 0rem;
    padding-bottom: 1rem; }
    @media (min-width: 835px) {
      .html-index .sec-1 .kard-deck-101 .kard-deck-102-a {
        padding-bottom: 0rem;
        width: 50%;
        width: 100%;
        padding-right: .5rem; } }
    .html-index .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 767px) {
        .html-index .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .html-index .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header {
        width: 100%;
        border-right: none;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 767px) {
          .html-index .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header {
            border-right: 1px dotted #ddd;
            width: 50%; } }
      .html-index .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        @media (min-width: 767px) {
          .html-index .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body {
            width: 50%; } }
      .html-index .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-footer {
        display: none; }
  .html-index .sec-1 .kard-deck-101 .kard-deck-102-b {
    width: 100%;
    padding-left: 0rem; }
    @media (min-width: 835px) {
      .html-index .sec-1 .kard-deck-101 .kard-deck-102-b {
        width: 50%;
        padding-left: .5rem; } }
    .html-index .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-body {
      max-width: 545px;
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0px auto;
      border-radius: 4px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.html-index .sec-1 .kard-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.html-index .sec-1 .kard-footer {
  display: none; }
.html-index .sec-1 .button-group {
  width: 100%;
  max-width: 544px; }
.html-index .sec-1 .btn {
  background: #fafafa;
  color: #c7c7c7;
  border: 1px solid #e0e0e0;
  color: white;
  width: 100%; }
  .html-index .sec-1 .btn:hover {
    background: white; }
.html-index .sec-1 .headline {
  color: #c5c5c5;
  border-bottom: 1px solid white;
  width: 100%;
  max-width: 544px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.html-index .sec-2 {
  background-color: #e5e6e8; }
  .html-index .sec-2 .section-inner {
    max-width: 1200px; }
    .html-index .sec-2 .section-inner .kard-deck-101 {
      width: auto; }

.html-index .sec-2 .kard-deck-101 {
  margin: 0px auto;
  float: none; }
  .html-index .sec-2 .kard-deck-101 > div.kard {
    padding: 0px; }
    .html-index .sec-2 .kard-deck-101 > div.kard > div.kard-body {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 0rem; }
      @media (min-width: 767px) {
        .html-index .sec-2 .kard-deck-101 > div.kard > div.kard-body {
          grid-template-columns: 1fr 1fr 1fr 1fr;
          grid-column-gap: 2rem; } }
      .html-index .sec-2 .kard-deck-101 > div.kard > div.kard-body img {
        height: 208px;
        border: 2px solid #cabb8a;
        border-radius: 164px;
        margin: 0px auto; }
  .html-index .sec-2 .kard-deck-101 .kard-deck-102 {
    width: 100%; }
    .html-index .sec-2 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem; }
      .html-index .sec-2 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header .icon,
      .html-index .sec-2 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header img,
      .html-index .sec-2 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header svg {
        max-height: 96px;
        border: 3px solid #0070c0;
        width: 104px;
        padding: 1rem;
        border-radius: 50px;
        fill: #0070c0;
        color: #0070c0; }
  .html-index .sec-2 .kard-deck-101 .kard-deck-102-a {
    margin-right: 0rem; }
    @media (min-width: 1024px) {
      .html-index .sec-2 .kard-deck-101 .kard-deck-102-a {
        margin-bottom: 0rem; } }
    .html-index .sec-2 .kard-deck-101 .kard-deck-102-a > div.kard {
      margin-bottom: 1rem; }
      .html-index .sec-2 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .html-index .sec-2 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body img {
          height: 208px;
          border: 2px solid #cabb8a;
          border-radius: 164px;
          margin-top: 38px; }
  .html-index .sec-2 .kard-deck-101 .kard-deck-102-b {
    margin-left: 0rem; }
    .html-index .sec-2 .kard-deck-101 .kard-deck-102-b > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-2 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .html-index .sec-2 .kard-deck-101 .kard-deck-102-c {
    margin-left: 0rem; }
    .html-index .sec-2 .kard-deck-101 .kard-deck-102-c > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-2 .kard-deck-101 .kard-deck-102-c > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .html-index .sec-2 .kard-deck-101 .kard-deck-102-d {
    margin-left: 0rem; }
    .html-index .sec-2 .kard-deck-101 .kard-deck-102-d > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-2 .kard-deck-101 .kard-deck-102-d > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
.html-index .sec-2 .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.html-index .sec-2 .button-group {
  width: 100%;
  max-width: 544px; }
.html-index .sec-2 .btn {
  background: #e5e6e8;
  border: 1px solid #494c52;
  color: #494c52;
  width: auto; }
  .html-index .sec-2 .btn:hover {
    background: #caccd0; }
.html-index .sec-2 .headline {
  color: #0070c0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.618rem; }
.html-index .sec-2 input.button {
  background-color: #afb2b8;
  color: #123743;
  border: 1px solid #164251;
  background-color: #d0d2d5;
  color: #123743;
  border: 1px solid #164251;
  font-weight: 400;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin-left: 1rem; }
  .html-index .sec-2 input.button:hover {
    background: #caccd0; }

.html-index .sec-3 {
  background-color: white; }
  .html-index .sec-3 .section-inner {
    max-width: 1200px; }
    .html-index .sec-3 .section-inner .kard-deck-101 {
      width: auto; }

.html-index .sec-3 .kard-deck-101 {
  margin: 0px auto;
  float: none; }
  .html-index .sec-3 .kard-deck-101 > div.kard {
    padding: 0px; }
    .html-index .sec-3 .kard-deck-101 > div.kard > div.kard-body {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 0rem; }
      @media (min-width: 767px) {
        .html-index .sec-3 .kard-deck-101 > div.kard > div.kard-body {
          grid-template-columns: 1fr 1fr 1fr 1fr;
          grid-column-gap: 2rem; } }
      .html-index .sec-3 .kard-deck-101 > div.kard > div.kard-body img {
        height: 208px;
        border: 2px solid #cabb8a;
        border-radius: 164px;
        margin: 0px auto; }
  .html-index .sec-3 .kard-deck-101 .kard-deck-102 {
    width: 100%; }
    .html-index .sec-3 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-header .icon,
    .html-index .sec-3 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-header img,
    .html-index .sec-3 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-header svg {
      max-height: 96px;
      border: 3px solid #0070c0;
      width: 104px;
      padding: 1rem;
      border-radius: 50px;
      fill: #0070c0;
      color: #0070c0; }
  .html-index .sec-3 .kard-deck-101 .kard-deck-102-a {
    margin-right: 0rem; }
    @media (min-width: 1024px) {
      .html-index .sec-3 .kard-deck-101 .kard-deck-102-a {
        margin-bottom: 0rem; } }
    .html-index .sec-3 .kard-deck-101 .kard-deck-102-a > div.kard {
      margin-bottom: 1rem; }
      .html-index .sec-3 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .html-index .sec-3 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body img {
          height: 208px;
          border: 2px solid #cabb8a;
          border-radius: 164px;
          margin-top: 38px; }
  .html-index .sec-3 .kard-deck-101 .kard-deck-102-b {
    margin-left: 0rem; }
    .html-index .sec-3 .kard-deck-101 .kard-deck-102-b > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-3 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .html-index .sec-3 .kard-deck-101 .kard-deck-102-c {
    margin-left: 0rem; }
    .html-index .sec-3 .kard-deck-101 .kard-deck-102-c > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-3 .kard-deck-101 .kard-deck-102-c > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .html-index .sec-3 .kard-deck-101 .kard-deck-102-d {
    margin-left: 0rem; }
    .html-index .sec-3 .kard-deck-101 .kard-deck-102-d > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-3 .kard-deck-101 .kard-deck-102-d > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
.html-index .sec-3 p {
  color: #555; }
.html-index .sec-3 .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.html-index .sec-3 .button-group {
  width: 100%;
  max-width: 544px; }
.html-index .sec-3 .btn {
  background: #0070c0;
  border: 1px solid black;
  color: black;
  width: 100%; }
  .html-index .sec-3 .btn:hover {
    background: #00528d; }
.html-index .sec-3 .headline {
  color: #0070c0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.618rem;
  max-width: none; }
.html-index .sec-3 input.button {
  background-color: #00355a;
  color: #123743;
  border: 1px solid #164251;
  background-color: #d0d2d5;
  color: #123743;
  border: 1px solid #164251;
  font-weight: 400;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin-left: 1rem; }
  .html-index .sec-3 input.button:hover {
    background: #00528d; }
.html-index .sec-3 .button-group {
  width: 100%;
  max-width: 544px; }
.html-index .sec-3 .headline {
  width: 100%; }
.html-index .sec-3 h3 {
  font-size: 1.75rem; }
.html-index .sec-3 .kard-body .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.html-index .sec-3 .kard-body .headline {
  margin-right: 0rem; }
.html-index .sec-3 .kard-body small {
  color: black;
  width: 100%;
  text-align: left; }
.html-index .sec-3 .kard-body form {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  Justify-content: center; }
.html-index .sec-3 .kard-body input {
  margin-left: 0px; }

.html-index .sec-4 {
  background-color: #e5e6e8; }
  .html-index .sec-4 .section-inner {
    max-width: 1200px; }
    .html-index .sec-4 .section-inner .kard-deck-101 {
      width: auto; }

.html-index .sec-4 .kard-deck-101 {
  margin: 0px auto;
  float: none; }
  .html-index .sec-4 .kard-deck-101 > div.kard {
    padding: 0px; }
    .html-index .sec-4 .kard-deck-101 > div.kard > div.kard-body {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 0rem; }
      @media (min-width: 767px) {
        .html-index .sec-4 .kard-deck-101 > div.kard > div.kard-body {
          grid-template-columns: 1fr 1fr 1fr 1fr;
          grid-column-gap: 3rem; } }
      .html-index .sec-4 .kard-deck-101 > div.kard > div.kard-body img {
        height: 208px;
        border: 2px solid #cabb8a;
        border-radius: 164px;
        margin: 0px auto; }
  .html-index .sec-4 .kard-deck-101 .kard-deck-102 {
    width: 100%; }
    .html-index .sec-4 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: .5rem;
      min-height: 75px; }
      .html-index .sec-4 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header .headline {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 1.5rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0px;
        text-align: center; }
      .html-index .sec-4 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header .icon,
      .html-index .sec-4 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header img,
      .html-index .sec-4 .kard-deck-101 .kard-deck-102 div.kard > div.kard-header svg {
        max-height: 96px;
        border: 3px solid #0070c0;
        width: 104px;
        padding: 1rem;
        border-radius: 50px;
        fill: #0070c0;
        color: #0070c0; }
  .html-index .sec-4 .kard-deck-101 .kard-deck-102-a {
    margin-right: 0rem; }
    @media (min-width: 1024px) {
      .html-index .sec-4 .kard-deck-101 .kard-deck-102-a {
        margin-bottom: 0rem; } }
    .html-index .sec-4 .kard-deck-101 .kard-deck-102-a > div.kard {
      margin-bottom: 1rem; }
      .html-index .sec-4 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .html-index .sec-4 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body img {
          height: 208px;
          border: 2px solid #cabb8a;
          border-radius: 164px;
          margin-top: 38px; }
  .html-index .sec-4 .kard-deck-101 .kard-deck-102-b {
    margin-left: 0rem; }
    .html-index .sec-4 .kard-deck-101 .kard-deck-102-b > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-4 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .html-index .sec-4 .kard-deck-101 .kard-deck-102-c {
    margin-left: 0rem; }
    .html-index .sec-4 .kard-deck-101 .kard-deck-102-c > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-4 .kard-deck-101 .kard-deck-102-c > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .html-index .sec-4 .kard-deck-101 .kard-deck-102-d {
    margin-left: 0rem; }
    .html-index .sec-4 .kard-deck-101 .kard-deck-102-d > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .html-index .sec-4 .kard-deck-101 .kard-deck-102-d > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
.html-index .sec-4 .button-group {
  width: 100%;
  max-width: 544px; }
.html-index .sec-4 .btn {
  background: #e5e6e8;
  border: 1px solid #494c52;
  color: #494c52;
  width: auto; }
  .html-index .sec-4 .btn:hover {
    background: #caccd0; }
.html-index .sec-4 .headline {
  color: #0070c0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.618rem; }
.html-index .sec-4 input.button {
  background-color: #afb2b8;
  color: #123743;
  border: 1px solid #164251;
  background-color: #d0d2d5;
  color: #123743;
  border: 1px solid #164251;
  font-weight: 400;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin-left: 1rem; }
  .html-index .sec-4 input.button:hover {
    background: #caccd0; }

.html-index .sec-5 {
  height: auto;
  background-color: #dbdddf; }
  .html-index .sec-5 .section-inner .kard-deck-101 {
    max-width: 1200px;
    width: auto; }

.html-index .sec-5 .kard-deck-101 {
  max-width: 678px;
  width: auto;
  margin: 0px auto;
  float: none; }
  .html-index .sec-5 .kard-deck-101 > div.kard > div.kard-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 700px) {
      .html-index .sec-5 .kard-deck-101 > div.kard > div.kard-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .html-index .sec-5 .kard-deck-101 .kard-deck-102 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .html-index .sec-5 .kard-deck-101 .kard-deck-102 > div.kard {
      -webkit-box-flex: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 0px;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .html-index .sec-5 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-body {
        margin: 0px; }
        .html-index .sec-5 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-body .content-wrapper-inner {
          float: none;
          margin: 0px auto;
          background: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          max-width: 321px;
          height: 321px;
          -ms-flex-line-pack: center;
              align-content: center;
          padding: 0rem;
          border-radius: 166px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 767px) {
            .html-index .sec-5 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-body .content-wrapper-inner {
              background: #47707f; } }
  .html-index .sec-5 .kard-deck-101 .kard-deck-102-a {
    max-width: 544px;
    width: auto;
    margin-right: 0rem; }
    @media (min-width: 400px) {
      .html-index .sec-5 .kard-deck-101 .kard-deck-102-a {
        min-width: 400px;
        margin-bottom: 0rem;
        margin-right: .5rem; } }
    .html-index .sec-5 .kard-deck-101 .kard-deck-102-a > div.kard {
      margin-bottom: 1rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .html-index .sec-5 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header {
        background: none; }
      .html-index .sec-5 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .html-index .sec-5 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body img {
          height: 208px;
          border: 2px solid #cabb8a;
          border-radius: 164px;
          margin-top: 38px; }
      .html-index .sec-5 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-footer {
        background: none; }
  .html-index .sec-5 .kard-deck-101 .kard-deck-102-b {
    width: 100%;
    margin-left: 0rem;
    max-width: 303px; }
    @media (min-width: 1024px) {
      .html-index .sec-5 .kard-deck-101 .kard-deck-102-b {
        width: auto;
        margin-left: .5rem; } }
    .html-index .sec-5 .kard-deck-101 .kard-deck-102-b > div.kard {
      margin-bottom: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .html-index .sec-5 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-body {
        width: 100%;
        max-width: 544px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .html-index .sec-5 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-body img {
          max-width: 100%; }

.sec-5 .headline {
  max-width: 680px;
  color: white; }
.sec-5 p {
  color: white;
  text-align: center; }
.sec-5 .kard-footer {
  border: none;
  background: none;
  text-align: center; }

.html-group-reports.html-claims, .html-group-reports.html-dashboard {
  height: auto; }
  @media (min-width: 767px) {
    .html-group-reports.html-claims, .html-group-reports.html-dashboard {
      height: 100%; } }
  .html-group-reports.html-claims body .kard-deck-101 > div.kard > div.kard-body, .html-group-reports.html-dashboard body .kard-deck-101 > div.kard > div.kard-body {
    height: calc(100%); }
  .html-group-reports.html-claims body .section-wrapper, .html-group-reports.html-dashboard body .section-wrapper {
    height: calc(100% - (0px + (56px + 56px))); }
  .html-group-reports.html-claims body .kard-deck-102-a, .html-group-reports.html-dashboard body .kard-deck-102-a {
    height: calc(100% - (56px / 2));
    height: 100%;
    margin-bottom: 0rem; }

.html-group-reports.html-dashboard .sec-1 .kard-deck-102 > div.kard > div.kard-body {
  height: 33rem; }
.html-group-reports.html-dashboard .sec-1 .kard-deck-101-b .kard .kard-body .view-ubar {
  height: 56px; }
.html-group-reports.html-dashboard .body-has-ctrl-ubar .section-wrapper {
  height: calc(100% - ((56px + 56px))); }

.html-group-reports.html-claims .sec-1 .kard-deck-101-b .kard .kard-body .view-ubar, .html-group-reports.html-dashboard .sec-1 .kard-deck-101-b .kard .kard-body .view-ubar {
  height: 56px; }
.html-group-reports.html-claims .body-has-ctrl-ubar .section-wrapper, .html-group-reports.html-dashboard .body-has-ctrl-ubar .section-wrapper {
  height: calc(100% - ((56px + 56px))); }

.html-group-reports .ctrl-ubar {
  display: none !important; }
  @media (min-width: 699px) {
    .html-group-reports .ctrl-ubar {
      display: block !important; } }
.html-group-reports .section-wrapper {
  height: calc(100% - 56px);
  height: calc(100% - (0px + (56px + 56px))); }
.html-group-reports nav.navbar .collapse ul.navbar-nav li.active {
  color: #333;
  border: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none; }
  .html-group-reports nav.navbar .collapse ul.navbar-nav li.active a {
    background: #2e6ba9 !important; }

.html-group-reports body {
  height: calc(100% - $header-height); }

.html-group-reports .view-ubar {
  border-bottom: none;
  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; }
.html-group-reports .kard-deck-101 {
  padding: 0px; }
.html-group-reports .kard-deck-101-b > div.kard > div.kard-header {
  display: none; }
  @media (min-width: 699px) {
    .html-group-reports .kard-deck-101-b > div.kard > div.kard-header {
      display: block; } }
  .html-group-reports .kard-deck-101-b > div.kard > div.kard-header .view-ubar {
    height: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
.html-group-reports .sec-1 .section-inner .kard-deck-101 {
  height: 100%;
  width: auto; }

.html-group-reports .sec-1 .kard-deck-101 {
  margin: 0px auto;
  float: none; }
  .html-group-reports .sec-1 .kard-deck-101 > div.kard {
    padding: 0px; }
    .html-group-reports .sec-1 .kard-deck-101 > div.kard > div.kard-header .view-ubar .form-group {
      margin-bottom: 0px; }
    .html-group-reports .sec-1 .kard-deck-101 > div.kard > div.kard-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 835px) {
        .html-group-reports .sec-1 .kard-deck-101 > div.kard > div.kard-body {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .html-group-reports .sec-1 .kard-deck-101 > div.kard > div.kard-body img {
        height: 208px;
        border: 2px solid #cabb8a;
        border-radius: 164px;
        margin: 0px auto; }
  .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto; }
    @media (min-width: 699px) {
      .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 56px; } }
    .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-footer .backgrid-paginator {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 699px) {
        .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-footer .backgrid-paginator {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-footer .backgrid-filter {
      margin-top: 15px; }
      @media (min-width: 699px) {
        .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-footer .backgrid-filter {
          margin: 0px; } }
  .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a,
  .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b {
    width: 100%;
    padding-right: 0rem;
    padding-bottom: 0rem; }
    .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header,
    .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header {
      padding: 0px 0rem; }
      .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar,
      .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 699px) {
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar,
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar {
            height: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            width: auto; } }
        .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group .headline,
        .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group .headline {
          font-weight: bold;
          color: #555;
          margin-bottom: .25rem; }
        .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-a,
        .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-a {
          height: 100%;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          margin-top: 15px; }
          @media (min-width: 699px) {
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-a,
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-a {
              margin-top: 0px; } }
        .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b,
        .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 699px) {
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b,
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              width: auto;
              -webkit-box-align: end;
                  -ms-flex-align: end;
                      align-items: flex-end; } }
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group,
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group {
            margin: 0px;
            padding: 0px;
            margin-left: 0;
            width: 100%; }
            @media (min-width: 699px) {
              .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group,
              .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group {
                width: auto;
                margin-left: 1rem; } }
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group label,
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group label {
              white-space: nowrap; }
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group .item-select,
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group .item-select {
              max-width: 100%; }
              @media (min-width: 699px) {
                .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group .item-select,
                .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group .item-select {
                  max-width: 135px;
                  width: 100%; } }
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group .item-button,
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group .item-button {
              width: 100%; }
              @media (min-width: 699px) {
                .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group .item-button,
                .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .form-group .item-button {
                  width: 48px; } }
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .view-all-btn .item-button,
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .view-all-btn .item-button {
            width: 100%;
            margin-bottom: 15px; }
            @media (min-width: 699px) {
              .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .view-all-btn .item-button,
              .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .view-all-btn .item-button {
                margin-bottom: 0px; } }
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .go-btn,
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .go-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 15px; }
            @media (min-width: 699px) {
              .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .go-btn,
              .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .go-btn {
                margin-top: 0px; } }
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .go-btn .item-button,
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .go-btn .item-button {
              width: 100%; }
              @media (min-width: 699px) {
                .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .go-btn .item-button,
                .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .go-btn .item-button {
                  width: 48px; } }
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .dw-btn,
          .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .dw-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 15px;
            margin-bottom: 15px; }
            @media (min-width: 699px) {
              .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .dw-btn,
              .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .dw-btn {
                margin-top: 0px;
                margin-bottom: 0px;
                width: auto; } }
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .dw-btn .item-button,
            .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .dw-btn .item-button {
              width: 100%; }
              @media (min-width: 699px) {
                .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-header .view-ubar .ubar-group-b .dw-btn .item-button,
                .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-header .view-ubar .ubar-group-b .dw-btn .item-button {
                  width: 48px; } }
    .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-a > div.kard > div.kard-body,
    .html-group-reports .sec-1 .kard-deck-101 .kard-deck-102-b > div.kard > div.kard-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.html-group-reports .sec-1 .button-group {
  width: 100%;
  max-width: 544px; }
.html-group-reports .sec-1 .headline {
  color: #888;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.html-overclaims .sec-1 .kard-deck-101 > div.kard > div.kard-body {
  height: calc(100% - 56px);
  height: 100%; }
.html-overclaims .sec-1 .kard-deck-101 .kard-deck-102 > div.kard > div.kard-header .view-ubar .ubar-group-b {
  grid-template-columns: 120px 215px 445px auto; }

.html-create_account {
  height: 100%; }
  @media (min-width: 767px) {
    .html-create_account {
      height: 100%; } }
  .html-create_account .navbar-expand-lg .navbar-toggler {
    display: none; }
  .html-create_account .collapse:not(.show) {
    display: block; }
  .html-create_account nav.navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .html-create_account body {
    height: 100%; }
  .html-create_account .section-wrapper {
    height: calc(100% - (56px + 164px));
    min-height: 340px; }
  .html-create_account .section-inner {
    width: auto;
    margin: 0px auto; }
  .html-create_account header nav.navbar .collapse .st3-mri {
    fill: #ffffff !important; }
  .html-create_account .view-ubar .insert-101-b button {
    margin-left: .5rem; }
  .html-create_account .view-ubar .insert-101-b button:last-of-type {
    margin-left: 0rem; }
  .html-create_account .kard-footer {
    display: none; }
  .html-create_account .kard-deck-101 {
    height: 100%; }
    .html-create_account .kard-deck-101 > div.kard {
      height: 100%; }
      .html-create_account .kard-deck-101 > div.kard > div.kard-body {
        height: 100%; }
  .html-create_account .kard-deck-102 > div.kard > div.kard-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .html-create_account .kard-deck-102 > div.kard > div.kard-body {
    height: calc(100% - 80px);
    height: 80%;
    max-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/*# sourceMappingURL=project.css.map */