@charset "UTF-8";
@import "https://library-sdb.apps.bancolombia.com/bds/9.40.6/bds.min.css";

/* src/styles.scss */
.m-auto {
  margin: auto;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.font-14 {
  font-size: 14px !important;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideOutToLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100vw);
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100vw);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideOutToRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100vw);
  }
}
main {
  position: relative;
  width: 100%;
  height: 100%;
}
main.slide-right {
  animation: slideInFromRight 800ms ease-in-out;
}
main.slide-left {
  animation: slideInFromLeft 800ms ease-in-out;
}
main.slide-out-left {
  animation: slideOutToLeft 800ms ease-in-out;
}
main.slide-out-right {
  animation: slideOutToRight 800ms ease-in-out;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.center-vertically {
  margin-top: auto;
  margin-bottom: auto;
}
.center-horizontally {
  margin-left: auto;
  margin-right: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.bc-tabs-group .bc-tab-body {
  padding: 10px 0 0 0;
}
.bc-tabs-group .bc-tab-body .bc-tab-content {
  width: auto;
}
.bc-header.bc-fixed {
  position: fixed;
}
.ng-autocomplete .bc-card-select-active > em.bc-sm,
.ng-autocomplete .bc-card-select-input > em.bc-sm,
.ng-autocomplete .bc-card-select-item em.bc-sm,
.ng-autocomplete .bc-form-field > em.bc-sm,
.ng-autocomplete .bc-input-number-container > em.bc-sm,
.ng-autocomplete .bc-input-select-active > em.bc-sm,
.ng-autocomplete .bc-input-select-item em.bc-sm,
.ng-autocomplete .bc-input-select > em.bc-sm,
.ng-autocomplete .bc-input-token > em.bc-sm,
.ng-autocomplete .bc-sm.bc-icon,
.ng-autocomplete .bc-sm.bc-tooltip-close-btn::before {
  float: right;
  margin-top: -32px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .bc-stepper-horizontal {
    width: auto;
    margin: 0 15px;
  }
}
.bc-stepper-horizontal .bc-stepper-step.is-active label {
  text-shadow: 0px 0px 1px rgb(0, 0, 0) !important;
  font-weight: normal;
}
.bc-stepper-horizontal .bc-stepper-step .bc-stepper-label label {
  left: -34px !important;
  text-align: center !important;
  width: max-content !important;
}
.bc-stepper-horizontal .bc-stepper-step:first-of-type .bc-stepper-label label {
  left: 0 !important;
  text-align: left !important;
}
.bc-stepper-horizontal .bc-stepper-step:last-of-type .bc-stepper-label label {
  left: -80px !important;
  text-align: center !important;
}
.bc-button-primary:disabled {
  background-color: #D9DADD !important;
  opacity: 0.8;
}
.bc-button-primary:disabled img {
  opacity: 0.5;
}
.bc-form-field ::ng-deep .bc-input[id] {
  border-bottom: 0 solid #97999b !important;
}
div.bc-accordions-group article.bc-accordion {
  box-shadow: none;
}
section.bc-off-canvas[type=vertical] {
  height: 100dvh;
}
section.bc-off-canvas[status=open][type=horizontal] > aside {
  border-radius: 24px 24px 0 0;
}
section.bc-off-canvas[status=open][type=vertical] > aside {
  border-radius: 8px 0 0 8px;
}
.modal-discount-nomina section.bc-modal-container[customWidth=large] {
  padding: 16px 16px 32px 24px;
  text-align: left;
}
.modal-discount-nomina section.bc-modal-container[customWidth=large] section.bc-modal-content {
  padding-right: 16px;
  max-height: 75vh !important;
}
.modal-discount-nomina section.bc-modal-container[customWidth=large] section.bc-modal-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
}
.modal-discount-nomina section.bc-modal-container[customWidth=large] section.bc-modal-content::-webkit-scrollbar {
  width: 5px;
}
.modal-accept-nomina section.bc-modal-container {
  text-align: left;
}
.fix-heig-offCanvas section.bc-off-canvas[type=horizontal] > aside > div:nth-child(2) {
  height: 90%;
  justify-content: center;
}
:root {
  --colors-primary-00: #FFFFFF;
  --colors-primary-00-rgb:
    255,
    255,
    255;
}
:root .nv-bg-colors-primary-00 {
  background-color: #FFFFFF;
}
:root .nv-border-colors-primary-00 {
  border-color: #FFFFFF;
}
:root .nv-text-colors-primary-00 {
  color: #FFFFFF;
}
:root {
  --colors-primary-01: #2C2A29;
  --colors-primary-01-rgb:
    44,
    42,
    41;
}
:root .nv-bg-colors-primary-01 {
  background-color: #2C2A29;
}
:root .nv-border-colors-primary-01 {
  border-color: #2C2A29;
}
:root .nv-text-colors-primary-01 {
  color: #2C2A29;
}
:root {
  --colors-secundary-00: #FDDA24;
  --colors-secundary-00-rgb:
    253,
    218,
    36;
}
:root .nv-bg-colors-secundary-00 {
  background-color: #FDDA24;
}
:root .nv-border-colors-secundary-00 {
  border-color: #FDDA24;
}
:root .nv-text-colors-secundary-00 {
  color: #FDDA24;
}
:root {
  --colors-secundary-01: #00C389;
  --colors-secundary-01-rgb:
    0,
    195,
    137;
}
:root .nv-bg-colors-secundary-01 {
  background-color: #00C389;
}
:root .nv-border-colors-secundary-01 {
  border-color: #00C389;
}
:root .nv-text-colors-secundary-01 {
  color: #00C389;
}
:root {
  --colors-secundary-02: #9063CD;
  --colors-secundary-02-rgb:
    144,
    99,
    205;
}
:root .nv-bg-colors-secundary-02 {
  background-color: #9063CD;
}
:root .nv-border-colors-secundary-02 {
  border-color: #9063CD;
}
:root .nv-text-colors-secundary-02 {
  color: #9063CD;
}
:root {
  --colors-secundary-03: #FF7F41;
  --colors-secundary-03-rgb:
    255,
    127,
    65;
}
:root .nv-bg-colors-secundary-03 {
  background-color: #FF7F41;
}
:root .nv-border-colors-secundary-03 {
  border-color: #FF7F41;
}
:root .nv-text-colors-secundary-03 {
  color: #FF7F41;
}
:root {
  --colors-secundary-04: #F5B6CD;
  --colors-secundary-04-rgb:
    245,
    182,
    205;
}
:root .nv-bg-colors-secundary-04 {
  background-color: #F5B6CD;
}
:root .nv-border-colors-secundary-04 {
  border-color: #F5B6CD;
}
:root .nv-text-colors-secundary-04 {
  color: #F5B6CD;
}
:root {
  --colors-secundary-05: #59CBE8;
  --colors-secundary-05-rgb:
    89,
    203,
    232;
}
:root .nv-bg-colors-secundary-05 {
  background-color: #59CBE8;
}
:root .nv-border-colors-secundary-05 {
  border-color: #59CBE8;
}
:root .nv-text-colors-secundary-05 {
  color: #59CBE8;
}
:root {
  --colors-neutro-50: #F9F9FA;
  --colors-neutro-50-rgb:
    249,
    249,
    250;
}
:root .nv-bg-colors-neutro-50 {
  background-color: #F9F9FA;
}
:root .nv-border-colors-neutro-50 {
  border-color: #F9F9FA;
}
:root .nv-text-colors-neutro-50 {
  color: #F9F9FA;
}
:root {
  --colors-neutro-100: #F2F2F4;
  --colors-neutro-100-rgb:
    242,
    242,
    244;
}
:root .nv-bg-colors-neutro-100 {
  background-color: #F2F2F4;
}
:root .nv-border-colors-neutro-100 {
  border-color: #F2F2F4;
}
:root .nv-text-colors-neutro-100 {
  color: #F2F2F4;
}
:root {
  --colors-neutro-200: #D9DADD;
  --colors-neutro-200-rgb:
    217,
    218,
    221;
}
:root .nv-bg-colors-neutro-200 {
  background-color: #D9DADD;
}
:root .nv-border-colors-neutro-200 {
  border-color: #D9DADD;
}
:root .nv-text-colors-neutro-200 {
  color: #D9DADD;
}
:root {
  --colors-neutro-300: #B3B5B8;
  --colors-neutro-300-rgb:
    179,
    181,
    184;
}
:root .nv-bg-colors-neutro-300 {
  background-color: #B3B5B8;
}
:root .nv-border-colors-neutro-300 {
  border-color: #B3B5B8;
}
:root .nv-text-colors-neutro-300 {
  color: #B3B5B8;
}
:root {
  --colors-neutro-400: #97999B;
  --colors-neutro-400-rgb:
    151,
    153,
    155;
}
:root .nv-bg-colors-neutro-400 {
  background-color: #97999B;
}
:root .nv-border-colors-neutro-400 {
  border-color: #97999B;
}
:root .nv-text-colors-neutro-400 {
  color: #97999B;
}
:root {
  --colors-neutro-500: #7D7F82;
  --colors-neutro-500-rgb:
    125,
    127,
    130;
}
:root .nv-bg-colors-neutro-500 {
  background-color: #7D7F82;
}
:root .nv-border-colors-neutro-500 {
  border-color: #7D7F82;
}
:root .nv-text-colors-neutro-500 {
  color: #7D7F82;
}
:root {
  --colors-neutro-600: #727476;
  --colors-neutro-600-rgb:
    114,
    116,
    118;
}
:root .nv-bg-colors-neutro-600 {
  background-color: #727476;
}
:root .nv-border-colors-neutro-600 {
  border-color: #727476;
}
:root .nv-text-colors-neutro-600 {
  color: #727476;
}
:root {
  --colors-neutro-700: #595A5C;
  --colors-neutro-700-rgb:
    89,
    90,
    92;
}
:root .nv-bg-colors-neutro-700 {
  background-color: #595A5C;
}
:root .nv-border-colors-neutro-700 {
  border-color: #595A5C;
}
:root .nv-text-colors-neutro-700 {
  color: #595A5C;
}
:root {
  --colors-neutro-800: #454648;
  --colors-neutro-800-rgb:
    69,
    70,
    72;
}
:root .nv-bg-colors-neutro-800 {
  background-color: #454648;
}
:root .nv-border-colors-neutro-800 {
  border-color: #454648;
}
:root .nv-text-colors-neutro-800 {
  color: #454648;
}
:root {
  --colors-neutro-900: #353537;
  --colors-neutro-900-rgb:
    53,
    53,
    55;
}
:root .nv-bg-colors-neutro-900 {
  background-color: #353537;
}
:root .nv-border-colors-neutro-900 {
  border-color: #353537;
}
:root .nv-text-colors-neutro-900 {
  color: #353537;
}
:root {
  --colors-status-success: #00C389;
  --colors-status-success-rgb:
    0,
    195,
    137;
}
:root .nv-bg-colors-status-success {
  background-color: #00C389;
}
:root .nv-border-colors-status-success {
  border-color: #00C389;
}
:root .nv-text-colors-status-success {
  color: #00C389;
}
:root {
  --colors-status-warning: #FDDA24;
  --colors-status-warning-rgb:
    253,
    218,
    36;
}
:root .nv-bg-colors-status-warning {
  background-color: #FDDA24;
}
:root .nv-border-colors-status-warning {
  border-color: #FDDA24;
}
:root .nv-text-colors-status-warning {
  color: #FDDA24;
}
:root {
  --colors-status-error: #FF7F41;
  --colors-status-error-rgb:
    255,
    127,
    65;
}
:root .nv-bg-colors-status-error {
  background-color: #FF7F41;
}
:root .nv-border-colors-status-error {
  border-color: #FF7F41;
}
:root .nv-text-colors-status-error {
  color: #FF7F41;
}
:root {
  --colors-status-info: #59CBE8;
  --colors-status-info-rgb:
    89,
    203,
    232;
}
:root .nv-bg-colors-status-info {
  background-color: #59CBE8;
}
:root .nv-border-colors-status-info {
  border-color: #59CBE8;
}
:root .nv-text-colors-status-info {
  color: #59CBE8;
}
:root {
  --colors-status-generic: #F9F9FA;
  --colors-status-generic-rgb:
    249,
    249,
    250;
}
:root .nv-bg-colors-status-generic {
  background-color: #F9F9FA;
}
:root .nv-border-colors-status-generic {
  border-color: #F9F9FA;
}
:root .nv-text-colors-status-generic {
  color: #F9F9FA;
}
:root {
  --colors-tonalities-a-100: #FEF4BB;
  --colors-tonalities-a-100-rgb:
    254,
    244,
    187;
}
:root .nv-bg-colors-tonalities-a-100 {
  background-color: #FEF4BB;
}
:root .nv-border-colors-tonalities-a-100 {
  border-color: #FEF4BB;
}
:root .nv-text-colors-tonalities-a-100 {
  color: #FEF4BB;
}
:root {
  --colors-tonalities-b-100: #B0ECDA;
  --colors-tonalities-b-100-rgb:
    176,
    236,
    218;
}
:root .nv-bg-colors-tonalities-b-100 {
  background-color: #B0ECDA;
}
:root .nv-border-colors-tonalities-b-100 {
  border-color: #B0ECDA;
}
:root .nv-text-colors-tonalities-b-100 {
  color: #B0ECDA;
}
:root {
  --colors-tonalities-c-100: #DDCFF0;
  --colors-tonalities-c-100-rgb:
    221,
    207,
    240;
}
:root .nv-bg-colors-tonalities-c-100 {
  background-color: #DDCFF0;
}
:root .nv-border-colors-tonalities-c-100 {
  border-color: #DDCFF0;
}
:root .nv-text-colors-tonalities-c-100 {
  color: #DDCFF0;
}
:root {
  --colors-tonalities-d-100: #FFD7C4;
  --colors-tonalities-d-100-rgb:
    255,
    215,
    196;
}
:root .nv-bg-colors-tonalities-d-100 {
  background-color: #FFD7C4;
}
:root .nv-border-colors-tonalities-d-100 {
  border-color: #FFD7C4;
}
:root .nv-text-colors-tonalities-d-100 {
  color: #FFD7C4;
}
:root {
  --colors-tonalities-e-100: #FCE8F0;
  --colors-tonalities-e-100-rgb:
    252,
    232,
    240;
}
:root .nv-bg-colors-tonalities-e-100 {
  background-color: #FCE8F0;
}
:root .nv-border-colors-tonalities-e-100 {
  border-color: #FCE8F0;
}
:root .nv-text-colors-tonalities-e-100 {
  color: #FCE8F0;
}
:root {
  --colors-tonalities-f-100: #CCEFF8;
  --colors-tonalities-f-100-rgb:
    204,
    239,
    248;
}
:root .nv-bg-colors-tonalities-f-100 {
  background-color: #CCEFF8;
}
:root .nv-border-colors-tonalities-f-100 {
  border-color: #CCEFF8;
}
:root .nv-text-colors-tonalities-f-100 {
  color: #CCEFF8;
}
:root {
  --colors-tonalities-a-200: #FDE773;
  --colors-tonalities-a-200-rgb:
    253,
    231,
    115;
}
:root .nv-bg-colors-tonalities-a-200 {
  background-color: #FDE773;
}
:root .nv-border-colors-tonalities-a-200 {
  border-color: #FDE773;
}
:root .nv-text-colors-tonalities-a-200 {
  color: #FDE773;
}
:root {
  --colors-tonalities-b-200: #66DBB8;
  --colors-tonalities-b-200-rgb:
    102,
    219,
    184;
}
:root .nv-bg-colors-tonalities-b-200 {
  background-color: #66DBB8;
}
:root .nv-border-colors-tonalities-b-200 {
  border-color: #66DBB8;
}
:root .nv-text-colors-tonalities-b-200 {
  color: #66DBB8;
}
:root {
  --colors-tonalities-c-200: #C5ADE5;
  --colors-tonalities-c-200-rgb:
    197,
    173,
    229;
}
:root .nv-bg-colors-tonalities-c-200 {
  background-color: #C5ADE5;
}
:root .nv-border-colors-tonalities-c-200 {
  border-color: #C5ADE5;
}
:root .nv-text-colors-tonalities-c-200 {
  color: #C5ADE5;
}
:root {
  --colors-tonalities-d-200: #FFB28D;
  --colors-tonalities-d-200-rgb:
    255,
    178,
    141;
}
:root .nv-bg-colors-tonalities-d-200 {
  background-color: #FFB28D;
}
:root .nv-border-colors-tonalities-d-200 {
  border-color: #FFB28D;
}
:root .nv-text-colors-tonalities-d-200 {
  color: #FFB28D;
}
:root {
  --colors-tonalities-e-200: #F9D3E1;
  --colors-tonalities-e-200-rgb:
    249,
    211,
    225;
}
:root .nv-bg-colors-tonalities-e-200 {
  background-color: #F9D3E1;
}
:root .nv-border-colors-tonalities-e-200 {
  border-color: #F9D3E1;
}
:root .nv-text-colors-tonalities-e-200 {
  color: #F9D3E1;
}
:root {
  --colors-tonalities-f-200: #9BE0F1;
  --colors-tonalities-f-200-rgb:
    155,
    224,
    241;
}
:root .nv-bg-colors-tonalities-f-200 {
  background-color: #9BE0F1;
}
:root .nv-border-colors-tonalities-f-200 {
  border-color: #9BE0F1;
}
:root .nv-text-colors-tonalities-f-200 {
  color: #9BE0F1;
}
:root {
  --colors-accesibility-a-11-y-dark-green: #038144;
  --colors-accesibility-a-11-y-dark-green-rgb:
    3,
    129,
    68;
}
:root .nv-bg-colors-accesibility-a-11-y-dark-green {
  background-color: #038144;
}
:root .nv-border-colors-accesibility-a-11-y-dark-green {
  border-color: #038144;
}
:root .nv-text-colors-accesibility-a-11-y-dark-green {
  color: #038144;
}
:root {
  --colors-accesibility-a-11-y-dark-red: #E20201;
  --colors-accesibility-a-11-y-dark-red-rgb:
    226,
    2,
    1;
}
:root .nv-bg-colors-accesibility-a-11-y-dark-red {
  background-color: #E20201;
}
:root .nv-border-colors-accesibility-a-11-y-dark-red {
  border-color: #E20201;
}
:root .nv-text-colors-accesibility-a-11-y-dark-red {
  color: #E20201;
}
:root {
  --colors-accesibility-a-11-y-dark-blue: #3455DB;
  --colors-accesibility-a-11-y-dark-blue-rgb:
    52,
    85,
    219;
}
:root .nv-bg-colors-accesibility-a-11-y-dark-blue {
  background-color: #3455DB;
}
:root .nv-border-colors-accesibility-a-11-y-dark-blue {
  border-color: #3455DB;
}
:root .nv-text-colors-accesibility-a-11-y-dark-blue {
  color: #3455DB;
}
:root {
  --colors-accesibility-a-11-y-green: #69CC96;
  --colors-accesibility-a-11-y-green-rgb:
    105,
    204,
    150;
}
:root .nv-bg-colors-accesibility-a-11-y-green {
  background-color: #69CC96;
}
:root .nv-border-colors-accesibility-a-11-y-green {
  border-color: #69CC96;
}
:root .nv-text-colors-accesibility-a-11-y-green {
  color: #69CC96;
}
:root {
  --colors-accesibility-a-11-y-red: #FF8389;
  --colors-accesibility-a-11-y-red-rgb:
    255,
    131,
    137;
}
:root .nv-bg-colors-accesibility-a-11-y-red {
  background-color: #FF8389;
}
:root .nv-border-colors-accesibility-a-11-y-red {
  border-color: #FF8389;
}
:root .nv-text-colors-accesibility-a-11-y-red {
  color: #FF8389;
}
:root {
  --colors-accesibility-a-11-y-blue: #59CBE8;
  --colors-accesibility-a-11-y-blue-rgb:
    89,
    203,
    232;
}
:root .nv-bg-colors-accesibility-a-11-y-blue {
  background-color: #59CBE8;
}
:root .nv-border-colors-accesibility-a-11-y-blue {
  border-color: #59CBE8;
}
:root .nv-text-colors-accesibility-a-11-y-blue {
  color: #59CBE8;
}
:root {
  --outline-color-focus: var(--colors-accesibility-a-11-y-dark-blue);
}
:host {
  --colors-primary-00: #FFFFFF;
  --colors-primary-00-rgb:
    255,
    255,
    255;
}
:host .nv-bg-colors-primary-00 {
  background-color: #FFFFFF;
}
:host .nv-border-colors-primary-00 {
  border-color: #FFFFFF;
}
:host .nv-text-colors-primary-00 {
  color: #FFFFFF;
}
:host {
  --colors-primary-01: #2C2A29;
  --colors-primary-01-rgb:
    44,
    42,
    41;
}
:host .nv-bg-colors-primary-01 {
  background-color: #2C2A29;
}
:host .nv-border-colors-primary-01 {
  border-color: #2C2A29;
}
:host .nv-text-colors-primary-01 {
  color: #2C2A29;
}
:host {
  --colors-secundary-00: #FDDA24;
  --colors-secundary-00-rgb:
    253,
    218,
    36;
}
:host .nv-bg-colors-secundary-00 {
  background-color: #FDDA24;
}
:host .nv-border-colors-secundary-00 {
  border-color: #FDDA24;
}
:host .nv-text-colors-secundary-00 {
  color: #FDDA24;
}
:host {
  --colors-secundary-01: #00C389;
  --colors-secundary-01-rgb:
    0,
    195,
    137;
}
:host .nv-bg-colors-secundary-01 {
  background-color: #00C389;
}
:host .nv-border-colors-secundary-01 {
  border-color: #00C389;
}
:host .nv-text-colors-secundary-01 {
  color: #00C389;
}
:host {
  --colors-secundary-02: #9063CD;
  --colors-secundary-02-rgb:
    144,
    99,
    205;
}
:host .nv-bg-colors-secundary-02 {
  background-color: #9063CD;
}
:host .nv-border-colors-secundary-02 {
  border-color: #9063CD;
}
:host .nv-text-colors-secundary-02 {
  color: #9063CD;
}
:host {
  --colors-secundary-03: #FF7F41;
  --colors-secundary-03-rgb:
    255,
    127,
    65;
}
:host .nv-bg-colors-secundary-03 {
  background-color: #FF7F41;
}
:host .nv-border-colors-secundary-03 {
  border-color: #FF7F41;
}
:host .nv-text-colors-secundary-03 {
  color: #FF7F41;
}
:host {
  --colors-secundary-04: #F5B6CD;
  --colors-secundary-04-rgb:
    245,
    182,
    205;
}
:host .nv-bg-colors-secundary-04 {
  background-color: #F5B6CD;
}
:host .nv-border-colors-secundary-04 {
  border-color: #F5B6CD;
}
:host .nv-text-colors-secundary-04 {
  color: #F5B6CD;
}
:host {
  --colors-secundary-05: #59CBE8;
  --colors-secundary-05-rgb:
    89,
    203,
    232;
}
:host .nv-bg-colors-secundary-05 {
  background-color: #59CBE8;
}
:host .nv-border-colors-secundary-05 {
  border-color: #59CBE8;
}
:host .nv-text-colors-secundary-05 {
  color: #59CBE8;
}
:host {
  --colors-neutro-50: #F9F9FA;
  --colors-neutro-50-rgb:
    249,
    249,
    250;
}
:host .nv-bg-colors-neutro-50 {
  background-color: #F9F9FA;
}
:host .nv-border-colors-neutro-50 {
  border-color: #F9F9FA;
}
:host .nv-text-colors-neutro-50 {
  color: #F9F9FA;
}
:host {
  --colors-neutro-100: #F2F2F4;
  --colors-neutro-100-rgb:
    242,
    242,
    244;
}
:host .nv-bg-colors-neutro-100 {
  background-color: #F2F2F4;
}
:host .nv-border-colors-neutro-100 {
  border-color: #F2F2F4;
}
:host .nv-text-colors-neutro-100 {
  color: #F2F2F4;
}
:host {
  --colors-neutro-200: #D9DADD;
  --colors-neutro-200-rgb:
    217,
    218,
    221;
}
:host .nv-bg-colors-neutro-200 {
  background-color: #D9DADD;
}
:host .nv-border-colors-neutro-200 {
  border-color: #D9DADD;
}
:host .nv-text-colors-neutro-200 {
  color: #D9DADD;
}
:host {
  --colors-neutro-300: #B3B5B8;
  --colors-neutro-300-rgb:
    179,
    181,
    184;
}
:host .nv-bg-colors-neutro-300 {
  background-color: #B3B5B8;
}
:host .nv-border-colors-neutro-300 {
  border-color: #B3B5B8;
}
:host .nv-text-colors-neutro-300 {
  color: #B3B5B8;
}
:host {
  --colors-neutro-400: #97999B;
  --colors-neutro-400-rgb:
    151,
    153,
    155;
}
:host .nv-bg-colors-neutro-400 {
  background-color: #97999B;
}
:host .nv-border-colors-neutro-400 {
  border-color: #97999B;
}
:host .nv-text-colors-neutro-400 {
  color: #97999B;
}
:host {
  --colors-neutro-500: #7D7F82;
  --colors-neutro-500-rgb:
    125,
    127,
    130;
}
:host .nv-bg-colors-neutro-500 {
  background-color: #7D7F82;
}
:host .nv-border-colors-neutro-500 {
  border-color: #7D7F82;
}
:host .nv-text-colors-neutro-500 {
  color: #7D7F82;
}
:host {
  --colors-neutro-600: #727476;
  --colors-neutro-600-rgb:
    114,
    116,
    118;
}
:host .nv-bg-colors-neutro-600 {
  background-color: #727476;
}
:host .nv-border-colors-neutro-600 {
  border-color: #727476;
}
:host .nv-text-colors-neutro-600 {
  color: #727476;
}
:host {
  --colors-neutro-700: #595A5C;
  --colors-neutro-700-rgb:
    89,
    90,
    92;
}
:host .nv-bg-colors-neutro-700 {
  background-color: #595A5C;
}
:host .nv-border-colors-neutro-700 {
  border-color: #595A5C;
}
:host .nv-text-colors-neutro-700 {
  color: #595A5C;
}
:host {
  --colors-neutro-800: #454648;
  --colors-neutro-800-rgb:
    69,
    70,
    72;
}
:host .nv-bg-colors-neutro-800 {
  background-color: #454648;
}
:host .nv-border-colors-neutro-800 {
  border-color: #454648;
}
:host .nv-text-colors-neutro-800 {
  color: #454648;
}
:host {
  --colors-neutro-900: #353537;
  --colors-neutro-900-rgb:
    53,
    53,
    55;
}
:host .nv-bg-colors-neutro-900 {
  background-color: #353537;
}
:host .nv-border-colors-neutro-900 {
  border-color: #353537;
}
:host .nv-text-colors-neutro-900 {
  color: #353537;
}
:host {
  --colors-status-success: #00C389;
  --colors-status-success-rgb:
    0,
    195,
    137;
}
:host .nv-bg-colors-status-success {
  background-color: #00C389;
}
:host .nv-border-colors-status-success {
  border-color: #00C389;
}
:host .nv-text-colors-status-success {
  color: #00C389;
}
:host {
  --colors-status-warning: #FDDA24;
  --colors-status-warning-rgb:
    253,
    218,
    36;
}
:host .nv-bg-colors-status-warning {
  background-color: #FDDA24;
}
:host .nv-border-colors-status-warning {
  border-color: #FDDA24;
}
:host .nv-text-colors-status-warning {
  color: #FDDA24;
}
:host {
  --colors-status-error: #FF7F41;
  --colors-status-error-rgb:
    255,
    127,
    65;
}
:host .nv-bg-colors-status-error {
  background-color: #FF7F41;
}
:host .nv-border-colors-status-error {
  border-color: #FF7F41;
}
:host .nv-text-colors-status-error {
  color: #FF7F41;
}
:host {
  --colors-status-info: #59CBE8;
  --colors-status-info-rgb:
    89,
    203,
    232;
}
:host .nv-bg-colors-status-info {
  background-color: #59CBE8;
}
:host .nv-border-colors-status-info {
  border-color: #59CBE8;
}
:host .nv-text-colors-status-info {
  color: #59CBE8;
}
:host {
  --colors-status-generic: #F9F9FA;
  --colors-status-generic-rgb:
    249,
    249,
    250;
}
:host .nv-bg-colors-status-generic {
  background-color: #F9F9FA;
}
:host .nv-border-colors-status-generic {
  border-color: #F9F9FA;
}
:host .nv-text-colors-status-generic {
  color: #F9F9FA;
}
:host {
  --colors-tonalities-a-100: #FEF4BB;
  --colors-tonalities-a-100-rgb:
    254,
    244,
    187;
}
:host .nv-bg-colors-tonalities-a-100 {
  background-color: #FEF4BB;
}
:host .nv-border-colors-tonalities-a-100 {
  border-color: #FEF4BB;
}
:host .nv-text-colors-tonalities-a-100 {
  color: #FEF4BB;
}
:host {
  --colors-tonalities-b-100: #B0ECDA;
  --colors-tonalities-b-100-rgb:
    176,
    236,
    218;
}
:host .nv-bg-colors-tonalities-b-100 {
  background-color: #B0ECDA;
}
:host .nv-border-colors-tonalities-b-100 {
  border-color: #B0ECDA;
}
:host .nv-text-colors-tonalities-b-100 {
  color: #B0ECDA;
}
:host {
  --colors-tonalities-c-100: #DDCFF0;
  --colors-tonalities-c-100-rgb:
    221,
    207,
    240;
}
:host .nv-bg-colors-tonalities-c-100 {
  background-color: #DDCFF0;
}
:host .nv-border-colors-tonalities-c-100 {
  border-color: #DDCFF0;
}
:host .nv-text-colors-tonalities-c-100 {
  color: #DDCFF0;
}
:host {
  --colors-tonalities-d-100: #FFD7C4;
  --colors-tonalities-d-100-rgb:
    255,
    215,
    196;
}
:host .nv-bg-colors-tonalities-d-100 {
  background-color: #FFD7C4;
}
:host .nv-border-colors-tonalities-d-100 {
  border-color: #FFD7C4;
}
:host .nv-text-colors-tonalities-d-100 {
  color: #FFD7C4;
}
:host {
  --colors-tonalities-e-100: #FCE8F0;
  --colors-tonalities-e-100-rgb:
    252,
    232,
    240;
}
:host .nv-bg-colors-tonalities-e-100 {
  background-color: #FCE8F0;
}
:host .nv-border-colors-tonalities-e-100 {
  border-color: #FCE8F0;
}
:host .nv-text-colors-tonalities-e-100 {
  color: #FCE8F0;
}
:host {
  --colors-tonalities-f-100: #CCEFF8;
  --colors-tonalities-f-100-rgb:
    204,
    239,
    248;
}
:host .nv-bg-colors-tonalities-f-100 {
  background-color: #CCEFF8;
}
:host .nv-border-colors-tonalities-f-100 {
  border-color: #CCEFF8;
}
:host .nv-text-colors-tonalities-f-100 {
  color: #CCEFF8;
}
:host {
  --colors-tonalities-a-200: #FDE773;
  --colors-tonalities-a-200-rgb:
    253,
    231,
    115;
}
:host .nv-bg-colors-tonalities-a-200 {
  background-color: #FDE773;
}
:host .nv-border-colors-tonalities-a-200 {
  border-color: #FDE773;
}
:host .nv-text-colors-tonalities-a-200 {
  color: #FDE773;
}
:host {
  --colors-tonalities-b-200: #66DBB8;
  --colors-tonalities-b-200-rgb:
    102,
    219,
    184;
}
:host .nv-bg-colors-tonalities-b-200 {
  background-color: #66DBB8;
}
:host .nv-border-colors-tonalities-b-200 {
  border-color: #66DBB8;
}
:host .nv-text-colors-tonalities-b-200 {
  color: #66DBB8;
}
:host {
  --colors-tonalities-c-200: #C5ADE5;
  --colors-tonalities-c-200-rgb:
    197,
    173,
    229;
}
:host .nv-bg-colors-tonalities-c-200 {
  background-color: #C5ADE5;
}
:host .nv-border-colors-tonalities-c-200 {
  border-color: #C5ADE5;
}
:host .nv-text-colors-tonalities-c-200 {
  color: #C5ADE5;
}
:host {
  --colors-tonalities-d-200: #FFB28D;
  --colors-tonalities-d-200-rgb:
    255,
    178,
    141;
}
:host .nv-bg-colors-tonalities-d-200 {
  background-color: #FFB28D;
}
:host .nv-border-colors-tonalities-d-200 {
  border-color: #FFB28D;
}
:host .nv-text-colors-tonalities-d-200 {
  color: #FFB28D;
}
:host {
  --colors-tonalities-e-200: #F9D3E1;
  --colors-tonalities-e-200-rgb:
    249,
    211,
    225;
}
:host .nv-bg-colors-tonalities-e-200 {
  background-color: #F9D3E1;
}
:host .nv-border-colors-tonalities-e-200 {
  border-color: #F9D3E1;
}
:host .nv-text-colors-tonalities-e-200 {
  color: #F9D3E1;
}
:host {
  --colors-tonalities-f-200: #9BE0F1;
  --colors-tonalities-f-200-rgb:
    155,
    224,
    241;
}
:host .nv-bg-colors-tonalities-f-200 {
  background-color: #9BE0F1;
}
:host .nv-border-colors-tonalities-f-200 {
  border-color: #9BE0F1;
}
:host .nv-text-colors-tonalities-f-200 {
  color: #9BE0F1;
}
:host {
  --colors-accesibility-a-11-y-dark-green: #038144;
  --colors-accesibility-a-11-y-dark-green-rgb:
    3,
    129,
    68;
}
:host .nv-bg-colors-accesibility-a-11-y-dark-green {
  background-color: #038144;
}
:host .nv-border-colors-accesibility-a-11-y-dark-green {
  border-color: #038144;
}
:host .nv-text-colors-accesibility-a-11-y-dark-green {
  color: #038144;
}
:host {
  --colors-accesibility-a-11-y-dark-red: #E20201;
  --colors-accesibility-a-11-y-dark-red-rgb:
    226,
    2,
    1;
}
:host .nv-bg-colors-accesibility-a-11-y-dark-red {
  background-color: #E20201;
}
:host .nv-border-colors-accesibility-a-11-y-dark-red {
  border-color: #E20201;
}
:host .nv-text-colors-accesibility-a-11-y-dark-red {
  color: #E20201;
}
:host {
  --colors-accesibility-a-11-y-dark-blue: #3455DB;
  --colors-accesibility-a-11-y-dark-blue-rgb:
    52,
    85,
    219;
}
:host .nv-bg-colors-accesibility-a-11-y-dark-blue {
  background-color: #3455DB;
}
:host .nv-border-colors-accesibility-a-11-y-dark-blue {
  border-color: #3455DB;
}
:host .nv-text-colors-accesibility-a-11-y-dark-blue {
  color: #3455DB;
}
:host {
  --colors-accesibility-a-11-y-green: #69CC96;
  --colors-accesibility-a-11-y-green-rgb:
    105,
    204,
    150;
}
:host .nv-bg-colors-accesibility-a-11-y-green {
  background-color: #69CC96;
}
:host .nv-border-colors-accesibility-a-11-y-green {
  border-color: #69CC96;
}
:host .nv-text-colors-accesibility-a-11-y-green {
  color: #69CC96;
}
:host {
  --colors-accesibility-a-11-y-red: #FF8389;
  --colors-accesibility-a-11-y-red-rgb:
    255,
    131,
    137;
}
:host .nv-bg-colors-accesibility-a-11-y-red {
  background-color: #FF8389;
}
:host .nv-border-colors-accesibility-a-11-y-red {
  border-color: #FF8389;
}
:host .nv-text-colors-accesibility-a-11-y-red {
  color: #FF8389;
}
:host {
  --colors-accesibility-a-11-y-blue: #59CBE8;
  --colors-accesibility-a-11-y-blue-rgb:
    89,
    203,
    232;
}
:host .nv-bg-colors-accesibility-a-11-y-blue {
  background-color: #59CBE8;
}
:host .nv-border-colors-accesibility-a-11-y-blue {
  border-color: #59CBE8;
}
:host .nv-text-colors-accesibility-a-11-y-blue {
  color: #59CBE8;
}
:host {
  --outline-color-focus: var(--colors-accesibility-a-11-y-dark-blue);
}
:host(.theme-dark) {
  --outline-color-focus: var(--colors-accesibility-a-11-y-blue);
}
:host {
  --icon--default: var(--colors-primary-01);
}
:host(.theme-dark) {
  --icon--default: var(--colors-primary-00);
}
@font-face {
  font-family: "BC Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    local("BC Icons"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2) format("woff2"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff) format("woff"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf) format("truetype"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot) format("embedded-opentype");
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "BC Icons" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  color: var(--icon--default);
  letter-spacing: 0;
  font-weight: 100;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-money-washing-machine:before {
  content: "\eb10";
}
.icon-santa-hat:before {
  content: "\eb0f";
}
.icon-pesebre:before {
  content: "\eb0e";
}
.icon-no-hearing:before {
  content: "\eb0d";
}
.icon-mono-svp:before {
  content: "\eb0c";
}
.icon-mono-sve:before {
  content: "\eb0b";
}
.icon-mono-app:before {
  content: "\eb0a";
}
.icon-money-wash:before {
  content: "\eb09";
}
.icon-money-dry:before {
  content: "\eb08";
}
.icon-money-decline:before {
  content: "\eb07";
}
.icon-money-anticorruption:before {
  content: "\eb06";
}
.icon-gift-half-open:before {
  content: "\eb05";
}
.icon-farol:before {
  content: "\eb04";
}
.icon-corresponsal:before {
  content: "\eb03";
}
.icon-christmas-star:before {
  content: "\eb02";
}
.icon-christmas-bell:before {
  content: "\eaff";
}
.icon-candle:before {
  content: "\eac2";
}
.icon-cable-car:before {
  content: "\eac1";
}
.icon-behavior:before {
  content: "\eac0";
}
.icon-behavior-human:before {
  content: "\eabf";
}
.icon-behavior-balance:before {
  content: "\eabe";
}
.icon-bank-office:before {
  content: "\eabd";
}
.icon-atm-money:before {
  content: "\eabc";
}
.icon-pandereta:before {
  content: "\eabb";
}
.icon-christmas-tree:before {
  content: "\ea25";
}
.icon-maracas:before {
  content: "\eaa3";
}
.icon-score:before {
  content: "\eb11";
}
.icon-rocket:before {
  content: "\eb12";
}
.icon-ticket-bus:before {
  content: "\ea1d";
}
.icon-face-celebrate:before {
  content: "\ea24";
}
.icon-money-alert:before {
  content: "\ea22";
}
.icon-breb-bancolombia:before {
  content: "\eb01";
}
.icon-bre-b:before {
  content: "\eb00";
}
.icon-qr-digital:before {
  content: "\ea1b";
}
.icon-qr-store:before {
  content: "\ea1c";
}
.icon-ico-circle-error-filled:before {
  content: "\ea18";
}
.icon-pse:before {
  content: "\eadb";
}
.icon-x-circle:before {
  content: "\eadc";
}
.icon-square-search:before {
  content: "\eadd";
}
.icon-gift-money:before {
  content: "\eade";
}
.icon-gift-settings:before {
  content: "\eadf";
}
.icon-gift-open:before {
  content: "\eae0";
}
.icon-gift-send:before {
  content: "\eae1";
}
.icon-gift-receive:before {
  content: "\eae2";
}
.icon-ticket-money:before {
  content: "\eae3";
}
.icon-ticket-sale:before {
  content: "\eae4";
}
.icon-keyboard:before {
  content: "\eae5";
}
.icon-in-ear:before {
  content: "\eae6";
}
.icon-syringe:before {
  content: "\eae7";
}
.icon-usb:before {
  content: "\eae8";
}
.icon-webcam:before {
  content: "\eae9";
}
.icon-mouse:before {
  content: "\eaea";
}
.icon-cassette:before {
  content: "\eaeb";
}
.icon-drums:before {
  content: "\eaec";
}
.icon-mic:before {
  content: "\eaed";
}
.icon-desktop-responsive:before {
  content: "\eaee";
}
.icon-laptop-responsive:before {
  content: "\eaef";
}
.icon-hand-security:before {
  content: "\eaf0";
}
.icon-hand-gift-holding:before {
  content: "\eaf1";
}
.icon-moon:before {
  content: "\eaf2";
}
.icon-tool:before {
  content: "\eb1d";
}
.icon-tooth:before {
  content: "\eaf3";
}
.icon-translate:before {
  content: "\eb1e";
}
.icon-birthday:before {
  content: "\eaf4";
}
.icon-soda:before {
  content: "\eaf5";
}
.icon-ramen:before {
  content: "\eaf6";
}
.icon-pizza:before {
  content: "\eaf7";
}
.icon-fries:before {
  content: "\eaf8";
}
.icon-taco:before {
  content: "\eaf9";
}
.icon-arepa:before {
  content: "\eafa";
}
.icon-ham:before {
  content: "\eafb";
}
.icon-chicken-leg:before {
  content: "\eafc";
}
.icon-bread:before {
  content: "\eafd";
}
.icon-meat:before {
  content: "\eafe";
}
.icon-mis-aliados:before {
  content: "\ead3";
}
.icon-x:before {
  content: "\eada";
}
.icon-motorcycle-touring:before {
  content: "\ead2";
}
.icon-bike-bmx:before {
  content: "\ead4";
}
.icon-motocar:before {
  content: "\ead5";
}
.icon-motorcycle-enduro:before {
  content: "\ead6";
}
.icon-motorcycle-chopper:before {
  content: "\ead7";
}
.icon-motorcycle-quad:before {
  content: "\ead8";
}
.icon-bike-electric:before {
  content: "\ead9";
}
.icon-megaphone-small:before {
  content: "\eac9";
}
.icon-check-small:before {
  content: "\eaca";
}
.icon-error-small-2:before {
  content: "\eacb";
}
.icon-lightbulb-small:before {
  content: "\eacc";
}
.icon-hand-five-small:before {
  content: "\eacd";
}
.icon-face-dog-small:before {
  content: "\eace";
}
.icon-alert-2-small:before {
  content: "\eacf";
}
.icon-puntos-colombia-2:before {
  content: "\ead0";
}
.icon-building-pay:before {
  content: "\ead1";
}
.icon-money-edit:before {
  content: "\ed8e";
}
.icon-error-small:before {
  content: "\ed8f";
}
.icon-document-filled:before {
  content: "\ed90";
}
.icon-circle-check-filled:before {
  content: "\ed91";
}
.icon-settings-filled:before {
  content: "\ed92";
}
.icon-square-filled:before {
  content: "\ed93";
}
.icon-money-filled:before {
  content: "\ed94";
}
.icon-home-filled:before {
  content: "\ed95";
}
.icon-flywheel:before {
  content: "\eac3";
}
.icon-tire:before {
  content: "\eac4";
}
.icon-mileage:before {
  content: "\eac5";
}
.icon-bus-card:before {
  content: "\eac6";
}
.icon-bus-pinbus:before {
  content: "\eac7";
}
.icon-car-hatchback:before {
  content: "\ea36";
}
.icon-car-sedan:before {
  content: "\ea38";
}
.icon-car-coupe:before {
  content: "\ea3a";
}
.icon-car-pickup:before {
  content: "\ea44";
}
.icon-car-mini-truck:before {
  content: "\ea46";
}
.icon-car-suv:before {
  content: "\ea48";
}
.icon-car-minivan:before {
  content: "\ea4a";
}
.icon-bike-vintage:before {
  content: "\ea4c";
}
.icon-bike-road:before {
  content: "\ea4e";
}
.icon-bike-folding:before {
  content: "\ea50";
}
.icon-bike-dual:before {
  content: "\ea52";
}
.icon-bike-kids:before {
  content: "\ea54";
}
.icon-bike-mountain:before {
  content: "\ea56";
}
.icon-motorcycle-sport:before {
  content: "\ea58";
}
.icon-motorcycle-scooter:before {
  content: "\ea5a";
}
.icon-motorcycle-classic:before {
  content: "\ea5c";
}
.icon-dislike-fill:before {
  content: "\ea5e";
}
.icon-dislike:before {
  content: "\ea60";
}
.icon-muverang:before {
  content: "\ea62";
}
.icon-whatsapp:before {
  content: "\ea64";
}
.icon-international-payment:before {
  content: "\ea65";
}
.icon-money-minus:before {
  content: "\ea74";
}
.icon-send-money-from-2:before {
  content: "\ea85";
}
.icon-send-money-to-2:before {
  content: "\eaa5";
}
.icon-user-check-money:before {
  content: "\eaa6";
}
.icon-manilla:before {
  content: "\eaa7";
}
.icon-mobile-sticker:before {
  content: "\eaa8";
}
.icon-modem:before {
  content: "\eb18";
}
.icon-stone:before {
  content: "\eaa9";
}
.icon-stop:before {
  content: "\eb21";
}
.icon-taxi:before {
  content: "\eaaa";
}
.icon-car-keys:before {
  content: "\eaab";
}
.icon-pulsera:before {
  content: "\eaac";
}
.icon-pulsera-slash:before {
  content: "\eaad";
}
.icon-link:before {
  content: "\eaae";
}
.icon-flashlight:before {
  content: "\eaaf";
}
.icon-ice-cream:before {
  content: "\eab0";
}
.icon-document-pdf:before {
  content: "\eab1";
}
.icon-document-excel-xls:before {
  content: "\eab2";
}
.icon-calendar-historical:before {
  content: "\eab3";
}
.icon-shield-car-soat:before {
  content: "\eab4";
}
.icon-shield-money:before {
  content: "\eab5";
}
.icon-phone-card-slash:before {
  content: "\eab6";
}
.icon-phone-card:before {
  content: "\eab7";
}
.icon-industry-money:before {
  content: "\eab8";
}
.icon-industry:before {
  content: "\eab9";
}
.icon-store-error:before {
  content: "\eaba";
}
.icon-wheelchair:before {
  content: "\ed9d";
}
.icon-universal-acces:before {
  content: "\ed9c";
}
.icon-elderly:before {
  content: "\ea86";
}
.icon-shine:before {
  content: "\ed9b";
}
.icon-information:before {
  content: "\ed9a";
}
.icon-information-fill:before {
  content: "\ed99";
}
.icon-alert:before {
  content: "\e909";
}
.icon-alarm:before {
  content: "\e908";
}
.icon-assistence:before {
  content: "\e922";
}
.icon-megaphone:before {
  content: "\ea29";
}
.icon-notification:before {
  content: "\e9c8";
}
.icon-angle-down:before {
  content: "\e91d";
}
.icon-angle-up:before {
  content: "\e920";
}
.icon-angle-left:before {
  content: "\e91e";
}
.icon-angle-right:before {
  content: "\e91f";
}
.icon-chart-bar:before {
  content: "\e947";
}
.icon-gem:before {
  content: "\ed98";
}
.icon-equipment:before {
  content: "\ed97";
}
.icon-coins-growth:before {
  content: "\ed96";
}
.icon-cash-contribution:before {
  content: "\e943";
}
.icon-arrow-up:before {
  content: "\e91c";
}
.icon-arrow-down:before {
  content: "\e915";
}
.icon-arrow-left:before {
  content: "\e916";
}
.icon-arrow-right:before {
  content: "\e91b";
}
.icon-arrow-diagonal:before {
  content: "\e914";
}
.icon-angle-up-small:before {
  content: "\ea8b";
}
.icon-angle-down-small:before {
  content: "\ea88";
}
.icon-angle-left-small:before {
  content: "\ea89";
}
.icon-angle-right-small:before {
  content: "\ea8a";
}
.icon-long-arrow-up:before {
  content: "\e91a";
}
.icon-long-arrow-down:before {
  content: "\e917";
}
.icon-long-arrow-left:before {
  content: "\e918";
}
.icon-long-arrow-right:before {
  content: "\e919";
}
.icon-angle-double-up:before {
  content: "\e913";
}
.icon-angle-double-down:before {
  content: "\e910";
}
.icon-angle-double-left:before {
  content: "\e911";
}
.icon-angle-double-right:before {
  content: "\e912";
}
.icon-reply:before {
  content: "\ea49";
}
.icon-redirect:before {
  content: "\ea47";
}
.icon-reply-all:before {
  content: "\ea71";
}
.icon-exchange-vertical:before {
  content: "\eac8";
}
.icon-exchange:before {
  content: "\e971";
}
.icon-futbol:before {
  content: "\ea98";
}
.icon-user-form:before {
  content: "\ea43";
}
.icon-mobile-check:before {
  content: "\ea99";
}
.icon-layers:before {
  content: "\ea94";
}
.icon-tablet:before {
  content: "\ea95";
}
.icon-copy:before {
  content: "\e9be";
}
.icon-copw:before {
  content: "\eb13";
}
.icon-font:before {
  content: "\ea92";
}
.icon-toggle:before {
  content: "\ea93";
}
.icon-plus:before {
  content: "\e9d6";
}
.icon-medal-2:before {
  content: "\ea91";
}
.icon-face-mask:before {
  content: "\ea8f";
}
.icon-menu-dots-v-2:before {
  content: "\ea90";
}
.icon-sufi:before {
  content: "\ea79";
}
.icon-boxes-pile:before {
  content: "\ea8d";
}
.icon-puzzle-piece:before {
  content: "\ea8c";
}
.icon-project-diagram:before {
  content: "\ea8e";
}
.icon-mail-lock:before {
  content: "\ea7a";
}
.icon-id-key:before {
  content: "\ea7b";
}
.icon-id-lock:before {
  content: "\ea7c";
}
.icon-laptop-chat:before {
  content: "\ea7d";
}
.icon-mobile-chat:before {
  content: "\ea7e";
}
.icon-invoice-add:before {
  content: "\ea7f";
}
.icon-invoice-edit:before {
  content: "\ea80";
}
.icon-invoice-search:before {
  content: "\ea81";
}
.icon-password-safe:before {
  content: "\ea82";
}
.icon-chat-lock:before {
  content: "\ea83";
}
.icon-bank-add:before {
  content: "\ea84";
}
.icon-face-cat:before {
  content: "\ea75";
}
.icon-face-dog:before {
  content: "\ea77";
}
.icon-bezier:before {
  content: "\ea76";
}
.icon-currency-euro:before {
  content: "\ea72";
}
.icon-currency-peso:before {
  content: "\ea73";
}
.icon-send-message:before {
  content: "\ea6f";
}
.icon-paper-plane:before {
  content: "\ea70";
}
.icon-asterisk:before {
  content: "\2022";
}
.icon-dot:before {
  content: "\ea9d";
}
.icon-shield:before {
  content: "\e9f1";
}
.icon-shield-user:before {
  content: "\ea6e";
}
.icon-hand-holding-box:before {
  content: "\ea6c";
}
.icon-game-controller:before {
  content: "\ea6b";
}
.icon-map:before {
  content: "\ea69";
}
.icon-code:before {
  content: "\ea68";
}
.icon-balance:before {
  content: "\ea67";
}
.icon-marketplace:before {
  content: "\ea3d";
}
.icon-plug:before {
  content: "\ea41";
}
.icon-project:before {
  content: "\ea45";
}
.icon-token:before {
  content: "\ea4b";
}
.icon-walking:before {
  content: "\ea21";
}
.icon-user-direct:before {
  content: "\ea4d";
}
.icon-user-check-2:before {
  content: "\ea4f";
}
.icon-user-check:before {
  content: "\ea51";
}
.icon-user-error:before {
  content: "\ea53";
}
.icon-user-plus:before {
  content: "\e900";
}
.icon-users-check:before {
  content: "\ea55";
}
.icon-ico-constructor:before {
  content: "\eaa2";
}
.icon-hiking:before {
  content: "\ea66";
}
.icon-users:before {
  content: "\e9cf";
}
.icon-constructor-team:before {
  content: "\eaa1";
}
.icon-hand-holding-coin:before {
  content: "\ea57";
}
.icon-gas-pump:before {
  content: "\ea59";
}
.icon-bank:before {
  content: "\ea5b";
}
.icon-paperclip:before {
  content: "\ea5d";
}
.icon-affinity:before {
  content: "\ea5f";
}
.icon-store-ok:before {
  content: "\eaa0";
}
.icon-store-add:before {
  content: "\ea61";
}
.icon-store:before {
  content: "\ea07";
}
.icon-store-pending:before {
  content: "\ea3f";
}
.icon-square-plus:before {
  content: "\ea63";
}
.icon-square:before {
  content: "\ea03";
}
.icon-wallet-coin:before {
  content: "\e9ce";
}
.icon-microphone:before {
  content: "\ea31";
}
.icon-hand-investment:before {
  content: "\e95e";
}
.icon-burger:before {
  content: "\e98d";
}
.icon-hand-handshake:before {
  content: "\ea9c";
}
.icon-coin:before {
  content: "\e955";
}
.icon-settings-2:before {
  content: "\ea2d";
}
.icon-baby-bottle:before {
  content: "\ea2b";
}
.icon-apple:before {
  content: "\ea9e";
}
.icon-frontify:before {
  content: "\ea97";
}
.icon-line-whatsapp:before {
  content: "\ea2f";
}
.icon-line-facebook:before {
  content: "\ea33";
}
.icon-line-instagram:before {
  content: "\ea35";
}
.icon-figma:before {
  content: "\ea78";
}
.icon-line-linkedin:before {
  content: "\ea37";
}
.icon-line-youtube:before {
  content: "\ea3b";
}
.icon-line-twitter:before {
  content: "\ea39";
}
.icon-safe-box:before {
  content: "\ea9a";
}
.icon-turn:before {
  content: "\ea9b";
}
.icon-cube-3d:before {
  content: "\e901";
}
.icon-hand-holding-card:before {
  content: "\e902";
}
.icon-key:before {
  content: "\e903";
}
.icon-money-plus:before {
  content: "\e904";
}
.icon-shopping-cart-plus:before {
  content: "\e905";
}
.icon-file-add:before {
  content: "\e906";
}
.icon-address-book:before {
  content: "\e907";
}
.icon-align-left:before {
  content: "\e90a";
}
.icon-align-center:before {
  content: "\e90b";
}
.icon-align-right:before {
  content: "\e90c";
}
.icon-align-justify:before {
  content: "\e90d";
}
.icon-circle-money:before {
  content: "\e90e";
}
.icon-chart-analytics:before {
  content: "\e90f";
}
.icon-plant:before {
  content: "\ea2e";
}
.icon-headset:before {
  content: "\e921";
}
.icon-tabot:before {
  content: "\ea6a";
}
.icon-tabot-small:before {
  content: "\eb1b";
}
.icon-atm:before {
  content: "\e923";
}
.icon-briefcase-bank:before {
  content: "\e924";
}
.icon-barcode-scan:before {
  content: "\e925";
}
.icon-barcode:before {
  content: "\e926";
}
.icon-basket:before {
  content: "\e927";
}
.icon-check-box:before {
  content: "\e928";
}
.icon-money:before {
  content: "\e92a";
}
.icon-birthday-cake:before {
  content: "\e92b";
}
.icon-bitcoin:before {
  content: "\eb15";
}
.icon-lock-error:before {
  content: "\e92c";
}
.icon-book-2:before {
  content: "\e92d";
}
.icon-bookmark:before {
  content: "\e92e";
}
.icon-building:before {
  content: "\e92f";
}
.icon-calculator:before {
  content: "\e931";
}
.icon-calendar-check:before {
  content: "\e932";
}
.icon-calendar-day:before {
  content: "\e933";
}
.icon-calendar-exclamation:before {
  content: "\e934";
}
.icon-calendar-minus:before {
  content: "\e935";
}
.icon-calendar-plus:before {
  content: "\e936";
}
.icon-calendar-star:before {
  content: "\e937";
}
.icon-calendar-times:before {
  content: "\e938";
}
.icon-calendar:before {
  content: "\e939";
}
.icon-calendar-edit:before {
  content: "\e93a";
}
.icon-calendar-month:before {
  content: "\e9bf";
}
.icon-call-help:before {
  content: "\e93b";
}
.icon-camera:before {
  content: "\e93c";
}
.icon-sack-cash:before {
  content: "\e93d";
}
.icon-car-id:before {
  content: "\e93e";
}
.icon-card:before {
  content: "\e940";
}
.icon-cards:before {
  content: "\e941";
}
.icon-carousel:before {
  content: "\e942";
}
.icon-hand-holding-cash:before {
  content: "\e944";
}
.icon-money-2:before {
  content: "\e945";
}
.icon-channels:before {
  content: "\e946";
}
.icon-change-digital-coins:before {
  content: "\eb14";
}
.icon-chart-bar-separate:before {
  content: "\e9d1";
}
.icon-chart-pie-2:before {
  content: "\e948";
}
.icon-comments-dots:before {
  content: "\e949";
}
.icon-comment-dots:before {
  content: "\e94a";
}
.icon-comment:before {
  content: "\e94b";
}
.icon-checks:before {
  content: "\e94c";
}
.icon-child:before {
  content: "\e94d";
}
.icon-popcorn:before {
  content: "\e94e";
}
.icon-lock-dynamic-key:before {
  content: "\e94f";
}
.icon-cloud-download:before {
  content: "\e950";
}
.icon-cloud-upload:before {
  content: "\e951";
}
.icon-cloud:before {
  content: "\e952";
}
.icon-cloud-sun:before {
  content: "\e953";
}
.icon-coffee:before {
  content: "\e954";
}
.icon-comment-line:before {
  content: "\e956";
}
.icon-construction:before {
  content: "\e958";
}
.icon-contact-center:before {
  content: "\e959";
}
.icon-mobile-wave:before {
  content: "\e9bc";
}
.icon-mobile:before {
  content: "\e9fe";
}
.icon-card-contactless:before {
  content: "\e95a";
}
.icon-calendar-stopwatch:before {
  content: "\e95b";
}
.icon-money-exchange:before {
  content: "\e95c";
}
.icon-document-coin:before {
  content: "\e95d";
}
.icon-desktop:before {
  content: "\e95f";
}
.icon-laptop:before {
  content: "\e9aa";
}
.icon-directions:before {
  content: "\e960";
}
.icon-file-check:before {
  content: "\e961";
}
.icon-hand-holding-document:before {
  content: "\e962";
}
.icon-document-search:before {
  content: "\e963";
}
.icon-document:before {
  content: "\e964";
}
.icon-documents:before {
  content: "\e965";
}
.icon-door:before {
  content: "\e966";
}
.icon-document-download:before {
  content: "\e967";
}
.icon-file-download:before {
  content: "\e968";
}
.icon-download:before {
  content: "\e969";
}
.icon-e-card:before {
  content: "\e96a";
}
.icon-e-prepago:before {
  content: "\e96b";
}
.icon-document-edit:before {
  content: "\e96c";
}
.icon-edit:before {
  content: "\e96d";
}
.icon-pencil-edit:before {
  content: "\e9bd";
}
.icon-book:before {
  content: "\e96e";
}
.icon-trash:before {
  content: "\e96f";
}
.icon-error:before {
  content: "\e970";
}
.icon-expand:before {
  content: "\e972";
}
.icon-external-link:before {
  content: "\e973";
}
.icon-fire-extinguisher:before {
  content: "\e974";
}
.icon-face-angry:before {
  content: "\e975";
}
.icon-face-grin-wink-1:before {
  content: "\e976";
}
.icon-face-grin-wink-2:before {
  content: "\e977";
}
.icon-face-laugh:before {
  content: "\e978";
}
.icon-face-laughbeam:before {
  content: "\e979";
}
.icon-face-meh:before {
  content: "\e97a";
}
.icon-face-sad:before {
  content: "\e97b";
}
.icon-face-smile:before {
  content: "\e97c";
}
.icon-id-face:before {
  content: "\e97e";
}
.icon-file-money:before {
  content: "\e97f";
}
.icon-filter:before {
  content: "\e980";
}
.icon-slider:before {
  content: "\e981";
}
.icon-slider-2:before {
  content: "\e957";
}
.icon-coins:before {
  content: "\e983";
}
.icon-file-search:before {
  content: "\e984";
}
.icon-id-fingerprint:before {
  content: "\e985";
}
.icon-face-id:before {
  content: "\ea34";
}
.icon-fire-slash:before {
  content: "\e986";
}
.icon-flag:before {
  content: "\e987";
}
.icon-flypass:before {
  content: "\e98b";
}
.icon-folder:before {
  content: "\e98c";
}
.icon-gift:before {
  content: "\e98e";
}
.icon-shopping-cart:before {
  content: "\e990";
}
.icon-hand-tap:before {
  content: "\e991";
}
.icon-hand-four:before {
  content: "\e992";
}
.icon-hand-one:before {
  content: "\e993";
}
.icon-hand-three:before {
  content: "\e994";
}
.icon-hand-paper:before {
  content: "\e995";
}
.icon-hand-two:before {
  content: "\e996";
}
.icon-hand-five:before {
  content: "\e997";
}
.icon-hand-holding-coin-2:before {
  content: "\e99b";
}
.icon-like:before {
  content: "\e9ac";
}
.icon-like-fill:before {
  content: "\ea2c";
}
.icon-hand-thumbs-down:before {
  content: "\ea11";
}
.icon-hand-thumbs-up:before {
  content: "\ea12";
}
.icon-briefcase-medical:before {
  content: "\e998";
}
.icon-circle-question:before {
  content: "\e99a";
}
.icon-home:before {
  content: "\e99c";
}
.icon-house:before {
  content: "\e99d";
}
.icon-ia-sparkle:before {
  content: "\eb20";
}
.icon-card-number:before {
  content: "\e99e";
}
.icon-card-id:before {
  content: "\e99f";
}
.icon-lightbulb:before {
  content: "\e9a0";
}
.icon-image:before {
  content: "\e9a1";
}
.icon-inbox:before {
  content: "\e9a2";
}
.icon-insert-coin:before {
  content: "\e9a4";
}
.icon-umbrella:before {
  content: "\e9a6";
}
.icon-globe:before {
  content: "\e9a7";
}
.icon-investment:before {
  content: "\e9a8";
}
.icon-globe-2:before {
  content: "\e9a9";
}
.icon-gavel:before {
  content: "\e9ab";
}
.icon-users-2:before {
  content: "\e9ad";
}
.icon-twitter:before {
  content: "\ea17";
}
.icon-facebook:before {
  content: "\e97d";
}
.icon-instagram:before {
  content: "\e9a5";
}
.icon-linkedin:before {
  content: "\e9ae";
}
.icon-youtube:before {
  content: "\ea26";
}
.icon-heart-fill:before {
  content: "\ea96";
}
.icon-heart:before {
  content: "\e999";
}
.icon-star-fill:before {
  content: "\ea9f";
}
.icon-star:before {
  content: "\e9da";
}
.icon-menu-dots-h:before {
  content: "\e9ef";
}
.icon-menu-dots-v:before {
  content: "\e9f0";
}
.icon-list:before {
  content: "\e9af";
}
.icon-list-search:before {
  content: "\eb17";
}
.icon-menu-bar:before {
  content: "\e9b9";
}
.icon-map-marker:before {
  content: "\e9b0";
}
.icon-map-marker-plus:before {
  content: "\eaa4";
}
.icon-lock-open:before {
  content: "\e9b1";
}
.icon-location:before {
  content: "\e98f";
}
.icon-lock:before {
  content: "\e9b2";
}
.icon-sign-in:before {
  content: "\e9b3";
}
.icon-briefcase:before {
  content: "\e9b4";
}
.icon-mail-open:before {
  content: "\e9b5";
}
.icon-mail:before {
  content: "\e9b6";
}
.icon-medal:before {
  content: "\e9b7";
}
.icon-hospital:before {
  content: "\e9b8";
}
.icon-restroom:before {
  content: "\e9bb";
}
.icon-robot:before {
  content: "\eb1a";
}
.icon-movie:before {
  content: "\e9c1";
}
.icon-museum:before {
  content: "\e9c2";
}
.icon-newslatter:before {
  content: "\e9c3";
}
.icon-card-slash:before {
  content: "\e9c4";
}
.icon-user-slash:before {
  content: "\e9c5";
}
.icon-no-smoking:before {
  content: "\e9c6";
}
.icon-view:before {
  content: "\ea1f";
}
.icon-view-slash:before {
  content: "\e9c7";
}
.icon-building-2:before {
  content: "\e9c9";
}
.icon-box:before {
  content: "\e9cb";
}
.icon-password-input:before {
  content: "\e9cc";
}
.icon-password:before {
  content: "\e9cd";
}
.icon-pet:before {
  content: "\e9d2";
}
.icon-phone-contact:before {
  content: "\e9d3";
}
.icon-phone-money:before {
  content: "\e9d4";
}
.icon-circle-play:before {
  content: "\e9d5";
}
.icon-pocket:before {
  content: "\e9d7";
}
.icon-percentage:before {
  content: "\e9d0";
}
.icon-minus:before {
  content: "\e9ba";
}
.icon-check:before {
  content: "\e9ca";
}
.icon-podcast:before {
  content: "\e9d8";
}
.icon-printer:before {
  content: "\e9db";
}
.icon-product-number:before {
  content: "\e9dc";
}
.icon-puntos-colombia:before {
  content: "\e9dd";
}
.icon-qr-plus:before {
  content: "\e9de";
}
.icon-qr-heart:before {
  content: "\e9df";
}
.icon-qr-scan:before {
  content: "\e9e0";
}
.icon-qr-send:before {
  content: "\e9e1";
}
.icon-sign-out:before {
  content: "\e9e2";
}
.icon-invoice:before {
  content: "\e9e3";
}
.icon-refresh:before {
  content: "\e9e4";
}
.icon-circle-error:before {
  content: "\e9e5";
}
.icon-card-removing:before {
  content: "\e9e6";
}
.icon-restaurant:before {
  content: "\e9e7";
}
.icon-route-right:before {
  content: "\e9e8";
}
.icon-money-3:before {
  content: "\e9e9";
}
.icon-save:before {
  content: "\e9ea";
}
.icon-saving:before {
  content: "\e9eb";
}
.icon-file-coin:before {
  content: "\e9f2";
}
.icon-send-money-from:before {
  content: "\e9f3";
}
.icon-send-money-to:before {
  content: "\e9f4";
}
.icon-send-money:before {
  content: "\e9f5";
}
.icon-paper-plane-money:before {
  content: "\e9f6";
}
.icon-settings:before {
  content: "\e9f7";
}
.icon-share-external-link:before {
  content: "\e9f8";
}
.icon-share:before {
  content: "\e9f9";
}
.icon-car-ship:before {
  content: "\e9fa";
}
.icon-shopping:before {
  content: "\e9fb";
}
.icon-shower:before {
  content: "\e9fc";
}
.icon-smart-watch:before {
  content: "\e9fd";
}
.icon-sort-amount-up:before {
  content: "\e9ff";
}
.icon-sound-off:before {
  content: "\ea00";
}
.icon-sound-on:before {
  content: "\ea01";
}
.icon-spinner:before {
  content: "\ea02";
}
.icon-stethoscope:before {
  content: "\ea04";
}
.icon-chart-line:before {
  content: "\ea05";
}
.icon-chart-pie:before {
  content: "\ea06";
}
.icon-car-subway:before {
  content: "\ea08";
}
.icon-circle-check:before {
  content: "\ea09";
}
.icon-swimming-pool:before {
  content: "\ea0b";
}
.icon-tag-price:before {
  content: "\ea0c";
}
.icon-tag-sale:before {
  content: "\ea0d";
}
.icon-target:before {
  content: "\ea0e";
}
.icon-files-money:before {
  content: "\ea0f";
}
.icon-temperature:before {
  content: "\ea10";
}
.icon-thumbprint:before {
  content: "\eb1c";
}
.icon-thumbtack:before {
  content: "\ea13";
}
.icon-calendar-clock:before {
  content: "\ea14";
}
.icon-trophy:before {
  content: "\ea15";
}
.icon-file-number:before {
  content: "\ea16";
}
.icon-money-slash:before {
  content: "\ea19";
}
.icon-briefcase-error:before {
  content: "\ea1a";
}
.icon-briefcase-3:before {
  content: "\ea1e";
}
.icon-cocktail:before {
  content: "\ea20";
}
.icon-chart-bar-window:before {
  content: "\ea23";
}
.icon-search-less:before {
  content: "\ea27";
}
.icon-search:before {
  content: "\e9ee";
}
.icon-search-chart:before {
  content: "\e9ec";
}
.icon-search-money:before {
  content: "\e9ed";
}
.icon-search-plus:before {
  content: "\ea28";
}
.icon-redo-money:before {
  content: "\ea30";
}
.icon-forbidden:before {
  content: "\ea32";
}
.icon-menu-dots-double-v:before {
  content: "\ea3c";
}
.icon-circle-pause:before {
  content: "\ea3e";
}
.icon-circle-minus:before {
  content: "\ea40";
}
.icon-circle-plus:before {
  content: "\ea42";
}
.icon-flight-late:before {
  content: "\e989";
}
.icon-flight-cancelled:before {
  content: "\e988";
}
.icon-flight:before {
  content: "\e98a";
}
.icon-scooter:before {
  content: "\ea6d";
}
.icon-car:before {
  content: "\e93f";
}
.icon-car-bus:before {
  content: "\e930";
}
.icon-bike:before {
  content: "\e929";
}
.icon-motorcycle:before {
  content: "\e9c0";
}
.icon-send-money2:before {
  content: "\ecb4";
}
.icon-options-menu:before {
  content: "\eb93";
}
.icon-Sufi:before {
  content: "\ea87";
}
.icon-foundation:before {
  content: "\eb94";
}
.icon-accesibility:before {
  content: "\eb95";
}
.icon-arrow3-down:before {
  content: "\eb97";
}
.icon-arrow3-left:before {
  content: "\eb98";
}
.icon-arrow3-right:before {
  content: "\eb99";
}
.icon-arrow3-up:before {
  content: "\eb9a";
}
.icon-components:before {
  content: "\eb9b";
}
.icon-widget:before {
  content: "\eb9c";
}
.icon-mail-safe:before {
  content: "\eb9e";
}
.icon-ID-key:before {
  content: "\eba1";
}
.icon-ID-lock:before {
  content: "\eba9";
}
.icon-phone-chat:before {
  content: "\ebab";
}
.icon-receipt-add:before {
  content: "\ebac";
}
.icon-receipt-edit:before {
  content: "\ebb6";
}
.icon-receipt-search:before {
  content: "\ebbe";
}
.icon-chat-safe:before {
  content: "\ebc3";
}
.icon-add-bank:before {
  content: "\ebc4";
}
.icon-cat:before {
  content: "\ebc5";
}
.icon-design:before {
  content: "\ebc6";
}
.icon-dog:before {
  content: "\ebc9";
}
.icon-send:before {
  content: "\ebd2";
}
.icon-security:before {
  content: "\ea0a";
}
.icon-my-products:before {
  content: "\ebdd";
}
.icon-neural-network:before {
  content: "\eb19";
}
.icon-coding:before {
  content: "\ebe1";
}
.icon-balance1:before {
  content: "\ebe2";
}
.icon-power-cord:before {
  content: "\ebe4";
}
.icon-forward:before {
  content: "\ebe7";
}
.icon-preparer-User:before {
  content: "\ebea";
}
.icon-direct-user:before {
  content: "\ebeb";
}
.icon-approving-user:before {
  content: "\ebec";
}
.icon-add-user:before {
  content: "\e982";
}
.icon-main-users:before {
  content: "\ebef";
}
.icon-walk:before {
  content: "\ea2a";
}
.icon-achievement:before {
  content: "\ebf0";
}
.icon-people:before {
  content: "\e9d9";
}
.icon-lend:before {
  content: "\ebf1";
}
.icon-gasoline-tank:before {
  content: "\ebf2";
}
.icon-attachment:before {
  content: "\ebf4";
}
.icon-add-store:before {
  content: "\ebf6";
}
.icon-pending-store:before {
  content: "\ebf7";
}
.icon-add_square:before {
  content: "\ebf8";
}
.icon-whatsapp-outline:before {
  content: "\ebfa";
}
.icon-facebook-outline:before {
  content: "\ebfb";
}
.icon-instagram-outline:before {
  content: "\ebfc";
}
.icon-linkedin-outline:before {
  content: "\ebfd";
}
.icon-twitter-outline:before {
  content: "\ebfe";
}
.icon-youtube-outline:before {
  content: "\ebff";
}
.icon-pay-with-wallet:before {
  content: "\ec00";
}
.icon-day-to-day:before {
  content: "\e9a3";
}
.icon-table-settings:before {
  content: "\ec03";
}
.icon-logos-Bam-endoso-primario-positivo:before {
  content: "\ec06";
}
.icon-Gestor-transaccional:before {
  content: "\ec07";
}
.icon-logos-Bam-endoso-secundario-positivo:before {
  content: "\ec08";
}
.icon-logos-Bam-primario-positivo:before {
  content: "\ec09";
}
.icon-logos-Bam-secundario-positivo:before {
  content: "\ec0a";
}
.icon-logos-BancadeInversion-primario-positivo:before {
  content: "\ec0b";
}
.icon-logos-BancadeInversion-secundario-positivo:before {
  content: "\ec0c";
}
.icon-logos-BancoAgricola-endoso-primario-positivo:before {
  content: "\ec0d";
}
.icon-logos-BancoAgricola-endoso-secundario-positivo:before {
  content: "\ec0e";
}
.icon-logos-BancoAgricola-primario-positivo:before {
  content: "\ec0f";
}
.icon-logos-BancoAgricola-secundario-positivo:before {
  content: "\ec10";
}
.icon-logos-Bancolombia-endoso-primario-positivo:before {
  content: "\ec12";
}
.icon-logos-Bancolombia-endoso-secundario-positivo:before {
  content: "\ec14";
}
.icon-logos-Bancolombia-filiales-cayman-primario-positivo:before {
  content: "\ec16";
}
.icon-logos-Bancolombia-filiales-cayman-secundario-positivo:before {
  content: "\ec17";
}
.icon-bancolomba-panama-horizontal:before {
  content: "\ec18";
}
.icon-logos-Bancolombia-filiales-panama-secundario-positivo:before {
  content: "\ec1a";
}
.icon-logos-Bancolombia-filiales-puertorico-primario-positivo:before {
  content: "\ec1b";
}
.icon-logos-Bancolombia-filiales-puertorico-secundario-positivo:before {
  content: "\ec1c";
}
.icon-logos-Bancolombia-isotipo-negro:before {
  content: "\ec1d";
}
.icon-logos-Bancolombia-primario-positivo:before {
  content: "\ec1f";
}
.icon-logos-Bancolombia-secundario-positivo:before {
  content: "\ec23";
}
.icon-logos-Banitsmo-endoso-primario-positivo:before {
  content: "\ec24";
}
.icon-logos-Banitsmo-endoso-secundario-positivo:before {
  content: "\ec25";
}
.icon-logos-Banitsmo-primario-positivo:before {
  content: "\ec27";
}
.icon-logos-Banitsmo-secundario-positivo:before {
  content: "\ec28";
}
.icon-logos-FundacionGrupoBancolombia-primario-positivo:before {
  content: "\ec2a";
}
.icon-logos-FundacionGrupoBancolombia-secundario-positivo:before {
  content: "\ec2c";
}
.icon-logos-GrupoBancolombia-endoso-positivo:before {
  content: "\ec30";
}
.icon-logos-GrupoBancolombia-primario-positivo:before {
  content: "\ec31";
}
.icon-logos-GrupoBancolombia-secundario-positivo:before {
  content: "\ec33";
}
.icon-logos-GrupoBancolombia-Capital-positivo:before {
  content: "\ec35";
}
.icon-logos-vigilado:before {
  content: "\ec37";
}
.icon-3d:before {
  content: "\ec39";
}
.icon-accepted-card:before {
  content: "\ec41";
}
.icon-access:before {
  content: "\ec42";
}
.icon-add-money:before {
  content: "\ec43";
}
.icon-add-to-car:before {
  content: "\ec44";
}
.icon-add-doc:before {
  content: "\ec45";
}
.icon-address-book2:before {
  content: "\ec59";
}
.icon-align:before {
  content: "\ec5f";
}
.icon-amount:before {
  content: "\ec60";
}
.icon-analytics:before {
  content: "\ec61";
}
.icon-arrow-angle-double-down:before {
  content: "\ec62";
}
.icon-arrow-angle-double-left:before {
  content: "\ec63";
}
.icon-arrow-angle-double-right:before {
  content: "\ec64";
}
.icon-arrow-angle-double-up:before {
  content: "\ec65";
}
.icon-arrow-long-down:before {
  content: "\ec69";
}
.icon-arrow-long-left:before {
  content: "\ec6a";
}
.icon-arrow-long-right:before {
  content: "\ec6b";
}
.icon-arrow-long-up:before {
  content: "\ec6c";
}
.icon-arrow2-down:before {
  content: "\ec6f";
}
.icon-arrow2-left:before {
  content: "\ec70";
}
.icon-arrow2-right:before {
  content: "\ec71";
}
.icon-arrow2-up:before {
  content: "\ec72";
}
.icon-assistant:before {
  content: "\ec74";
}
.icon-ATM:before {
  content: "\ec77";
}
.icon-bank-commitments:before {
  content: "\ec78";
}
.icon-benefits:before {
  content: "\ec7c";
}
.icon-bicycle:before {
  content: "\ec7d";
}
.icon-bill:before {
  content: "\ec7e";
}
.icon-block:before {
  content: "\ec80";
}
.icon-bus:before {
  content: "\ec85";
}
.icon-calendar-exclamation1:before {
  content: "\ec89";
}
.icon-calendar-premium:before {
  content: "\ec8c";
}
.icon-month:before {
  content: "\ec90";
}
.icon-capital:before {
  content: "\ec93";
}
.icon-car-plate:before {
  content: "\ec94";
}
.icon-cash-payment:before {
  content: "\ec99";
}
.icon-cash:before {
  content: "\ec9a";
}
.icon-chart-lines:before {
  content: "\ec9c";
}
.icon-performance:before {
  content: "\ec9d";
}
.icon-chat-comments:before {
  content: "\ec9f";
}
.icon-chat-dots:before {
  content: "\eca0";
}
.icon-chat:before {
  content: "\eca1";
}
.icon-cinema:before {
  content: "\eca4";
}
.icon-clave-dinamica:before {
  content: "\eca5";
}
.icon-cloudy:before {
  content: "\eca9";
}
.icon-contactless:before {
  content: "\ecae";
}
.icon-countdown:before {
  content: "\ecaf";
}
.icon-currency-exchange:before {
  content: "\ecb0";
}
.icon-data:before {
  content: "\ecb1";
}
.icon-smartphone:before {
  content: "\ecce";
}
.icon-document-check:before {
  content: "\ecd0";
}
.icon-document-delivery:before {
  content: "\ecd1";
}
.icon-download-document:before {
  content: "\ecd6";
}
.icon-download-file:before {
  content: "\ecd7";
}
.icon-download-mobile:before {
  content: "\eb16";
}
.icon-edit-document:before {
  content: "\ecdb";
}
.icon-modify:before {
  content: "\ecdd";
}
.icon-education:before {
  content: "\ecde";
}
.icon-erase:before {
  content: "\ecdf";
}
.icon-extinguisher:before {
  content: "\ece3";
}
.icon-face-grin-wink:before {
  content: "\ece5";
}
.icon-face-grin-wink2:before {
  content: "\ece6";
}
.icon-faceid:before {
  content: "\ecec";
}
.icon-file-invoice:before {
  content: "\eced";
}
.icon-filters:before {
  content: "\ecef";
}
.icon-finantial-growth-indicator:before {
  content: "\ecf0";
}
.icon-config:before {
  content: "\ecf1";
}
.icon-finantial:before {
  content: "\ecf2";
}
.icon-find-doc:before {
  content: "\ecf3";
}
.icon-fingerprint:before {
  content: "\ecf4";
}
.icon-fire:before {
  content: "\ecf5";
}
.icon-food-burger:before {
  content: "\ecfc";
}
.icon-gps:before {
  content: "\ecfe";
}
.icon-grocery:before {
  content: "\ecff";
}
.icon-hand-button:before {
  content: "\ed00";
}
.icon-hand-four-fingers:before {
  content: "\ed01";
}
.icon-hand-index:before {
  content: "\ed02";
}
.icon-hand-three-fingers:before {
  content: "\ed03";
}
.icon-hand-top:before {
  content: "\ed04";
}
.icon-hand-two-fingers:before {
  content: "\ed05";
}
.icon-hand:before {
  content: "\ed06";
}
.icon-health:before {
  content: "\ed07";
}
.icon-help:before {
  content: "\ed09";
}
.icon-holding-money:before {
  content: "\ed0a";
}
.icon-id-number:before {
  content: "\ed0d";
}
.icon-id:before {
  content: "\ed0e";
}
.icon-idea:before {
  content: "\ed0f";
}
.icon-info:before {
  content: "\ed12";
}
.icon-insurance:before {
  content: "\ed14";
}
.icon-international:before {
  content: "\ed15";
}
.icon-language:before {
  content: "\ed17";
}
.icon-law:before {
  content: "\ed18";
}
.icon-line-of-people:before {
  content: "\ed1a";
}
.icon-secondary-menu-horizontal:before {
  content: "\ed20";
}
.icon-secondary-menu:before {
  content: "\ed21";
}
.icon-menu:before {
  content: "\ed23";
}
.icon-login:before {
  content: "\ed27";
}
.icon-luggage:before {
  content: "\ed28";
}
.icon-medical-assistance:before {
  content: "\ed2c";
}
.icon-mixed-service:before {
  content: "\ed2d";
}
.icon-mobile-payment:before {
  content: "\ed2e";
}
.icon-motorcycle2:before {
  content: "\ed30";
}
.icon-news:before {
  content: "\ed33";
}
.icon-no-card:before {
  content: "\ed34";
}
.icon-no-people:before {
  content: "\ed35";
}
.icon-no-view:before {
  content: "\ed38";
}
.icon-office:before {
  content: "\ed3a";
}
.icon-package:before {
  content: "\ed3b";
}
.icon-pass:before {
  content: "\ed3c";
}
.icon-play:before {
  content: "\ed41";
}
.icon-plus2:before {
  content: "\ed43";
}
.icon-ok:before {
  content: "\ed46";
}
.icon-preferential:before {
  content: "\ed48";
}
.icon-premium:before {
  content: "\ed49";
}
.icon-print:before {
  content: "\ed4a";
}
.icon-QR-add:before {
  content: "\ed4d";
}
.icon-QR-heart:before {
  content: "\ed4e";
}
.icon-QR-scan:before {
  content: "\ed4f";
}
.icon-QR-send:before {
  content: "\ed50";
}
.icon-quit:before {
  content: "\ed51";
}
.icon-receipt:before {
  content: "\ed52";
}
.icon-remove:before {
  content: "\ed54";
}
.icon-removing-card:before {
  content: "\ed55";
}
.icon-route:before {
  content: "\ed57";
}
.icon-salary:before {
  content: "\ed58";
}
.icon-savings:before {
  content: "\ed5a";
}
.icon-search-charts:before {
  content: "\ed5b";
}
.icon-see-balance:before {
  content: "\ed5e";
}
.icon-send-money-2:before {
  content: "\ed62";
}
.icon-share-external-link2:before {
  content: "\ed64";
}
.icon-ship:before {
  content: "\ed66";
}
.icon-sort:before {
  content: "\ed6a";
}
.icon-stock-exchange:before {
  content: "\ed6f";
}
.icon-stocks:before {
  content: "\ed70";
}
.icon-subway:before {
  content: "\ed71";
}
.icon-successful:before {
  content: "\ed72";
}
.icon-sunny:before {
  content: "\ed73";
}
.icon-swimming:before {
  content: "\ed74";
}
.icon-taxes:before {
  content: "\ed78";
}
.icon-thumbs-down:before {
  content: "\ed7a";
}
.icon-thumbs-up:before {
  content: "\ed7b";
}
.icon-time:before {
  content: "\ed7d";
}
.icon-umbrella-beach:before {
  content: "\ed80";
}
.icon-undo-payment:before {
  content: "\ed81";
}
.icon-unemployment:before {
  content: "\ed82";
}
.icon-upload:before {
  content: "\ed83";
}
.icon-user:before {
  content: "\ed84";
}
.icon-value:before {
  content: "\ed85";
}
.icon-variations:before {
  content: "\ed86";
}
.icon-vip:before {
  content: "\ed87";
}
.icon-wallet:before {
  content: "\ed88";
}
.icon-window-analytics:before {
  content: "\ed89";
}
.icon-window-expand:before {
  content: "\eb1f";
}
.icon-withdraw-cash:before {
  content: "\ed8a";
}
.icon-wrench:before {
  content: "\ed8d";
}
.icon-zoom-minus:before {
  content: "\ed8c";
}
.icon-zoom-plus:before {
  content: "\ed8b";
}
:host {
  --size-9xl: 112px;
  --size-7xl: 96px;
  --size-5xl: 80px;
  --size-3xl: 64px;
  --size-2xl: 56px;
  --size-xl: 48px;
  --size-lg: 40px;
  --size-md: 32px;
  --size-sm: 24px;
  --size-2xs: 20px;
  --size-xs: 16px;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-full {
  border-radius: 0px 0px 0px 0px;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-full {
  border-radius: 4px 4px 4px 4px;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-full {
  border-radius: 8px 8px 8px 8px;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-full {
  border-radius: 16px 16px 16px 16px;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-full {
  border-radius: 24px 24px 24px 24px;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-full {
  border-radius: 32px 32px 32px 32px;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-full {
  border-radius: 48px 48px 48px 48px;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-full {
  border-radius: 64px 64px 64px 64px;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-full {
  border-radius: 100px 100px 100px 100px;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-top {
  border-radius: 0px 0px 0 0;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-top {
  border-radius: 4px 4px 0 0;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-top {
  border-radius: 8px 8px 0 0;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-top {
  border-radius: 16px 16px 0 0;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-top {
  border-radius: 24px 24px 0 0;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-top {
  border-radius: 32px 32px 0 0;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-top {
  border-radius: 48px 48px 0 0;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-top {
  border-radius: 64px 64px 0 0;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-top {
  border-radius: 100px 100px 0 0;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-bottom {
  border-radius: 0 0 0px 0px;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-bottom {
  border-radius: 0 0 4px 4px;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-bottom {
  border-radius: 0 0 8px 8px;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-bottom {
  border-radius: 0 0 16px 16px;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-bottom {
  border-radius: 0 0 24px 24px;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-bottom {
  border-radius: 0 0 32px 32px;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-bottom {
  border-radius: 0 0 48px 48px;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-bottom {
  border-radius: 0 0 64px 64px;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-bottom {
  border-radius: 0 0 100px 100px;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-right {
  border-radius: 0 0px 0px 0;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-right {
  border-radius: 0 4px 4px 0;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-right {
  border-radius: 0 8px 8px 0;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-right {
  border-radius: 0 16px 16px 0;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-right {
  border-radius: 0 24px 24px 0;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-right {
  border-radius: 0 32px 32px 0;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-right {
  border-radius: 0 48px 48px 0;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-right {
  border-radius: 0 64px 64px 0;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-right {
  border-radius: 0 100px 100px 0;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-left {
  border-radius: 0px 0 0 0px;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-left {
  border-radius: 4px 0 0 4px;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-left {
  border-radius: 8px 0 0 8px;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-left {
  border-radius: 16px 0 0 16px;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-left {
  border-radius: 24px 0 0 24px;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-left {
  border-radius: 32px 0 0 32px;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-left {
  border-radius: 48px 0 0 48px;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-left {
  border-radius: 64px 0 0 64px;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-left {
  border-radius: 100px 0 0 100px;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-top-right {
  border-radius: 0 0px 0 0;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-top-right {
  border-radius: 0 4px 0 0;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-top-right {
  border-radius: 0 8px 0 0;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-top-right {
  border-radius: 0 16px 0 0;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-top-right {
  border-radius: 0 24px 0 0;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-top-right {
  border-radius: 0 32px 0 0;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-top-right {
  border-radius: 0 48px 0 0;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-top-right {
  border-radius: 0 64px 0 0;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-top-right {
  border-radius: 0 100px 0 0;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-top-left {
  border-radius: 0px 0 0 0;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-top-left {
  border-radius: 4px 0 0 0;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-top-left {
  border-radius: 8px 0 0 0;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-top-left {
  border-radius: 16px 0 0 0;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-top-left {
  border-radius: 24px 0 0 0;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-top-left {
  border-radius: 32px 0 0 0;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-top-left {
  border-radius: 48px 0 0 0;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-top-left {
  border-radius: 64px 0 0 0;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-top-left {
  border-radius: 100px 0 0 0;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-bottom-right {
  border-radius: 0 0 0px 0;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-bottom-right {
  border-radius: 0 0 4px 0;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-bottom-right {
  border-radius: 0 0 8px 0;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-bottom-right {
  border-radius: 0 0 16px 0;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-bottom-right {
  border-radius: 0 0 24px 0;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-bottom-right {
  border-radius: 0 0 32px 0;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-bottom-right {
  border-radius: 0 0 48px 0;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-bottom-right {
  border-radius: 0 0 64px 0;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-bottom-right {
  border-radius: 0 0 100px 0;
}
:root {
  --border-radius-0:0px;
}
:root .nv-border-radius-0-bottom-left {
  border-radius: 0 0 0 0px;
}
:root {
  --border-radius-1:4px;
}
:root .nv-border-radius-1-bottom-left {
  border-radius: 0 0 0 4px;
}
:root {
  --border-radius-2:8px;
}
:root .nv-border-radius-2-bottom-left {
  border-radius: 0 0 0 8px;
}
:root {
  --border-radius-3:16px;
}
:root .nv-border-radius-3-bottom-left {
  border-radius: 0 0 0 16px;
}
:root {
  --border-radius-4:24px;
}
:root .nv-border-radius-4-bottom-left {
  border-radius: 0 0 0 24px;
}
:root {
  --border-radius-5:32px;
}
:root .nv-border-radius-5-bottom-left {
  border-radius: 0 0 0 32px;
}
:root {
  --border-radius-6:48px;
}
:root .nv-border-radius-6-bottom-left {
  border-radius: 0 0 0 48px;
}
:root {
  --border-radius-7:64px;
}
:root .nv-border-radius-7-bottom-left {
  border-radius: 0 0 0 64px;
}
:root {
  --border-radius-full:100px;
}
:root .nv-border-radius-full-bottom-left {
  border-radius: 0 0 0 100px;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-full {
  border-radius: 0px 0px 0px 0px;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-full {
  border-radius: 4px 4px 4px 4px;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-full {
  border-radius: 8px 8px 8px 8px;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-full {
  border-radius: 16px 16px 16px 16px;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-full {
  border-radius: 24px 24px 24px 24px;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-full {
  border-radius: 32px 32px 32px 32px;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-full {
  border-radius: 48px 48px 48px 48px;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-full {
  border-radius: 64px 64px 64px 64px;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-full {
  border-radius: 100px 100px 100px 100px;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-top {
  border-radius: 0px 0px 0 0;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-top {
  border-radius: 4px 4px 0 0;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-top {
  border-radius: 8px 8px 0 0;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-top {
  border-radius: 16px 16px 0 0;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-top {
  border-radius: 24px 24px 0 0;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-top {
  border-radius: 32px 32px 0 0;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-top {
  border-radius: 48px 48px 0 0;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-top {
  border-radius: 64px 64px 0 0;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-top {
  border-radius: 100px 100px 0 0;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-bottom {
  border-radius: 0 0 0px 0px;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-bottom {
  border-radius: 0 0 4px 4px;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-bottom {
  border-radius: 0 0 8px 8px;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-bottom {
  border-radius: 0 0 16px 16px;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-bottom {
  border-radius: 0 0 24px 24px;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-bottom {
  border-radius: 0 0 32px 32px;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-bottom {
  border-radius: 0 0 48px 48px;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-bottom {
  border-radius: 0 0 64px 64px;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-bottom {
  border-radius: 0 0 100px 100px;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-right {
  border-radius: 0 0px 0px 0;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-right {
  border-radius: 0 4px 4px 0;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-right {
  border-radius: 0 8px 8px 0;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-right {
  border-radius: 0 16px 16px 0;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-right {
  border-radius: 0 24px 24px 0;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-right {
  border-radius: 0 32px 32px 0;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-right {
  border-radius: 0 48px 48px 0;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-right {
  border-radius: 0 64px 64px 0;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-right {
  border-radius: 0 100px 100px 0;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-left {
  border-radius: 0px 0 0 0px;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-left {
  border-radius: 4px 0 0 4px;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-left {
  border-radius: 8px 0 0 8px;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-left {
  border-radius: 16px 0 0 16px;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-left {
  border-radius: 24px 0 0 24px;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-left {
  border-radius: 32px 0 0 32px;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-left {
  border-radius: 48px 0 0 48px;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-left {
  border-radius: 64px 0 0 64px;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-left {
  border-radius: 100px 0 0 100px;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-top-right {
  border-radius: 0 0px 0 0;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-top-right {
  border-radius: 0 4px 0 0;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-top-right {
  border-radius: 0 8px 0 0;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-top-right {
  border-radius: 0 16px 0 0;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-top-right {
  border-radius: 0 24px 0 0;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-top-right {
  border-radius: 0 32px 0 0;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-top-right {
  border-radius: 0 48px 0 0;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-top-right {
  border-radius: 0 64px 0 0;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-top-right {
  border-radius: 0 100px 0 0;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-top-left {
  border-radius: 0px 0 0 0;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-top-left {
  border-radius: 4px 0 0 0;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-top-left {
  border-radius: 8px 0 0 0;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-top-left {
  border-radius: 16px 0 0 0;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-top-left {
  border-radius: 24px 0 0 0;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-top-left {
  border-radius: 32px 0 0 0;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-top-left {
  border-radius: 48px 0 0 0;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-top-left {
  border-radius: 64px 0 0 0;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-top-left {
  border-radius: 100px 0 0 0;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-bottom-right {
  border-radius: 0 0 0px 0;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-bottom-right {
  border-radius: 0 0 4px 0;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-bottom-right {
  border-radius: 0 0 8px 0;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-bottom-right {
  border-radius: 0 0 16px 0;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-bottom-right {
  border-radius: 0 0 24px 0;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-bottom-right {
  border-radius: 0 0 32px 0;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-bottom-right {
  border-radius: 0 0 48px 0;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-bottom-right {
  border-radius: 0 0 64px 0;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-bottom-right {
  border-radius: 0 0 100px 0;
}
:host {
  --border-radius-0:0px;
}
:host .nv-border-radius-0-bottom-left {
  border-radius: 0 0 0 0px;
}
:host {
  --border-radius-1:4px;
}
:host .nv-border-radius-1-bottom-left {
  border-radius: 0 0 0 4px;
}
:host {
  --border-radius-2:8px;
}
:host .nv-border-radius-2-bottom-left {
  border-radius: 0 0 0 8px;
}
:host {
  --border-radius-3:16px;
}
:host .nv-border-radius-3-bottom-left {
  border-radius: 0 0 0 16px;
}
:host {
  --border-radius-4:24px;
}
:host .nv-border-radius-4-bottom-left {
  border-radius: 0 0 0 24px;
}
:host {
  --border-radius-5:32px;
}
:host .nv-border-radius-5-bottom-left {
  border-radius: 0 0 0 32px;
}
:host {
  --border-radius-6:48px;
}
:host .nv-border-radius-6-bottom-left {
  border-radius: 0 0 0 48px;
}
:host {
  --border-radius-7:64px;
}
:host .nv-border-radius-7-bottom-left {
  border-radius: 0 0 0 64px;
}
:host {
  --border-radius-full:100px;
}
:host .nv-border-radius-full-bottom-left {
  border-radius: 0 0 0 100px;
}
.nv-display-inline {
  display: inline;
}
.nv-display-inline-block {
  display: inline-block;
}
.nv-display-block {
  display: block;
}
.nv-display-grid {
  display: grid;
}
.nv-display-table {
  display: table;
}
.nv-display-table-row {
  display: table-row;
}
.nv-display-table-cell {
  display: table-cell;
}
.nv-display-flex {
  display: flex;
}
.nv-display-inline-flex {
  display: inline-flex;
}
.nv-display-none {
  display: none;
}
.nv-flex-direction-row {
  flex-direction: row;
}
.nv-flex-direction-column {
  flex-direction: column;
}
.nv-flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.nv-flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.nv-justify-content-start {
  justify-content: flex-start;
}
.nv-justify-content-end {
  justify-content: flex-end;
}
.nv-justify-content-center {
  justify-content: center;
}
.nv-justify-content-between {
  justify-content: space-between;
}
.nv-justify-content-around {
  justify-content: space-around;
}
.nv-justify-content-evenly {
  justify-content: space-evenly;
}
.nv-align-items-start {
  align-items: flex-start;
}
.nv-align-items-end {
  align-items: flex-end;
}
.nv-align-items-center {
  align-items: center;
}
.nv-align-items-baseline {
  align-items: baseline;
}
.nv-align-items-stretch {
  align-items: stretch;
}
.nv-align-content-start {
  align-content: flex-start;
}
.nv-align-content-end {
  align-content: flex-end;
}
.nv-align-content-center {
  align-content: center;
}
.nv-align-content-between {
  align-content: space-between;
}
.nv-align-content-around {
  align-content: space-around;
}
.nv-align-content-stretch {
  align-content: stretch;
}
.nv-align-self-auto {
  align-self: auto;
}
.nv-align-self-start {
  align-self: flex-start;
}
.nv-align-self-end {
  align-self: flex-end;
}
.nv-align-self-center {
  align-self: center;
}
.nv-align-self-baseline {
  align-self: baseline;
}
.nv-align-self-stretch {
  align-self: stretch;
}
.nv-text-align-start {
  text-align: start;
}
.nv-text-align-end {
  text-align: end;
}
.nv-text-align-center {
  text-align: center;
}
.nv-text-align-justify {
  text-align: justify;
}
.nv-text-align-left {
  text-align: left;
}
.nv-text-align-right {
  text-align: right;
}
.nv-flex-wrap-wrap {
  flex-wrap: wrap;
}
.nv-flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.nv-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
:host {
  --shadow-color: var(--colors-primary-01-rgb);
}
:host(.theme-dark) {
  --shadow-color:
    24,
    22,
    21;
}
:root {
  --shadow-color: var(--colors-primary-01-rgb);
}
:root {
  --shadow-00: 0px 1px 0px 0px rgba(var(--shadow-color), 0.00);
}
:root .nv-shadow-00 {
  box-shadow: 0px 1px 0px 0px rgba(var(--shadow-color), 0.00);
}
:root {
  --shadow-01: 0px 1px 4px 0px rgba(var(--shadow-color), 0.16), 0px 1px 2px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-01 {
  box-shadow: 0px 1px 4px 0px rgba(var(--shadow-color), 0.16), 0px 1px 2px 0px rgba(var(--shadow-color), 0.08);
}
:root {
  --shadow-02: 0px 3px 6px 0px rgba(var(--shadow-color), 0.16), 0px 1px 4px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-02 {
  box-shadow: 0px 3px 6px 0px rgba(var(--shadow-color), 0.16), 0px 1px 4px 0px rgba(var(--shadow-color), 0.08);
}
:root {
  --shadow-03: 0px 5px 8px 0px rgba(var(--shadow-color), 0.16), 0px 1px 6px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-03 {
  box-shadow: 0px 5px 8px 0px rgba(var(--shadow-color), 0.16), 0px 1px 6px 0px rgba(var(--shadow-color), 0.08);
}
:root {
  --shadow-04: 0px 8px 12px 0px rgba(var(--shadow-color), 0.16), 0px 1px 8px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-04 {
  box-shadow: 0px 8px 12px 0px rgba(var(--shadow-color), 0.16), 0px 1px 8px 0px rgba(var(--shadow-color), 0.08);
}
:root {
  --shadow-05: 0px 12px 16px 0px rgba(var(--shadow-color), 0.16), 0px 1px 10px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-05 {
  box-shadow: 0px 12px 16px 0px rgba(var(--shadow-color), 0.16), 0px 1px 10px 0px rgba(var(--shadow-color), 0.08);
}
:root {
  --shadow-06: 0px 16px 20px 0px rgba(var(--shadow-color), 0.16), 0px 1px 12px 0px rgba(var(--shadow-color), 0.08);
}
:root .nv-shadow-06 {
  box-shadow: 0px 16px 20px 0px rgba(var(--shadow-color), 0.16), 0px 1px 12px 0px rgba(var(--shadow-color), 0.08);
}
:host {
  --shadow-00: 0px 1px 0px 0px rgba(var(--shadow-color), 0.00);
}
:host .nv-shadow-00 {
  box-shadow: 0px 1px 0px 0px rgba(var(--shadow-color), 0.00);
}
:host {
  --shadow-01: 0px 1px 4px 0px rgba(var(--shadow-color), 0.16), 0px 1px 2px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-01 {
  box-shadow: 0px 1px 4px 0px rgba(var(--shadow-color), 0.16), 0px 1px 2px 0px rgba(var(--shadow-color), 0.08);
}
:host {
  --shadow-02: 0px 3px 6px 0px rgba(var(--shadow-color), 0.16), 0px 1px 4px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-02 {
  box-shadow: 0px 3px 6px 0px rgba(var(--shadow-color), 0.16), 0px 1px 4px 0px rgba(var(--shadow-color), 0.08);
}
:host {
  --shadow-03: 0px 5px 8px 0px rgba(var(--shadow-color), 0.16), 0px 1px 6px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-03 {
  box-shadow: 0px 5px 8px 0px rgba(var(--shadow-color), 0.16), 0px 1px 6px 0px rgba(var(--shadow-color), 0.08);
}
:host {
  --shadow-04: 0px 8px 12px 0px rgba(var(--shadow-color), 0.16), 0px 1px 8px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-04 {
  box-shadow: 0px 8px 12px 0px rgba(var(--shadow-color), 0.16), 0px 1px 8px 0px rgba(var(--shadow-color), 0.08);
}
:host {
  --shadow-05: 0px 12px 16px 0px rgba(var(--shadow-color), 0.16), 0px 1px 10px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-05 {
  box-shadow: 0px 12px 16px 0px rgba(var(--shadow-color), 0.16), 0px 1px 10px 0px rgba(var(--shadow-color), 0.08);
}
:host {
  --shadow-06: 0px 16px 20px 0px rgba(var(--shadow-color), 0.16), 0px 1px 12px 0px rgba(var(--shadow-color), 0.08);
}
:host .nv-shadow-06 {
  box-shadow: 0px 16px 20px 0px rgba(var(--shadow-color), 0.16), 0px 1px 12px 0px rgba(var(--shadow-color), 0.08);
}
.nv-space {
  margin: 8px;
}
.nv-space-padding {
  padding: 8px;
}
.nv-space-top {
  margin-block-start: 8px;
}
.nv-space-top-padding {
  padding-block-start: 8px;
}
.nv-space-bottom {
  margin-block-end: 8px;
}
.nv-space-bottom-padding {
  padding-block-end: 8px;
}
.nv-space-left {
  margin-inline-start: 8px;
}
.nv-space-left-padding {
  padding-inline-start: 8px;
}
.nv-space-right {
  margin-inline-end: 8px;
}
.nv-space-right-padding {
  padding-inline-end: 8px;
}
.nv-space-2 {
  margin: 16px;
}
.nv-space-2-padding {
  padding: 16px;
}
.nv-space-2-top {
  margin-block-start: 16px;
}
.nv-space-2-top-padding {
  padding-block-start: 16px;
}
.nv-space-2-bottom {
  margin-block-end: 16px;
}
.nv-space-2-bottom-padding {
  padding-block-end: 16px;
}
.nv-space-2-left {
  margin-inline-start: 16px;
}
.nv-space-2-left-padding {
  padding-inline-start: 16px;
}
.nv-space-2-right {
  margin-inline-end: 16px;
}
.nv-space-2-right-padding {
  padding-inline-end: 16px;
}
.nv-space-3 {
  margin: 24px;
}
.nv-space-3-padding {
  padding: 24px;
}
.nv-space-3-top {
  margin-block-start: 24px;
}
.nv-space-3-top-padding {
  padding-block-start: 24px;
}
.nv-space-3-bottom {
  margin-block-end: 24px;
}
.nv-space-3-bottom-padding {
  padding-block-end: 24px;
}
.nv-space-3-left {
  margin-inline-start: 24px;
}
.nv-space-3-left-padding {
  padding-inline-start: 24px;
}
.nv-space-3-right {
  margin-inline-end: 24px;
}
.nv-space-3-right-padding {
  padding-inline-end: 24px;
}
.nv-space-4 {
  margin: 32px;
}
.nv-space-4-padding {
  padding: 32px;
}
.nv-space-4-top {
  margin-block-start: 32px;
}
.nv-space-4-top-padding {
  padding-block-start: 32px;
}
.nv-space-4-bottom {
  margin-block-end: 32px;
}
.nv-space-4-bottom-padding {
  padding-block-end: 32px;
}
.nv-space-4-left {
  margin-inline-start: 32px;
}
.nv-space-4-left-padding {
  padding-inline-start: 32px;
}
.nv-space-4-right {
  margin-inline-end: 32px;
}
.nv-space-4-right-padding {
  padding-inline-end: 32px;
}
.nv-space-5 {
  margin: 40px;
}
.nv-space-5-padding {
  padding: 40px;
}
.nv-space-5-top {
  margin-block-start: 40px;
}
.nv-space-5-top-padding {
  padding-block-start: 40px;
}
.nv-space-5-bottom {
  margin-block-end: 40px;
}
.nv-space-5-bottom-padding {
  padding-block-end: 40px;
}
.nv-space-5-left {
  margin-inline-start: 40px;
}
.nv-space-5-left-padding {
  padding-inline-start: 40px;
}
.nv-space-5-right {
  margin-inline-end: 40px;
}
.nv-space-5-right-padding {
  padding-inline-end: 40px;
}
.nv-space-6 {
  margin: 48px;
}
.nv-space-6-padding {
  padding: 48px;
}
.nv-space-6-top {
  margin-block-start: 48px;
}
.nv-space-6-top-padding {
  padding-block-start: 48px;
}
.nv-space-6-bottom {
  margin-block-end: 48px;
}
.nv-space-6-bottom-padding {
  padding-block-end: 48px;
}
.nv-space-6-left {
  margin-inline-start: 48px;
}
.nv-space-6-left-padding {
  padding-inline-start: 48px;
}
.nv-space-6-right {
  margin-inline-end: 48px;
}
.nv-space-6-right-padding {
  padding-inline-end: 48px;
}
.nv-space-7 {
  margin: 56px;
}
.nv-space-7-padding {
  padding: 56px;
}
.nv-space-7-top {
  margin-block-start: 56px;
}
.nv-space-7-top-padding {
  padding-block-start: 56px;
}
.nv-space-7-bottom {
  margin-block-end: 56px;
}
.nv-space-7-bottom-padding {
  padding-block-end: 56px;
}
.nv-space-7-left {
  margin-inline-start: 56px;
}
.nv-space-7-left-padding {
  padding-inline-start: 56px;
}
.nv-space-7-right {
  margin-inline-end: 56px;
}
.nv-space-7-right-padding {
  padding-inline-end: 56px;
}
.nv-space-8 {
  margin: 64px;
}
.nv-space-8-padding {
  padding: 64px;
}
.nv-space-8-top {
  margin-block-start: 64px;
}
.nv-space-8-top-padding {
  padding-block-start: 64px;
}
.nv-space-8-bottom {
  margin-block-end: 64px;
}
.nv-space-8-bottom-padding {
  padding-block-end: 64px;
}
.nv-space-8-left {
  margin-inline-start: 64px;
}
.nv-space-8-left-padding {
  padding-inline-start: 64px;
}
.nv-space-8-right {
  margin-inline-end: 64px;
}
.nv-space-8-right-padding {
  padding-inline-end: 64px;
}
@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src:
    local("Open Sans"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2) format("woff2"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "CIB Sans";
  font-display: swap;
  src:
    local("CIB Sans"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2) format("woff2"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "CIB Serif";
  font-display: swap;
  src:
    local("CIB Serif"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2) format("woff2"),
    url(https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf) format("truetype");
}
body {
  font-size: 16px;
  font-family:
    "Open Sans",
    Arial,
    sans-serif;
  line-height: 24px;
  letter-spacing: -0.3px;
}
h1 {
  font-size: 40px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 40px;
  letter-spacing: -0.6px;
}
h1.display1 {
  font-size: 96px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 90px;
}
h1.display2 {
  font-size: 88px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 80px;
}
h1.display3 {
  font-size: 72px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 68px;
}
h1.display4 {
  font-size: 56px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 50px;
  letter-spacing: -0.47px;
}
h2 {
  font-size: 32px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 32px;
  letter-spacing: -0.6px;
}
h3 {
  font-size: 28px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 30px;
  letter-spacing: -0.6px;
}
h4 {
  font-size: 24px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 26px;
  letter-spacing: -0.45px;
}
h5 {
  font-size: 20px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 24px;
  letter-spacing: -0.38px;
}
h6 {
  font-size: 16px;
  font-family: "CIB Sans Bold", sans-serif;
  line-height: 20px;
  letter-spacing: -0.3px;
}
p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  letter-spacing: -0.3px;
}
p.small {
  font-size: 14px;
  line-height: 20px;
}
p.xSmall {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.17px;
}
label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
label.small {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}
a {
  font-family: "Open Sans SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-decoration: underline;
}
caption {
  font-size: 20px;
  font-family: "Nunito Bold", sans-serif;
  line-height: 26px;
  letter-spacing: -0.38px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
input {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 24px;
}
input.input-place-holder::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
input.input-place-holder:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
input.input-place-holder::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 24px;
}
h1.light {
  font-family: "CIB Sans Light", sans-serif;
}
h1.serif {
  font-family: "CIB Serif", sans-serif;
}
h2.light {
  font-family: "CIB Sans Light", sans-serif;
}
h2.serif {
  font-family: "CIB Serif", sans-serif;
}
h3.light {
  font-family: "CIB Sans Light", sans-serif;
}
h3.serif {
  font-family: "CIB Serif", sans-serif;
}
h4.light {
  font-family: "CIB Sans Light", sans-serif;
}
h4.serif {
  font-family: "CIB Serif", sans-serif;
}
h5.light {
  font-family: "CIB Sans Light", sans-serif;
}
h5.serif {
  font-family: "CIB Serif", sans-serif;
}
h6.light {
  font-family: "CIB Sans Light", sans-serif;
}
h6.serif {
  font-family: "CIB Serif", sans-serif;
}
:root {
  --open-sans-font: Open Sans;
}
:root .nv-open-sans-font-bold {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-open-sans-font-semibold {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-open-sans-font-regular {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-open-sans-font-extra-light {
  font-family: "Open Sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root {
  --cib-sans-font: CIB Sans;
}
:root .nv-cib-sans-font-bold {
  font-family: "CIB Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-sans-font-semibold {
  font-family: "CIB Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-sans-font-regular {
  font-family: "CIB Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-sans-font-extra-light {
  font-family: "CIB Sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root {
  --cib-serif-font: CIB Serif;
}
:root .nv-cib-serif-font-bold {
  font-family: "CIB Serif";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-serif-font-semibold {
  font-family: "CIB Serif";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-serif-font-regular {
  font-family: "CIB Serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:root .nv-cib-serif-font-extra-light {
  font-family: "CIB Serif";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host {
  --open-sans-font: Open Sans;
}
:host .nv-open-sans-font-bold {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-open-sans-font-semibold {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-open-sans-font-regular {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-open-sans-font-extra-light {
  font-family: "Open Sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host {
  --cib-sans-font: CIB Sans;
}
:host .nv-cib-sans-font-bold {
  font-family: "CIB Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-sans-font-semibold {
  font-family: "CIB Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-sans-font-regular {
  font-family: "CIB Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-sans-font-extra-light {
  font-family: "CIB Sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host {
  --cib-serif-font: CIB Serif;
}
:host .nv-cib-serif-font-bold {
  font-family: "CIB Serif";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-serif-font-semibold {
  font-family: "CIB Serif";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-serif-font-regular {
  font-family: "CIB Serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host .nv-cib-serif-font-extra-light {
  font-family: "CIB Serif";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
:host {
  --opacity-0x: 0;
  --opacity-1x: 0.08;
  --opacity-2x: 0.16;
  --opacity-3x: 0.24;
  --opacity-4x: 0.32;
  --opacity-5x: 0.40;
  --opacity-6x: 0.48;
  --opacity-7x: 0.56;
  --opacity-8x: 0.64;
  --opacity-9x: 0.72;
  --opacity-10x: 0.80;
  --opacity-11x: 0.88;
  --opacity-12x: 0.96;
  --opacity-full: 1;
}
:root {
  --nv-breakpoint-xs: 0;
  --nv-breakpoint-sm: 576px;
  --nv-breakpoint-md: 768px;
  --nv-breakpoint-lg: 992px;
  --nv-breakpoint-xl: 1200px;
  --nv-breakpoint-xxl: 1400px;
}
:root .nv-container {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container {
    max-width: 716px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container {
    max-width: 956px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container {
    max-width: 1136px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container {
    max-width: 1316px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
:root .nv-container-16 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-16 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-16 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-16 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-16 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-16 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-16 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-16 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-16 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-16 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-16 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-16 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-16 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-16 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-16 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-16 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-16 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-16 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-16 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-16 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-16 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-16 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-16 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-16 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-16 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-16 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-16 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-16 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-16 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-16 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-16 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-16 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-16 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-16 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-16 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-16 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-16 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-16 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-16 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-16 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-16 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-16 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-16 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-16 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-16 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-16 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-16 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-16 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-16 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-16 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-16 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-16 {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-16 {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-16 {
    max-width: 716px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-16 {
    max-width: 956px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-16 {
    max-width: 1136px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-16 {
    max-width: 1316px;
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
:root .nv-container-fluid-16 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-fluid-16 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-fluid-16 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-fluid-16 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-fluid-16 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-fluid-16 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-fluid-16 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-fluid-16 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-fluid-16 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-fluid-16 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-fluid-16 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-fluid-16 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-fluid-16 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-fluid-16 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-fluid-16 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-fluid-16 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-fluid-16 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-fluid-16 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-fluid-16 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-fluid-16 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-fluid-16 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-fluid-16 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-fluid-16 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-fluid-16 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-fluid-16 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-fluid-16 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-fluid-16 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-fluid-16 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-fluid-16 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-16 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-16 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-fluid-16 {
    --nv-columns: 12;
    --nv-gap: 16px;
  }
}
:root .nv-container {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container {
    max-width: 720px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container {
    max-width: 960px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container {
    max-width: 1140px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container {
    max-width: 1320px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
:root .nv-container-24 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-24 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-24 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-24 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-24 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-24 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-24 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-24 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-24 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-24 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-24 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-24 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-24 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-24 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-24 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-24 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-24 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-24 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-24 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-24 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-24 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-24 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-24 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-24 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-24 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-24 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-24 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-24 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-24 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-24 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-24 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-24 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-24 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-24 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-24 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-24 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-24 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-24 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-24 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-24 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-24 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-24 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-24 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-24 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-24 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-24 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-24 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-24 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-24 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-24 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-24 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-24 {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-24 {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-24 {
    max-width: 720px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-24 {
    max-width: 960px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-24 {
    max-width: 1140px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-24 {
    max-width: 1320px;
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
:root .nv-container-fluid-24 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-fluid-24 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-fluid-24 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-fluid-24 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-fluid-24 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-fluid-24 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-fluid-24 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-fluid-24 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-fluid-24 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-fluid-24 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-fluid-24 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-fluid-24 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-fluid-24 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-fluid-24 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-fluid-24 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-fluid-24 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-fluid-24 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-fluid-24 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-fluid-24 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-fluid-24 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-fluid-24 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-fluid-24 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-fluid-24 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-fluid-24 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-fluid-24 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-fluid-24 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-fluid-24 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-fluid-24 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-fluid-24 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-24 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-24 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-fluid-24 {
    --nv-columns: 12;
    --nv-gap: 24px;
  }
}
:root .nv-container {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container {
    max-width: 724px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container {
    max-width: 964px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container {
    max-width: 1144px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container {
    max-width: 1324px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
:root .nv-container-32 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-32 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-32 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-32 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-32 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-32 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-32 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-32 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-32 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-32 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-32 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-32 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-32 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-32 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-32 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-32 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-32 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-32 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-32 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-32 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-32 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-32 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-32 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-32 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-32 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-32 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-32 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-32 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-32 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-32 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-32 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-32 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-32 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-32 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-32 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-32 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-32 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-32 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-32 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-32 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-32 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-32 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-32 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-32 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-32 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-32 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-32 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-32 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-32 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-32 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-32 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-32 {
    max-width: auto;
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-32 {
    max-width: 544px;
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-32 {
    max-width: 724px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-32 {
    max-width: 964px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-32 {
    max-width: 1144px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-32 {
    max-width: 1324px;
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
:root .nv-container-fluid-32 {
  display: grid;
  padding: 0 16px;
  margin: 0 auto;
  grid-template-rows: repeat(var(--nv-rows, 1), 1fr);
  grid-template-columns: repeat(var(--nv-columns, 12), 1fr);
  column-gap: var(--nv-gap, 8px);
  row-gap: 8px;
}
:root .nv-container-fluid-32 .nv-col-1 {
  grid-column: auto/span 1;
}
:root .nv-container-fluid-32 .nv-col-2 {
  grid-column: auto/span 2;
}
:root .nv-container-fluid-32 .nv-col-3 {
  grid-column: auto/span 3;
}
:root .nv-container-fluid-32 .nv-col-4 {
  grid-column: auto/span 4;
}
:root .nv-container-fluid-32 .nv-col-5 {
  grid-column: auto/span 5;
}
:root .nv-container-fluid-32 .nv-col-6 {
  grid-column: auto/span 6;
}
:root .nv-container-fluid-32 .nv-col-7 {
  grid-column: auto/span 7;
}
:root .nv-container-fluid-32 .nv-col-8 {
  grid-column: auto/span 8;
}
:root .nv-container-fluid-32 .nv-col-9 {
  grid-column: auto/span 9;
}
:root .nv-container-fluid-32 .nv-col-10 {
  grid-column: auto/span 10;
}
:root .nv-container-fluid-32 .nv-col-11 {
  grid-column: auto/span 11;
}
:root .nv-container-fluid-32 .nv-col-12 {
  grid-column: auto/span 12;
}
:root .nv-container-fluid-32 .nv-col-offset-1 {
  grid-column-start: 1;
}
:root .nv-container-fluid-32 .nv-col-offset-2 {
  grid-column-start: 2;
}
:root .nv-container-fluid-32 .nv-col-offset-3 {
  grid-column-start: 3;
}
:root .nv-container-fluid-32 .nv-col-offset-4 {
  grid-column-start: 4;
}
:root .nv-container-fluid-32 .nv-col-offset-5 {
  grid-column-start: 5;
}
:root .nv-container-fluid-32 .nv-col-offset-6 {
  grid-column-start: 6;
}
:root .nv-container-fluid-32 .nv-col-offset-7 {
  grid-column-start: 7;
}
:root .nv-container-fluid-32 .nv-col-offset-8 {
  grid-column-start: 8;
}
:root .nv-container-fluid-32 .nv-col-offset-9 {
  grid-column-start: 9;
}
:root .nv-container-fluid-32 .nv-col-offset-10 {
  grid-column-start: 10;
}
:root .nv-container-fluid-32 .nv-col-offset-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  :root .nv-container-fluid-32 .nv-col-sm-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-sm-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-sm-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-sm-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-sm-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-sm-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-sm-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-sm-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-sm-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-sm-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-sm-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-sm-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  :root .nv-container-fluid-32 .nv-col-md-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-md-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-md-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-md-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-md-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-md-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-md-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-md-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-md-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-md-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-md-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-md-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  :root .nv-container-fluid-32 .nv-col-lg-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-lg-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-lg-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-lg-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-lg-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-lg-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-lg-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-lg-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-lg-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-lg-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-lg-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-lg-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  :root .nv-container-fluid-32 .nv-col-xl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-xl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-xl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-xl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-xl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-xl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-xl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-xl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-xl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-xl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-xl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-xl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  :root .nv-container-fluid-32 .nv-col-xxl-1 {
    grid-column: auto/span 1;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-2 {
    grid-column: auto/span 2;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-3 {
    grid-column: auto/span 3;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-4 {
    grid-column: auto/span 4;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-5 {
    grid-column: auto/span 5;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-6 {
    grid-column: auto/span 6;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-7 {
    grid-column: auto/span 7;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-8 {
    grid-column: auto/span 8;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-9 {
    grid-column: auto/span 9;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-10 {
    grid-column: auto/span 10;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-11 {
    grid-column: auto/span 11;
  }
  :root .nv-container-fluid-32 .nv-col-xxl-12 {
    grid-column: auto/span 12;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-1 {
    grid-column-start: 1;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-2 {
    grid-column-start: 2;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-3 {
    grid-column-start: 3;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-4 {
    grid-column-start: 4;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-5 {
    grid-column-start: 5;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-6 {
    grid-column-start: 6;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-7 {
    grid-column-start: 7;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-8 {
    grid-column-start: 8;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-9 {
    grid-column-start: 9;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-10 {
    grid-column-start: 10;
  }
  :root .nv-container-fluid-32 .nv-col-offset-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 6;
    --nv-gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
@media (min-width: 1400px) and (max-width: 9999px) {
  :root .nv-container-fluid-32 {
    --nv-columns: 12;
    --nv-gap: 32px;
  }
}
html {
  height: 100%;
  --cb-sys-text-default: light-dark(#2c2a29, #ffffff);
  --cb-sys-text-inverse: light-dark(#ffffff, #2c2a29);
  --cb-sys-text-error: light-dark(#e20201, #ff8389);
  --cb-sys-text-success: light-dark(#038144, #69cc96);
  --cb-sys-text-fixed-01: light-dark(#2c2a29, #2c2a29);
  --cb-sys-text-fixed-02: light-dark(#ffffff, #ffffff);
  --cb-sys-text-fixed-brand: light-dark(#2c2a29, #2c2a29);
  --cb-sys-text-disable: light-dark(#97999b, #97999b);
  --cb-sys-background-primary-01: light-dark(#ffffff, #2c2a29);
  --cb-sys-background-primary-02: light-dark(#ffffff, #353537);
  --cb-sys-background-primary-03: light-dark(#ffffff, #454648);
  --cb-sys-background-secondary-01: light-dark(#f2f2f4, #2c2a29);
  --cb-sys-background-secondary-02: light-dark(#f2f2f4, #353537);
  --cb-sys-background-secondary-03: light-dark(#f2f2f4, #454648);
  --cb-sys-background-inverse-1: light-dark(#353537, #ffffff);
  --cb-sys-background-inverse-2: light-dark(#454648, #f2f2f4);
  --cb-sys-background-fixed-dark-1: light-dark(#2c2a29, #2c2a29);
  --cb-sys-background-fixed-light-1: light-dark(#ffffff, #ffffff);
  --cb-sys-background-dark-1: light-dark(#2c2a29, #454648);
  --cb-sys-background-dark-2: light-dark(#2c2a29, #595a5c);
  --cb-sys-background-dark-3: light-dark(#2c2a29, #353537);
  --cb-sys-icon-default: light-dark(#2c2a29, #ffffff);
  --cb-sys-icon-inverse: light-dark(#ffffff, #2c2a29);
  --cb-sys-icon-fixed-01: light-dark(#2c2a29, #2c2a29);
  --cb-sys-icon-fixed-02: light-dark(#ffffff, #ffffff);
  --cb-sys-icon-fixed-brand: light-dark(#2c2a29, #2c2a29);
  --cb-sys-icon-disable: light-dark(#97999b, #97999b);
  --cb-sys-icon-error: light-dark(#e20201, #ff8389);
  --cb-sys-icon-success: light-dark(#038144, #69cc96);
  --cb-sys-action-primary: light-dark(#fdda24, #fdda24);
  --cb-sys-action-primary-hover: light-dark(#fde773, #fde773);
  --cb-sys-action-primary-press: light-dark(#e6c621, #e6c621);
  --cb-sys-action-primary-selected: light-dark(#fde773, #fde773);
  --cb-sys-action-secondary: light-dark(#ffffff, #454648);
  --cb-sys-action-secondary-hover: light-dark(#d9dadd, #595a5c);
  --cb-sys-action-secondary-press: light-dark(#b3b5b8, #727476);
  --cb-sys-action-secondary-selected: light-dark(#d9dadd, #595a5c);
  --cb-sys-action-secondary-inverse: light-dark(#454648, #ffffff);
  --cb-sys-action-secondary-inverse-hover: light-dark(#595a5c, #d9dadd);
  --cb-sys-action-secondary-inverse-press: light-dark(#727476, #b3b5b8);
  --cb-sys-action-secondary-inverse-selected: light-dark(#2c2a29, #f2f2f4);
  --cb-sys-action-disable: light-dark(#d9dadd, #595a5c);
  --cb-sys-action-disable-inverse: light-dark(#595a5c, #d9dadd);
  --cb-sys-action-selected-contrast-1: light-dark(#2c2a29, #fdda24);
  --cb-sys-action-selected-contrast-2: light-dark(#2c2a29, #ffffff);
  --cb-sys-border-default: light-dark(#d9dadd, #727476);
  --cb-sys-border-inverse: light-dark(#727476, #d9dadd);
  --cb-sys-border-contrast: light-dark(#2c2a29, #ffffff);
  --cb-sys-border-contrast-inverse: light-dark(#ffffff, #2c2a29);
  --cb-sys-border-selected-brand: light-dark(#fdda24, #fdda24);
  --cb-sys-border-selected-contrast-1: light-dark(#2c2a29, #fdda24);
  --cb-sys-border-error: light-dark(#e20201, #ff8389);
  --cb-sys-border-success: light-dark(#038144, #69cc96);
  --cb-sys-border-disable: light-dark(#f2f2f4, #454648);
  --cb-sys-border-disable-contrast: light-dark(#97999b, #97999b);
  --cb-sys-status-success-1: light-dark(#00c389, #00c389);
  --cb-sys-status-success-2: light-dark(#66dbb8, #66dbb8);
  --cb-sys-status-success-3: light-dark(#b0ecda, #b0ecda);
  --cb-sys-status-success-fill: light-dark(#b0ecda, #454648);
  --cb-sys-status-error-1: light-dark(#ff7f41, #ff7f41);
  --cb-sys-status-error-2: light-dark(#ffb28d, #ffb28d);
  --cb-sys-status-error-3: light-dark(#ffd7c4, #ffd7c4);
  --cb-sys-status-error-fill: light-dark(#ffd7c4, #454648);
  --cb-sys-status-alert-1: light-dark(#fdda24, #fdda24);
  --cb-sys-status-alert-2: light-dark(#fde773, #fde773);
  --cb-sys-status-alert-3: light-dark(#fef4bb, #fef4bb);
  --cb-sys-status-alert-fill: light-dark(#fef4bb, #454648);
  --cb-sys-status-info-1: light-dark(#59cbe8, #59cbe8);
  --cb-sys-status-info-2: light-dark(#9be0f1, #9be0f1);
  --cb-sys-status-info-3: light-dark(#cceff8, #cceff8);
  --cb-sys-status-info-fill: light-dark(#cceff8, #454648);
  --cb-sys-status-neutral-1: light-dark(#7d7f82, #7d7f82);
  --cb-sys-status-neutral-2: light-dark(#d9dadd, #d9dadd);
  --cb-sys-status-neutral-3: light-dark(#f2f2f4, #f2f2f4);
  --cb-sys-status-neutral-fill: light-dark(#d9dadd, #454648);
  --cb-sys-status-black-fill: light-dark(#353537, #f9f9fa);
  --cb-sys-status-black-1: light-dark(#2c2a29, #2c2a29);
  --cb-sys-status-black-2: light-dark(#454648, #454648);
  --cb-sys-status-black-3: light-dark(#353537, #353537);
  --cb-sys-status-white-fill: light-dark(#f9f9fa, #353537);
  --cb-sys-status-white-1: light-dark(#d9dadd, #d9dadd);
  --cb-sys-status-white-2: light-dark(#f2f2f4, #f2f2f4);
  --cb-sys-status-white-3: light-dark(#f9f9fa, #f9f9fa);
  --cb-sys-status-color-a-fill: light-dark(#fce8f0, #454648);
  --cb-sys-status-color-a-1: light-dark(#f5b6cd, #f5b6cd);
  --cb-sys-status-color-a-2: light-dark(#f9d3e1, #f9d3e1);
  --cb-sys-status-color-a-3: light-dark(#fce8f0, #fce8f0);
  --cb-sys-status-color-b-fill: light-dark(#ddcff0, #454648);
  --cb-sys-status-color-b-1: light-dark(#9063cd, #9063cd);
  --cb-sys-status-color-b-2: light-dark(#c5ade5, #c5ade5);
  --cb-sys-status-color-b-3: light-dark(#ddcff0, #ddcff0);
  --cb-sys-extra-selected-contrast-1: light-dark(#2c2a29, #fdda24);
  --cb-sys-extra-selected-contrast-2: light-dark(#2c2a29, #ffffff);
  --cb-sys-extra-selected-brand: light-dark(#7d7f82, #7d7f82);
  --cb-sys-extra-error: light-dark(#e20201, #ff8389);
  --cb-sys-extra-focus: light-dark(#3455db, #59cbe8);
  --cb-sys-extra-focus-inverse: light-dark(#59cbe8, #3455db);
  --cb-sys-shadow-layer-1: light-dark(rgba(44, 42, 41, 0.08), rgba(44, 42, 41, 0.32));
  --cb-sys-shadow-layer-2: light-dark(rgba(44, 42, 41, 0.16), rgba(44, 42, 41, 0.56));
  --cb-sys-illustration-default: light-dark(#ffffff, #2c2a29);
  --cb-sys-illustration-dark-1: light-dark(#2c2a29, #454648);
  --cb-sys-level0: 0px 0px 0px 0px var(--cb-sys-shadow-layer-1), 0px 0px 0px 0px var(--cb-sys-shadow-layer-2);
  --cb-sys-level1: 0px 1px 2px 0px var(--cb-sys-shadow-layer-1), 0px 1px 4px 0px var(--cb-sys-shadow-layer-2);
  --cb-sys-level2: 0px 1px 4px 0px var(--cb-sys-shadow-layer-1), 0px 3px 6px 0px var(--cb-sys-shadow-layer-2);
  --cb-sys-level3: 0px 1px 6px 0px var(--cb-sys-shadow-layer-1), 0px 5px 8px 0px var(--cb-sys-shadow-layer-2);
  --cb-sys-level4: 0px 5px 8px 0px var(--cb-sys-shadow-layer-1), 0px 5px 8px 0px var(--cb-sys-shadow-layer-2);
  --cb-sys-level5: 0px 5px 8px 0px var(--cb-sys-shadow-layer-1), 0px 5px 8px 0px var(--cb-sys-shadow-layer-2);
  --cb-sys-level6: 0px 5px 8px 0px var(--cb-sys-shadow-layer-1), 0px 5px 8px 0px var(--cb-sys-shadow-layer-2);
  --cb-sys-font-family-plain: Open Sans;
  --cb-sys-font-family-brand: CIB Sans;
  --cb-sys-font-weight-bold: 700;
  --cb-sys-font-weight-semibold: 600;
  --cb-sys-font-weight-regular: 400;
  --cb-sys-font-weight-extra-light: 200;
  --cb-sys-plain-font-style-1-regular: 400 12px / 16px Open Sans;
  --cb-sys-plain-font-style-1-regular-font: Open Sans;
  --cb-sys-plain-font-style-1-regular-line-height: 16px;
  --cb-sys-plain-font-style-1-regular-size: 12px;
  --cb-sys-plain-font-style-1-regular-letter-spacing: 0px;
  --cb-sys-plain-font-style-1-regular-weight: 400;
  --cb-sys-plain-font-style-1-semibold: 600 12px / 16px Open Sans;
  --cb-sys-plain-font-style-1-semibold-font: Open Sans;
  --cb-sys-plain-font-style-1-semibold-line-height: 16px;
  --cb-sys-plain-font-style-1-semibold-size: 12px;
  --cb-sys-plain-font-style-1-semibold-letter-spacing: 0px;
  --cb-sys-plain-font-style-1-semibold-weight: 600;
  --cb-sys-plain-font-style-1-bold: 700 12px / 16px Open Sans;
  --cb-sys-plain-font-style-1-bold-font: Open Sans;
  --cb-sys-plain-font-style-1-bold-line-height: 16px;
  --cb-sys-plain-font-style-1-bold-size: 12px;
  --cb-sys-plain-font-style-1-bold-letter-spacing: 0px;
  --cb-sys-plain-font-style-1-bold-weight: 700;
  --cb-sys-plain-font-style-2-regular: 400 14px / 20px Open Sans;
  --cb-sys-plain-font-style-2-regular-font: Open Sans;
  --cb-sys-plain-font-style-2-regular-line-height: 20px;
  --cb-sys-plain-font-style-2-regular-size: 14px;
  --cb-sys-plain-font-style-2-regular-letter-spacing: 0px;
  --cb-sys-plain-font-style-2-regular-weight: 400;
  --cb-sys-plain-font-style-2-semibold: 600 14px / 20px Open Sans;
  --cb-sys-plain-font-style-2-semibold-font: Open Sans;
  --cb-sys-plain-font-style-2-semibold-line-height: 20px;
  --cb-sys-plain-font-style-2-semibold-size: 14px;
  --cb-sys-plain-font-style-2-semibold-letter-spacing: 0px;
  --cb-sys-plain-font-style-2-semibold-weight: 600;
  --cb-sys-plain-font-style-2-bold: 700 14px / 20px Open Sans;
  --cb-sys-plain-font-style-2-bold-font: Open Sans;
  --cb-sys-plain-font-style-2-bold-line-height: 20px;
  --cb-sys-plain-font-style-2-bold-size: 14px;
  --cb-sys-plain-font-style-2-bold-letter-spacing: 0px;
  --cb-sys-plain-font-style-2-bold-weight: 700;
  --cb-sys-plain-font-style-3-regular: 400 16px / 24px Open Sans;
  --cb-sys-plain-font-style-3-regular-font: Open Sans;
  --cb-sys-plain-font-style-3-regular-line-height: 24px;
  --cb-sys-plain-font-style-3-regular-size: 16px;
  --cb-sys-plain-font-style-3-regular-letter-spacing: 0px;
  --cb-sys-plain-font-style-3-regular-weight: 400;
  --cb-sys-plain-font-style-3-semibold: 600 16px / 24px Open Sans;
  --cb-sys-plain-font-style-3-semibold-font: Open Sans;
  --cb-sys-plain-font-style-3-semibold-line-height: 24px;
  --cb-sys-plain-font-style-3-semibold-size: 16px;
  --cb-sys-plain-font-style-3-semibold-letter-spacing: 0px;
  --cb-sys-plain-font-style-3-semibold-weight: 600;
  --cb-sys-plain-font-style-3-bold: 700 16px / 24px Open Sans;
  --cb-sys-plain-font-style-3-bold-font: Open Sans;
  --cb-sys-plain-font-style-3-bold-line-height: 24px;
  --cb-sys-plain-font-style-3-bold-size: 16px;
  --cb-sys-plain-font-style-3-bold-letter-spacing: 0px;
  --cb-sys-plain-font-style-3-bold-weight: 700;
  --cb-sys-plain-font-style-4-regular: 400 18px / 26px Open Sans;
  --cb-sys-plain-font-style-4-regular-font: Open Sans;
  --cb-sys-plain-font-style-4-regular-line-height: 26px;
  --cb-sys-plain-font-style-4-regular-size: 18px;
  --cb-sys-plain-font-style-4-regular-letter-spacing: 0px;
  --cb-sys-plain-font-style-4-regular-weight: 400;
  --cb-sys-plain-font-style-4-semibold: 600 18px / 26px Open Sans;
  --cb-sys-plain-font-style-4-semibold-font: Open Sans;
  --cb-sys-plain-font-style-4-semibold-line-height: 26px;
  --cb-sys-plain-font-style-4-semibold-size: 18px;
  --cb-sys-plain-font-style-4-semibold-letter-spacing: 0px;
  --cb-sys-plain-font-style-4-semibold-weight: 600;
  --cb-sys-plain-font-style-4-bold: 700 18px / 26px Open Sans;
  --cb-sys-plain-font-style-4-bold-font: Open Sans;
  --cb-sys-plain-font-style-4-bold-line-height: 26px;
  --cb-sys-plain-font-style-4-bold-size: 18px;
  --cb-sys-plain-font-style-4-bold-letter-spacing: 0px;
  --cb-sys-plain-font-style-4-bold-weight: 700;
  --cb-sys-brand-font-style-1-extralight: 200 12px / 16px CIB Sans;
  --cb-sys-brand-font-style-1-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-1-extralight-line-height: 16px;
  --cb-sys-brand-font-style-1-extralight-size: 12px;
  --cb-sys-brand-font-style-1-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-1-extralight-weight: 200;
  --cb-sys-brand-font-style-1-regular: 400 12px / 16px CIB Sans;
  --cb-sys-brand-font-style-1-regular-font: CIB Sans;
  --cb-sys-brand-font-style-1-regular-line-height: 16px;
  --cb-sys-brand-font-style-1-regular-size: 12px;
  --cb-sys-brand-font-style-1-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-1-regular-weight: 400;
  --cb-sys-brand-font-style-1-bold: 700 12px / 16px CIB Sans;
  --cb-sys-brand-font-style-1-bold-font: CIB Sans;
  --cb-sys-brand-font-style-1-bold-line-height: 16px;
  --cb-sys-brand-font-style-1-bold-size: 12px;
  --cb-sys-brand-font-style-1-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-1-bold-weight: 700;
  --cb-sys-brand-font-style-2-extralight: 200 14px / 20px CIB Sans;
  --cb-sys-brand-font-style-2-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-2-extralight-line-height: 20px;
  --cb-sys-brand-font-style-2-extralight-size: 14px;
  --cb-sys-brand-font-style-2-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-2-extralight-weight: 200;
  --cb-sys-brand-font-style-2-regular: 400 14px / 20px CIB Sans;
  --cb-sys-brand-font-style-2-regular-font: CIB Sans;
  --cb-sys-brand-font-style-2-regular-line-height: 20px;
  --cb-sys-brand-font-style-2-regular-size: 14px;
  --cb-sys-brand-font-style-2-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-2-regular-weight: 400;
  --cb-sys-brand-font-style-2-bold: 700 14px / 20px CIB Sans;
  --cb-sys-brand-font-style-2-bold-font: CIB Sans;
  --cb-sys-brand-font-style-2-bold-line-height: 20px;
  --cb-sys-brand-font-style-2-bold-size: 14px;
  --cb-sys-brand-font-style-2-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-2-bold-weight: 700;
  --cb-sys-brand-font-style-3-extralight: 200 16px / 24px CIB Sans;
  --cb-sys-brand-font-style-3-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-3-extralight-line-height: 24px;
  --cb-sys-brand-font-style-3-extralight-size: 16px;
  --cb-sys-brand-font-style-3-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-3-extralight-weight: 200;
  --cb-sys-brand-font-style-3-regular: 400 16px / 24px CIB Sans;
  --cb-sys-brand-font-style-3-regular-font: CIB Sans;
  --cb-sys-brand-font-style-3-regular-line-height: 24px;
  --cb-sys-brand-font-style-3-regular-size: 16px;
  --cb-sys-brand-font-style-3-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-3-regular-weight: 400;
  --cb-sys-brand-font-style-3-bold: 700 16px / 24px CIB Sans;
  --cb-sys-brand-font-style-3-bold-font: CIB Sans;
  --cb-sys-brand-font-style-3-bold-line-height: 24px;
  --cb-sys-brand-font-style-3-bold-size: 16px;
  --cb-sys-brand-font-style-3-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-3-bold-weight: 700;
  --cb-sys-brand-font-style-4-extralight: 200 18px / 26px CIB Sans;
  --cb-sys-brand-font-style-4-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-4-extralight-line-height: 26px;
  --cb-sys-brand-font-style-4-extralight-size: 18px;
  --cb-sys-brand-font-style-4-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-4-extralight-weight: 200;
  --cb-sys-brand-font-style-4-regular: 400 18px / 26px CIB Sans;
  --cb-sys-brand-font-style-4-regular-font: CIB Sans;
  --cb-sys-brand-font-style-4-regular-line-height: 26px;
  --cb-sys-brand-font-style-4-regular-size: 18px;
  --cb-sys-brand-font-style-4-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-4-regular-weight: 400;
  --cb-sys-brand-font-style-4-bold: 700 18px / 26px CIB Sans;
  --cb-sys-brand-font-style-4-bold-font: CIB Sans;
  --cb-sys-brand-font-style-4-bold-line-height: 26px;
  --cb-sys-brand-font-style-4-bold-size: 18px;
  --cb-sys-brand-font-style-4-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-4-bold-weight: 700;
  --cb-sys-brand-font-style-5-extralight: 200 20px / 26px CIB Sans;
  --cb-sys-brand-font-style-5-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-5-extralight-line-height: 26px;
  --cb-sys-brand-font-style-5-extralight-size: 20px;
  --cb-sys-brand-font-style-5-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-5-extralight-weight: 200;
  --cb-sys-brand-font-style-5-regular: 400 20px / 26px CIB Sans;
  --cb-sys-brand-font-style-5-regular-font: CIB Sans;
  --cb-sys-brand-font-style-5-regular-line-height: 26px;
  --cb-sys-brand-font-style-5-regular-size: 20px;
  --cb-sys-brand-font-style-5-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-5-regular-weight: 400;
  --cb-sys-brand-font-style-5-bold: 700 20px / 26px CIB Sans;
  --cb-sys-brand-font-style-5-bold-font: CIB Sans;
  --cb-sys-brand-font-style-5-bold-line-height: 26px;
  --cb-sys-brand-font-style-5-bold-size: 20px;
  --cb-sys-brand-font-style-5-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-5-bold-weight: 700;
  --cb-sys-brand-font-style-6-extralight: 200 24px / 28px CIB Sans;
  --cb-sys-brand-font-style-6-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-6-extralight-line-height: 28px;
  --cb-sys-brand-font-style-6-extralight-size: 24px;
  --cb-sys-brand-font-style-6-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-6-extralight-weight: 200;
  --cb-sys-brand-font-style-6-regular: 400 24px / 28px CIB Sans;
  --cb-sys-brand-font-style-6-regular-font: CIB Sans;
  --cb-sys-brand-font-style-6-regular-line-height: 28px;
  --cb-sys-brand-font-style-6-regular-size: 24px;
  --cb-sys-brand-font-style-6-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-6-regular-weight: 400;
  --cb-sys-brand-font-style-6-bold: 700 24px / 28px CIB Sans;
  --cb-sys-brand-font-style-6-bold-font: CIB Sans;
  --cb-sys-brand-font-style-6-bold-line-height: 28px;
  --cb-sys-brand-font-style-6-bold-size: 24px;
  --cb-sys-brand-font-style-6-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-6-bold-weight: 700;
  --cb-sys-brand-font-style-7-extralight: 200 28px / 32px CIB Sans;
  --cb-sys-brand-font-style-7-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-7-extralight-line-height: 32px;
  --cb-sys-brand-font-style-7-extralight-size: 28px;
  --cb-sys-brand-font-style-7-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-7-extralight-weight: 200;
  --cb-sys-brand-font-style-7-regular: 400 28px / 32px CIB Sans;
  --cb-sys-brand-font-style-7-regular-font: CIB Sans;
  --cb-sys-brand-font-style-7-regular-line-height: 32px;
  --cb-sys-brand-font-style-7-regular-size: 28px;
  --cb-sys-brand-font-style-7-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-7-regular-weight: 400;
  --cb-sys-brand-font-style-7-bold: 700 28px / 32px CIB Sans;
  --cb-sys-brand-font-style-7-bold-font: CIB Sans;
  --cb-sys-brand-font-style-7-bold-line-height: 32px;
  --cb-sys-brand-font-style-7-bold-size: 28px;
  --cb-sys-brand-font-style-7-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-7-bold-weight: 700;
  --cb-sys-brand-font-style-8-extralight: 200 32px / 36px CIB Sans;
  --cb-sys-brand-font-style-8-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-8-extralight-line-height: 36px;
  --cb-sys-brand-font-style-8-extralight-size: 32px;
  --cb-sys-brand-font-style-8-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-8-extralight-weight: 200;
  --cb-sys-brand-font-style-8-regular: 400 32px / 36px CIB Sans;
  --cb-sys-brand-font-style-8-regular-font: CIB Sans;
  --cb-sys-brand-font-style-8-regular-line-height: 36px;
  --cb-sys-brand-font-style-8-regular-size: 32px;
  --cb-sys-brand-font-style-8-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-8-regular-weight: 400;
  --cb-sys-brand-font-style-8-bold: 700 32px / 36px CIB Sans;
  --cb-sys-brand-font-style-8-bold-font: CIB Sans;
  --cb-sys-brand-font-style-8-bold-line-height: 36px;
  --cb-sys-brand-font-style-8-bold-size: 32px;
  --cb-sys-brand-font-style-8-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-8-bold-weight: 700;
  --cb-sys-brand-font-style-9-extralight: 200 36px / 40px CIB Sans;
  --cb-sys-brand-font-style-9-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-9-extralight-line-height: 40px;
  --cb-sys-brand-font-style-9-extralight-size: 36px;
  --cb-sys-brand-font-style-9-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-9-extralight-weight: 200;
  --cb-sys-brand-font-style-9-regular: 400 36px / 40px CIB Sans;
  --cb-sys-brand-font-style-9-regular-font: CIB Sans;
  --cb-sys-brand-font-style-9-regular-line-height: 40px;
  --cb-sys-brand-font-style-9-regular-size: 36px;
  --cb-sys-brand-font-style-9-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-9-regular-weight: 400;
  --cb-sys-brand-font-style-9-bold: 700 36px / 40px CIB Sans;
  --cb-sys-brand-font-style-9-bold-font: CIB Sans;
  --cb-sys-brand-font-style-9-bold-line-height: 40px;
  --cb-sys-brand-font-style-9-bold-size: 36px;
  --cb-sys-brand-font-style-9-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-9-bold-weight: 700;
  --cb-sys-brand-font-style-10-extralight: 200 42px / 46px CIB Sans;
  --cb-sys-brand-font-style-10-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-10-extralight-line-height: 46px;
  --cb-sys-brand-font-style-10-extralight-size: 42px;
  --cb-sys-brand-font-style-10-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-10-extralight-weight: 200;
  --cb-sys-brand-font-style-10-regular: 400 42px / 46px CIB Sans;
  --cb-sys-brand-font-style-10-regular-font: CIB Sans;
  --cb-sys-brand-font-style-10-regular-line-height: 46px;
  --cb-sys-brand-font-style-10-regular-size: 42px;
  --cb-sys-brand-font-style-10-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-10-regular-weight: 400;
  --cb-sys-brand-font-style-10-bold: 700 42px / 46px CIB Sans;
  --cb-sys-brand-font-style-10-bold-font: CIB Sans;
  --cb-sys-brand-font-style-10-bold-line-height: 46px;
  --cb-sys-brand-font-style-10-bold-size: 42px;
  --cb-sys-brand-font-style-10-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-10-bold-weight: 700;
  --cb-sys-brand-font-style-11-extralight: 200 48px / 52px CIB Sans;
  --cb-sys-brand-font-style-11-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-11-extralight-line-height: 52px;
  --cb-sys-brand-font-style-11-extralight-size: 48px;
  --cb-sys-brand-font-style-11-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-11-extralight-weight: 200;
  --cb-sys-brand-font-style-11-regular: 400 48px / 52px CIB Sans;
  --cb-sys-brand-font-style-11-regular-font: CIB Sans;
  --cb-sys-brand-font-style-11-regular-line-height: 52px;
  --cb-sys-brand-font-style-11-regular-size: 48px;
  --cb-sys-brand-font-style-11-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-11-regular-weight: 400;
  --cb-sys-brand-font-style-11-bold: 700 48px / 52px CIB Sans;
  --cb-sys-brand-font-style-11-bold-font: CIB Sans;
  --cb-sys-brand-font-style-11-bold-line-height: 52px;
  --cb-sys-brand-font-style-11-bold-size: 48px;
  --cb-sys-brand-font-style-11-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-11-bold-weight: 700;
  --cb-sys-brand-font-style-12-extralight: 200 54px / 58px CIB Sans;
  --cb-sys-brand-font-style-12-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-12-extralight-line-height: 58px;
  --cb-sys-brand-font-style-12-extralight-size: 54px;
  --cb-sys-brand-font-style-12-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-12-extralight-weight: 200;
  --cb-sys-brand-font-style-12-regular: 400 54px / 58px CIB Sans;
  --cb-sys-brand-font-style-12-regular-font: CIB Sans;
  --cb-sys-brand-font-style-12-regular-line-height: 58px;
  --cb-sys-brand-font-style-12-regular-size: 54px;
  --cb-sys-brand-font-style-12-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-12-regular-weight: 400;
  --cb-sys-brand-font-style-12-bold: 700 54px / 58px CIB Sans;
  --cb-sys-brand-font-style-12-bold-font: CIB Sans;
  --cb-sys-brand-font-style-12-bold-line-height: 58px;
  --cb-sys-brand-font-style-12-bold-size: 54px;
  --cb-sys-brand-font-style-12-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-12-bold-weight: 700;
  --cb-sys-brand-font-style-13-extralight: 200 60px / 64px CIB Sans;
  --cb-sys-brand-font-style-13-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-13-extralight-line-height: 64px;
  --cb-sys-brand-font-style-13-extralight-size: 60px;
  --cb-sys-brand-font-style-13-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-13-extralight-weight: 200;
  --cb-sys-brand-font-style-13-regular: 400 60px / 64px CIB Sans;
  --cb-sys-brand-font-style-13-regular-font: CIB Sans;
  --cb-sys-brand-font-style-13-regular-line-height: 64px;
  --cb-sys-brand-font-style-13-regular-size: 60px;
  --cb-sys-brand-font-style-13-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-13-regular-weight: 400;
  --cb-sys-brand-font-style-13-bold: 700 60px / 64px CIB Sans;
  --cb-sys-brand-font-style-13-bold-font: CIB Sans;
  --cb-sys-brand-font-style-13-bold-line-height: 64px;
  --cb-sys-brand-font-style-13-bold-size: 60px;
  --cb-sys-brand-font-style-13-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-13-bold-weight: 700;
  --cb-sys-brand-font-style-14-extralight: 200 68px / 72px CIB Sans;
  --cb-sys-brand-font-style-14-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-14-extralight-line-height: 72px;
  --cb-sys-brand-font-style-14-extralight-size: 68px;
  --cb-sys-brand-font-style-14-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-14-extralight-weight: 200;
  --cb-sys-brand-font-style-14-regular: 400 68px / 72px CIB Sans;
  --cb-sys-brand-font-style-14-regular-font: CIB Sans;
  --cb-sys-brand-font-style-14-regular-line-height: 72px;
  --cb-sys-brand-font-style-14-regular-size: 68px;
  --cb-sys-brand-font-style-14-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-14-regular-weight: 400;
  --cb-sys-brand-font-style-14-bold: 700 68px / 72px CIB Sans;
  --cb-sys-brand-font-style-14-bold-font: CIB Sans;
  --cb-sys-brand-font-style-14-bold-line-height: 72px;
  --cb-sys-brand-font-style-14-bold-size: 68px;
  --cb-sys-brand-font-style-14-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-14-bold-weight: 700;
  --cb-sys-brand-font-style-15-extralight: 200 76px / 80px CIB Sans;
  --cb-sys-brand-font-style-15-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-15-extralight-line-height: 80px;
  --cb-sys-brand-font-style-15-extralight-size: 76px;
  --cb-sys-brand-font-style-15-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-15-extralight-weight: 200;
  --cb-sys-brand-font-style-15-regular: 400 76px / 80px CIB Sans;
  --cb-sys-brand-font-style-15-regular-font: CIB Sans;
  --cb-sys-brand-font-style-15-regular-line-height: 80px;
  --cb-sys-brand-font-style-15-regular-size: 76px;
  --cb-sys-brand-font-style-15-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-15-regular-weight: 400;
  --cb-sys-brand-font-style-15-bold: 700 76px / 80px CIB Sans;
  --cb-sys-brand-font-style-15-bold-font: CIB Sans;
  --cb-sys-brand-font-style-15-bold-line-height: 80px;
  --cb-sys-brand-font-style-15-bold-size: 76px;
  --cb-sys-brand-font-style-15-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-15-bold-weight: 700;
  --cb-sys-brand-font-style-16-extralight: 200 84px / 92px CIB Sans;
  --cb-sys-brand-font-style-16-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-16-extralight-line-height: 92px;
  --cb-sys-brand-font-style-16-extralight-size: 84px;
  --cb-sys-brand-font-style-16-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-16-extralight-weight: 200;
  --cb-sys-brand-font-style-16-regular: 400 84px / 92px CIB Sans;
  --cb-sys-brand-font-style-16-regular-font: CIB Sans;
  --cb-sys-brand-font-style-16-regular-line-height: 92px;
  --cb-sys-brand-font-style-16-regular-size: 84px;
  --cb-sys-brand-font-style-16-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-16-regular-weight: 400;
  --cb-sys-brand-font-style-16-bold: 700 84px / 92px CIB Sans;
  --cb-sys-brand-font-style-16-bold-font: CIB Sans;
  --cb-sys-brand-font-style-16-bold-line-height: 92px;
  --cb-sys-brand-font-style-16-bold-size: 84px;
  --cb-sys-brand-font-style-16-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-16-bold-weight: 700;
  --cb-sys-brand-font-style-17-extralight: 200 92px / 96px CIB Sans;
  --cb-sys-brand-font-style-17-extralight-font: CIB Sans;
  --cb-sys-brand-font-style-17-extralight-line-height: 96px;
  --cb-sys-brand-font-style-17-extralight-size: 92px;
  --cb-sys-brand-font-style-17-extralight-letter-spacing: 0px;
  --cb-sys-brand-font-style-17-extralight-weight: 200;
  --cb-sys-brand-font-style-17-regular: 400 92px / 96px CIB Sans;
  --cb-sys-brand-font-style-17-regular-font: CIB Sans;
  --cb-sys-brand-font-style-17-regular-line-height: 96px;
  --cb-sys-brand-font-style-17-regular-size: 92px;
  --cb-sys-brand-font-style-17-regular-letter-spacing: 0px;
  --cb-sys-brand-font-style-17-regular-weight: 400;
  --cb-sys-brand-font-style-17-bold: 700 92px / 96px CIB Sans;
  --cb-sys-brand-font-style-17-bold-font: CIB Sans;
  --cb-sys-brand-font-style-17-bold-line-height: 96px;
  --cb-sys-brand-font-style-17-bold-size: 92px;
  --cb-sys-brand-font-style-17-bold-letter-spacing: 0px;
  --cb-sys-brand-font-style-17-bold-weight: 700;
  --cb-sys-font-size-12: 12px;
  --cb-sys-font-size-14: 14px;
  --cb-sys-font-size-16: 16px;
  --cb-sys-font-size-18: 18px;
  --cb-sys-font-size-20: 20px;
  --cb-sys-font-size-24: 24px;
  --cb-sys-font-size-28: 28px;
  --cb-sys-font-size-32: 32px;
  --cb-sys-font-size-36: 36px;
  --cb-sys-font-size-42: 42px;
  --cb-sys-font-size-48: 48px;
  --cb-sys-font-size-54: 54px;
  --cb-sys-font-size-60: 60px;
  --cb-sys-font-size-68: 68px;
  --cb-sys-font-size-76: 76px;
  --cb-sys-font-size-84: 84px;
  --cb-sys-font-size-92: 92px;
  --cb-sys-font-line-height-16: 16px;
  --cb-sys-font-line-height-20: 20px;
  --cb-sys-font-line-height-24: 24px;
  --cb-sys-font-line-height-26: 26px;
  --cb-sys-font-line-height-28: 28px;
  --cb-sys-font-line-height-32: 32px;
  --cb-sys-font-line-height-36: 36px;
  --cb-sys-font-line-height-40: 40px;
  --cb-sys-font-line-height-46: 46px;
  --cb-sys-font-line-height-52: 52px;
  --cb-sys-font-line-height-58: 58px;
  --cb-sys-font-line-height-64: 64px;
  --cb-sys-font-line-height-72: 72px;
  --cb-sys-font-line-height-80: 80px;
  --cb-sys-font-line-height-92: 92px;
  --cb-sys-font-line-height-96: 96px;
  --cb-sys-border-radius-0: 0;
  --cb-sys-border-radius-4: 4px;
  --cb-sys-border-radius-8: 8px;
  --cb-sys-border-radius-16: 16px;
  --cb-sys-border-radius-24: 24px;
  --cb-sys-border-radius-32: 32px;
  --cb-sys-border-radius-48: 48px;
  --cb-sys-border-radius-64: 64px;
  --cb-sys-border-radius-100: 100px;
  --cb-sys-border-radius-full: 9999px;
  --cb-sys-space-2: 2px;
  --cb-sys-space-4: 4px;
  --cb-sys-space-8: 8px;
  --cb-sys-space-12: 12px;
  --cb-sys-space-16: 16px;
  --cb-sys-space-24: 24px;
  --cb-sys-space-32: 32px;
  --cb-sys-space-40: 40px;
  --cb-sys-space-48: 48px;
  --cb-sys-space-56: 56px;
  --cb-sys-space-64: 64px;
  --cb-sys-space-72: 72px;
  --cb-sys-space-80: 80px;
  --cb-sys-space-88: 88px;
  --cb-sys-space-96: 96px;
  --cb-sys-space-104: 104px;
  --cb-sys-space-112: 112px;
  --cb-sys-space-120: 120px;
  --cb-sys-space-128: 128px;
  --cb-sys-size-16: 16px;
  --cb-sys-size-20: 20px;
  --cb-sys-size-24: 24px;
  --cb-sys-size-32: 32px;
  --cb-sys-size-48: 48px;
  --cb-sys-size-64: 64px;
  --cb-sys-breakpoint-xs: 0;
  --cb-sys-breakpoint-xs-up: (min-width: 0);
  --cb-sys-breakpoint-xs-down: (max-width: -0.04px);
  --cb-sys-breakpoint-xs-only: (min-width: 0) and (max-width: 575.96px);
  --cb-sys-breakpoint-sm: 576px;
  --cb-sys-breakpoint-sm-up: (min-width: 576px);
  --cb-sys-breakpoint-sm-down: (max-width: 575.96px);
  --cb-sys-breakpoint-sm-only: (min-width: 576px) and (max-width: 767.96px);
  --cb-sys-breakpoint-md: 768px;
  --cb-sys-breakpoint-md-up: (min-width: 768px);
  --cb-sys-breakpoint-md-down: (max-width: 767.96px);
  --cb-sys-breakpoint-md-only: (min-width: 768px) and (max-width: 991.96px);
  --cb-sys-breakpoint-lg: 992px;
  --cb-sys-breakpoint-lg-up: (min-width: 992px);
  --cb-sys-breakpoint-lg-down: (max-width: 991.96px);
  --cb-sys-breakpoint-lg-only: (min-width: 992px) and (max-width: 1199.96px);
  --cb-sys-breakpoint-xl: 1200px;
  --cb-sys-breakpoint-xl-up: (min-width: 1200px);
  --cb-sys-breakpoint-xl-down: (max-width: 1199.96px);
  --cb-sys-breakpoint-xl-only: (min-width: 1200px) and (max-width: 1365.96px);
  --cb-sys-breakpoint-xxl: 1366px;
  --cb-sys-breakpoint-xxl-up: (min-width: 1366px);
}
html .cb-bg-primary-01 {
  background-color: var(--cb-sys-background-primary-01);
}
html .cb-bg-primary-02 {
  background-color: var(--cb-sys-background-primary-02);
}
html .cb-bg-primary-03 {
  background-color: var(--cb-sys-background-primary-03);
}
html .cb-bg-secondary-01 {
  background-color: var(--cb-sys-background-secondary-01);
}
html .cb-bg-secondary-02 {
  background-color: var(--cb-sys-background-secondary-02);
}
html .cb-bg-secondary-03 {
  background-color: var(--cb-sys-background-secondary-03);
}
html .cb-bg-inverse-1 {
  background-color: var(--cb-sys-background-inverse-1);
}
html .cb-bg-inverse-2 {
  background-color: var(--cb-sys-background-inverse-2);
}
html .cb-bg-fixed-dark-1 {
  background-color: var(--cb-sys-background-fixed-dark-1);
}
html .cb-bg-fixed-light-1 {
  background-color: var(--cb-sys-background-fixed-light-1);
}
html .cb-bg-dark-1 {
  background-color: var(--cb-sys-background-dark-1);
}
html .cb-bg-dark-2 {
  background-color: var(--cb-sys-background-dark-2);
}
html .cb-bg-dark-3 {
  background-color: var(--cb-sys-background-dark-3);
}
html .cb-bg-success-1 {
  background-color: var(--cb-sys-status-success-1);
}
html .cb-bg-success-2 {
  background-color: var(--cb-sys-status-success-2);
}
html .cb-bg-success-3 {
  background-color: var(--cb-sys-status-success-3);
}
html .cb-bg-success-fill {
  background-color: var(--cb-sys-status-success-fill);
}
html .cb-bg-error-1 {
  background-color: var(--cb-sys-status-error-1);
}
html .cb-bg-error-2 {
  background-color: var(--cb-sys-status-error-2);
}
html .cb-bg-error-3 {
  background-color: var(--cb-sys-status-error-3);
}
html .cb-bg-error-fill {
  background-color: var(--cb-sys-status-error-fill);
}
html .cb-bg-alert-1 {
  background-color: var(--cb-sys-status-alert-1);
}
html .cb-bg-alert-2 {
  background-color: var(--cb-sys-status-alert-2);
}
html .cb-bg-alert-3 {
  background-color: var(--cb-sys-status-alert-3);
}
html .cb-bg-alert-fill {
  background-color: var(--cb-sys-status-alert-fill);
}
html .cb-bg-info-1 {
  background-color: var(--cb-sys-status-info-1);
}
html .cb-bg-info-2 {
  background-color: var(--cb-sys-status-info-2);
}
html .cb-bg-info-3 {
  background-color: var(--cb-sys-status-info-3);
}
html .cb-bg-info-fill {
  background-color: var(--cb-sys-status-info-fill);
}
html .cb-bg-neutral-1 {
  background-color: var(--cb-sys-status-neutral-1);
}
html .cb-bg-neutral-2 {
  background-color: var(--cb-sys-status-neutral-2);
}
html .cb-bg-neutral-3 {
  background-color: var(--cb-sys-status-neutral-3);
}
html .cb-bg-neutral-fill {
  background-color: var(--cb-sys-status-neutral-fill);
}
html .cb-bg-black-fill {
  background-color: var(--cb-sys-status-black-fill);
}
html .cb-bg-black-1 {
  background-color: var(--cb-sys-status-black-1);
}
html .cb-bg-black-2 {
  background-color: var(--cb-sys-status-black-2);
}
html .cb-bg-black-3 {
  background-color: var(--cb-sys-status-black-3);
}
html .cb-bg-white-fill {
  background-color: var(--cb-sys-status-white-fill);
}
html .cb-bg-white-1 {
  background-color: var(--cb-sys-status-white-1);
}
html .cb-bg-white-2 {
  background-color: var(--cb-sys-status-white-2);
}
html .cb-bg-white-3 {
  background-color: var(--cb-sys-status-white-3);
}
html .cb-bg-color-a-fill {
  background-color: var(--cb-sys-status-color-a-fill);
}
html .cb-bg-color-a-1 {
  background-color: var(--cb-sys-status-color-a-1);
}
html .cb-bg-color-a-2 {
  background-color: var(--cb-sys-status-color-a-2);
}
html .cb-bg-color-a-3 {
  background-color: var(--cb-sys-status-color-a-3);
}
html .cb-bg-color-b-fill {
  background-color: var(--cb-sys-status-color-b-fill);
}
html .cb-bg-color-b-1 {
  background-color: var(--cb-sys-status-color-b-1);
}
html .cb-bg-color-b-2 {
  background-color: var(--cb-sys-status-color-b-2);
}
html .cb-bg-color-b-3 {
  background-color: var(--cb-sys-status-color-b-3);
}
html .cb-text-default {
  color: var(--cb-sys-text-default);
}
html .cb-text-inverse {
  color: var(--cb-sys-text-inverse);
}
html .cb-text-error {
  color: var(--cb-sys-text-error);
}
html .cb-text-success {
  color: var(--cb-sys-text-success);
}
html .cb-text-fixed-01 {
  color: var(--cb-sys-text-fixed-01);
}
html .cb-text-fixed-02 {
  color: var(--cb-sys-text-fixed-02);
}
html .cb-text-fixed-brand {
  color: var(--cb-sys-text-fixed-brand);
}
html .cb-text-disable {
  color: var(--cb-sys-text-disable);
}
html .cb-text-success-1 {
  color: var(--cb-sys-status-success-1);
}
html .cb-text-success-2 {
  color: var(--cb-sys-status-success-2);
}
html .cb-text-success-3 {
  color: var(--cb-sys-status-success-3);
}
html .cb-text-success-fill {
  color: var(--cb-sys-status-success-fill);
}
html .cb-text-error-1 {
  color: var(--cb-sys-status-error-1);
}
html .cb-text-error-2 {
  color: var(--cb-sys-status-error-2);
}
html .cb-text-error-3 {
  color: var(--cb-sys-status-error-3);
}
html .cb-text-error-fill {
  color: var(--cb-sys-status-error-fill);
}
html .cb-text-alert-1 {
  color: var(--cb-sys-status-alert-1);
}
html .cb-text-alert-2 {
  color: var(--cb-sys-status-alert-2);
}
html .cb-text-alert-3 {
  color: var(--cb-sys-status-alert-3);
}
html .cb-text-alert-fill {
  color: var(--cb-sys-status-alert-fill);
}
html .cb-text-info-1 {
  color: var(--cb-sys-status-info-1);
}
html .cb-text-info-2 {
  color: var(--cb-sys-status-info-2);
}
html .cb-text-info-3 {
  color: var(--cb-sys-status-info-3);
}
html .cb-text-info-fill {
  color: var(--cb-sys-status-info-fill);
}
html .cb-text-neutral-1 {
  color: var(--cb-sys-status-neutral-1);
}
html .cb-text-neutral-2 {
  color: var(--cb-sys-status-neutral-2);
}
html .cb-text-neutral-3 {
  color: var(--cb-sys-status-neutral-3);
}
html .cb-text-neutral-fill {
  color: var(--cb-sys-status-neutral-fill);
}
html .cb-text-black-fill {
  color: var(--cb-sys-status-black-fill);
}
html .cb-text-black-1 {
  color: var(--cb-sys-status-black-1);
}
html .cb-text-black-2 {
  color: var(--cb-sys-status-black-2);
}
html .cb-text-black-3 {
  color: var(--cb-sys-status-black-3);
}
html .cb-text-white-fill {
  color: var(--cb-sys-status-white-fill);
}
html .cb-text-white-1 {
  color: var(--cb-sys-status-white-1);
}
html .cb-text-white-2 {
  color: var(--cb-sys-status-white-2);
}
html .cb-text-white-3 {
  color: var(--cb-sys-status-white-3);
}
html .cb-text-color-a-fill {
  color: var(--cb-sys-status-color-a-fill);
}
html .cb-text-color-a-1 {
  color: var(--cb-sys-status-color-a-1);
}
html .cb-text-color-a-2 {
  color: var(--cb-sys-status-color-a-2);
}
html .cb-text-color-a-3 {
  color: var(--cb-sys-status-color-a-3);
}
html .cb-text-color-b-fill {
  color: var(--cb-sys-status-color-b-fill);
}
html .cb-text-color-b-1 {
  color: var(--cb-sys-status-color-b-1);
}
html .cb-text-color-b-2 {
  color: var(--cb-sys-status-color-b-2);
}
html .cb-text-color-b-3 {
  color: var(--cb-sys-status-color-b-3);
}
html .cb-plain-font-style-1-regular {
  font: var(--cb-sys-plain-font-style-1-regular);
}
html .cb-plain-font-style-1-semibold {
  font: var(--cb-sys-plain-font-style-1-semibold);
}
html .cb-plain-font-style-1-bold {
  font: var(--cb-sys-plain-font-style-1-bold);
}
html .cb-plain-font-style-2-regular {
  font: var(--cb-sys-plain-font-style-2-regular);
}
html .cb-plain-font-style-2-semibold {
  font: var(--cb-sys-plain-font-style-2-semibold);
}
html .cb-plain-font-style-2-bold {
  font: var(--cb-sys-plain-font-style-2-bold);
}
html .cb-plain-font-style-3-regular {
  font: var(--cb-sys-plain-font-style-3-regular);
}
html .cb-plain-font-style-3-semibold {
  font: var(--cb-sys-plain-font-style-3-semibold);
}
html .cb-plain-font-style-3-bold {
  font: var(--cb-sys-plain-font-style-3-bold);
}
html .cb-plain-font-style-4-regular {
  font: var(--cb-sys-plain-font-style-4-regular);
}
html .cb-plain-font-style-4-semibold {
  font: var(--cb-sys-plain-font-style-4-semibold);
}
html .cb-plain-font-style-4-bold {
  font: var(--cb-sys-plain-font-style-4-bold);
}
html .cb-brand-font-style-1-extralight {
  font: var(--cb-sys-brand-font-style-1-extralight);
}
html .cb-brand-font-style-1-regular {
  font: var(--cb-sys-brand-font-style-1-regular);
}
html .cb-brand-font-style-1-bold {
  font: var(--cb-sys-brand-font-style-1-bold);
}
html .cb-brand-font-style-2-extralight {
  font: var(--cb-sys-brand-font-style-2-extralight);
}
html .cb-brand-font-style-2-regular {
  font: var(--cb-sys-brand-font-style-2-regular);
}
html .cb-brand-font-style-2-bold {
  font: var(--cb-sys-brand-font-style-2-bold);
}
html .cb-brand-font-style-3-extralight {
  font: var(--cb-sys-brand-font-style-3-extralight);
}
html .cb-brand-font-style-3-regular {
  font: var(--cb-sys-brand-font-style-3-regular);
}
html .cb-brand-font-style-3-bold {
  font: var(--cb-sys-brand-font-style-3-bold);
}
html .cb-brand-font-style-4-extralight {
  font: var(--cb-sys-brand-font-style-4-extralight);
}
html .cb-brand-font-style-4-regular {
  font: var(--cb-sys-brand-font-style-4-regular);
}
html .cb-brand-font-style-4-bold {
  font: var(--cb-sys-brand-font-style-4-bold);
}
html .cb-brand-font-style-5-extralight {
  font: var(--cb-sys-brand-font-style-5-extralight);
}
html .cb-brand-font-style-5-regular {
  font: var(--cb-sys-brand-font-style-5-regular);
}
html .cb-brand-font-style-5-bold {
  font: var(--cb-sys-brand-font-style-5-bold);
}
html .cb-brand-font-style-6-extralight {
  font: var(--cb-sys-brand-font-style-6-extralight);
}
html .cb-brand-font-style-6-regular {
  font: var(--cb-sys-brand-font-style-6-regular);
}
html .cb-brand-font-style-6-bold {
  font: var(--cb-sys-brand-font-style-6-bold);
}
html .cb-brand-font-style-7-extralight {
  font: var(--cb-sys-brand-font-style-7-extralight);
}
html .cb-brand-font-style-7-regular {
  font: var(--cb-sys-brand-font-style-7-regular);
}
html .cb-brand-font-style-7-bold {
  font: var(--cb-sys-brand-font-style-7-bold);
}
html .cb-brand-font-style-8-extralight {
  font: var(--cb-sys-brand-font-style-8-extralight);
}
html .cb-brand-font-style-8-regular {
  font: var(--cb-sys-brand-font-style-8-regular);
}
html .cb-brand-font-style-8-bold {
  font: var(--cb-sys-brand-font-style-8-bold);
}
html .cb-brand-font-style-9-extralight {
  font: var(--cb-sys-brand-font-style-9-extralight);
}
html .cb-brand-font-style-9-regular {
  font: var(--cb-sys-brand-font-style-9-regular);
}
html .cb-brand-font-style-9-bold {
  font: var(--cb-sys-brand-font-style-9-bold);
}
html .cb-brand-font-style-10-extralight {
  font: var(--cb-sys-brand-font-style-10-extralight);
}
html .cb-brand-font-style-10-regular {
  font: var(--cb-sys-brand-font-style-10-regular);
}
html .cb-brand-font-style-10-bold {
  font: var(--cb-sys-brand-font-style-10-bold);
}
html .cb-brand-font-style-11-extralight {
  font: var(--cb-sys-brand-font-style-11-extralight);
}
html .cb-brand-font-style-11-regular {
  font: var(--cb-sys-brand-font-style-11-regular);
}
html .cb-brand-font-style-11-bold {
  font: var(--cb-sys-brand-font-style-11-bold);
}
html .cb-brand-font-style-12-extralight {
  font: var(--cb-sys-brand-font-style-12-extralight);
}
html .cb-brand-font-style-12-regular {
  font: var(--cb-sys-brand-font-style-12-regular);
}
html .cb-brand-font-style-12-bold {
  font: var(--cb-sys-brand-font-style-12-bold);
}
html .cb-brand-font-style-13-extralight {
  font: var(--cb-sys-brand-font-style-13-extralight);
}
html .cb-brand-font-style-13-regular {
  font: var(--cb-sys-brand-font-style-13-regular);
}
html .cb-brand-font-style-13-bold {
  font: var(--cb-sys-brand-font-style-13-bold);
}
html .cb-brand-font-style-14-extralight {
  font: var(--cb-sys-brand-font-style-14-extralight);
}
html .cb-brand-font-style-14-regular {
  font: var(--cb-sys-brand-font-style-14-regular);
}
html .cb-brand-font-style-14-bold {
  font: var(--cb-sys-brand-font-style-14-bold);
}
html .cb-brand-font-style-15-extralight {
  font: var(--cb-sys-brand-font-style-15-extralight);
}
html .cb-brand-font-style-15-regular {
  font: var(--cb-sys-brand-font-style-15-regular);
}
html .cb-brand-font-style-15-bold {
  font: var(--cb-sys-brand-font-style-15-bold);
}
html .cb-brand-font-style-16-extralight {
  font: var(--cb-sys-brand-font-style-16-extralight);
}
html .cb-brand-font-style-16-regular {
  font: var(--cb-sys-brand-font-style-16-regular);
}
html .cb-brand-font-style-16-bold {
  font: var(--cb-sys-brand-font-style-16-bold);
}
html .cb-brand-font-style-17-extralight {
  font: var(--cb-sys-brand-font-style-17-extralight);
}
html .cb-brand-font-style-17-regular {
  font: var(--cb-sys-brand-font-style-17-regular);
}
html .cb-brand-font-style-17-bold {
  font: var(--cb-sys-brand-font-style-17-bold);
}
html .cb-shadow-0 {
  box-shadow: var(--cb-sys-level0);
}
html .cb-shadow-1 {
  box-shadow: var(--cb-sys-level1);
}
html .cb-shadow-2 {
  box-shadow: var(--cb-sys-level2);
}
html .cb-shadow-3 {
  box-shadow: var(--cb-sys-level3);
}
html .cb-shadow-4 {
  box-shadow: var(--cb-sys-level4);
}
html .cb-shadow-5 {
  box-shadow: var(--cb-sys-level5);
}
html .cb-shadow-6 {
  box-shadow: var(--cb-sys-level6);
}
html .cb-grid-container {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media (min-width: 576px) {
  html .cb-grid-container {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  html .cb-grid-container {
    gap: 16px;
  }
}
html .cb-grid-container {
  max-width: var(--cb-grid-max-width, none);
  margin-inline: auto;
}
@media (min-width: 576px) {
  html .cb-grid-container {
    --cb-grid-max-width: 544px;
  }
}
@media (min-width: 768px) {
  html .cb-grid-container {
    --cb-grid-max-width: 716px;
  }
}
@media (min-width: 992px) {
  html .cb-grid-container {
    --cb-grid-max-width: 956px;
  }
}
@media (min-width: 1200px) {
  html .cb-grid-container {
    --cb-grid-max-width: 1136px;
  }
}
@media (min-width: 1366px) {
  html .cb-grid-container {
    --cb-grid-max-width: 1316px;
  }
}
html .cb-grid-container--fluid {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media (min-width: 576px) {
  html .cb-grid-container--fluid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  html .cb-grid-container--fluid {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  html .cb-grid-container--gutter-24 {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  html .cb-grid-container.cb-grid-container--gutter-24 {
    --cb-grid-max-width: 720px;
  }
}
@media (min-width: 992px) {
  html .cb-grid-container.cb-grid-container--gutter-24 {
    --cb-grid-max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html .cb-grid-container.cb-grid-container--gutter-24 {
    --cb-grid-max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  html .cb-grid-container.cb-grid-container--gutter-24 {
    --cb-grid-max-width: 1320px;
  }
}
@media (min-width: 768px) {
  html .cb-grid-container--gutter-32 {
    gap: 32px;
  }
}
@media (min-width: 768px) {
  html .cb-grid-container.cb-grid-container--gutter-32 {
    --cb-grid-max-width: 724px;
  }
}
@media (min-width: 992px) {
  html .cb-grid-container.cb-grid-container--gutter-32 {
    --cb-grid-max-width: 964px;
  }
}
@media (min-width: 1200px) {
  html .cb-grid-container.cb-grid-container--gutter-32 {
    --cb-grid-max-width: 1144px;
  }
}
@media (min-width: 1366px) {
  html .cb-grid-container.cb-grid-container--gutter-32 {
    --cb-grid-max-width: 1324px;
  }
}
html .cb-col-span-1 {
  grid-column-end: span 1;
}
html .cb-col-span-2 {
  grid-column-end: span 2;
}
html .cb-col-span-3 {
  grid-column-end: span 3;
}
html .cb-col-span-4 {
  grid-column-end: span 4;
}
html .cb-col-span-5 {
  grid-column-end: span 5;
}
html .cb-col-span-6 {
  grid-column-end: span 6;
}
html .cb-col-span-7 {
  grid-column-end: span 7;
}
html .cb-col-span-8 {
  grid-column-end: span 8;
}
html .cb-col-span-9 {
  grid-column-end: span 9;
}
html .cb-col-span-10 {
  grid-column-end: span 10;
}
html .cb-col-span-11 {
  grid-column-end: span 11;
}
html .cb-col-span-12 {
  grid-column-end: span 12;
}
html .cb-col-offset-0 {
  grid-column-start: 1;
}
html .cb-col-offset-1 {
  grid-column-start: 2;
}
html .cb-col-offset-2 {
  grid-column-start: 3;
}
html .cb-col-offset-3 {
  grid-column-start: 4;
}
html .cb-col-offset-4 {
  grid-column-start: 5;
}
html .cb-col-offset-5 {
  grid-column-start: 6;
}
html .cb-col-offset-6 {
  grid-column-start: 7;
}
html .cb-col-offset-7 {
  grid-column-start: 8;
}
html .cb-col-offset-8 {
  grid-column-start: 9;
}
html .cb-col-offset-9 {
  grid-column-start: 10;
}
html .cb-col-offset-10 {
  grid-column-start: 11;
}
html .cb-col-offset-11 {
  grid-column-start: 12;
}
html .cb-col-xs-span-1 {
  grid-column-end: span 1;
}
html .cb-col-xs-span-2 {
  grid-column-end: span 2;
}
html .cb-col-xs-span-3 {
  grid-column-end: span 3;
}
html .cb-col-xs-span-4 {
  grid-column-end: span 4;
}
html .cb-col-xs-span-5 {
  grid-column-end: span 5;
}
html .cb-col-xs-span-6 {
  grid-column-end: span 6;
}
html .cb-col-xs-offset-0 {
  grid-column-start: 1;
}
html .cb-col-xs-offset-1 {
  grid-column-start: 2;
}
html .cb-col-xs-offset-2 {
  grid-column-start: 3;
}
html .cb-col-xs-offset-3 {
  grid-column-start: 4;
}
html .cb-col-xs-offset-4 {
  grid-column-start: 5;
}
html .cb-col-xs-offset-5 {
  grid-column-start: 6;
}
@media (min-width: 576px) {
  html .cb-col-sm-span-1 {
    grid-column-end: span 1;
  }
  html .cb-col-sm-span-2 {
    grid-column-end: span 2;
  }
  html .cb-col-sm-span-3 {
    grid-column-end: span 3;
  }
  html .cb-col-sm-span-4 {
    grid-column-end: span 4;
  }
  html .cb-col-sm-span-5 {
    grid-column-end: span 5;
  }
  html .cb-col-sm-span-6 {
    grid-column-end: span 6;
  }
  html .cb-col-sm-span-7 {
    grid-column-end: span 7;
  }
  html .cb-col-sm-span-8 {
    grid-column-end: span 8;
  }
  html .cb-col-sm-span-9 {
    grid-column-end: span 9;
  }
  html .cb-col-sm-span-10 {
    grid-column-end: span 10;
  }
  html .cb-col-sm-span-11 {
    grid-column-end: span 11;
  }
  html .cb-col-sm-span-12 {
    grid-column-end: span 12;
  }
  html .cb-col-sm-offset-0 {
    grid-column-start: 1;
  }
  html .cb-col-sm-offset-1 {
    grid-column-start: 2;
  }
  html .cb-col-sm-offset-2 {
    grid-column-start: 3;
  }
  html .cb-col-sm-offset-3 {
    grid-column-start: 4;
  }
  html .cb-col-sm-offset-4 {
    grid-column-start: 5;
  }
  html .cb-col-sm-offset-5 {
    grid-column-start: 6;
  }
  html .cb-col-sm-offset-6 {
    grid-column-start: 7;
  }
  html .cb-col-sm-offset-7 {
    grid-column-start: 8;
  }
  html .cb-col-sm-offset-8 {
    grid-column-start: 9;
  }
  html .cb-col-sm-offset-9 {
    grid-column-start: 10;
  }
  html .cb-col-sm-offset-10 {
    grid-column-start: 11;
  }
  html .cb-col-sm-offset-11 {
    grid-column-start: 12;
  }
}
@media (min-width: 768px) {
  html .cb-col-md-span-1 {
    grid-column-end: span 1;
  }
  html .cb-col-md-span-2 {
    grid-column-end: span 2;
  }
  html .cb-col-md-span-3 {
    grid-column-end: span 3;
  }
  html .cb-col-md-span-4 {
    grid-column-end: span 4;
  }
  html .cb-col-md-span-5 {
    grid-column-end: span 5;
  }
  html .cb-col-md-span-6 {
    grid-column-end: span 6;
  }
  html .cb-col-md-span-7 {
    grid-column-end: span 7;
  }
  html .cb-col-md-span-8 {
    grid-column-end: span 8;
  }
  html .cb-col-md-span-9 {
    grid-column-end: span 9;
  }
  html .cb-col-md-span-10 {
    grid-column-end: span 10;
  }
  html .cb-col-md-span-11 {
    grid-column-end: span 11;
  }
  html .cb-col-md-span-12 {
    grid-column-end: span 12;
  }
  html .cb-col-md-offset-0 {
    grid-column-start: 1;
  }
  html .cb-col-md-offset-1 {
    grid-column-start: 2;
  }
  html .cb-col-md-offset-2 {
    grid-column-start: 3;
  }
  html .cb-col-md-offset-3 {
    grid-column-start: 4;
  }
  html .cb-col-md-offset-4 {
    grid-column-start: 5;
  }
  html .cb-col-md-offset-5 {
    grid-column-start: 6;
  }
  html .cb-col-md-offset-6 {
    grid-column-start: 7;
  }
  html .cb-col-md-offset-7 {
    grid-column-start: 8;
  }
  html .cb-col-md-offset-8 {
    grid-column-start: 9;
  }
  html .cb-col-md-offset-9 {
    grid-column-start: 10;
  }
  html .cb-col-md-offset-10 {
    grid-column-start: 11;
  }
  html .cb-col-md-offset-11 {
    grid-column-start: 12;
  }
}
@media (min-width: 992px) {
  html .cb-col-lg-span-1 {
    grid-column-end: span 1;
  }
  html .cb-col-lg-span-2 {
    grid-column-end: span 2;
  }
  html .cb-col-lg-span-3 {
    grid-column-end: span 3;
  }
  html .cb-col-lg-span-4 {
    grid-column-end: span 4;
  }
  html .cb-col-lg-span-5 {
    grid-column-end: span 5;
  }
  html .cb-col-lg-span-6 {
    grid-column-end: span 6;
  }
  html .cb-col-lg-span-7 {
    grid-column-end: span 7;
  }
  html .cb-col-lg-span-8 {
    grid-column-end: span 8;
  }
  html .cb-col-lg-span-9 {
    grid-column-end: span 9;
  }
  html .cb-col-lg-span-10 {
    grid-column-end: span 10;
  }
  html .cb-col-lg-span-11 {
    grid-column-end: span 11;
  }
  html .cb-col-lg-span-12 {
    grid-column-end: span 12;
  }
  html .cb-col-lg-offset-0 {
    grid-column-start: 1;
  }
  html .cb-col-lg-offset-1 {
    grid-column-start: 2;
  }
  html .cb-col-lg-offset-2 {
    grid-column-start: 3;
  }
  html .cb-col-lg-offset-3 {
    grid-column-start: 4;
  }
  html .cb-col-lg-offset-4 {
    grid-column-start: 5;
  }
  html .cb-col-lg-offset-5 {
    grid-column-start: 6;
  }
  html .cb-col-lg-offset-6 {
    grid-column-start: 7;
  }
  html .cb-col-lg-offset-7 {
    grid-column-start: 8;
  }
  html .cb-col-lg-offset-8 {
    grid-column-start: 9;
  }
  html .cb-col-lg-offset-9 {
    grid-column-start: 10;
  }
  html .cb-col-lg-offset-10 {
    grid-column-start: 11;
  }
  html .cb-col-lg-offset-11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1200px) {
  html .cb-col-xl-span-1 {
    grid-column-end: span 1;
  }
  html .cb-col-xl-span-2 {
    grid-column-end: span 2;
  }
  html .cb-col-xl-span-3 {
    grid-column-end: span 3;
  }
  html .cb-col-xl-span-4 {
    grid-column-end: span 4;
  }
  html .cb-col-xl-span-5 {
    grid-column-end: span 5;
  }
  html .cb-col-xl-span-6 {
    grid-column-end: span 6;
  }
  html .cb-col-xl-span-7 {
    grid-column-end: span 7;
  }
  html .cb-col-xl-span-8 {
    grid-column-end: span 8;
  }
  html .cb-col-xl-span-9 {
    grid-column-end: span 9;
  }
  html .cb-col-xl-span-10 {
    grid-column-end: span 10;
  }
  html .cb-col-xl-span-11 {
    grid-column-end: span 11;
  }
  html .cb-col-xl-span-12 {
    grid-column-end: span 12;
  }
  html .cb-col-xl-offset-0 {
    grid-column-start: 1;
  }
  html .cb-col-xl-offset-1 {
    grid-column-start: 2;
  }
  html .cb-col-xl-offset-2 {
    grid-column-start: 3;
  }
  html .cb-col-xl-offset-3 {
    grid-column-start: 4;
  }
  html .cb-col-xl-offset-4 {
    grid-column-start: 5;
  }
  html .cb-col-xl-offset-5 {
    grid-column-start: 6;
  }
  html .cb-col-xl-offset-6 {
    grid-column-start: 7;
  }
  html .cb-col-xl-offset-7 {
    grid-column-start: 8;
  }
  html .cb-col-xl-offset-8 {
    grid-column-start: 9;
  }
  html .cb-col-xl-offset-9 {
    grid-column-start: 10;
  }
  html .cb-col-xl-offset-10 {
    grid-column-start: 11;
  }
  html .cb-col-xl-offset-11 {
    grid-column-start: 12;
  }
}
@media (min-width: 1366px) {
  html .cb-col-xxl-span-1 {
    grid-column-end: span 1;
  }
  html .cb-col-xxl-span-2 {
    grid-column-end: span 2;
  }
  html .cb-col-xxl-span-3 {
    grid-column-end: span 3;
  }
  html .cb-col-xxl-span-4 {
    grid-column-end: span 4;
  }
  html .cb-col-xxl-span-5 {
    grid-column-end: span 5;
  }
  html .cb-col-xxl-span-6 {
    grid-column-end: span 6;
  }
  html .cb-col-xxl-span-7 {
    grid-column-end: span 7;
  }
  html .cb-col-xxl-span-8 {
    grid-column-end: span 8;
  }
  html .cb-col-xxl-span-9 {
    grid-column-end: span 9;
  }
  html .cb-col-xxl-span-10 {
    grid-column-end: span 10;
  }
  html .cb-col-xxl-span-11 {
    grid-column-end: span 11;
  }
  html .cb-col-xxl-span-12 {
    grid-column-end: span 12;
  }
  html .cb-col-xxl-offset-0 {
    grid-column-start: 1;
  }
  html .cb-col-xxl-offset-1 {
    grid-column-start: 2;
  }
  html .cb-col-xxl-offset-2 {
    grid-column-start: 3;
  }
  html .cb-col-xxl-offset-3 {
    grid-column-start: 4;
  }
  html .cb-col-xxl-offset-4 {
    grid-column-start: 5;
  }
  html .cb-col-xxl-offset-5 {
    grid-column-start: 6;
  }
  html .cb-col-xxl-offset-6 {
    grid-column-start: 7;
  }
  html .cb-col-xxl-offset-7 {
    grid-column-start: 8;
  }
  html .cb-col-xxl-offset-8 {
    grid-column-start: 9;
  }
  html .cb-col-xxl-offset-9 {
    grid-column-start: 10;
  }
  html .cb-col-xxl-offset-10 {
    grid-column-start: 11;
  }
  html .cb-col-xxl-offset-11 {
    grid-column-start: 12;
  }
}
html .cb-h-16 {
  height: var(--cb-sys-size-16);
}
html .cb-h-20 {
  height: var(--cb-sys-size-20);
}
html .cb-h-24 {
  height: var(--cb-sys-size-24);
}
html .cb-h-32 {
  height: var(--cb-sys-size-32);
}
html .cb-h-48 {
  height: var(--cb-sys-size-48);
}
html .cb-h-64 {
  height: var(--cb-sys-size-64);
}
@media (min-width: 576px) {
  html .cb-h-sm-16 {
    height: var(--cb-sys-size-16);
  }
  html .cb-h-sm-20 {
    height: var(--cb-sys-size-20);
  }
  html .cb-h-sm-24 {
    height: var(--cb-sys-size-24);
  }
  html .cb-h-sm-32 {
    height: var(--cb-sys-size-32);
  }
  html .cb-h-sm-48 {
    height: var(--cb-sys-size-48);
  }
  html .cb-h-sm-64 {
    height: var(--cb-sys-size-64);
  }
}
@media (min-width: 768px) {
  html .cb-h-md-16 {
    height: var(--cb-sys-size-16);
  }
  html .cb-h-md-20 {
    height: var(--cb-sys-size-20);
  }
  html .cb-h-md-24 {
    height: var(--cb-sys-size-24);
  }
  html .cb-h-md-32 {
    height: var(--cb-sys-size-32);
  }
  html .cb-h-md-48 {
    height: var(--cb-sys-size-48);
  }
  html .cb-h-md-64 {
    height: var(--cb-sys-size-64);
  }
}
@media (min-width: 992px) {
  html .cb-h-lg-16 {
    height: var(--cb-sys-size-16);
  }
  html .cb-h-lg-20 {
    height: var(--cb-sys-size-20);
  }
  html .cb-h-lg-24 {
    height: var(--cb-sys-size-24);
  }
  html .cb-h-lg-32 {
    height: var(--cb-sys-size-32);
  }
  html .cb-h-lg-48 {
    height: var(--cb-sys-size-48);
  }
  html .cb-h-lg-64 {
    height: var(--cb-sys-size-64);
  }
}
@media (min-width: 1200px) {
  html .cb-h-xl-16 {
    height: var(--cb-sys-size-16);
  }
  html .cb-h-xl-20 {
    height: var(--cb-sys-size-20);
  }
  html .cb-h-xl-24 {
    height: var(--cb-sys-size-24);
  }
  html .cb-h-xl-32 {
    height: var(--cb-sys-size-32);
  }
  html .cb-h-xl-48 {
    height: var(--cb-sys-size-48);
  }
  html .cb-h-xl-64 {
    height: var(--cb-sys-size-64);
  }
}
@media (min-width: 1366px) {
  html .cb-h-xxl-16 {
    height: var(--cb-sys-size-16);
  }
  html .cb-h-xxl-20 {
    height: var(--cb-sys-size-20);
  }
  html .cb-h-xxl-24 {
    height: var(--cb-sys-size-24);
  }
  html .cb-h-xxl-32 {
    height: var(--cb-sys-size-32);
  }
  html .cb-h-xxl-48 {
    height: var(--cb-sys-size-48);
  }
  html .cb-h-xxl-64 {
    height: var(--cb-sys-size-64);
  }
}
html .cb-size-16 {
  width: var(--cb-sys-size-16);
  height: var(--cb-sys-size-16);
}
html .cb-size-20 {
  width: var(--cb-sys-size-20);
  height: var(--cb-sys-size-20);
}
html .cb-size-24 {
  width: var(--cb-sys-size-24);
  height: var(--cb-sys-size-24);
}
html .cb-size-32 {
  width: var(--cb-sys-size-32);
  height: var(--cb-sys-size-32);
}
html .cb-size-48 {
  width: var(--cb-sys-size-48);
  height: var(--cb-sys-size-48);
}
html .cb-size-64 {
  width: var(--cb-sys-size-64);
  height: var(--cb-sys-size-64);
}
@media (min-width: 576px) {
  html .cb-size-sm-16 {
    width: var(--cb-sys-size-16);
    height: var(--cb-sys-size-16);
  }
  html .cb-size-sm-20 {
    width: var(--cb-sys-size-20);
    height: var(--cb-sys-size-20);
  }
  html .cb-size-sm-24 {
    width: var(--cb-sys-size-24);
    height: var(--cb-sys-size-24);
  }
  html .cb-size-sm-32 {
    width: var(--cb-sys-size-32);
    height: var(--cb-sys-size-32);
  }
  html .cb-size-sm-48 {
    width: var(--cb-sys-size-48);
    height: var(--cb-sys-size-48);
  }
  html .cb-size-sm-64 {
    width: var(--cb-sys-size-64);
    height: var(--cb-sys-size-64);
  }
}
@media (min-width: 768px) {
  html .cb-size-md-16 {
    width: var(--cb-sys-size-16);
    height: var(--cb-sys-size-16);
  }
  html .cb-size-md-20 {
    width: var(--cb-sys-size-20);
    height: var(--cb-sys-size-20);
  }
  html .cb-size-md-24 {
    width: var(--cb-sys-size-24);
    height: var(--cb-sys-size-24);
  }
  html .cb-size-md-32 {
    width: var(--cb-sys-size-32);
    height: var(--cb-sys-size-32);
  }
  html .cb-size-md-48 {
    width: var(--cb-sys-size-48);
    height: var(--cb-sys-size-48);
  }
  html .cb-size-md-64 {
    width: var(--cb-sys-size-64);
    height: var(--cb-sys-size-64);
  }
}
@media (min-width: 992px) {
  html .cb-size-lg-16 {
    width: var(--cb-sys-size-16);
    height: var(--cb-sys-size-16);
  }
  html .cb-size-lg-20 {
    width: var(--cb-sys-size-20);
    height: var(--cb-sys-size-20);
  }
  html .cb-size-lg-24 {
    width: var(--cb-sys-size-24);
    height: var(--cb-sys-size-24);
  }
  html .cb-size-lg-32 {
    width: var(--cb-sys-size-32);
    height: var(--cb-sys-size-32);
  }
  html .cb-size-lg-48 {
    width: var(--cb-sys-size-48);
    height: var(--cb-sys-size-48);
  }
  html .cb-size-lg-64 {
    width: var(--cb-sys-size-64);
    height: var(--cb-sys-size-64);
  }
}
@media (min-width: 1200px) {
  html .cb-size-xl-16 {
    width: var(--cb-sys-size-16);
    height: var(--cb-sys-size-16);
  }
  html .cb-size-xl-20 {
    width: var(--cb-sys-size-20);
    height: var(--cb-sys-size-20);
  }
  html .cb-size-xl-24 {
    width: var(--cb-sys-size-24);
    height: var(--cb-sys-size-24);
  }
  html .cb-size-xl-32 {
    width: var(--cb-sys-size-32);
    height: var(--cb-sys-size-32);
  }
  html .cb-size-xl-48 {
    width: var(--cb-sys-size-48);
    height: var(--cb-sys-size-48);
  }
  html .cb-size-xl-64 {
    width: var(--cb-sys-size-64);
    height: var(--cb-sys-size-64);
  }
}
@media (min-width: 1366px) {
  html .cb-size-xxl-16 {
    width: var(--cb-sys-size-16);
    height: var(--cb-sys-size-16);
  }
  html .cb-size-xxl-20 {
    width: var(--cb-sys-size-20);
    height: var(--cb-sys-size-20);
  }
  html .cb-size-xxl-24 {
    width: var(--cb-sys-size-24);
    height: var(--cb-sys-size-24);
  }
  html .cb-size-xxl-32 {
    width: var(--cb-sys-size-32);
    height: var(--cb-sys-size-32);
  }
  html .cb-size-xxl-48 {
    width: var(--cb-sys-size-48);
    height: var(--cb-sys-size-48);
  }
  html .cb-size-xxl-64 {
    width: var(--cb-sys-size-64);
    height: var(--cb-sys-size-64);
  }
}
html .cb-w-16 {
  width: var(--cb-sys-size-16);
}
html .cb-w-20 {
  width: var(--cb-sys-size-20);
}
html .cb-w-24 {
  width: var(--cb-sys-size-24);
}
html .cb-w-32 {
  width: var(--cb-sys-size-32);
}
html .cb-w-48 {
  width: var(--cb-sys-size-48);
}
html .cb-w-64 {
  width: var(--cb-sys-size-64);
}
@media (min-width: 576px) {
  html .cb-w-sm-16 {
    width: var(--cb-sys-size-16);
  }
  html .cb-w-sm-20 {
    width: var(--cb-sys-size-20);
  }
  html .cb-w-sm-24 {
    width: var(--cb-sys-size-24);
  }
  html .cb-w-sm-32 {
    width: var(--cb-sys-size-32);
  }
  html .cb-w-sm-48 {
    width: var(--cb-sys-size-48);
  }
  html .cb-w-sm-64 {
    width: var(--cb-sys-size-64);
  }
}
@media (min-width: 768px) {
  html .cb-w-md-16 {
    width: var(--cb-sys-size-16);
  }
  html .cb-w-md-20 {
    width: var(--cb-sys-size-20);
  }
  html .cb-w-md-24 {
    width: var(--cb-sys-size-24);
  }
  html .cb-w-md-32 {
    width: var(--cb-sys-size-32);
  }
  html .cb-w-md-48 {
    width: var(--cb-sys-size-48);
  }
  html .cb-w-md-64 {
    width: var(--cb-sys-size-64);
  }
}
@media (min-width: 992px) {
  html .cb-w-lg-16 {
    width: var(--cb-sys-size-16);
  }
  html .cb-w-lg-20 {
    width: var(--cb-sys-size-20);
  }
  html .cb-w-lg-24 {
    width: var(--cb-sys-size-24);
  }
  html .cb-w-lg-32 {
    width: var(--cb-sys-size-32);
  }
  html .cb-w-lg-48 {
    width: var(--cb-sys-size-48);
  }
  html .cb-w-lg-64 {
    width: var(--cb-sys-size-64);
  }
}
@media (min-width: 1200px) {
  html .cb-w-xl-16 {
    width: var(--cb-sys-size-16);
  }
  html .cb-w-xl-20 {
    width: var(--cb-sys-size-20);
  }
  html .cb-w-xl-24 {
    width: var(--cb-sys-size-24);
  }
  html .cb-w-xl-32 {
    width: var(--cb-sys-size-32);
  }
  html .cb-w-xl-48 {
    width: var(--cb-sys-size-48);
  }
  html .cb-w-xl-64 {
    width: var(--cb-sys-size-64);
  }
}
@media (min-width: 1366px) {
  html .cb-w-xxl-16 {
    width: var(--cb-sys-size-16);
  }
  html .cb-w-xxl-20 {
    width: var(--cb-sys-size-20);
  }
  html .cb-w-xxl-24 {
    width: var(--cb-sys-size-24);
  }
  html .cb-w-xxl-32 {
    width: var(--cb-sys-size-32);
  }
  html .cb-w-xxl-48 {
    width: var(--cb-sys-size-48);
  }
  html .cb-w-xxl-64 {
    width: var(--cb-sys-size-64);
  }
}
body {
  color-scheme: light;
  background-color: var(--cb-sys-background-secondary-01);
  color: var(--cb-sys-text-default);
  font: var(--cb-sys-plain-font-style-4-regular);
  margin: 0;
  height: 100%;
}
body.dark {
  color-scheme: dark;
}
app-root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header {
  height: 56px;
}
footer {
  transition: all 800ms ease-in-out;
  height: 135px;
  margin-top: auto;
}
@media (max-width: 1133px) {
  footer {
    height: 205px;
  }
}
.content-height-full {
  height: calc(100vh - 191px);
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  overflow-y: auto;
  background-color: white;
  position: relative;
}
.autocomplete-container .input-container input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #2C2A29 !important;
  color: #2C2A29 !important;
  display: block !important;
  height: 32px !important;
  left: 0 !important;
  line-height: 24px !important;
  top: 20px !important;
  width: 100% !important;
  font-size: 16px !important;
}
.autocomplete-container {
  box-shadow: none !important;
  position: none !important;
  overflow: none !important;
  height: none !important;
}
.puntero {
  cursor: pointer;
}
.capitalize {
  text-transform: capitalize;
}
.bc-autocomplete-active,
b,
strong,
.bold {
  font-weight: bold;
  font-family: "Open Sans SemiBold";
  text-shadow: 0px 0px 0px #595A5C !important;
}
.ios-device b,
.ios-device strong,
.ios-device .bold {
  text-shadow: 0px 0.5px 1px rgb(0, 0, 0) !important;
  font-weight: 100;
}
.main-subtitle {
  font-size: 22.5px;
  line-height: 0.9;
  letter-spacing: 0.16px;
  line-height: 28px;
}
.main-center-vertically {
  position: relative;
}
.main-center-vertically .content-to-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.background-warning {
  background-color: #FDDA24 !important;
}
.background-info {
  background-color: #59CBE8 !important;
}
.background-egg {
  background-color: white !important;
}
.background-emerald {
  background-color: #00C389 !important;
}
.background-rose {
  background-color: #F5B6CD !important;
}
.background-dark {
  background-color: #2C2A29 !important;
}
.background-default {
  background-color: #F4F4F4 !important;
}
.background-grape {
  background-color: #9063CD !important;
}
.background-alba {
  background-color: #FF7F41 !important;
}
.background-gloomy {
  background-color: grey !important;
}
.client-name {
  font-size: 28px;
  margin: 0;
}
.sub-text-general {
  font-size: 24px;
  text-align: center;
}
.medalliaContainer {
  height: 100% !important;
  top: 0 !important;
}
.medalliaContainer :first-child {
  height: 100% !important;
}
.button-continue-global {
  text-transform: capitalize !important;
  position: relative;
}
.button-continue-global h5 {
  font-size: 20px;
}
.button-continue-global h5.float {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button-continue-global img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.button-continue-global:disabled {
  opacity: 0.8;
}
.button-continue-global:disabled img {
  opacity: 0.5;
}
.center-horizontal-flex-global {
  display: flex;
  justify-content: center;
}
.center-vertical-flex-global {
  display: flex;
  align-items: center;
}
.center-flex-global {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-style {
  position: fixed;
  height: auto;
  top: 16px;
  left: calc(50% - 355px);
  z-index: 999;
  max-width: 710px;
  border-radius: 19px;
  background: transparent;
  width: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  animation-name: slide-down-reverse;
  animation-duration: 0.25s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.alert-style .icon-container {
  max-width: 43px;
  width: 100%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  background: #00c389;
}
.alert-style .icon-container bc-icon {
  font-size: 32px;
  padding-top: 15px;
}
.alert-style .info-container {
  background: #2c2a29;
  width: 100%;
  color: white;
  display: flex;
}
.alert-style .info-container .text-section {
  padding: 16px;
}
.alert-style .info-container .text-section p {
  word-break: break-word;
}
.alert-style .info-container .text-section p:first-of-type {
  word-break: break-word;
  font-family: "Open Sans SemiBold";
  margin-bottom: 12px;
}
.alert-style .info-container .text-section p:last-of-type {
  font-size: 14px;
}
.alert-style .info-container .exit-button {
  margin-left: auto;
  padding-top: 8px;
  padding-right: 8px;
}
.alert-style .info-container .exit-button bc-icon {
  cursor: pointer;
}
@keyframes slide-down-reverse {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fua-mock .bc-form-field {
  display: flex;
}
.fua-mock .bc-input {
  margin: 5px;
}
.sm_cobrowsing_masked_field label,
.sm_cobrowsing_masked_field + label {
  color: #2C2A29 !important;
}
.no-drag {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
}
.general-container {
  max-width: 826px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
@media (max-width: 769px) {
  .general-container {
    max-width: 626px;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.fade-in-out {
  opacity: 0;
  height: 0px;
  transform: translateY(-10px);
}
.fade-in-out.active {
  opacity: 1;
  height: 56px;
  transition:
    opacity 300ms ease-out,
    height 300ms ease-out,
    transform 300ms ease-out;
}
.list-style-type-numeral {
  list-style-type: decimal;
}
.text-align-left {
  text-align: left;
}
.letter-spacing-normal {
  letter-spacing: normal;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}

/* angular:styles/global:styles */
