@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=latin-ext);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.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: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !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-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !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) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  background: url("../images/body-bg.svg") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #234678;
  font-size: 15px;
  line-height: 1.35;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

body.home {
  background: #fff;
  background: url("../images/body-bg-sg.svg") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

* {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    max-width: 1170px;
  }
}

hr {
  border: 0;
  height: 1px;
  background: #D8D8D8;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

hr.light {
  background: #EAEAEA;
}

.gray-section {
  background: url("../images/gray-section-bg.svg") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

@font-face {
  font-family: 'pzu_www_tfi';
  src: url("../fonts/icons/pzu_www_tfi.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/pzu_www_tfi.otf") format("opentype"), url("../fonts/icons/pzu_www_tfi.woff") format("woff"), url("../fonts/icons/pzu_www_tfi.ttf") format("truetype"), url("../fonts/icons/pzu_www_tfi.svg#pzu_www_tfi") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'pzu_www_tfi';
  font-style: normal;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.icon.is-prefix {
  font-size: 45px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575.98px) {
  .icon.is-prefix {
    font-size: 35px;
  }
}

.icon.is-prefix.prefix-middle {
  top: 50%;
  transform: translateY(-50%);
}

.icon.icon-caret::before {
  content: 'A';
}

.icon.icon-close::before {
  content: 'B';
}

.icon.icon-hamburger::before {
  content: 'C';
}

.icon.icon-lock::before {
  content: 'D';
}

.icon.icon-dot::before {
  content: 'E';
}

.icon.icon-dot-empty::before {
  content: 'F';
}

.icon.icon-umbrella::before {
  content: 'G';
}

.icon.icon-gt::before {
  content: 'H';
}

.icon.icon-calendar::before {
  content: 'I';
}

.icon.icon-info::before {
  content: 'J';
}

.icon.icon-check::before {
  content: 'K';
}

.icon.icon-warning::before {
  content: 'L';
}

.icon.icon-crosshair::before {
  content: 'M';
}

.icon.icon-house::before {
  content: 'N';
}

.icon.icon-lifebuoy::before {
  content: 'O';
}

.icon.icon-pc::before {
  content: 'P';
}

.icon.icon-ok::before {
  content: 'Q';
}

.icon.icon-wallet::before {
  content: 'R';
}

.icon.icon-car::before {
  content: 'S';
}

.icon.icon-house2::before {
  content: 'T';
}

.icon.icon-ship::before {
  content: 'U';
}

.icon.icon-piggy-bank::before {
  content: 'V';
}

.icon.icon-student::before {
  content: 'W';
}

.icon.icon-work::before {
  content: 'X';
}

.icon.icon-holiday::before {
  content: 'Y';
}

.icon.icon-chart::before {
  content: 'Z';
}

.icon.icon-time::before {
  content: '[';
}

.icon.icon-planet::before {
  content: '\\';
}

.icon.icon-gift::before {
  content: ']';
}

.icon.icon-lock-closed::before {
  content: '^';
}

.icon.icon-success::before {
  content: '_';
}

.icon.icon-guitar::before {
  content: '`';
}

.icon.icon-forest::before {
  content: 'a';
}

.icon.icon-sailing::before {
  content: 'b';
}

.icon.icon-cat::before {
  content: 'c';
}

.icon.icon-bike::before {
  content: 'd';
}

.icon.icon-birthday::before {
  content: 'e';
}

.icon.icon-rollerskate::before {
  content: 'f';
}

.icon.icon-baloons::before {
  content: 'g';
}

.icon.icon-target::before {
  content: 'h';
}

i.icon.navbar-icon {
  font-size: 40px;
}

i.icon.collapsible-icon {
  font-size: 40px;
}

.icon-tooltip:before {
  border: 1px solid #D8D8D8;
  border-radius: 50px;
  width: 21px;
  height: 21px;
  font-size: 20px;
  line-height: 19px;
  cursor: pointer;
  transition: 0.3s all;
  background: #ffffff;
  font-weight: normal;
}

.icon-tooltip.active:before, .icon-tooltip:hover:before {
  color: #ffffff;
  background: #009DDE;
  border-color: #009DDE;
}

.has-prefix {
  padding-left: 60px;
  position: relative;
  height: 100%;
  min-height: 45px;
}

@media (max-width: 575.98px) {
  .has-prefix {
    padding-left: 45px;
  }
}

.has-hidden-prefix {
  padding-left: 60px;
}

@media (max-width: 575.98px) {
  .has-hidden-prefix {
    padding-left: 45px;
  }
}

.sg-nav .has-prefix {
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .sg-nav .has-prefix {
    padding-left: 45px;
  }
}

.sg-nav .icon.is-prefix {
  font-size: 40px;
}

.modal-icon {
  font-size: 40px;
  color: #009DDE;
  border: 2px solid #009DDE;
  border-radius: 50%;
}

.modal-icon.modal-icon-no-b {
  border: none;
}

.icon-goal-progress {
  color: #009DDE;
  font-size: 35px;
}

.col-goal-progress {
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.goal-progress {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 15px;
  top: 0;
  border: 4px solid #BEDCE8;
  border-radius: 50%;
}

.goal-progress.active {
  border: none;
}

.custom-goal-icons > div {
  margin-top: 3px;
  margin-bottom: 3px;
}

nav.navbar {
  margin-top: 20px;
  margin-bottom: 50px;
}

.navbar-icon-container {
  display: inline-block;
  text-align: center;
}

.navbar-icon-container .navbar-icon-title {
  display: block;
}

.sg-nav a {
  display: block;
}

.sg-nav .has-prefix {
  height: 65px;
}

.sg-nav p {
  margin-top: 1px;
  max-height: 1px;
  overflow: hidden;
  transition: 0.3s max-height;
}

.sg-nav .col:hover p,
.sg-nav .col.active p {
  max-height: 40px;
}

.sg-nav .col {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #EAEAEA;
  border-radius: 0;
  transition: 0.3s border-color;
}

.sg-nav .col:first-of-type {
  border-left: 1px solid transparent;
}

.sg-nav .col:hover {
  border-top: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-radius: 3px;
}

.sg-nav .col:hover + .col {
  border-left: 1px solid transparent;
}

.sg-nav .col:hover + .col.active {
  border-left: 1px solid #009DDE;
}

.sg-nav .col.active {
  border-top: 1px solid #009DDE;
  border-right: 1px solid #009DDE;
  border-bottom: 1px solid #009DDE;
  border-left: 1px solid #009DDE;
  border-radius: 3px;
}

.sg-nav .col.active + .col {
  border-left: 1px solid transparent;
}

.sg-nav .is-prefix {
  display: none;
}

@media (min-width: 1200px) {
  .sg-nav .is-prefix {
    display: block;
  }
}

.sg-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.28);
}

.dashboard-nav-container {
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sg-nav > .row {
  border-radius: 3px;
  border: 1px solid #009DDE;
  margin: 0;
}

.sg-nav > .row > .col {
  padding-left: 10px;
  padding-right: 10px;
}

.sg-nav-fixed .sg-nav > .row {
  border-color: transparent;
}

.btn {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background: #009DDE;
  border: 1px solid #009DDE;
  padding: 5px 15px;
  border-radius: 3px;
  display: inline-block;
  transition: 0.3s all;
  font-family: "Source Sans Pro", sans-serif;
  outline: none !important;
  cursor: pointer;
  line-height: 1.35;
}

.btn:disabled, .btn.disabled {
  color: #FFFFFF !important;
  background: #D8D8D8 !important;
  border-color: #D8D8D8 !important;
  cursor: not-allowed;
}

.btn:hover {
  color: #009DDE;
  background: transparent;
  border: 1px solid #009DDE;
}

.btn:active {
  color: #009DDE;
  background: transparent;
  border: 1px solid #009DDE;
}

.btn:focus {
  color: #009DDE;
  background: transparent;
  border: 1px solid #009DDE;
}

.btn-inverted {
  color: #009DDE;
  background: transparent;
  border: 1px solid #009DDE;
}

.btn-inverted:hover {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #009DDE;
}

.btn-inverted:active {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #009DDE;
}

.btn-inverted:focus {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #009DDE;
}

.btn-white {
  color: #009DDE;
  background: #ffffff;
  border: 1px solid #009DDE;
}

.btn-white:hover {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #009DDE;
}

.btn-white:active {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #009DDE;
}

.btn-white:focus {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #009DDE;
}

.btn-white.btn-same-bg:hover {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #FFFFFF;
}

.btn-white.btn-same-bg:active {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #FFFFFF;
}

.btn-white.btn-same-bg:focus {
  color: #ffffff;
  background: #009DDE;
  border: 1px solid #FFFFFF;
}

.btn-mid {
  padding: 10px 15px;
}

.btn-inline {
  margin-right: 15px;
}

.btn-inline:last-of-type {
  margin-right: 0;
}

.btn-lg {
  padding: 15px;
}

.btn-xl {
  padding: 40px 15px;
  min-width: 310px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s all;
}

.btn-xl.btn:hover, .btn-xl.btn:focus {
  background: #009DDE;
  border: 1px solid #009DDE;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.204) 0px 6px 10px;
  transform: translateY(-3px);
}

.btn-xl.btn-white:hover, .btn-xl.btn-white:focus {
  color: #009DDE;
  background: #ffffff;
  border: 1px solid #009DDE;
  box-shadow: rgba(0, 0, 0, 0.204) 0px 6px 10px;
}

@media (max-width: 400px) {
  .btn-xl {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    min-width: auto;
  }
}

.absolute-middle {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-block {
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .btn-sm-match-height {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    float: left;
    align-items: center;
  }
  .btn-sm-match-height.right {
    float: right;
  }
}

.btn-stick-middle-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-w-80 {
  width: 80px;
  display: inline-block;
  margin-right: calc(50% - 80px);
}

.btn-w-80:last-of-type {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .btn-w-80 {
    margin-right: 0;
    display: block;
  }
}

.btn-w-90 {
  min-width: 90px;
}

.btn-w-170 {
  min-width: 170px;
}

.callout {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.28);
  border-radius: 3px;
}

@media (min-width: 768px) {
  .callout {
    padding: 35px;
  }
}

.callout.callout-ns {
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .callout {
    padding: 15px 5px;
  }
}

.callout-blue {
  background: #FFFFFF;
  border: 1px solid #BEDCE8;
  border-radius: 12px;
  box-shadow: none;
}

@media (min-width: 768px) {
  .callout-md {
    padding: 15px 35px 15px 35px;
  }
}

@media (min-width: 768px) {
  .callout-form {
    padding: 15px 25px;
  }
}

@media (min-width: 768px) {
  .callout-sm {
    padding: 15px;
  }
}

.callout-invis-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.callout-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}

.callout-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  border-top: none;
}

.callout-max-h {
  height: 100%;
}

.collapsible {
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  padding: 15px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .collapsible {
    padding: 15px 5px;
  }
}

.has-collapsible-prefix {
  position: relative;
}

div.has-collapsible-prefix {
  height: 20px;
  width: 38px;
}

h3.has-collapsible-prefix {
  padding-left: 35px;
}

h2.has-collapsible-prefix {
  padding-left: 50px;
}

@media (max-width: 991.98px) {
  h2.has-upto-lg-collapsible-prefix {
    padding-left: 50px !important;
  }
}

p.has-collapsible-prefix {
  position: relative;
  padding-left: 25px;
}

@media (max-width: 991.98px) {
  h3.has-upto-lg-collapsible-prefix {
    padding-left: 40px;
    position: relative;
  }
}

.collapsible-prefix {
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
  position: absolute;
}

.collapsible-prefix.open {
  transform: rotate(180deg);
}

h3 .collapsible-prefix {
  left: 0;
  top: 6px;
}

h2 .collapsible-prefix {
  left: 0;
  top: 6px;
}

h2.has-upto-lg-collapsible-prefix .collapsible-prefix {
  left: 0;
  top: 20px;
}

p .collapsible-prefix {
  top: 2px;
  left: 0;
}

.collapsible-contents {
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.28);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.collapsible-contents.collapsible-contents-full {
  width: 100%;
}

@media (max-width: 575.98px) {
  .collapsible-contents {
    width: 100%;
  }
}

.collapsible-contents-invis {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .collapsible-contents-invis {
    width: 100%;
  }
}

.collapsible-contents-inner {
  padding: 15px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .collapsible-contents-inner {
    padding: 15px 5px;
  }
}

.collapsible-row {
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}

.collapsible-contents-row {
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  padding: 15px 15px;
  margin-top: 5px;
}

@media (max-width: 575.98px) {
  .collapsible-contents-row {
    padding: 15px 5px;
  }
}

.collapsible-container {
  margin-bottom: 20px;
}

.collapsible-container:last-of-type {
  margin-bottom: 0;
}

[data-index="wallet"] .collapsible-container {
  margin-bottom: 30px;
}

[data-index="wallet"] .collapsible-container:last-of-type {
  margin-bottom: 0;
}

.collapsible-col-close {
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .collapsible-col-close {
    position: absolute;
    top: 25px;
    right: 15px;
    width: auto;
  }
}

.collapsible-toggle {
  cursor: pointer;
}

.collapsible-prefix {
  transform: rotate(0deg);
}

@media (max-width: 991.98px) {
  .collapsible-upto-lg {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.28);
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .tfi-fund-row .col-xl-title {
    flex: 0 0 26%;
    max-width: 26%;
  }
  .tfi-fund-row .col-xl-type {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-left: 0;
  }
  .tfi-fund-row .col-xl-unit-price {
    flex: 0 0 13%;
    max-width: 13%;
    padding-left: 0;
  }
  .tfi-fund-row .col-xl-roi {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 0;
    padding-right: 0;
  }
  .tfi-fund-row .col-xl-risk {
    flex: 0 0 16%;
    max-width: 16%;
    padding-right: 0;
  }
  .tfi-fund-row .col-xl-action {
    flex: 0 0 16%;
    max-width: 16%;
    height: 65px;
    border-left: 1px solid #DBF1FA;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.delete-collapsible-row {
  position: absolute;
  right: 10px;
  top: 0;
  width: 25px;
  height: 25px;
  background: #009DDE;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 25px;
}

@media (min-width: 576px) {
  .delete-collapsible-row {
    right: 5px;
  }
}

.delete-collapsible-row:hover, .delete-collapsible-row:focus, .delete-collapsible-row:active {
  color: #ffffff;
}

.accordion-contents {
  height: 0;
  overflow: hidden;
}

.my-goals-row .accordion-contents {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.accordion-container-open .accordion-contents {
  height: auto;
}

.accordion-container-open .accordion-container .accordion-contents {
  height: 0;
  overflow: hidden;
}

.fl-form .accordion-container-open .accordion-contents {
  overflow: visible;
}

.accordion-toggle {
  cursor: pointer;
}

@media (min-width: 992px) {
  .accordion-container-lg-open .accordion-contents {
    height: auto !important;
  }
}

.accordion-container-lg-open .accordion-toggle {
  padding: 15px 0;
  position: relative;
}

@media (min-width: 992px) {
  .accordion-container-lg-open .accordion-toggle {
    cursor: auto;
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  .accordion-container-lg-open h2.accordion-toggle {
    margin-bottom: 5px;
  }
}

.faq h3 {
  transition: 0.3s all;
}

.faq .accordion-container-open h3 {
  font-weight: 600;
  color: #234678;
}

.input {
  padding: 4px 0 4px 0;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  width: 100%;
  outline: none !important;
  color: #009DDE;
  background: #ffffff;
  margin: 0;
}

.input:disabled, .input:read-only, .input.disabled {
  color: #545C68;
  background: #ffffff;
  opacity: 1 !important;
}

.input:focus {
  border: 1px solid #009DDE;
}

.summary-fl .input:read-only {
  font-weight: 600;
}

.summary-fl .form-inactive .input {
  font-weight: 600;
  color: #545C68;
}

.form-input input {
  text-transform: uppercase;
}

.form-input input[type=password] {
  text-transform: none !important;
}

textarea {
  font-family: "Source Sans Pro", sans-serif;
  resize: none;
}

.has-input-percent {
  width: 100%;
  max-width: 100px;
  display: inline-block;
  position: relative;
}

@media (max-width: 575.98px) {
  .has-input-percent {
    max-width: 100%;
    padding: 5px;
    background: #009DDE;
  }
  .has-input-percent.disabled {
    background: transparent;
  }
}

.input-percent-container {
  position: relative;
  width: calc(100% - 25px);
  padding-bottom: 25px;
}

.input-percent-container:after {
  content: "%";
  font-size: 18px;
  color: #009DDE;
  position: absolute;
  top: 5px;
  left: calc(100% + 5px);
}

@media (max-width: 575.98px) {
  .input-percent-container:after {
    color: #FFFFFF;
  }
}

.disabled .input-percent-container:after {
  color: #545C68;
}

.disabled .input-percent-container > .input-percent:after {
  color: #545C68;
}

.input-percent-container > .input-percent {
  position: relative;
}

.input-percent-container > .input-percent:before {
  content: ' ';
  background: url("../images/input/percent-deco.png");
  background-position: 0 0;
  position: absolute;
  left: 50%;
  top: 100%;
  height: 6px;
  width: 11px;
  margin-left: -5px;
  margin-top: -1px;
}

.input-percent-container > .input-percent.no-text-val:before {
  display: none;
}

.input-percent-container > .input-percent:after {
  content: attr(data-value);
  position: absolute;
  left: 0;
  top: calc(100% + 7px);
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #009DDE;
}

@media (max-width: 575.98px) {
  .input-percent-container > .input-percent:after {
    color: #FFFFFF;
  }
}

.input-percent-container > .input-percent.focus:before {
  background-position: 0 6px;
}

.radio-icon-input > input[type=radio] {
  display: none;
}

.radio-icon-input > input[type=radio] + label {
  color: #545C68;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: 0.3s color;
}

.radio-icon-input > input[type=radio] + label > .icon {
  font-size: 50px;
  display: block;
  margin-bottom: 15px;
  color: #DCDCDC;
  transition: 0.3s all;
}

.radio-icon-input > input[type=radio] + label > .icon.small {
  font-size: 35px;
  margin-bottom: 0;
}

.radio-icon-input > input[type=radio] + label:hover > .icon {
  transform: scale(1.2);
}

.radio-icon-input > input[type=radio]:checked + label {
  color: #009DDE;
}

.radio-icon-input > input[type=radio]:checked + label > .icon {
  color: #009DDE;
}

.radio-inline-input {
  position: relative;
}

.radio-inline-input > input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.radio-inline-input > input[type=radio] + label {
  color: #545C68;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 30px;
  min-height: 20px;
  position: relative;
}

.radio-inline-input > input[type=radio] + label:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transition: 0.3s;
  transform: translateY(-50%);
}

.radio-inline-input > input[type=radio] + label:before {
  transition: 0.3s all;
  content: ' ';
  width: 18px;
  height: 18px;
  border: 1px solid #D8D8D8;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.radio-inline-input > input[type=radio] + label:hover:before {
  border-color: #009DDE;
}

.radio-inline-input > input[type=radio]:checked + label {
  color: #009DDE;
}

.radio-inline-input > input[type=radio]:checked + label:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009DDE;
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
}

.radio-inline-input > input[type=radio]:focus + label:before {
  border-color: #009DDE;
}

.form-input .radio-inline-input > input[type=radio] + label:after {
  top: 6px;
  left: 6px;
  transform: translateY(0);
}

.form-input .radio-inline-input > input[type=radio] + label:before {
  top: 0;
  left: 0;
  transform: translateY(0);
}

.form-input .radio-inline-input > input[type=radio]:checked + label:after {
  top: 6px;
  left: 6px;
  transform: translateY(0);
}

.form-input .radio-inline-input > input[type=radio]:checked + label:before {
  top: 0;
  left: 0;
  transform: translateY(0);
}

.has-error .radio-inline-input > input[type=radio] + label {
  color: #D76884;
}

.input-inline {
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-inline {
    display: inline-block;
    margin-right: 20px;
  }
}

.input-depends-on {
  font-family: "Source Sans Pro", sans-serif;
  padding: 6px 15px;
  display: inline-block;
  font-size: 15px;
  width: 350px;
  max-width: 100%;
  transition: 0.3s all;
  text-transform: uppercase;
}

.input-depends-on.input-depends-on-325 {
  width: 325px;
}

.input-depends-on::-webkit-input-placeholder {
  font-family: inherit;
  text-align: center;
  color: #009DDE;
  font-size: 15px;
  transition: 0.3s all;
}

.input-depends-on:-moz-placeholder {
  font-family: inherit;
  text-align: center;
  color: #009DDE;
  font-size: 15px;
  transition: 0.3s all;
}

.input-depends-on::-moz-placeholder {
  font-family: inherit;
  text-align: center;
  color: #009DDE;
  font-size: 15px;
  transition: 0.3s all;
}

.input-depends-on:-ms-input-placeholder {
  font-family: inherit;
  text-align: center;
  color: #009DDE;
  font-size: 15px;
  transition: 0.3s all;
}

.input-depends-on.is-readonly {
  color: #545C68;
  border-color: #D8D8D8;
  background: #FFFFFF;
  width: 145px;
  padding-left: 0;
  padding-right: 0;
  cursor: not-allowed;
}

.input-depends-on.is-readonly.input-depends-on-325 {
  width: 145px;
}

.input-depends-on.is-readonly::-webkit-input-placeholder {
  color: #545C68;
}

.input-depends-on.is-readonly:-moz-placeholder {
  color: #545C68;
}

.input-depends-on.is-readonly::-moz-placeholder {
  color: #545C68;
}

.input-depends-on.is-readonly:-ms-input-placeholder {
  color: #545C68;
}

.input-depends-on:disabled, .input-depends-on:read-only {
  color: #545C68;
  border-color: #D8D8D8;
  background: #FFFFFF;
  width: 145px;
  padding-left: 0;
  padding-right: 0;
  cursor: not-allowed;
}

.input-depends-on:disabled.input-depends-on-325, .input-depends-on:read-only.input-depends-on-325 {
  width: 145px;
}

.input-depends-on:disabled::-webkit-input-placeholder, .input-depends-on:read-only::-webkit-input-placeholder {
  color: #545C68;
}

.input-depends-on:disabled:-moz-placeholder, .input-depends-on:read-only:-moz-placeholder {
  color: #545C68;
}

.input-depends-on:disabled::-moz-placeholder, .input-depends-on:read-only::-moz-placeholder {
  color: #545C68;
}

.input-depends-on:disabled:-ms-input-placeholder, .input-depends-on:read-only:-ms-input-placeholder {
  color: #545C68;
}

.input-b-0 {
  border: none;
}

.input-risk-1 {
  color: #7ED321 !important;
}

.input-risk-2 {
  color: #CCD94F !important;
}

.input-risk-3 {
  color: #F1D932 !important;
}

.input-risk-4 {
  color: #F1AC32 !important;
}

.input-risk-5 {
  color: #F18832 !important;
}

.input-risk-6 {
  color: #F14B32 !important;
}

.input-risk-7 {
  color: #D20000 !important;
}

.radio-above-input > input[type=radio] {
  display: none;
}

.radio-above-input > input[type=radio] + label {
  color: #545C68;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  padding-top: 25px;
  position: relative;
  text-align: center;
}

.radio-above-input > input[type=radio] + label:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  transition: 0.3s;
  transform: translateX(-50%);
}

.radio-above-input > input[type=radio] + label:before {
  content: ' ';
  width: 18px;
  height: 18px;
  border: 1px solid #D8D8D8;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.radio-above-input > input[type=radio]:checked + label {
  color: #009DDE;
}

.radio-above-input > input[type=radio]:checked + label:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009DDE;
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.has-datepicker {
  position: relative;
}

.has-datepicker:after {
  font-family: 'pzu_www_tfi';
  content: 'I';
  position: absolute;
  right: 5px;
  top: -5px;
  font-size: 24px;
  color: #009DDE;
  cursor: pointer;
  transition: 0.3s color;
}

.form-inactive .has-datepicker:after {
  color: #545C68;
}

.checkbox-inline-input {
  position: relative;
}

.checkbox-inline-input > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.checkbox-inline-input > input[type=checkbox] + label {
  color: #545C68;
  display: block;
  cursor: pointer;
  transition: 0.3s all;
  padding-left: 30px;
  min-height: 20px;
  position: relative;
}

.checkbox-inline-input > input[type=checkbox] + label:after {
  transition: 0.3s all;
  font-family: 'pzu_www_tfi';
  content: 'K';
  color: #FFFFFF;
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 13px;
}

.checkbox-inline-input > input[type=checkbox] + label:before {
  transition: 0.3s all;
  content: ' ';
  width: 18px;
  height: 18px;
  border: 1px solid #D8D8D8;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  left: 0;
}

.checkbox-inline-input > input[type=checkbox] + label:hover:before {
  border-color: #009DDE;
}

.checkbox-inline-input > input[type=checkbox]:checked + label {
  color: #009DDE;
}

.checkbox-inline-input > input[type=checkbox]:checked + label:after {
  transition: 0.3s all;
  font-family: 'pzu_www_tfi';
  content: 'K';
  color: #009DDE;
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 13px;
}

.checkbox-inline-input > input[type=checkbox]:focus + label:before {
  border-color: #009DDE;
}

.has-error .checkbox-inline-input > input[type=checkbox] + label {
  color: #D76884;
}

.form-inactive .checkbox-inline-input > input[type=checkbox] + label {
  color: #545C68;
}

.form-input {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.form-input .checkbox-inline-input,
.form-input .radio-inline-input {
  margin-bottom: 15px;
}

.radio-button-input > input[type=radio] {
  display: none;
}

.radio-button-input > input[type=radio] + label {
  width: 100%;
  color: #009DDE;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #009DDE;
  border-radius: 3px;
  display: block;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}

.radio-button-input > input[type=radio] + label:hover {
  box-shadow: rgba(0, 0, 0, 0.204) 0px 6px 10px;
  transform: translateY(-3px);
}

.radio-button-input > input[type=radio]:checked + label {
  color: #FFFFFF;
  background: #009DDE;
}

.form-section {
  margin-bottom: 1.5rem;
}

.payment-label {
  position: absolute;
  left: 135px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 400px) {
  .payment-label {
    position: static;
    transform: translateY(0);
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.checkbox-toggle-input > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.checkbox-toggle-input > input[type=checkbox] + label {
  width: 100%;
  min-height: 16px;
  padding-left: 55px;
  position: relative;
  color: #545C68;
  transition: 0.3s all;
  font-size: 18px;
  display: block;
}

.checkbox-toggle-input > input[type=checkbox] + label:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #D8D8D8;
}

.checkbox-toggle-input > input[type=checkbox] + label:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 22px;
  background: #D8D8D8;
  border-radius: 3px;
  transition: 0.3s all;
}

.checkbox-toggle-input > input[type=checkbox]:checked + label {
  color: #009DDE;
}

.checkbox-toggle-input > input[type=checkbox]:checked + label:after {
  left: 20px;
  background: #009DDE;
}

.label-divider {
  height: 1rem;
}

.has-input-percent.has-error:before {
  display: none;
}

.has-input-percent.has-error:after {
  content: attr(data-error);
  font-size: 12px;
  left: 0;
  width: 100%;
  display: block;
  color: #D76884;
  position: absolute;
  top: 100%;
  background: #FFFFFF;
}

.input-validate {
  position: relative;
}

.input-validate.error-as-tooltip {
  position: static;
}

.custom-select-container {
  position: relative;
  box-sizing: border-box;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: .333;
}

.custom-select-opener {
  background-color: #FFFFFF;
  padding: 5px 25px 5px 10px;
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  color: #545C68;
  position: relative;
}

.custom-select-opener:after {
  font-family: 'pzu_www_tfi';
  content: 'A';
  color: #009DDE;
  font-size: 80%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.is-open .custom-select-opener:after {
  transform: translateY(-50%) rotate(180deg);
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s opacity;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 9.5rem;
  overflow-y: auto;
  opacity: 1;
}

.custom-select-option {
  padding: 5px 25px 5px 15px;
  color: #545C68;
  position: relative;
}

.custom-select-option.has-focus {
  background-color: #FFFFFF;
}

.custom-select-option.is-selected:after {
  content: "K";
  font-family: 'pzu_www_tfi';
  color: #009DDE;
  font-size: 80%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

.col-with-dropdown .custom-select-container {
  position: absolute;
  left: 105px;
  top: 0;
  min-width: 85px;
}

.col-with-dropdown .custom-select-container > .custom-select-opener {
  padding: 3px 25px 3px 10px;
}

footer {
  background: #234678;
  color: #FFFFFF;
}

footer > .container {
  padding-top: 50px;
  padding-bottom: 30px;
  background: url("../images/footer-bg.svg") no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

@media (max-width: 767.98px) {
  footer > .container {
    background: url("../images/footer-bg-mobile.svg");
    background-position: right top;
    background-size: auto 100%;
  }
}

.footer-links a {
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 0 5px 0;
}

.footer-links-inline a {
  display: inline-block;
  color: #FFFFFF;
  padding: 0 10px 0 10px;
  border-right: 1px solid #44689E;
}

.footer-links-inline a:first-of-type {
  padding-left: 0;
}

.footer-links-inline a:last-of-type {
  border-right: none;
}

footer .text-light-color {
  color: #9DAABD;
}

footer hr {
  background: #44689E;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-phone {
  padding-left: 30px;
  position: relative;
}

.footer-phone:before {
  content: ' ';
  display: block;
  width: 13px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 10px;
  left: 0;
}

.footer-phone:after {
  content: ' ';
  display: block;
  width: 5px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 5px;
  top: 27px;
}

@media (max-width: 767.98px) {
  .col-footer {
    border-bottom: 1px solid #44689E;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .col-footer.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}


footer .footer-links.social>div {
    position: relative;
    left: -10px
}

footer .footer-links.social .social-media-link {
    position: relative;
    width: 40px;
    height: 35px;
    text-align: center;
    margin: 0 3px;
    line-height: 0
}

footer .footer-links.social .social-media-link.social-facebook:before {
    content: url("../images/social-media/fb.svg")/"";
    position: absolute;
    top: 8px;
    left: 15px
}

footer .footer-links.social .social-media-link.social-x:before {
    content: url("../images/social-media/x-social-media.svg")/"";
    position: absolute;
    top: 10px;
    left: 10px
}

footer .footer-links.social .social-media-link.social-youtube:before {
    content: url("../images/social-media/yt.svg")/"";
    position: absolute;
    top: 10px;
    left: 11px
}

footer .footer-links.social .social-media-link.social-in:before {
    content: url("../images/social-media/linkedin.svg")/"";
    position: absolute;
    top: 8px;
    left: 12px
}

.risk-scale {
  white-space: nowrap;
  line-height: 1;
}

.risk-scale li {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-left: 1px;
  margin-right: 1px;
}

.risk-scale li:nth-of-type(1) {
  border-color: #7ED321;
}

.risk-scale li:nth-of-type(2) {
  border-color: #CCD94F;
}

.risk-scale li:nth-of-type(3) {
  border-color: #F1D932;
}

.risk-scale li:nth-of-type(4) {
  border-color: #F1AC32;
}

.risk-scale li:nth-of-type(5) {
  border-color: #F18832;
}

.risk-scale li:nth-of-type(6) {
  border-color: #F14B32;
}

.risk-scale li:nth-of-type(7) {
  border-color: #D20000;
}

.risk-scale.risk-level-1 li:nth-of-type(1) {
  background: #7ED321;
}

.risk-scale.risk-level-2 li:nth-of-type(2) {
  background: #CCD94F;
}

.risk-scale.risk-level-3 li:nth-of-type(3) {
  background: #F1D932;
}

.risk-scale.risk-level-4 li:nth-of-type(4) {
  background: #F1AC32;
}

.risk-scale.risk-level-5 li:nth-of-type(5) {
  background: #F18832;
}

.risk-scale.risk-level-6 li:nth-of-type(6) {
  background: #F14B32;
}

.risk-scale.risk-level-7 li:nth-of-type(7) {
  background: #D20000;
}

.ovh {
  overflow: hidden !important;
  height: 100%;
}

html.ovh {
  position: fixed;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 71, 118, 0.5);
  z-index: 10;
  display: none;
}

.modal-container.modal-container-open {
  display: block;
}

.modal-inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.modal-confirm {
  padding: 50px 62px 50px 62px;
  background: #FFFFFF;
  border: 1px solid #BEDCE8;
  border-radius: 13px;
  width: 675px;
  max-width: 90%;
  margin: auto;
  position: relative;
}

.modal-confirm.modal-confirm-sm {
  width: 800px;
}

.modal-confirm.modal-confirm-xs {
  width: 500px;
}

@media (max-width: 991.98px) {
  .modal-confirm {
    padding: 25px;
  }
}

@media (max-width: 767.98px) {
  .modal-confirm {
    padding: 15px;
  }
}

.modal-content {
  max-width: 90%;
  width: 1100px;
  padding: 25px;
  background: #FFFFFF;
  border-radius: 13px;
  margin: auto;
  position: relative;
}

.modal-content.modal-content-sm {
  width: 1000px;
}

.modal-content.modal-content-md {
  width: 1140px;
}

@media (max-width: 767.98px) {
  .modal-content {
    padding: 15px;
  }
}

.modal-success {
  max-width: 90%;
  width: 675px;
  padding: 50px 30px 50px 30px;
  background: #FFFFFF;
  border: 1px solid #bedce8;
  border-radius: 13px;
  margin: auto;
  position: relative;
}

@media (max-width: 991.98px) {
  .modal-success {
    padding: 25px;
  }
}

@media (max-width: 767.98px) {
  .modal-success {
    padding: 15px;
  }
}

@media (max-width: 1199.98px) {
  .modal-compare {
    display: none !important;
  }
}

.modal-confirm > .modal-text {
  margin-bottom: 40px;
}

.modal-close-top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-block;
  line-height: 17px;
}

.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.tippy-popper {
  max-width: 350px;
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4;
}

.tippy-popper[data-html] {
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 90%;
  transform-origin: 0 90%;
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(5.5) translate(-50%, 25%);
  transform: scale(5.5) translate(-50%, 25%);
  opacity: 1;
}

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, 25%);
  transform: scale(1) translate(-50%, 25%);
  opacity: 0;
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -90%;
  transform-origin: 0 -90%;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(5.5) translate(-50%, -125%);
  transform: scale(5.5) translate(-50%, -125%);
  opacity: 1;
}

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, -125%);
  transform: scale(1) translate(-50%, -125%);
  opacity: 0;
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 30% 0 0 30%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
}

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 90% 0;
  transform-origin: 90% 0;
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(5.5) translate(33%, -50%);
  transform: scale(5.5) translate(33%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(33%, -50%);
  transform: scale(1.5) translate(33%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 30% 30% 0;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
}

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -90% 0;
  transform-origin: -90% 0;
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(5.5) translate(-133%, -50%);
  transform: scale(5.5) translate(-133%, -50%);
  opacity: 1;
}

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(-133%, -50%);
  transform: scale(1.5) translate(-133%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .9rem;
  padding: .3rem .6rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}

.tippy-tooltip.validation-theme {
  color: #D76884;
}

.tippy-tooltip[data-size=small] {
  padding: .2rem .4rem;
  font-size: .75rem;
}

.tippy-tooltip[data-size=large] {
  padding: .4rem .8rem;
  font-size: 1rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-animatefill] .tippy-content {
  -webkit-transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98), -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
}

