@import "https://fonts.googleapis.com/css2?family=Material+Icons+Outlined&display=block";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  border-color: rgba(0, 0, 0, 0.2);
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
b,
strong,
th {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
canvas {
  border-width: 0;
  border-style: none;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
figure {
  margin: 0;
}
hr {
  height: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: inherit;
  overflow: visible;
}
code,
kbd,
pre,
samp,
.code {
  font-family: 'SF Mono', 'Roboto Mono', 'Inconsolata', Monaco, Menlo, Consolas, monospace;
  font-size: 1em;
  word-wrap: break-word;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
[role="button"] {
  cursor: pointer;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="checkbox"],
input[type="radio"],
input[type="range"] {
  padding: 0;
  vertical-align: middle;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}
fieldset {
  border-width: 1px;
  border-style: solid;
  padding: 0.35em 0.625em 0.75em;
  margin: 0;
}
legend {
  border-width: 0;
  border-style: none;
  padding: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
td,
th,
legend {
  padding: 0;
}
iframe,
embed,
object,
.video {
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
  display: block;
}
pre {
  overflow: auto;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  white-space: pre-wrap;
}
mark {
  background-color: #ff0;
  color: #000;
}
textarea {
  overflow: auto;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
[hidden],
template {
  display: none;
}
summary {
  display: list-item;
}
canvas,
audio,
video {
  display: inline-block;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
hgroup,
frame,
hr {
  display: block;
}
.img-normal {
  max-width: none;
}
.gm-style img {
  max-width: none;
}
.gmap-html * {
  color: #333333;
  margin: 0;
}
::-moz-selection {
  background-color: #1ae2da;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background-color: #1ae2da;
  color: #FFF;
  text-shadow: none;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
address {
  margin-bottom: 0;
  font-style: normal;
  display: inline-block;
}
ins {
  background-color: #9F0;
  color: #000;
  text-decoration: none;
}
del {
  color: #ff0000;
  text-decoration: line-through;
}
.visible-print {
  display: none !important;
}
@media print {
  *,
  *:before,
  *:after {
    -webkit-print-color-adjust: exact !important;
       color-adjust: exact !important;
            print-color-adjust: exact !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .page-break-after-always {
    page-break-after: always;
  }
  .page-break-before-always {
    page-break-before: always;
  }
  .page-break-after-avoid {
    page-break-after: avoid;
  }
  .page-break-before-avoid {
    page-break-before: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .hidden-print {
    display: none !important;
  }
  .visible-print {
    display: block !important;
  }
}
blockquote {
  padding: 0 1.5rem;
  border-left-style: solid;
  border-left-width: 0.5rem;
}
ul,
ol {
  padding-left: 2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
small,
.small {
  font-size: 0.875em;
}
small small {
  font-size: 0.75em;
}
em {
  font-family: inherit;
  font-style: italic;
}
fieldset {
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: none;
}
legend {
  display: block;
  width: 100%;
  padding: 0 0 0.5rem 0;
  font-size: 1.8rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: normal;
  letter-spacing: 0;
}
p,
pre,
dl,
menu,
ol,
ul,
hr,
table,
address,
dl,
figure,
paragraph,
kbd,
samp,
blockquote,
legend,
caption,
.mrg-prg,
.list-normal,
.table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  text-transform: none;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small,
h1 sub,
h2 sub,
h3 sub,
h4 sub,
h5 sub,
h6 sub,
.h1 sub,
.h2 sub,
.h3 sub,
.h4 sub,
.h5 sub,
.h6 sub,
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup,
.h1 sup,
.h2 sup,
.h3 sup,
.h4 sup,
.h5 sup,
.h6 sup {
  font-weight: 300;
  opacity: 0.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  letter-spacing: -0.05em;
}
h1 small,
h2 small,
h3 small,
.h1 small,
.h2 small,
.h3 small,
h1 .small,
h2 .small,
h3 .small,
.h1 .small,
.h2 .small,
.h3 .small {
  font-size: 75%;
}
h1,
.h1,
.p1 {
  font-size: 2.5em;
  line-height: 1.125;
  letter-spacing: -0.05em;
}
h2,
.h2,
.p2 {
  font-size: 2.125em;
  line-height: 1.14705882;
  letter-spacing: -0.04em;
}
h3,
.h3,
.p3 {
  font-size: 1.875em;
  line-height: 1.16666667;
  letter-spacing: -0.03em;
}
h4,
.h4,
.p4,
.widget-title,
.panel-title,
.popover-title {
  font-size: 1.375em;
  line-height: 1.22727273;
  letter-spacing: -0.02em;
}
h5,
.h5,
.p5,
caption {
  font-size: 1.125em;
  line-height: 1.27777778;
  letter-spacing: -0.01em;
}
h6,
.h6,
.p6 {
  font-size: 1em;
  line-height: 1.3125;
  letter-spacing: -0.01em;
}
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  overflow-wrap: anywhere;
}
.content a {
  text-decoration: underline;
  display: inline;
}
.list-none {
  list-style: none;
}
.list-box,
nav ul,
aside ul,
footer ul,
nav ol,
aside ol,
footer ol,
ul.row {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.list-inline {
  list-style: none;
  padding-left: 0;
}
.list-inline > li {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-inline > li:last-child {
  padding-right: 0;
}
.list-normal {
  list-style: disc;
  padding-left: 4rem;
}
dl {
  width: 100%;
}
dt {
  font-weight: bold;
  padding: 0.5rem 0 0 0;
}
dt:empty {
  padding: 0 !important;
}
dd {
  word-wrap: break-word;
  padding: 0 0 0.5rem 0;
}
dd:empty:after {
  content: '-';
}
.dl-reversed dt {
  font-weight: normal;
}
.dl-reversed dd {
  font-weight: bold;
}
.dl-right dd {
  text-align: right;
}
.dl-bordered dt {
  border-top-width: 1px;
  border-top-style: solid;
}
.dl-bordered dt:first-child {
  border-width: 0;
  border-style: none;
}
.dl-bordered dt:first-child + dd {
  border-width: 0;
  border-style: none;
}
@media (min-width: 768px) {
  .dl-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    line-height: 1;
  }
  .dl-inline dt {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .dl-inline dd {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    padding: 0.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .dl-inline.dl-bordered dd {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .dl-inline.dl-bordered dt:first-child + dd {
    border-width: 0;
    border-style: none;
  }
}
.dl-table {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.dl-table dl {
  height: 100%;
  margin: 0;
  line-height: 1;
}
.dl-table dl dt {
  padding: 1rem 1.5rem 0 1.5rem;
}
.dl-table dl dd {
  padding: 0.5rem 1.5rem 1rem 1.5rem;
}
.dl-table dl:not(.dl-inline) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.dl-table dl:not(.dl-inline) dt:empty {
  display: none;
}
.dl-table dl:not(.dl-inline) dd:not(.td-btn) {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.dl-table dl:not(.dl-inline) dd:empty {
  display: none;
}
.dl-table .dl-inline dt {
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.dl-table .dl-inline dd {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
div.dl-table:empty {
  display: none;
}
.hr-title {
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
.hr-title > * {
  display: table;
  white-space: nowrap;
  width: 100%;
}
.hr-title > *:before,
.hr-title > *:after {
  border-top-width: 1px;
  border-top-style: solid;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 50%;
}
.hr-title > *:before {
  right: 1.5%;
}
.hr-title > *:after {
  left: 1.5%;
}
.hr-subtitle {
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .hr-title > * {
    white-space: normal;
  }
  .hr-title > *:before,
  .hr-title > *:after {
    width: 10%;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  max-width: 160rem;
}
.row,
[class|="row"] {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row > [class*="col-"],
[class|="row"] > [class*="col-"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.fow,
[class|="fow"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.fow > *,
[class|="fow"] > * {
  width: 100%;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.columns-avoid {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  column-break-inside: avoid;
}
[class*=col-],
.fol,
[class*=fol-] {
  position: relative;
}
.fow-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.fow-sm > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > * {
  padding-right: 0;
  padding-left: 0;
}
[class*="hgt-"] {
  position: relative;
}
[class*="hgt-"]:before {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  content: '';
}
.col-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 {
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-0 {
  width: auto;
}
.col-1x5 {
  width: 20%;
  float: left;
}
.col-4x5 {
  width: 80%;
  float: left;
}
.col-1x7 {
  width: 14.28571429%;
  float: left;
}
.col-1x8 {
  width: 12.5%;
  float: left;
}
.col-1x9 {
  width: 11.11111111%;
  float: left;
}
.col-1x10 {
  width: 10%;
  float: left;
}
.fol-12 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}
.fol-11 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 91.66666667%;
}
.fol-10 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 83.33333333%;
}
.fol-9 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 75%;
}
.fol-8 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 66.66666667%;
}
.fol-7 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 58.33333333%;
}
.fol-6 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}
.fol-5 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 41.66666667%;
}
.fol-4 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333333%;
}
.fol-3 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
}
.fol-2 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 16.66666667%;
}
.fol-1 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 8.33333333%;
}
.fol {
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
}
.fol-0 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.fol-n {
  -ms-flex: initial;
      flex: initial;
  width: auto ;
  max-width: none;
}
.order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.order-10 {
  -ms-flex-order: 10;
      order: 10;
}
.order-11 {
  -ms-flex-order: 11;
      order: 11;
}
.order-12 {
  -ms-flex-order: 12;
      order: 12;
}
.fow-a > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}
.fow-e > * {
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
}
.fow-1 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}
.fow-2 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}
.fow-3 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333333%;
}
.fow-4 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
}
.fow-5 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 20%;
}
.fow-6 > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 16.66666667%;
}
.hgt-24:before {
  padding-bottom: 200% !important;
}
.hgt-16-10:before {
  padding-bottom: 62.5% !important;
}
.hgt-16-9:before {
  padding-bottom: 56.25% !important;
}
.hgt-12:before {
  padding-bottom: 100% !important;
}
.hgt-11:before {
  padding-bottom: 91.66666667% !important;
}
.hgt-10:before {
  padding-bottom: 83.33333333% !important;
}
.hgt-9:before {
  padding-bottom: 75% !important;
}
.hgt-8:before {
  padding-bottom: 66.66666667% !important;
}
.hgt-7:before {
  padding-bottom: 58.33333333% !important;
}
.hgt-6:before {
  padding-bottom: 50% !important;
}
.hgt-5:before {
  padding-bottom: 41.66666667% !important;
}
.hgt-4:before {
  padding-bottom: 33.33333333% !important;
}
.hgt-3:before {
  padding-bottom: 25% !important;
}
.hgt-2:before {
  padding-bottom: 16.66666667% !important;
}
.hgt-1:before {
  padding-bottom: 8.33333333% !important;
}
.hgt-0:before {
  padding-bottom: 0% !important;
  padding-bottom: inherit !important;
  height: auto !important;
  content: none !important;
}
.columns-6 {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
.columns-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
.columns-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
.columns-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
.columns-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
.columns-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
@media (min-width: 768px) {
  .col-0_sm,
  .col-1_sm,
  .col-2_sm,
  .col-3_sm,
  .col-4_sm,
  .col-5_sm,
  .col-6_sm,
  .col-7_sm,
  .col-8_sm,
  .col-9_sm,
  .col-10_sm,
  .col-11_sm,
  .col-12_sm {
    float: left;
  }
  .col-12_sm {
    width: 100%;
  }
  .col-11_sm {
    width: 91.66666667%;
  }
  .col-10_sm {
    width: 83.33333333%;
  }
  .col-9_sm {
    width: 75%;
  }
  .col-8_sm {
    width: 66.66666667%;
  }
  .col-7_sm {
    width: 58.33333333%;
  }
  .col-6_sm {
    width: 50%;
  }
  .col-5_sm {
    width: 41.66666667%;
  }
  .col-4_sm {
    width: 33.33333333%;
  }
  .col-3_sm {
    width: 25%;
  }
  .col-2_sm {
    width: 16.66666667%;
  }
  .col-1_sm {
    width: 8.33333333%;
  }
  .col-0_sm {
    width: auto;
  }
  .col-1x5_sm {
    width: 20%;
    float: left;
  }
  .col-4x5_sm {
    width: 80%;
    float: left;
  }
  .col-1x7_sm {
    width: 14.28571429%;
    float: left;
  }
  .col-1x8_sm {
    width: 12.5%;
    float: left;
  }
  .col-1x9_sm {
    width: 11.11111111%;
    float: left;
  }
  .col-1x10_sm {
    width: 10%;
    float: left;
  }
  .fol-12_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fol-11_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .fol-10_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .fol-9_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .fol-8_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .fol-7_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .fol-6_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fol-5_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .fol-4_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fol-3_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fol-2_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .fol-1_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .fol_sm {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fol-0_sm {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .fol-n_sm {
    -ms-flex: initial;
        flex: initial;
    width: auto ;
    max-width: none;
  }
  .order-1_sm {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-2_sm {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-3_sm {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-4_sm {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-5_sm {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-6_sm {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-7_sm {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-8_sm {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-9_sm {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-10_sm {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-11_sm {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-12_sm {
    -ms-flex-order: 12;
        order: 12;
  }
  .fow-a_sm > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .fow-e_sm > * {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fow-1_sm > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fow-2_sm > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fow-3_sm > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fow-4_sm > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fow-5_sm > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .fow-6_sm > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hgt-24_sm:before {
    padding-bottom: 200% !important;
  }
  .hgt-16-10_sm:before {
    padding-bottom: 62.5% !important;
  }
  .hgt-16-9_sm:before {
    padding-bottom: 56.25% !important;
  }
  .hgt-12_sm:before {
    padding-bottom: 100% !important;
  }
  .hgt-11_sm:before {
    padding-bottom: 91.66666667% !important;
  }
  .hgt-10_sm:before {
    padding-bottom: 83.33333333% !important;
  }
  .hgt-9_sm:before {
    padding-bottom: 75% !important;
  }
  .hgt-8_sm:before {
    padding-bottom: 66.66666667% !important;
  }
  .hgt-7_sm:before {
    padding-bottom: 58.33333333% !important;
  }
  .hgt-6_sm:before {
    padding-bottom: 50% !important;
  }
  .hgt-5_sm:before {
    padding-bottom: 41.66666667% !important;
  }
  .hgt-4_sm:before {
    padding-bottom: 33.33333333% !important;
  }
  .hgt-3_sm:before {
    padding-bottom: 25% !important;
  }
  .hgt-2_sm:before {
    padding-bottom: 16.66666667% !important;
  }
  .hgt-1_sm:before {
    padding-bottom: 8.33333333% !important;
  }
  .hgt-0_sm:before {
    padding-bottom: 0% !important;
    padding-bottom: inherit !important;
    height: auto !important;
    content: none !important;
  }
  .columns-6_sm {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-5_sm {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-4_sm {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-3_sm {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-2_sm {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-1_sm {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
@media (min-width: 992px) {
  .col-0_md,
  .col-1_md,
  .col-2_md,
  .col-3_md,
  .col-4_md,
  .col-5_md,
  .col-6_md,
  .col-7_md,
  .col-8_md,
  .col-9_md,
  .col-10_md,
  .col-11_md,
  .col-12_md {
    float: left;
  }
  .col-12_md {
    width: 100%;
  }
  .col-11_md {
    width: 91.66666667%;
  }
  .col-10_md {
    width: 83.33333333%;
  }
  .col-9_md {
    width: 75%;
  }
  .col-8_md {
    width: 66.66666667%;
  }
  .col-7_md {
    width: 58.33333333%;
  }
  .col-6_md {
    width: 50%;
  }
  .col-5_md {
    width: 41.66666667%;
  }
  .col-4_md {
    width: 33.33333333%;
  }
  .col-3_md {
    width: 25%;
  }
  .col-2_md {
    width: 16.66666667%;
  }
  .col-1_md {
    width: 8.33333333%;
  }
  .col-0_md {
    width: auto;
  }
  .col-1x5_md {
    width: 20%;
    float: left;
  }
  .col-4x5_md {
    width: 80%;
    float: left;
  }
  .col-1x7_md {
    width: 14.28571429%;
    float: left;
  }
  .col-1x8_md {
    width: 12.5%;
    float: left;
  }
  .col-1x9_md {
    width: 11.11111111%;
    float: left;
  }
  .col-1x10_md {
    width: 10%;
    float: left;
  }
  .fol-12_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fol-11_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .fol-10_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .fol-9_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .fol-8_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .fol-7_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .fol-6_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fol-5_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .fol-4_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fol-3_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fol-2_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .fol-1_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .fol_md {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fol-0_md {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .fol-n_md {
    -ms-flex: initial;
        flex: initial;
    width: auto ;
    max-width: none;
  }
  .order-1_md {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-2_md {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-3_md {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-4_md {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-5_md {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-6_md {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-7_md {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-8_md {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-9_md {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-10_md {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-11_md {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-12_md {
    -ms-flex-order: 12;
        order: 12;
  }
  .fow-a_md > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .fow-e_md > * {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fow-1_md > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fow-2_md > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fow-3_md > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fow-4_md > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fow-5_md > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .fow-6_md > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hgt-24_md:before {
    padding-bottom: 200% !important;
  }
  .hgt-16-10_md:before {
    padding-bottom: 62.5% !important;
  }
  .hgt-16-9_md:before {
    padding-bottom: 56.25% !important;
  }
  .hgt-12_md:before {
    padding-bottom: 100% !important;
  }
  .hgt-11_md:before {
    padding-bottom: 91.66666667% !important;
  }
  .hgt-10_md:before {
    padding-bottom: 83.33333333% !important;
  }
  .hgt-9_md:before {
    padding-bottom: 75% !important;
  }
  .hgt-8_md:before {
    padding-bottom: 66.66666667% !important;
  }
  .hgt-7_md:before {
    padding-bottom: 58.33333333% !important;
  }
  .hgt-6_md:before {
    padding-bottom: 50% !important;
  }
  .hgt-5_md:before {
    padding-bottom: 41.66666667% !important;
  }
  .hgt-4_md:before {
    padding-bottom: 33.33333333% !important;
  }
  .hgt-3_md:before {
    padding-bottom: 25% !important;
  }
  .hgt-2_md:before {
    padding-bottom: 16.66666667% !important;
  }
  .hgt-1_md:before {
    padding-bottom: 8.33333333% !important;
  }
  .hgt-0_md:before {
    padding-bottom: 0% !important;
    padding-bottom: inherit !important;
    height: auto !important;
    content: none !important;
  }
  .columns-6_md {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-5_md {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-4_md {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-3_md {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-2_md {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-1_md {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
@media (min-width: 1200px) {
  .col-0_lg,
  .col-1_lg,
  .col-2_lg,
  .col-3_lg,
  .col-4_lg,
  .col-5_lg,
  .col-6_lg,
  .col-7_lg,
  .col-8_lg,
  .col-9_lg,
  .col-10_lg,
  .col-11_lg,
  .col-12_lg {
    float: left;
  }
  .col-12_lg {
    width: 100%;
  }
  .col-11_lg {
    width: 91.66666667%;
  }
  .col-10_lg {
    width: 83.33333333%;
  }
  .col-9_lg {
    width: 75%;
  }
  .col-8_lg {
    width: 66.66666667%;
  }
  .col-7_lg {
    width: 58.33333333%;
  }
  .col-6_lg {
    width: 50%;
  }
  .col-5_lg {
    width: 41.66666667%;
  }
  .col-4_lg {
    width: 33.33333333%;
  }
  .col-3_lg {
    width: 25%;
  }
  .col-2_lg {
    width: 16.66666667%;
  }
  .col-1_lg {
    width: 8.33333333%;
  }
  .col-0_lg {
    width: auto;
  }
  .col-1x5_lg {
    width: 20%;
    float: left;
  }
  .col-4x5_lg {
    width: 80%;
    float: left;
  }
  .col-1x7_lg {
    width: 14.28571429%;
    float: left;
  }
  .col-1x8_lg {
    width: 12.5%;
    float: left;
  }
  .col-1x9_lg {
    width: 11.11111111%;
    float: left;
  }
  .col-1x10_lg {
    width: 10%;
    float: left;
  }
  .fol-12_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fol-11_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .fol-10_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .fol-9_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .fol-8_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .fol-7_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .fol-6_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fol-5_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .fol-4_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fol-3_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fol-2_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .fol-1_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .fol_lg {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fol-0_lg {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .fol-n_lg {
    -ms-flex: initial;
        flex: initial;
    width: auto ;
    max-width: none;
  }
  .order-1_lg {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-2_lg {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-3_lg {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-4_lg {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-5_lg {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-6_lg {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-7_lg {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-8_lg {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-9_lg {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-10_lg {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-11_lg {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-12_lg {
    -ms-flex-order: 12;
        order: 12;
  }
  .fow-a_lg > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .fow-e_lg > * {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fow-1_lg > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fow-2_lg > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fow-3_lg > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fow-4_lg > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fow-5_lg > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .fow-6_lg > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hgt-24_lg:before {
    padding-bottom: 200% !important;
  }
  .hgt-16-10_lg:before {
    padding-bottom: 62.5% !important;
  }
  .hgt-16-9_lg:before {
    padding-bottom: 56.25% !important;
  }
  .hgt-12_lg:before {
    padding-bottom: 100% !important;
  }
  .hgt-11_lg:before {
    padding-bottom: 91.66666667% !important;
  }
  .hgt-10_lg:before {
    padding-bottom: 83.33333333% !important;
  }
  .hgt-9_lg:before {
    padding-bottom: 75% !important;
  }
  .hgt-8_lg:before {
    padding-bottom: 66.66666667% !important;
  }
  .hgt-7_lg:before {
    padding-bottom: 58.33333333% !important;
  }
  .hgt-6_lg:before {
    padding-bottom: 50% !important;
  }
  .hgt-5_lg:before {
    padding-bottom: 41.66666667% !important;
  }
  .hgt-4_lg:before {
    padding-bottom: 33.33333333% !important;
  }
  .hgt-3_lg:before {
    padding-bottom: 25% !important;
  }
  .hgt-2_lg:before {
    padding-bottom: 16.66666667% !important;
  }
  .hgt-1_lg:before {
    padding-bottom: 8.33333333% !important;
  }
  .hgt-0_lg:before {
    padding-bottom: 0% !important;
    padding-bottom: inherit !important;
    height: auto !important;
    content: none !important;
  }
  .columns-6_lg {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-5_lg {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-4_lg {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-3_lg {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-2_lg {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-1_lg {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
@media (min-width: 1440px) {
  .col-0_xl,
  .col-1_xl,
  .col-2_xl,
  .col-3_xl,
  .col-4_xl,
  .col-5_xl,
  .col-6_xl,
  .col-7_xl,
  .col-8_xl,
  .col-9_xl,
  .col-10_xl,
  .col-11_xl,
  .col-12_xl {
    float: left;
  }
  .col-12_xl {
    width: 100%;
  }
  .col-11_xl {
    width: 91.66666667%;
  }
  .col-10_xl {
    width: 83.33333333%;
  }
  .col-9_xl {
    width: 75%;
  }
  .col-8_xl {
    width: 66.66666667%;
  }
  .col-7_xl {
    width: 58.33333333%;
  }
  .col-6_xl {
    width: 50%;
  }
  .col-5_xl {
    width: 41.66666667%;
  }
  .col-4_xl {
    width: 33.33333333%;
  }
  .col-3_xl {
    width: 25%;
  }
  .col-2_xl {
    width: 16.66666667%;
  }
  .col-1_xl {
    width: 8.33333333%;
  }
  .col-0_xl {
    width: auto;
  }
  .col-1x5_xl {
    width: 20%;
    float: left;
  }
  .col-4x5_xl {
    width: 80%;
    float: left;
  }
  .col-1x7_xl {
    width: 14.28571429%;
    float: left;
  }
  .col-1x8_xl {
    width: 12.5%;
    float: left;
  }
  .col-1x9_xl {
    width: 11.11111111%;
    float: left;
  }
  .col-1x10_xl {
    width: 10%;
    float: left;
  }
  .fol-12_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fol-11_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .fol-10_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .fol-9_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .fol-8_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .fol-7_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .fol-6_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fol-5_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .fol-4_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fol-3_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fol-2_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .fol-1_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .fol_xl {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fol-0_xl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .fol-n_xl {
    -ms-flex: initial;
        flex: initial;
    width: auto ;
    max-width: none;
  }
  .order-1_xl {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-2_xl {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-3_xl {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-4_xl {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-5_xl {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-6_xl {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-7_xl {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-8_xl {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-9_xl {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-10_xl {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-11_xl {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-12_xl {
    -ms-flex-order: 12;
        order: 12;
  }
  .fow-a_xl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .fow-e_xl > * {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fow-1_xl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fow-2_xl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fow-3_xl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fow-4_xl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fow-5_xl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .fow-6_xl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hgt-24_xl:before {
    padding-bottom: 200% !important;
  }
  .hgt-16-10_xl:before {
    padding-bottom: 62.5% !important;
  }
  .hgt-16-9_xl:before {
    padding-bottom: 56.25% !important;
  }
  .hgt-12_xl:before {
    padding-bottom: 100% !important;
  }
  .hgt-11_xl:before {
    padding-bottom: 91.66666667% !important;
  }
  .hgt-10_xl:before {
    padding-bottom: 83.33333333% !important;
  }
  .hgt-9_xl:before {
    padding-bottom: 75% !important;
  }
  .hgt-8_xl:before {
    padding-bottom: 66.66666667% !important;
  }
  .hgt-7_xl:before {
    padding-bottom: 58.33333333% !important;
  }
  .hgt-6_xl:before {
    padding-bottom: 50% !important;
  }
  .hgt-5_xl:before {
    padding-bottom: 41.66666667% !important;
  }
  .hgt-4_xl:before {
    padding-bottom: 33.33333333% !important;
  }
  .hgt-3_xl:before {
    padding-bottom: 25% !important;
  }
  .hgt-2_xl:before {
    padding-bottom: 16.66666667% !important;
  }
  .hgt-1_xl:before {
    padding-bottom: 8.33333333% !important;
  }
  .hgt-0_xl:before {
    padding-bottom: 0% !important;
    padding-bottom: inherit !important;
    height: auto !important;
    content: none !important;
  }
  .columns-6_xl {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-5_xl {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-4_xl {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-3_xl {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-2_xl {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-1_xl {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
@media (min-width: 1900px) {
  .col-0_xxl,
  .col-1_xxl,
  .col-2_xxl,
  .col-3_xxl,
  .col-4_xxl,
  .col-5_xxl,
  .col-6_xxl,
  .col-7_xxl,
  .col-8_xxl,
  .col-9_xxl,
  .col-10_xxl,
  .col-11_xxl,
  .col-12_xxl {
    float: left;
  }
  .col-12_xxl {
    width: 100%;
  }
  .col-11_xxl {
    width: 91.66666667%;
  }
  .col-10_xxl {
    width: 83.33333333%;
  }
  .col-9_xxl {
    width: 75%;
  }
  .col-8_xxl {
    width: 66.66666667%;
  }
  .col-7_xxl {
    width: 58.33333333%;
  }
  .col-6_xxl {
    width: 50%;
  }
  .col-5_xxl {
    width: 41.66666667%;
  }
  .col-4_xxl {
    width: 33.33333333%;
  }
  .col-3_xxl {
    width: 25%;
  }
  .col-2_xxl {
    width: 16.66666667%;
  }
  .col-1_xxl {
    width: 8.33333333%;
  }
  .col-0_xxl {
    width: auto;
  }
  .col-1x5_xxl {
    width: 20%;
    float: left;
  }
  .col-4x5_xxl {
    width: 80%;
    float: left;
  }
  .col-1x7_xxl {
    width: 14.28571429%;
    float: left;
  }
  .col-1x8_xxl {
    width: 12.5%;
    float: left;
  }
  .col-1x9_xxl {
    width: 11.11111111%;
    float: left;
  }
  .col-1x10_xxl {
    width: 10%;
    float: left;
  }
  .fol-12_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fol-11_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .fol-10_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .fol-9_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .fol-8_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .fol-7_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .fol-6_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fol-5_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .fol-4_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fol-3_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fol-2_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .fol-1_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .fol_xxl {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fol-0_xxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .fol-n_xxl {
    -ms-flex: initial;
        flex: initial;
    width: auto ;
    max-width: none;
  }
  .order-1_xxl {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-2_xxl {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-3_xxl {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-4_xxl {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-5_xxl {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-6_xxl {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-7_xxl {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-8_xxl {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-9_xxl {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-10_xxl {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-11_xxl {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-12_xxl {
    -ms-flex-order: 12;
        order: 12;
  }
  .fow-a_xxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .fow-e_xxl > * {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fow-1_xxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fow-2_xxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fow-3_xxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fow-4_xxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fow-5_xxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .fow-6_xxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hgt-24_xxl:before {
    padding-bottom: 200% !important;
  }
  .hgt-16-10_xxl:before {
    padding-bottom: 62.5% !important;
  }
  .hgt-16-9_xxl:before {
    padding-bottom: 56.25% !important;
  }
  .hgt-12_xxl:before {
    padding-bottom: 100% !important;
  }
  .hgt-11_xxl:before {
    padding-bottom: 91.66666667% !important;
  }
  .hgt-10_xxl:before {
    padding-bottom: 83.33333333% !important;
  }
  .hgt-9_xxl:before {
    padding-bottom: 75% !important;
  }
  .hgt-8_xxl:before {
    padding-bottom: 66.66666667% !important;
  }
  .hgt-7_xxl:before {
    padding-bottom: 58.33333333% !important;
  }
  .hgt-6_xxl:before {
    padding-bottom: 50% !important;
  }
  .hgt-5_xxl:before {
    padding-bottom: 41.66666667% !important;
  }
  .hgt-4_xxl:before {
    padding-bottom: 33.33333333% !important;
  }
  .hgt-3_xxl:before {
    padding-bottom: 25% !important;
  }
  .hgt-2_xxl:before {
    padding-bottom: 16.66666667% !important;
  }
  .hgt-1_xxl:before {
    padding-bottom: 8.33333333% !important;
  }
  .hgt-0_xxl:before {
    padding-bottom: 0% !important;
    padding-bottom: inherit !important;
    height: auto !important;
    content: none !important;
  }
  .columns-6_xxl {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-5_xxl {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-4_xxl {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-3_xxl {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-2_xxl {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-1_xxl {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
@media (min-width: 2400px) {
  .col-0_xxxl,
  .col-1_xxxl,
  .col-2_xxxl,
  .col-3_xxxl,
  .col-4_xxxl,
  .col-5_xxxl,
  .col-6_xxxl,
  .col-7_xxxl,
  .col-8_xxxl,
  .col-9_xxxl,
  .col-10_xxxl,
  .col-11_xxxl,
  .col-12_xxxl {
    float: left;
  }
  .col-12_xxxl {
    width: 100%;
  }
  .col-11_xxxl {
    width: 91.66666667%;
  }
  .col-10_xxxl {
    width: 83.33333333%;
  }
  .col-9_xxxl {
    width: 75%;
  }
  .col-8_xxxl {
    width: 66.66666667%;
  }
  .col-7_xxxl {
    width: 58.33333333%;
  }
  .col-6_xxxl {
    width: 50%;
  }
  .col-5_xxxl {
    width: 41.66666667%;
  }
  .col-4_xxxl {
    width: 33.33333333%;
  }
  .col-3_xxxl {
    width: 25%;
  }
  .col-2_xxxl {
    width: 16.66666667%;
  }
  .col-1_xxxl {
    width: 8.33333333%;
  }
  .col-0_xxxl {
    width: auto;
  }
  .col-1x5_xxxl {
    width: 20%;
    float: left;
  }
  .col-4x5_xxxl {
    width: 80%;
    float: left;
  }
  .col-1x7_xxxl {
    width: 14.28571429%;
    float: left;
  }
  .col-1x8_xxxl {
    width: 12.5%;
    float: left;
  }
  .col-1x9_xxxl {
    width: 11.11111111%;
    float: left;
  }
  .col-1x10_xxxl {
    width: 10%;
    float: left;
  }
  .fol-12_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fol-11_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .fol-10_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .fol-9_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .fol-8_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .fol-7_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .fol-6_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fol-5_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .fol-4_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fol-3_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fol-2_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .fol-1_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .fol_xxxl {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fol-0_xxxl {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .fol-n_xxxl {
    -ms-flex: initial;
        flex: initial;
    width: auto ;
    max-width: none;
  }
  .order-1_xxxl {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-2_xxxl {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-3_xxxl {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-4_xxxl {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-5_xxxl {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-6_xxxl {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-7_xxxl {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-8_xxxl {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-9_xxxl {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-10_xxxl {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-11_xxxl {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-12_xxxl {
    -ms-flex-order: 12;
        order: 12;
  }
  .fow-a_xxxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .fow-e_xxxl > * {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .fow-1_xxxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .fow-2_xxxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .fow-3_xxxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .fow-4_xxxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .fow-5_xxxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .fow-6_xxxl > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hgt-24_xxxl:before {
    padding-bottom: 200% !important;
  }
  .hgt-16-10_xxxl:before {
    padding-bottom: 62.5% !important;
  }
  .hgt-16-9_xxxl:before {
    padding-bottom: 56.25% !important;
  }
  .hgt-12_xxxl:before {
    padding-bottom: 100% !important;
  }
  .hgt-11_xxxl:before {
    padding-bottom: 91.66666667% !important;
  }
  .hgt-10_xxxl:before {
    padding-bottom: 83.33333333% !important;
  }
  .hgt-9_xxxl:before {
    padding-bottom: 75% !important;
  }
  .hgt-8_xxxl:before {
    padding-bottom: 66.66666667% !important;
  }
  .hgt-7_xxxl:before {
    padding-bottom: 58.33333333% !important;
  }
  .hgt-6_xxxl:before {
    padding-bottom: 50% !important;
  }
  .hgt-5_xxxl:before {
    padding-bottom: 41.66666667% !important;
  }
  .hgt-4_xxxl:before {
    padding-bottom: 33.33333333% !important;
  }
  .hgt-3_xxxl:before {
    padding-bottom: 25% !important;
  }
  .hgt-2_xxxl:before {
    padding-bottom: 16.66666667% !important;
  }
  .hgt-1_xxxl:before {
    padding-bottom: 8.33333333% !important;
  }
  .hgt-0_xxxl:before {
    padding-bottom: 0% !important;
    padding-bottom: inherit !important;
    height: auto !important;
    content: none !important;
  }
  .columns-6_xxxl {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-5_xxxl {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-4_xxxl {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-3_xxxl {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-2_xxxl {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
  .columns-1_xxxl {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
input,
select,
textarea,
.btn,
button,
.reset,
.input {
  border-width: 1px;
  border-style: solid;
  height: 3.4rem;
  width: 100%;
  padding: 0.6rem 1rem;
  background-image: none;
  border-radius: 0;
  line-height: 1.25;
  display: inline-block;
}
input,
select,
textarea,
.input {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  font-size: 1em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
}
input:focus,
select:focus,
textarea:focus,
.input:focus {
  border-color: #e21a22;
}
select[multiple],
select[size],
textarea {
  height: auto;
  display: block;
}
.chrome select[multiple],
.firefox select[multiple] {
  background-image: none;
  padding: 0;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23384042' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
}
button,
input[type="button"],
input[type="submit"],
.btn,
input[type="reset"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  height: auto;
  min-height: 3.4rem;
  text-align: center;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0;
  box-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: inherit;
}
.btn-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn-shadow:hover,
.btn-shadow:focus {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.btn-lg,
.button-wrapper input {
  font-size: 1.125em !important;
  padding: 1rem 2rem !important;
  border-radius: 0;
}
.btn-xl {
  font-size: 1.125em !important;
  padding: 1rem 1.7rem !important;
  border-radius: 0;
}
@media (min-width: 768px) {
  .btn-lg_sm {
    font-size: 1.125em !important;
    padding: 1rem 2rem !important;
    border-radius: 0;
  }
  .btn-xl {
    font-size: 1.25em !important;
    padding: 1.4rem 3.5rem !important;
    border-radius: 0;
  }
}
.btn-sm {
  font-size: 0.875em !important;
  padding: 0.3rem 1rem !important;
  min-height: inherit !important;
  line-height: 1.14285714;
}
.btn-xs {
  font-size: 0.875em !important;
  padding: 0.2rem 0.9rem !important;
  min-height: inherit !important;
  line-height: 1.14285714;
}
.btn-primary {
  background-color: #e21a22 !important;
  color: #FFF !important;
  border-color: #e21a22 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #e8383f !important;
  color: #FFF !important;
  border-color: #e8383f !important;
}
.btn-primary-dark {
  background-color: #cb171f !important;
  color: #FFF !important;
  border-color: #cb171f !important;
}
.btn-primary-dark:hover,
.btn-primary-dark:focus {
  background-color: #e52129 !important;
  color: #FFF !important;
  border-color: #e52129 !important;
}
.btn-accent {
  background-color: #e21a22 !important;
  color: #FFF !important;
  border-color: #e21a22 !important;
}
.btn-accent:hover,
.btn-accent:focus {
  background-color: #e8383f !important;
  color: #FFF !important;
  border-color: #e8383f !important;
}
.btn-dark {
  background-color: #171717 !important;
  color: #FFF !important;
  border-color: #171717 !important;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #292929 !important;
  color: #FFF !important;
  border-color: #292929 !important;
}
.btn-dark-light {
  background-color: #333333 !important;
  color: #FFF !important;
  border-color: #333333 !important;
}
.btn-dark-light:hover,
.btn-dark-light:focus {
  background-color: #454545 !important;
  color: #FFF !important;
  border-color: #454545 !important;
}
.btn-dark-dark {
  background-color: #000000 !important;
  color: #FFF !important;
  border-color: #000000 !important;
}
.btn-dark-dark:hover,
.btn-dark-dark:focus {
  background-color: #121212 !important;
  color: #FFF !important;
  border-color: #121212 !important;
}
.btn-success {
  background-color: #00cc00 !important;
  color: #FFF !important;
  border-color: #00cc00 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #00f000 !important;
  color: #FFF !important;
  border-color: #00f000 !important;
}
.btn-warning {
  background-color: #ff6600 !important;
  color: #FFF !important;
  border-color: #ff6600 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #ff7b24 !important;
  color: #FFF !important;
  border-color: #ff7b24 !important;
}
.btn-error {
  background-color: #ff0000 !important;
  color: #FFF !important;
  border-color: #ff0000 !important;
}
.btn-error:hover,
.btn-error:focus {
  background-color: #ff2424 !important;
  color: #FFF !important;
  border-color: #ff2424 !important;
}
.btn-info {
  background-color: #00cccc !important;
  color: #FFF !important;
  border-color: #00cccc !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #00f0f0 !important;
  color: #FFF !important;
  border-color: #00f0f0 !important;
}
.btn-black {
  background-color: #000 !important;
  color: #FFF !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #121212 !important;
  color: #FFF !important;
  border-color: #121212 !important;
}
.btn-yellow {
  background-color: #ffaa00 !important;
  color: #FFF !important;
  border-color: #ffaa00 !important;
}
.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #ffb624 !important;
  color: #FFF !important;
  border-color: #ffb624 !important;
}
.btn-orange {
  background-color: #ff6600 !important;
  color: #FFF !important;
  border-color: #ff6600 !important;
}
.btn-orange:hover,
.btn-orange:focus {
  background-color: #ff7b24 !important;
  color: #FFF !important;
  border-color: #ff7b24 !important;
}
.btn-red {
  background-color: #ff0000 !important;
  color: #FFF !important;
  border-color: #ff0000 !important;
}
.btn-red:hover,
.btn-red:focus {
  background-color: #ff2424 !important;
  color: #FFF !important;
  border-color: #ff2424 !important;
}
.btn-magenta {
  background-color: #ff00ff !important;
  color: #FFF !important;
  border-color: #ff00ff !important;
}
.btn-magenta:hover,
.btn-magenta:focus {
  background-color: #ff24ff !important;
  color: #FFF !important;
  border-color: #ff24ff !important;
}
.btn-violet {
  background-color: #9966ff !important;
  color: #FFF !important;
  border-color: #9966ff !important;
}
.btn-violet:hover,
.btn-violet:focus {
  background-color: #b18aff !important;
  color: #FFF !important;
  border-color: #b18aff !important;
}
.btn-blue {
  background-color: #0099ff !important;
  color: #FFF !important;
  border-color: #0099ff !important;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #24a7ff !important;
  color: #FFF !important;
  border-color: #24a7ff !important;
}
.btn-cyan {
  background-color: #00cccc !important;
  color: #FFF !important;
  border-color: #00cccc !important;
}
.btn-cyan:hover,
.btn-cyan:focus {
  background-color: #00f0f0 !important;
  color: #FFF !important;
  border-color: #00f0f0 !important;
}
.btn-green {
  background-color: #00cc00 !important;
  color: #FFF !important;
  border-color: #00cc00 !important;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #00f000 !important;
  color: #FFF !important;
  border-color: #00f000 !important;
}
.btn-link,
.btn-icon {
  border-color: transparent !important;
  box-shadow: none;
  width: auto;
  text-transform: none;
  background-color: transparent !important;
}
.btn-link:hover,
.btn-link:focus {
  border-color: transparent;
}
.btn-pill {
  border-radius: 3.4rem;
  padding: 0.6rem 1.5rem;
}
.btn-outline {
  background-color: transparent !important;
  border-width: 2px;
  border-style: solid;
  box-shadow: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: initial !important;
}
.btn-icon {
  padding: 0 !important;
  color: inherit !important;
  font-size: 2rem;
  line-height: 3.4rem;
  width: 3.4rem;
  height: 3.4rem;
  box-shadow: none;
}
.btn-block,
input.btn-block {
  display: block;
  width: 100%;
}
.btn-height {
  height: 3.4rem;
}
.btn-square {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0 !important;
}
input[type="range"],
input[type="image"],
output {
  border-width: 0;
  border-style: none;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none;
  height: auto;
  width: auto;
  padding: 0;
}
.chrome input[type="file"] {
  padding: 0.2rem;
}
.handheld input[type="file"] {
  padding: 0.1rem;
}
input[type="file"] {
  padding: 0;
}
.input-group input[type="file"] {
  padding-right: 3.4rem;
}
input[type="date"],
input[type="datetime"],
input[type="week"],
input[type="month"],
input[type="time"],
input[type="datetime-local"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="reset"],
.reset {
  opacity: 0.75;
}
select::-ms-expand {
  background-color: transparent !important;
  background-image: none !important;
  border-width: 0;
  border-style: none;
  color: inherit;
  margin: 0 0 0 1rem;
}
.ie .input-group input[type="file"] {
  padding-left: 3.4rem;
}
.ie input[type="file"] + .add-on {
  right: auto;
  left: 0;
}
.ie:not(.edge) select {
  background-image: none;
  padding-right: 0.6rem;
}
.select-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.theme-dark .select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.select-placeholder.active {
  color: #333333;
}
.theme-dark .select-placeholder.active {
  color: #ffffff;
}
.select-placeholder option {
  color: #333333;
}
.select-placeholder option:first-child {
  color: rgba(51, 51, 51, 0.5);
}
.theme-dark option,
.theme-dark optgroup {
  background-color: #171717;
  color: #FFF;
}
input[disabled],
input.disabled,
button[disabled],
select[disabled],
textarea[disabled],
.btn[disabled],
a[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
label {
  display: inline-block;
  margin: 0.7rem 0;
  font-weight: normal;
  position: relative;
  font-size: 1em;
  opacity: 1;
  line-height: 2rem;
  vertical-align: middle;
}
label em {
  padding-left: 0.5rem;
}
label em.error {
  top: 0;
  bottom: auto;
}
.form-pill {
  border-radius: 3.4rem;
  padding: 0.6rem 1.5rem;
}
.form-inline input,
.form-inline select,
.form-inline textarea,
.form-inline label,
.form-inline .input-group {
  display: inline-block;
}
.form-inline input,
.form-inline select,
.form-inline textarea {
  width: auto;
}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-item {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  position: relative;
}
.form-item label.blk {
  margin: 0 0 0.75rem 0;
}
.row-fr {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.row-fr > [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
input[type="radio"],
input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  box-shadow: none;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  cursor: pointer;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}
.radio,
.checkbox {
  position: relative;
  display: inline-block;
}
.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  opacity: 1;
  font-size: 1em;
  padding-left: 3rem !important;
  padding-right: 1rem !important;
  margin: 0;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  min-height: 3.4rem;
}
.radio label:before,
.checkbox label:before {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0.1rem;
  border-width: 1px;
  border-style: solid;
  font-family: FontAwesome;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.7rem;
}
.radio label:empty,
.checkbox label:empty {
  padding: 0 !important;
}
.radio label:empty:before,
.checkbox label:empty:before {
  position: relative;
}
.radio input[disabled] + label:before,
.checkbox input[disabled] + label:before {
  opacity: 0.5;
}
.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0.7rem;
}
.radio :focus + label:before,
.checkbox :focus + label:before {
  border-color: #e21a22;
}
.checkbox label:before {
  border-radius: 0;
}
.radio label:before {
  border-radius: 100% !important;
}
.checkbox input[type="checkbox"]:checked + label:before,
.checkbox.checked label:before {
  content: "\f00c";
}
.radio input[type="radio"]:checked + label:after,
.radio.checked label:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.6rem;
  border-radius: 100% !important;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  margin-top: 0.7rem;
}
.theme-dark .radio input[type="radio"]:checked + label:after,
.theme-dark .radio.checked label:after {
  background-color: #FFF;
}
.radchk-txt {
  padding-left: 3rem;
  padding-right: 1rem;
}
.radchk-txt.radio-right {
  padding-left: 1rem;
  padding-right: 3rem;
}
.radio.radio-right label,
.checkbox.checkbox-right label {
  padding-left: 1rem !important;
  padding-right: 3rem !important;
}
.radio.radio-right label:before,
.checkbox.checkbox-right label:before {
  left: auto;
  right: 0;
}
.radio.radio-right input[type="radio"],
.checkbox.checkbox-right input[type="radio"],
.radio.radio-right input[type="checkbox"],
.checkbox.checkbox-right input[type="checkbox"] {
  left: auto;
  right: 0;
}
.radio.radio-right input[type="radio"]:checked + label:after,
.radio.radio-right.checked label:after {
  left: auto;
  right: 0.5rem;
}
.radio-badge {
  padding: 0 0.7rem;
  background-color: rgba(226, 26, 34, 0.25);
  color: #e21a22;
  border-radius: 2rem;
}
.radio-badge.checked {
  background-color: #e21a22;
  color: #FFF;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}
.input-group > input,
.input-group > select {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .input-group-append {
  margin-left: -1px;
}
.input-group .input-group-prepend {
  margin-right: -1px;
}
.input-group .input-group-append,
.input-group .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group .add-on,
.input-group .input-group-addon,
.input-group .input-group-btn {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.input-group-left.input-group .add-on,
.input-group-left.input-group .input-group-addon,
.input-group-left.input-group .input-group-btn {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.input-group .add-on a,
.input-group .input-group-addon a,
.input-group .input-group-btn a {
  display: block;
}
.input-group > input[type="text"],
.input-group > select,
.input-group .input {
  padding-right: 3.4rem;
}
.input-group-left.input-group > input[type="text"],
.input-group-left.input-group > select,
.input-group-left.input-group .input {
  padding-left: 3.4rem;
  padding-right: inherit;
}
.input-group select {
  background-image: none;
  z-index: 2;
}
.add-on i {
  width: 3.4rem;
  height: 3.4rem;
  vertical-align: top;
  font-size: 2rem;
  text-align: center;
  line-height: 3.4rem;
  display: inline-block;
  position: relative;
  z-index: -1;
}
.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group > .btn {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
}
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .form-pill:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child):not(.dropdown-toggle),
.btn-group > .form-pill:first-child,
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.close .add-on {
  display: none;
}
.input-group.close .typeahead[style*="display: block"] + .add-on {
  display: block;
}
.input-group.close .typeahead[style*="display: block"] + .add-on + .input-group-btn {
  display: none;
}
.input-group.clear .add-on {
  display: none;
}
.has-warning input,
.has-warning select,
.has-warning textarea {
  border-color: #ff6600;
}
.has-warning input:focus,
.has-warning select:focus,
.has-warning textarea:focus {
  border-color: #ff6600;
}
.has-warning em {
  color: #ff6600;
}
.has-warning .has-elem {
  border-color: #ff6600;
}
.has-warning.radio label:before,
.has-warning.checkbox label:before {
  border-color: #ff6600;
}
.has-warning.radio :focus + label:before,
.has-warning.checkbox :focus + label:before {
  border-color: #ff6600;
}
.has-warning.switch label {
  border-color: #ff6600;
}
.has-error input,
.has-error select,
.has-error textarea {
  border-color: #ff0000;
}
.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
  border-color: #ff0000;
}
.has-error em {
  color: #ff0000;
}
.has-error .has-elem {
  border-color: #ff0000;
}
.has-error.radio label:before,
.has-error.checkbox label:before {
  border-color: #ff0000;
}
.has-error.radio :focus + label:before,
.has-error.checkbox :focus + label:before {
  border-color: #ff0000;
}
.has-error.switch label {
  border-color: #ff0000;
}
.has-success input,
.has-success select,
.has-success textarea {
  border-color: #00cc00;
}
.has-success input:focus,
.has-success select:focus,
.has-success textarea:focus {
  border-color: #00cc00;
}
.has-success em {
  color: #00cc00;
}
.has-success .has-elem {
  border-color: #00cc00;
}
.has-success.radio label:before,
.has-success.checkbox label:before {
  border-color: #00cc00;
}
.has-success.radio :focus + label:before,
.has-success.checkbox :focus + label:before {
  border-color: #00cc00;
}
.has-success.switch label {
  border-color: #00cc00;
}
em.error {
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 1.1rem;
  color: #ff0000;
  margin: 0;
  padding: 0.2rem 0;
}
.nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 2rem;
  -ms-flex-direction: column;
      flex-direction: column;
}
.nav > li,
.dropdown-menu > li {
  display: block;
  position: relative;
  padding: 0;
}
.nav > li > a,
.nav > li.nav-item,
.nav > li .nav-item,
.dropdown-menu > li > a,
.dropdown-menu > li.nav-item,
.dropdown-menu > li .nav-item {
  display: block;
  padding: 1rem 1.5rem;
  position: relative;
  color: inherit;
  margin: 0;
}
.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}
[role="form"].nav > li,
[role="form"].dropdown-menu > li {
  padding: 1rem 1.5rem;
}
.nav.nav-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
.nav.list-inline > li {
  display: inline-block;
}
header .nav > li img,
aside .nav > li img,
header .dropdown-menu > li img,
aside .dropdown-menu > li img {
  max-height: 2.8rem;
}
.nav-title {
  padding: 1rem 1.5rem;
  margin: 0;
}
.nav-list > li > a,
.nav-list > li.nav-item,
.nav-list > li .nav-item {
  border-top-width: 1px;
  border-top-style: solid;
}
.nav-list > li:first-child > a {
  border-width: 0;
  border-style: none;
}
.nav-sm > li a,
.nav-sm > li.nav-item,
.nav-sm > li .nav-item {
  padding: 0.5rem 1rem;
}
.nav-prg > li a,
.nav-prg > li.nav-item,
.nav-prg > li .nav-item {
  padding: 0.5rem 1.5rem;
}
.nav-xscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.tab-content > .tab-pane {
  height: 0;
  overflow: hidden;
}
.tab-content > .active {
  height: auto;
  overflow: visible;
}
.nav-tabs,
.nav-pills,
.nav-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.nav-tabs > li > a,
.nav-pills > li > a,
.nav-panel > li > a {
  border-width: 1px;
  border-style: solid;
}
.nav-tabs > li:last-child > a,
.nav-pills > li:last-child > a,
.nav-panel > li:last-child > a {
  margin-right: 0;
}
.nav-tabs > li > a {
  margin-right: -1px;
  margin-bottom: -1px;
}
.nav-tabs > li:last-child > a {
  margin-right: 0;
}
.nav-pills > li {
  margin: 0 1.5rem 1.5rem 0;
}
.nav-pills > li > a {
  border-radius: 2rem;
}
.nav-panel > li.active a {
  border-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.nav-panel > li.active:hover,
.nav-panel > li.active:focus {
  color: #cb171f;
}
.nav-justified {
  -ms-flex-direction: row;
      flex-direction: row;
}
.nav-justified > li {
  vertical-align: middle;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}
.nav-bread {
  -ms-flex-direction: row;
      flex-direction: row;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav-bread > li {
  display: inline-block;
  float: none;
  font-size: 1.7rem;
}
.nav-bread > li > a {
  padding: 0;
  display: inline-block;
  color: inherit;
}
.nav-bread > li > span {
  opacity: 0.65;
}
.nav-bread > li + li:before {
  font-family: FontAwesome;
  content: "\00a0\00a0\f105\00a0\00a0";
  opacity: 0.5;
}
.pagenav {
  position: relative;
  height: 5rem;
}
.pagenav .nav-spy li {
  border-bottom: 2px solid transparent;
}
.pagenav .nav-spy li.active {
  border-color: #e21a22;
}
.pagenav .pagenav-fix {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  z-index: 1;
}
.pagenav .nav > li > a,
.pagenav .dropdown-menu > li > a {
  padding: 1.5rem;
}
.pagenav .fix-pagenav {
  position: fixed;
  top: 5rem;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .pagenav {
    height: 5rem;
  }
  .pagenav .fix-pagenav {
    top: 6rem;
  }
  .logo-sm .pagenav .fix-pagenav {
    top: 5rem;
  }
}
.nav-float {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  bottom: -10rem;
  z-index: 1017;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.nav-float.show {
  bottom: 0;
}
.nav-float > li {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem 1rem 0.5rem;
}
.nav-float > li > a,
.nav-float > li > .btn {
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  width: 6rem;
  height: 6rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.3);
}
.nav-float > li > a:hover,
.nav-float > li > .btn:hover,
.nav-float > li > a:focus,
.nav-float > li > .btn:focus {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.nav-float > li > a .fa,
.nav-float > li > .btn .fa {
  font-size: 3rem;
}
.nav-float > li label {
  margin: 0 !important;
  padding: 0 !important;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.nav-float > li label:before {
  content: none !important;
}
.nav-float > li .checked {
  background: #00cc00;
  color: #FFF;
}
.nav-float.nav-float-sm > li {
  padding: 0.5rem 1rem 1rem 0rem;
}
.nav-float.nav-float-sm > li > a,
.nav-float.nav-float-sm > li > .btn {
  width: 4rem;
  height: 4rem;
}
.nav-float.nav-float-sm > li > a .fa,
.nav-float.nav-float-sm > li > .btn .fa {
  font-size: 2rem;
}
.nav-float > li {
  display: none;
}
.nav-float > li:first-child {
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-active .nav-float > li {
  display: -ms-flexbox;
  display: flex;
}
.nav-float-left {
  left: 0.8rem;
  right: auto;
}
@media (min-width: 768px) {
  .nav-right {
    float: right;
  }
  .navbar-nav,
  .navbar-nav > li {
    float: left;
  }
  .navbar .nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.navbar .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.navbar .logo > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.navbar .logo > a {
  padding: 1rem 1.5rem;
  line-height: inherit;
}
.navbar .logo img {
  max-height: 3rem;
}
@media (min-width: 768px) {
  .navbar .logo > a {
    padding: 1rem 1.5rem;
    line-height: inherit;
  }
  .logo-sm .navbar .logo > a {
    padding: 1rem 1.5rem;
    line-height: inherit;
  }
  .navbar .logo img {
    max-height: 4rem;
  }
}
.fix-right .navbar .logo,
.fix-left .navbar .logo {
  width: 100%;
  text-align: center;
  padding: 1rem 1.5rem;
  float: none;
}
@media (min-width: 768px) {
  .navbar.logo-sm .logo img {
    max-height: 3rem;
  }
  .navbar.logo-sm .logo > a {
    padding: 1rem 1.5rem;
  }
}
.navbar {
  min-height: 5rem;
  max-height: 5rem;
  position: relative;
  z-index: 1020;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.navbar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.navbar .container:before,
.navbar .container:after {
  content: none;
}
.navbar nav li {
  font-size: 1.7rem;
  font-weight: normal;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.navbar nav li > a,
.navbar nav li .nav-item {
  padding: 1.5rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  position: relative;
  min-width: 5rem;
}
.navbar nav.nav-right li > a,
.navbar nav.nav-right li .nav-item {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.navbar .show .dropdown-menu > li > a {
  padding: 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .navbar {
    min-height: 6rem;
    max-height: 6rem;
  }
  .navbar.logo-sm {
    min-height: 5rem;
    max-height: 5rem;
  }
  .navbar nav > ul > li > a {
    text-align: center;
  }
}
.navbar nav li > a.caret:after,
.nav-caret nav li > a.caret:after {
  font-family: FontAwesome;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  color: inherit;
}
.navbar nav li.active.caret:after,
.nav-caret nav li.active.caret:after {
  color: inherit;
}
.navbar nav li a.caret:after,
.nav-caret nav li a.caret:after {
  content: "\f105";
  right: 1rem;
  top: 50%;
  margin-top: -1rem;
  font-style: normal !important;
}
.navbar nav li.show a.caret:after,
.nav-caret nav li.show a.caret:after {
  content: "\f107";
}
.navbar nav li.active a.caret:after,
.nav-caret nav li.active a.caret:after {
  content: "\f107";
}
@media (min-width: 768px) {
  .navbar nav > ul > li > a.caret:after,
  .nav-caret nav > ul > li > a.caret:after {
    content: "\f107";
    left: 50%;
    bottom: 0;
    margin-left: -1rem;
    top: auto;
  }
  .fix-bottom.navbar nav > ul > li > a.caret:after,
  .fix-bottom.nav-caret nav > ul > li > a.caret:after {
    content: "\f106";
    bottom: auto;
    top: 0;
  }
}
.fix-top-after {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .fix-top-after {
    padding-top: 6rem;
  }
  .logo-sm + .fix-top-after {
    padding-top: 5rem;
  }
}
.nav-height nav > ul > li > a,
.nav-height nav > ul > li > .nav-item,
.nav-height .search-box-extend {
  padding-top: 0;
  padding-bottom: 0;
  height: 5rem;
  line-height: 5rem;
}
@media (min-width: 768px) {
  .nav-height nav > ul > li > a,
  .nav-height .search-box-extend {
    padding-top: 0;
    padding-bottom: 0;
    height: 6rem;
    line-height: 6rem;
  }
  .logo-sm.nav-height nav > ul > li > a,
  .logo-sm.nav-height .search-box-extend {
    height: 5rem;
    line-height: 5rem;
  }
}
.navbar-toggle {
  cursor: pointer;
  font-size: 2.8rem !important;
  padding: 0 1.5rem;
  margin-left: auto;
  display: -ms-flexbox !important;
  display: flex !important;
  color: inherit;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none !important;
  }
}
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.navbar-collapse.show {
  overflow-y: auto !important;
  display: -ms-flexbox;
  display: flex;
}
.fix-top .navbar-collapse.show {
  height: calc(100vh -  5rem);
}
@media (min-width: 768px) {
  .navbar-collapse {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .navbar-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    -ms-flex-align: start;
        align-items: flex-start;
    background-color: inherit;
  }
  .navbar-collapse .nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .navbar-collapse li:hover > a,
  .navbar-collapse li:focus > a {
    background-color: #e21a22;
    color: #FFF;
    border-color: #e21a22;
  }
  .navbar-collapse li.active > a {
    background-color: #cb171f;
    color: #FFF;
    border-color: #cb171f;
  }
  .navbar-collapse li > a {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-max {
  max-height: 24.8rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1019;
  display: none;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-clip: padding-box;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  padding: 0 !important;
  margin: 0;
  background-color: #FFF;
  color: #333333;
}
.dropdown-menu:not(.theme-dark) *,
.dropdown-menu *:before,
.dropdown-menu *:after {
  border-color: #cccccc !important;
}
.dropdown-menu input,
.dropdown-menu select,
.dropdown-menu textarea,
.dropdown-menu .radio label:before,
.dropdown-menu .checkbox label:before,
.dropdown-menu .input,
.dropdown-menu .inp,
.dropdown-menu .btn,
.dropdown-menu button {
  background-color: #ffffff !important;
  color: #000 !important;
}
.dropdown-menu:before {
  content: '';
  display: inline-block;
  border-color: transparent transparent #cccccc transparent !important;
  border-style: none solid solid solid;
  border-width: 0 0.7rem 0.7rem 0.7rem;
  position: absolute;
  top: -0.7rem;
  left: 0.9rem;
}
.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-color: transparent transparent #FFF transparent !important;
  border-style: none solid solid solid;
  border-width: 0 0.6rem 0.6rem 0.6rem;
  position: absolute;
  top: -0.6rem;
  left: 1rem;
}
.flt-r .dropdown-menu,
.nav-right .dropdown-menu,
.dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}
.flt-r .dropdown-menu:after,
.nav-right .dropdown-menu:after,
.dropdown-menu.dropdown-menu-right:after {
  right: 1rem;
  left: auto;
}
.flt-r .dropdown-menu:before,
.nav-right .dropdown-menu:before,
.dropdown-menu.dropdown-menu-right:before {
  right: 0.9rem;
  left: auto;
}
.dropdown-menu > li {
  word-wrap: break-word;
}
.dropdown-menu > li > a,
.dropdown-menu > li.nav-item,
.dropdown-menu > li .nav-item {
  border-top-width: 1px;
  border-top-style: solid;
}
.dropdown-menu > li:first-child > a {
  border-width: 0;
  border-style: none;
}
.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a {
  background-color: #e21a22;
  color: #FFF;
  border-color: #e21a22;
}
.dropdown-menu > li.active > a {
  background-color: #cb171f;
  color: #FFF;
  border-color: #cb171f;
}
.dropdown-menu.typeahead {
  padding: 0;
  text-align: left;
  max-height: 30rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.show > .dropdown-menu {
  display: block;
}
.dropdown-full .dropdown-menu,
.dropdown-menu.dropdown-full {
  right: 0;
  max-width: none;
  min-width: 29rem;
}
.dropup .dropdown-menu {
  position: absolute;
  top: auto;
  bottom: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dropdown-menu > li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .navbar .show .dropdown-menu:not(.dropdown-nav) {
    background-color: transparent !important;
    box-shadow: none !important;
    position: relative !important;
    width: 100% !important;
    border-radius: 0 !important;
    overflow: hidden;
    top: auto;
    background: none;
  }
  .navbar .show .dropdown-menu:not(.dropdown-nav) > li > a {
    padding-left: 3rem;
  }
  .navbar .show .dropdown-menu:not(.dropdown-nav) > li > ul > li > a {
    padding-left: 4.5rem;
  }
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
}
.nav-brd-bottom > li a {
  background-color: transparent !important;
  border-color: inherit !important;
  color: inherit !important;
}
.nav-brd-bottom > li:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-bottom: 0.4rem solid transparent;
}
.nav-brd-bottom > li.active:before {
  border-bottom: 0.4rem solid #cb171f;
}
.nav-brd-bottom > li:hover:before,
.nav-brd-bottom > li:focus:before {
  border-bottom: 0.4rem solid #e21a22;
}
.nav-brd-bottom.nav-tabs > li > a {
  color: inherit !important;
}
.nav-brd-left > li a {
  background-color: transparent !important;
  border-color: inherit !important;
  color: inherit !important;
  padding-left: 1.9rem;
}
.nav-brd-left > li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-left: 0.4rem solid transparent;
}
.nav-brd-left > li.active:before {
  border-left: 0.4rem solid #cb171f;
}
.nav-brd-left > li:hover:before,
.nav-brd-left > li:focus:before {
  border-left: 0.4rem solid #e21a22;
}
.nav-brd-left.nav-tabs > li > a {
  color: inherit !important;
}
.txt-bw {
  color: black !important;
}
.theme-dark .txt-bw {
  color: white !important;
}
.bg-bw {
  background-color: white !important;
}
.theme-dark .bg-bw {
  background-color: black !important;
}
.txt-out-2 {
  color: rgba(0, 0, 0, 0.45);
}
.txt-out-1 {
  color: rgba(0, 0, 0, 0.6);
}
.txt-in-1 {
  color: rgba(0, 0, 0, 0.9);
}
.txt-in-2 {
  color: #000000;
}
.theme-dark .txt-out-2 {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark .txt-out-1 {
  color: rgba(255, 255, 255, 0.63);
}
.theme-dark .txt-in-1 {
  color: rgba(255, 255, 255, 0.95);
}
.theme-dark .txt-in-2 {
  color: #ffffff;
}
.collapse-if {
  overflow: visible ;
}
.collapse-if.ng-enter {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  overflow: hidden;
}
.collapse-if.ng-enter.ng-enter-active {
  max-height: 9999px;
}
.collapse-if.ng-leave {
  max-height: 9999px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
.collapse-if.ng-leave.ng-leave-active {
  max-height: 0;
  overflow: hidden;
}
.wk-scroll {
  overflow: auto;
}
.wk-scroll::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
}
.wk-scroll-big::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}
.wk-scroll::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-appearance: none;
}
.theme-dark .wk-scroll::-webkit-scrollbar-thumb,
.theme-dark.wk-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.35);
}
.wk-scroll::-webkit-resizer {
  background-color: transparent;
}
.wk-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}
.wk-scroll::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.wk-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.wk-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #e21a22;
}
.theme-dark .wk-scroll::-webkit-scrollbar-thumb:hover,
.theme-dark.wk-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #e21a22;
}
small.key {
  text-transform: uppercase;
  color: #999;
}
.app-layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.app-content {
  display: block;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .app-content {
    display: -ms-flexbox;
    display: flex;
  }
}
.klm-head,
.clp-head {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.klm-head button.clp-toggle:after,
.clp-head button.clp-toggle:after {
  font-family: FontAwesome;
  content: "\f107";
}
.klm-head.collapsed button.clp-toggle:after,
.clp-head.collapsed button.clp-toggle:after {
  content: "\f105";
}
.klm-head .clp-title.clp-toggle:last-child:after,
.clp-head .clp-title.clp-toggle:last-child:after,
.klm-head .klm-title.clp-toggle:last-child:after,
.clp-head .klm-title.clp-toggle:last-child:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: auto;
  padding-left: 1.5rem;
}
.klm-head.collapsed .clp-title.clp-toggle:last-child:after,
.clp-head.collapsed .clp-title.clp-toggle:last-child:after,
.klm-head.collapsed .klm-title.clp-toggle:last-child:after,
.clp-head.collapsed .klm-title.clp-toggle:last-child:after {
  content: "\f105";
}
.klm-head button.clp-toggle {
  font-size: 2rem;
  font-weight: 600;
}
.klm,
.klm-head,
.klm-title,
.pnl {
  background-color: #FFF;
}
.theme-dark .klm,
.theme-dark .klm-head,
.theme-dark .klm-title,
.theme-dark .pnl {
  background-color: #171717;
}
@media (min-width: 768px) {
  .klm-head button.clp-toggle:after {
    content: "\f104";
  }
  .klm-head .klm-title.clp-toggle:last-child:after {
    content: "\f104";
  }
  .klm-head.collapsed button.clp-toggle:after {
    content: "\f105";
  }
  .klm-head.collapsed .klm-title.clp-toggle:last-child:after {
    content: "\f107";
  }
}
.klm-title,
.clp-title {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 1rem 1.5rem;
}
.clp-title {
  font-weight: 500;
  min-height: 4rem;
}
.klm-title,
.clp-title-lg {
  font-weight: 600;
  font-size: 2rem;
  min-height: 4.5rem;
}
.fa-btn {
  padding: 0 !important;
  width: 4.5rem;
  -ms-flex: 0 0 4.5rem;
      flex: 0 0 4.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 4.5rem;
}
.klm-btn,
.clp-btn {
  display: -ms-flexbox;
  display: flex;
}
.klm-btn button,
.clp-btn button {
  padding: 0 !important;
  width: 4.5rem;
  min-height: 4.5rem;
  border-width: 0;
  border-style: none;
  background-color: transparent !important;
}
.clp-btn button {
  width: 4rem;
  min-height: 4rem;
}
.klm-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  word-wrap: break-word;
  transition: all 1s ease-in-out;
  max-height: 9999px;
}
@media (min-width: 768px) {
  .klm-content {
    max-height: none;
    max-width: 100%;
    transition: all 1s ease-in-out;
  }
}
.klm-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  word-wrap: break-word;
}
.klm-body a {
  word-break: break-all;
}
.klm {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.klm .nav-tabs {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.klm .nav-tabs > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  border-width: 0 1px 1px 1px;
}
.klm .nav-tabs > li:first-child > a {
  border-width: 0 1px 1px 0;
}
.klm .nav-tabs > li:last-child > a {
  border-width: 0 0 1px 1px;
}
.theme-dark .klm {
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.3);
}
.klm-main {
  background-color: transparent;
  -ms-flex: 1;
      flex: 1;
  z-index: 1;
  overflow: auto;
}
@media (min-width: 768px) {
  .klm-w-1 {
    width: 32rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .klm-w-1 .klm-inside {
    min-width: 31.5rem;
  }
  .klm-w-1.klm-clp .klm-body > * {
    min-width: 31.5rem;
  }
  .klm-w-2 {
    width: 64rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .klm-w-2 .klm-inside {
    min-width: 63.5rem;
  }
  .klm-w-2.klm-clp .klm-body > * {
    min-width: 63.5rem;
  }
  .klm-w-3 {
    width: 96rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .klm-w-3 .klm-inside {
    min-width: 95.5rem;
  }
  .klm-w-3.klm-clp .klm-body > * {
    min-width: 95.5rem;
  }
  .klm-w-4 {
    width: 128rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .klm-w-4 .klm-inside {
    min-width: 127.5rem;
  }
  .klm-w-4.klm-clp .klm-body > * {
    min-width: 127.5rem;
  }
  .klm-w-5 {
    width: 160rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .klm-w-5 .klm-inside {
    min-width: 159.5rem;
  }
  .klm-w-5.klm-clp .klm-body > * {
    min-width: 159.5rem;
  }
  .klm-body.collapse {
    width: 0;
    height: auto !important;
    overflow: hidden !important;
    transition: width 0.5s ease-in-out;
  }
  .klm-body.collapse.show {
    width: auto;
    height: auto !important;
    overflow: auto !important;
  }
  .klm-body.collapsing {
    position: relative;
    overflow: hidden !important;
    height: auto !important;
    transition: none;
    transition: width 0.5s ease-in-out;
  }
  .klm-body.collapsing .clp {
    white-space: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.klm-min {
  overflow: hidden;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.klm-min .klm-btn > *:not(.clp-toggle) {
  display: none;
}
.klm-min .klm-content {
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .klm-min {
    width: 4.5rem;
    max-width: 4.5rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .klm-min .klm-content {
    max-height: none;
    width: 0;
  }
  .klm-min .klm-btn > * {
    border-left-width: 0;
    border-style: none;
  }
  .klm-min .klm-title {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100vh;
  }
  .klm-min .klm-title.clp-toggle:last-child {
    top: -4.5rem;
  }
  .klm-min .klm-body.collapsing {
    width: 0;
  }
}
.sidebar-toggle,
.mobile-back {
  cursor: pointer;
  font-size: 2.8rem !important;
  padding: 0 1.5rem;
  display: -ms-flexbox !important;
  display: flex !important;
  color: inherit;
  -ms-flex-align: center;
      align-items: center;
}
.klm-sidebar {
  z-index: 1019;
  width: 27.5rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: 1.7rem;
}
.klm-sidebar > * {
  min-width: 27.5rem;
}
.klm-sidebar ul ul li a {
  padding-left: 3rem;
}
.klm-sidebar ul ul ul li a {
  padding-left: 4.5rem;
}
.klm-sidebar ul ul ul ul li a {
  padding-left: 6rem;
}
.klm-sidebar ul ul a.active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #e21a22;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  margin-top: -8px;
}
.klm-sidebar .nav li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.klm-sidebar .nav li > a:hover,
.klm-sidebar .nav li > a.active {
  background-color: #333333 !important;
  color: #FFF !important;
}
.klm-sidebar .nav .clp-toggle {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 5rem;
  width: 5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.klm-sidebar .nav .clp-toggle:after {
  font-family: FontAwesome;
  opacity: 0.5;
  content: "\f106";
  font-size: 2rem;
}
.klm-sidebar .nav .clp-toggle.collapsed:after {
  content: "\f107";
}
.klm-sidebar i {
  margin-left: -1.9rem;
  width: 5rem;
  text-align: center;
  font-size: 1.8rem;
}
.klm-sidebar mark {
  -ms-flex: none;
      flex: none;
}
@media (min-width: 768px) {
  .mini-sidebar .klm-sidebar {
    width: 5rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .mini-sidebar .klm-sidebar.hide-sidebar {
    width: 0;
  }
  .klm-sidebar.hidden-sidebar {
    position: fixed;
    top: 6rem;
    bottom: 0;
    left: -100%;
    -ms-flex: 0 0 0px;
        flex: 0 0 0;
  }
  .show-sidebar .klm-sidebar.hidden-sidebar {
    position: fixed;
    top: 6rem;
    bottom: 0;
    left: 0;
    -ms-flex: 0 0 27.5rem;
        flex: 0 0 27.5rem;
  }
}
@media (max-width: 767px) {
  .klm-min .klm-inside {
    display: none;
  }
  .klm-sidebar {
    position: fixed;
    top: 5rem;
    bottom: 0;
    left: -100%;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .show-sidebar .klm-sidebar {
    position: fixed;
    top: 5rem;
    bottom: 0;
    left: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .klm-sidebar-right {
    position: fixed;
    top: 5rem;
    right: 0;
    bottom: 0;
    left: auto;
  }
  .show-sidebar .app-content {
    overflow: hidden;
  }
  .klm-clp:not(.klm-min) {
    -ms-flex: 1;
        flex: 1;
  }
  .klm-body {
    overflow: auto;
  }
}
.klm-offcanvas {
  position: fixed;
  top: 5rem;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .klm-offcanvas {
    top: 6rem;
  }
}
@media (min-width: 1440px) {
  .klm-offcanvas {
    position: relative;
    top: 0;
  }
}
.klm-offcanvas-hidden {
  width: 0;
}
@media (min-width: 768px) {
  .header-clp {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header-clp .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.clp-nav-dropdown {
  position: static !important;
}
.clp-nav-dropdown .nav:not(.nav-dropdown) {
  position: static !important;
}
.clp-nav-dropdown .nav:not(.nav-dropdown) > li:not(.dropdown) {
  position: static !important;
}
@media (max-width: 767px) {
  .clp-nav-tabs {
    width: 100%;
  }
  .clp-nav-tabs.collapse.show {
    height: calc(100vh -  5rem * 2 - 2*0.1rem) !important;
    overflow: auto !important;
  }
  .clp-nav-dropdown .clp-nav-tabs.collapse.show {
    height: auto !important;
    overflow: auto !important;
  }
}
@media (min-width: 768px) {
  .clp-nav-tabs {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }
  .clp-nav-tabs.collapsing {
    position: absolute !important;
  }
  .clp-nav-tabs-h100 {
    height: calc(100vh -  6rem) !important;
  }
  .clp-nav-tabs-h100.collapse {
    left: 100%;
    overflow: auto !important;
    transition: right 0.3s ease-in-out;
  }
  .clp-nav-tabs-h100.collapse.show {
    left: 0;
    overflow: auto !important;
  }
  .clp-nav-tabs-h100.collapsing {
    position: absolute !important;
    overflow: auto !important;
    transition: none;
    transition: right 0.3s ease-in-out;
  }
}
.header-clp-min {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .header-clp-min .navbar-toggle {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.header-clp-min .navbar-collapse.collapse {
  height: 0 !important;
  overflow: hidden !important;
}
.header-clp-min .navbar-collapse.collapse.show {
  height: auto !important;
  overflow: visible !important;
}
.header-clp-min .navbar-collapse.collapsing {
  height: 0 !important;
  overflow: hidden !important;
}
.header-clp-min .clp-nav-tabs {
  width: auto;
}
.header-clp-min .clp-nav-tabs-h100 {
  height: auto !important;
}
.header-clp-min .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-clp-min .navbar-collapse {
  background-color: inherit;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.header-clp-min .navbar-collapse .nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: inherit;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.header-clp-min .navbar-collapse .nav > li,
.header-clp-min .navbar-collapse .dropdown-menu > li {
  -ms-flex-align: center;
      align-items: center;
}
.nav-clp-expand li.active {
  background-color: rgba(226, 26, 34, 0.1);
}
.clp.active {
  background-color: rgba(0, 0, 0, 0.03);
  color: black;
  border-left: 5px solid #e21a22;
}
.theme-dark .clp.active {
  background-color: rgba(255, 255, 255, 0.03);
  color: white;
}
.clp-hover:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
}
.theme-dark .clp-hover:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
}
@media (min-width: 768px) {
  .row-alternate > *,
  .row-alternate > a > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .row-alternate:nth-of-type(even) > *,
  .row-alternate:nth-of-type(even) > a > * {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
}
.ace_scrollbar-v {
  overflow-y: auto;
  overflow-x: hidden;
}
.ace_scrollbar-v::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
}
.ace_scrollbar-v-big::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}
.ace_scrollbar-v::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-appearance: none;
}
.theme-dark .ace_scrollbar-v::-webkit-scrollbar-thumb,
.theme-dark.ace_scrollbar-v::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.35);
}
.ace_scrollbar-v::-webkit-resizer {
  background-color: transparent;
}
.ace_scrollbar-v::-webkit-scrollbar-corner {
  background-color: transparent;
}
.ace_scrollbar-v::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.ace_scrollbar-v::-webkit-scrollbar-track {
  background-color: transparent;
}
.ace_scrollbar-v::-webkit-scrollbar-thumb:hover {
  background-color: #e21a22;
}
.theme-dark .ace_scrollbar-v::-webkit-scrollbar-thumb:hover,
.theme-dark.ace_scrollbar-v::-webkit-scrollbar-thumb:hover {
  background-color: #e21a22;
}
.ace_scrollbar-h {
  overflow-x: auto;
  overflow-y: hidden;
}
.ace_scrollbar-h::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
}
.ace_scrollbar-h-big::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}
.ace_scrollbar-h::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-appearance: none;
}
.theme-dark .ace_scrollbar-h::-webkit-scrollbar-thumb,
.theme-dark.ace_scrollbar-h::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.35);
}
.ace_scrollbar-h::-webkit-resizer {
  background-color: transparent;
}
.ace_scrollbar-h::-webkit-scrollbar-corner {
  background-color: transparent;
}
.ace_scrollbar-h::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.ace_scrollbar-h::-webkit-scrollbar-track {
  background-color: transparent;
}
.ace_scrollbar-h::-webkit-scrollbar-thumb:hover {
  background-color: #e21a22;
}
.theme-dark .ace_scrollbar-h::-webkit-scrollbar-thumb:hover,
.theme-dark.ace_scrollbar-h::-webkit-scrollbar-thumb:hover {
  background-color: #e21a22;
}
.row-pnl {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.row-pnl,
.row-pnl > [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.panel {
  position: relative;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}
.panel > a {
  display: block;
}
.panel:focus,
.panel:hover,
.panel.active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.panel .panel {
  margin-bottom: 0;
  box-shadow: none;
  padding: 0;
}
.panel .panel:focus,
.panel .panel:hover,
.panel .panel.active {
  box-shadow: none;
}
.mrg-pnl {
  margin-bottom: 1.5rem;
}
.panel-title {
  margin: 0;
  position: relative;
  font-weight: 300;
}
.panel-heading,
.panel-footer {
  padding: 1rem 1.5rem;
  position: relative;
  margin: 0;
}
.panel-heading .panel-title,
.panel-footer .panel-title {
  padding: 0;
}
.panel-heading {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.panel-body {
  padding: 0rem 1.5rem;
  overflow: auto;
}
.panel-body table {
  margin: 0;
}
.panel-body:empty {
  display: none;
}
.panel-max {
  height: 24.8rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media (min-width: 768px) {
  .row-pnl .row.izotop {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .row-pnl .row.izotop > [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .panel,
  .mrg-pnl {
    margin-bottom: 3rem;
  }
  .row-pnl {
    padding-top: 3rem;
    padding-bottom: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .row-pnl,
  .row-pnl > [class*="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row-pnl .row.izotop {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .row-pnl .row.izotop > [class*="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.collapse-caret,
.panel-collapse .panel-title a {
  display: block;
  padding: 1rem 1.5rem;
  padding-right: 3rem;
  color: inherit;
  position: relative;
}
.collapse-caret:before,
.panel-collapse .panel-title a:before {
  font-family: FontAwesome;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  font-size: 2rem;
  line-height: 2rem;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  content: "\f107";
  right: 0.5rem;
  top: 50%;
  margin-top: -1rem;
}
.collapse-caret.collapsed,
.panel-collapse .panel-title a.collapsed {
  border-width: 0;
  border-style: none;
}
.collapse-caret.collapsed:before,
.panel-collapse .panel-title a.collapsed:before {
  content: "\f105";
}
.panel-collapse .panel-title {
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.panel-collapse .panel-heading {
  padding: 0;
  border-width: 0;
  border-style: none;
}
.panel-collapse .panel-footer {
  text-align: center;
}
.panel-collapse .panel-footer a {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 1rem 1.5rem;
}
.ie .panel-collapse .panel-title a:before {
  line-height: 20px;
}
.js-tabcollapse-panel-body {
  padding: 0;
}
.touch .collapse .panel-max,
.touch .collapsing .panel-max {
  overflow: hidden;
}
.touch .collapse.show .panel-max {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.touch .panel-max {
  height: auto;
  max-height: 24.8rem;
}
.hidescroll.panel-max {
  height: auto;
  max-height: 24.8rem;
}
.table {
  width: 100%;
}
.table td,
.table th {
  padding: 1rem;
  line-height: inherit;
  border-top-width: 1px;
  border-top-style: solid;
}
.table thead td,
.table thead th {
  vertical-align: bottom;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td,
.table tbody:first-child tr:first-child td,
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table tbody:first-child tr:first-child th {
  border-top-width: 0px;
  border-top-style: solid;
}
.table table {
  margin-bottom: 0;
}
.table-top td,
.table-top th {
  vertical-align: top;
}
.table-condensed td,
.table-condensed th {
  padding: 0.5rem;
}
.table-expanded td,
.table-expanded th {
  padding: 1.5rem;
}
.table-bordered {
  border-width: 1px;
  border-style: solid;
}
.table-bordered td,
.table-bordered th {
  border-width: 1px;
  border-style: solid;
}
.table-hover tr,
.table-hover th,
.table-hover td,
.table-hover tr:hover,
.table-hover th:hover,
.table-hover td:hover,
.table-hover tr:focus,
.table-hover th:focus,
.table-hover td:focus {
  border-color: inherit !important;
}
table col[class*="col-"] {
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-width: 1px;
    border-style: solid;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1.5rem;
  }
  .table-responsive .table {
    margin: 0;
  }
  .table-responsive .table td,
  .table-responsive .table th {
    white-space: nowrap;
  }
  .table-responsive .table-bordered {
    border-width: 0px;
    border-style: solid;
  }
  .table-responsive .table-bordered td:first-child,
  .table-responsive .table-bordered th:first-child {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .table-responsive .table-bordered td:last-child,
  .table-responsive .table-bordered th:last-child {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .table-responsive .table-bordered:last-child td,
  .table-responsive .table-bordered:last-child th {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
}
.table-pnl tr > td:first-child,
.table-pnl tr > th:first-child {
  padding-left: 1.5rem;
}
.table-pnl tr > td:last-child,
.table-pnl tr > th:last-child {
  padding-right: 1.5rem;
}
.modal-open,
.menu-open {
  overflow: hidden;
}
.modal-open .modal,
.menu-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.show-in-modal {
  display: none;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 0.5rem !important;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal .full-in-modal {
  width: 100% !important;
}
.modal .hide-in-modal {
  display: none !important;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.show .show-in-modal {
  display: block;
}
.modal-dialog {
  position: relative;
  width: auto;
}
.modal-fit {
  display: table;
}
.modal-content {
  position: relative;
  background-color: #FFF;
  color: #333333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  border-radius: 0;
}
.modal-header {
  padding: 1rem 1.5rem;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.modal-header .close {
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  color: inherit;
  padding: 0;
  font-size: 3rem;
  font-weight: 100;
  border: 0 none;
  background-color: transparent;
}
.modal-body {
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  max-height: none;
}
.modal-body.modal-body-frame {
  height: calc(100vh -  120*0.1rem);
}
.modal-body > a {
  display: block;
}
@media (min-width: 768px) {
  .modal {
    padding: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    margin: 0 auto;
    max-width: 100rem;
  }
}
.modal-title {
  margin: 0;
  text-align: left;
}
.modal-footer {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 1rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5 !important;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-content.trans {
  background-color: transparent;
  box-shadow: none;
}
.modal-content.trans .modal-header {
  display: none;
}
.modal-content.trans .modal-footer {
  border-width: 0;
  border-style: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  max-width: 29rem;
  display: block;
  font-size: 1.2rem;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -0.3rem;
  padding: 0.5rem 0;
}
.tooltip.right {
  margin-left: 0.3rem;
  padding: 0 0.5rem;
}
.tooltip.bottom {
  margin-top: 0.3rem;
  padding: 0.5rem 0;
}
.tooltip.left {
  margin-left: -0.3rem;
  padding: 0 0.5rem;
}
.tooltip-inner {
  padding: 0.3rem 0.8rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -0.5rem;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -0.5rem;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -0.5rem;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  z-index: 1060;
  max-width: 29rem;
  display: none;
}
.popover.top {
  margin-top: -1rem;
  padding: 1rem 0;
}
.popover.right {
  margin-left: 1rem;
  padding: 0 1rem;
}
.popover.bottom {
  margin-top: 1rem;
  padding: 1rem 0;
}
.popover.left {
  margin-left: -1rem;
  padding: 0 1rem;
}
.popover .popover-content {
  padding: 1.5rem;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -1rem;
  border-width: 1rem 1rem 0;
  border-top-color: #FFF;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -1rem;
  border-width: 1rem 1rem 1rem 0;
  border-right-color: #FFF;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -1rem;
  border-width: 1rem 0 1rem 1rem;
  border-left-color: #FFF;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -1rem;
  border-width: 0 1rem 1rem;
  border-bottom-color: #FFF;
}
.popover-title {
  margin-top: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}
.slick-slide img,
.slick-slide > a {
  display: block;
  margin: 0 auto;
}
.slick-slide a {
  color: inherit;
}
.slick-slide a:hover,
.slick-slide a:focus {
  color: inherit;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-carousel:not(.slick-initialized) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow-x: hidden;
}
.slick-initialized.slick-carousel .slick-slide,
.slick-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-arrow {
  display: block;
  width: 5rem;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.slick-arrow:hover,
.slick-arrow:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-arrow:hover:before,
.slick-arrow:focus:before {
  opacity: 1;
}
.slick-arrow.slick-disabled:before {
  opacity: 0.1;
}
.slick-arrow:before {
  font-family: 'FontAwesome';
  width: 5rem;
  height: 5rem;
  font-size: 2.8rem;
  line-height: 5rem;
  opacity: 0.6;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
  text-align: center;
  padding: 0 1rem;
}
.slick-player .slick-arrow {
  height: auto;
  top: 7rem;
  bottom: 7rem;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f104";
  text-align: left;
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\f105";
  text-align: right;
  right: 0;
}
.slick-dots {
  position: absolute;
  bottom: -4.5rem;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0;
  left: 0;
}
[class*="hgt-"] > .slick .slick-dots {
  bottom: 0;
}
.slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li a {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3rem;
  height: 5rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li a:hover,
.slick-dots li button:focus,
.slick-dots li a:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li a:hover:before,
.slick-dots li button:focus:before,
.slick-dots li a:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li a:before {
  font-family: 'FontAwesome';
  font-size: 1.4rem;
  line-height: 5rem;
  content: "\f111";
  opacity: 0.25;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active a:before {
  opacity: 0.75;
  color: #FFF;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: -4rem;
  }
  .slick-dots li button,
  .slick-dots li a {
    width: 1rem;
    height: 4rem;
  }
  .slick-dots li button:before,
  .slick-dots li a:before {
    font-size: 0.7rem;
    line-height: 4rem;
    width: 1rem;
    height: 4rem;
  }
}
.ie .slick-dots li button:before,
.ie .slick-dots li a:before {
  line-height: 50px;
}
@media (max-width: 767px) {
  .ie .slick-dots li button:before,
  .ie .slick-dots li a:before {
    line-height: 40px;
  }
}
.ie .slick-arrow:before {
  line-height: 50px;
}
@media (max-width: 767px) {
  .ie .slick-arrow:before {
    line-height: 40px;
  }
}
.slick-full.slick-slider,
.slick-full .slick-list,
.slick-full .slick-track,
.slick-full .slick-slide,
.slick-full .slick-slide > a,
.slick-full .slick-bgimg {
  height: 100%;
}
.slick-full .slick-dots {
  bottom: 0;
}
.slick-bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-bgimg > img {
  max-height: 100%;
  visibility: hidden;
}
.slick-txt {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.slick-center > .slick-bgimg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.slick-carousel .slick-arrow:before {
  color: #000;
  padding: 0 0.5rem;
  font-size: 2rem;
}
.slick-carousel .slick-prev {
  left: -1.5rem;
}
.slick-carousel .slick-next {
  right: -1.5rem;
}
.slick-carousel .panel {
  margin-bottom: 0;
}
.slick-carousel .slick-dots li button:before,
.slick-carousel .slick-dots li a:before {
  color: #000;
}
[data-slickrps] .slick-arrow:before {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .slick-txt {
    padding: 3rem;
  }
  .slick-arrow:before {
    font-size: 2rem;
  }
  .slick-carousel .slick-prev:before {
    padding-left: 0.5rem;
  }
  .slick-carousel .slick-next:before {
    padding-right: 0.5rem;
  }
  .slick-hide-dots .slick-dots {
    display: none !important;
  }
  .slick-desktop {
    position: relative;
  }
  .slick-desktop .slick-slide {
    display: block;
    float: none;
    height: auto !important;
    min-height: 1px;
    position: relative;
    overflow: auto;
  }
}
.slick-carousel-zoom .slick-slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  transition: all 0.3s linear;
}
.slick-carousel-zoom .slick-slide ~ .slick-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slick-carousel-zoom .slick-slide ~ .slick-active ~ .slick-active {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.slick-carousel-zoom .slick-slide ~ .slick-active ~ .slick-active ~ .slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 992px) {
  .slick-carousel-zoom .slick-slide ~ .slick-active ~ .slick-active ~ .slick-active {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.slick-carousel-zoom .slick-slide ~ .slick-active ~ .slick-active ~ .slick-active ~ .slick-active {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.slick-carousel-zoom .slick-slide ~ .slick-active ~ .slick-active ~ .slick-active ~ .slick-active ~ .slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: -1;
}
.slick-carousel-zoom .slick-slide.slick-current {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 1;
  z-index: 100;
}
.grecaptcha-badge {
  visibility: hidden;
}
.txt-marker {
  background-color: yellow;
  color: black;
}
body.cke_editable {
  padding: 10px;
}
.form-row {
  position: relative;
  margin-bottom: 1.5rem;
}
.button-wrapper {
  margin: 2.2rem 0;
  text-align: center;
}
.page-pur main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.button-wrapper {
  margin-bottom: 0;
}
.button-wrapper input {
  background-color: #e21a22 !important;
  color: #FFF !important;
  border-color: #e21a22 !important;
}
.button-wrapper input:hover,
.button-wrapper input:focus {
  background-color: #e72e36 !important;
  color: #FFF !important;
  border-color: #e72e36 !important;
}
.page-edit .mgnlEditorBar.focus + .modal,
.page-edit .mgnlEditorBar.childFocus + .modal {
  display: block !important;
  opacity: 1 !important;
  overflow: auto;
  overflow-y: hidden;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  padding: 0 !important;
}
.page-edit .mgnlEditorBar.focus + .modal .modal-dialog,
.page-edit .mgnlEditorBar.childFocus + .modal .modal-dialog {
  -webkit-transform: none !important;
          transform: none !important;
}
.form-frame label {
  opacity: 1 !important;
}
@media (max-width: 545px) {
  .form-frame .fow {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .form-frame .fow > * {
    max-width: 100%;
    width: 100%;
  }
}
.page-edit .fow {
  position: relative;
}
.page-edit .fow:not(fieldset) > .mgnlEditorBar.start {
  width: 100%;
}
.page-edit .fow:not(fieldset) > .mgnlPlaceholder {
  width: 100%;
}
.page-edit .fow:not(fieldset) > .mgnlEditorBar.end {
  width: 100%;
}
.page-edit .mgnlEditorBar {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.page-edit .mgnlPlaceholder {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.page-edit .mgnl-slick {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.page-edit .mgnl-slick .mgnlEditorBar {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.page-edit .mgnl-slick .mgnlPlaceholder {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
#contact-us-form > fieldset > div:first-child {
  display: none;
}
.pg-super #contact-us-form > fieldset > div:first-child {
  display: block;
}
#mgnlhp {
  display: none;
}
.text.error h1 {
  font-size: 2rem;
  color: red;
}
.ik-admin-tags {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 29rem !important;
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: normal;
  letter-spacing: 0;
}
.ik-admin-tags:hover,
.ik-admin-tags:focus {
  display: block;
}
.ik-admin-dot {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
}
.ik-admin-dot > li {
  padding: 0.6rem;
}
.ik-admin-dot > li:hover .ik-admin-tags,
.ik-admin-dot > li:focus .ik-admin-tags {
  display: block;
}
.ik-admin-dot > li > a {
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 3rem;
  height: 3rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
}
.ik-admin-dot > li > a:hover,
.ik-admin-dot > li > a:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.ik-admin-dot > li > a > .fa {
  font-size: 1.4rem;
}
.ik-item {
  position: relative;
}
.ik-item.active .ik-admin-dot {
  display: block !important;
  visibility: visible !important;
}
.ik-item.active .ik-admin-dot [data-toggle="dotcanvas"] {
  background-color: #00cc00 !important;
}
.ik-item:hover .ik-admin-dot,
.ik-item:focus .ik-admin-dot {
  visibility: visible;
}
.slick .ik-item .ik-admin-dot {
  position: absolute;
  top: 8rem;
  left: 8rem;
}
.ik-item.ik-admin-item-left .ik-admin-tags {
  right: auto;
  left: 0;
}
.ik-item.ik-admin-item-left .ik-admin-dot {
  right: auto;
  left: 0;
}
.rotate-45-f {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.rotate-45-b {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.rotate-180 {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.flip-x {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
body,
.theme-light {
  background-color: #fff;
  color: #333333;
  border-color: #cccccc;
}
*,
*:before,
*:after {
  border-color: #cccccc;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.bg-translucent {
  background-color: rgba(23, 23, 23, 0.5);
}
input,
select,
textarea,
.radio label:before,
.checkbox label:before,
.input,
.inp,
.btn,
button {
  background-color: #ffffff;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.txt-title {
  color: #000;
}
a,
.btn-link,
.btn-icon {
  color: #e21a22;
}
a:hover,
.btn-link:hover,
a:focus,
.btn-link:focus {
  color: #e72e36;
}
a.active,
.btn-link.active {
  color: #cb171f;
}
.highlight:hover,
.btn-hover:hover,
.highlight:focus,
.btn-hover:focus,
.table-hover tr:hover,
.table-hover tr:focus,
.table-hover th:hover,
.table-hover th:focus,
.table-hover td:hover,
.table-hover td:focus {
  background-color: #e21a22 !important;
  color: #FFF !important;
  border-color: #e21a22 !important;
}
.highlight.active,
.btn-hover.active,
.table-hover tr.active,
.table-hover th.active,
.table-hover td.active {
  background-color: #cb171f !important;
  color: #FFF !important;
  border-color: #cb171f !important;
}
.listlight:hover > a,
.listlight:focus > a,
.nav-list > li:hover > a,
.nav-list > li:focus > a,
.nav-tabs > li:hover > a,
.nav-tabs > li:focus > a,
.nav-pills > li:hover > a,
.nav-pills > li:focus > a,
.nav-panel > li:hover > a,
.nav-panel > li:focus > a {
  background-color: #e21a22;
  color: #FFF;
  border-color: #e21a22;
}
.listlight.active > a,
.nav-list > li.active > a,
.nav-tabs > li.active > a,
.nav-pills > li.active > a,
.nav-panel > li.active > a {
  background-color: #cb171f;
  color: #FFF;
  border-color: #cb171f;
}
.bg-lightest,
.panel,
.nav-panel > li.active a {
  color: #474747;
  background-color: #FFF;
}
.bg-lightest:before,
.panel:before,
.bg-lightest:after,
.panel:after,
.nav-panel > li.active a:before,
.nav-panel > li.active a:after {
  border-color: #FFF;
}
.bg-lightest *,
.panel *,
.bg-lightest *:before,
.panel *:before,
.bg-lightest *:after,
.panel *:after,
.nav-panel > li.active a *,
.nav-panel > li.active a *:before,
.nav-panel > li.active a *:after {
  border-color: #d9d9d9;
}
.bg-darken,
.table-striped tbody tr:nth-child(odd) {
  background-color: #f1f2f3;
  color: #333333;
}
.bg-darken *,
.bg-darken *:before,
.bg-darken *:after,
.table-striped tbody tr:nth-child(odd) *,
.table-striped tbody tr:nth-child(odd) *:before,
.table-striped tbody tr:nth-child(odd) *:after {
  border-color: #cccccc;
}
body.theme-dark,
.theme-dark,
.theme-dark .theme-dark {
  background-color: #171717;
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-dark *,
.theme-dark *:before,
.theme-dark *:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-dark ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.theme-dark ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}
.theme-dark :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.theme-dark ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.theme-dark ::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.theme-dark.bg-translucent {
  background-color: rgba(23, 23, 23, 0.5);
}
.theme-dark input,
.theme-dark select,
.theme-dark textarea,
.theme-dark .radio label:before,
.theme-dark .checkbox label:before,
.theme-dark .input,
.theme-dark .inp,
.theme-dark .btn,
.theme-dark button {
  background-color: rgba(255, 255, 255, 0.07);
  color: #FFF;
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark .txt-title {
  color: #ffffff;
}
.theme-dark a,
.theme-dark .btn-link {
  color: #FFF;
}
.theme-dark a:hover,
.theme-dark .btn-link:hover,
.theme-dark a:focus,
.theme-dark .btn-link:focus {
  color: #e21a22;
}
.theme-dark a.active,
.theme-dark .btn-link.active {
  color: #cb171f;
}
.theme-dark .highlight:hover,
.theme-dark .btn-hover:hover,
.theme-dark .highlight:focus,
.theme-dark .btn-hover:focus,
.theme-dark .table-hover tr:hover,
.theme-dark .table-hover tr:focus,
.theme-dark .table-hover th:hover,
.theme-dark .table-hover th:focus,
.theme-dark .table-hover td:hover,
.theme-dark .table-hover td:focus {
  background-color: #e21a22 !important;
  color: #FFF !important;
  border-color: #e21a22 !important;
}
.theme-dark .highlight.active,
.theme-dark .btn-hover.active,
.theme-dark .table-hover tr.active,
.theme-dark .table-hover th.active,
.theme-dark .table-hover td.active {
  background-color: #cb171f !important;
  color: #FFF !important;
  border-color: #cb171f !important;
}
.theme-dark .listlight:hover > a,
.theme-dark .listlight:focus > a,
.theme-dark .nav-list > li:hover > a,
.theme-dark .nav-list > li:focus > a,
.theme-dark .nav-tabs > li:hover > a,
.theme-dark .nav-tabs > li:focus > a,
.theme-dark .nav-pills > li:hover > a,
.theme-dark .nav-pills > li:focus > a,
.theme-dark .nav-panel > li:hover > a,
.theme-dark .nav-panel > li:focus > a {
  background-color: #e21a22;
  color: #FFF;
  border-color: #e21a22;
}
.theme-dark .listlight.active > a,
.theme-dark .nav-list > li.active > a,
.theme-dark .nav-tabs > li.active > a,
.theme-dark .nav-pills > li.active > a,
.theme-dark .nav-panel > li.active > a {
  background-color: #cb171f;
  color: #FFF;
  border-color: #cb171f;
}
.theme-dark .bg-lightest,
.theme-dark .panel,
.theme-dark .nav-panel > li.active a {
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.08);
}
.theme-dark .bg-lightest:before,
.theme-dark .panel:before,
.theme-dark .bg-lightest:after,
.theme-dark .panel:after,
.theme-dark .nav-panel > li.active a:before,
.theme-dark .nav-panel > li.active a:after {
  border-color: rgba(255, 255, 255, 0.08);
}
.theme-dark .bg-lightest *,
.theme-dark .panel *,
.theme-dark .bg-lightest *:before,
.theme-dark .panel *:before,
.theme-dark .bg-lightest *:after,
.theme-dark .panel *:after,
.theme-dark .nav-panel > li.active a *,
.theme-dark .nav-panel > li.active a *:before,
.theme-dark .nav-panel > li.active a *:after {
  border-color: rgba(255, 255, 255, 0.15);
}
.theme-dark .bg-darken,
.theme-dark .table-striped tbody tr:nth-child(odd) {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.75);
}
.theme-dark .bg-darken *,
.theme-dark .bg-darken *:before,
.theme-dark .bg-darken *:after,
.theme-dark .table-striped tbody tr:nth-child(odd) *,
.theme-dark .table-striped tbody tr:nth-child(odd) *:before,
.theme-dark .table-striped tbody tr:nth-child(odd) *:after {
  border-color: rgba(255, 255, 255, 0.2);
}
body.theme-light,
.theme-light,
.theme-light .theme-light {
  background-color: #fff;
  color: #333333;
  border-color: #cccccc;
}
.theme-light *,
.theme-light *:before,
.theme-light *:after {
  border-color: #cccccc;
}
.theme-light ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.theme-light ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.theme-light :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.theme-light ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.theme-light ::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.theme-light.bg-translucent {
  background-color: rgba(23, 23, 23, 0.5);
}
.theme-light input,
.theme-light select,
.theme-light textarea,
.theme-light .radio label:before,
.theme-light .checkbox label:before,
.theme-light .input,
.theme-light .inp,
.theme-light .btn,
.theme-light button {
  background-color: #ffffff;
  color: #000;
}
.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light h4,
.theme-light h5,
.theme-light h6,
.theme-light .txt-title {
  color: #000;
}
.theme-light a,
.theme-light .btn-link {
  color: #e21a22;
}
.theme-light a:hover,
.theme-light .btn-link:hover,
.theme-light a:focus,
.theme-light .btn-link:focus {
  color: #e72e36;
}
.theme-light a.active,
.theme-light .btn-link.active {
  color: #cb171f;
}
.theme-light .highlight:hover,
.theme-light .btn-hover:hover,
.theme-light .highlight:focus,
.theme-light .btn-hover:focus,
.theme-light .table-hover tr:hover,
.theme-light .table-hover tr:focus,
.theme-light .table-hover th:hover,
.theme-light .table-hover th:focus,
.theme-light .table-hover td:hover,
.theme-light .table-hover td:focus {
  background-color: #e21a22 !important;
  color: #FFF !important;
  border-color: #e21a22 !important;
}
.theme-light .highlight.active,
.theme-light .btn-hover.active,
.theme-light .table-hover tr.active,
.theme-light .table-hover th.active,
.theme-light .table-hover td.active {
  background-color: #cb171f !important;
  color: #FFF !important;
  border-color: #cb171f !important;
}
.theme-light .listlight:hover > a,
.theme-light .listlight:focus > a,
.theme-light .nav-list > li:hover > a,
.theme-light .nav-list > li:focus > a,
.theme-light .nav-tabs > li:hover > a,
.theme-light .nav-tabs > li:focus > a,
.theme-light .nav-pills > li:hover > a,
.theme-light .nav-pills > li:focus > a,
.theme-light .nav-panel > li:hover > a,
.theme-light .nav-panel > li:focus > a {
  background-color: #e21a22;
  color: #FFF;
  border-color: #e21a22;
}
.theme-light .listlight.active > a,
.theme-light .nav-list > li.active > a,
.theme-light .nav-tabs > li.active > a,
.theme-light .nav-pills > li.active > a,
.theme-light .nav-panel > li.active > a {
  background-color: #cb171f;
  color: #FFF;
  border-color: #cb171f;
}
.theme-light .bg-lightest,
.theme-light .panel,
.theme-light .nav-panel > li.active a {
  color: #474747;
  background-color: #FFF;
}
.theme-light .bg-lightest:before,
.theme-light .panel:before,
.theme-light .bg-lightest:after,
.theme-light .panel:after,
.theme-light .nav-panel > li.active a:before,
.theme-light .nav-panel > li.active a:after {
  border-color: #FFF;
}
.theme-light .bg-lightest *,
.theme-light .panel *,
.theme-light .bg-lightest *:before,
.theme-light .panel *:before,
.theme-light .bg-lightest *:after,
.theme-light .panel *:after,
.theme-light .nav-panel > li.active a *,
.theme-light .nav-panel > li.active a *:before,
.theme-light .nav-panel > li.active a *:after {
  border-color: #d9d9d9;
}
.theme-light .bg-darken,
.theme-light .table-striped tbody tr:nth-child(odd) {
  background-color: #f1f2f3;
  color: #333333;
}
.theme-light .bg-darken *,
.theme-light .bg-darken *:before,
.theme-light .bg-darken *:after,
.theme-light .table-striped tbody tr:nth-child(odd) *,
.theme-light .table-striped tbody tr:nth-child(odd) *:before,
.theme-light .table-striped tbody tr:nth-child(odd) *:after {
  border-color: #cccccc;
}
html.sticky-footer.ie {
  height: 100%;
}
.sticky-footer body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}
.sticky-footer.ie body {
  height: 100%;
}
.sticky-footer .view {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
}
.sticky-footer footer,
.sticky-footer header,
.sticky-footer .fix-top-after {
  -ms-flex: none;
      flex: none;
}
.clearfix,
.page,
.box,
.container,
.row,
[class|="row"],
.row-fr,
.panel-body,
.modal-header,
.slick-track {
  zoom: 1;
  clear: both;
}
.clearfix:after,
.page:after,
.box:after,
.clearfix:before,
.page:before,
.box:before,
.container:after,
.container:before,
.row:after,
.row:before,
[class|="row"]:after,
[class|="row"]:before,
.row-fr:after,
.row-fr:before,
.panel-body:after,
.panel-body:before,
.modal-header:after,
.modal-header:before,
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.clearfix:after,
.page:after,
.box:after,
.container:after,
.row:after,
[class|="row"]:after,
.row-fr:after,
.panel-body:after,
.modal-header:after,
.slick-track:after {
  clear: both;
}
.badge,
.label {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0.3rem 0.7rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: normal;
  background-color: #000;
  color: #FFF;
  letter-spacing: 0;
  min-height: 2rem;
  min-width: 2rem;
}
.badge.brd,
.label.brd {
  border-width: 1px;
  border-style: solid;
  padding: 0.2rem 0.6rem;
  color: inherit;
  border-color: initial !important;
  background: none;
}
.badge {
  border-radius: 2rem;
}
.pad-col {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.pad-nav {
  padding: 1rem 1.5rem !important;
}
.pad-pnl {
  padding: 0rem 1.5rem !important;
}
.pos-all {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.pos-top {
  top: 0 !important;
}
.pos-bottom {
  bottom: 0 !important;
}
.pos-top-100 {
  top: 100% !important;
}
.pos-bottom-100 {
  bottom: 100% !important;
}
.pos-left {
  left: 0 !important;
}
.pos-right {
  right: 0 !important;
}
.pos-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}
.pos-cover {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.ztop {
  z-index: 9999;
}
.zfore {
  z-index: 1;
}
.zback {
  z-index: -1;
}
.z-a {
  z-index: auto;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.fix-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
.fix-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}
.fix-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}
.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}
.size-full {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.wk-scroll-none::-webkit-scrollbar {
  display: none;
}
iframe.pos-cover,
.pos-cover video,
.googlemap {
  width: 100%;
  height: 100%;
}
.googlemap-iframe {
  margin-top: -5.9rem !important;
  height: calc(100% +  59*0.1rem) !important;
}
.embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed:before {
  display: block;
  content: "";
}
.embed .embed-item,
.embed embed,
.embed iframe,
.embed object,
.embed video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
video.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-background video {
  width: 100%;
  height: 100%;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-foreground {
  height: 300%;
  top: -100%;
}
.width-full {
  width: 100% !important;
}
.width-min {
  max-width: 32rem;
  -ms-flex: 0 0 32rem;
      flex: 0 0 32rem;
}
.width-min-box {
  max-width: 29rem !important;
  min-width: 29rem !important;
}
.height-full {
  height: 100% !important;
}
.height-input {
  height: 3.4rem;
}
.circle {
  border-radius: 100% !important;
}
.shadow-none {
  box-shadow: none;
}
.shadow-xs {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.shadow-lg {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.shadow-xl {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
.shadow-inset {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.txt-shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.fnt-clear,
.tooltip,
.popover {
  font-size: 1.6rem !important;
  line-height: 1.25 !important;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
}
.fnt-bold {
  font-weight: 700 !important;
}
.fnt-normal {
  font-weight: normal !important;
}
.fnt-light {
  font-weight: 300;
}
.fnt-semibold {
  font-weight: 600;
}
.fnt-medium {
  font-weight: 500;
}
.fnt-thin {
  font-weight: 100;
}
.fnt-italic {
  font-family: inherit;
  font-style: italic;
}
.fnt-black {
  font-weight: 900;
}
.txt-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.txt-nowrap {
  white-space: nowrap !important;
}
.txt-wrap {
  white-space: normal !important;
}
.txt-break {
  word-wrap: break-word !important;
}
.txt-break-all {
  word-break: break-all !important;
}
.txt-read {
  line-height: 1.62;
  font-size: 1.125em;
}
.txt-line {
  line-height: 1 !important;
}
.txt-line-init {
  line-height: initial !important;
}
.txt-line-inp {
  line-height: 3.4rem !important;
}
.txt-line-inp-half {
  line-height: 1.7rem;
  padding: 0 !important;
}
.txt-line-px {
  line-height: 2rem !important;
}
.txt-line-px-sm {
  line-height: 2rem !important;
}
.txt-justify {
  text-align: justify !important;
}
.txt-lowercase {
  text-transform: lowercase !important;
}
.txt-uppercase {
  text-transform: uppercase !important;
}
.txt-capitalize {
  text-transform: capitalize !important;
}
.txt-initial {
  text-transform: initial !important;
}
.txt-kern {
  letter-spacing: -0.02em !important;
}
.txt-underline {
  text-decoration: underline !important;
}
.fnt-body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
}
.fnt-title {
  font-family: inherit;
  font-weight: 500;
  text-transform: none;
}
.fnt-narrow {
  font-family: inherit;
  font-weight: 500;
  font-stretch: condensed;
}
.fnt-mono {
  font-family: 'SF Mono', 'Roboto Mono', 'Inconsolata', Monaco, Menlo, Consolas, monospace;
}
.pointer {
  cursor: pointer;
}
.cursor-auto {
  cursor: auto;
}
.txt-inherit,
.panel > a {
  color: inherit !important;
}
.txt-inherit:hover,
.txt-inherit:focus,
.panel > a:hover,
.panel > a:focus {
  color: inherit;
  text-decoration: none;
  text-shadow: none;
}
.hover-inherit:hover,
.hover-inherit:focus {
  color: inherit !important;
}
.bg-cover,
[data-lzy],
.lazy-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-top {
  background-position: center top;
}
.bg-bottom {
  background-position: center bottom;
}
.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.bg-light {
  background-color: #fff !important;
}
.bg-dark {
  background-color: #171717 !important;
}
.bg-light-dark {
  background-color: #f1f2f3 !important;
}
.bg-dark-light {
  background-color: #333333 !important;
}
.bg-dark-dark {
  background-color: #000000 !important;
}
.bg-primary {
  background-color: #e21a22 !important;
}
.bg-primary-light {
  background-color: #e72e36 !important;
}
.bg-primary-dark {
  background-color: #cb171f !important;
}
.bg-secondary {
  background-color: #576162 !important;
}
.bg-secondary-light {
  background-color: #687273 !important;
}
.bg-secondary-dark {
  background-color: #465051 !important;
}
.bg-accent {
  background-color: #e21a22 !important;
}
.bg-accent-active {
  background-color: #cb171f !important;
}
.bg-white {
  background-color: #FFF !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-success {
  background-color: #00cc00 !important;
}
.bg-warning {
  background-color: #ff6600 !important;
}
.bg-error {
  background-color: #ff0000 !important;
}
.bg-info {
  background-color: #00cccc !important;
}
.bg-yellow {
  background-color: #ffaa00 !important;
}
.bg-orange {
  background-color: #ff6600 !important;
}
.bg-red {
  background-color: #ff0000 !important;
}
.bg-magenta {
  background-color: #ff00ff !important;
}
.bg-violet {
  background-color: #9966ff !important;
}
.bg-blue {
  background-color: #0099ff !important;
}
.bg-cyan {
  background-color: #00cccc !important;
}
.bg-green {
  background-color: #00cc00 !important;
}
.txt-text-light {
  color: #333333 !important;
}
.txt-text-lighter {
  color: #666666 !important;
}
.txt-text-darker {
  color: #000000 !important;
}
.txt-primary {
  color: #e21a22 !important;
}
.txt-primary-light {
  color: #e72e36 !important;
}
.txt-primary-dark {
  color: #cb171f !important;
}
.txt-accent {
  color: #e21a22 !important;
}
.txt-secondary {
  color: #576162 !important;
}
.txt-white {
  color: #FFF !important;
}
.txt-black {
  color: #000 !important;
}
.txt-success {
  color: #00cc00 !important;
}
.txt-warning {
  color: #ff6600 !important;
}
.txt-error {
  color: #ff0000 !important;
}
.txt-info {
  color: #00cccc !important;
}
.txt-yellow {
  color: #ffaa00 !important;
}
.txt-orange {
  color: #ff6600 !important;
}
.txt-red {
  color: #ff0000 !important;
}
.txt-magenta {
  color: #ff00ff !important;
}
.txt-violet {
  color: #9966ff !important;
}
.txt-blue {
  color: #0099ff !important;
}
.txt-cyan {
  color: #00cccc !important;
}
.txt-green {
  color: #00cc00 !important;
}
.bg-trans-light {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-trans-dark {
  background-color: rgba(23, 23, 23, 0.8) !important;
}
.bg-trans-light-dark {
  background-color: rgba(241, 242, 243, 0.8) !important;
}
.bg-trans-dark-light {
  background-color: rgba(51, 51, 51, 0.8) !important;
}
.bg-trans-dark-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-trans-primary {
  background-color: rgba(226, 26, 34, 0.8) !important;
}
.bg-trans-primary-light {
  background-color: rgba(231, 46, 54, 0.8) !important;
}
.bg-trans-primary-dark {
  background-color: rgba(203, 23, 31, 0.8) !important;
}
.bg-trans-secondary {
  background-color: rgba(87, 97, 98, 0.8) !important;
}
.bg-trans-secondary-light {
  background-color: rgba(104, 114, 115, 0.8) !important;
}
.bg-trans-secondary-dark {
  background-color: rgba(70, 80, 81, 0.8) !important;
}
.bg-trans-accent {
  background-color: rgba(226, 26, 34, 0.8) !important;
}
.bg-trans-accent-active {
  background-color: rgba(203, 23, 31, 0.8) !important;
}
.bg-trans-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-trans-black {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-trans-success {
  background-color: rgba(0, 204, 0, 0.8) !important;
}
.bg-trans-warning {
  background-color: rgba(255, 102, 0, 0.8) !important;
}
.bg-trans-error {
  background-color: rgba(255, 0, 0, 0.8) !important;
}
.bg-trans-info {
  background-color: rgba(0, 204, 204, 0.8) !important;
}
.bg-trans-yellow {
  background-color: rgba(255, 170, 0, 0.8) !important;
}
.bg-trans-orange {
  background-color: rgba(255, 102, 0, 0.8) !important;
}
.bg-trans-red {
  background-color: rgba(255, 0, 0, 0.8) !important;
}
.bg-trans-magenta {
  background-color: rgba(255, 0, 255, 0.8) !important;
}
.bg-trans-violet {
  background-color: rgba(153, 102, 255, 0.8) !important;
}
.bg-trans-blue {
  background-color: rgba(0, 153, 255, 0.8) !important;
}
.bg-trans-cyan {
  background-color: rgba(0, 204, 204, 0.8) !important;
}
.bg-trans-green {
  background-color: rgba(0, 204, 0, 0.8) !important;
}
.bg-none {
  background-color: transparent !important;
  background-image: none !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.transition-all,
.animate,
[class*='fnz-'],
[class*='fnz_'],
input,
select,
textarea,
.btn,
button,
.reset,
.input,
[class*="btn-"],
.btn,
.nav > li > a,
.pagenav .pagenav-fix,
.nav-float,
.navbar .logo img,
.navbar nav li > a,
.navbar nav li .nav-item,
.klm-sidebar,
.panel,
.admin-offcanvas,
.collapz3d,
.products,
.dropdown-menu > li > a {
  transition: all 0.3s ease-in-out;
}
.transition-opacity,
.fade,
[data-lzy],
.lazy-img,
.nav-tabdrop > ul,
.dimmed,
.opa-fadeout {
  transition: opacity 0.3s ease-in-out;
}
.transition-height {
  transition: height 0.3s ease-in-out;
}
.transition-max-height,
.collapz {
  transition: max-height 0.3s ease-in-out;
}
.fade,
[data-lzy],
.lazy-img,
.nav-tabdrop > ul {
  opacity: 0;
}
.fade.show,
[data-lzy].show,
.lazy-img.show,
.nav-tabdrop > ul.show,
.fade.in,
[data-lzy].in,
.lazy-img.in,
.nav-tabdrop > ul.in {
  opacity: 1;
}
.dimmed {
  opacity: 0.5 !important;
}
.dimmed:hover {
  opacity: 1 !important;
}
.opa-fadeout {
  opacity: 0.75 !important;
}
.opa-fadeout:hover {
  opacity: 0 !important;
}
.opa-fade-trig {
  z-index: 5;
}
.opa-fade-trig:hover + .opa-fadeout,
.opa-fade-trig:focus + .opa-fadeout {
  opacity: 0 !important;
}
.opa-fade-trig:hover .fade,
.opa-fade-trig:focus .fade {
  opacity: 1 !important;
}
.passive {
  opacity: 0.3 !important;
}
.opaque {
  opacity: 1 !important;
}
.transparent {
  opacity: 0 !important;
}
.muted,
.disabled {
  opacity: 0.5 !important;
}
.touch .slim-cnt,
.edge .slim-cnt {
  position: relative;
}
.touch .slim-scroll,
.edge .slim-scroll {
  height: 100% !important;
  overflow: auto;
}
.touch .slim-up,
.edge .slim-up,
.touch .slim-down,
.edge .slim-down {
  opacity: 0.35;
  font-size: 2.8rem;
  line-height: 0.7;
  text-align: center;
  color: #e21a22;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.touch .slim-up,
.edge .slim-up {
  position: absolute;
  top: 0;
}
.touch .slim-up:before,
.edge .slim-up:before {
  font-family: FontAwesome;
  content: "\f106";
}
.touch .slim-down,
.edge .slim-down {
  position: absolute;
  bottom: 0;
}
.touch .slim-down:after,
.edge .slim-down:after {
  font-family: FontAwesome;
  content: "\f107";
}
.modal-alert {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 1.5rem;
  position: fixed;
  z-index: 10000;
  top: 6rem;
  left: 50%;
  margin: 1.5rem 1.5rem 1.5rem -14.5rem;
  width: 29rem;
  display: none;
  text-align: center;
  font-size: 2rem;
  word-break: break-word;
}
.admin-offcanvas {
  position: fixed;
  right: -120%;
  top: 0;
  bottom: 0;
  max-width: 100%;
  overflow: hidden;
  z-index: 1100;
}
.offcanvas-active .admin-offcanvas {
  right: 0;
  padding: 0 !important;
}
.admin-offcanvas .acedit,
.admin-offcanvas .acedit-single {
  height: calc(85vh -  60*0.1rem) !important;
}
.admin-offcanvas .zz-text {
  height: calc(15vh -  3.4rem) !important;
}
.admin-offcanvas .hidden-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.admin-offcanvas .no-handheld .hidden-scroll {
  width: calc(100% +  17*0.1rem);
}
.hdn {
  display: none !important;
}
.ibk {
  display: inline-block !important;
}
.inl {
  display: inline !important;
}
.blk {
  display: block !important;
}
.clr {
  zoom: 1;
  clear: both;
}
.clr:after,
.clr:before {
  content: "";
  display: table;
}
.clr:after {
  clear: both;
}
.clr:after,
.clr:before {
  content: "";
  display: table;
}
.clr:after {
  clear: both;
}
.flx {
  display: -ms-flexbox !important;
  display: flex !important;
}
.iflx {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.tbl {
  display: table !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.tbl > [class*="col-"] {
  display: table-cell;
  float: none;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell !important;
  float: none;
  vertical-align: middle;
  height: 100%;
}
.ctr-y {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ctr-x {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ctr-a {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.abs {
  position: absolute !important;
}
.fix {
  position: fixed !important;
}
.stc {
  position: static !important;
}
.rlt {
  position: relative !important;
}
.txt-l {
  text-align: left !important;
}
.txt-r {
  text-align: right !important;
}
.txt-c {
  text-align: center !important;
}
.flt-l {
  float: left !important;
}
.flt-r {
  float: right !important;
}
.flt-c {
  margin-right: auto;
  margin-left: auto;
  float: none !important;
}
.flt-n {
  float: none !important;
}
.clr-n {
  clear: none !important;
}
.brd-a {
  border-width: 1px !important;
  border-style: solid !important;
}
.brd-b {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}
.brd-t {
  border-top-width: 1px !important;
  border-top-style: solid !important;
}
.brd-l {
  border-left-width: 1px !important;
  border-left-style: solid !important;
}
.brd-r {
  border-right-width: 1px !important;
  border-right-style: solid !important;
}
.brd-n {
  border-width: 0 !important;
  border-style: none !important;
}
.brd-0 {
  border-width: 0px !important;
  border-style: solid !important;
}
.brd-t-0 {
  border-top-width: 0px !important;
  border-top-style: solid !important;
}
.brd-r-0 {
  border-right-width: 0px !important;
  border-right-style: solid !important;
}
.brd-b-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: solid !important;
}
.brd-l-0 {
  border-left-width: 0px !important;
  border-left-style: solid !important;
}
.flw-n {
  overflow: hidden !important;
}
.flw-x {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}
.flw-y {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
.flw-a {
  overflow: auto !important;
}
.flw-v {
  overflow: visible !important;
}
.mrg-x-a {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mrg-l-a {
  margin-left: auto !important;
}
.mrg-r-a {
  margin-right: auto !important;
}
.mrg-t-a {
  margin-top: auto !important;
}
.mrg-b-a {
  margin-bottom: auto !important;
}
.mrg-row {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.flx-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.flx-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}
.flx-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}
.flx-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}
.flx-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.flx-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.flx-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.flx-justify-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.flx-justify-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}
.flx-justify-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.flx-justify-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}
.flx-justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.flx-justify-evenly {
  -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important;
}
.flx-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}
.flx-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}
.flx-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}
.flx-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}
.flx-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}
.flx-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.flx-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.flx-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.flx-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.flx-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.flx-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.flx-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}
.flx-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.flx-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.flx-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}
.flx-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.flx-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
.flx-1 {
  -ms-flex: 1 !important;
      flex: 1 !important;
}
.flx-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}
.flx-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}
.flx-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}
.flx-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.flx-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.pad-a-1 {
  padding: 0.5rem !important;
}
.pad-y-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.pad-x-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.pad-t-1 {
  padding-top: 0.5rem !important;
}
.pad-b-1 {
  padding-bottom: 0.5rem !important;
}
.pad-l-1 {
  padding-left: 0.5rem !important;
}
.pad-r-1 {
  padding-right: 0.5rem !important;
}
.pad-a-2 {
  padding: 1rem !important;
}
.pad-y-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pad-x-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.pad-t-2 {
  padding-top: 1rem !important;
}
.pad-b-2 {
  padding-bottom: 1rem !important;
}
.pad-l-2 {
  padding-left: 1rem !important;
}
.pad-r-2 {
  padding-right: 1rem !important;
}
.pad-a-3 {
  padding: 1.5rem !important;
}
.pad-y-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.pad-x-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.pad-t-3 {
  padding-top: 1.5rem !important;
}
.pad-b-3 {
  padding-bottom: 1.5rem !important;
}
.pad-l-3 {
  padding-left: 1.5rem !important;
}
.pad-r-3 {
  padding-right: 1.5rem !important;
}
.pad-a-4 {
  padding: 2rem !important;
}
.pad-y-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pad-x-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.pad-t-4 {
  padding-top: 2rem !important;
}
.pad-b-4 {
  padding-bottom: 2rem !important;
}
.pad-l-4 {
  padding-left: 2rem !important;
}
.pad-r-4 {
  padding-right: 2rem !important;
}
.pad-a-5 {
  padding: 2.5rem !important;
}
.pad-y-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.pad-x-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.pad-t-5 {
  padding-top: 2.5rem !important;
}
.pad-b-5 {
  padding-bottom: 2.5rem !important;
}
.pad-l-5 {
  padding-left: 2.5rem !important;
}
.pad-r-5 {
  padding-right: 2.5rem !important;
}
.pad-a-6 {
  padding: 3rem !important;
}
.pad-y-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pad-x-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.pad-t-6 {
  padding-top: 3rem !important;
}
.pad-b-6 {
  padding-bottom: 3rem !important;
}
.pad-l-6 {
  padding-left: 3rem !important;
}
.pad-r-6 {
  padding-right: 3rem !important;
}
.pad-a-8 {
  padding: 4rem !important;
}
.pad-y-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pad-x-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.pad-t-8 {
  padding-top: 4rem !important;
}
.pad-b-8 {
  padding-bottom: 4rem !important;
}
.pad-l-8 {
  padding-left: 4rem !important;
}
.pad-r-8 {
  padding-right: 4rem !important;
}
.rpp-2 {
  padding: 2.5%;
}
.rpp-2 > [class*="col-"] {
  padding: 2.5%;
}
.pap-a-1 {
  padding: 1.25% !important;
}
.pap-y-1 {
  padding-top: 1.25% !important;
  padding-bottom: 1.25% !important;
}
.pap-x-1 {
  padding-left: 1.25% !important;
  padding-right: 1.25% !important;
}
.pap-t-1 {
  padding-top: 1.25% !important;
}
.pap-b-1 {
  padding-bottom: 1.25% !important;
}
.pap-l-1 {
  padding-left: 1.25% !important;
}
.pap-r-1 {
  padding-right: 1.25% !important;
}
.pap-a-2 {
  padding: 2.5% !important;
}
.pap-y-2 {
  padding-top: 2.5% !important;
  padding-bottom: 2.5% !important;
}
.pap-x-2 {
  padding-left: 2.5% !important;
  padding-right: 2.5% !important;
}
.pap-t-2 {
  padding-top: 2.5% !important;
}
.pap-b-2 {
  padding-bottom: 2.5% !important;
}
.pap-l-2 {
  padding-left: 2.5% !important;
}
.pap-r-2 {
  padding-right: 2.5% !important;
}
.pap-a-3 {
  padding: 5% !important;
}
.pap-y-3 {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}
.pap-x-3 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.pap-t-3 {
  padding-top: 5% !important;
}
.pap-b-3 {
  padding-bottom: 5% !important;
}
.pap-l-3 {
  padding-left: 5% !important;
}
.pap-r-3 {
  padding-right: 5% !important;
}
.pap-a-4 {
  padding: 6.25% !important;
}
.pap-y-4 {
  padding-top: 6.25% !important;
  padding-bottom: 6.25% !important;
}
.pap-x-4 {
  padding-left: 6.25% !important;
  padding-right: 6.25% !important;
}
.pap-t-4 {
  padding-top: 6.25% !important;
}
.pap-b-4 {
  padding-bottom: 6.25% !important;
}
.pap-l-4 {
  padding-left: 6.25% !important;
}
.pap-r-4 {
  padding-right: 6.25% !important;
}
.pap-a-5 {
  padding: 7.5% !important;
}
.pap-y-5 {
  padding-top: 7.5% !important;
  padding-bottom: 7.5% !important;
}
.pap-x-5 {
  padding-left: 7.5% !important;
  padding-right: 7.5% !important;
}
.pap-t-5 {
  padding-top: 7.5% !important;
}
.pap-b-5 {
  padding-bottom: 7.5% !important;
}
.pap-l-5 {
  padding-left: 7.5% !important;
}
.pap-r-5 {
  padding-right: 7.5% !important;
}
.pap-a-6 {
  padding: 8.75% !important;
}
.pap-y-6 {
  padding-top: 8.75% !important;
  padding-bottom: 8.75% !important;
}
.pap-x-6 {
  padding-left: 8.75% !important;
  padding-right: 8.75% !important;
}
.pap-t-6 {
  padding-top: 8.75% !important;
}
.pap-b-6 {
  padding-bottom: 8.75% !important;
}
.pap-l-6 {
  padding-left: 8.75% !important;
}
.pap-r-6 {
  padding-right: 8.75% !important;
}
.pap-a-7 {
  padding: 10% !important;
}
.pap-y-7 {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}
.pap-x-7 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.pap-t-7 {
  padding-top: 10% !important;
}
.pap-b-7 {
  padding-bottom: 10% !important;
}
.pap-l-7 {
  padding-left: 10% !important;
}
.pap-r-7 {
  padding-right: 10% !important;
}
.pap-a-8 {
  padding: 11.25% !important;
}
.pap-y-8 {
  padding-top: 11.25% !important;
  padding-bottom: 11.25% !important;
}
.pap-x-8 {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
}
.pap-t-8 {
  padding-top: 11.25% !important;
}
.pap-b-8 {
  padding-bottom: 11.25% !important;
}
.pap-l-8 {
  padding-left: 11.25% !important;
}
.pap-r-8 {
  padding-right: 11.25% !important;
}
.pap-a-9 {
  padding: 12.5% !important;
}
.pap-y-9 {
  padding-top: 12.5% !important;
  padding-bottom: 12.5% !important;
}
.pap-x-9 {
  padding-left: 12.5% !important;
  padding-right: 12.5% !important;
}
.pap-t-9 {
  padding-top: 12.5% !important;
}
.pap-b-9 {
  padding-bottom: 12.5% !important;
}
.pap-l-9 {
  padding-left: 12.5% !important;
}
.pap-r-9 {
  padding-right: 12.5% !important;
}
.pap-a-10 {
  padding: 13.75% !important;
}
.pap-y-10 {
  padding-top: 13.75% !important;
  padding-bottom: 13.75% !important;
}
.pap-x-10 {
  padding-left: 13.75% !important;
  padding-right: 13.75% !important;
}
.pap-t-10 {
  padding-top: 13.75% !important;
}
.pap-b-10 {
  padding-bottom: 13.75% !important;
}
.pap-l-10 {
  padding-left: 13.75% !important;
}
.pap-r-10 {
  padding-right: 13.75% !important;
}
.pad-a-0 {
  padding: 0 !important;
}
.pad-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pad-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pad-t-0 {
  padding-top: 0 !important;
}
.pad-b-0 {
  padding-bottom: 0 !important;
}
.pad-l-0 {
  padding-left: 0 !important;
}
.pad-r-0 {
  padding-right: 0 !important;
}
.mrg-a-1 {
  margin: 0.5rem !important;
}
.mrg-y-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mrg-x-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mrg-t-1 {
  margin-top: 0.5rem !important;
}
.mrg-b-1 {
  margin-bottom: 0.5rem !important;
}
.mrg-l-1 {
  margin-left: 0.5rem !important;
}
.mrg-r-1 {
  margin-right: 0.5rem !important;
}
.mrg-a-2 {
  margin: 1rem !important;
}
.mrg-y-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mrg-x-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mrg-t-2 {
  margin-top: 1rem !important;
}
.mrg-b-2 {
  margin-bottom: 1rem !important;
}
.mrg-l-2 {
  margin-left: 1rem !important;
}
.mrg-r-2 {
  margin-right: 1rem !important;
}
.mrg-a-3 {
  margin: 1.5rem !important;
}
.mrg-y-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mrg-x-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mrg-t-3 {
  margin-top: 1.5rem !important;
}
.mrg-b-3 {
  margin-bottom: 1.5rem !important;
}
.mrg-l-3 {
  margin-left: 1.5rem !important;
}
.mrg-r-3 {
  margin-right: 1.5rem !important;
}
.mrg-a-4 {
  margin: 2rem !important;
}
.mrg-y-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mrg-x-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mrg-t-4 {
  margin-top: 2rem !important;
}
.mrg-b-4 {
  margin-bottom: 2rem !important;
}
.mrg-l-4 {
  margin-left: 2rem !important;
}
.mrg-r-4 {
  margin-right: 2rem !important;
}
.mrg-a-5 {
  margin: 2.5rem !important;
}
.mrg-y-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.mrg-x-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mrg-t-5 {
  margin-top: 2.5rem !important;
}
.mrg-b-5 {
  margin-bottom: 2.5rem !important;
}
.mrg-l-5 {
  margin-left: 2.5rem !important;
}
.mrg-r-5 {
  margin-right: 2.5rem !important;
}
.mrg-a-6 {
  margin: 3rem !important;
}
.mrg-y-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mrg-x-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mrg-t-6 {
  margin-top: 3rem !important;
}
.mrg-b-6 {
  margin-bottom: 3rem !important;
}
.mrg-l-6 {
  margin-left: 3rem !important;
}
.mrg-r-6 {
  margin-right: 3rem !important;
}
.mrg-a-0 {
  margin: 0 !important;
}
.mrg-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mrg-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mrg-t-0 {
  margin-top: 0 !important;
}
.mrg-b-0 {
  margin-bottom: 0 !important;
}
.mrg-l-0 {
  margin-left: 0 !important;
}
.mrg-r-0 {
  margin-right: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.h-100 {
  height: 100% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
.vh-100 {
  height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-75 {
  height: 75vh !important;
}
.vw-75 {
  width: 75vw !important;
}
.vh-50 {
  height: 50vh !important;
}
.vw-50 {
  width: 50vw !important;
}
.mvh-100 {
  min-height: 100vh !important;
}
.mvw-100 {
  min-width: 100vw !important;
}
.mvh-75 {
  min-height: 75vh !important;
}
.mvw-75 {
  min-width: 75vh !important;
}
.w-a {
  width: auto !important;
  max-width: none !important;
  min-width: unset !important;
}
.w-mc {
  width: auto !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.h-a {
  height: auto !important;
  max-height: unset !important;
  min-height: unset !important;
}
.h-0 {
  height: 0 !important;
}
.g-0 > * {
  padding: 0 !important;
}
.g-1 > * {
  padding: 0.5rem !important;
}
.g-2 > * {
  padding: 1rem !important;
}
.g-3 > * {
  padding: 1.5rem !important;
}
[class*="pap-a"] > [class*="columns-"] {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
ul[class*="columns-"] {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.fnz_xs {
  font-size: 1em;
}
@media (max-width: 1439px) {
  .hidden_lg-down {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden_md-down {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden_sm-down {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden_xs-down {
    display: none !important;
  }
  .fnz_xs-down {
    font-size: 0.9375em !important;
  }
}
@media (min-width: 768px) {
  .hdn_sm {
    display: none !important;
  }
  .ibk_sm {
    display: inline-block !important;
  }
  .inl_sm {
    display: inline !important;
  }
  .blk_sm {
    display: block !important;
  }
  .clr_sm {
    zoom: 1;
    clear: both;
  }
  .clr_sm:after,
  .clr_sm:before {
    content: "";
    display: table;
  }
  .clr_sm:after {
    clear: both;
  }
  .clr_sm:after,
  .clr_sm:before {
    content: "";
    display: table;
  }
  .clr_sm:after {
    clear: both;
  }
  .flx_sm {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .iflx_sm {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .tbl_sm {
    display: table !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    table-layout: fixed;
  }
  .tbl_sm > [class*="col-"] {
    display: table-cell;
    float: none;
  }
  .tbl-row_sm {
    display: table-row;
  }
  .tbl-cell_sm {
    display: table-cell !important;
    float: none;
    vertical-align: middle;
    height: 100%;
  }
  .ctr-y_sm {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctr-x_sm {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ctr-a_sm {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .abs_sm {
    position: absolute !important;
  }
  .fix_sm {
    position: fixed !important;
  }
  .stc_sm {
    position: static !important;
  }
  .rlt_sm {
    position: relative !important;
  }
  .txt-l_sm {
    text-align: left !important;
  }
  .txt-r_sm {
    text-align: right !important;
  }
  .txt-c_sm {
    text-align: center !important;
  }
  .flt-l_sm {
    float: left !important;
  }
  .flt-r_sm {
    float: right !important;
  }
  .flt-c_sm {
    margin-right: auto;
    margin-left: auto;
    float: none !important;
  }
  .flt-n_sm {
    float: none !important;
  }
  .clr-n_sm {
    clear: none !important;
  }
  .brd-a_sm {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .brd-b_sm {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .brd-t_sm {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .brd-l_sm {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .brd-r_sm {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .brd-n_sm {
    border-width: 0 !important;
    border-style: none !important;
  }
  .brd-0_sm {
    border-width: 0px !important;
    border-style: solid !important;
  }
  .brd-t-0_sm {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .brd-r-0_sm {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .brd-b-0_sm {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .brd-l-0_sm {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .flw-n_sm {
    overflow: hidden !important;
  }
  .flw-x_sm {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-y_sm {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-a_sm {
    overflow: auto !important;
  }
  .flw-v_sm {
    overflow: visible !important;
  }
  .mrg-x-a_sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mrg-l-a_sm {
    margin-left: auto !important;
  }
  .mrg-r-a_sm {
    margin-right: auto !important;
  }
  .mrg-t-a_sm {
    margin-top: auto !important;
  }
  .mrg-b-a_sm {
    margin-bottom: auto !important;
  }
  .mrg-row_sm {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .flx-row_sm {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flx-column_sm {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flx-row-reverse_sm {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flx-column-reverse_sm {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flx-wrap_sm {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flx-nowrap_sm {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flx-wrap-reverse_sm {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flx-justify-start_sm {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .flx-justify-end_sm {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .flx-justify-center_sm {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .flx-justify-between_sm {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .flx-justify-around_sm {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .flx-justify-evenly_sm {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .flx-items-start_sm {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .flx-items-end_sm {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .flx-items-center_sm {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .flx-items-baseline_sm {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .flx-items-stretch_sm {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .flx-content-start_sm {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .flx-content-end_sm {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .flx-content-center_sm {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .flx-content-between_sm {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .flx-content-around_sm {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .flx-content-stretch_sm {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .flx-self-auto_sm {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .flx-self-start_sm {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .flx-self-end_sm {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .flx-self-center_sm {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .flx-self-baseline_sm {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .flx-self-stretch_sm {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .flx-1_sm {
    -ms-flex: 1 !important;
        flex: 1 !important;
  }
  .flx-fill_sm {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flx-grow-0_sm {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flx-grow-1_sm {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flx-shrink-0_sm {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flx-shrink-1_sm {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .pad-a-1_sm {
    padding: 0.5rem !important;
  }
  .pad-y-1_sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pad-x-1_sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pad-t-1_sm {
    padding-top: 0.5rem !important;
  }
  .pad-b-1_sm {
    padding-bottom: 0.5rem !important;
  }
  .pad-l-1_sm {
    padding-left: 0.5rem !important;
  }
  .pad-r-1_sm {
    padding-right: 0.5rem !important;
  }
  .pad-a-2_sm {
    padding: 1rem !important;
  }
  .pad-y-2_sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pad-x-2_sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pad-t-2_sm {
    padding-top: 1rem !important;
  }
  .pad-b-2_sm {
    padding-bottom: 1rem !important;
  }
  .pad-l-2_sm {
    padding-left: 1rem !important;
  }
  .pad-r-2_sm {
    padding-right: 1rem !important;
  }
  .pad-a-3_sm {
    padding: 1.5rem !important;
  }
  .pad-y-3_sm {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pad-x-3_sm {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .pad-t-3_sm {
    padding-top: 1.5rem !important;
  }
  .pad-b-3_sm {
    padding-bottom: 1.5rem !important;
  }
  .pad-l-3_sm {
    padding-left: 1.5rem !important;
  }
  .pad-r-3_sm {
    padding-right: 1.5rem !important;
  }
  .pad-a-4_sm {
    padding: 2rem !important;
  }
  .pad-y-4_sm {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pad-x-4_sm {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pad-t-4_sm {
    padding-top: 2rem !important;
  }
  .pad-b-4_sm {
    padding-bottom: 2rem !important;
  }
  .pad-l-4_sm {
    padding-left: 2rem !important;
  }
  .pad-r-4_sm {
    padding-right: 2rem !important;
  }
  .pad-a-5_sm {
    padding: 2.5rem !important;
  }
  .pad-y-5_sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pad-x-5_sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .pad-t-5_sm {
    padding-top: 2.5rem !important;
  }
  .pad-b-5_sm {
    padding-bottom: 2.5rem !important;
  }
  .pad-l-5_sm {
    padding-left: 2.5rem !important;
  }
  .pad-r-5_sm {
    padding-right: 2.5rem !important;
  }
  .pad-a-6_sm {
    padding: 3rem !important;
  }
  .pad-y-6_sm {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pad-x-6_sm {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pad-t-6_sm {
    padding-top: 3rem !important;
  }
  .pad-b-6_sm {
    padding-bottom: 3rem !important;
  }
  .pad-l-6_sm {
    padding-left: 3rem !important;
  }
  .pad-r-6_sm {
    padding-right: 3rem !important;
  }
  .pad-a-8_sm {
    padding: 4rem !important;
  }
  .pad-y-8_sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pad-x-8_sm {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pad-t-8_sm {
    padding-top: 4rem !important;
  }
  .pad-b-8_sm {
    padding-bottom: 4rem !important;
  }
  .pad-l-8_sm {
    padding-left: 4rem !important;
  }
  .pad-r-8_sm {
    padding-right: 4rem !important;
  }
  .rpp-2_sm {
    padding: 2.5%;
  }
  .rpp-2_sm > [class*="col-"] {
    padding: 2.5%;
  }
  .pap-a-1_sm {
    padding: 1.25% !important;
  }
  .pap-y-1_sm {
    padding-top: 1.25% !important;
    padding-bottom: 1.25% !important;
  }
  .pap-x-1_sm {
    padding-left: 1.25% !important;
    padding-right: 1.25% !important;
  }
  .pap-t-1_sm {
    padding-top: 1.25% !important;
  }
  .pap-b-1_sm {
    padding-bottom: 1.25% !important;
  }
  .pap-l-1_sm {
    padding-left: 1.25% !important;
  }
  .pap-r-1_sm {
    padding-right: 1.25% !important;
  }
  .pap-a-2_sm {
    padding: 2.5% !important;
  }
  .pap-y-2_sm {
    padding-top: 2.5% !important;
    padding-bottom: 2.5% !important;
  }
  .pap-x-2_sm {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
  .pap-t-2_sm {
    padding-top: 2.5% !important;
  }
  .pap-b-2_sm {
    padding-bottom: 2.5% !important;
  }
  .pap-l-2_sm {
    padding-left: 2.5% !important;
  }
  .pap-r-2_sm {
    padding-right: 2.5% !important;
  }
  .pap-a-3_sm {
    padding: 5% !important;
  }
  .pap-y-3_sm {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  .pap-x-3_sm {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .pap-t-3_sm {
    padding-top: 5% !important;
  }
  .pap-b-3_sm {
    padding-bottom: 5% !important;
  }
  .pap-l-3_sm {
    padding-left: 5% !important;
  }
  .pap-r-3_sm {
    padding-right: 5% !important;
  }
  .pap-a-4_sm {
    padding: 6.25% !important;
  }
  .pap-y-4_sm {
    padding-top: 6.25% !important;
    padding-bottom: 6.25% !important;
  }
  .pap-x-4_sm {
    padding-left: 6.25% !important;
    padding-right: 6.25% !important;
  }
  .pap-t-4_sm {
    padding-top: 6.25% !important;
  }
  .pap-b-4_sm {
    padding-bottom: 6.25% !important;
  }
  .pap-l-4_sm {
    padding-left: 6.25% !important;
  }
  .pap-r-4_sm {
    padding-right: 6.25% !important;
  }
  .pap-a-5_sm {
    padding: 7.5% !important;
  }
  .pap-y-5_sm {
    padding-top: 7.5% !important;
    padding-bottom: 7.5% !important;
  }
  .pap-x-5_sm {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
  .pap-t-5_sm {
    padding-top: 7.5% !important;
  }
  .pap-b-5_sm {
    padding-bottom: 7.5% !important;
  }
  .pap-l-5_sm {
    padding-left: 7.5% !important;
  }
  .pap-r-5_sm {
    padding-right: 7.5% !important;
  }
  .pap-a-6_sm {
    padding: 8.75% !important;
  }
  .pap-y-6_sm {
    padding-top: 8.75% !important;
    padding-bottom: 8.75% !important;
  }
  .pap-x-6_sm {
    padding-left: 8.75% !important;
    padding-right: 8.75% !important;
  }
  .pap-t-6_sm {
    padding-top: 8.75% !important;
  }
  .pap-b-6_sm {
    padding-bottom: 8.75% !important;
  }
  .pap-l-6_sm {
    padding-left: 8.75% !important;
  }
  .pap-r-6_sm {
    padding-right: 8.75% !important;
  }
  .pap-a-7_sm {
    padding: 10% !important;
  }
  .pap-y-7_sm {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  .pap-x-7_sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .pap-t-7_sm {
    padding-top: 10% !important;
  }
  .pap-b-7_sm {
    padding-bottom: 10% !important;
  }
  .pap-l-7_sm {
    padding-left: 10% !important;
  }
  .pap-r-7_sm {
    padding-right: 10% !important;
  }
  .pap-a-8_sm {
    padding: 11.25% !important;
  }
  .pap-y-8_sm {
    padding-top: 11.25% !important;
    padding-bottom: 11.25% !important;
  }
  .pap-x-8_sm {
    padding-left: 11.25% !important;
    padding-right: 11.25% !important;
  }
  .pap-t-8_sm {
    padding-top: 11.25% !important;
  }
  .pap-b-8_sm {
    padding-bottom: 11.25% !important;
  }
  .pap-l-8_sm {
    padding-left: 11.25% !important;
  }
  .pap-r-8_sm {
    padding-right: 11.25% !important;
  }
  .pap-a-9_sm {
    padding: 12.5% !important;
  }
  .pap-y-9_sm {
    padding-top: 12.5% !important;
    padding-bottom: 12.5% !important;
  }
  .pap-x-9_sm {
    padding-left: 12.5% !important;
    padding-right: 12.5% !important;
  }
  .pap-t-9_sm {
    padding-top: 12.5% !important;
  }
  .pap-b-9_sm {
    padding-bottom: 12.5% !important;
  }
  .pap-l-9_sm {
    padding-left: 12.5% !important;
  }
  .pap-r-9_sm {
    padding-right: 12.5% !important;
  }
  .pap-a-10_sm {
    padding: 13.75% !important;
  }
  .pap-y-10_sm {
    padding-top: 13.75% !important;
    padding-bottom: 13.75% !important;
  }
  .pap-x-10_sm {
    padding-left: 13.75% !important;
    padding-right: 13.75% !important;
  }
  .pap-t-10_sm {
    padding-top: 13.75% !important;
  }
  .pap-b-10_sm {
    padding-bottom: 13.75% !important;
  }
  .pap-l-10_sm {
    padding-left: 13.75% !important;
  }
  .pap-r-10_sm {
    padding-right: 13.75% !important;
  }
  .pad-a-0_sm {
    padding: 0 !important;
  }
  .pad-y-0_sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pad-x-0_sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pad-t-0_sm {
    padding-top: 0 !important;
  }
  .pad-b-0_sm {
    padding-bottom: 0 !important;
  }
  .pad-l-0_sm {
    padding-left: 0 !important;
  }
  .pad-r-0_sm {
    padding-right: 0 !important;
  }
  .mrg-a-1_sm {
    margin: 0.5rem !important;
  }
  .mrg-y-1_sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mrg-x-1_sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mrg-t-1_sm {
    margin-top: 0.5rem !important;
  }
  .mrg-b-1_sm {
    margin-bottom: 0.5rem !important;
  }
  .mrg-l-1_sm {
    margin-left: 0.5rem !important;
  }
  .mrg-r-1_sm {
    margin-right: 0.5rem !important;
  }
  .mrg-a-2_sm {
    margin: 1rem !important;
  }
  .mrg-y-2_sm {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mrg-x-2_sm {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mrg-t-2_sm {
    margin-top: 1rem !important;
  }
  .mrg-b-2_sm {
    margin-bottom: 1rem !important;
  }
  .mrg-l-2_sm {
    margin-left: 1rem !important;
  }
  .mrg-r-2_sm {
    margin-right: 1rem !important;
  }
  .mrg-a-3_sm {
    margin: 1.5rem !important;
  }
  .mrg-y-3_sm {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mrg-x-3_sm {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mrg-t-3_sm {
    margin-top: 1.5rem !important;
  }
  .mrg-b-3_sm {
    margin-bottom: 1.5rem !important;
  }
  .mrg-l-3_sm {
    margin-left: 1.5rem !important;
  }
  .mrg-r-3_sm {
    margin-right: 1.5rem !important;
  }
  .mrg-a-4_sm {
    margin: 2rem !important;
  }
  .mrg-y-4_sm {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mrg-x-4_sm {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mrg-t-4_sm {
    margin-top: 2rem !important;
  }
  .mrg-b-4_sm {
    margin-bottom: 2rem !important;
  }
  .mrg-l-4_sm {
    margin-left: 2rem !important;
  }
  .mrg-r-4_sm {
    margin-right: 2rem !important;
  }
  .mrg-a-5_sm {
    margin: 2.5rem !important;
  }
  .mrg-y-5_sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mrg-x-5_sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mrg-t-5_sm {
    margin-top: 2.5rem !important;
  }
  .mrg-b-5_sm {
    margin-bottom: 2.5rem !important;
  }
  .mrg-l-5_sm {
    margin-left: 2.5rem !important;
  }
  .mrg-r-5_sm {
    margin-right: 2.5rem !important;
  }
  .mrg-a-6_sm {
    margin: 3rem !important;
  }
  .mrg-y-6_sm {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mrg-x-6_sm {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mrg-t-6_sm {
    margin-top: 3rem !important;
  }
  .mrg-b-6_sm {
    margin-bottom: 3rem !important;
  }
  .mrg-l-6_sm {
    margin-left: 3rem !important;
  }
  .mrg-r-6_sm {
    margin-right: 3rem !important;
  }
  .mrg-a-0_sm {
    margin: 0 !important;
  }
  .mrg-y-0_sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mrg-x-0_sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mrg-t-0_sm {
    margin-top: 0 !important;
  }
  .mrg-b-0_sm {
    margin-bottom: 0 !important;
  }
  .mrg-l-0_sm {
    margin-left: 0 !important;
  }
  .mrg-r-0_sm {
    margin-right: 0 !important;
  }
  .w-100_sm {
    width: 100% !important;
  }
  .w-50_sm {
    width: 50% !important;
  }
  .w-25_sm {
    width: 25% !important;
  }
  .h-100_sm {
    height: 100% !important;
  }
  .h-50_sm {
    height: 50% !important;
  }
  .h-25_sm {
    height: 25% !important;
  }
  .vh-100_sm {
    height: 100vh !important;
  }
  .vw-100_sm {
    width: 100vw !important;
  }
  .vh-75_sm {
    height: 75vh !important;
  }
  .vw-75_sm {
    width: 75vw !important;
  }
  .vh-50_sm {
    height: 50vh !important;
  }
  .vw-50_sm {
    width: 50vw !important;
  }
  .mvh-100_sm {
    min-height: 100vh !important;
  }
  .mvw-100_sm {
    min-width: 100vw !important;
  }
  .mvh-75_sm {
    min-height: 75vh !important;
  }
  .mvw-75_sm {
    min-width: 75vh !important;
  }
  .w-a_sm {
    width: auto !important;
    max-width: none !important;
    min-width: unset !important;
  }
  .w-mc_sm {
    width: auto !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .h-a_sm {
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important;
  }
  .h-0_sm {
    height: 0 !important;
  }
  .g-0_sm > * {
    padding: 0 !important;
  }
  .g-1_sm > * {
    padding: 0.5rem !important;
  }
  .g-2_sm > * {
    padding: 1rem !important;
  }
  .g-3_sm > * {
    padding: 1.5rem !important;
  }
  .hidden_sm-up {
    display: none !important;
  }
  [class*="pap-a"] > [class*="columns-"] {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  ul[class*="columns-"] {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .fnz_xs {
    font-size: 1.0625em;
  }
}
@media (min-width: 992px) {
  .hdn_md {
    display: none !important;
  }
  .ibk_md {
    display: inline-block !important;
  }
  .inl_md {
    display: inline !important;
  }
  .blk_md {
    display: block !important;
  }
  .clr_md {
    zoom: 1;
    clear: both;
  }
  .clr_md:after,
  .clr_md:before {
    content: "";
    display: table;
  }
  .clr_md:after {
    clear: both;
  }
  .clr_md:after,
  .clr_md:before {
    content: "";
    display: table;
  }
  .clr_md:after {
    clear: both;
  }
  .flx_md {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .iflx_md {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .tbl_md {
    display: table !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    table-layout: fixed;
  }
  .tbl_md > [class*="col-"] {
    display: table-cell;
    float: none;
  }
  .tbl-row_md {
    display: table-row;
  }
  .tbl-cell_md {
    display: table-cell !important;
    float: none;
    vertical-align: middle;
    height: 100%;
  }
  .ctr-y_md {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctr-x_md {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ctr-a_md {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .abs_md {
    position: absolute !important;
  }
  .fix_md {
    position: fixed !important;
  }
  .stc_md {
    position: static !important;
  }
  .rlt_md {
    position: relative !important;
  }
  .txt-l_md {
    text-align: left !important;
  }
  .txt-r_md {
    text-align: right !important;
  }
  .txt-c_md {
    text-align: center !important;
  }
  .flt-l_md {
    float: left !important;
  }
  .flt-r_md {
    float: right !important;
  }
  .flt-c_md {
    margin-right: auto;
    margin-left: auto;
    float: none !important;
  }
  .flt-n_md {
    float: none !important;
  }
  .clr-n_md {
    clear: none !important;
  }
  .brd-a_md {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .brd-b_md {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .brd-t_md {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .brd-l_md {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .brd-r_md {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .brd-n_md {
    border-width: 0 !important;
    border-style: none !important;
  }
  .brd-0_md {
    border-width: 0px !important;
    border-style: solid !important;
  }
  .brd-t-0_md {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .brd-r-0_md {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .brd-b-0_md {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .brd-l-0_md {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .flw-n_md {
    overflow: hidden !important;
  }
  .flw-x_md {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-y_md {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-a_md {
    overflow: auto !important;
  }
  .flw-v_md {
    overflow: visible !important;
  }
  .mrg-x-a_md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mrg-l-a_md {
    margin-left: auto !important;
  }
  .mrg-r-a_md {
    margin-right: auto !important;
  }
  .mrg-t-a_md {
    margin-top: auto !important;
  }
  .mrg-b-a_md {
    margin-bottom: auto !important;
  }
  .mrg-row_md {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .flx-row_md {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flx-column_md {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flx-row-reverse_md {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flx-column-reverse_md {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flx-wrap_md {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flx-nowrap_md {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flx-wrap-reverse_md {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flx-justify-start_md {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .flx-justify-end_md {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .flx-justify-center_md {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .flx-justify-between_md {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .flx-justify-around_md {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .flx-justify-evenly_md {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .flx-items-start_md {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .flx-items-end_md {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .flx-items-center_md {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .flx-items-baseline_md {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .flx-items-stretch_md {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .flx-content-start_md {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .flx-content-end_md {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .flx-content-center_md {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .flx-content-between_md {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .flx-content-around_md {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .flx-content-stretch_md {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .flx-self-auto_md {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .flx-self-start_md {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .flx-self-end_md {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .flx-self-center_md {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .flx-self-baseline_md {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .flx-self-stretch_md {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .flx-1_md {
    -ms-flex: 1 !important;
        flex: 1 !important;
  }
  .flx-fill_md {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flx-grow-0_md {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flx-grow-1_md {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flx-shrink-0_md {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flx-shrink-1_md {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .pad-a-1_md {
    padding: 0.5rem !important;
  }
  .pad-y-1_md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pad-x-1_md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pad-t-1_md {
    padding-top: 0.5rem !important;
  }
  .pad-b-1_md {
    padding-bottom: 0.5rem !important;
  }
  .pad-l-1_md {
    padding-left: 0.5rem !important;
  }
  .pad-r-1_md {
    padding-right: 0.5rem !important;
  }
  .pad-a-2_md {
    padding: 1rem !important;
  }
  .pad-y-2_md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pad-x-2_md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pad-t-2_md {
    padding-top: 1rem !important;
  }
  .pad-b-2_md {
    padding-bottom: 1rem !important;
  }
  .pad-l-2_md {
    padding-left: 1rem !important;
  }
  .pad-r-2_md {
    padding-right: 1rem !important;
  }
  .pad-a-3_md {
    padding: 1.5rem !important;
  }
  .pad-y-3_md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pad-x-3_md {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .pad-t-3_md {
    padding-top: 1.5rem !important;
  }
  .pad-b-3_md {
    padding-bottom: 1.5rem !important;
  }
  .pad-l-3_md {
    padding-left: 1.5rem !important;
  }
  .pad-r-3_md {
    padding-right: 1.5rem !important;
  }
  .pad-a-4_md {
    padding: 2rem !important;
  }
  .pad-y-4_md {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pad-x-4_md {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pad-t-4_md {
    padding-top: 2rem !important;
  }
  .pad-b-4_md {
    padding-bottom: 2rem !important;
  }
  .pad-l-4_md {
    padding-left: 2rem !important;
  }
  .pad-r-4_md {
    padding-right: 2rem !important;
  }
  .pad-a-5_md {
    padding: 2.5rem !important;
  }
  .pad-y-5_md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pad-x-5_md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .pad-t-5_md {
    padding-top: 2.5rem !important;
  }
  .pad-b-5_md {
    padding-bottom: 2.5rem !important;
  }
  .pad-l-5_md {
    padding-left: 2.5rem !important;
  }
  .pad-r-5_md {
    padding-right: 2.5rem !important;
  }
  .pad-a-6_md {
    padding: 3rem !important;
  }
  .pad-y-6_md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pad-x-6_md {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pad-t-6_md {
    padding-top: 3rem !important;
  }
  .pad-b-6_md {
    padding-bottom: 3rem !important;
  }
  .pad-l-6_md {
    padding-left: 3rem !important;
  }
  .pad-r-6_md {
    padding-right: 3rem !important;
  }
  .pad-a-8_md {
    padding: 4rem !important;
  }
  .pad-y-8_md {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pad-x-8_md {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pad-t-8_md {
    padding-top: 4rem !important;
  }
  .pad-b-8_md {
    padding-bottom: 4rem !important;
  }
  .pad-l-8_md {
    padding-left: 4rem !important;
  }
  .pad-r-8_md {
    padding-right: 4rem !important;
  }
  .rpp-2_md {
    padding: 2.5%;
  }
  .rpp-2_md > [class*="col-"] {
    padding: 2.5%;
  }
  .pap-a-1_md {
    padding: 1.25% !important;
  }
  .pap-y-1_md {
    padding-top: 1.25% !important;
    padding-bottom: 1.25% !important;
  }
  .pap-x-1_md {
    padding-left: 1.25% !important;
    padding-right: 1.25% !important;
  }
  .pap-t-1_md {
    padding-top: 1.25% !important;
  }
  .pap-b-1_md {
    padding-bottom: 1.25% !important;
  }
  .pap-l-1_md {
    padding-left: 1.25% !important;
  }
  .pap-r-1_md {
    padding-right: 1.25% !important;
  }
  .pap-a-2_md {
    padding: 2.5% !important;
  }
  .pap-y-2_md {
    padding-top: 2.5% !important;
    padding-bottom: 2.5% !important;
  }
  .pap-x-2_md {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
  .pap-t-2_md {
    padding-top: 2.5% !important;
  }
  .pap-b-2_md {
    padding-bottom: 2.5% !important;
  }
  .pap-l-2_md {
    padding-left: 2.5% !important;
  }
  .pap-r-2_md {
    padding-right: 2.5% !important;
  }
  .pap-a-3_md {
    padding: 5% !important;
  }
  .pap-y-3_md {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  .pap-x-3_md {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .pap-t-3_md {
    padding-top: 5% !important;
  }
  .pap-b-3_md {
    padding-bottom: 5% !important;
  }
  .pap-l-3_md {
    padding-left: 5% !important;
  }
  .pap-r-3_md {
    padding-right: 5% !important;
  }
  .pap-a-4_md {
    padding: 6.25% !important;
  }
  .pap-y-4_md {
    padding-top: 6.25% !important;
    padding-bottom: 6.25% !important;
  }
  .pap-x-4_md {
    padding-left: 6.25% !important;
    padding-right: 6.25% !important;
  }
  .pap-t-4_md {
    padding-top: 6.25% !important;
  }
  .pap-b-4_md {
    padding-bottom: 6.25% !important;
  }
  .pap-l-4_md {
    padding-left: 6.25% !important;
  }
  .pap-r-4_md {
    padding-right: 6.25% !important;
  }
  .pap-a-5_md {
    padding: 7.5% !important;
  }
  .pap-y-5_md {
    padding-top: 7.5% !important;
    padding-bottom: 7.5% !important;
  }
  .pap-x-5_md {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
  .pap-t-5_md {
    padding-top: 7.5% !important;
  }
  .pap-b-5_md {
    padding-bottom: 7.5% !important;
  }
  .pap-l-5_md {
    padding-left: 7.5% !important;
  }
  .pap-r-5_md {
    padding-right: 7.5% !important;
  }
  .pap-a-6_md {
    padding: 8.75% !important;
  }
  .pap-y-6_md {
    padding-top: 8.75% !important;
    padding-bottom: 8.75% !important;
  }
  .pap-x-6_md {
    padding-left: 8.75% !important;
    padding-right: 8.75% !important;
  }
  .pap-t-6_md {
    padding-top: 8.75% !important;
  }
  .pap-b-6_md {
    padding-bottom: 8.75% !important;
  }
  .pap-l-6_md {
    padding-left: 8.75% !important;
  }
  .pap-r-6_md {
    padding-right: 8.75% !important;
  }
  .pap-a-7_md {
    padding: 10% !important;
  }
  .pap-y-7_md {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  .pap-x-7_md {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .pap-t-7_md {
    padding-top: 10% !important;
  }
  .pap-b-7_md {
    padding-bottom: 10% !important;
  }
  .pap-l-7_md {
    padding-left: 10% !important;
  }
  .pap-r-7_md {
    padding-right: 10% !important;
  }
  .pap-a-8_md {
    padding: 11.25% !important;
  }
  .pap-y-8_md {
    padding-top: 11.25% !important;
    padding-bottom: 11.25% !important;
  }
  .pap-x-8_md {
    padding-left: 11.25% !important;
    padding-right: 11.25% !important;
  }
  .pap-t-8_md {
    padding-top: 11.25% !important;
  }
  .pap-b-8_md {
    padding-bottom: 11.25% !important;
  }
  .pap-l-8_md {
    padding-left: 11.25% !important;
  }
  .pap-r-8_md {
    padding-right: 11.25% !important;
  }
  .pap-a-9_md {
    padding: 12.5% !important;
  }
  .pap-y-9_md {
    padding-top: 12.5% !important;
    padding-bottom: 12.5% !important;
  }
  .pap-x-9_md {
    padding-left: 12.5% !important;
    padding-right: 12.5% !important;
  }
  .pap-t-9_md {
    padding-top: 12.5% !important;
  }
  .pap-b-9_md {
    padding-bottom: 12.5% !important;
  }
  .pap-l-9_md {
    padding-left: 12.5% !important;
  }
  .pap-r-9_md {
    padding-right: 12.5% !important;
  }
  .pap-a-10_md {
    padding: 13.75% !important;
  }
  .pap-y-10_md {
    padding-top: 13.75% !important;
    padding-bottom: 13.75% !important;
  }
  .pap-x-10_md {
    padding-left: 13.75% !important;
    padding-right: 13.75% !important;
  }
  .pap-t-10_md {
    padding-top: 13.75% !important;
  }
  .pap-b-10_md {
    padding-bottom: 13.75% !important;
  }
  .pap-l-10_md {
    padding-left: 13.75% !important;
  }
  .pap-r-10_md {
    padding-right: 13.75% !important;
  }
  .pad-a-0_md {
    padding: 0 !important;
  }
  .pad-y-0_md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pad-x-0_md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pad-t-0_md {
    padding-top: 0 !important;
  }
  .pad-b-0_md {
    padding-bottom: 0 !important;
  }
  .pad-l-0_md {
    padding-left: 0 !important;
  }
  .pad-r-0_md {
    padding-right: 0 !important;
  }
  .mrg-a-1_md {
    margin: 0.5rem !important;
  }
  .mrg-y-1_md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mrg-x-1_md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mrg-t-1_md {
    margin-top: 0.5rem !important;
  }
  .mrg-b-1_md {
    margin-bottom: 0.5rem !important;
  }
  .mrg-l-1_md {
    margin-left: 0.5rem !important;
  }
  .mrg-r-1_md {
    margin-right: 0.5rem !important;
  }
  .mrg-a-2_md {
    margin: 1rem !important;
  }
  .mrg-y-2_md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mrg-x-2_md {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mrg-t-2_md {
    margin-top: 1rem !important;
  }
  .mrg-b-2_md {
    margin-bottom: 1rem !important;
  }
  .mrg-l-2_md {
    margin-left: 1rem !important;
  }
  .mrg-r-2_md {
    margin-right: 1rem !important;
  }
  .mrg-a-3_md {
    margin: 1.5rem !important;
  }
  .mrg-y-3_md {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mrg-x-3_md {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mrg-t-3_md {
    margin-top: 1.5rem !important;
  }
  .mrg-b-3_md {
    margin-bottom: 1.5rem !important;
  }
  .mrg-l-3_md {
    margin-left: 1.5rem !important;
  }
  .mrg-r-3_md {
    margin-right: 1.5rem !important;
  }
  .mrg-a-4_md {
    margin: 2rem !important;
  }
  .mrg-y-4_md {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mrg-x-4_md {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mrg-t-4_md {
    margin-top: 2rem !important;
  }
  .mrg-b-4_md {
    margin-bottom: 2rem !important;
  }
  .mrg-l-4_md {
    margin-left: 2rem !important;
  }
  .mrg-r-4_md {
    margin-right: 2rem !important;
  }
  .mrg-a-5_md {
    margin: 2.5rem !important;
  }
  .mrg-y-5_md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mrg-x-5_md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mrg-t-5_md {
    margin-top: 2.5rem !important;
  }
  .mrg-b-5_md {
    margin-bottom: 2.5rem !important;
  }
  .mrg-l-5_md {
    margin-left: 2.5rem !important;
  }
  .mrg-r-5_md {
    margin-right: 2.5rem !important;
  }
  .mrg-a-6_md {
    margin: 3rem !important;
  }
  .mrg-y-6_md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mrg-x-6_md {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mrg-t-6_md {
    margin-top: 3rem !important;
  }
  .mrg-b-6_md {
    margin-bottom: 3rem !important;
  }
  .mrg-l-6_md {
    margin-left: 3rem !important;
  }
  .mrg-r-6_md {
    margin-right: 3rem !important;
  }
  .mrg-a-0_md {
    margin: 0 !important;
  }
  .mrg-y-0_md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mrg-x-0_md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mrg-t-0_md {
    margin-top: 0 !important;
  }
  .mrg-b-0_md {
    margin-bottom: 0 !important;
  }
  .mrg-l-0_md {
    margin-left: 0 !important;
  }
  .mrg-r-0_md {
    margin-right: 0 !important;
  }
  .w-100_md {
    width: 100% !important;
  }
  .w-50_md {
    width: 50% !important;
  }
  .w-25_md {
    width: 25% !important;
  }
  .h-100_md {
    height: 100% !important;
  }
  .h-50_md {
    height: 50% !important;
  }
  .h-25_md {
    height: 25% !important;
  }
  .vh-100_md {
    height: 100vh !important;
  }
  .vw-100_md {
    width: 100vw !important;
  }
  .vh-75_md {
    height: 75vh !important;
  }
  .vw-75_md {
    width: 75vw !important;
  }
  .vh-50_md {
    height: 50vh !important;
  }
  .vw-50_md {
    width: 50vw !important;
  }
  .mvh-100_md {
    min-height: 100vh !important;
  }
  .mvw-100_md {
    min-width: 100vw !important;
  }
  .mvh-75_md {
    min-height: 75vh !important;
  }
  .mvw-75_md {
    min-width: 75vh !important;
  }
  .w-a_md {
    width: auto !important;
    max-width: none !important;
    min-width: unset !important;
  }
  .w-mc_md {
    width: auto !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .h-a_md {
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important;
  }
  .h-0_md {
    height: 0 !important;
  }
  .g-0_md > * {
    padding: 0 !important;
  }
  .g-1_md > * {
    padding: 0.5rem !important;
  }
  .g-2_md > * {
    padding: 1rem !important;
  }
  .g-3_md > * {
    padding: 1.5rem !important;
  }
  .hidden_md-up {
    display: none !important;
  }
  [class*="pap-a"] > [class*="columns-"] {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  ul[class*="columns-"] {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .fnz_xs {
    font-size: 1.125em;
  }
  .fnz_sm {
    font-size: 1.0625em;
  }
}
@media (min-width: 1200px) {
  .hdn_lg {
    display: none !important;
  }
  .ibk_lg {
    display: inline-block !important;
  }
  .inl_lg {
    display: inline !important;
  }
  .blk_lg {
    display: block !important;
  }
  .clr_lg {
    zoom: 1;
    clear: both;
  }
  .clr_lg:after,
  .clr_lg:before {
    content: "";
    display: table;
  }
  .clr_lg:after {
    clear: both;
  }
  .clr_lg:after,
  .clr_lg:before {
    content: "";
    display: table;
  }
  .clr_lg:after {
    clear: both;
  }
  .flx_lg {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .iflx_lg {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .tbl_lg {
    display: table !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    table-layout: fixed;
  }
  .tbl_lg > [class*="col-"] {
    display: table-cell;
    float: none;
  }
  .tbl-row_lg {
    display: table-row;
  }
  .tbl-cell_lg {
    display: table-cell !important;
    float: none;
    vertical-align: middle;
    height: 100%;
  }
  .ctr-y_lg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctr-x_lg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ctr-a_lg {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .abs_lg {
    position: absolute !important;
  }
  .fix_lg {
    position: fixed !important;
  }
  .stc_lg {
    position: static !important;
  }
  .rlt_lg {
    position: relative !important;
  }
  .txt-l_lg {
    text-align: left !important;
  }
  .txt-r_lg {
    text-align: right !important;
  }
  .txt-c_lg {
    text-align: center !important;
  }
  .flt-l_lg {
    float: left !important;
  }
  .flt-r_lg {
    float: right !important;
  }
  .flt-c_lg {
    margin-right: auto;
    margin-left: auto;
    float: none !important;
  }
  .flt-n_lg {
    float: none !important;
  }
  .clr-n_lg {
    clear: none !important;
  }
  .brd-a_lg {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .brd-b_lg {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .brd-t_lg {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .brd-l_lg {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .brd-r_lg {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .brd-n_lg {
    border-width: 0 !important;
    border-style: none !important;
  }
  .brd-0_lg {
    border-width: 0px !important;
    border-style: solid !important;
  }
  .brd-t-0_lg {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .brd-r-0_lg {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .brd-b-0_lg {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .brd-l-0_lg {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .flw-n_lg {
    overflow: hidden !important;
  }
  .flw-x_lg {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-y_lg {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-a_lg {
    overflow: auto !important;
  }
  .flw-v_lg {
    overflow: visible !important;
  }
  .mrg-x-a_lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mrg-l-a_lg {
    margin-left: auto !important;
  }
  .mrg-r-a_lg {
    margin-right: auto !important;
  }
  .mrg-t-a_lg {
    margin-top: auto !important;
  }
  .mrg-b-a_lg {
    margin-bottom: auto !important;
  }
  .mrg-row_lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .flx-row_lg {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flx-column_lg {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flx-row-reverse_lg {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flx-column-reverse_lg {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flx-wrap_lg {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flx-nowrap_lg {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flx-wrap-reverse_lg {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flx-justify-start_lg {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .flx-justify-end_lg {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .flx-justify-center_lg {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .flx-justify-between_lg {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .flx-justify-around_lg {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .flx-justify-evenly_lg {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .flx-items-start_lg {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .flx-items-end_lg {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .flx-items-center_lg {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .flx-items-baseline_lg {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .flx-items-stretch_lg {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .flx-content-start_lg {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .flx-content-end_lg {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .flx-content-center_lg {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .flx-content-between_lg {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .flx-content-around_lg {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .flx-content-stretch_lg {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .flx-self-auto_lg {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .flx-self-start_lg {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .flx-self-end_lg {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .flx-self-center_lg {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .flx-self-baseline_lg {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .flx-self-stretch_lg {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .flx-1_lg {
    -ms-flex: 1 !important;
        flex: 1 !important;
  }
  .flx-fill_lg {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flx-grow-0_lg {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flx-grow-1_lg {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flx-shrink-0_lg {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flx-shrink-1_lg {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .pad-a-1_lg {
    padding: 0.5rem !important;
  }
  .pad-y-1_lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pad-x-1_lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pad-t-1_lg {
    padding-top: 0.5rem !important;
  }
  .pad-b-1_lg {
    padding-bottom: 0.5rem !important;
  }
  .pad-l-1_lg {
    padding-left: 0.5rem !important;
  }
  .pad-r-1_lg {
    padding-right: 0.5rem !important;
  }
  .pad-a-2_lg {
    padding: 1rem !important;
  }
  .pad-y-2_lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pad-x-2_lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pad-t-2_lg {
    padding-top: 1rem !important;
  }
  .pad-b-2_lg {
    padding-bottom: 1rem !important;
  }
  .pad-l-2_lg {
    padding-left: 1rem !important;
  }
  .pad-r-2_lg {
    padding-right: 1rem !important;
  }
  .pad-a-3_lg {
    padding: 1.5rem !important;
  }
  .pad-y-3_lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pad-x-3_lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .pad-t-3_lg {
    padding-top: 1.5rem !important;
  }
  .pad-b-3_lg {
    padding-bottom: 1.5rem !important;
  }
  .pad-l-3_lg {
    padding-left: 1.5rem !important;
  }
  .pad-r-3_lg {
    padding-right: 1.5rem !important;
  }
  .pad-a-4_lg {
    padding: 2rem !important;
  }
  .pad-y-4_lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pad-x-4_lg {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pad-t-4_lg {
    padding-top: 2rem !important;
  }
  .pad-b-4_lg {
    padding-bottom: 2rem !important;
  }
  .pad-l-4_lg {
    padding-left: 2rem !important;
  }
  .pad-r-4_lg {
    padding-right: 2rem !important;
  }
  .pad-a-5_lg {
    padding: 2.5rem !important;
  }
  .pad-y-5_lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pad-x-5_lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .pad-t-5_lg {
    padding-top: 2.5rem !important;
  }
  .pad-b-5_lg {
    padding-bottom: 2.5rem !important;
  }
  .pad-l-5_lg {
    padding-left: 2.5rem !important;
  }
  .pad-r-5_lg {
    padding-right: 2.5rem !important;
  }
  .pad-a-6_lg {
    padding: 3rem !important;
  }
  .pad-y-6_lg {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pad-x-6_lg {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pad-t-6_lg {
    padding-top: 3rem !important;
  }
  .pad-b-6_lg {
    padding-bottom: 3rem !important;
  }
  .pad-l-6_lg {
    padding-left: 3rem !important;
  }
  .pad-r-6_lg {
    padding-right: 3rem !important;
  }
  .pad-a-8_lg {
    padding: 4rem !important;
  }
  .pad-y-8_lg {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pad-x-8_lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pad-t-8_lg {
    padding-top: 4rem !important;
  }
  .pad-b-8_lg {
    padding-bottom: 4rem !important;
  }
  .pad-l-8_lg {
    padding-left: 4rem !important;
  }
  .pad-r-8_lg {
    padding-right: 4rem !important;
  }
  .rpp-2_lg {
    padding: 2.5%;
  }
  .rpp-2_lg > [class*="col-"] {
    padding: 2.5%;
  }
  .pap-a-1_lg {
    padding: 1.25% !important;
  }
  .pap-y-1_lg {
    padding-top: 1.25% !important;
    padding-bottom: 1.25% !important;
  }
  .pap-x-1_lg {
    padding-left: 1.25% !important;
    padding-right: 1.25% !important;
  }
  .pap-t-1_lg {
    padding-top: 1.25% !important;
  }
  .pap-b-1_lg {
    padding-bottom: 1.25% !important;
  }
  .pap-l-1_lg {
    padding-left: 1.25% !important;
  }
  .pap-r-1_lg {
    padding-right: 1.25% !important;
  }
  .pap-a-2_lg {
    padding: 2.5% !important;
  }
  .pap-y-2_lg {
    padding-top: 2.5% !important;
    padding-bottom: 2.5% !important;
  }
  .pap-x-2_lg {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
  .pap-t-2_lg {
    padding-top: 2.5% !important;
  }
  .pap-b-2_lg {
    padding-bottom: 2.5% !important;
  }
  .pap-l-2_lg {
    padding-left: 2.5% !important;
  }
  .pap-r-2_lg {
    padding-right: 2.5% !important;
  }
  .pap-a-3_lg {
    padding: 5% !important;
  }
  .pap-y-3_lg {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  .pap-x-3_lg {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .pap-t-3_lg {
    padding-top: 5% !important;
  }
  .pap-b-3_lg {
    padding-bottom: 5% !important;
  }
  .pap-l-3_lg {
    padding-left: 5% !important;
  }
  .pap-r-3_lg {
    padding-right: 5% !important;
  }
  .pap-a-4_lg {
    padding: 6.25% !important;
  }
  .pap-y-4_lg {
    padding-top: 6.25% !important;
    padding-bottom: 6.25% !important;
  }
  .pap-x-4_lg {
    padding-left: 6.25% !important;
    padding-right: 6.25% !important;
  }
  .pap-t-4_lg {
    padding-top: 6.25% !important;
  }
  .pap-b-4_lg {
    padding-bottom: 6.25% !important;
  }
  .pap-l-4_lg {
    padding-left: 6.25% !important;
  }
  .pap-r-4_lg {
    padding-right: 6.25% !important;
  }
  .pap-a-5_lg {
    padding: 7.5% !important;
  }
  .pap-y-5_lg {
    padding-top: 7.5% !important;
    padding-bottom: 7.5% !important;
  }
  .pap-x-5_lg {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
  .pap-t-5_lg {
    padding-top: 7.5% !important;
  }
  .pap-b-5_lg {
    padding-bottom: 7.5% !important;
  }
  .pap-l-5_lg {
    padding-left: 7.5% !important;
  }
  .pap-r-5_lg {
    padding-right: 7.5% !important;
  }
  .pap-a-6_lg {
    padding: 8.75% !important;
  }
  .pap-y-6_lg {
    padding-top: 8.75% !important;
    padding-bottom: 8.75% !important;
  }
  .pap-x-6_lg {
    padding-left: 8.75% !important;
    padding-right: 8.75% !important;
  }
  .pap-t-6_lg {
    padding-top: 8.75% !important;
  }
  .pap-b-6_lg {
    padding-bottom: 8.75% !important;
  }
  .pap-l-6_lg {
    padding-left: 8.75% !important;
  }
  .pap-r-6_lg {
    padding-right: 8.75% !important;
  }
  .pap-a-7_lg {
    padding: 10% !important;
  }
  .pap-y-7_lg {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  .pap-x-7_lg {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .pap-t-7_lg {
    padding-top: 10% !important;
  }
  .pap-b-7_lg {
    padding-bottom: 10% !important;
  }
  .pap-l-7_lg {
    padding-left: 10% !important;
  }
  .pap-r-7_lg {
    padding-right: 10% !important;
  }
  .pap-a-8_lg {
    padding: 11.25% !important;
  }
  .pap-y-8_lg {
    padding-top: 11.25% !important;
    padding-bottom: 11.25% !important;
  }
  .pap-x-8_lg {
    padding-left: 11.25% !important;
    padding-right: 11.25% !important;
  }
  .pap-t-8_lg {
    padding-top: 11.25% !important;
  }
  .pap-b-8_lg {
    padding-bottom: 11.25% !important;
  }
  .pap-l-8_lg {
    padding-left: 11.25% !important;
  }
  .pap-r-8_lg {
    padding-right: 11.25% !important;
  }
  .pap-a-9_lg {
    padding: 12.5% !important;
  }
  .pap-y-9_lg {
    padding-top: 12.5% !important;
    padding-bottom: 12.5% !important;
  }
  .pap-x-9_lg {
    padding-left: 12.5% !important;
    padding-right: 12.5% !important;
  }
  .pap-t-9_lg {
    padding-top: 12.5% !important;
  }
  .pap-b-9_lg {
    padding-bottom: 12.5% !important;
  }
  .pap-l-9_lg {
    padding-left: 12.5% !important;
  }
  .pap-r-9_lg {
    padding-right: 12.5% !important;
  }
  .pap-a-10_lg {
    padding: 13.75% !important;
  }
  .pap-y-10_lg {
    padding-top: 13.75% !important;
    padding-bottom: 13.75% !important;
  }
  .pap-x-10_lg {
    padding-left: 13.75% !important;
    padding-right: 13.75% !important;
  }
  .pap-t-10_lg {
    padding-top: 13.75% !important;
  }
  .pap-b-10_lg {
    padding-bottom: 13.75% !important;
  }
  .pap-l-10_lg {
    padding-left: 13.75% !important;
  }
  .pap-r-10_lg {
    padding-right: 13.75% !important;
  }
  .pad-a-0_lg {
    padding: 0 !important;
  }
  .pad-y-0_lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pad-x-0_lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pad-t-0_lg {
    padding-top: 0 !important;
  }
  .pad-b-0_lg {
    padding-bottom: 0 !important;
  }
  .pad-l-0_lg {
    padding-left: 0 !important;
  }
  .pad-r-0_lg {
    padding-right: 0 !important;
  }
  .mrg-a-1_lg {
    margin: 0.5rem !important;
  }
  .mrg-y-1_lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mrg-x-1_lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mrg-t-1_lg {
    margin-top: 0.5rem !important;
  }
  .mrg-b-1_lg {
    margin-bottom: 0.5rem !important;
  }
  .mrg-l-1_lg {
    margin-left: 0.5rem !important;
  }
  .mrg-r-1_lg {
    margin-right: 0.5rem !important;
  }
  .mrg-a-2_lg {
    margin: 1rem !important;
  }
  .mrg-y-2_lg {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mrg-x-2_lg {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mrg-t-2_lg {
    margin-top: 1rem !important;
  }
  .mrg-b-2_lg {
    margin-bottom: 1rem !important;
  }
  .mrg-l-2_lg {
    margin-left: 1rem !important;
  }
  .mrg-r-2_lg {
    margin-right: 1rem !important;
  }
  .mrg-a-3_lg {
    margin: 1.5rem !important;
  }
  .mrg-y-3_lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mrg-x-3_lg {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mrg-t-3_lg {
    margin-top: 1.5rem !important;
  }
  .mrg-b-3_lg {
    margin-bottom: 1.5rem !important;
  }
  .mrg-l-3_lg {
    margin-left: 1.5rem !important;
  }
  .mrg-r-3_lg {
    margin-right: 1.5rem !important;
  }
  .mrg-a-4_lg {
    margin: 2rem !important;
  }
  .mrg-y-4_lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mrg-x-4_lg {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mrg-t-4_lg {
    margin-top: 2rem !important;
  }
  .mrg-b-4_lg {
    margin-bottom: 2rem !important;
  }
  .mrg-l-4_lg {
    margin-left: 2rem !important;
  }
  .mrg-r-4_lg {
    margin-right: 2rem !important;
  }
  .mrg-a-5_lg {
    margin: 2.5rem !important;
  }
  .mrg-y-5_lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mrg-x-5_lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mrg-t-5_lg {
    margin-top: 2.5rem !important;
  }
  .mrg-b-5_lg {
    margin-bottom: 2.5rem !important;
  }
  .mrg-l-5_lg {
    margin-left: 2.5rem !important;
  }
  .mrg-r-5_lg {
    margin-right: 2.5rem !important;
  }
  .mrg-a-6_lg {
    margin: 3rem !important;
  }
  .mrg-y-6_lg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mrg-x-6_lg {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mrg-t-6_lg {
    margin-top: 3rem !important;
  }
  .mrg-b-6_lg {
    margin-bottom: 3rem !important;
  }
  .mrg-l-6_lg {
    margin-left: 3rem !important;
  }
  .mrg-r-6_lg {
    margin-right: 3rem !important;
  }
  .mrg-a-0_lg {
    margin: 0 !important;
  }
  .mrg-y-0_lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mrg-x-0_lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mrg-t-0_lg {
    margin-top: 0 !important;
  }
  .mrg-b-0_lg {
    margin-bottom: 0 !important;
  }
  .mrg-l-0_lg {
    margin-left: 0 !important;
  }
  .mrg-r-0_lg {
    margin-right: 0 !important;
  }
  .w-100_lg {
    width: 100% !important;
  }
  .w-50_lg {
    width: 50% !important;
  }
  .w-25_lg {
    width: 25% !important;
  }
  .h-100_lg {
    height: 100% !important;
  }
  .h-50_lg {
    height: 50% !important;
  }
  .h-25_lg {
    height: 25% !important;
  }
  .vh-100_lg {
    height: 100vh !important;
  }
  .vw-100_lg {
    width: 100vw !important;
  }
  .vh-75_lg {
    height: 75vh !important;
  }
  .vw-75_lg {
    width: 75vw !important;
  }
  .vh-50_lg {
    height: 50vh !important;
  }
  .vw-50_lg {
    width: 50vw !important;
  }
  .mvh-100_lg {
    min-height: 100vh !important;
  }
  .mvw-100_lg {
    min-width: 100vw !important;
  }
  .mvh-75_lg {
    min-height: 75vh !important;
  }
  .mvw-75_lg {
    min-width: 75vh !important;
  }
  .w-a_lg {
    width: auto !important;
    max-width: none !important;
    min-width: unset !important;
  }
  .w-mc_lg {
    width: auto !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .h-a_lg {
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important;
  }
  .h-0_lg {
    height: 0 !important;
  }
  .g-0_lg > * {
    padding: 0 !important;
  }
  .g-1_lg > * {
    padding: 0.5rem !important;
  }
  .g-2_lg > * {
    padding: 1rem !important;
  }
  .g-3_lg > * {
    padding: 1.5rem !important;
  }
  .hidden_lg-up {
    display: none !important;
  }
  [class*="pap-a"] > [class*="columns-"] {
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
  ul[class*="columns-"] {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .fnz_xs {
    font-size: 1.1875em;
  }
  .fnz_sm {
    font-size: 1.125em;
  }
  .fnz_md {
    font-size: 1.0625em;
  }
}
@media (min-width: 1440px) {
  .hdn_xl {
    display: none !important;
  }
  .ibk_xl {
    display: inline-block !important;
  }
  .inl_xl {
    display: inline !important;
  }
  .blk_xl {
    display: block !important;
  }
  .clr_xl {
    zoom: 1;
    clear: both;
  }
  .clr_xl:after,
  .clr_xl:before {
    content: "";
    display: table;
  }
  .clr_xl:after {
    clear: both;
  }
  .clr_xl:after,
  .clr_xl:before {
    content: "";
    display: table;
  }
  .clr_xl:after {
    clear: both;
  }
  .flx_xl {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .iflx_xl {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .tbl_xl {
    display: table !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    table-layout: fixed;
  }
  .tbl_xl > [class*="col-"] {
    display: table-cell;
    float: none;
  }
  .tbl-row_xl {
    display: table-row;
  }
  .tbl-cell_xl {
    display: table-cell !important;
    float: none;
    vertical-align: middle;
    height: 100%;
  }
  .ctr-y_xl {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctr-x_xl {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ctr-a_xl {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .abs_xl {
    position: absolute !important;
  }
  .fix_xl {
    position: fixed !important;
  }
  .stc_xl {
    position: static !important;
  }
  .rlt_xl {
    position: relative !important;
  }
  .txt-l_xl {
    text-align: left !important;
  }
  .txt-r_xl {
    text-align: right !important;
  }
  .txt-c_xl {
    text-align: center !important;
  }
  .flt-l_xl {
    float: left !important;
  }
  .flt-r_xl {
    float: right !important;
  }
  .flt-c_xl {
    margin-right: auto;
    margin-left: auto;
    float: none !important;
  }
  .flt-n_xl {
    float: none !important;
  }
  .clr-n_xl {
    clear: none !important;
  }
  .brd-a_xl {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .brd-b_xl {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .brd-t_xl {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .brd-l_xl {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .brd-r_xl {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .brd-n_xl {
    border-width: 0 !important;
    border-style: none !important;
  }
  .brd-0_xl {
    border-width: 0px !important;
    border-style: solid !important;
  }
  .brd-t-0_xl {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .brd-r-0_xl {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .brd-b-0_xl {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .brd-l-0_xl {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .flw-n_xl {
    overflow: hidden !important;
  }
  .flw-x_xl {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-y_xl {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-a_xl {
    overflow: auto !important;
  }
  .flw-v_xl {
    overflow: visible !important;
  }
  .mrg-x-a_xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mrg-l-a_xl {
    margin-left: auto !important;
  }
  .mrg-r-a_xl {
    margin-right: auto !important;
  }
  .mrg-t-a_xl {
    margin-top: auto !important;
  }
  .mrg-b-a_xl {
    margin-bottom: auto !important;
  }
  .mrg-row_xl {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .flx-row_xl {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flx-column_xl {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flx-row-reverse_xl {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flx-column-reverse_xl {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flx-wrap_xl {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flx-nowrap_xl {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flx-wrap-reverse_xl {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flx-justify-start_xl {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .flx-justify-end_xl {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .flx-justify-center_xl {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .flx-justify-between_xl {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .flx-justify-around_xl {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .flx-justify-evenly_xl {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .flx-items-start_xl {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .flx-items-end_xl {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .flx-items-center_xl {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .flx-items-baseline_xl {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .flx-items-stretch_xl {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .flx-content-start_xl {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .flx-content-end_xl {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .flx-content-center_xl {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .flx-content-between_xl {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .flx-content-around_xl {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .flx-content-stretch_xl {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .flx-self-auto_xl {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .flx-self-start_xl {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .flx-self-end_xl {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .flx-self-center_xl {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .flx-self-baseline_xl {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .flx-self-stretch_xl {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .flx-1_xl {
    -ms-flex: 1 !important;
        flex: 1 !important;
  }
  .flx-fill_xl {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flx-grow-0_xl {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flx-grow-1_xl {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flx-shrink-0_xl {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flx-shrink-1_xl {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .pad-a-1_xl {
    padding: 0.5rem !important;
  }
  .pad-y-1_xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pad-x-1_xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pad-t-1_xl {
    padding-top: 0.5rem !important;
  }
  .pad-b-1_xl {
    padding-bottom: 0.5rem !important;
  }
  .pad-l-1_xl {
    padding-left: 0.5rem !important;
  }
  .pad-r-1_xl {
    padding-right: 0.5rem !important;
  }
  .pad-a-2_xl {
    padding: 1rem !important;
  }
  .pad-y-2_xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pad-x-2_xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pad-t-2_xl {
    padding-top: 1rem !important;
  }
  .pad-b-2_xl {
    padding-bottom: 1rem !important;
  }
  .pad-l-2_xl {
    padding-left: 1rem !important;
  }
  .pad-r-2_xl {
    padding-right: 1rem !important;
  }
  .pad-a-3_xl {
    padding: 1.5rem !important;
  }
  .pad-y-3_xl {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pad-x-3_xl {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .pad-t-3_xl {
    padding-top: 1.5rem !important;
  }
  .pad-b-3_xl {
    padding-bottom: 1.5rem !important;
  }
  .pad-l-3_xl {
    padding-left: 1.5rem !important;
  }
  .pad-r-3_xl {
    padding-right: 1.5rem !important;
  }
  .pad-a-4_xl {
    padding: 2rem !important;
  }
  .pad-y-4_xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pad-x-4_xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pad-t-4_xl {
    padding-top: 2rem !important;
  }
  .pad-b-4_xl {
    padding-bottom: 2rem !important;
  }
  .pad-l-4_xl {
    padding-left: 2rem !important;
  }
  .pad-r-4_xl {
    padding-right: 2rem !important;
  }
  .pad-a-5_xl {
    padding: 2.5rem !important;
  }
  .pad-y-5_xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pad-x-5_xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .pad-t-5_xl {
    padding-top: 2.5rem !important;
  }
  .pad-b-5_xl {
    padding-bottom: 2.5rem !important;
  }
  .pad-l-5_xl {
    padding-left: 2.5rem !important;
  }
  .pad-r-5_xl {
    padding-right: 2.5rem !important;
  }
  .pad-a-6_xl {
    padding: 3rem !important;
  }
  .pad-y-6_xl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pad-x-6_xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pad-t-6_xl {
    padding-top: 3rem !important;
  }
  .pad-b-6_xl {
    padding-bottom: 3rem !important;
  }
  .pad-l-6_xl {
    padding-left: 3rem !important;
  }
  .pad-r-6_xl {
    padding-right: 3rem !important;
  }
  .pad-a-8_xl {
    padding: 4rem !important;
  }
  .pad-y-8_xl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pad-x-8_xl {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pad-t-8_xl {
    padding-top: 4rem !important;
  }
  .pad-b-8_xl {
    padding-bottom: 4rem !important;
  }
  .pad-l-8_xl {
    padding-left: 4rem !important;
  }
  .pad-r-8_xl {
    padding-right: 4rem !important;
  }
  .rpp-2_xl {
    padding: 2.5%;
  }
  .rpp-2_xl > [class*="col-"] {
    padding: 2.5%;
  }
  .pap-a-1_xl {
    padding: 1.25% !important;
  }
  .pap-y-1_xl {
    padding-top: 1.25% !important;
    padding-bottom: 1.25% !important;
  }
  .pap-x-1_xl {
    padding-left: 1.25% !important;
    padding-right: 1.25% !important;
  }
  .pap-t-1_xl {
    padding-top: 1.25% !important;
  }
  .pap-b-1_xl {
    padding-bottom: 1.25% !important;
  }
  .pap-l-1_xl {
    padding-left: 1.25% !important;
  }
  .pap-r-1_xl {
    padding-right: 1.25% !important;
  }
  .pap-a-2_xl {
    padding: 2.5% !important;
  }
  .pap-y-2_xl {
    padding-top: 2.5% !important;
    padding-bottom: 2.5% !important;
  }
  .pap-x-2_xl {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
  .pap-t-2_xl {
    padding-top: 2.5% !important;
  }
  .pap-b-2_xl {
    padding-bottom: 2.5% !important;
  }
  .pap-l-2_xl {
    padding-left: 2.5% !important;
  }
  .pap-r-2_xl {
    padding-right: 2.5% !important;
  }
  .pap-a-3_xl {
    padding: 5% !important;
  }
  .pap-y-3_xl {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  .pap-x-3_xl {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .pap-t-3_xl {
    padding-top: 5% !important;
  }
  .pap-b-3_xl {
    padding-bottom: 5% !important;
  }
  .pap-l-3_xl {
    padding-left: 5% !important;
  }
  .pap-r-3_xl {
    padding-right: 5% !important;
  }
  .pap-a-4_xl {
    padding: 6.25% !important;
  }
  .pap-y-4_xl {
    padding-top: 6.25% !important;
    padding-bottom: 6.25% !important;
  }
  .pap-x-4_xl {
    padding-left: 6.25% !important;
    padding-right: 6.25% !important;
  }
  .pap-t-4_xl {
    padding-top: 6.25% !important;
  }
  .pap-b-4_xl {
    padding-bottom: 6.25% !important;
  }
  .pap-l-4_xl {
    padding-left: 6.25% !important;
  }
  .pap-r-4_xl {
    padding-right: 6.25% !important;
  }
  .pap-a-5_xl {
    padding: 7.5% !important;
  }
  .pap-y-5_xl {
    padding-top: 7.5% !important;
    padding-bottom: 7.5% !important;
  }
  .pap-x-5_xl {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
  .pap-t-5_xl {
    padding-top: 7.5% !important;
  }
  .pap-b-5_xl {
    padding-bottom: 7.5% !important;
  }
  .pap-l-5_xl {
    padding-left: 7.5% !important;
  }
  .pap-r-5_xl {
    padding-right: 7.5% !important;
  }
  .pap-a-6_xl {
    padding: 8.75% !important;
  }
  .pap-y-6_xl {
    padding-top: 8.75% !important;
    padding-bottom: 8.75% !important;
  }
  .pap-x-6_xl {
    padding-left: 8.75% !important;
    padding-right: 8.75% !important;
  }
  .pap-t-6_xl {
    padding-top: 8.75% !important;
  }
  .pap-b-6_xl {
    padding-bottom: 8.75% !important;
  }
  .pap-l-6_xl {
    padding-left: 8.75% !important;
  }
  .pap-r-6_xl {
    padding-right: 8.75% !important;
  }
  .pap-a-7_xl {
    padding: 10% !important;
  }
  .pap-y-7_xl {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  .pap-x-7_xl {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .pap-t-7_xl {
    padding-top: 10% !important;
  }
  .pap-b-7_xl {
    padding-bottom: 10% !important;
  }
  .pap-l-7_xl {
    padding-left: 10% !important;
  }
  .pap-r-7_xl {
    padding-right: 10% !important;
  }
  .pap-a-8_xl {
    padding: 11.25% !important;
  }
  .pap-y-8_xl {
    padding-top: 11.25% !important;
    padding-bottom: 11.25% !important;
  }
  .pap-x-8_xl {
    padding-left: 11.25% !important;
    padding-right: 11.25% !important;
  }
  .pap-t-8_xl {
    padding-top: 11.25% !important;
  }
  .pap-b-8_xl {
    padding-bottom: 11.25% !important;
  }
  .pap-l-8_xl {
    padding-left: 11.25% !important;
  }
  .pap-r-8_xl {
    padding-right: 11.25% !important;
  }
  .pap-a-9_xl {
    padding: 12.5% !important;
  }
  .pap-y-9_xl {
    padding-top: 12.5% !important;
    padding-bottom: 12.5% !important;
  }
  .pap-x-9_xl {
    padding-left: 12.5% !important;
    padding-right: 12.5% !important;
  }
  .pap-t-9_xl {
    padding-top: 12.5% !important;
  }
  .pap-b-9_xl {
    padding-bottom: 12.5% !important;
  }
  .pap-l-9_xl {
    padding-left: 12.5% !important;
  }
  .pap-r-9_xl {
    padding-right: 12.5% !important;
  }
  .pap-a-10_xl {
    padding: 13.75% !important;
  }
  .pap-y-10_xl {
    padding-top: 13.75% !important;
    padding-bottom: 13.75% !important;
  }
  .pap-x-10_xl {
    padding-left: 13.75% !important;
    padding-right: 13.75% !important;
  }
  .pap-t-10_xl {
    padding-top: 13.75% !important;
  }
  .pap-b-10_xl {
    padding-bottom: 13.75% !important;
  }
  .pap-l-10_xl {
    padding-left: 13.75% !important;
  }
  .pap-r-10_xl {
    padding-right: 13.75% !important;
  }
  .pad-a-0_xl {
    padding: 0 !important;
  }
  .pad-y-0_xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pad-x-0_xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pad-t-0_xl {
    padding-top: 0 !important;
  }
  .pad-b-0_xl {
    padding-bottom: 0 !important;
  }
  .pad-l-0_xl {
    padding-left: 0 !important;
  }
  .pad-r-0_xl {
    padding-right: 0 !important;
  }
  .mrg-a-1_xl {
    margin: 0.5rem !important;
  }
  .mrg-y-1_xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mrg-x-1_xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mrg-t-1_xl {
    margin-top: 0.5rem !important;
  }
  .mrg-b-1_xl {
    margin-bottom: 0.5rem !important;
  }
  .mrg-l-1_xl {
    margin-left: 0.5rem !important;
  }
  .mrg-r-1_xl {
    margin-right: 0.5rem !important;
  }
  .mrg-a-2_xl {
    margin: 1rem !important;
  }
  .mrg-y-2_xl {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mrg-x-2_xl {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mrg-t-2_xl {
    margin-top: 1rem !important;
  }
  .mrg-b-2_xl {
    margin-bottom: 1rem !important;
  }
  .mrg-l-2_xl {
    margin-left: 1rem !important;
  }
  .mrg-r-2_xl {
    margin-right: 1rem !important;
  }
  .mrg-a-3_xl {
    margin: 1.5rem !important;
  }
  .mrg-y-3_xl {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mrg-x-3_xl {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mrg-t-3_xl {
    margin-top: 1.5rem !important;
  }
  .mrg-b-3_xl {
    margin-bottom: 1.5rem !important;
  }
  .mrg-l-3_xl {
    margin-left: 1.5rem !important;
  }
  .mrg-r-3_xl {
    margin-right: 1.5rem !important;
  }
  .mrg-a-4_xl {
    margin: 2rem !important;
  }
  .mrg-y-4_xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mrg-x-4_xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mrg-t-4_xl {
    margin-top: 2rem !important;
  }
  .mrg-b-4_xl {
    margin-bottom: 2rem !important;
  }
  .mrg-l-4_xl {
    margin-left: 2rem !important;
  }
  .mrg-r-4_xl {
    margin-right: 2rem !important;
  }
  .mrg-a-5_xl {
    margin: 2.5rem !important;
  }
  .mrg-y-5_xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mrg-x-5_xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mrg-t-5_xl {
    margin-top: 2.5rem !important;
  }
  .mrg-b-5_xl {
    margin-bottom: 2.5rem !important;
  }
  .mrg-l-5_xl {
    margin-left: 2.5rem !important;
  }
  .mrg-r-5_xl {
    margin-right: 2.5rem !important;
  }
  .mrg-a-6_xl {
    margin: 3rem !important;
  }
  .mrg-y-6_xl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mrg-x-6_xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mrg-t-6_xl {
    margin-top: 3rem !important;
  }
  .mrg-b-6_xl {
    margin-bottom: 3rem !important;
  }
  .mrg-l-6_xl {
    margin-left: 3rem !important;
  }
  .mrg-r-6_xl {
    margin-right: 3rem !important;
  }
  .mrg-a-0_xl {
    margin: 0 !important;
  }
  .mrg-y-0_xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mrg-x-0_xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mrg-t-0_xl {
    margin-top: 0 !important;
  }
  .mrg-b-0_xl {
    margin-bottom: 0 !important;
  }
  .mrg-l-0_xl {
    margin-left: 0 !important;
  }
  .mrg-r-0_xl {
    margin-right: 0 !important;
  }
  .w-100_xl {
    width: 100% !important;
  }
  .w-50_xl {
    width: 50% !important;
  }
  .w-25_xl {
    width: 25% !important;
  }
  .h-100_xl {
    height: 100% !important;
  }
  .h-50_xl {
    height: 50% !important;
  }
  .h-25_xl {
    height: 25% !important;
  }
  .vh-100_xl {
    height: 100vh !important;
  }
  .vw-100_xl {
    width: 100vw !important;
  }
  .vh-75_xl {
    height: 75vh !important;
  }
  .vw-75_xl {
    width: 75vw !important;
  }
  .vh-50_xl {
    height: 50vh !important;
  }
  .vw-50_xl {
    width: 50vw !important;
  }
  .mvh-100_xl {
    min-height: 100vh !important;
  }
  .mvw-100_xl {
    min-width: 100vw !important;
  }
  .mvh-75_xl {
    min-height: 75vh !important;
  }
  .mvw-75_xl {
    min-width: 75vh !important;
  }
  .w-a_xl {
    width: auto !important;
    max-width: none !important;
    min-width: unset !important;
  }
  .w-mc_xl {
    width: auto !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .h-a_xl {
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important;
  }
  .h-0_xl {
    height: 0 !important;
  }
  .g-0_xl > * {
    padding: 0 !important;
  }
  .g-1_xl > * {
    padding: 0.5rem !important;
  }
  .g-2_xl > * {
    padding: 1rem !important;
  }
  .g-3_xl > * {
    padding: 1.5rem !important;
  }
  [class*="pap-a"] > [class*="columns-"] {
    -webkit-column-gap: 7.2rem;
    -moz-column-gap: 7.2rem;
    column-gap: 7.2rem;
  }
  ul[class*="columns-"] {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .hidden_xl-up {
    display: none !important;
  }
  .fnz_xs {
    font-size: 1.25em;
  }
  .fnz_sm {
    font-size: 1.1875em;
  }
  .fnz_md {
    font-size: 1.125em;
  }
  .fnz_lg {
    font-size: 1.0625em;
  }
}
@media (min-width: 1900px) {
  .hdn_xxl {
    display: none !important;
  }
  .ibk_xxl {
    display: inline-block !important;
  }
  .inl_xxl {
    display: inline !important;
  }
  .blk_xxl {
    display: block !important;
  }
  .clr_xxl {
    zoom: 1;
    clear: both;
  }
  .clr_xxl:after,
  .clr_xxl:before {
    content: "";
    display: table;
  }
  .clr_xxl:after {
    clear: both;
  }
  .clr_xxl:after,
  .clr_xxl:before {
    content: "";
    display: table;
  }
  .clr_xxl:after {
    clear: both;
  }
  .flx_xxl {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .iflx_xxl {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .tbl_xxl {
    display: table !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    table-layout: fixed;
  }
  .tbl_xxl > [class*="col-"] {
    display: table-cell;
    float: none;
  }
  .tbl-row_xxl {
    display: table-row;
  }
  .tbl-cell_xxl {
    display: table-cell !important;
    float: none;
    vertical-align: middle;
    height: 100%;
  }
  .ctr-y_xxl {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctr-x_xxl {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ctr-a_xxl {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .abs_xxl {
    position: absolute !important;
  }
  .fix_xxl {
    position: fixed !important;
  }
  .stc_xxl {
    position: static !important;
  }
  .rlt_xxl {
    position: relative !important;
  }
  .txt-l_xxl {
    text-align: left !important;
  }
  .txt-r_xxl {
    text-align: right !important;
  }
  .txt-c_xxl {
    text-align: center !important;
  }
  .flt-l_xxl {
    float: left !important;
  }
  .flt-r_xxl {
    float: right !important;
  }
  .flt-c_xxl {
    margin-right: auto;
    margin-left: auto;
    float: none !important;
  }
  .flt-n_xxl {
    float: none !important;
  }
  .clr-n_xxl {
    clear: none !important;
  }
  .brd-a_xxl {
    border-width: 1px !important;
    border-style: solid !important;
  }
  .brd-b_xxl {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
  }
  .brd-t_xxl {
    border-top-width: 1px !important;
    border-top-style: solid !important;
  }
  .brd-l_xxl {
    border-left-width: 1px !important;
    border-left-style: solid !important;
  }
  .brd-r_xxl {
    border-right-width: 1px !important;
    border-right-style: solid !important;
  }
  .brd-n_xxl {
    border-width: 0 !important;
    border-style: none !important;
  }
  .brd-0_xxl {
    border-width: 0px !important;
    border-style: solid !important;
  }
  .brd-t-0_xxl {
    border-top-width: 0px !important;
    border-top-style: solid !important;
  }
  .brd-r-0_xxl {
    border-right-width: 0px !important;
    border-right-style: solid !important;
  }
  .brd-b-0_xxl {
    border-bottom-width: 0px !important;
    border-bottom-style: solid !important;
  }
  .brd-l-0_xxl {
    border-left-width: 0px !important;
    border-left-style: solid !important;
  }
  .flw-n_xxl {
    overflow: hidden !important;
  }
  .flw-x_xxl {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-y_xxl {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .flw-a_xxl {
    overflow: auto !important;
  }
  .flw-v_xxl {
    overflow: visible !important;
  }
  .mrg-x-a_xxl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mrg-l-a_xxl {
    margin-left: auto !important;
  }
  .mrg-r-a_xxl {
    margin-right: auto !important;
  }
  .mrg-t-a_xxl {
    margin-top: auto !important;
  }
  .mrg-b-a_xxl {
    margin-bottom: auto !important;
  }
  .mrg-row_xxl {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .flx-row_xxl {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flx-column_xxl {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flx-row-reverse_xxl {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flx-column-reverse_xxl {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flx-wrap_xxl {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flx-nowrap_xxl {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flx-wrap-reverse_xxl {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flx-justify-start_xxl {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .flx-justify-end_xxl {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .flx-justify-center_xxl {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .flx-justify-between_xxl {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .flx-justify-around_xxl {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .flx-justify-evenly_xxl {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .flx-items-start_xxl {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .flx-items-end_xxl {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .flx-items-center_xxl {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .flx-items-baseline_xxl {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .flx-items-stretch_xxl {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .flx-content-start_xxl {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .flx-content-end_xxl {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .flx-content-center_xxl {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .flx-content-between_xxl {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .flx-content-around_xxl {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .flx-content-stretch_xxl {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .flx-self-auto_xxl {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .flx-self-start_xxl {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .flx-self-end_xxl {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .flx-self-center_xxl {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .flx-self-baseline_xxl {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .flx-self-stretch_xxl {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .flx-1_xxl {
    -ms-flex: 1 !important;
        flex: 1 !important;
  }
  .flx-fill_xxl {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flx-grow-0_xxl {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flx-grow-1_xxl {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flx-shrink-0_xxl {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flx-shrink-1_xxl {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .pad-a-1_xxl {
    padding: 0.5rem !important;
  }
  .pad-y-1_xxl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pad-x-1_xxl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .pad-t-1_xxl {
    padding-top: 0.5rem !important;
  }
  .pad-b-1_xxl {
    padding-bottom: 0.5rem !important;
  }
  .pad-l-1_xxl {
    padding-left: 0.5rem !important;
  }
  .pad-r-1_xxl {
    padding-right: 0.5rem !important;
  }
  .pad-a-2_xxl {
    padding: 1rem !important;
  }
  .pad-y-2_xxl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pad-x-2_xxl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pad-t-2_xxl {
    padding-top: 1rem !important;
  }
  .pad-b-2_xxl {
    padding-bottom: 1rem !important;
  }
  .pad-l-2_xxl {
    padding-left: 1rem !important;
  }
  .pad-r-2_xxl {
    padding-right: 1rem !important;
  }
  .pad-a-3_xxl {
    padding: 1.5rem !important;
  }
  .pad-y-3_xxl {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pad-x-3_xxl {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .pad-t-3_xxl {
    padding-top: 1.5rem !important;
  }
  .pad-b-3_xxl {
    padding-bottom: 1.5rem !important;
  }
  .pad-l-3_xxl {
    padding-left: 1.5rem !important;
  }
  .pad-r-3_xxl {
    padding-right: 1.5rem !important;
  }
  .pad-a-4_xxl {
    padding: 2rem !important;
  }
  .pad-y-4_xxl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pad-x-4_xxl {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pad-t-4_xxl {
    padding-top: 2rem !important;
  }
  .pad-b-4_xxl {
    padding-bottom: 2rem !important;
  }
  .pad-l-4_xxl {
    padding-left: 2rem !important;
  }
  .pad-r-4_xxl {
    padding-right: 2rem !important;
  }
  .pad-a-5_xxl {
    padding: 2.5rem !important;
  }
  .pad-y-5_xxl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pad-x-5_xxl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .pad-t-5_xxl {
    padding-top: 2.5rem !important;
  }
  .pad-b-5_xxl {
    padding-bottom: 2.5rem !important;
  }
  .pad-l-5_xxl {
    padding-left: 2.5rem !important;
  }
  .pad-r-5_xxl {
    padding-right: 2.5rem !important;
  }
  .pad-a-6_xxl {
    padding: 3rem !important;
  }
  .pad-y-6_xxl {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pad-x-6_xxl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pad-t-6_xxl {
    padding-top: 3rem !important;
  }
  .pad-b-6_xxl {
    padding-bottom: 3rem !important;
  }
  .pad-l-6_xxl {
    padding-left: 3rem !important;
  }
  .pad-r-6_xxl {
    padding-right: 3rem !important;
  }
  .pad-a-8_xxl {
    padding: 4rem !important;
  }
  .pad-y-8_xxl {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pad-x-8_xxl {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .pad-t-8_xxl {
    padding-top: 4rem !important;
  }
  .pad-b-8_xxl {
    padding-bottom: 4rem !important;
  }
  .pad-l-8_xxl {
    padding-left: 4rem !important;
  }
  .pad-r-8_xxl {
    padding-right: 4rem !important;
  }
  .rpp-2_xxl {
    padding: 2.5%;
  }
  .rpp-2_xxl > [class*="col-"] {
    padding: 2.5%;
  }
  .pap-a-1_xxl {
    padding: 1.25% !important;
  }
  .pap-y-1_xxl {
    padding-top: 1.25% !important;
    padding-bottom: 1.25% !important;
  }
  .pap-x-1_xxl {
    padding-left: 1.25% !important;
    padding-right: 1.25% !important;
  }
  .pap-t-1_xxl {
    padding-top: 1.25% !important;
  }
  .pap-b-1_xxl {
    padding-bottom: 1.25% !important;
  }
  .pap-l-1_xxl {
    padding-left: 1.25% !important;
  }
  .pap-r-1_xxl {
    padding-right: 1.25% !important;
  }
  .pap-a-2_xxl {
    padding: 2.5% !important;
  }
  .pap-y-2_xxl {
    padding-top: 2.5% !important;
    padding-bottom: 2.5% !important;
  }
  .pap-x-2_xxl {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
  .pap-t-2_xxl {
    padding-top: 2.5% !important;
  }
  .pap-b-2_xxl {
    padding-bottom: 2.5% !important;
  }
  .pap-l-2_xxl {
    padding-left: 2.5% !important;
  }
  .pap-r-2_xxl {
    padding-right: 2.5% !important;
  }
  .pap-a-3_xxl {
    padding: 5% !important;
  }
  .pap-y-3_xxl {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  .pap-x-3_xxl {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .pap-t-3_xxl {
    padding-top: 5% !important;
  }
  .pap-b-3_xxl {
    padding-bottom: 5% !important;
  }
  .pap-l-3_xxl {
    padding-left: 5% !important;
  }
  .pap-r-3_xxl {
    padding-right: 5% !important;
  }
  .pap-a-4_xxl {
    padding: 6.25% !important;
  }
  .pap-y-4_xxl {
    padding-top: 6.25% !important;
    padding-bottom: 6.25% !important;
  }
  .pap-x-4_xxl {
    padding-left: 6.25% !important;
    padding-right: 6.25% !important;
  }
  .pap-t-4_xxl {
    padding-top: 6.25% !important;
  }
  .pap-b-4_xxl {
    padding-bottom: 6.25% !important;
  }
  .pap-l-4_xxl {
    padding-left: 6.25% !important;
  }
  .pap-r-4_xxl {
    padding-right: 6.25% !important;
  }
  .pap-a-5_xxl {
    padding: 7.5% !important;
  }
  .pap-y-5_xxl {
    padding-top: 7.5% !important;
    padding-bottom: 7.5% !important;
  }
  .pap-x-5_xxl {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
  .pap-t-5_xxl {
    padding-top: 7.5% !important;
  }
  .pap-b-5_xxl {
    padding-bottom: 7.5% !important;
  }
  .pap-l-5_xxl {
    padding-left: 7.5% !important;
  }
  .pap-r-5_xxl {
    padding-right: 7.5% !important;
  }
  .pap-a-6_xxl {
    padding: 8.75% !important;
  }
  .pap-y-6_xxl {
    padding-top: 8.75% !important;
    padding-bottom: 8.75% !important;
  }
  .pap-x-6_xxl {
    padding-left: 8.75% !important;
    padding-right: 8.75% !important;
  }
  .pap-t-6_xxl {
    padding-top: 8.75% !important;
  }
  .pap-b-6_xxl {
    padding-bottom: 8.75% !important;
  }
  .pap-l-6_xxl {
    padding-left: 8.75% !important;
  }
  .pap-r-6_xxl {
    padding-right: 8.75% !important;
  }
  .pap-a-7_xxl {
    padding: 10% !important;
  }
  .pap-y-7_xxl {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  .pap-x-7_xxl {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .pap-t-7_xxl {
    padding-top: 10% !important;
  }
  .pap-b-7_xxl {
    padding-bottom: 10% !important;
  }
  .pap-l-7_xxl {
    padding-left: 10% !important;
  }
  .pap-r-7_xxl {
    padding-right: 10% !important;
  }
  .pap-a-8_xxl {
    padding: 11.25% !important;
  }
  .pap-y-8_xxl {
    padding-top: 11.25% !important;
    padding-bottom: 11.25% !important;
  }
  .pap-x-8_xxl {
    padding-left: 11.25% !important;
    padding-right: 11.25% !important;
  }
  .pap-t-8_xxl {
    padding-top: 11.25% !important;
  }
  .pap-b-8_xxl {
    padding-bottom: 11.25% !important;
  }
  .pap-l-8_xxl {
    padding-left: 11.25% !important;
  }
  .pap-r-8_xxl {
    padding-right: 11.25% !important;
  }
  .pap-a-9_xxl {
    padding: 12.5% !important;
  }
  .pap-y-9_xxl {
    padding-top: 12.5% !important;
    padding-bottom: 12.5% !important;
  }
  .pap-x-9_xxl {
    padding-left: 12.5% !important;
    padding-right: 12.5% !important;
  }
  .pap-t-9_xxl {
    padding-top: 12.5% !important;
  }
  .pap-b-9_xxl {
    padding-bottom: 12.5% !important;
  }
  .pap-l-9_xxl {
    padding-left: 12.5% !important;
  }
  .pap-r-9_xxl {
    padding-right: 12.5% !important;
  }
  .pap-a-10_xxl {
    padding: 13.75% !important;
  }
  .pap-y-10_xxl {
    padding-top: 13.75% !important;
    padding-bottom: 13.75% !important;
  }
  .pap-x-10_xxl {
    padding-left: 13.75% !important;
    padding-right: 13.75% !important;
  }
  .pap-t-10_xxl {
    padding-top: 13.75% !important;
  }
  .pap-b-10_xxl {
    padding-bottom: 13.75% !important;
  }
  .pap-l-10_xxl {
    padding-left: 13.75% !important;
  }
  .pap-r-10_xxl {
    padding-right: 13.75% !important;
  }
  .pad-a-0_xxl {
    padding: 0 !important;
  }
  .pad-y-0_xxl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pad-x-0_xxl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pad-t-0_xxl {
    padding-top: 0 !important;
  }
  .pad-b-0_xxl {
    padding-bottom: 0 !important;
  }
  .pad-l-0_xxl {
    padding-left: 0 !important;
  }
  .pad-r-0_xxl {
    padding-right: 0 !important;
  }
  .mrg-a-1_xxl {
    margin: 0.5rem !important;
  }
  .mrg-y-1_xxl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mrg-x-1_xxl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mrg-t-1_xxl {
    margin-top: 0.5rem !important;
  }
  .mrg-b-1_xxl {
    margin-bottom: 0.5rem !important;
  }
  .mrg-l-1_xxl {
    margin-left: 0.5rem !important;
  }
  .mrg-r-1_xxl {
    margin-right: 0.5rem !important;
  }
  .mrg-a-2_xxl {
    margin: 1rem !important;
  }
  .mrg-y-2_xxl {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mrg-x-2_xxl {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mrg-t-2_xxl {
    margin-top: 1rem !important;
  }
  .mrg-b-2_xxl {
    margin-bottom: 1rem !important;
  }
  .mrg-l-2_xxl {
    margin-left: 1rem !important;
  }
  .mrg-r-2_xxl {
    margin-right: 1rem !important;
  }
  .mrg-a-3_xxl {
    margin: 1.5rem !important;
  }
  .mrg-y-3_xxl {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mrg-x-3_xxl {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mrg-t-3_xxl {
    margin-top: 1.5rem !important;
  }
  .mrg-b-3_xxl {
    margin-bottom: 1.5rem !important;
  }
  .mrg-l-3_xxl {
    margin-left: 1.5rem !important;
  }
  .mrg-r-3_xxl {
    margin-right: 1.5rem !important;
  }
  .mrg-a-4_xxl {
    margin: 2rem !important;
  }
  .mrg-y-4_xxl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mrg-x-4_xxl {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mrg-t-4_xxl {
    margin-top: 2rem !important;
  }
  .mrg-b-4_xxl {
    margin-bottom: 2rem !important;
  }
  .mrg-l-4_xxl {
    margin-left: 2rem !important;
  }
  .mrg-r-4_xxl {
    margin-right: 2rem !important;
  }
  .mrg-a-5_xxl {
    margin: 2.5rem !important;
  }
  .mrg-y-5_xxl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mrg-x-5_xxl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mrg-t-5_xxl {
    margin-top: 2.5rem !important;
  }
  .mrg-b-5_xxl {
    margin-bottom: 2.5rem !important;
  }
  .mrg-l-5_xxl {
    margin-left: 2.5rem !important;
  }
  .mrg-r-5_xxl {
    margin-right: 2.5rem !important;
  }
  .mrg-a-6_xxl {
    margin: 3rem !important;
  }
  .mrg-y-6_xxl {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mrg-x-6_xxl {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mrg-t-6_xxl {
    margin-top: 3rem !important;
  }
  .mrg-b-6_xxl {
    margin-bottom: 3rem !important;
  }
  .mrg-l-6_xxl {
    margin-left: 3rem !important;
  }
  .mrg-r-6_xxl {
    margin-right: 3rem !important;
  }
  .mrg-a-0_xxl {
    margin: 0 !important;
  }
  .mrg-y-0_xxl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mrg-x-0_xxl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mrg-t-0_xxl {
    margin-top: 0 !important;
  }
  .mrg-b-0_xxl {
    margin-bottom: 0 !important;
  }
  .mrg-l-0_xxl {
    margin-left: 0 !important;
  }
  .mrg-r-0_xxl {
    margin-right: 0 !important;
  }
  .w-100_xxl {
    width: 100% !important;
  }
  .w-50_xxl {
    width: 50% !important;
  }
  .w-25_xxl {
    width: 25% !important;
  }
  .h-100_xxl {
    height: 100% !important;
  }
  .h-50_xxl {
    height: 50% !important;
  }
  .h-25_xxl {
    height: 25% !important;
  }
  .vh-100_xxl {
    height: 100vh !important;
  }
  .vw-100_xxl {
    width: 100vw !important;
  }
  .vh-75_xxl {
    height: 75vh !important;
  }
  .vw-75_xxl {
    width: 75vw !important;
  }
  .vh-50_xxl {
    height: 50vh !important;
  }
  .vw-50_xxl {
    width: 50vw !important;
  }
  .mvh-100_xxl {
    min-height: 100vh !important;
  }
  .mvw-100_xxl {
    min-width: 100vw !important;
  }
  .mvh-75_xxl {
    min-height: 75vh !important;
  }
  .mvw-75_xxl {
    min-width: 75vh !important;
  }
  .w-a_xxl {
    width: auto !important;
    max-width: none !important;
    min-width: unset !important;
  }
  .w-mc_xxl {
    width: auto !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .h-a_xxl {
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important;
  }
  .h-0_xxl {
    height: 0 !important;
  }
  .g-0_xxl > * {
    padding: 0 !important;
  }
  .g-1_xxl > * {
    padding: 0.5rem !important;
  }
  .g-2_xxl > * {
    padding: 1rem !important;
  }
  .g-3_xxl > * {
    padding: 1.5rem !important;
  }
  [class*="pap-a"] > [class*="columns-"] {
    -webkit-column-gap: 9.5rem;
    -moz-column-gap: 9.5rem;
    column-gap: 9.5rem;
  }
  ul[class*="columns-"] {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .hidden_xxl-up {
    display: none !important;
  }
  .fnz_xs {
    font-size: 1.3125em;
  }
  .fnz_sm {
    font-size: 1.25em;
  }
  .fnz_md {
    font-size: 1.1875em;
  }
  .fnz_lg {
    font-size: 1.125em;
  }
  .fnz_xl {
    font-size: 1.0625em;
  }
}
.tbl-middle {
  vertical-align: middle !important;
}
.tbl-top {
  vertical-align: top !important;
}
.tbl-bottom {
  vertical-align: bottom !important;
}
.tbl-auto {
  table-layout: auto !important;
}
.tbl-fixed {
  table-layout: fixed !important;
}
.nocontent,
.nocontent:before,
.nocontent:after {
  content: '' !important;
}
.nocontent:before,
.nocontent:after {
  display: none !important;
}
.ycenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.xcenter {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xycenter {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flx-xyc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.hide-br br {
  display: none !important;
}
.hide-lang .lang-tr .lang-en,
.hide-lang .lang-en .lang-tr,
.hide-lang :lang(tr) :lang(en),
.hide-lang :lang(en) :lang(tr) {
  display: none !important;
}
.collapz {
  max-height: 0;
  overflow: hidden;
}
.collapz.show {
  max-height: 999999px;
}
.collapz3d {
  -webkit-transform: translate3d(0, -500px, 0);
          transform: translate3d(0, -500px, 0);
  z-index: -1;
}
.collapz3d.show {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
.collapse {
  height: 0;
  overflow: hidden;
}
.collapse.show {
  height: auto;
  overflow: visible;
}
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.txt-hide {
  font: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border-width: 0;
  border-style: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  border-style: none;
}
.empty-none:empty,
.label:empty {
  display: none;
}
.hide-elems .hide {
  display: block !important;
}
.hide-elems .show {
  display: none !important;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.sticky-header main .vh-100 {
  height: calc(100vh -  5rem) !important;
}
.sticky-header main .mvh-100 {
  min-height: calc(100vh -  5rem) !important;
}
@media (min-width: 768px) {
  .sticky-header main .vh-100 {
    height: calc(100vh -  6rem) !important;
  }
  .sticky-header main .mvh-100 {
    min-height: calc(100vh -  6rem) !important;
  }
  .sticky-header main .logo-sm .vh-100 {
    height: calc(100vh -  5rem) !important;
  }
  .sticky-header main .logo-sm .mvh-100 {
    min-height: calc(100vh -  5rem) !important;
  }
}
.brd-group {
  display: -ms-flexbox;
  display: flex;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}
.brd-group * {
  border-left-color: transparent;
  border-top-color: transparent;
}
.brd-group input,
.brd-group select,
.brd-group textarea,
.brd-group button {
  background-color: transparent;
}
.brd-group input:focus,
.brd-group select:focus,
.brd-group textarea:focus,
.brd-group button:focus {
  border-color: #e21a22 !important;
}
.brd-group > * {
  margin-top: -1px !important;
}
.brd-0-first > *:first-child {
  border-width: 0 !important;
  border-style: none !important;
}
.brd-0-last > *:last-child {
  border-width: 0 !important;
  border-style: none !important;
}
@media (max-width: 767px) {
  .fow-rev-down {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .fow-rev-up {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .fow-rev-up:nth-of-type(even) {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://navi-cms.s3.amazonaws.com/ikonsol/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://navi-cms.s3.amazonaws.com/ikonsol/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://navi-cms.s3.amazonaws.com/ikonsol/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://navi-cms.s3.amazonaws.com/ikonsol/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://navi-cms.s3.amazonaws.com/ikonsol/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://navi-cms.s3.amazonaws.com/ikonsol/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-display: block;
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.hero {
  position: relative;
  height: calc(100vh - 5rem);
  max-height: calc(100vh - 5rem);
}
@media (min-width: 768px) {
  .hero {
    height: calc(100vh - 6rem);
    max-height: calc(100vh - 6rem);
  }
}
@media (max-height: 630px) {
  .hero {
    height: calc(100vh -  5rem);
  }
}
@media (max-aspect-ratio: 4/3) {
  .hero {
    height: calc((8/16)*100vw - 5rem);
  }
}
@media (orientation: portrait) {
  .hero {
    height: calc(100vh);
  }
}
@media (min-width: 2400px) {
  .hero {
    height: calc((6/16)*100vw - 5rem);
  }
}
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-icons-two-tone {
  font-size: inherit;
  line-height: normal;
}
h1,
h2,
h3,
.h1 {
  font-weight: 700;
}
img.grayscale,
.grayscale img,
.grayscale .slick-bgimg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (min-height: 520px) {
  .display-1 {
    font-size: calc(40px + 2vw);
    line-height: calc(1em + 0.5vw);
  }
  .display-2 {
    font-size: calc(40px + 1.5vw);
    line-height: calc(1em + 0.5vw);
  }
}
.ggg {
  background: linear-gradient(355deg, #FFF 0%, transparent 50%);
}
.bg-angle-tl-white {
  position: relative;
  min-height: 5vw;
}
.bg-angle-tl-white:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  background: linear-gradient(to right bottom, #FFF 50%, transparent 51%);
}
.bg-angle-tr-white {
  position: relative;
  min-height: 5vw;
}
.bg-angle-tr-white:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  background: linear-gradient(to left bottom, #FFF 50%, transparent 51%);
}
.bg-angle-bl-white {
  position: relative;
  min-height: 5vw;
}
.bg-angle-bl-white:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  background: linear-gradient(to right top, #FFF 50%, transparent 51%);
}
.bg-angle-br-white {
  position: relative;
  min-height: 5vw;
}
.bg-angle-br-white:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  background: linear-gradient(to left top, #FFF 50%, transparent 51%);
}
.bg-angle-tl-primary-dark {
  position: relative;
  min-height: 5vw;
}
.bg-angle-tl-primary-dark:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  background: linear-gradient(to right bottom, #cb171f 50%, transparent 51%);
}
.bg-angle-tr-primary-dark {
  position: relative;
  min-height: 5vw;
}
.bg-angle-tr-primary-dark:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  background: linear-gradient(to left bottom, #cb171f 50%, transparent 51%);
}
.bg-angle-bl-primary-dark {
  position: relative;
  min-height: 5vw;
}
.bg-angle-bl-primary-dark:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  background: linear-gradient(to right top, #cb171f 50%, transparent 51%);
}
.bg-angle-br-primary-dark {
  position: relative;
  min-height: 5vw;
}
.bg-angle-br-primary-dark:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5vw;
  background: linear-gradient(to left top, #cb171f 50%, transparent 51%);
}
.modal-title {
  font-weight: 700;
}
.products {
  width: 150px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #FFF;
  border-radius: 100% !important;
  border: 15px solid #e21a22 !important;
}
.products i.icon {
  font-size: 78px;
}
.products .badge {
  border-radius: 100%;
  min-height: 3.2rem;
  min-width: 3.2rem;
  border: 4px solid white;
  position: absolute;
  top: -6px;
  right: 0;
  font-weight: 900;
}
.pointer .products:hover {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
  border: 15px solid #e72e36 !important;
}
.bg-img {
  background-size: cover;
  background-attachment: local;
}
@media (min-width: 1200px) {
  .bg-img {
    background-size: contain;
    background-position: center right;
  }
}
@media print {
  body {
    background: transparent !important;
  }
  html {
    font-size: 40%;
  }
  .sidebar-toggle,
  .mobile-back {
    display: none !important;
  }
  .header {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    box-shadow: none !important;
  }
}
