root {
    --blue: #4791ce;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #4791ce;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #267fb1;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1280px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  figcaption,
  figure,
  footer,
  nav,
  section {
    display: block;
  }
  /* body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #434e5a;
    text-align: left;
    background-color: #fff;
  } */
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  h1,
  h2,
  h3,
  h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  a {
    color: #4791ce;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #2a6a9e;
    text-decoration: underline;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  th {
    text-align: inherit;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    
        background-color: #3b66b2;
        border: #3b66b2;
        border-radius: 3px;
        color: rgba(255, 255, 255, 1);
        padding: 15px 25px;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        width: 130px;
        height: auto;
        margin: 0;
        cursor: pointer;
        line-height: 1.1;
        letter-spacing: 0.03em;
        white-space: normal;
        word-break: break-word;
        text-align: center;
        text-decoration: none;
        position: relative;
        transition: all 0.15s linear;
    
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  input,
  button,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  select {
    word-wrap: normal;
  }
  button,
  [type="button"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }
  textarea {
    overflow: auto;
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  h1,
  h2,
  h3,
  h4,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 0.5rem;
    font-weight: 900;
    line-height: 1.2;
  }
  h1 {
    font-size: 3.75rem;
  }
  h2,
  .h2 {
    font-size: 3rem;
  }
  h3,
  .h3 {
    font-size: 2.5rem;
  }
  h4,
  .h4 {
    font-size: 2rem;
  }
  .h5 {
    font-size: 1.5rem;
  }
  .h6 {
    font-size: 1.25rem;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .small {
    font-size: 80%;
    font-weight: 400;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1280px) {
    .container {
      max-width: 1140px;
    }
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .col-10,
  .col-12,
  .col,
  .col-auto,
  .col-sm-6,
  .col-sm-10,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-12,
  .col-lg-3,
  .col-lg-4,
  .col-lg-6,
  .col-lg-9,
  .col-xl-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  @media (min-width: 576px) {
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
    }
    .offset-sm-1 {
      margin-left: 8.33333%;
    }
  }
  @media (min-width: 768px) {
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .col-md-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
    }
    .col-md-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
    }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-1 {
      order: 1;
    }
    .order-md-2 {
      order: 2;
    }
    .order-md-3 {
      order: 3;
    }
  }
  @media (min-width: 992px) {
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  }
  @media (min-width: 1280px) {
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #434e5a;
    border: none;  }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  .table-sm td {
    padding: 0.3rem;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #accde9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 0 0.2rem rgba(71, 145, 206, 0.25);
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
  }
  textarea.form-control {
    height: auto;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
  }
  
  .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block;
  }
  textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(0.375em + 0.375rem) right
      calc(0.375em + 0.375rem);
  }
  
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block;
  }
  .form-control-file.is-valid ~ .valid-feedback,
  .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
  }
  .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
  }
  .form-check-input.is-valid ~ .valid-feedback,
  .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
  }
  .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
  }
  .custom-control-input.is-valid ~ .valid-feedback,
  .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
  }
  .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .was-validated
    .custom-control-input:valid:focus:not(:checked)
    ~ .custom-control-label::before,
  .custom-control-input.is-valid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #28a745;
  }
  .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
  }
  .custom-file-input.is-valid ~ .valid-feedback,
  .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
  }
  
  .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(0.375em + 0.375rem) right
      calc(0.375em + 0.375rem);
  }
  
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .form-control-file.is-invalid ~ .invalid-feedback,
  .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
  }
  .form-check-input.is-invalid ~ .invalid-feedback,
  .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
  }
  .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  .custom-control-input.is-invalid ~ .invalid-feedback,
  .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
  }
  .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
  .custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
  }
  .custom-file-input.is-invalid ~ .invalid-feedback,
  .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #434e5a;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn:hover {
    color: #434e5a;
    text-decoration: none;
  }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 145, 206, 0.25);
  }
  .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
  }
  .btn:not(:disabled):not(.disabled):active,
  .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn:not(:disabled):not(.disabled):active:focus,
  .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 145, 206, 0.25),
      inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-primary {
    color: #fff;
    background-color: #4791ce;
    border-color: #4791ce;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #327ebd;
    border-color: #3077b2;
  }
  .btn-primary:focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(99, 162, 213, 0.5);
  }
  .btn-primary:disabled {
    color: #fff;
    background-color: #4791ce;
    border-color: #4791ce;
  }
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3077b2;
    border-color: #2d71a8;
  }
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(99, 162, 213, 0.5);
  }
  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
  }
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }
  .btn-success:not(:disabled):not(.disabled):active,
  .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
  }
  .btn-success:not(:disabled):not(.disabled):active:focus,
  .btn-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  }
  .btn-info:not(:disabled):not(.disabled):active,
  .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1d6187;
    border-color: #1b597d;
  }
  .btn-info:not(:disabled):not(.disabled):active:focus,
  .btn-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(71, 146, 189, 0.5);
  }
  .btn-warning:not(:disabled):not(.disabled):active,
  .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
  }
  .btn-warning:not(:disabled):not(.disabled):active:focus,
  .btn-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  .btn-danger:not(:disabled):not(.disabled):active,
  .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
  }
  .btn-danger:not(:disabled):not(.disabled):active:focus,
  .btn-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  }
  .btn-light:not(:disabled):not(.disabled):active,
  .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
  }
  .btn-light:not(:disabled):not(.disabled):active:focus,
  .btn-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  }
  .btn-dark:not(:disabled):not(.disabled):active,
  .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
  }
  .btn-dark:not(:disabled):not(.disabled):active:focus,
  .btn-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4791ce;
    border-color: #4791ce;
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(71, 145, 206, 0.5);
  }
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .btn-outline-success:not(:disabled):not(.disabled):active,
  .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  .btn-outline-info:not(:disabled):not(.disabled):active,
  .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #267fb1;
    border-color: #267fb1;
  }
  .btn-outline-info:not(:disabled):not(.disabled):active:focus,
  .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(38, 127, 177, 0.5);
  }
  .btn-outline-warning:not(:disabled):not(.disabled):active,
  .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .btn-outline-danger:not(:disabled):not(.disabled):active,
  .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .btn-outline-light:not(:disabled):not(.disabled):active,
  .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .btn-outline-dark:not(:disabled):not(.disabled):active,
  .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
      0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .btn-link {
    font-weight: 400;
    color: #4791ce;
    text-decoration: none;
  }
  .btn-link:hover {
    color: #2a6a9e;
    text-decoration: underline;
  }
  .btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
  }
  .btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
  }
  .btn-lg {
    padding: 0.85rem 1.7rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
  }
  .btn-sm {
    padding: 0.42rem 0.85rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #4791ce;
  }
  .dropdown-menu.show {
    display: block;
  }
  .btn-group > .btn.active,
  .btn-group-vertical > .btn.active {
    z-index: 1;
  }
  .btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
  }
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4791ce;
    background-color: #4791ce;
    box-shadow: none;
  }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 0 0.2rem rgba(71, 145, 206, 0.25);
  }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #accde9;
  }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #d4e5f4;
    border-color: #d4e5f4;
    box-shadow: none;
  }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
  }
  
  .custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #4791ce;
    background-color: #4791ce;
    box-shadow: none;
  }
  
  .custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(71, 145, 206, 0.5);
  }
  .custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(71, 145, 206, 0.5);
  }
  .custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    appearance: none;
  }
  .custom-range:focus {
    outline: none;
  }
  .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 145, 206, 0.25);
  }
  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 145, 206, 0.25);
  }
  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 145, 206, 0.25);
  }
  .custom-range::-moz-focus-outer {
    border: 0;
  }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #4791ce;
    border: 0;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
      transition: none;
    }
  }
  .custom-range::-webkit-slider-thumb:active {
    background-color: #d4e5f4;
  }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4791ce;
    border: 0;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
      transition: none;
    }
  }
  .custom-range::-moz-range-thumb:active {
    background-color: #d4e5f4;
  }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #4791ce;
    border: 0;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    appearance: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
      transition: none;
    }
  }
  .custom-range::-ms-thumb:active {
    background-color: #d4e5f4;
  }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
  }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
  }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
  }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
  }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
  }
  .custom-range:disabled::-moz-range-track {
    cursor: default;
  }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
  }
  .custom-control-label::before {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before {
      transition: none;
    }
  }
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
/*   .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  } */
.nav-link {
  width: 100%;

  }
  .nav-link:hover,
  .nav-link:focus {
    text-decoration: none;
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #25488e!important;
  }
  .nav-justified .nav-item {
    display: inline-flex;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .tab-content > .active {
    display: block;
  }
  .navbar {
    margin-left: 2rem;
    margin-right: 2rem;
    background: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  .navbar > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    text-decoration: none;
  }
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container {
      flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .card-title {
    margin-bottom: 0.75rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .breadcrumb-item.active {
    color: #6c757d;
  }
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4791ce;
    border-color: #4791ce;
  }
  .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
  }
  .alert-primary {
    color: #254b6b;
    background-color: #dae9f5;
    border-color: #cbe0f1;
  }
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  .media {
    display: flex;
    align-items: flex-start;
  }
  .media-body {
    flex: 1;
  }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4791ce;
    border-color: #4791ce;
  }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #254b6b;
    border-color: #254b6b;
  }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
  }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
  }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #14425c;
    border-color: #14425c;
  }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
  }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
  }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
  }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
  }
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  .close:not(:disabled):not(.disabled):hover,
  .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
  }
  .toast.showing {
    opacity: 1;
  }
  .toast.show {
    display: block;
    opacity: 1;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: 0.5;
  }
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
  }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
    }
    .modal-content {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      max-width: 800px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.show {
    opacity: 0.9;
  }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-tooltip-top {
    padding: 0.4rem 0;
  }
  .bs-tooltip-top .arrow,
  .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
  }
  .bs-tooltip-top .arrow::before,
  .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }
  .bs-tooltip-right .arrow,
  .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .bs-tooltip-right .arrow::before,
  .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }
  .bs-tooltip-bottom .arrow,
  .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
  }
  .bs-tooltip-bottom .arrow::before,
  .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }
  .bs-tooltip-left .arrow,
  .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .bs-tooltip-left .arrow::before,
  .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
  }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-popover-top > .arrow,
  .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
  }
  .bs-popover-top > .arrow::before,
  .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-top > .arrow::after,
  .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
  }
  .bs-popover-right > .arrow,
  .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .bs-popover-right > .arrow::before,
  .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-right > .arrow::after,
  .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
  }
  .bs-popover-bottom > .arrow,
  .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1);
  }
  .bs-popover-bottom > .arrow::before,
  .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-bottom > .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
  }
  .bs-popover-left > .arrow,
  .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .bs-popover-left > .arrow::before,
  .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .bs-popover-left > .arrow::after,
  .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
  }
  .carousel-item.active {
    display: block;
  }
  .active.carousel-item-right {
    transform: translateX(100%);
  }
  .active.carousel-item-left {
    transform: translateX(-100%);
  }
  .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  .carousel-indicators .active {
    opacity: 1;
  }
  .bg-primary {
    background-color: #4791ce !important;
  }
  .bg-light {
    background-color: #f8f9fa !important;
  }
  .bg-white {
    background-color: #fff !important;
  }
  .bg-transparent {
    background-color: transparent !important;
  }
  .border {
    border: 1px solid #dee2e6 !important;
  }
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .border-primary {
    border-color: #4791ce !important;
  }
  .border-white {
    border-color: #fff !important;
  }
  .rounded {
    border-radius: 0.25rem !important;
  }
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-lg {
    border-radius: 0.3rem !important;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .rounded-0 {
    border-radius: 0 !important;
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .d-none {
    display: none !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-flex {
    display: flex !important;
  }
  @media (min-width: 768px) {
    .d-md-block {
      display: block !important;
    }
  }
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
    .d-lg-block {
      display: block !important;
    }
  }
  @media (min-width: 1280px) {
    .d-xl-inline {
      display: inline !important;
    }
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive::before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-start {
    justify-content: flex-start !important;
  }
  .justify-content-end {
    justify-content: flex-end !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .justify-content-between {
    justify-content: space-between !important;
  }
  .align-items-end {
    align-items: flex-end !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  @supports (position: sticky) {
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  .ml-3 {
    margin-left: 1rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  .px-0 {
    padding-right: 0 !important;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  .px-0 {
    padding-left: 0 !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  .px-1 {
    padding-right: 0.25rem !important;
  }
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .px-1 {
    padding-left: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .px-2 {
    padding-right: 0.5rem !important;
  }
  .px-2 {
    padding-left: 0.5rem !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .pt-3 {
    padding-top: 1rem !important;
  }
  .px-3 {
    padding-right: 1rem !important;
  }
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  .px-3 {
    padding-left: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-5 {
    padding: 2rem !important;
  }
  .pt-5,
  .py-5 {
    padding-top: 2rem !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 2rem !important;
  }
  .py-6 {
    padding-top: 3rem !important;
  }
  .py-6 {
    padding-bottom: 3rem !important;
  }
  .mx-auto {
    margin-right: auto !important;
  }
  .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 768px) {
    .mt-md-0 {
      margin-top: 0 !important;
    }
    .mb-md-0 {
      margin-bottom: 0 !important;
    }
    .mt-md-4 {
      margin-top: 1.5rem !important;
    }
    .pb-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .py-md-7 {
      padding-top: 4rem !important;
    }
    .py-md-7 {
      padding-bottom: 4rem !important;
    }
  }
  @media (min-width: 992px) {
    .mt-lg-4 {
      margin-top: 1.5rem !important;
    }
    .pb-lg-0 {
      padding-bottom: 0 !important;
    }
    .p-lg-5 {
      padding: 2rem !important;
    }
    .pt-lg-5 {
      padding-top: 2rem !important;
    }
    .py-lg-7 {
      padding-top: 4rem !important;
    }
    .py-lg-7 {
      padding-bottom: 4rem !important;
    }
    .py-lg-8 {
      padding-top: 5rem !important;
    }
    .py-lg-8 {
      padding-bottom: 5rem !important;
    }
  }
  .text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-uppercase,
  h1,
  h2,
  h3,
  h4 {
    text-transform: uppercase !important;
  }
  .font-weight-light {
    font-weight: 300 !important;
  }
  .font-weight-normal {
    font-weight: 400 !important;
  }
  .font-weight-bold {
    font-weight: 900 !important;
  }
  .text-white {
    color: #fff !important;
  }
  .text-primary {
    color: #4791ce !important;
  }
  a.text-primary:hover,
  a.text-primary:focus {
    color: #2a6a9e !important;
  }
  .text-secondary {
    color: #6c757d !important;
  }
  .text-success {
    color: #28a745 !important;
  }
  .text-info {
    color: #267fb1 !important;
  }
  .text-danger {
    color: #dc3545 !important;
  }
  .text-dark {
    color: #343a40 !important;
  }
  .text-body {
    color: #434e5a !important;
  }
  .text-muted {
    color: #9b9b9b !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  @media print {
    *,
    *::before,
    *::after {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    a:not(.btn) {
      text-decoration: underline;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    @page {
      size: a3;
    }
    body {
      min-width: 992px !important;
    }
    .container {
      min-width: 992px !important;
    }
    .navbar {
      display: none;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
  }
  body {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    overflow-x: hidden;
  }
  .font-weight-semibold {
    font-weight: 700;
  }
  .l-s-xxs,
  h1,
  h2,
  h3,
  h4 {
    letter-spacing: 0.15px;
  }
  .l-s-xs {
    letter-spacing: 1.02px;
  }
  .l-h-lg {
    line-height: 1.7;
  }
  .l-h-sm {
    line-height: 1.15;
  }
  .l-h-xs,
  h1,
  h2,
  h3,
  h4 {
    line-height: 1;
  }
  .logo-100 {
    width: 100px;
  }
  @media (max-width: 767.98px) {
    .logo-100 {
      width: 50px;
    }
  }
  .logo-50 {
    width: 50px;
    height: auto;
  }
  @media (max-width: 767.98px) {
    .logo-50 {
      width: 30px;
    }
  }
  h1,
  h2,
  h3,
  h4,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.15px;
  }
  h1 {
    font-size: 2.5rem;
  }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 2rem;
    }
  }
  h2 {
    font-size: 2rem;
  }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 1.5rem;
    }
  }
  h3 {
    font-size: 1.5rem;
  }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 1.25rem;
    }
  }
  h4 {
    font-size: 1.25rem;
  }
  @media (max-width: 991.98px) {
    h4 {
      font-size: 1.125rem;
    }
  }
  .h2 {
    font-size: 2rem;
  }
  @media (max-width: 991.98px) {
    .h2 {
      font-size: 1.5rem;
    }
  }
  .h3 {
    font-size: 1.5rem;
  }
  @media (max-width: 991.98px) {
    .h3 {
      font-size: 1.25rem;
    }
  }
  .h4 {
    font-size: 1.25rem;
  }
  @media (max-width: 991.98px) {
    .h4 {
      font-size: 1.125rem;
    }
  }
  .h5 {
    font-size: 1.125rem;
  }
  @media (max-width: 991.98px) {
    .h5 {
      font-size: 1rem;
    }
  }
  .h6 {
    font-size: 1rem;
  }
  @media (max-width: 991.98px) {
    .h6 {
      font-size: 0.875rem;
    }
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .shdw {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transition: all 150ms ease-in;
  }
  .shdw:hover {
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.25);
  }
  .shdw-sm {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  }
  .carousel-indicators li.active {
    background-color: #343a40;
  }
  .btn {
    font-size: 0.8rem;
    border-radius: 26px;
  }
  .btn.btn-link {
    padding: 0.375rem 0.75rem;
  }
  .btn-lg {
    font-size: 1rem;
    border-radius: 30px;
  }
  .btn-sm {
    font-size: 0.7rem;
    border-radius: 24px;
  }
  .op-01 {
    opacity: 0.1;
  }
  .clipped {
    overflow: hidden;
  }
  .t-0 {
    top: 0;
  }
  .r-0 {
    right: 0;
  }
  .r-arr {
    width: 0;
    height: 0;
    bottom: -20px;
    right: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #4791ce;
  }
  @media (min-width: 992px) {
    .r-arr {
      right: -20px;
      bottom: auto;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #4791ce;
      border-right: none;
    }
  }
  button.outline-0:focus {
    outline: none;
  }
  .b-2 {
    position: relative;
    z-index: 2;
  }
  .b-2 * {
    position: relative;
    z-index: 2;
  }
  .b-2:after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
    border-left: 1px solid rgba(71, 145, 206, 0.05);
    border-right: 1px solid rgba(71, 145, 206, 0.05);
     background-color: rgba(71, 145, 206, 0.1);
  }
  .top-nav {
    opacity: 1;
    transition: opacity 250ms ease-in;
    z-index: 3;
    transition: all 250ms ease-in;
    transform: translateY(0);
  }
  .pricing-nav-fixed .top-nav {
    opacity: 1;
    position: fixed;
    top: 56px;
  }
  .price-row {
    height: 70px;
  }
  .price-row th,
  .price-row td {
    vertical-align: middle;
  }
  @media (max-width: 991.98px) {
    .pricing-nav-fixed #pricing-section {
      margin-top: 56px;
    }
  }
  @media (max-width: 575.98px) {
    .pricing-table th {
      width: auto;
    }
    .pricing-table th:fist-of-type {
      height: 72px;
    }
  }
  /* @media (min-width: 992px) {
    .pr-b {
      width: 24%;
    }
  }
  @media (max-width: 1279.98px) {
    .pr-b {
      width: 250px;
    }
  } */
  /* @media (max-width: 991.98px) {
    .pr-b {
      width: 280px;
    }
  } */
  /* @media (max-width: 575.98px) {
    .pr-b {
      width: 180px;
    }
  } */
  button:focus {
    outline: 0px auto -webkit-focus-ring-color;
  }
  .no-clicks {
    pointer-events: none;
  }
  input {
    color: #818181;
    font-size: 18px;
    font-weight: 400;
    padding: 5px;
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #a4a4a4;
    border-radius: 0px;
  }
  input:focus {
    outline: none;
  }
  .active .img-efct {
    opacity: 1;
    filter: saturate(100%);
  }
  .logo {
    width: auto;
    height: 30px;
  }
  .t-d-none {
    text-decoration: none;
  }
  .t-d-none:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  .signup-form + .form-success {
    display: none;
  }
  .signup-form.sent {
    display: none;
  }
  .signup-form.sent + .form-success {
    display: block;
  }
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: optional;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"),
      url(/fonts/lato-300l.woff2?_cchid=e3a2a6f15a2dcc0d447b7ac2b4107710)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: optional;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"),
      url(/fonts/lato-400le.woff2?_cchid=3db60d6d7c81aaec875041df2c58075e)
        format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
      U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: optional;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"),
      url(/fonts/lato-400l.woff2?_cchid=b27045292283a12723b217e203986aeb)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: optional;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"),
      url(/fonts/lato-700l.woff2?_cchid=bf912df22c6dc861e7a01c32fc165187)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: optional;
    font-weight: 900;
    src: local("Lato Black"), local("Lato-Black"),
      url(/fonts/lato-900l.woff2?_cchid=78bef517e5402e91f1acaabe66a9e58a)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: "Oswald";
    font-style: normal;
    font-display: optional;
    font-weight: 400;
    src: local("Oswald Regular"), local("Oswald-Regular"),
      url(/fonts/oswald-400l.woff2?_cchid=d56fdb457a2ada367904117b86dc89df)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }
  .new-form #new-message {
    min-height: 100px;
  }
  .new-form .form-control {
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: calc(1.25rem + 1.25rem + 2px);
    border-radius: 0.25rem;
  }
  .new-form .form-control:focus {
    border-color: #4791ce;
    box-shadow: none;
  }
  .new-form .valid-feedback,
  .new-form .invalid-feedback {
    margin-top: 0px;
    line-height: 1.1;
  }
  .new-form label {
    margin-bottom: 0px;
  }
  .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
  .pt-nav {
    padding-top: 56px;
  }
  .navbar-brand img {
    width: auto;
    height: 40px;
  }
  .thumb-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    transition: all 150ms ease-in;
  }
  .thumb-card:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 30px;
    text-decoration: none;
  }
  .tip-nav-desktop.is-active {
    transform: translateY(0);
  }
  html {
    font-size: 1rem;
  }
  @media (min-width: 576px) {
    html {
      font-size: 1rem;
    }
  }
  @media (min-width: 768px) {
    html {
      font-size: 1rem;
    }
  }
  @media (min-width: 992px) {
    html {
      font-size: 1rem;
    }
  }
  .test-quote {
    height: 218px;
    overflow: hidden;
  }
  .test-quote:hover {
    overflow-y: overlay;
  }
  @media (min-width: 768px) {
    .test-quote {
      height: 270px;
    }
  }
  @media (min-width: 992px) {
    .test-quote {
      height: 240px;
    }
  }
  @media (min-width: 1280px) {
    .test-quote {
      height: 218px;
    }
  }
  .active .lender-badge {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  .select-card.active {
    outline: 1px dotted #4791ce;
    outline-offset: 0;
  }
  .tooltip-inner {
    background-color: #4791ce;
  }
  .tooltip.bs-tooltip-right .arrow:before,
  .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
    border-right-color: #4791ce !important;
  }
  .tooltip.bs-tooltip-left .arrow:before,
  .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
    border-left-color: #4791ce !important;
  }
  .tooltip.bs-tooltip-bottom .arrow:before,
  .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
    border-bottom-color: #4791ce !important;
  }
  .tooltip.bs-tooltip-top .arrow:before,
  .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    border-top-color: #4791ce !important;
  }
  *:focus {
    outline-style: solid;
    outline-width: 3px;
  }
  .globalNav__Imgbtn {
    font-size: 9px;
    line-height: 1;
  }
  .globalNav-SubItem {
    opacity: 0;
    transform: translateX(30px);
    position: relative;
  }
  .globalNav-SubItem:hover {
    text-decoration: none;
    opacity: 0.85;
  }
  @media (max-width: 1279.98px) {
    .globalNav-SubItem {
      padding-top: 5px;
      padding-bottom: 5px;
    }
  }
  .globalNav__Dropdown {
    left: 0;
    right: 0;
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    height: auto;
    opacity: 0;
    transition: height 250ms ease-in, opacity 250ms linear,
      visibility 0ms linear 250ms, box-shadow 200ms ease-in;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0);
  }
  @media (max-width: 991.98px) {
    .globalNav__Dropdown {
      position: relative;
      display: none;
      z-index: 3;
    }
  }
  @media (min-width: 992px) {
    .globalNav__Dropdown {
      box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    }
  }
  .globalNav__Brand {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .globalNav__Link {
    position: relative;
    border: none;
    background-color: transparent;
    padding: 8px 8px;
    text-decoration: none;
    color: #343a40;
    display: block;
    cursor: pointer;
  }
  .globalNav__Link:hover {
    text-decoration: none;
    color: #343a40;
  }
  @media (min-width: 992px) {
    .globalNav__Link {
      padding: 16px 8px;
    }
    .globalNav__Link:after {
      margin: 0 8px;
      position: absolute;
      width: calc(100% - 16px);
      height: 4px;
      background-color: transparent;
      bottom: 0px;
      left: 0;
      content: "";
      transform: translateY(6px);
      transition: all 50ms ease-in;
    }
    .is-active .globalNav__Link:after {
      background-color: #4791ce;
      transform: translateY(0);
    }
  }
  .globalNav__Item {
    z-index: 0;
  }
  .globalNav__Item.is-active {
    background-color: #fff;
    z-index: 2;
  }
  .globalNav__Item.is-active .globalNav-SubItem {
    position: relative;
    z-index: 9999;
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 200ms ease-out 50ms, transform 250ms ease-out;
  }
  .globalNav__Item.is-active .globalNav-SubItem:hover {
    opacity: 0.85;
  }
  .globalNav__Item.is-active .globalNav__Image {
    opacity: 1;
  }
  .globalNav__Item.is-active .globalNav__Dropdown {
    background-color: #fff;
    z-index: 9999;
    display: block;
    visibility: visible;
    height: auto;
    overflow: hidden;
    opacity: 1;
    transition: height 250ms ease-in, visibility 0ms linear 0ms;
  }
  @media (max-width: 1279.98px) {
    .globalNav__Item.is-active .globalNav__Dropdown {
      height: auto;
      display: block;
    }
  }
  .globalNav__Image {
    opacity: 0;
    transition: opacity 200ms ease-out 50ms;
  }
  .globalNav__Image img {
    transform: scale(1);
    transition: all 200ms linear;
  }
  .globalNav__Image:hover img {
    transform: scale(1.05);
  }
  
  .embed-responsive-nav:before {
    padding-top: 52.3333%;
  }
  @media (max-width: 991.98px) {
    .globalNav_clps {
      overflow-y: scroll;
      max-height: calc(100vh - 58px);
    }
  }
  .pricing-bg {
    background-image: url(/img/backgrounds/Artboard1.svg?_cchid=445a6f1568c58c9ddd58fee431420f95);
  }
  @media (max-width: 1279.98px) {
    .pricing-bg {
      background-position: top left;
      background-size: 100%;
    }
  }
  @media (min-width: 992px) {
    .pricing-bg {
      background-position: 0px 56px;
      background-size: 50%;
      background-attachment: fixed;
    }
  }
  .range-tick {
    width: 2px;
  }
  .tick-lg {
    height: 20px;
    background-color: rgba(71, 145, 206, 0.3);
  }
  .range-slider {
    height: 24px;
    border-left: 0px solid #4791ce;
    border-bottom: 3px solid #4791ce;
    border-right: 3px solid #4791ce;
  }
  .range-slider-fill {
    background-color: rgba(71, 145, 206, 0.9);
  }
  .range-slider-fill:after {
    position: absolute;
    right: -5px;
    top: 24px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 4px solid #4791ce;
    border-right: 4px solid #4791ce;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: rotate(-45deg);
  }
  .range-lower {
    position: absolute;
    left: -36px;
    font-size: 12px;
    top: -15px;
  }
  .range-higher {
    position: absolute;
    right: -40px;
    font-size: 12px;
    top: -15px;
  }
  .input-range-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    outline: none;
  }
  .input-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin-top: 16px;
    opacity: 0;
  }
  .input-range-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    margin-top: 16px;
    opacity: 0;
  }
  .lzy-bg.lzy-visible {
    background-color: transparent;
    opacity: 1;
  }
  .toc-bar.is-active {
    transform: translateX(0);
  }
  .toc-bar.is-active .fa-list {
    display: none;
  }
  .toc-bar.is-active .fa-times {
    display: block;
  }
  h1,
  h2,
  h3,
  h4 {
    margin-bottom: 0;
  }
  p {
    margin-bottom: 0;
  }
  p:not(:last-child) {
    margin-bottom: 1rem;
  }
  h2:not(:first-child) {
    margin-top: 1.5rem;
  }
  h2:not(:last-child) {
    margin-bottom: 1rem;
  }
  h3:not(:first-child) {
    margin-top: 1.25rem;
  }
  h3:not(:last-child) {
    margin-bottom: 0.85rem;
  }
  td,
  th {
    padding: 10px 10px;
    vertical-align: middle;
  }
  table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
    overflow: hidden;
  }
  table tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
  }
  table td {
    min-width: 80px;
  }
  table td:first-child {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  table td:not(:first-child):nth-child(2n) {
    background-color: rgba(71, 145, 206, 0.05);
    border-left: 1px solid rgba(71, 145, 206, 0.05);
    border-right: 1px solid rgba(71, 145, 206, 0.05);
  }
  table th:nth-child(2n) {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: rgba(71, 145, 206, 0.05);
    border-left: 1px solid rgba(71, 145, 206, 0.05);
    border-right: 1px solid rgba(71, 145, 206, 0.05);
  }
  .check-mark{
  width:1.2rem;
  }
  .editable{
    vertical-align: middle!important;
  } 
  .noneSection{
  background-color:#f1f4f9!important;
  }
  .table{
        background-color: inherit;
  }
  .table thead th{
      min-width: 12rem;
  }
  .section-stack-tech{
  text-align: center;
  }
  thead th, thead td{
  background-color: inherit;
  }
  @media (max-width: 992px){
    .b-3, .b-2{
      display: none ;
  }
  }
  @media (min-width: 992px){
    .b-3, .b-2, .b-1{
      display: table-cell!important;
  }
  }
.nav-justified{
  padding: 0px;}
.no-price-section{
  background-color: rgba(241, 244, 249, 1);
      text-align: center;
      text-transform: uppercase;

}
  @media (max-width: 455px) {
  .top-nav{
    margin:0px
    }
  }
.noneSection{
background-color: #fff!important;
}