.tippy-tooltip[data-interactive] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip[data-inertia][data-state=hidden] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none;
}

.tippy-roundarrow path {
  pointer-events: auto;
}

.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 26%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(100% 100% at 50% 50%);
  clip-path: ellipse(100% 100% at 50% 50%);
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(5% 50% at 50% 50%);
  clip-path: ellipse(5% 50% at 50% 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 0 50%);
  clip-path: ellipse(135% 100% at 0 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(25% 100% at 0 50%);
  clip-path: ellipse(25% 100% at 0 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 100% 50%);
  clip-path: ellipse(135% 100% at 100% 50%);
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(25% 100% at 100% 50%);
  clip-path: ellipse(25% 100% at 100% 50%);
}

@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 7px solid #009DDE;
}

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 7px solid #009DDE;
}

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 7px solid #009DDE;
}

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 7px solid #009DDE;
}

.tippy-tooltip {
  background: #ffffff;
  border: 1px solid #009DDE;
  color: #545C68;
  font-size: 12px;
  text-align: left;
  border-radius: 3px;
  padding: 10px;
}

.form-input .icon-tooltip {
  position: absolute;
  top: 5px;
  right: 0;
}

.item-list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.item-list > li {
  padding-left: 15px;
}

.item-list > div {
  margin-bottom: 1rem;
}

.item-list-bordered > .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #EAEAEA;
}

.item-list-bordered > .item:last-of-type {
  border-bottom: 1px solid #EAEAEA;
}

.table-compare .item-list-bordered > .item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.item-list-checked > .item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  position: relative;
}

.item-list-checked > .item:before {
  font-family: 'pzu_www_tfi';
  content: 'K';
  color: #009DDE;
  padding-right: 10px;
  position: absolute;
  left: 15px;
  top: 5px;
}

.item-list-numbered {
  counter-reset: numberedCounter;
}

.item-list-numbered > .item {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  counter-increment: numberedCounter;
}

.item-list-numbered > .item:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #009DDE;
  content: counters(numberedCounter, ".");
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  z-index: 2;
}

.item-list-numbered > .item:after {
  position: absolute;
  top: 0;
  left: 14px;
  width: 1px;
  height: 100%;
  background: #D8D8D8;
  content: ' ';
  z-index: 1;
}

.item-list-numbered > .item:first-of-type:after {
  top: 50%;
  height: 50%;
}

.item-list-numbered > .item:last-of-type:after {
  top: auto;
  bottom: 50%;
  height: 50%;
}

.item-list-dotted > .item {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  margin-bottom: 4px;
  position: relative;
}

.item-list-dotted > .item:before {
  position: absolute;
  top: 11px;
  left: 10px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #545C68;
  content: ' ';
  transition: 0.3s background-color;
}

.item-list-dotted > .item > span {
  display: block;
  margin-bottom: 4px;
}

input[type=checkbox]:checked + label .item-list-dotted > .item:before {
  background: #009DDE;
}

.item-list-vcenter > .item * {
  vertical-align: middle;
}

.item .file-extension {
  margin: 10px 20px 10px 0;
}

.item-list > .item > .row {
  min-height: 28px;
}

@media (min-width: 1200px) {
  .item-list > .item-goal-pack {
    margin-left: 68px;
  }
}

.file-extension {
  display: inline-block;
  width: 30px;
  height: 40px;
  border: 1px solid #6D7787;
  position: relative;
}

.file-extension:after {
  content: attr(data-ext);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #009DDE;
  font-weight: 600;
  text-transform: uppercase;
}

.file-extension:before {
  content: ' ';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 12px;
  height: 12px;
  background: url("../images/file-extension/corner-deco.png") no-repeat;
}

.growth-incidator {
  position: relative;
  padding-left: 30px;
}

.growth-incidator:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #8CC83C;
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.text-growth {
  color: #8CC83C;
}

.decrease-incidator {
  position: relative;
  padding-left: 30px;
}

.decrease-incidator:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid red;
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.text-decrease {
  color: red;
}

.text-sm .growth-incidator {
  padding-left: 10px;
}

.text-sm .growth-incidator:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #8CC83C;
}

.text-sm .decrease-incidator {
  padding-left: 10px;
}

.text-sm .decrease-incidator:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid red;
}

.navbar-mobile-toggle {
  cursor: pointer;
}

.mobile-nav {
  display: block;
  position: fixed;
  z-index: 4;
  left: 100%;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  background: #FFFFFF;
  transition: 0.3s left;
  overflow: auto;
}

.mobile-nav .collapsible-prefix {
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 600;
}

.mobile-nav.open {
  left: 0;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav > li {
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid #EAEAEA;
}

.mobile-nav > li > a {
  display: block;
  padding: 5px 30px 5px 30px;
  font-size: 18px;
}

.mobile-nav > li > .accordion-container > a {
  display: block;
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.mobile-nav > li > .accordion-container > .accordion-contents li {
  border-top: 1px solid #EAEAEA;
}

.mobile-nav > li > .accordion-container > .accordion-contents li a {
  display: block;
  padding: 5px 30px 5px 30px;
  font-size: 18px;
}

.desktop-nav {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}

.desktop-nav a {
  font-size: 18px;
  display: inline-block;
  padding-right: 45px;
}

.desktop-nav a:last-of-type {
  padding-right: 0;
}

.mobile-nav > li > .accordion-container > .accordion-contents .accordion-contents li a {
  padding-left: 60px;
}

.mobile-nav > li > .accordion-container > .accordion-contents li a.nav-btn {
  display: inline-block;
  background: #009DDE;
  padding: 5px;
  margin-left: 25px;
  color: #FFFFFF;
}

.paginate {
  text-align: center;
  margin: 0;
  padding: 0;
}

.paginate > li {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #009DDE;
  margin: 0 3px;
}

.paginate > li > a {
  color: #009DDE;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}

.paginate > li.active {
  border-color: #A4B0C2;
}

.paginate > li.active > a {
  color: #A4B0C2;
}

.page-loader {
  border: 7px solid #b7dfe7;
  border-radius: 50%;
  border-top: 7px solid #009fdd;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 1rem auto 1rem auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cookie-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  background-color: #F7F7F4;
  border-top: 1px solid #D8D8D8;
  z-index: 3;
}

.col-cookie-info a:hover {
  text-decoration: underline;
}

.col-cookie-info {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .col-cookie-info {
    padding-left: 90px;
    min-height: 55px;
    background: url("../images/cookies.svg") no-repeat;
    background-position: 15px center;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.vertical-center {
  display: flex;
  align-items: center;
}

.stick-container {
  position: relative;
}

.no-margins {
  margin: 0;
}

.p-r-10 {
  padding-right: 10px;
}

.spaced {
  margin-top: 20px;
  margin-bottom: 20px;
}

.reset-lh {
  line-height: 1;
}

.b-t {
  border-top: 1px solid #DBF1FA;
}

.b-b {
  border-bottom: 1px solid #DBF1FA;
}

.b-l {
  border-left: 1px solid #DBF1FA;
}

.b-r {
  border-right: 1px solid #DBF1FA;
}

.b-t-0 {
  border-top: 0;
}

.b-b-0 {
  border-bottom: 0;
}

.b-l-0 {
  border-left: 0;
}

.b-r-0 {
  border-right: 0;
}

.stick-br {
  position: absolute;
  bottom: 0;
  right: 0;
}

.stick-clear {
  position: static;
}

.b-xs-t {
  border-top: 1px solid #DBF1FA;
}

.b-xs-b {
  border-bottom: 1px solid #DBF1FA;
}

.b-xs-l {
  border-left: 1px solid #DBF1FA;
}

.b-xs-r {
  border-right: 1px solid #DBF1FA;
}

.b-xs-t-0 {
  border-top: 0;
}

.b-xs-b-0 {
  border-bottom: 0;
}

.b-xs-l-0 {
  border-left: 0;
}

.b-xs-r-0 {
  border-right: 0;
}

.stick-xs-br {
  position: absolute;
  bottom: 0;
  right: 0;
}

.stick-xs-clear {
  position: static;
}

@media (min-width: 576px) {
  .b-sm-t {
    border-top: 1px solid #DBF1FA;
  }
  .b-sm-b {
    border-bottom: 1px solid #DBF1FA;
  }
  .b-sm-l {
    border-left: 1px solid #DBF1FA;
  }
  .b-sm-r {
    border-right: 1px solid #DBF1FA;
  }
  .b-sm-t-0 {
    border-top: 0;
  }
  .b-sm-b-0 {
    border-bottom: 0;
  }
  .b-sm-l-0 {
    border-left: 0;
  }
  .b-sm-r-0 {
    border-right: 0;
  }
  .stick-sm-br {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .stick-sm-clear {
    position: static;
  }
}

@media (min-width: 768px) {
  .b-md-t {
    border-top: 1px solid #DBF1FA;
  }
  .b-md-b {
    border-bottom: 1px solid #DBF1FA;
  }
  .b-md-l {
    border-left: 1px solid #DBF1FA;
  }
  .b-md-r {
    border-right: 1px solid #DBF1FA;
  }
  .b-md-t-0 {
    border-top: 0;
  }
  .b-md-b-0 {
    border-bottom: 0;
  }
  .b-md-l-0 {
    border-left: 0;
  }
  .b-md-r-0 {
    border-right: 0;
  }
  .stick-md-br {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .stick-md-clear {
    position: static;
  }
}

@media (min-width: 992px) {
  .b-lg-t {
    border-top: 1px solid #DBF1FA;
  }
  .b-lg-b {
    border-bottom: 1px solid #DBF1FA;
  }
  .b-lg-l {
    border-left: 1px solid #DBF1FA;
  }
  .b-lg-r {
    border-right: 1px solid #DBF1FA;
  }
  .b-lg-t-0 {
    border-top: 0;
  }
  .b-lg-b-0 {
    border-bottom: 0;
  }
  .b-lg-l-0 {
    border-left: 0;
  }
  .b-lg-r-0 {
    border-right: 0;
  }
  .stick-lg-br {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .stick-lg-clear {
    position: static;
  }
}

@media (min-width: 1200px) {
  .b-xl-t {
    border-top: 1px solid #DBF1FA;
  }
  .b-xl-b {
    border-bottom: 1px solid #DBF1FA;
  }
  .b-xl-l {
    border-left: 1px solid #DBF1FA;
  }
  .b-xl-r {
    border-right: 1px solid #DBF1FA;
  }
  .b-xl-t-0 {
    border-top: 0;
  }
  .b-xl-b-0 {
    border-bottom: 0;
  }
  .b-xl-l-0 {
    border-left: 0;
  }
  .b-xl-r-0 {
    border-right: 0;
  }
  .stick-xl-br {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .stick-xl-clear {
    position: static;
  }
}

.b-light-gray {
  border-color: #EAEAEA;
}

.form-step-counter {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  transition: 0.3s all;
  margin-bottom: 1.5rem;
}

.form-step-counter:before {
  content: attr(data-count);
  font-size: 30px;
  display: block;
  width: 54px;
  text-align: center;
  line-height: 52px;
  color: #D8D8D8;
}

.form-step-counter:after {
  font-family: 'pzu_www_tfi';
  content: 'A';
  font-size: 30px;
  color: #D8D8D8;
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -15px;
}

.form-step-counter.small {
  width: 30px;
  height: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-step-counter.small:before {
  width: 30px;
  line-height: 28px;
  font-size: 18px;
}

.form-step-counter.small:after {
  font-size: 0.875rem;
  top: 23px;
  right: -9px;
}

.form-step-counter.last:after {
  display: none;
}

.form-step-counter.active {
  border: 1px solid #009DDE;
}

.form-step-counter.active:before {
  color: #009DDE;
}

.form-step-counter.active:after {
  color: #009DDE;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.container-depends-on {
  height: 0;
  overflow: hidden;
}

.history-row {
  min-height: 52px;
}

.stick-under {
  position: relative;
  z-index: 0;
}

.w-85 {
  width: 85px;
}

.pl-85-inside .radio-inline-input input[type=radio] + label {
  padding-left: 85px;
}

.brand-logo-container {
  display: block;
  background: url('../images/logo-pzu-color.webp') no-repeat;
  background-size: contain;
  width: 187px;
  height: 66px;
}

.logo-desc {
  color: #545c68;
  margin-left: 33px;
  padding-left: 33px;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 18px;
  border-left: 1px solid #d8d8d8;
}

@media (max-width: 575.98px) {
    .brand-logo-container {
        width:150px;
        height: 53px
    }
}

.highcharts-tooltip {
  z-index: 1;
}

@media (max-width: 575.98px) {
  .pl-xs-100 {
    padding-left: 100px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

.default-color {
  color: #234678 !important;
}

h3, h4, h5 {
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-xxl {
  font-size: 45px;
}

h1, .text-xl {
  font-size: 35px;
}

h2, .text-lg {
  font-size: 30px;
}

.text-25 {
  font-size: 25px;
}

h3, .text-md {
  font-size: 18px;
}

h3.goal-val, .text-md.goal-val {
  font-size: 16px;
}

p, .text {
  font-size: 15px;
}

h4, .text-sm {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #234678;
}

a:hover {
  color: inherit;
}

a:active {
  color: inherit;
}

a:focus {
  color: inherit;
}

a.link-underline {
  text-decoration: underline;
}

a.text-light-color:hover, a.text-light-color:active, a.text-light-color:focus {
  color: #009DDE;
}

a.text-light-gray:hover, a.text-light-gray:active, a.text-light-gray:focus {
  color: #545C68;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-light-color {
  color: #009DDE;
}

.text-light-gray {
  color: #545C68;
}

.text-light-gray.text-lighten {
  color: #A4B0C2;
}

.text-underlined {
  padding-bottom: 3px;
  border-bottom: 1px solid #EAEAEA;
}

small {
  font-size: 80%;
}

.text-with-back-prefix {
  position: relative;
}

.text-with-back-prefix:before {
  content: 'H';
  font-family: 'pzu_www_tfi';
  font-size: 60%;
  position: absolute;
  left: -15px;
  top: 55%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .text-with-back-prefix:before {
    display: none;
  }
}

.form-question {
  font-size: 20px;
  color: #545C68;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
}

.form-question:before {
  content: attr(data-no);
  position: absolute;
  top: 0;
  left: 0;
}

.edit-mode .form-question {
  font-size: 15px;
  font-weight: normal;
  padding-left: 0;
}

.edit-mode .form-question:before {
  display: none;
}

.form-statement {
  font-size: 25px;
  color: #545C68;
  margin-bottom: 1rem;
}

.form-question-helper {
  padding-left: 20px;
}

.payment-detail {
  display: flex;
}

.payment-detail > span {
  display: block;
  flex: 50% 0 0;
  padding-left: 10px;
  padding-right: 10px;
}

.payment-detail > span:first-of-type {
  text-align: right;
}

@media (max-width: 767.98px) {
  .payment-detail {
    flex-direction: column;
  }
  .payment-detail > span {
    display: block;
    flex: 100% 0 0;
    text-align: center;
  }
  .payment-detail > span:first-of-type {
    text-align: center;
  }
}

.validation-field-detail {
  display: flex;
}

.validation-field-detail > span {
  display: block;
  flex: 50% 0 0;
  padding-left: 10px;
  padding-right: 10px;
}

.validation-field-detail > span:first-of-type {
  text-align: right;
}

.validation-field-detail.validation-section-detail > span {
  display: block;
  flex: 100% 0 0;
  padding-left: 10px;
  padding-right: 10px;
}

.validation-field-detail.validation-section-detail > span:first-of-type {
  text-align: center;
}

@media (max-width: 767.98px) {
  .validation-field-detail {
    flex-direction: column;
  }
  .validation-field-detail > span {
    display: block;
    flex: 100% 0 0;
    text-align: center;
  }
  .validation-field-detail > span:first-of-type {
    text-align: center;
  }
}

footer .text-invis {
  font-size: 10px;
  margin-bottom: 0;
  color: #5571a7;
}

@media (max-width: 400px) {
  .text-acc-no {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .text-acc-no-xs {
    font-size: 10px;
  }
}
