.tpl {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.78571;
  color: #616161;
  text-align: left;
  background-color: #ffffff;
}
@media print {
  .tpl *,
  .tpl *::before,
  .tpl *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .tpl a,
  .tpl a:visited {
    text-decoration: underline;
  }
  .tpl abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .tpl pre {
    white-space: pre-wrap !important;
  }
  .tpl pre,
  .tpl blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .tpl thead {
    display: table-header-group;
  }
  .tpl tr,
  .tpl img {
    page-break-inside: avoid;
  }
  .tpl p,
  .tpl h2,
  .tpl h3 {
    orphans: 3;
    widows: 3;
  }
  .tpl h2,
  .tpl h3 {
    page-break-after: avoid;
  }
  .tpl .navbar {
    display: none;
  }
  .tpl .badge {
    border: 1px solid #000000;
  }
  .tpl .table {
    border-collapse: collapse !important;
  }
  .tpl .table td,
  .tpl .table th {
    background-color: #ffffff !important;
  }
  .tpl .table-bordered th,
  .tpl .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
.tpl *,
.tpl *::before,
.tpl *::after {
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
.tpl article,
.tpl aside,
.tpl dialog,
.tpl figcaption,
.tpl figure,
.tpl footer,
.tpl header,
.tpl hgroup,
.tpl main,
.tpl nav,
.tpl section {
  display: block;
}
.tpl [tabindex="-1"]:focus {
  outline: none !important;
}
.tpl hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.tpl h1,
.tpl h2,
.tpl h3,
.tpl h4,
.tpl h5,
.tpl h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.tpl p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tpl abbr[title],
.tpl abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.tpl address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.tpl ol,
.tpl ul,
.tpl dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tpl ol ol,
.tpl ul ul,
.tpl ol ul,
.tpl ul ol {
  margin-bottom: 0;
}
.tpl dt {
  font-weight: inherit;
}
.tpl dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.tpl blockquote {
  margin: 0 0 1rem;
}
.tpl dfn {
  font-style: italic;
}
.tpl b,
.tpl strong {
  font-weight: bolder;
}
.tpl small {
  font-size: 80%;
}
.tpl sub,
.tpl sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.tpl sub {
  bottom: -0.25em;
}
.tpl sup {
  top: -0.5em;
}
.tpl a {
  color: #616161;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.tpl a:hover {
  color: #AA375A;
  text-decoration: none;
}
.tpl a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.tpl a:not([href]):not([tabindex]):focus,
.tpl a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
.tpl a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.tpl pre,
.tpl code,
.tpl kbd,
.tpl samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.tpl pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.tpl figure {
  margin: 0 0 1rem;
}
.tpl img {
  vertical-align: middle;
  border-style: none;
}
.tpl svg:not(:root) {
  overflow: hidden;
}
.tpl a,
.tpl area,
.tpl button,
.tpl [role="button"],
.tpl input:not([type="range"]),
.tpl label,
.tpl select,
.tpl summary,
.tpl textarea {
  touch-action: manipulation;
}
.tpl table {
  border-collapse: collapse;
}
.tpl caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
.tpl th {
  text-align: inherit;
}
.tpl label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.tpl button {
  border-radius: 0;
}
.tpl button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.tpl input,
.tpl button,
.tpl select,
.tpl optgroup,
.tpl textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tpl button,
.tpl input {
  overflow: visible;
}
.tpl button,
.tpl select {
  text-transform: none;
}
.tpl button,
.tpl [type="button"],
.tpl [type="reset"],
.tpl [type="submit"] {
  -webkit-appearance: button;
}
.tpl button::-moz-focus-inner,
.tpl [type="button"]::-moz-focus-inner,
.tpl [type="reset"]::-moz-focus-inner,
.tpl [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.tpl input[type="radio"],
.tpl input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.tpl input[type="date"],
.tpl input[type="time"],
.tpl input[type="datetime-local"],
.tpl input[type="month"] {
  -webkit-appearance: listbox;
}
.tpl textarea {
  overflow: auto;
  resize: vertical;
}
.tpl fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.tpl legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.tpl progress {
  vertical-align: baseline;
}
.tpl [type="number"]::-webkit-inner-spin-button,
.tpl [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.tpl [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.tpl [type="search"]::-webkit-search-cancel-button,
.tpl [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tpl ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.tpl output {
  display: inline-block;
}
.tpl summary {
  display: list-item;
}
.tpl template {
  display: none;
}
.tpl [hidden] {
  display: none !important;
}
.tpl h1,
.tpl h2,
.tpl h3,
.tpl h4,
.tpl h5,
.tpl h6,
.tpl .h1,
.tpl .h2,
.tpl .h3,
.tpl .h4,
.tpl .h5,
.tpl .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #262032;
}
.tpl h1,
.tpl .h1 {
  font-size: 47px;
}
.tpl h2,
.tpl .h2 {
  font-size: 40px;
}
.tpl h3,
.tpl .h3 {
  font-size: 34px;
}
.tpl h4,
.tpl .h4 {
  font-size: 24px;
}
.tpl h5,
.tpl .h5 {
  font-size: 20px;
}
.tpl h6,
.tpl .h6 {
  font-size: 16px;
}
.tpl .lead {
  font-size: 18px;
  font-weight: 400;
}
.tpl .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.tpl .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.tpl .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.tpl .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.tpl hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #d7d7d7;
}
.tpl small,
.tpl .small {
  font-size: 80%;
  font-weight: 400;
}
.tpl mark,
.tpl .mark {
  padding: 5px 10px;
  background-color: #AA375A;
}
.tpl .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.tpl .list-inline {
  padding-left: 0;
  list-style: none;
}
.tpl .list-inline-item {
  display: inline-block;
}
.tpl .list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.tpl .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.tpl .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.tpl .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.tpl .blockquote-footer::before {
  content: "\2014 \00A0";
}
.tpl .img-fluid {
  max-width: 100%;
  height: auto;
}
.tpl .img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.tpl .figure {
  display: inline-block;
}
.tpl .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.tpl .figure-caption {
  font-size: 90%;
  color: #868e96;
}
.tpl code,
.tpl kbd,
.tpl pre,
.tpl samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.tpl code {
  padding: 10px 5px;
  font-size: 90%;
  color: #111111;
  background-color: #edeff4;
  border-radius: 0;
}
.tpl a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}
.tpl kbd {
  padding: 10px 5px;
  font-size: 90%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.tpl kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.tpl pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}
.tpl pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.tpl .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.tpl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .tpl .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .tpl .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .tpl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .tpl .container {
    max-width: 1200px;
  }
}
.tpl .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.tpl .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.tpl .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.tpl .no-gutters > .col,
.tpl .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.tpl .col-1,
.tpl .col-2,
.tpl .col-3,
.tpl .col-4,
.tpl .col-5,
.tpl .col-6,
.tpl .col-7,
.tpl .col-8,
.tpl .col-9,
.tpl .col-10,
.tpl .col-11,
.tpl .col-12,
.tpl .col,
.tpl .col-auto,
.tpl .col-sm-1,
.tpl .col-sm-2,
.tpl .col-sm-3,
.tpl .col-sm-4,
.tpl .col-sm-5,
.tpl .col-sm-6,
.tpl .col-sm-7,
.tpl .col-sm-8,
.tpl .col-sm-9,
.tpl .col-sm-10,
.tpl .col-sm-11,
.tpl .col-sm-12,
.tpl .col-sm,
.tpl .col-sm-auto,
.tpl .col-md-1,
.tpl .col-md-2,
.tpl .col-md-3,
.tpl .col-md-4,
.tpl .col-md-5,
.tpl .col-md-6,
.tpl .col-md-7,
.tpl .col-md-8,
.tpl .col-md-9,
.tpl .col-md-10,
.tpl .col-md-11,
.tpl .col-md-12,
.tpl .col-md,
.tpl .col-md-auto,
.tpl .col-lg-1,
.tpl .col-lg-2,
.tpl .col-lg-3,
.tpl .col-lg-4,
.tpl .col-lg-5,
.tpl .col-lg-6,
.tpl .col-lg-7,
.tpl .col-lg-8,
.tpl .col-lg-9,
.tpl .col-lg-10,
.tpl .col-lg-11,
.tpl .col-lg-12,
.tpl .col-lg,
.tpl .col-lg-auto,
.tpl .col-xl-1,
.tpl .col-xl-2,
.tpl .col-xl-3,
.tpl .col-xl-4,
.tpl .col-xl-5,
.tpl .col-xl-6,
.tpl .col-xl-7,
.tpl .col-xl-8,
.tpl .col-xl-9,
.tpl .col-xl-10,
.tpl .col-xl-11,
.tpl .col-xl-12,
.tpl .col-xl,
.tpl .col-xl-auto,
.tpl .col-xxl-1,
.tpl .col-xxl-2,
.tpl .col-xxl-3,
.tpl .col-xxl-4,
.tpl .col-xxl-5,
.tpl .col-xxl-6,
.tpl .col-xxl-7,
.tpl .col-xxl-8,
.tpl .col-xxl-9,
.tpl .col-xxl-10,
.tpl .col-xxl-11,
.tpl .col-xxl-12,
.tpl .col-xxl,
.tpl .col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.tpl .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.tpl .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.tpl .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.tpl .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.tpl .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.tpl .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.tpl .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.tpl .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.tpl .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.tpl .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.tpl .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.tpl .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.tpl .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.tpl .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.tpl .order-first {
  order: -1;
}
.tpl .order-1 {
  order: 1;
}
.tpl .order-2 {
  order: 2;
}
.tpl .order-3 {
  order: 3;
}
.tpl .order-4 {
  order: 4;
}
.tpl .order-5 {
  order: 5;
}
.tpl .order-6 {
  order: 6;
}
.tpl .order-7 {
  order: 7;
}
.tpl .order-8 {
  order: 8;
}
.tpl .order-9 {
  order: 9;
}
.tpl .order-10 {
  order: 10;
}
.tpl .order-11 {
  order: 11;
}
.tpl .order-12 {
  order: 12;
}
.tpl .offset-1 {
  margin-left: 8.33333%;
}
.tpl .offset-2 {
  margin-left: 16.66667%;
}
.tpl .offset-3 {
  margin-left: 25%;
}
.tpl .offset-4 {
  margin-left: 33.33333%;
}
.tpl .offset-5 {
  margin-left: 41.66667%;
}
.tpl .offset-6 {
  margin-left: 50%;
}
.tpl .offset-7 {
  margin-left: 58.33333%;
}
.tpl .offset-8 {
  margin-left: 66.66667%;
}
.tpl .offset-9 {
  margin-left: 75%;
}
.tpl .offset-10 {
  margin-left: 83.33333%;
}
.tpl .offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .tpl .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tpl .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tpl .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tpl .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tpl .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tpl .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tpl .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tpl .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tpl .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tpl .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tpl .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tpl .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tpl .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tpl .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tpl .order-sm-first {
    order: -1;
  }
  .tpl .order-sm-1 {
    order: 1;
  }
  .tpl .order-sm-2 {
    order: 2;
  }
  .tpl .order-sm-3 {
    order: 3;
  }
  .tpl .order-sm-4 {
    order: 4;
  }
  .tpl .order-sm-5 {
    order: 5;
  }
  .tpl .order-sm-6 {
    order: 6;
  }
  .tpl .order-sm-7 {
    order: 7;
  }
  .tpl .order-sm-8 {
    order: 8;
  }
  .tpl .order-sm-9 {
    order: 9;
  }
  .tpl .order-sm-10 {
    order: 10;
  }
  .tpl .order-sm-11 {
    order: 11;
  }
  .tpl .order-sm-12 {
    order: 12;
  }
  .tpl .offset-sm-0 {
    margin-left: 0;
  }
  .tpl .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .tpl .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .tpl .offset-sm-3 {
    margin-left: 25%;
  }
  .tpl .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .tpl .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .tpl .offset-sm-6 {
    margin-left: 50%;
  }
  .tpl .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .tpl .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .tpl .offset-sm-9 {
    margin-left: 75%;
  }
  .tpl .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .tpl .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .tpl .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tpl .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tpl .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tpl .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tpl .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tpl .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tpl .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tpl .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tpl .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tpl .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tpl .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tpl .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tpl .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tpl .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tpl .order-md-first {
    order: -1;
  }
  .tpl .order-md-1 {
    order: 1;
  }
  .tpl .order-md-2 {
    order: 2;
  }
  .tpl .order-md-3 {
    order: 3;
  }
  .tpl .order-md-4 {
    order: 4;
  }
  .tpl .order-md-5 {
    order: 5;
  }
  .tpl .order-md-6 {
    order: 6;
  }
  .tpl .order-md-7 {
    order: 7;
  }
  .tpl .order-md-8 {
    order: 8;
  }
  .tpl .order-md-9 {
    order: 9;
  }
  .tpl .order-md-10 {
    order: 10;
  }
  .tpl .order-md-11 {
    order: 11;
  }
  .tpl .order-md-12 {
    order: 12;
  }
  .tpl .offset-md-0 {
    margin-left: 0;
  }
  .tpl .offset-md-1 {
    margin-left: 8.33333%;
  }
  .tpl .offset-md-2 {
    margin-left: 16.66667%;
  }
  .tpl .offset-md-3 {
    margin-left: 25%;
  }
  .tpl .offset-md-4 {
    margin-left: 33.33333%;
  }
  .tpl .offset-md-5 {
    margin-left: 41.66667%;
  }
  .tpl .offset-md-6 {
    margin-left: 50%;
  }
  .tpl .offset-md-7 {
    margin-left: 58.33333%;
  }
  .tpl .offset-md-8 {
    margin-left: 66.66667%;
  }
  .tpl .offset-md-9 {
    margin-left: 75%;
  }
  .tpl .offset-md-10 {
    margin-left: 83.33333%;
  }
  .tpl .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .tpl .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tpl .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tpl .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tpl .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tpl .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tpl .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tpl .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tpl .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tpl .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tpl .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tpl .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tpl .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tpl .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tpl .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tpl .order-lg-first {
    order: -1;
  }
  .tpl .order-lg-1 {
    order: 1;
  }
  .tpl .order-lg-2 {
    order: 2;
  }
  .tpl .order-lg-3 {
    order: 3;
  }
  .tpl .order-lg-4 {
    order: 4;
  }
  .tpl .order-lg-5 {
    order: 5;
  }
  .tpl .order-lg-6 {
    order: 6;
  }
  .tpl .order-lg-7 {
    order: 7;
  }
  .tpl .order-lg-8 {
    order: 8;
  }
  .tpl .order-lg-9 {
    order: 9;
  }
  .tpl .order-lg-10 {
    order: 10;
  }
  .tpl .order-lg-11 {
    order: 11;
  }
  .tpl .order-lg-12 {
    order: 12;
  }
  .tpl .offset-lg-0 {
    margin-left: 0;
  }
  .tpl .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .tpl .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .tpl .offset-lg-3 {
    margin-left: 25%;
  }
  .tpl .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .tpl .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .tpl .offset-lg-6 {
    margin-left: 50%;
  }
  .tpl .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .tpl .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .tpl .offset-lg-9 {
    margin-left: 75%;
  }
  .tpl .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .tpl .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .tpl .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tpl .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tpl .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tpl .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tpl .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tpl .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tpl .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tpl .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tpl .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tpl .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tpl .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tpl .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tpl .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tpl .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tpl .order-xl-first {
    order: -1;
  }
  .tpl .order-xl-1 {
    order: 1;
  }
  .tpl .order-xl-2 {
    order: 2;
  }
  .tpl .order-xl-3 {
    order: 3;
  }
  .tpl .order-xl-4 {
    order: 4;
  }
  .tpl .order-xl-5 {
    order: 5;
  }
  .tpl .order-xl-6 {
    order: 6;
  }
  .tpl .order-xl-7 {
    order: 7;
  }
  .tpl .order-xl-8 {
    order: 8;
  }
  .tpl .order-xl-9 {
    order: 9;
  }
  .tpl .order-xl-10 {
    order: 10;
  }
  .tpl .order-xl-11 {
    order: 11;
  }
  .tpl .order-xl-12 {
    order: 12;
  }
  .tpl .offset-xl-0 {
    margin-left: 0;
  }
  .tpl .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .tpl .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .tpl .offset-xl-3 {
    margin-left: 25%;
  }
  .tpl .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .tpl .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .tpl .offset-xl-6 {
    margin-left: 50%;
  }
  .tpl .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .tpl .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .tpl .offset-xl-9 {
    margin-left: 75%;
  }
  .tpl .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .tpl .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1600px) {
  .tpl .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .tpl .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tpl .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .tpl .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .tpl .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tpl .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .tpl .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .tpl .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tpl .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .tpl .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .tpl .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tpl .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .tpl .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .tpl .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tpl .order-xxl-first {
    order: -1;
  }
  .tpl .order-xxl-1 {
    order: 1;
  }
  .tpl .order-xxl-2 {
    order: 2;
  }
  .tpl .order-xxl-3 {
    order: 3;
  }
  .tpl .order-xxl-4 {
    order: 4;
  }
  .tpl .order-xxl-5 {
    order: 5;
  }
  .tpl .order-xxl-6 {
    order: 6;
  }
  .tpl .order-xxl-7 {
    order: 7;
  }
  .tpl .order-xxl-8 {
    order: 8;
  }
  .tpl .order-xxl-9 {
    order: 9;
  }
  .tpl .order-xxl-10 {
    order: 10;
  }
  .tpl .order-xxl-11 {
    order: 11;
  }
  .tpl .order-xxl-12 {
    order: 12;
  }
  .tpl .offset-xxl-0 {
    margin-left: 0;
  }
  .tpl .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .tpl .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .tpl .offset-xxl-3 {
    margin-left: 25%;
  }
  .tpl .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .tpl .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .tpl .offset-xxl-6 {
    margin-left: 50%;
  }
  .tpl .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .tpl .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .tpl .offset-xxl-9 {
    margin-left: 75%;
  }
  .tpl .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .tpl .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}
.tpl .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.tpl .table th,
.tpl .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.tpl .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.tpl .table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.tpl .table .table {
  background-color: #ffffff;
}
.tpl .table-sm th,
.tpl .table-sm td {
  padding: 0.3rem;
}
.tpl .table-bordered {
  border: 1px solid #e9ecef;
}
.tpl .table-bordered th,
.tpl .table-bordered td {
  border: 1px solid #e9ecef;
}
.tpl .table-bordered thead th,
.tpl .table-bordered thead td {
  border-bottom-width: 2px;
}
.tpl .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.tpl .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.tpl .table-primary,
.tpl .table-primary > th,
.tpl .table-primary > td {
  background-color: #bde6f9;
}
.tpl .table-hover .table-primary:hover {
  background-color: #a6ddf7;
}
.tpl .table-hover .table-primary:hover > td,
.tpl .table-hover .table-primary:hover > th {
  background-color: #a6ddf7;
}
.tpl .table-success,
.tpl .table-success > th,
.tpl .table-success > td {
  background-color: #b8e9d6;
}
.tpl .table-hover .table-success:hover {
  background-color: #a5e3cb;
}
.tpl .table-hover .table-success:hover > td,
.tpl .table-hover .table-success:hover > th {
  background-color: #a5e3cb;
}
.tpl .table-info,
.tpl .table-info > th,
.tpl .table-info > td {
  background-color: #cfdaec;
}
.tpl .table-hover .table-info:hover {
  background-color: #bdcce5;
}
.tpl .table-hover .table-info:hover > td,
.tpl .table-hover .table-info:hover > th {
  background-color: #bdcce5;
}
.tpl .table-warning,
.tpl .table-warning > th,
.tpl .table-warning > td {
  background-color: #f5cfdf;
}
.tpl .table-hover .table-warning:hover {
  background-color: #f1bad1;
}
.tpl .table-hover .table-warning:hover > td,
.tpl .table-hover .table-warning:hover > th {
  background-color: #f1bad1;
}
.tpl .table-danger,
.tpl .table-danger > th,
.tpl .table-danger > td {
  background-color: #f8d0cf;
}
.tpl .table-hover .table-danger:hover {
  background-color: #f5bab9;
}
.tpl .table-hover .table-danger:hover > td,
.tpl .table-hover .table-danger:hover > th {
  background-color: #f5bab9;
}
.tpl .table-active,
.tpl .table-active > th,
.tpl .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.tpl .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.tpl .table-hover .table-active:hover > td,
.tpl .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.tpl .table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
.tpl .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.tpl .table-dark {
  color: #ffffff;
  background-color: #212529;
}
.tpl .table-dark th,
.tpl .table-dark td,
.tpl .table-dark thead th {
  border-color: #32383e;
}
.tpl .table-dark.table-bordered {
  border: 0;
}
.tpl .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.tpl .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575px) {
  .tpl .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tpl .table-responsive-sm.table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  .tpl .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tpl .table-responsive-md.table-bordered {
    border: 0;
  }
}
@media (max-width: 991px) {
  .tpl .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tpl .table-responsive-lg.table-bordered {
    border: 0;
  }
}
@media (max-width: 1199px) {
  .tpl .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tpl .table-responsive-xl.table-bordered {
    border: 0;
  }
}
@media (max-width: 1599px) {
  .tpl .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tpl .table-responsive-xxl.table-bordered {
    border: 0;
  }
}
.tpl .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tpl .table-responsive.table-bordered {
  border: 0;
}
.tpl .form-control {
  display: block;
  width: 100%;
  padding: 18px 56px;
  font-size: 14px;
  line-height: 1.25;
  color: #495057;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tpl .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.tpl .form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.tpl .form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.tpl .form-control:disabled,
.tpl .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.tpl select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
.tpl select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.tpl .form-control-file,
.tpl .form-control-range {
  display: block;
}
.tpl .col-form-label {
  padding-top: calc(18px + 1px);
  padding-bottom: calc(18px + 1px);
  margin-bottom: 0;
  line-height: 1.25;
}
.tpl .col-form-label-lg {
  padding-top: calc(26px + 1px);
  padding-bottom: calc(26px + 1px);
  font-size: 18px;
  line-height: 1.5;
}
.tpl .col-form-label-sm {
  padding-top: calc(13px + 1px);
  padding-bottom: calc(13px + 1px);
  font-size: 12px;
  line-height: 24px;
}
.tpl .col-form-legend {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-size: 14px;
}
.tpl .form-control-plaintext {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
  line-height: 1.25;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.tpl .form-control-plaintext.form-control-sm,
.tpl .input-group-sm > .form-control-plaintext.form-control,
.tpl .input-group-sm > .form-control-plaintext.input-group-addon,
.tpl .input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.tpl .form-control-plaintext.form-control-lg,
.tpl .input-group-lg > .form-control-plaintext.form-control,
.tpl .input-group-lg > .form-control-plaintext.input-group-addon,
.tpl .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.tpl .form-control-sm,
.tpl .input-group-sm > .form-control,
.tpl .input-group-sm > .input-group-addon,
.tpl .input-group-sm > .input-group-btn > .btn {
  padding: 13px 41px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0.2rem;
}
.tpl select.form-control-sm:not([size]):not([multiple]),
.tpl .input-group-sm > select.form-control:not([size]):not([multiple]),
.tpl .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.tpl .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.tpl .form-control-lg,
.tpl .input-group-lg > .form-control,
.tpl .input-group-lg > .input-group-addon,
.tpl .input-group-lg > .input-group-btn > .btn {
  padding: 26px 73px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.tpl select.form-control-lg:not([size]):not([multiple]),
.tpl .input-group-lg > select.form-control:not([size]):not([multiple]),
.tpl .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.tpl .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.tpl .form-group {
  margin-bottom: 1rem;
}
.tpl .form-text {
  display: block;
  margin-top: 0.25rem;
}
.tpl .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.tpl .form-row > .col,
.tpl .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.tpl .form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.tpl .form-check.disabled .form-check-label {
  color: #868e96;
}
.tpl .form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.tpl .form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.tpl .form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.tpl .form-check-inline .form-check-label {
  vertical-align: middle;
}
.tpl .valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #98bf44;
}
.tpl .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(152, 191, 68, 0.8);
  border-radius: 0.2rem;
}
.tpl .was-validated .form-control:valid,
.tpl .form-control.is-valid,
.tpl .was-validated .custom-select:valid,
.tpl .custom-select.is-valid {
  border-color: #98bf44;
}
.tpl .was-validated .form-control:valid:focus,
.tpl .form-control.is-valid:focus,
.tpl .was-validated .custom-select:valid:focus,
.tpl .custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}
.tpl .was-validated .form-control:valid ~ .valid-feedback,
.tpl .was-validated .form-control:valid ~ .valid-tooltip,
.tpl .form-control.is-valid ~ .valid-feedback,
.tpl .form-control.is-valid ~ .valid-tooltip,
.tpl .was-validated .custom-select:valid ~ .valid-feedback,
.tpl .was-validated .custom-select:valid ~ .valid-tooltip,
.tpl .custom-select.is-valid ~ .valid-feedback,
.tpl .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.tpl .was-validated .form-check-input:valid + .form-check-label,
.tpl .form-check-input.is-valid + .form-check-label {
  color: #98bf44;
}
.tpl .was-validated .custom-control-input:valid ~ .custom-control-indicator,
.tpl .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(152, 191, 68, 0.25);
}
.tpl .was-validated .custom-control-input:valid ~ .custom-control-description,
.tpl .custom-control-input.is-valid ~ .custom-control-description {
  color: #98bf44;
}
.tpl .was-validated .custom-file-input:valid ~ .custom-file-control,
.tpl .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #98bf44;
}
.tpl .was-validated .custom-file-input:valid ~ .custom-file-control::before,
.tpl .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.tpl .was-validated .custom-file-input:valid:focus,
.tpl .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}
.tpl .invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #f5543f;
}
.tpl .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(245, 84, 63, 0.8);
  border-radius: 0.2rem;
}
.tpl .was-validated .form-control:invalid,
.tpl .form-control.is-invalid,
.tpl .was-validated .custom-select:invalid,
.tpl .custom-select.is-invalid {
  border-color: #f5543f;
}
.tpl .was-validated .form-control:invalid:focus,
.tpl .form-control.is-invalid:focus,
.tpl .was-validated .custom-select:invalid:focus,
.tpl .custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}
.tpl .was-validated .form-control:invalid ~ .invalid-feedback,
.tpl .was-validated .form-control:invalid ~ .invalid-tooltip,
.tpl .form-control.is-invalid ~ .invalid-feedback,
.tpl .form-control.is-invalid ~ .invalid-tooltip,
.tpl .was-validated .custom-select:invalid ~ .invalid-feedback,
.tpl .was-validated .custom-select:invalid ~ .invalid-tooltip,
.tpl .custom-select.is-invalid ~ .invalid-feedback,
.tpl .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.tpl .was-validated .form-check-input:invalid + .form-check-label,
.tpl .form-check-input.is-invalid + .form-check-label {
  color: #f5543f;
}
.tpl .was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.tpl .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(245, 84, 63, 0.25);
}
.tpl .was-validated .custom-control-input:invalid ~ .custom-control-description,
.tpl .custom-control-input.is-invalid ~ .custom-control-description {
  color: #f5543f;
}
.tpl .was-validated .custom-file-input:invalid ~ .custom-file-control,
.tpl .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #f5543f;
}
.tpl .was-validated .custom-file-input:invalid ~ .custom-file-control::before,
.tpl .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.tpl .was-validated .custom-file-input:invalid:focus,
.tpl .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 84, 63, 0.25);
}
.tpl .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.tpl .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .tpl .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .tpl .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .tpl .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .tpl .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .tpl .form-inline .input-group {
    width: auto;
  }
  .tpl .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tpl .form-inline .form-check-label {
    padding-left: 0;
  }
  .tpl .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .tpl .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .tpl .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .tpl .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.tpl .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 18px 56px;
  font-size: 14px;
  line-height: 1.25;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}
.tpl .btn:focus,
.tpl .btn:hover {
  text-decoration: none;
}
.tpl .btn:focus,
.tpl .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.tpl .btn.disabled,
.tpl .btn:disabled {
  opacity: 0.65;
}
.tpl .btn:not([disabled]):not(.disabled):active,
.tpl .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}
.tpl a.btn.disabled,
.tpl fieldset[disabled] a.btn {
  pointer-events: none;
}
.tpl .btn-primary {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .btn-primary:hover {
  color: #ffffff;
  background-color: #118cc8;
  border-color: #1084bc;
}
.tpl .btn-primary:focus,
.tpl .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 165, 235, 0.5);
}
.tpl .btn-primary.disabled,
.tpl .btn-primary:disabled {
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .btn-primary:not([disabled]):not(.disabled):active,
.tpl .btn-primary:not([disabled]):not(.disabled).active,
.tpl .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #1084bc;
  border-color: #0f7cb0;
  box-shadow: 0 0 0 0.2rem rgba(20, 165, 235, 0.5);
}
.tpl .btn-success {
  color: #ffffff;
  background-color: #00b06c;
  border-color: #00b06c;
}
.tpl .btn-success:hover {
  color: #ffffff;
  background-color: #008a55;
  border-color: #007d4d;
}
.tpl .btn-success:focus,
.tpl .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 176, 108, 0.5);
}
.tpl .btn-success.disabled,
.tpl .btn-success:disabled {
  background-color: #00b06c;
  border-color: #00b06c;
}
.tpl .btn-success:not([disabled]):not(.disabled):active,
.tpl .btn-success:not([disabled]):not(.disabled).active,
.tpl .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #007d4d;
  border-color: #007045;
  box-shadow: 0 0 0 0.2rem rgba(0, 176, 108, 0.5);
}
.tpl .btn-info {
  color: #ffffff;
  background-color: #547abb;
  border-color: #547abb;
}
.tpl .btn-info:hover {
  color: #ffffff;
  background-color: #4267a7;
  border-color: #3f629d;
}
.tpl .btn-info:focus,
.tpl .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 122, 187, 0.5);
}
.tpl .btn-info.disabled,
.tpl .btn-info:disabled {
  background-color: #547abb;
  border-color: #547abb;
}
.tpl .btn-info:not([disabled]):not(.disabled):active,
.tpl .btn-info:not([disabled]):not(.disabled).active,
.tpl .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #3f629d;
  border-color: #3b5c94;
  box-shadow: 0 0 0 0.2rem rgba(84, 122, 187, 0.5);
}
.tpl .btn-warning {
  color: #ffffff;
  background-color: #dd538e;
  border-color: #dd538e;
}
.tpl .btn-warning:hover {
  color: #ffffff;
  background-color: #d73379;
  border-color: #d32a72;
}
.tpl .btn-warning:focus,
.tpl .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 83, 142, 0.5);
}
.tpl .btn-warning.disabled,
.tpl .btn-warning:disabled {
  background-color: #dd538e;
  border-color: #dd538e;
}
.tpl .btn-warning:not([disabled]):not(.disabled):active,
.tpl .btn-warning:not([disabled]):not(.disabled).active,
.tpl .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #d32a72;
  border-color: #c9286c;
  box-shadow: 0 0 0 0.2rem rgba(221, 83, 142, 0.5);
}
.tpl .btn-danger {
  color: #ffffff;
  background-color: #e75854;
  border-color: #e75854;
}
.tpl .btn-danger:hover {
  color: #ffffff;
  background-color: #e23732;
  border-color: #e12c27;
}
.tpl .btn-danger:focus,
.tpl .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 88, 84, 0.5);
}
.tpl .btn-danger.disabled,
.tpl .btn-danger:disabled {
  background-color: #e75854;
  border-color: #e75854;
}
.tpl .btn-danger:not([disabled]):not(.disabled):active,
.tpl .btn-danger:not([disabled]):not(.disabled).active,
.tpl .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #e12c27;
  border-color: #dc241f;
  box-shadow: 0 0 0 0.2rem rgba(231, 88, 84, 0.5);
}
.tpl .btn-outline-primary {
  color: #AA375A;
  background-color: transparent;
  background-image: none;
  border-color: #AA375A;
}
.tpl .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .btn-outline-primary:focus,
.tpl .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 165, 235, 0.5);
}
.tpl .btn-outline-primary.disabled,
.tpl .btn-outline-primary:disabled {
  color: #AA375A;
  background-color: transparent;
}
.tpl .btn-outline-primary:not([disabled]):not(.disabled):active,
.tpl .btn-outline-primary:not([disabled]):not(.disabled).active,
.tpl .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
  box-shadow: 0 0 0 0.2rem rgba(20, 165, 235, 0.5);
}
.tpl .btn-outline-success {
  color: #00b06c;
  background-color: transparent;
  background-image: none;
  border-color: #00b06c;
}
.tpl .btn-outline-success:hover {
  color: #ffffff;
  background-color: #00b06c;
  border-color: #00b06c;
}
.tpl .btn-outline-success:focus,
.tpl .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 176, 108, 0.5);
}
.tpl .btn-outline-success.disabled,
.tpl .btn-outline-success:disabled {
  color: #00b06c;
  background-color: transparent;
}
.tpl .btn-outline-success:not([disabled]):not(.disabled):active,
.tpl .btn-outline-success:not([disabled]):not(.disabled).active,
.tpl .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #00b06c;
  border-color: #00b06c;
  box-shadow: 0 0 0 0.2rem rgba(0, 176, 108, 0.5);
}
.tpl .btn-outline-info {
  color: #547abb;
  background-color: transparent;
  background-image: none;
  border-color: #547abb;
}
.tpl .btn-outline-info:hover {
  color: #ffffff;
  background-color: #547abb;
  border-color: #547abb;
}
.tpl .btn-outline-info:focus,
.tpl .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 122, 187, 0.5);
}
.tpl .btn-outline-info.disabled,
.tpl .btn-outline-info:disabled {
  color: #547abb;
  background-color: transparent;
}
.tpl .btn-outline-info:not([disabled]):not(.disabled):active,
.tpl .btn-outline-info:not([disabled]):not(.disabled).active,
.tpl .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #547abb;
  border-color: #547abb;
  box-shadow: 0 0 0 0.2rem rgba(84, 122, 187, 0.5);
}
.tpl .btn-outline-warning {
  color: #dd538e;
  background-color: transparent;
  background-image: none;
  border-color: #dd538e;
}
.tpl .btn-outline-warning:hover {
  color: #ffffff;
  background-color: #dd538e;
  border-color: #dd538e;
}
.tpl .btn-outline-warning:focus,
.tpl .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 83, 142, 0.5);
}
.tpl .btn-outline-warning.disabled,
.tpl .btn-outline-warning:disabled {
  color: #dd538e;
  background-color: transparent;
}
.tpl .btn-outline-warning:not([disabled]):not(.disabled):active,
.tpl .btn-outline-warning:not([disabled]):not(.disabled).active,
.tpl .show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #dd538e;
  border-color: #dd538e;
  box-shadow: 0 0 0 0.2rem rgba(221, 83, 142, 0.5);
}
.tpl .btn-outline-danger {
  color: #e75854;
  background-color: transparent;
  background-image: none;
  border-color: #e75854;
}
.tpl .btn-outline-danger:hover {
  color: #ffffff;
  background-color: #e75854;
  border-color: #e75854;
}
.tpl .btn-outline-danger:focus,
.tpl .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 88, 84, 0.5);
}
.tpl .btn-outline-danger.disabled,
.tpl .btn-outline-danger:disabled {
  color: #e75854;
  background-color: transparent;
}
.tpl .btn-outline-danger:not([disabled]):not(.disabled):active,
.tpl .btn-outline-danger:not([disabled]):not(.disabled).active,
.tpl .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #e75854;
  border-color: #e75854;
  box-shadow: 0 0 0 0.2rem rgba(231, 88, 84, 0.5);
}
.tpl .btn-link {
  font-weight: 400;
  color: #616161;
  background-color: transparent;
}
.tpl .btn-link:hover {
  color: #AA375A;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.tpl .btn-link:focus,
.tpl .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}
.tpl .btn-link:disabled,
.tpl .btn-link.disabled {
  color: #868e96;
}
.tpl .btn-lg,
.tpl .btn-group-lg > .btn {
  padding: 26px 73px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.tpl .btn-sm,
.tpl .btn-group-sm > .btn {
  padding: 13px 41px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0.2rem;
}
.tpl .btn-block {
  display: block;
  width: 100%;
}
.tpl .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.tpl input[type="submit"].btn-block,
.tpl input[type="reset"].btn-block,
.tpl input[type="button"].btn-block {
  width: 100%;
}
.tpl .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.tpl .fade.show {
  opacity: 1;
}
.tpl .collapse {
  display: none;
}
.tpl .collapse.show {
  display: block;
}
.tpl tr.collapse.show {
  display: table-row;
}
.tpl tbody.collapse.show {
  display: table-row-group;
}
.tpl .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.tpl .dropup,
.tpl .dropdown {
  position: relative;
}
.tpl .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.tpl .dropdown-toggle:empty::after {
  margin-left: 0;
}
.tpl .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 14px;
  color: #616161;
  text-align: left;
  list-style: none;
  background-color: #2d344d;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.tpl .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.tpl .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.tpl .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.tpl .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.tpl .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #8f96af;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.tpl .dropdown-item:focus,
.tpl .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f5f5f5;
}
.tpl .dropdown-item.active,
.tpl .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #AA375A;
}
.tpl .dropdown-item.disabled,
.tpl .dropdown-item:disabled {
  color: #a7b0b4;
  background-color: transparent;
}
.tpl .dropdown-menu.show {
  display: block;
}
.tpl .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 12px;
  color: #a7b0b4;
  white-space: nowrap;
}
.tpl .btn-group,
.tpl .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.tpl .btn-group > .btn,
.tpl .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.tpl .btn-group > .btn:hover,
.tpl .btn-group-vertical > .btn:hover {
  z-index: 2;
}
.tpl .btn-group > .btn:focus,
.tpl .btn-group > .btn:active,
.tpl .btn-group > .btn.active,
.tpl .btn-group-vertical > .btn:focus,
.tpl .btn-group-vertical > .btn:active,
.tpl .btn-group-vertical > .btn.active {
  z-index: 2;
}
.tpl .btn-group .btn + .btn,
.tpl .btn-group .btn + .btn-group,
.tpl .btn-group .btn-group + .btn,
.tpl .btn-group .btn-group + .btn-group,
.tpl .btn-group-vertical .btn + .btn,
.tpl .btn-group-vertical .btn + .btn-group,
.tpl .btn-group-vertical .btn-group + .btn,
.tpl .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.tpl .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tpl .btn-toolbar .input-group {
  width: auto;
}
.tpl .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.tpl .btn-group > .btn:first-child {
  margin-left: 0;
}
.tpl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tpl .btn-group > .btn:last-child:not(:first-child),
.tpl .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tpl .btn-group > .btn-group {
  float: left;
}
.tpl .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.tpl .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.tpl .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tpl .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tpl .btn + .dropdown-toggle-split {
  padding-right: 42px;
  padding-left: 42px;
}
.tpl .btn + .dropdown-toggle-split::after {
  margin-left: 0;
}
.tpl .btn-sm + .dropdown-toggle-split,
.tpl .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 30.75px;
  padding-left: 30.75px;
}
.tpl .btn-lg + .dropdown-toggle-split,
.tpl .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 54.75px;
  padding-left: 54.75px;
}
.tpl .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.tpl .btn-group-vertical .btn,
.tpl .btn-group-vertical .btn-group {
  width: 100%;
}
.tpl .btn-group-vertical > .btn + .btn,
.tpl .btn-group-vertical > .btn + .btn-group,
.tpl .btn-group-vertical > .btn-group + .btn,
.tpl .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.tpl .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tpl .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tpl .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tpl .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.tpl .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.tpl .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tpl .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tpl [data-toggle="buttons"] > .btn input[type="radio"],
.tpl [data-toggle="buttons"] > .btn input[type="checkbox"],
.tpl [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.tpl [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.tpl .input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.tpl .input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.tpl .input-group .form-control:focus,
.tpl .input-group .form-control:active,
.tpl .input-group .form-control:hover {
  z-index: 3;
}
.tpl .input-group-addon,
.tpl .input-group-btn,
.tpl .input-group .form-control {
  display: flex;
  align-items: center;
}
.tpl .input-group-addon:not(:first-child):not(:last-child),
.tpl .input-group-btn:not(:first-child):not(:last-child),
.tpl .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tpl .input-group-addon,
.tpl .input-group-btn {
  white-space: nowrap;
}
.tpl .input-group-addon {
  padding: 18px 56px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.tpl .input-group-addon.form-control-sm,
.tpl .input-group-sm > .input-group-addon,
.tpl .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 13px 41px;
  font-size: 12px;
  border-radius: 0.2rem;
}
.tpl .input-group-addon.form-control-lg,
.tpl .input-group-lg > .input-group-addon,
.tpl .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 26px 73px;
  font-size: 18px;
  border-radius: 0.3rem;
}
.tpl .input-group-addon input[type="radio"],
.tpl .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.tpl .input-group .form-control:not(:last-child),
.tpl .input-group-addon:not(:last-child),
.tpl .input-group-btn:not(:last-child) > .btn,
.tpl .input-group-btn:not(:last-child) > .btn-group > .btn,
.tpl .input-group-btn:not(:last-child) > .dropdown-toggle,
.tpl .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.tpl .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tpl .input-group-addon:not(:last-child) {
  border-right: 0;
}
.tpl .input-group .form-control:not(:first-child),
.tpl .input-group-addon:not(:first-child),
.tpl .input-group-btn:not(:first-child) > .btn,
.tpl .input-group-btn:not(:first-child) > .btn-group > .btn,
.tpl .input-group-btn:not(:first-child) > .dropdown-toggle,
.tpl .input-group-btn:not(:last-child) > .btn:not(:first-child),
.tpl .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tpl .form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}
.tpl .input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}
.tpl .input-group-btn > .btn {
  position: relative;
}
.tpl .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.tpl .input-group-btn > .btn:focus,
.tpl .input-group-btn > .btn:active,
.tpl .input-group-btn > .btn:hover {
  z-index: 3;
}
.tpl .input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}
.tpl .input-group-btn:not(:last-child) > .btn,
.tpl .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.tpl .input-group-btn:not(:first-child) > .btn,
.tpl .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}
.tpl .input-group-btn:not(:first-child) > .btn:first-child,
.tpl .input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}
.tpl .input-group-btn:not(:first-child) > .btn:focus,
.tpl .input-group-btn:not(:first-child) > .btn:active,
.tpl .input-group-btn:not(:first-child) > .btn:hover,
.tpl .input-group-btn:not(:first-child) > .btn-group:focus,
.tpl .input-group-btn:not(:first-child) > .btn-group:active,
.tpl .input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}
.tpl .custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.78571rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}
.tpl .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.tpl .custom-control-input:checked ~ .custom-control-indicator {
  color: #ffffff;
  background-color: #007bff;
}
.tpl .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.tpl .custom-control-input:active ~ .custom-control-indicator {
  color: #ffffff;
  background-color: #b3d7ff;
}
.tpl .custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}
.tpl .custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}
.tpl .custom-control-indicator {
  position: absolute;
  top: 0.39286rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.tpl .custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.tpl .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.tpl .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.tpl .custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.tpl .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.tpl .custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.tpl .custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.tpl .custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}
.tpl .custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.tpl .custom-select:focus {
  border-color: #80bdff;
  outline: none;
}
.tpl .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.tpl .custom-select[multiple] {
  height: auto;
  background-image: none;
}
.tpl .custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}
.tpl .custom-select::-ms-expand {
  opacity: 0;
}
.tpl .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.tpl .custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.tpl .custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.tpl .custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #007bff;
}
.tpl .custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.tpl .custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}
.tpl .custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.tpl .custom-file-control:lang(en)::before {
  content: "Browse";
}
.tpl .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tpl .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.tpl .nav-link:focus,
.tpl .nav-link:hover {
  text-decoration: none;
}
.tpl .nav-link.disabled {
  color: #868e96;
}
.tpl .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.tpl .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.tpl .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tpl .nav-tabs .nav-link:focus,
.tpl .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dddddd;
}
.tpl .nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.tpl .nav-tabs .nav-link.active,
.tpl .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dddddd #dddddd #ffffff;
}
.tpl .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tpl .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.tpl .nav-pills .nav-link.active,
.tpl .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}
.tpl .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.tpl .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tpl .tab-content > .tab-pane {
  display: none;
}
.tpl .tab-content > .active {
  display: block;
}
.tpl .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.tpl .navbar > .container,
.tpl .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tpl .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.tpl .navbar-brand:focus,
.tpl .navbar-brand:hover {
  text-decoration: none;
}
.tpl .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tpl .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.tpl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.tpl .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tpl .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.tpl .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.tpl .navbar-toggler:focus,
.tpl .navbar-toggler:hover {
  text-decoration: none;
}
.tpl .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575px) {
  .tpl .navbar-expand-sm > .container,
  .tpl .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .tpl .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tpl .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .tpl .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .tpl .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .tpl .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tpl .navbar-expand-sm > .container,
  .tpl .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .tpl .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tpl .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .tpl .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767px) {
  .tpl .navbar-expand-md > .container,
  .tpl .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .tpl .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tpl .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .tpl .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .tpl .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .tpl .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tpl .navbar-expand-md > .container,
  .tpl .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .tpl .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tpl .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .tpl .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991px) {
  .tpl .navbar-expand-lg > .container,
  .tpl .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .tpl .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tpl .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .tpl .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .tpl .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .tpl .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tpl .navbar-expand-lg > .container,
  .tpl .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .tpl .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tpl .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .tpl .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199px) {
  .tpl .navbar-expand-xl > .container,
  .tpl .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .tpl .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tpl .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .tpl .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .tpl .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .tpl .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tpl .navbar-expand-xl > .container,
  .tpl .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .tpl .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tpl .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .tpl .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1599px) {
  .tpl .navbar-expand-xxl > .container,
  .tpl .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .tpl .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .tpl .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .tpl .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .tpl .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .tpl .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .tpl .navbar-expand-xxl > .container,
  .tpl .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .tpl .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .tpl .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .tpl .navbar-expand-xxl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.tpl .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.tpl .navbar-expand > .container,
.tpl .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.tpl .navbar-expand .navbar-nav {
  flex-direction: row;
}
.tpl .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.tpl .navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.tpl .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.tpl .navbar-expand > .container,
.tpl .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.tpl .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.tpl .navbar-expand .navbar-toggler {
  display: none;
}
.tpl .navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.tpl .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.tpl .navbar-light .navbar-brand:focus,
.tpl .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.tpl .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.tpl .navbar-light .navbar-nav .nav-link:focus,
.tpl .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.tpl .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.tpl .navbar-light .navbar-nav .show > .nav-link,
.tpl .navbar-light .navbar-nav .active > .nav-link,
.tpl .navbar-light .navbar-nav .nav-link.show,
.tpl .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.tpl .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.tpl .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.tpl .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.tpl .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.tpl .navbar-light .navbar-text a:focus,
.tpl .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.tpl .navbar-dark .navbar-brand {
  color: #ffffff;
}
.tpl .navbar-dark .navbar-brand:focus,
.tpl .navbar-dark .navbar-brand:hover {
  color: #ffffff;
}
.tpl .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.tpl .navbar-dark .navbar-nav .nav-link:focus,
.tpl .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.tpl .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.tpl .navbar-dark .navbar-nav .show > .nav-link,
.tpl .navbar-dark .navbar-nav .active > .nav-link,
.tpl .navbar-dark .navbar-nav .nav-link.show,
.tpl .navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.tpl .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.tpl .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.tpl .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.tpl .navbar-dark .navbar-text a {
  color: #ffffff;
}
.tpl .navbar-dark .navbar-text a:focus,
.tpl .navbar-dark .navbar-text a:hover {
  color: #ffffff;
}
.tpl .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.tpl .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.tpl .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tpl .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tpl .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.tpl .card-title {
  margin-bottom: 0.75rem;
}
.tpl .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.tpl .card-text:last-child {
  margin-bottom: 0;
}
.tpl .card-link:hover {
  text-decoration: none;
}
.tpl .card-link + .card-link {
  margin-left: 1.25rem;
}
.tpl .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.tpl .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.tpl .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.tpl .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.tpl .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.tpl .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.tpl .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.tpl .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.tpl .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.tpl .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.tpl .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.tpl .card-deck {
  display: flex;
  flex-direction: column;
}
.tpl .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .tpl .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .tpl .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.tpl .card-group {
  display: flex;
  flex-direction: column;
}
.tpl .card-group .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .tpl .card-group {
    flex-flow: row wrap;
  }
  .tpl .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .tpl .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .tpl .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tpl .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .tpl .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .tpl .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tpl .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .tpl .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .tpl .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .tpl .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .tpl .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .tpl .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .tpl .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .tpl .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}
.tpl .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .tpl .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .tpl .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.tpl .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}
.tpl .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}
.tpl .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.tpl .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.tpl .breadcrumb-item.active {
  color: #868e96;
}
.tpl .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}
.tpl .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tpl .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tpl .page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .page-item.disabled .page-link {
  color: #cbcbc9;
  pointer-events: none;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.tpl .page-link {
  position: relative;
  display: block;
  padding: 10px 10px;
  margin-left: -3px;
  line-height: 24px;
  color: #252525;
  background-color: #ffffff;
  border: 3px solid #cccccc;
}
.tpl .page-link:focus,
.tpl .page-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 18px;
  line-height: 1.55556;
}
.tpl .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.tpl .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.tpl .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 1.5;
}
.tpl .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.tpl .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.tpl .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.tpl .badge:empty {
  display: none;
}
.tpl .btn .badge {
  position: relative;
  top: -1px;
}
.tpl .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.tpl .badge-primary {
  color: #ffffff;
  background-color: #AA375A;
}
.tpl .badge-primary[href]:focus,
.tpl .badge-primary[href]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1084bc;
}
.tpl .badge-success {
  color: #ffffff;
  background-color: #00b06c;
}
.tpl .badge-success[href]:focus,
.tpl .badge-success[href]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #007d4d;
}
.tpl .badge-info {
  color: #ffffff;
  background-color: #547abb;
}
.tpl .badge-info[href]:focus,
.tpl .badge-info[href]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #3f629d;
}
.tpl .badge-warning {
  color: #ffffff;
  background-color: #dd538e;
}
.tpl .badge-warning[href]:focus,
.tpl .badge-warning[href]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #d32a72;
}
.tpl .badge-danger {
  color: #ffffff;
  background-color: #e75854;
}
.tpl .badge-danger[href]:focus,
.tpl .badge-danger[href]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #e12c27;
}
.tpl .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .tpl .jumbotron {
    padding: 4rem 2rem;
  }
}
.tpl .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.tpl .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.tpl .alert-heading {
  color: inherit;
}
.tpl .alert-link {
  font-weight: 700;
}
.tpl .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.tpl .alert-primary {
  color: #0a567a;
  background-color: #d0edfb;
  border-color: #bde6f9;
}
.tpl .alert-primary hr {
  border-top-color: #a6ddf7;
}
.tpl .alert-primary .alert-link {
  color: #06354b;
}
.tpl .alert-success {
  color: #005c38;
  background-color: #ccefe2;
  border-color: #b8e9d6;
}
.tpl .alert-success hr {
  border-top-color: #a5e3cb;
}
.tpl .alert-success .alert-link {
  color: #002919;
}
.tpl .alert-info {
  color: #2c3f61;
  background-color: #dde4f1;
  border-color: #cfdaec;
}
.tpl .alert-info hr {
  border-top-color: #bdcce5;
}
.tpl .alert-info .alert-link {
  color: #1c283e;
}
.tpl .alert-warning {
  color: #732b4a;
  background-color: #f8dde8;
  border-color: #f5cfdf;
}
.tpl .alert-warning hr {
  border-top-color: #f1bad1;
}
.tpl .alert-warning .alert-link {
  color: #4e1d32;
}
.tpl .alert-danger {
  color: #782e2c;
  background-color: #fadedd;
  border-color: #f8d0cf;
}
.tpl .alert-danger hr {
  border-top-color: #f5bab9;
}
.tpl .alert-danger .alert-link {
  color: #53201e;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.tpl .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.tpl .progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #007bff;
}
.tpl .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.tpl .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.tpl .media {
  display: flex;
  align-items: flex-start;
}
.tpl .media-body {
  flex: 1;
}
.tpl .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.tpl .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.tpl .list-group-item-action:focus,
.tpl .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.tpl .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.tpl .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.tpl .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.tpl .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tpl .list-group-item:focus,
.tpl .list-group-item:hover {
  text-decoration: none;
}
.tpl .list-group-item.disabled,
.tpl .list-group-item:disabled {
  color: #868e96;
  background-color: #ffffff;
}
.tpl .list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.tpl .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.tpl .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.tpl .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.tpl .list-group-item-primary {
  color: #0a567a;
  background-color: #bde6f9;
}
.tpl a.list-group-item-primary,
.tpl button.list-group-item-primary {
  color: #0a567a;
}
.tpl a.list-group-item-primary:focus,
.tpl a.list-group-item-primary:hover,
.tpl button.list-group-item-primary:focus,
.tpl button.list-group-item-primary:hover {
  color: #0a567a;
  background-color: #a6ddf7;
}
.tpl a.list-group-item-primary.active,
.tpl button.list-group-item-primary.active {
  color: #ffffff;
  background-color: #0a567a;
  border-color: #0a567a;
}
.tpl .list-group-item-success {
  color: #005c38;
  background-color: #b8e9d6;
}
.tpl a.list-group-item-success,
.tpl button.list-group-item-success {
  color: #005c38;
}
.tpl a.list-group-item-success:focus,
.tpl a.list-group-item-success:hover,
.tpl button.list-group-item-success:focus,
.tpl button.list-group-item-success:hover {
  color: #005c38;
  background-color: #a5e3cb;
}
.tpl a.list-group-item-success.active,
.tpl button.list-group-item-success.active {
  color: #ffffff;
  background-color: #005c38;
  border-color: #005c38;
}
.tpl .list-group-item-info {
  color: #2c3f61;
  background-color: #cfdaec;
}
.tpl a.list-group-item-info,
.tpl button.list-group-item-info {
  color: #2c3f61;
}
.tpl a.list-group-item-info:focus,
.tpl a.list-group-item-info:hover,
.tpl button.list-group-item-info:focus,
.tpl button.list-group-item-info:hover {
  color: #2c3f61;
  background-color: #bdcce5;
}
.tpl a.list-group-item-info.active,
.tpl button.list-group-item-info.active {
  color: #ffffff;
  background-color: #2c3f61;
  border-color: #2c3f61;
}
.tpl .list-group-item-warning {
  color: #732b4a;
  background-color: #f5cfdf;
}
.tpl a.list-group-item-warning,
.tpl button.list-group-item-warning {
  color: #732b4a;
}
.tpl a.list-group-item-warning:focus,
.tpl a.list-group-item-warning:hover,
.tpl button.list-group-item-warning:focus,
.tpl button.list-group-item-warning:hover {
  color: #732b4a;
  background-color: #f1bad1;
}
.tpl a.list-group-item-warning.active,
.tpl button.list-group-item-warning.active {
  color: #ffffff;
  background-color: #732b4a;
  border-color: #732b4a;
}
.tpl .list-group-item-danger {
  color: #782e2c;
  background-color: #f8d0cf;
}
.tpl a.list-group-item-danger,
.tpl button.list-group-item-danger {
  color: #782e2c;
}
.tpl a.list-group-item-danger:focus,
.tpl a.list-group-item-danger:hover,
.tpl button.list-group-item-danger:focus,
.tpl button.list-group-item-danger:hover {
  color: #782e2c;
  background-color: #f5bab9;
}
.tpl a.list-group-item-danger.active,
.tpl button.list-group-item-danger.active {
  color: #ffffff;
  background-color: #782e2c;
  border-color: #782e2c;
}
.tpl .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.tpl .close:focus,
.tpl .close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.tpl button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tpl .modal-open {
  overflow: hidden;
}
.tpl .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.tpl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.tpl .modal.show .modal-dialog {
  transform: translate(0, 0);
}
.tpl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.tpl .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
.tpl .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.tpl .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.tpl .modal-backdrop.fade {
  opacity: 0;
}
.tpl .modal-backdrop.show {
  opacity: 0.5;
}
.tpl .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.tpl .modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}
.tpl .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.tpl .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}
.tpl .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.tpl .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.tpl .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.tpl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .tpl .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .tpl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .tpl .modal-lg {
    max-width: 800px;
  }
}
.tpl .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.78571;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12px;
  word-wrap: break-word;
  opacity: 0;
}
.tpl .tooltip.show {
  opacity: 1;
}
.tpl .tooltip .arrow {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
}
.tpl .tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tpl .tooltip.bs-tooltip-top,
.tpl .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 6px 0;
}
.tpl .tooltip.bs-tooltip-top .arrow,
.tpl .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.tpl .tooltip.bs-tooltip-top .arrow::before,
.tpl .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -4px;
  content: "";
  border-width: 6px 6px 0;
  border-top-color: #AA375A;
}
.tpl .tooltip.bs-tooltip-right,
.tpl .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 6px;
}
.tpl .tooltip.bs-tooltip-right .arrow,
.tpl .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}
.tpl .tooltip.bs-tooltip-right .arrow::before,
.tpl .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -4px;
  content: "";
  border-width: 6px 6px 6px 0;
  border-right-color: #AA375A;
}
.tpl .tooltip.bs-tooltip-bottom,
.tpl .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 6px 0;
}
.tpl .tooltip.bs-tooltip-bottom .arrow,
.tpl .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.tpl .tooltip.bs-tooltip-bottom .arrow::before,
.tpl .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -4px;
  content: "";
  border-width: 0 6px 6px;
  border-bottom-color: #AA375A;
}
.tpl .tooltip.bs-tooltip-left,
.tpl .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 6px;
}
.tpl .tooltip.bs-tooltip-left .arrow,
.tpl .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}
.tpl .tooltip.bs-tooltip-left .arrow::before,
.tpl .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -4px;
  content: "";
  border-width: 6px 0 6px 6px;
  border-left-color: #AA375A;
}
.tpl .tooltip-inner {
  max-width: 200px;
  padding: 6px 10px;
  color: #ffffff;
  text-align: center;
  background-color: #AA375A;
  border-radius: 0;
}
.tpl .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.78571;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12px;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.tpl .popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tpl .popover .arrow::before,
.tpl .popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.tpl .popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}
.tpl .popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}
.tpl .popover.bs-popover-top,
.tpl .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}
.tpl .popover.bs-popover-top .arrow,
.tpl .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.tpl .popover.bs-popover-top .arrow::before,
.tpl .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.tpl .popover.bs-popover-top .arrow::after,
.tpl .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}
.tpl .popover.bs-popover-top .arrow::before,
.tpl .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.tpl .popover.bs-popover-top .arrow::after,
.tpl .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #ffffff;
}
.tpl .popover.bs-popover-right,
.tpl .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}
.tpl .popover.bs-popover-right .arrow,
.tpl .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}
.tpl .popover.bs-popover-right .arrow::before,
.tpl .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.tpl .popover.bs-popover-right .arrow::after,
.tpl .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}
.tpl .popover.bs-popover-right .arrow::before,
.tpl .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.tpl .popover.bs-popover-right .arrow::after,
.tpl .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #ffffff;
}
.tpl .popover.bs-popover-bottom,
.tpl .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}
.tpl .popover.bs-popover-bottom .arrow,
.tpl .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.tpl .popover.bs-popover-bottom .arrow::before,
.tpl .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.tpl .popover.bs-popover-bottom .arrow::after,
.tpl .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}
.tpl .popover.bs-popover-bottom .arrow::before,
.tpl .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.tpl .popover.bs-popover-bottom .arrow::after,
.tpl .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #ffffff;
}
.tpl .popover.bs-popover-bottom .popover-header::before,
.tpl .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.tpl .popover.bs-popover-left,
.tpl .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}
.tpl .popover.bs-popover-left .arrow,
.tpl .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}
.tpl .popover.bs-popover-left .arrow::before,
.tpl .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.tpl .popover.bs-popover-left .arrow::after,
.tpl .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}
.tpl .popover.bs-popover-left .arrow::before,
.tpl .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.tpl .popover.bs-popover-left .arrow::after,
.tpl .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #ffffff;
}
.tpl .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.tpl .popover-header:empty {
  display: none;
}
.tpl .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.tpl .carousel {
  position: relative;
}
.tpl .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tpl .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
.tpl .carousel-item.active,
.tpl .carousel-item-next,
.tpl .carousel-item-prev {
  display: block;
}
.tpl .carousel-item-next,
.tpl .carousel-item-prev {
  position: absolute;
  top: 0;
}
.tpl .carousel-item-next.carousel-item-left,
.tpl .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .tpl .carousel-item-next.carousel-item-left,
  .tpl .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.tpl .carousel-item-next,
.tpl .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .tpl .carousel-item-next,
  .tpl .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.tpl .carousel-item-prev,
.tpl .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .tpl .carousel-item-prev,
  .tpl .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.tpl .carousel-control-prev,
.tpl .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.tpl .carousel-control-prev:focus,
.tpl .carousel-control-prev:hover,
.tpl .carousel-control-next:focus,
.tpl .carousel-control-next:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.tpl .carousel-control-prev {
  left: 0;
}
.tpl .carousel-control-next {
  right: 0;
}
.tpl .carousel-control-prev-icon,
.tpl .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.tpl .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.tpl .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.tpl .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.tpl .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.tpl .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.tpl .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.tpl .carousel-indicators .active {
  background-color: #ffffff;
}
.tpl .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.tpl .align-baseline {
  vertical-align: baseline !important;
}
.tpl .align-top {
  vertical-align: top !important;
}
.tpl .align-middle {
  vertical-align: middle !important;
}
.tpl .align-bottom {
  vertical-align: bottom !important;
}
.tpl .align-text-bottom {
  vertical-align: text-bottom !important;
}
.tpl .align-text-top {
  vertical-align: text-top !important;
}
.tpl .bg-primary {
  background-color: #AA375A !important;
}
.tpl a.bg-primary:focus,
.tpl a.bg-primary:hover {
  background-color: #1084bc !important;
}
.tpl .bg-success {
  background-color: #00b06c !important;
}
.tpl a.bg-success:focus,
.tpl a.bg-success:hover {
  background-color: #007d4d !important;
}
.tpl .bg-info {
  background-color: #547abb !important;
}
.tpl a.bg-info:focus,
.tpl a.bg-info:hover {
  background-color: #3f629d !important;
}
.tpl .bg-warning {
  background-color: #dd538e !important;
}
.tpl a.bg-warning:focus,
.tpl a.bg-warning:hover {
  background-color: #d32a72 !important;
}
.tpl .bg-danger {
  background-color: #e75854 !important;
}
.tpl a.bg-danger:focus,
.tpl a.bg-danger:hover {
  background-color: #e12c27 !important;
}
.tpl .bg-white {
  background-color: #ffffff !important;
}
.tpl .bg-transparent {
  background-color: transparent !important;
}
.tpl .border {
  border: 1px solid #e9ecef !important;
}
.tpl .border-0 {
  border: 0 !important;
}
.tpl .border-top-0 {
  border-top: 0 !important;
}
.tpl .border-right-0 {
  border-right: 0 !important;
}
.tpl .border-bottom-0 {
  border-bottom: 0 !important;
}
.tpl .border-left-0 {
  border-left: 0 !important;
}
.tpl .border-primary {
  border-color: #AA375A !important;
}
.tpl .border-success {
  border-color: #00b06c !important;
}
.tpl .border-info {
  border-color: #547abb !important;
}
.tpl .border-warning {
  border-color: #dd538e !important;
}
.tpl .border-danger {
  border-color: #e75854 !important;
}
.tpl .border-white {
  border-color: #ffffff !important;
}
.tpl .rounded {
  border-radius: 0 !important;
}
.tpl .rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.tpl .rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.tpl .rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.tpl .rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.tpl .rounded-circle {
  border-radius: 50% !important;
}
.tpl .rounded-0 {
  border-radius: 0 !important;
}
.tpl .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.tpl .d-none {
  display: none !important;
}
.tpl .d-inline {
  display: inline !important;
}
.tpl .d-inline-block {
  display: inline-block !important;
}
.tpl .d-block {
  display: block !important;
}
.tpl .d-table {
  display: table !important;
}
.tpl .d-table-row {
  display: table-row !important;
}
.tpl .d-table-cell {
  display: table-cell !important;
}
.tpl .d-flex {
  display: flex !important;
}
.tpl .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .tpl .d-sm-none {
    display: none !important;
  }
  .tpl .d-sm-inline {
    display: inline !important;
  }
  .tpl .d-sm-inline-block {
    display: inline-block !important;
  }
  .tpl .d-sm-block {
    display: block !important;
  }
  .tpl .d-sm-table {
    display: table !important;
  }
  .tpl .d-sm-table-row {
    display: table-row !important;
  }
  .tpl .d-sm-table-cell {
    display: table-cell !important;
  }
  .tpl .d-sm-flex {
    display: flex !important;
  }
  .tpl .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .tpl .d-md-none {
    display: none !important;
  }
  .tpl .d-md-inline {
    display: inline !important;
  }
  .tpl .d-md-inline-block {
    display: inline-block !important;
  }
  .tpl .d-md-block {
    display: block !important;
  }
  .tpl .d-md-table {
    display: table !important;
  }
  .tpl .d-md-table-row {
    display: table-row !important;
  }
  .tpl .d-md-table-cell {
    display: table-cell !important;
  }
  .tpl .d-md-flex {
    display: flex !important;
  }
  .tpl .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .tpl .d-lg-none {
    display: none !important;
  }
  .tpl .d-lg-inline {
    display: inline !important;
  }
  .tpl .d-lg-inline-block {
    display: inline-block !important;
  }
  .tpl .d-lg-block {
    display: block !important;
  }
  .tpl .d-lg-table {
    display: table !important;
  }
  .tpl .d-lg-table-row {
    display: table-row !important;
  }
  .tpl .d-lg-table-cell {
    display: table-cell !important;
  }
  .tpl .d-lg-flex {
    display: flex !important;
  }
  .tpl .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .tpl .d-xl-none {
    display: none !important;
  }
  .tpl .d-xl-inline {
    display: inline !important;
  }
  .tpl .d-xl-inline-block {
    display: inline-block !important;
  }
  .tpl .d-xl-block {
    display: block !important;
  }
  .tpl .d-xl-table {
    display: table !important;
  }
  .tpl .d-xl-table-row {
    display: table-row !important;
  }
  .tpl .d-xl-table-cell {
    display: table-cell !important;
  }
  .tpl .d-xl-flex {
    display: flex !important;
  }
  .tpl .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .tpl .d-xxl-none {
    display: none !important;
  }
  .tpl .d-xxl-inline {
    display: inline !important;
  }
  .tpl .d-xxl-inline-block {
    display: inline-block !important;
  }
  .tpl .d-xxl-block {
    display: block !important;
  }
  .tpl .d-xxl-table {
    display: table !important;
  }
  .tpl .d-xxl-table-row {
    display: table-row !important;
  }
  .tpl .d-xxl-table-cell {
    display: table-cell !important;
  }
  .tpl .d-xxl-flex {
    display: flex !important;
  }
  .tpl .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.tpl .d-print-block {
  display: none !important;
}
@media print {
  .tpl .d-print-block {
    display: block !important;
  }
}
.tpl .d-print-inline {
  display: none !important;
}
@media print {
  .tpl .d-print-inline {
    display: inline !important;
  }
}
.tpl .d-print-inline-block {
  display: none !important;
}
@media print {
  .tpl .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .tpl .d-print-none {
    display: none !important;
  }
}
.tpl .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.tpl .embed-responsive::before {
  display: block;
  content: "";
}
.tpl .embed-responsive .embed-responsive-item,
.tpl .embed-responsive iframe,
.tpl .embed-responsive embed,
.tpl .embed-responsive object,
.tpl .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tpl .embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.tpl .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.tpl .embed-responsive-4by3::before {
  padding-top: 75%;
}
.tpl .embed-responsive-1by1::before {
  padding-top: 100%;
}
.tpl .flex-row {
  flex-direction: row !important;
}
.tpl .flex-column {
  flex-direction: column !important;
}
.tpl .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.tpl .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.tpl .flex-wrap {
  flex-wrap: wrap !important;
}
.tpl .flex-nowrap {
  flex-wrap: nowrap !important;
}
.tpl .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.tpl .justify-content-start {
  justify-content: flex-start !important;
}
.tpl .justify-content-end {
  justify-content: flex-end !important;
}
.tpl .justify-content-center {
  justify-content: center !important;
}
.tpl .justify-content-between {
  justify-content: space-between !important;
}
.tpl .justify-content-around {
  justify-content: space-around !important;
}
.tpl .align-items-start {
  align-items: flex-start !important;
}
.tpl .align-items-end {
  align-items: flex-end !important;
}
.tpl .align-items-center {
  align-items: center !important;
}
.tpl .align-items-baseline {
  align-items: baseline !important;
}
.tpl .align-items-stretch {
  align-items: stretch !important;
}
.tpl .align-content-start {
  align-content: flex-start !important;
}
.tpl .align-content-end {
  align-content: flex-end !important;
}
.tpl .align-content-center {
  align-content: center !important;
}
.tpl .align-content-between {
  align-content: space-between !important;
}
.tpl .align-content-around {
  align-content: space-around !important;
}
.tpl .align-content-stretch {
  align-content: stretch !important;
}
.tpl .align-self-auto {
  align-self: auto !important;
}
.tpl .align-self-start {
  align-self: flex-start !important;
}
.tpl .align-self-end {
  align-self: flex-end !important;
}
.tpl .align-self-center {
  align-self: center !important;
}
.tpl .align-self-baseline {
  align-self: baseline !important;
}
.tpl .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .tpl .flex-sm-row {
    flex-direction: row !important;
  }
  .tpl .flex-sm-column {
    flex-direction: column !important;
  }
  .tpl .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tpl .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tpl .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .tpl .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .tpl .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tpl .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .tpl .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .tpl .justify-content-sm-center {
    justify-content: center !important;
  }
  .tpl .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .tpl .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .tpl .align-items-sm-start {
    align-items: flex-start !important;
  }
  .tpl .align-items-sm-end {
    align-items: flex-end !important;
  }
  .tpl .align-items-sm-center {
    align-items: center !important;
  }
  .tpl .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .tpl .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .tpl .align-content-sm-start {
    align-content: flex-start !important;
  }
  .tpl .align-content-sm-end {
    align-content: flex-end !important;
  }
  .tpl .align-content-sm-center {
    align-content: center !important;
  }
  .tpl .align-content-sm-between {
    align-content: space-between !important;
  }
  .tpl .align-content-sm-around {
    align-content: space-around !important;
  }
  .tpl .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .tpl .align-self-sm-auto {
    align-self: auto !important;
  }
  .tpl .align-self-sm-start {
    align-self: flex-start !important;
  }
  .tpl .align-self-sm-end {
    align-self: flex-end !important;
  }
  .tpl .align-self-sm-center {
    align-self: center !important;
  }
  .tpl .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .tpl .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .tpl .flex-md-row {
    flex-direction: row !important;
  }
  .tpl .flex-md-column {
    flex-direction: column !important;
  }
  .tpl .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tpl .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tpl .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .tpl .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .tpl .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tpl .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .tpl .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .tpl .justify-content-md-center {
    justify-content: center !important;
  }
  .tpl .justify-content-md-between {
    justify-content: space-between !important;
  }
  .tpl .justify-content-md-around {
    justify-content: space-around !important;
  }
  .tpl .align-items-md-start {
    align-items: flex-start !important;
  }
  .tpl .align-items-md-end {
    align-items: flex-end !important;
  }
  .tpl .align-items-md-center {
    align-items: center !important;
  }
  .tpl .align-items-md-baseline {
    align-items: baseline !important;
  }
  .tpl .align-items-md-stretch {
    align-items: stretch !important;
  }
  .tpl .align-content-md-start {
    align-content: flex-start !important;
  }
  .tpl .align-content-md-end {
    align-content: flex-end !important;
  }
  .tpl .align-content-md-center {
    align-content: center !important;
  }
  .tpl .align-content-md-between {
    align-content: space-between !important;
  }
  .tpl .align-content-md-around {
    align-content: space-around !important;
  }
  .tpl .align-content-md-stretch {
    align-content: stretch !important;
  }
  .tpl .align-self-md-auto {
    align-self: auto !important;
  }
  .tpl .align-self-md-start {
    align-self: flex-start !important;
  }
  .tpl .align-self-md-end {
    align-self: flex-end !important;
  }
  .tpl .align-self-md-center {
    align-self: center !important;
  }
  .tpl .align-self-md-baseline {
    align-self: baseline !important;
  }
  .tpl .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .tpl .flex-lg-row {
    flex-direction: row !important;
  }
  .tpl .flex-lg-column {
    flex-direction: column !important;
  }
  .tpl .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tpl .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tpl .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .tpl .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .tpl .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tpl .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .tpl .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .tpl .justify-content-lg-center {
    justify-content: center !important;
  }
  .tpl .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .tpl .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .tpl .align-items-lg-start {
    align-items: flex-start !important;
  }
  .tpl .align-items-lg-end {
    align-items: flex-end !important;
  }
  .tpl .align-items-lg-center {
    align-items: center !important;
  }
  .tpl .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .tpl .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .tpl .align-content-lg-start {
    align-content: flex-start !important;
  }
  .tpl .align-content-lg-end {
    align-content: flex-end !important;
  }
  .tpl .align-content-lg-center {
    align-content: center !important;
  }
  .tpl .align-content-lg-between {
    align-content: space-between !important;
  }
  .tpl .align-content-lg-around {
    align-content: space-around !important;
  }
  .tpl .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .tpl .align-self-lg-auto {
    align-self: auto !important;
  }
  .tpl .align-self-lg-start {
    align-self: flex-start !important;
  }
  .tpl .align-self-lg-end {
    align-self: flex-end !important;
  }
  .tpl .align-self-lg-center {
    align-self: center !important;
  }
  .tpl .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .tpl .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .tpl .flex-xl-row {
    flex-direction: row !important;
  }
  .tpl .flex-xl-column {
    flex-direction: column !important;
  }
  .tpl .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tpl .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tpl .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .tpl .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .tpl .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tpl .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .tpl .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .tpl .justify-content-xl-center {
    justify-content: center !important;
  }
  .tpl .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .tpl .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .tpl .align-items-xl-start {
    align-items: flex-start !important;
  }
  .tpl .align-items-xl-end {
    align-items: flex-end !important;
  }
  .tpl .align-items-xl-center {
    align-items: center !important;
  }
  .tpl .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .tpl .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .tpl .align-content-xl-start {
    align-content: flex-start !important;
  }
  .tpl .align-content-xl-end {
    align-content: flex-end !important;
  }
  .tpl .align-content-xl-center {
    align-content: center !important;
  }
  .tpl .align-content-xl-between {
    align-content: space-between !important;
  }
  .tpl .align-content-xl-around {
    align-content: space-around !important;
  }
  .tpl .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .tpl .align-self-xl-auto {
    align-self: auto !important;
  }
  .tpl .align-self-xl-start {
    align-self: flex-start !important;
  }
  .tpl .align-self-xl-end {
    align-self: flex-end !important;
  }
  .tpl .align-self-xl-center {
    align-self: center !important;
  }
  .tpl .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .tpl .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .tpl .flex-xxl-row {
    flex-direction: row !important;
  }
  .tpl .flex-xxl-column {
    flex-direction: column !important;
  }
  .tpl .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tpl .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .tpl .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .tpl .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .tpl .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .tpl .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .tpl .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .tpl .justify-content-xxl-center {
    justify-content: center !important;
  }
  .tpl .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .tpl .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .tpl .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .tpl .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .tpl .align-items-xxl-center {
    align-items: center !important;
  }
  .tpl .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .tpl .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .tpl .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .tpl .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .tpl .align-content-xxl-center {
    align-content: center !important;
  }
  .tpl .align-content-xxl-between {
    align-content: space-between !important;
  }
  .tpl .align-content-xxl-around {
    align-content: space-around !important;
  }
  .tpl .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .tpl .align-self-xxl-auto {
    align-self: auto !important;
  }
  .tpl .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .tpl .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .tpl .align-self-xxl-center {
    align-self: center !important;
  }
  .tpl .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .tpl .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.tpl .float-left {
  float: left !important;
}
.tpl .float-right {
  float: right !important;
}
.tpl .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .tpl .float-sm-left {
    float: left !important;
  }
  .tpl .float-sm-right {
    float: right !important;
  }
  .tpl .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .tpl .float-md-left {
    float: left !important;
  }
  .tpl .float-md-right {
    float: right !important;
  }
  .tpl .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .tpl .float-lg-left {
    float: left !important;
  }
  .tpl .float-lg-right {
    float: right !important;
  }
  .tpl .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .tpl .float-xl-left {
    float: left !important;
  }
  .tpl .float-xl-right {
    float: right !important;
  }
  .tpl .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .tpl .float-xxl-left {
    float: left !important;
  }
  .tpl .float-xxl-right {
    float: right !important;
  }
  .tpl .float-xxl-none {
    float: none !important;
  }
}
.tpl .position-static {
  position: static !important;
}
.tpl .position-relative {
  position: relative !important;
}
.tpl .position-absolute {
  position: absolute !important;
}
.tpl .position-fixed {
  position: fixed !important;
}
.tpl .position-sticky {
  position: sticky !important;
}
.tpl .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.tpl .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .tpl .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.tpl .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.tpl .sr-only-focusable:active,
.tpl .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
.tpl .w-25 {
  width: 25% !important;
}
.tpl .w-50 {
  width: 50% !important;
}
.tpl .w-75 {
  width: 75% !important;
}
.tpl .w-100 {
  width: 100% !important;
}
.tpl .h-25 {
  height: 25% !important;
}
.tpl .h-50 {
  height: 50% !important;
}
.tpl .h-75 {
  height: 75% !important;
}
.tpl .h-100 {
  height: 100% !important;
}
.tpl .mw-100 {
  max-width: 100% !important;
}
.tpl .mh-100 {
  max-height: 100% !important;
}
.tpl .m-0 {
  margin: 0 !important;
}
.tpl .mt-0,
.tpl .my-0 {
  margin-top: 0 !important;
}
.tpl .mr-0,
.tpl .mx-0 {
  margin-right: 0 !important;
}
.tpl .mb-0,
.tpl .my-0 {
  margin-bottom: 0 !important;
}
.tpl .ml-0,
.tpl .mx-0 {
  margin-left: 0 !important;
}
.tpl .m-1 {
  margin: 0.25rem !important;
}
.tpl .mt-1,
.tpl .my-1 {
  margin-top: 0.25rem !important;
}
.tpl .mr-1,
.tpl .mx-1 {
  margin-right: 0.25rem !important;
}
.tpl .mb-1,
.tpl .my-1 {
  margin-bottom: 0.25rem !important;
}
.tpl .ml-1,
.tpl .mx-1 {
  margin-left: 0.25rem !important;
}
.tpl .m-2 {
  margin: 0.5rem !important;
}
.tpl .mt-2,
.tpl .my-2 {
  margin-top: 0.5rem !important;
}
.tpl .mr-2,
.tpl .mx-2 {
  margin-right: 0.5rem !important;
}
.tpl .mb-2,
.tpl .my-2 {
  margin-bottom: 0.5rem !important;
}
.tpl .ml-2,
.tpl .mx-2 {
  margin-left: 0.5rem !important;
}
.tpl .m-3 {
  margin: 1rem !important;
}
.tpl .mt-3,
.tpl .my-3 {
  margin-top: 1rem !important;
}
.tpl .mr-3,
.tpl .mx-3 {
  margin-right: 1rem !important;
}
.tpl .mb-3,
.tpl .my-3 {
  margin-bottom: 1rem !important;
}
.tpl .ml-3,
.tpl .mx-3 {
  margin-left: 1rem !important;
}
.tpl .m-4 {
  margin: 1.5rem !important;
}
.tpl .mt-4,
.tpl .my-4 {
  margin-top: 1.5rem !important;
}
.tpl .mr-4,
.tpl .mx-4 {
  margin-right: 1.5rem !important;
}
.tpl .mb-4,
.tpl .my-4 {
  margin-bottom: 1.5rem !important;
}
.tpl .ml-4,
.tpl .mx-4 {
  margin-left: 1.5rem !important;
}
.tpl .m-5 {
  margin: 3rem !important;
}
.tpl .mt-5,
.tpl .my-5 {
  margin-top: 3rem !important;
}
.tpl .mr-5,
.tpl .mx-5 {
  margin-right: 3rem !important;
}
.tpl .mb-5,
.tpl .my-5 {
  margin-bottom: 3rem !important;
}
.tpl .ml-5,
.tpl .mx-5 {
  margin-left: 3rem !important;
}
.tpl .p-0 {
  padding: 0 !important;
}
.tpl .pt-0,
.tpl .py-0 {
  padding-top: 0 !important;
}
.tpl .pr-0,
.tpl .px-0 {
  padding-right: 0 !important;
}
.tpl .pb-0,
.tpl .py-0 {
  padding-bottom: 0 !important;
}
.tpl .pl-0,
.tpl .px-0 {
  padding-left: 0 !important;
}
.tpl .p-1 {
  padding: 0.25rem !important;
}
.tpl .pt-1,
.tpl .py-1 {
  padding-top: 0.25rem !important;
}
.tpl .pr-1,
.tpl .px-1 {
  padding-right: 0.25rem !important;
}
.tpl .pb-1,
.tpl .py-1 {
  padding-bottom: 0.25rem !important;
}
.tpl .pl-1,
.tpl .px-1 {
  padding-left: 0.25rem !important;
}
.tpl .p-2 {
  padding: 0.5rem !important;
}
.tpl .pt-2,
.tpl .py-2 {
  padding-top: 0.5rem !important;
}
.tpl .pr-2,
.tpl .px-2 {
  padding-right: 0.5rem !important;
}
.tpl .pb-2,
.tpl .py-2 {
  padding-bottom: 0.5rem !important;
}
.tpl .pl-2,
.tpl .px-2 {
  padding-left: 0.5rem !important;
}
.tpl .p-3 {
  padding: 1rem !important;
}
.tpl .pt-3,
.tpl .py-3 {
  padding-top: 1rem !important;
}
.tpl .pr-3,
.tpl .px-3 {
  padding-right: 1rem !important;
}
.tpl .pb-3,
.tpl .py-3 {
  padding-bottom: 1rem !important;
}
.tpl .pl-3,
.tpl .px-3 {
  padding-left: 1rem !important;
}
.tpl .p-4 {
  padding: 1.5rem !important;
}
.tpl .pt-4,
.tpl .py-4 {
  padding-top: 1.5rem !important;
}
.tpl .pr-4,
.tpl .px-4 {
  padding-right: 1.5rem !important;
}
.tpl .pb-4,
.tpl .py-4 {
  padding-bottom: 1.5rem !important;
}
.tpl .pl-4,
.tpl .px-4 {
  padding-left: 1.5rem !important;
}
.tpl .p-5 {
  padding: 3rem !important;
}
.tpl .pt-5,
.tpl .py-5 {
  padding-top: 3rem !important;
}
.tpl .pr-5,
.tpl .px-5 {
  padding-right: 3rem !important;
}
.tpl .pb-5,
.tpl .py-5 {
  padding-bottom: 3rem !important;
}
.tpl .pl-5,
.tpl .px-5 {
  padding-left: 3rem !important;
}
.tpl .m-auto {
  margin: auto !important;
}
.tpl .mt-auto,
.tpl .my-auto {
  margin-top: auto !important;
}
.tpl .mr-auto,
.tpl .mx-auto {
  margin-right: auto !important;
}
.tpl .mb-auto,
.tpl .my-auto {
  margin-bottom: auto !important;
}
.tpl .ml-auto,
.tpl .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .tpl .m-sm-0 {
    margin: 0 !important;
  }
  .tpl .mt-sm-0,
  .tpl .my-sm-0 {
    margin-top: 0 !important;
  }
  .tpl .mr-sm-0,
  .tpl .mx-sm-0 {
    margin-right: 0 !important;
  }
  .tpl .mb-sm-0,
  .tpl .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .tpl .ml-sm-0,
  .tpl .mx-sm-0 {
    margin-left: 0 !important;
  }
  .tpl .m-sm-1 {
    margin: 0.25rem !important;
  }
  .tpl .mt-sm-1,
  .tpl .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .tpl .mr-sm-1,
  .tpl .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .tpl .mb-sm-1,
  .tpl .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .tpl .ml-sm-1,
  .tpl .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .tpl .m-sm-2 {
    margin: 0.5rem !important;
  }
  .tpl .mt-sm-2,
  .tpl .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .tpl .mr-sm-2,
  .tpl .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .tpl .mb-sm-2,
  .tpl .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .tpl .ml-sm-2,
  .tpl .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .tpl .m-sm-3 {
    margin: 1rem !important;
  }
  .tpl .mt-sm-3,
  .tpl .my-sm-3 {
    margin-top: 1rem !important;
  }
  .tpl .mr-sm-3,
  .tpl .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .tpl .mb-sm-3,
  .tpl .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .tpl .ml-sm-3,
  .tpl .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .tpl .m-sm-4 {
    margin: 1.5rem !important;
  }
  .tpl .mt-sm-4,
  .tpl .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .tpl .mr-sm-4,
  .tpl .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .tpl .mb-sm-4,
  .tpl .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .tpl .ml-sm-4,
  .tpl .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .tpl .m-sm-5 {
    margin: 3rem !important;
  }
  .tpl .mt-sm-5,
  .tpl .my-sm-5 {
    margin-top: 3rem !important;
  }
  .tpl .mr-sm-5,
  .tpl .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .tpl .mb-sm-5,
  .tpl .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .tpl .ml-sm-5,
  .tpl .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .tpl .p-sm-0 {
    padding: 0 !important;
  }
  .tpl .pt-sm-0,
  .tpl .py-sm-0 {
    padding-top: 0 !important;
  }
  .tpl .pr-sm-0,
  .tpl .px-sm-0 {
    padding-right: 0 !important;
  }
  .tpl .pb-sm-0,
  .tpl .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .tpl .pl-sm-0,
  .tpl .px-sm-0 {
    padding-left: 0 !important;
  }
  .tpl .p-sm-1 {
    padding: 0.25rem !important;
  }
  .tpl .pt-sm-1,
  .tpl .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .tpl .pr-sm-1,
  .tpl .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .tpl .pb-sm-1,
  .tpl .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .tpl .pl-sm-1,
  .tpl .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .tpl .p-sm-2 {
    padding: 0.5rem !important;
  }
  .tpl .pt-sm-2,
  .tpl .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .tpl .pr-sm-2,
  .tpl .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .tpl .pb-sm-2,
  .tpl .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .tpl .pl-sm-2,
  .tpl .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .tpl .p-sm-3 {
    padding: 1rem !important;
  }
  .tpl .pt-sm-3,
  .tpl .py-sm-3 {
    padding-top: 1rem !important;
  }
  .tpl .pr-sm-3,
  .tpl .px-sm-3 {
    padding-right: 1rem !important;
  }
  .tpl .pb-sm-3,
  .tpl .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .tpl .pl-sm-3,
  .tpl .px-sm-3 {
    padding-left: 1rem !important;
  }
  .tpl .p-sm-4 {
    padding: 1.5rem !important;
  }
  .tpl .pt-sm-4,
  .tpl .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .tpl .pr-sm-4,
  .tpl .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .tpl .pb-sm-4,
  .tpl .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .tpl .pl-sm-4,
  .tpl .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .tpl .p-sm-5 {
    padding: 3rem !important;
  }
  .tpl .pt-sm-5,
  .tpl .py-sm-5 {
    padding-top: 3rem !important;
  }
  .tpl .pr-sm-5,
  .tpl .px-sm-5 {
    padding-right: 3rem !important;
  }
  .tpl .pb-sm-5,
  .tpl .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .tpl .pl-sm-5,
  .tpl .px-sm-5 {
    padding-left: 3rem !important;
  }
  .tpl .m-sm-auto {
    margin: auto !important;
  }
  .tpl .mt-sm-auto,
  .tpl .my-sm-auto {
    margin-top: auto !important;
  }
  .tpl .mr-sm-auto,
  .tpl .mx-sm-auto {
    margin-right: auto !important;
  }
  .tpl .mb-sm-auto,
  .tpl .my-sm-auto {
    margin-bottom: auto !important;
  }
  .tpl .ml-sm-auto,
  .tpl .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .tpl .m-md-0 {
    margin: 0 !important;
  }
  .tpl .mt-md-0,
  .tpl .my-md-0 {
    margin-top: 0 !important;
  }
  .tpl .mr-md-0,
  .tpl .mx-md-0 {
    margin-right: 0 !important;
  }
  .tpl .mb-md-0,
  .tpl .my-md-0 {
    margin-bottom: 0 !important;
  }
  .tpl .ml-md-0,
  .tpl .mx-md-0 {
    margin-left: 0 !important;
  }
  .tpl .m-md-1 {
    margin: 0.25rem !important;
  }
  .tpl .mt-md-1,
  .tpl .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .tpl .mr-md-1,
  .tpl .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .tpl .mb-md-1,
  .tpl .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .tpl .ml-md-1,
  .tpl .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .tpl .m-md-2 {
    margin: 0.5rem !important;
  }
  .tpl .mt-md-2,
  .tpl .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .tpl .mr-md-2,
  .tpl .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .tpl .mb-md-2,
  .tpl .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .tpl .ml-md-2,
  .tpl .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .tpl .m-md-3 {
    margin: 1rem !important;
  }
  .tpl .mt-md-3,
  .tpl .my-md-3 {
    margin-top: 1rem !important;
  }
  .tpl .mr-md-3,
  .tpl .mx-md-3 {
    margin-right: 1rem !important;
  }
  .tpl .mb-md-3,
  .tpl .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .tpl .ml-md-3,
  .tpl .mx-md-3 {
    margin-left: 1rem !important;
  }
  .tpl .m-md-4 {
    margin: 1.5rem !important;
  }
  .tpl .mt-md-4,
  .tpl .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .tpl .mr-md-4,
  .tpl .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .tpl .mb-md-4,
  .tpl .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .tpl .ml-md-4,
  .tpl .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .tpl .m-md-5 {
    margin: 3rem !important;
  }
  .tpl .mt-md-5,
  .tpl .my-md-5 {
    margin-top: 3rem !important;
  }
  .tpl .mr-md-5,
  .tpl .mx-md-5 {
    margin-right: 3rem !important;
  }
  .tpl .mb-md-5,
  .tpl .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .tpl .ml-md-5,
  .tpl .mx-md-5 {
    margin-left: 3rem !important;
  }
  .tpl .p-md-0 {
    padding: 0 !important;
  }
  .tpl .pt-md-0,
  .tpl .py-md-0 {
    padding-top: 0 !important;
  }
  .tpl .pr-md-0,
  .tpl .px-md-0 {
    padding-right: 0 !important;
  }
  .tpl .pb-md-0,
  .tpl .py-md-0 {
    padding-bottom: 0 !important;
  }
  .tpl .pl-md-0,
  .tpl .px-md-0 {
    padding-left: 0 !important;
  }
  .tpl .p-md-1 {
    padding: 0.25rem !important;
  }
  .tpl .pt-md-1,
  .tpl .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .tpl .pr-md-1,
  .tpl .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .tpl .pb-md-1,
  .tpl .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .tpl .pl-md-1,
  .tpl .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .tpl .p-md-2 {
    padding: 0.5rem !important;
  }
  .tpl .pt-md-2,
  .tpl .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .tpl .pr-md-2,
  .tpl .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .tpl .pb-md-2,
  .tpl .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .tpl .pl-md-2,
  .tpl .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .tpl .p-md-3 {
    padding: 1rem !important;
  }
  .tpl .pt-md-3,
  .tpl .py-md-3 {
    padding-top: 1rem !important;
  }
  .tpl .pr-md-3,
  .tpl .px-md-3 {
    padding-right: 1rem !important;
  }
  .tpl .pb-md-3,
  .tpl .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .tpl .pl-md-3,
  .tpl .px-md-3 {
    padding-left: 1rem !important;
  }
  .tpl .p-md-4 {
    padding: 1.5rem !important;
  }
  .tpl .pt-md-4,
  .tpl .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .tpl .pr-md-4,
  .tpl .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .tpl .pb-md-4,
  .tpl .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .tpl .pl-md-4,
  .tpl .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .tpl .p-md-5 {
    padding: 3rem !important;
  }
  .tpl .pt-md-5,
  .tpl .py-md-5 {
    padding-top: 3rem !important;
  }
  .tpl .pr-md-5,
  .tpl .px-md-5 {
    padding-right: 3rem !important;
  }
  .tpl .pb-md-5,
  .tpl .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .tpl .pl-md-5,
  .tpl .px-md-5 {
    padding-left: 3rem !important;
  }
  .tpl .m-md-auto {
    margin: auto !important;
  }
  .tpl .mt-md-auto,
  .tpl .my-md-auto {
    margin-top: auto !important;
  }
  .tpl .mr-md-auto,
  .tpl .mx-md-auto {
    margin-right: auto !important;
  }
  .tpl .mb-md-auto,
  .tpl .my-md-auto {
    margin-bottom: auto !important;
  }
  .tpl .ml-md-auto,
  .tpl .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .tpl .m-lg-0 {
    margin: 0 !important;
  }
  .tpl .mt-lg-0,
  .tpl .my-lg-0 {
    margin-top: 0 !important;
  }
  .tpl .mr-lg-0,
  .tpl .mx-lg-0 {
    margin-right: 0 !important;
  }
  .tpl .mb-lg-0,
  .tpl .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .tpl .ml-lg-0,
  .tpl .mx-lg-0 {
    margin-left: 0 !important;
  }
  .tpl .m-lg-1 {
    margin: 0.25rem !important;
  }
  .tpl .mt-lg-1,
  .tpl .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .tpl .mr-lg-1,
  .tpl .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .tpl .mb-lg-1,
  .tpl .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .tpl .ml-lg-1,
  .tpl .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .tpl .m-lg-2 {
    margin: 0.5rem !important;
  }
  .tpl .mt-lg-2,
  .tpl .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .tpl .mr-lg-2,
  .tpl .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .tpl .mb-lg-2,
  .tpl .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .tpl .ml-lg-2,
  .tpl .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .tpl .m-lg-3 {
    margin: 1rem !important;
  }
  .tpl .mt-lg-3,
  .tpl .my-lg-3 {
    margin-top: 1rem !important;
  }
  .tpl .mr-lg-3,
  .tpl .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .tpl .mb-lg-3,
  .tpl .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .tpl .ml-lg-3,
  .tpl .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .tpl .m-lg-4 {
    margin: 1.5rem !important;
  }
  .tpl .mt-lg-4,
  .tpl .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .tpl .mr-lg-4,
  .tpl .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .tpl .mb-lg-4,
  .tpl .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .tpl .ml-lg-4,
  .tpl .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .tpl .m-lg-5 {
    margin: 3rem !important;
  }
  .tpl .mt-lg-5,
  .tpl .my-lg-5 {
    margin-top: 3rem !important;
  }
  .tpl .mr-lg-5,
  .tpl .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .tpl .mb-lg-5,
  .tpl .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .tpl .ml-lg-5,
  .tpl .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .tpl .p-lg-0 {
    padding: 0 !important;
  }
  .tpl .pt-lg-0,
  .tpl .py-lg-0 {
    padding-top: 0 !important;
  }
  .tpl .pr-lg-0,
  .tpl .px-lg-0 {
    padding-right: 0 !important;
  }
  .tpl .pb-lg-0,
  .tpl .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .tpl .pl-lg-0,
  .tpl .px-lg-0 {
    padding-left: 0 !important;
  }
  .tpl .p-lg-1 {
    padding: 0.25rem !important;
  }
  .tpl .pt-lg-1,
  .tpl .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .tpl .pr-lg-1,
  .tpl .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .tpl .pb-lg-1,
  .tpl .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .tpl .pl-lg-1,
  .tpl .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .tpl .p-lg-2 {
    padding: 0.5rem !important;
  }
  .tpl .pt-lg-2,
  .tpl .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .tpl .pr-lg-2,
  .tpl .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .tpl .pb-lg-2,
  .tpl .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .tpl .pl-lg-2,
  .tpl .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .tpl .p-lg-3 {
    padding: 1rem !important;
  }
  .tpl .pt-lg-3,
  .tpl .py-lg-3 {
    padding-top: 1rem !important;
  }
  .tpl .pr-lg-3,
  .tpl .px-lg-3 {
    padding-right: 1rem !important;
  }
  .tpl .pb-lg-3,
  .tpl .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .tpl .pl-lg-3,
  .tpl .px-lg-3 {
    padding-left: 1rem !important;
  }
  .tpl .p-lg-4 {
    padding: 1.5rem !important;
  }
  .tpl .pt-lg-4,
  .tpl .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .tpl .pr-lg-4,
  .tpl .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .tpl .pb-lg-4,
  .tpl .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .tpl .pl-lg-4,
  .tpl .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .tpl .p-lg-5 {
    padding: 3rem !important;
  }
  .tpl .pt-lg-5,
  .tpl .py-lg-5 {
    padding-top: 3rem !important;
  }
  .tpl .pr-lg-5,
  .tpl .px-lg-5 {
    padding-right: 3rem !important;
  }
  .tpl .pb-lg-5,
  .tpl .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .tpl .pl-lg-5,
  .tpl .px-lg-5 {
    padding-left: 3rem !important;
  }
  .tpl .m-lg-auto {
    margin: auto !important;
  }
  .tpl .mt-lg-auto,
  .tpl .my-lg-auto {
    margin-top: auto !important;
  }
  .tpl .mr-lg-auto,
  .tpl .mx-lg-auto {
    margin-right: auto !important;
  }
  .tpl .mb-lg-auto,
  .tpl .my-lg-auto {
    margin-bottom: auto !important;
  }
  .tpl .ml-lg-auto,
  .tpl .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .tpl .m-xl-0 {
    margin: 0 !important;
  }
  .tpl .mt-xl-0,
  .tpl .my-xl-0 {
    margin-top: 0 !important;
  }
  .tpl .mr-xl-0,
  .tpl .mx-xl-0 {
    margin-right: 0 !important;
  }
  .tpl .mb-xl-0,
  .tpl .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .tpl .ml-xl-0,
  .tpl .mx-xl-0 {
    margin-left: 0 !important;
  }
  .tpl .m-xl-1 {
    margin: 0.25rem !important;
  }
  .tpl .mt-xl-1,
  .tpl .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .tpl .mr-xl-1,
  .tpl .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .tpl .mb-xl-1,
  .tpl .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .tpl .ml-xl-1,
  .tpl .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .tpl .m-xl-2 {
    margin: 0.5rem !important;
  }
  .tpl .mt-xl-2,
  .tpl .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .tpl .mr-xl-2,
  .tpl .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .tpl .mb-xl-2,
  .tpl .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .tpl .ml-xl-2,
  .tpl .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .tpl .m-xl-3 {
    margin: 1rem !important;
  }
  .tpl .mt-xl-3,
  .tpl .my-xl-3 {
    margin-top: 1rem !important;
  }
  .tpl .mr-xl-3,
  .tpl .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .tpl .mb-xl-3,
  .tpl .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .tpl .ml-xl-3,
  .tpl .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .tpl .m-xl-4 {
    margin: 1.5rem !important;
  }
  .tpl .mt-xl-4,
  .tpl .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .tpl .mr-xl-4,
  .tpl .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .tpl .mb-xl-4,
  .tpl .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .tpl .ml-xl-4,
  .tpl .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .tpl .m-xl-5 {
    margin: 3rem !important;
  }
  .tpl .mt-xl-5,
  .tpl .my-xl-5 {
    margin-top: 3rem !important;
  }
  .tpl .mr-xl-5,
  .tpl .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .tpl .mb-xl-5,
  .tpl .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .tpl .ml-xl-5,
  .tpl .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .tpl .p-xl-0 {
    padding: 0 !important;
  }
  .tpl .pt-xl-0,
  .tpl .py-xl-0 {
    padding-top: 0 !important;
  }
  .tpl .pr-xl-0,
  .tpl .px-xl-0 {
    padding-right: 0 !important;
  }
  .tpl .pb-xl-0,
  .tpl .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .tpl .pl-xl-0,
  .tpl .px-xl-0 {
    padding-left: 0 !important;
  }
  .tpl .p-xl-1 {
    padding: 0.25rem !important;
  }
  .tpl .pt-xl-1,
  .tpl .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .tpl .pr-xl-1,
  .tpl .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .tpl .pb-xl-1,
  .tpl .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .tpl .pl-xl-1,
  .tpl .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .tpl .p-xl-2 {
    padding: 0.5rem !important;
  }
  .tpl .pt-xl-2,
  .tpl .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .tpl .pr-xl-2,
  .tpl .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .tpl .pb-xl-2,
  .tpl .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .tpl .pl-xl-2,
  .tpl .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .tpl .p-xl-3 {
    padding: 1rem !important;
  }
  .tpl .pt-xl-3,
  .tpl .py-xl-3 {
    padding-top: 1rem !important;
  }
  .tpl .pr-xl-3,
  .tpl .px-xl-3 {
    padding-right: 1rem !important;
  }
  .tpl .pb-xl-3,
  .tpl .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .tpl .pl-xl-3,
  .tpl .px-xl-3 {
    padding-left: 1rem !important;
  }
  .tpl .p-xl-4 {
    padding: 1.5rem !important;
  }
  .tpl .pt-xl-4,
  .tpl .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .tpl .pr-xl-4,
  .tpl .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .tpl .pb-xl-4,
  .tpl .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .tpl .pl-xl-4,
  .tpl .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .tpl .p-xl-5 {
    padding: 3rem !important;
  }
  .tpl .pt-xl-5,
  .tpl .py-xl-5 {
    padding-top: 3rem !important;
  }
  .tpl .pr-xl-5,
  .tpl .px-xl-5 {
    padding-right: 3rem !important;
  }
  .tpl .pb-xl-5,
  .tpl .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .tpl .pl-xl-5,
  .tpl .px-xl-5 {
    padding-left: 3rem !important;
  }
  .tpl .m-xl-auto {
    margin: auto !important;
  }
  .tpl .mt-xl-auto,
  .tpl .my-xl-auto {
    margin-top: auto !important;
  }
  .tpl .mr-xl-auto,
  .tpl .mx-xl-auto {
    margin-right: auto !important;
  }
  .tpl .mb-xl-auto,
  .tpl .my-xl-auto {
    margin-bottom: auto !important;
  }
  .tpl .ml-xl-auto,
  .tpl .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .tpl .m-xxl-0 {
    margin: 0 !important;
  }
  .tpl .mt-xxl-0,
  .tpl .my-xxl-0 {
    margin-top: 0 !important;
  }
  .tpl .mr-xxl-0,
  .tpl .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .tpl .mb-xxl-0,
  .tpl .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .tpl .ml-xxl-0,
  .tpl .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .tpl .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .tpl .mt-xxl-1,
  .tpl .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .tpl .mr-xxl-1,
  .tpl .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .tpl .mb-xxl-1,
  .tpl .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .tpl .ml-xxl-1,
  .tpl .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .tpl .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .tpl .mt-xxl-2,
  .tpl .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .tpl .mr-xxl-2,
  .tpl .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .tpl .mb-xxl-2,
  .tpl .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .tpl .ml-xxl-2,
  .tpl .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .tpl .m-xxl-3 {
    margin: 1rem !important;
  }
  .tpl .mt-xxl-3,
  .tpl .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .tpl .mr-xxl-3,
  .tpl .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .tpl .mb-xxl-3,
  .tpl .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .tpl .ml-xxl-3,
  .tpl .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .tpl .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .tpl .mt-xxl-4,
  .tpl .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .tpl .mr-xxl-4,
  .tpl .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .tpl .mb-xxl-4,
  .tpl .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .tpl .ml-xxl-4,
  .tpl .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .tpl .m-xxl-5 {
    margin: 3rem !important;
  }
  .tpl .mt-xxl-5,
  .tpl .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .tpl .mr-xxl-5,
  .tpl .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .tpl .mb-xxl-5,
  .tpl .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .tpl .ml-xxl-5,
  .tpl .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .tpl .p-xxl-0 {
    padding: 0 !important;
  }
  .tpl .pt-xxl-0,
  .tpl .py-xxl-0 {
    padding-top: 0 !important;
  }
  .tpl .pr-xxl-0,
  .tpl .px-xxl-0 {
    padding-right: 0 !important;
  }
  .tpl .pb-xxl-0,
  .tpl .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .tpl .pl-xxl-0,
  .tpl .px-xxl-0 {
    padding-left: 0 !important;
  }
  .tpl .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .tpl .pt-xxl-1,
  .tpl .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .tpl .pr-xxl-1,
  .tpl .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .tpl .pb-xxl-1,
  .tpl .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .tpl .pl-xxl-1,
  .tpl .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .tpl .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .tpl .pt-xxl-2,
  .tpl .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .tpl .pr-xxl-2,
  .tpl .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .tpl .pb-xxl-2,
  .tpl .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .tpl .pl-xxl-2,
  .tpl .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .tpl .p-xxl-3 {
    padding: 1rem !important;
  }
  .tpl .pt-xxl-3,
  .tpl .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .tpl .pr-xxl-3,
  .tpl .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .tpl .pb-xxl-3,
  .tpl .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .tpl .pl-xxl-3,
  .tpl .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .tpl .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .tpl .pt-xxl-4,
  .tpl .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .tpl .pr-xxl-4,
  .tpl .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .tpl .pb-xxl-4,
  .tpl .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .tpl .pl-xxl-4,
  .tpl .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .tpl .p-xxl-5 {
    padding: 3rem !important;
  }
  .tpl .pt-xxl-5,
  .tpl .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .tpl .pr-xxl-5,
  .tpl .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .tpl .pb-xxl-5,
  .tpl .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .tpl .pl-xxl-5,
  .tpl .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .tpl .m-xxl-auto {
    margin: auto !important;
  }
  .tpl .mt-xxl-auto,
  .tpl .my-xxl-auto {
    margin-top: auto !important;
  }
  .tpl .mr-xxl-auto,
  .tpl .mx-xxl-auto {
    margin-right: auto !important;
  }
  .tpl .mb-xxl-auto,
  .tpl .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .tpl .ml-xxl-auto,
  .tpl .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.tpl .text-justify {
  text-align: justify !important;
}
.tpl .text-nowrap {
  white-space: nowrap !important;
}
.tpl .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tpl .text-left {
  text-align: left !important;
}
.tpl .text-right {
  text-align: right !important;
}
.tpl .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .tpl .text-sm-left {
    text-align: left !important;
  }
  .tpl .text-sm-right {
    text-align: right !important;
  }
  .tpl .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .tpl .text-md-left {
    text-align: left !important;
  }
  .tpl .text-md-right {
    text-align: right !important;
  }
  .tpl .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .tpl .text-lg-left {
    text-align: left !important;
  }
  .tpl .text-lg-right {
    text-align: right !important;
  }
  .tpl .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .tpl .text-xl-left {
    text-align: left !important;
  }
  .tpl .text-xl-right {
    text-align: right !important;
  }
  .tpl .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .tpl .text-xxl-left {
    text-align: left !important;
  }
  .tpl .text-xxl-right {
    text-align: right !important;
  }
  .tpl .text-xxl-center {
    text-align: center !important;
  }
}
.tpl .text-lowercase {
  text-transform: lowercase !important;
}
.tpl .text-uppercase {
  text-transform: uppercase !important;
}
.tpl .text-capitalize {
  text-transform: capitalize !important;
}
.tpl .font-weight-light {
  font-weight: 300 !important;
}
.tpl .font-weight-normal {
  font-weight: 400 !important;
}
.tpl .font-weight-bold {
  font-weight: 700 !important;
}
.tpl .font-italic {
  font-style: italic !important;
}
.tpl .text-white {
  color: #ffffff !important;
}
.tpl .text-primary {
  color: #AA375A !important;
}
.tpl a.text-primary:focus,
.tpl a.text-primary:hover {
  color: #1084bc !important;
}
.tpl .text-success {
  color: #00b06c !important;
}
.tpl a.text-success:focus,
.tpl a.text-success:hover {
  color: #007d4d !important;
}
.tpl .text-info {
  color: #547abb !important;
}
.tpl a.text-info:focus,
.tpl a.text-info:hover {
  color: #3f629d !important;
}
.tpl .text-warning {
  color: #dd538e !important;
}
.tpl a.text-warning:focus,
.tpl a.text-warning:hover {
  color: #d32a72 !important;
}
.tpl .text-danger {
  color: #e75854 !important;
}
.tpl a.text-danger:focus,
.tpl a.text-danger:hover {
  color: #e12c27 !important;
}
.tpl .text-muted {
  color: #868e96 !important;
}
.tpl .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.tpl .visible {
  visibility: visible !important;
}
.tpl .invisible {
  visibility: hidden !important;
}
.tpl {
  /*
* Trunk version 2.0.1
*/
  /*
* Contexts
*/
  /*
* @subsection   Icons
*/
  /*
* Typography
*/
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: 400;
  color: #616161;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  /*
* Buttons
*/
  /**
*  Buttons
*
*/
  /*
* Lists
*/
  /*
* Vertical list
*/
  /*
* List inline
*/
  /*
* List terms
*/
  /*
* Index list
*/
  /*
* Marked list
*/
  /*
* Ordered List
*/
  /*
* Tables custom
*/
  /*
* Element groups
*/
  /*
* Pagination custom
*/
  /*
* @subsection  Comments
*/
  /*
* @subsection Shop
*/
  /*
* Page layout
*/
  /*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
  /*
* @subsection   Text Styling
*/
  /*
* Offsets
*/
  /*
* @subsection   Offsets
* @description  Describes vertical indentation between the elements
*/
  /*
* @subsection   Postfix
* @description  Describes instant right margin classes
*/
  /*
* @subsection   Prefix
* @description  Describes instant right margin classes
*/
  /*
* @subsection   Insets
* @description  Describes instant padding classes
*/
  /*
* Sections
*/
  /*
* Backgrounds
*/
  /*
* Light Backgrounds
*/
  /*
* Dark Backgrounds
*/
  /*
* Accent Backgrounds
*/
  /*
* Background Image
*/
  /*
* Utilities custom
*/
  /*
* @subsection   Floating System
*/
  /*
* @subsection   Text Alignment
*/
  /*
* @subsection   Text Styling
*/
  /*
* @section      Helpers
* @description  This section holds various helper classes for
*               conditional page styling
*/
  /*
* @subsection Meta
*/
  /*
* @subsection Shortcode Icons
*/
  /*
* @subsection   User-info-section
*/
  /*
* @subsection   Post
*/
  /*
* @flex   List
*/
  /*
* @subsection   List
*/
  /*
* @subsection   Search-results-list
*/
  /*
* @subsection   Marked List
*/
  /*
* @subsection   Index List
*/
  /*
* @subsection   Ordered List
*/
  /*
* @subsection   Terms  List
*/
  /*
* @subsection   Contact Info
*/
  /*
* @subsection   Thumb
*/
  /*
* @subsection   Article
*/
  /*
* @subsection   Counter
*/
  /*
* @subsection   Sidebars
*/
  /*
* @subsection   Link
*/
  /*
* @subsection   Video
*/
  /*
 * @subsection   Box
 */
  /*
* @subsection Box
*/
  /*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      2.0.0
*/
  /*
* @subsection General Styles
*/
  /*
* @subsection   Hybrid  Styles
*/
  /*
* Static Layout
*/
  /*
* Fullwidth Layout
*/
  /*
* Fixed Layout
*/
  /*
* Sidebar Layout
*/
  /*
* @subsection   Page boxed layout style redeclaration
*
* @description  Redefines navbar style inside boxed layout
*
* @see          ../modules/_page-layouts.scss
*/
  /*==================  Material Parallax    ======================*/
  /*
*    Header parallax
*/
  /*
* @subsection   Progress Bar
*/
  /** @section Progress Bars */
  /* 
 *  Owl Carousel - Animate Plugin
 */
  /* 
 * 	Owl Carousel - Auto Height Plugin
 */
  /* 
 *  Core Owl Carousel CSS File
 */
  /* No Js */
  /* 
 * 	Owl Carousel - Lazy Load Plugin
 */
  /* 
 * 	Owl Carousel - Video Plugin
 */
  /*
 * Owl Navigation
 */
  /*
 * Owl Pagination
 */
  /*
*
* Isotope
*/
  /*
*
* Search Results
*/
  /** @section Preloader */
}
@-webkit-keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
.tpl .context-dark,
.tpl .bg-gray-700,
.tpl .bg-primary,
.tpl .context-dark h1,
.tpl .bg-gray-700 h1,
.tpl .bg-primary h1,
.tpl .context-dark h2,
.tpl .bg-gray-700 h2,
.tpl .bg-primary h2,
.tpl .context-dark h3,
.tpl .bg-gray-700 h3,
.tpl .bg-primary h3,
.tpl .context-dark h4,
.tpl .bg-gray-700 h4,
.tpl .bg-primary h4,
.tpl .context-dark h5,
.tpl .bg-gray-700 h5,
.tpl .bg-primary h5,
.tpl .context-dark h6,
.tpl .bg-gray-700 h6,
.tpl .bg-primary h6,
.tpl .context-dark .heading-1,
.tpl .bg-gray-700 .heading-1,
.tpl .bg-primary .heading-1,
.tpl .context-dark .heading-2,
.tpl .bg-gray-700 .heading-2,
.tpl .bg-primary .heading-2,
.tpl .context-dark .heading-3,
.tpl .bg-gray-700 .heading-3,
.tpl .bg-primary .heading-3,
.tpl .context-dark .heading-4,
.tpl .bg-gray-700 .heading-4,
.tpl .bg-primary .heading-4,
.tpl .context-dark .heading-5,
.tpl .bg-gray-700 .heading-5,
.tpl .bg-primary .heading-5,
.tpl .context-dark .heading-6,
.tpl .bg-gray-700 .heading-6,
.tpl .bg-primary .heading-6 {
  color: #ffffff;
}
.tpl a:focus,
.tpl button:focus {
  outline: none !important;
}
.tpl button::-moz-focus-inner {
  border: 0;
}
.tpl *:focus {
  outline: none;
}
.tpl blockquote {
  padding: 0;
  margin: 0;
}
.tpl input,
.tpl button,
.tpl select,
.tpl textarea {
  outline: none;
  background-color: transparent;
  border: none;
}
.tpl label {
  margin-bottom: 0;
}
.tpl p {
  margin: 0;
}
.tpl ul,
.tpl ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tpl ul li {
  display: block;
}
.tpl dl {
  margin: 0;
}
.tpl dt,
.tpl dd {
  line-height: inherit;
}
.tpl dt {
  font-weight: inherit;
}
.tpl dd {
  margin-bottom: 0;
}
.tpl cite {
  font-style: normal;
}
.tpl form {
  margin-bottom: 0;
}
.tpl blockquote {
  padding-left: 0;
  border-left: 0;
}
.tpl address {
  margin-top: 0;
  margin-bottom: 0;
}
.tpl figure {
  margin-bottom: 0;
}
.tpl p a:hover {
  text-decoration: none;
}
.tpl .icon {
  display: inline-block;
  text-align: center;
}
.tpl .icon-short-code {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tpl .icon-short-code .icon {
  color: #AA375A;
  font-size: 30px;
  width: 60px;
  height: 60px;
}
.tpl .icon-short-code .box__body {
  color: #262032;
  text-align: left;
  font-size: 18px;
}
.tpl .icon-short-code .box__body span {
  font-size: 12px;
  display: block;
  color: #616161;
}
.tpl .icon-xs {
  width: 60px;
  height: 60px;
  line-height: 56px;
  font-size: 28px;
  border-width: 2px;
}
.tpl .icon-sm {
  line-height: inherit;
  font-size: 30px;
}
.tpl .icon-md {
  line-height: inherit;
  font-size: 35px;
  border-width: 2px;
}
.tpl .icon-lg {
  line-height: inherit;
  font-size: 70px;
  border-width: 2px;
}
.tpl .icon-xl {
  line-height: 96px;
  font-size: 74px;
  border-width: 2px;
}
.tpl .icon-xxl {
  line-height: 1.2;
  font-size: 127px;
  border-width: 2px;
}
@media (max-width: 991px) {
  .tpl .icon-xxl {
    font-size: 90px;
  }
}
.tpl .icon-default {
  color: #262032;
  border-color: transparent;
}
.tpl .icon-primary {
  color: #AA375A;
}
.tpl .icon-light {
  color: #c5d4dc;
}
.tpl a.icon-primary:hover {
  color: #262032;
}
.tpl .icon-xs.fa-facebook,
.tpl .icon-sm.fa-facebook,
.tpl .icon-md.fa-facebook,
.tpl .icon-lg.fa-facebook,
.tpl .icon-xl.fa-facebook {
  color: #FFF;
  background: #3B579D;
}
.tpl .icon-xs.fa-facebook:hover,
.tpl .icon-sm.fa-facebook:hover,
.tpl .icon-md.fa-facebook:hover,
.tpl .icon-lg.fa-facebook:hover,
.tpl .icon-xl.fa-facebook:hover {
  background: #344d8a;
}
.tpl .icon-xs.fa-twitter,
.tpl .icon-sm.fa-twitter,
.tpl .icon-md.fa-twitter,
.tpl .icon-lg.fa-twitter,
.tpl .icon-xl.fa-twitter {
  color: #FFF;
  background: #5EA9DD;
}
.tpl .icon-xs.fa-twitter:hover,
.tpl .icon-sm.fa-twitter:hover,
.tpl .icon-md.fa-twitter:hover,
.tpl .icon-lg.fa-twitter:hover,
.tpl .icon-xl.fa-twitter:hover {
  background: #499ed9;
}
.tpl .icon-xs.fa-google-plus,
.tpl .icon-sm.fa-google-plus,
.tpl .icon-md.fa-google-plus,
.tpl .icon-lg.fa-google-plus,
.tpl .icon-xl.fa-google-plus {
  color: #FFF;
  background: #DF4A32;
}
.tpl .icon-xs.fa-google-plus:hover,
.tpl .icon-sm.fa-google-plus:hover,
.tpl .icon-md.fa-google-plus:hover,
.tpl .icon-lg.fa-google-plus:hover,
.tpl .icon-xl.fa-google-plus:hover {
  background: #d63a21;
}
.tpl .icon-circle-md-primary {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #AA375A;
  color: #fff;
}
.tpl h1,
.tpl h2,
.tpl h3,
.tpl h4,
.tpl h5,
.tpl h6,
.tpl .heading-1,
.tpl .heading-2,
.tpl .heading-3,
.tpl .heading-4,
.tpl .heading-5,
.tpl .heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #262032;
}
.tpl h1 a,
.tpl h2 a,
.tpl h3 a,
.tpl h4 a,
.tpl h5 a,
.tpl h6 a,
.tpl .heading-1 a,
.tpl .heading-2 a,
.tpl .heading-3 a,
.tpl .heading-4 a,
.tpl .heading-5 a,
.tpl .heading-6 a {
  color: inherit;
}
.tpl h1 a:hover,
.tpl h2 a:hover,
.tpl h3 a:hover,
.tpl h4 a:hover,
.tpl h5 a:hover,
.tpl h6 a:hover,
.tpl .heading-1 a:hover,
.tpl .heading-2 a:hover,
.tpl .heading-3 a:hover,
.tpl .heading-4 a:hover,
.tpl .heading-5 a:hover,
.tpl .heading-6 a:hover {
  color: #AA375A;
}
.tpl h1,
.tpl .heading-1 {
  font-size: 32px;
  line-height: 1.5;
  color: #34495e;
}
@media (min-width: 1200px) {
  .tpl h1,
  .tpl .heading-1 {
    font-size: 47px;
    line-height: 1.44681;
  }
}
.tpl h2,
.tpl .heading-2 {
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .tpl h2,
  .tpl .heading-2 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.tpl h3,
.tpl .heading-3 {
  /* md changed to h4 size */
  /*font-size: 24px;
        line-height: 1.5;*/
  font-size: 22px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .tpl h3,
  .tpl .heading-3 {
    /* md changed to h4 size */
    /*font-size: 34px;
            line-height: 1.41176;*/
    font-size: 24px;
    line-height: 1.25;
  }
}
.tpl h4,
.tpl .heading-4 {
  font-size: 22px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .tpl h4,
  .tpl .heading-4 {
    font-size: 24px;
    line-height: 1.25;
  }
}
.tpl h5,
.tpl .heading-5 {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .tpl h5,
  .tpl .heading-5 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.tpl h5 small,
.tpl .heading-5 small {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  font-family: Lato, sans-serif;
  margin-top: 5px;
  color: #616161;
  display: block;
}
.tpl h6,
.tpl .heading-6 {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .tpl h6,
  .tpl .heading-6 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.tpl small,
.tpl .small {
  font-size: 12px;
  line-height: 1.5;
}
.tpl mark,
.tpl .mark {
  padding: 3px 5px;
  color: #ffffff;
  background: #AA375A;
}
.tpl .big {
  font-size: 18px;
  line-height: 1.55556;
}
.tpl .lead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.tpl .lead.big {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #546e7a;
}
@media (min-width: 1200px) {
  .tpl .lead.big {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (max-width: 991px) {
  .tpl .lead.big {
    font-size: 18px;
    line-height: 25px;
  }
}
.tpl code {
  padding: 10px 5px;
  border-radius: 0.2rem;
  font-size: 90%;
  color: #111111;
  background: #edeff4;
}
.tpl p [data-toggle='tooltip'] {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: #AA375A;
}
.tpl p [style*='max-width'] {
  display: inline-block;
}
.tpl ::selection {
  background: #AA375A;
  color: #ffffff;
}
.tpl ::-moz-selection {
  background: #AA375A;
  color: #ffffff;
}
.tpl .big {
  font-size: 16px;
}
.tpl [class*='fa-']:before,
.tpl [class*='fa-']:after {
  font-family: "FontAwesome";
}
.tpl [class*='glyphicon'] {
  font-family: 'Glyphicons Halflings';
}
.tpl [class*='glyphicon']:before {
  font-family: inherit;
}
.tpl .font-secondary {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .font-base {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .text-light-clr {
  color: #cbcbc9;
}
.tpl .text-darker-clr {
  color: #252525;
}
.tpl .text-dark-variant {
  color: #343842;
}
.tpl .text-dark-variant-2 {
  color: #546e7a;
}
.tpl .text-dark-variant-3 {
  color: #455a64;
}
.tpl .text-dark-variant-4 {
  color: #34495e;
}
.tpl .zoomLens,
.tpl .zoomWindowContainer,
.tpl .zoomContainer {
  z-index: 2;
}
.tpl blockquote {
  margin: 0;
}
.tpl blockquote.quote {
  display: inline-block;
  font-style: normal;
  color: #565452;
  font-size: 15px;
  background: #f5f5f5;
  padding: 17px 27px;
}
.tpl blockquote.quote cite {
  display: block;
  color: #a7b0b4;
  font-style: normal;
  margin-top: 35px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
}
@media (min-width: 768px) {
  .tpl blockquote.quote cite {
    padding-left: 57px;
  }
  .tpl blockquote.quote cite:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    border-bottom: 1px solid;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.tpl blockquote.quote-2 {
  padding-left: 15px;
  padding-right: 15px;
}
.tpl blockquote.quote-2 h6 cite {
  font-style: normal;
}
.tpl blockquote.quote-2 p + p {
  margin-top: 23px;
  line-height: 25px;
}
.tpl blockquote.quote-2 h6 + * {
  margin-top: 4px;
  letter-spacing: 0.12em;
}
.tpl blockquote.quote-2 * + h6 {
  margin-top: 18px;
}
.tpl .blockquote-reverse,
.tpl blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
  text-align: right;
}
.tpl .blockquote-reverse footer:before,
.tpl .blockquote-reverse small:before,
.tpl .blockquote-reverse .small:before,
.tpl blockquote.pull-right footer:before,
.tpl blockquote.pull-right small:before,
.tpl blockquote.pull-right .small:before {
  content: '';
}
.tpl .blockquote-reverse footer:after,
.tpl .blockquote-reverse small:after,
.tpl .blockquote-reverse .small:after,
.tpl blockquote.pull-right footer:after,
.tpl blockquote.pull-right small:after,
.tpl blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.tpl .text-light-clr {
  color: #a7b0b4;
}
.tpl .button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 18px 56px;
  font-size: 17px;
  line-height: 1.25;
  border: 3px solid;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
}
.tpl .button-block {
  display: block;
  width: 100%;
}
.tpl .button-default,
.tpl .button-default:focus {
  color: #252525;
  background-color: transparent;
  border-color: #cccccc;
}
.tpl .button-default:hover,
.tpl .button-default:active {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .button-default.button-ujarak::before {
  background: #AA375A;
}
.tpl .button-gray-100,
.tpl .button-gray-100:focus {
  color: #151515;
  background-color: #edeff4;
  border-color: #edeff4;
}
.tpl .button-gray-100:hover,
.tpl .button-gray-100:active {
  color: #151515;
  background-color: #dde1ea;
  border-color: #dde1ea;
}
.tpl .button-gray-100.button-ujarak::before {
  background: #dde1ea;
}
.tpl .button-primary,
.tpl .button-primary:focus {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .button-primary:hover,
.tpl .button-primary:active {
  color: #AA375A;
  background-color: transparent;
  border-color: #AA375A;
}
.tpl .button-primary.button-ujarak::before {
  background: transparent;
}
.tpl .button-success,
.tpl .button-success:focus {
  color: #ffffff;
  background-color: #00b06c;
  border-color: #00b06c;
}
.tpl .button-success:hover,
.tpl .button-success:active {
  color: #00b06c;
  background-color: transparent;
  border-color: #00b06c;
}
.tpl .button-success.button-ujarak::before {
  background: transparent;
}
.tpl .button-default-outline,
.tpl .button-default-outline:focus {
  color: #252525;
  background-color: transparent;
  border-color: #2c343b;
}
.tpl .button-default-outline:hover,
.tpl .button-default-outline:active {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .button-default-outline.button-ujarak::before {
  background: #AA375A;
}
.tpl .button-ghost {
  border: 0;
  background-color: transparent;
}
.tpl .button-ghost:hover {
  color: #ffffff;
  background: #AA375A;
}
.tpl .button-facebook,
.tpl .button-facebook:focus {
  color: #ffffff;
  background-color: #4d70a8;
  border-color: #4d70a8;
}
.tpl .button-facebook:hover,
.tpl .button-facebook:active {
  color: #ffffff;
  background-color: #456497;
  border-color: #456497;
}
.tpl .button-facebook.button-ujarak::before {
  background: #456497;
}
.tpl .button-twitter,
.tpl .button-twitter:focus {
  color: #ffffff;
  background-color: #02bcf3;
  border-color: #02bcf3;
}
.tpl .button-twitter:hover,
.tpl .button-twitter:active {
  color: #ffffff;
  background-color: #02a8da;
  border-color: #02a8da;
}
.tpl .button-twitter.button-ujarak::before {
  background: #02a8da;
}
.tpl .button-google,
.tpl .button-google:focus {
  color: #ffffff;
  background-color: #e2411e;
  border-color: #e2411e;
}
.tpl .button-google:hover,
.tpl .button-google:active {
  color: #ffffff;
  background-color: #cc3a1a;
  border-color: #cc3a1a;
}
.tpl .button-google.button-ujarak::before {
  background: #cc3a1a;
}
.tpl .button-shadow {
  box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}
.tpl .button-shadow.button:hover {
  box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}
.tpl .button-shadow.button:focus,
.tpl .button-shadow.button:active {
  box-shadow: none;
}
.tpl .button-ujarak {
  position: relative;
  z-index: 0;
  transition: background 0.4s, border-color 0.4s, color 0.4s;
}
.tpl .button-ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #AA375A;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
}
.tpl .button-ujarak,
.tpl .button-ujarak::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.tpl .button-ujarak:hover {
  transition: background 0.4s 0.4s, border-color 0.4s 0s, color 0.2s 0s;
}
.tpl .button-ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.tpl .button-xs {
  padding: 8px 20px;
  font-size: 12px;
  line-height: 24px;
}
.tpl button.button-xs[type='submit'],
.tpl .button-group-xs > button[type='submit'].button {
  font-size: 15px;
  line-height: 27px;
}
.tpl .button-sm {
  padding: 13px 41px;
  font-size: 16px;
  line-height: 24px;
}
.tpl .button-lg {
  padding: 26px 73px;
  font-size: 18px;
  line-height: 1.5;
}
.tpl .button-xl {
  padding: 16px 50px;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .tpl .button-xl {
    padding: 20px 80px;
  }
}
.tpl .button-circle {
  border-radius: 30px;
}
.tpl .button-round-1 {
  border-radius: 5px;
}
.tpl .button-round-2 {
  border-radius: 10px;
}
.tpl .btn-primary {
  border-radius: 3px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: 0.33s;
}
.tpl .btn-primary,
.tpl .btn-primary:active,
.tpl .btn-primary:focus {
  color: #ffffff;
  background: #AA375A;
  border-color: #AA375A;
}
.tpl .btn-primary:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.tpl .button-variant-1 {
  border-width: 2px;
  font-size: 15px;
}
.tpl .button-min-width {
  min-width: 165px;
}
.tpl .button-elements-group * + .button {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .tpl .button-elements-group * + .button {
    margin-top: 0;
    margin-left: 2.5vw;
  }
}
@media (min-width: 992px) {
  .tpl .button-elements-group-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.tpl .button-elements-group-2 .button {
  margin: 5px;
}
.tpl .button-icon-left span.icon {
  margin-right: 15px;
  line-height: inherit;
  position: relative;
  bottom: -2px;
}
.tpl .button-icon-left.button-xs span.icon {
  margin-right: 10px;
}
.tpl .button-icon-right span.icon {
  margin-left: 15px;
  line-height: inherit;
  position: relative;
  bottom: -2px;
}
.tpl .button-icon-right.button-xs span.icon {
  margin-left: 10px;
}
.tpl .button-shadow {
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}
.tpl .button-icon-right.button,
.tpl .button-icon-left.button {
  padding-left: 34px;
  padding-right: 34px;
}
.tpl .button-icon-right.button span.icon,
.tpl .button-icon-left.button span.icon {
  font-size: 26px;
}
.tpl .button-icon-right.button-sm,
.tpl .button-icon-left.button-sm {
  padding-left: 28px;
  padding-right: 28px;
}
.tpl .button-icon-right.button-sm span.icon,
.tpl .button-icon-left.button-sm span.icon {
  font-size: 24px;
}
.tpl .button-icon-right.button-lg,
.tpl .button-icon-left.button-lg {
  padding-left: 44px;
  padding-right: 44px;
}
.tpl .button-icon-right.button-lg span.icon,
.tpl .button-icon-left.button-lg span.icon {
  font-size: 28px;
}
.tpl .button-icon-right.button-xs,
.tpl .button-icon-left.button-xs {
  padding-left: 18px;
  padding-right: 18px;
}
.tpl .button-icon-right.button-xs span.icon,
.tpl .button-icon-left.button-xs span.icon {
  font-size: 21px;
}
.tpl .button-link {
  position: relative;
  color: #AA375A;
  font-weight: normal;
  border-radius: 0;
  font-size: 12px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.tpl .button-link:hover {
  color: #111111;
}
.tpl .jumbotron {
  padding: 0 15px;
  margin-bottom: 0;
  color: #38424a;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  background-color: transparent;
}
.tpl .jumbotron .rd-parallax-inner {
  overflow: visible;
}
.tpl .jumbotron h1,
.tpl .jumbotron .h1 {
  color: #252525;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-size: 30px;
}
.tpl .jumbotron h1 small,
.tpl .jumbotron .h1 small {
  color: #38424a;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .tpl .jumbotron h1 small,
  .tpl .jumbotron .h1 small {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .tpl .jumbotron h1,
  .tpl .jumbotron .h1 {
    font-size: 35px;
  }
}
@media (min-width: 1199px) {
  .tpl .jumbotron h1,
  .tpl .jumbotron .h1 {
    font-size: 58px;
  }
  .tpl .jumbotron h1 small,
  .tpl .jumbotron .h1 small {
    font-size: 21px;
  }
}
.tpl .jumbotron p.big {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 768px) {
  .tpl .jumbotron p.big {
    font-size: 18px;
  }
}
@media (min-width: 1199px) {
  .tpl .jumbotron p.big {
    font-size: 30px;
    line-height: 50px;
  }
}
.tpl .jumbotron .button.button-sm {
  padding: 12px 26px;
}
.tpl .jumbotron * + .button-group-variant {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .tpl .jumbotron * + .button-group-variant {
    margin-top: 60px;
  }
}
.tpl .jumbotron .button + .button {
  margin-top: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tpl .jumbotron .button {
    display: block;
    width: 100%;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .tpl .jumbotron .button + .button {
    margin-top: 20px;
    margin-left: auto;
  }
}
.tpl .jumbotron > hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.tpl .container .jumbotron,
.tpl .container-fluid .jumbotron {
  border-radius: 0.3rem;
  padding-left: 15px;
  padding-right: 15px;
}
.tpl .jumbotron .container {
  max-width: 100%;
}
.tpl .jumbotron .button {
  display: inline-block;
  border: 2px solid transparent;
  font-size: 15px;
}
.tpl .jumbotron .button-default {
  border-color: rgba(0, 0, 0, 0.3);
}
.tpl .jumbotron .button-default:hover {
  border: 2px solid #AA375A;
}
.tpl .jumbotron .button-primary:hover {
  border: 2px solid #AA375A;
}
.tpl .jumbotron .no-offset {
  margin-top: 0;
}
.tpl * + .jumbotron .no-offset {
  margin-top: 0;
}
.tpl .jumbotron.margin-large {
  margin-top: 200px;
}
.tpl .well {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .tpl .well-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .tpl .well-sm {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}
.tpl .well-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .tpl .well-xl {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.tpl .well-xl-variant-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tpl .well-inset {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .tpl .well-inset-2 {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .tpl .well-inset-3 {
    padding-bottom: 160px;
  }
}
.tpl .well-parallax {
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .tpl .ie-11 .well-parallax {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .tpl .well-parallax {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
.tpl .well-parallax.jumbotron {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .tpl .well-parallax.jumbotron .btn {
    display: block;
  }
}
.tpl .well-sm-variant-1 {
  padding-top: 5px;
  padding-bottom: 27px;
}
.tpl .well-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .tpl .well-sm-variant-1 {
    padding-top: 25px;
    padding-bottom: 70px;
  }
  .tpl .well-xl {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.tpl .well-xl-variant-1 {
  padding-top: 130px;
  padding-bottom: 63px;
}
.tpl .thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.tpl .thumbnail .caption {
  margin-top: 20px;
  font-size: 16px;
}
.tpl .thumbnail .caption p.small.text-uppercase {
  letter-spacing: 0.12em;
}
.tpl .thumbnail .caption p + * {
  margin-top: 17px;
}
.tpl .thumbnail .caption h4 + * {
  margin-top: 16px;
}
.tpl .thumbnail .caption.offset-1 {
  margin-top: 35px;
}
.tpl a.thumbnail:hover,
.tpl a.thumbnail:focus,
.tpl a.thumbnail.active {
  border-color: #616161;
}
.tpl .thumbnail-3 {
  max-width: 270px;
}
@media (max-width: 991px) {
  .tpl .thumbnail-4 {
    max-width: 370px;
  }
}
@media (max-width: 991px) {
  .tpl .thumbnail-6 {
    max-width: 570px;
  }
}
.tpl .thumbnail-variant-2 {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: #000;
}
.tpl .thumbnail-variant-2 > a {
  display: block;
}
.tpl .thumbnail-variant-2.width_20 {
  width: 100%;
}
@media (min-width: 576px) {
  .tpl .thumbnail-variant-2.width_20 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tpl .thumbnail-variant-2.width_20 {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .tpl .thumbnail-variant-2.width_20 {
    width: 20%;
  }
}
.tpl .thumbnail-variant-2.width_40 {
  width: 100%;
}
@media (min-width: 576px) {
  .tpl .thumbnail-variant-2.width_40 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tpl .thumbnail-variant-2.width_40 {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .tpl .thumbnail-variant-2.width_40 {
    width: 40%;
  }
}
.tpl .thumbnail-variant-2 .icon {
  position: absolute;
  opacity: 0;
  top: 19%;
  left: 50%;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tpl .thumbnail-variant-2 .icon.text-white:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.tpl .thumbnail-variant-2 h4 {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  transition: 0.8s;
  font-size: 28px;
  min-width: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0.02em;
  line-height: 1.28571;
  font-weight: 700;
}
.tpl .thumbnail-variant-2 h4 small {
  margin-top: 20px;
  display: block;
  color: inherit;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .tpl .thumbnail-variant-2 h4 {
    font-size: 19px;
  }
  .tpl .thumbnail-variant-2 h4 small {
    font-size: 10px;
  }
}
.tpl .thumbnail-variant-2 a:hover {
  color: #d0edfb;
}
.tpl .thumbnail-variant-2 .caption {
  transition: 0.4s;
  position: absolute;
  background: rgba(20, 165, 235, 0.58);
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.tpl .thumbnail-variant-2:hover .caption,
.tpl .tablet .thumbnail-variant-2 .caption,
.tpl .mobile .thumbnail-variant-2 .caption {
  opacity: 1;
}
.tpl .thumbnail-variant-2:hover h4,
.tpl .tablet .thumbnail-variant-2 h4,
.tpl .mobile .thumbnail-variant-2 h4 {
  top: 39%;
  opacity: 1;
}
@media (max-width: 1400px) {
  .tpl .thumbnail-variant-2:hover h4,
  .tpl .tablet .thumbnail-variant-2 h4,
  .tpl .mobile .thumbnail-variant-2 h4 {
    top: 42%;
  }
}
.tpl .thumbnail-variant-2:hover .icon,
.tpl .tablet .thumbnail-variant-2 .icon,
.tpl .mobile .thumbnail-variant-2 .icon {
  opacity: 1;
}
.tpl .thumb > img {
  width: 100%;
  will-change: transform;
}
.tpl a.thumb img {
  transition: 0.5s;
}
.tpl a.thumb:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tpl .badge {
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #AA375A;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.08em;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .badge:before {
  font-family: "FontAwesome";
  color: #a7b0b4;
  padding-right: 5px;
  font-size: 16px;
  left: 0;
  top: 0;
}
.tpl a.badge:hover,
.tpl a.badge:focus {
  color: #252525;
  text-decoration: none;
  cursor: pointer;
}
.tpl .list > li + li {
  margin-top: 10px;
}
.tpl .list-xs > li + li {
  margin-top: 5px;
}
.tpl .list-sm > li + li {
  margin-top: 10px;
}
.tpl .list-md > li + li {
  margin-top: 18px;
}
.tpl .list-lg > li + li {
  margin-top: 25px;
}
.tpl .list-xl > li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .tpl .list-xl > li + li {
    margin-top: 60px;
  }
}
.tpl .list-inline > li {
  display: inline-block;
}
.tpl .list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.tpl .list-inline-2 > li + li {
  margin-left: 23px;
}
@media (min-width: 1200px) {
  .tpl .list-inline-2 > li + li {
    margin-left: 43px;
  }
}
.tpl .list-inline-2 > li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #343842;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.02em;
}
.tpl .list-inline.list-inline-3 li a {
  font-size: 26px;
  color: #b9bcc1;
}
.tpl .list-inline.list-inline-3 li a:hover {
  color: #AA375A;
}
.tpl .list-inline-md {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -10px;
  margin-right: -10px;
}
.tpl .list-inline-md > * {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .tpl .list-inline-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tpl .list-inline-md > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tpl .list-terms dt + dd {
  margin-top: 5px;
}
.tpl .list-terms dd + dt {
  margin-top: 25px;
}
.tpl * + .list-terms {
  margin-top: 25px;
}
.tpl .index-list {
  counter-reset: li;
}
.tpl .index-list > li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}
.tpl .list-marked {
  padding-left: 25px;
  text-align: left;
}
.tpl .list-marked > li {
  text-indent: -25px;
  padding-left: 25px;
}
.tpl .list-marked > li::before {
  position: relative;
  display: inline-block;
  left: 25px;
  top: -1px;
  min-width: 25px;
  content: '\f105';
  font: 400 14px/24px 'FontAwesome';
  color: #cbcbc9;
}
.tpl .list-marked > li + li {
  margin-top: 4px;
}
.tpl * + .list-marked {
  margin-top: 15px;
}
.tpl p + .list-marked {
  margin-top: 10px;
}
.tpl .list-ordered {
  counter-reset: li;
  padding-left: 25px;
  text-align: left;
}
.tpl .list-ordered > li {
  position: relative;
  padding-left: 25px;
}
.tpl .list-ordered > li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  color: #cbcbc9;
}
.tpl .list-ordered > li + li {
  margin-top: 10px;
}
.tpl * + .list-ordered {
  margin-top: 15px;
}
.tpl address.contact-block dl dt + dd {
  margin-top: 8px;
}
.tpl address.contact-block dl dd + dt {
  margin-top: 35px;
}
.tpl address.contact-block dl + * {
  margin-top: 15px;
}
.tpl .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.tpl .list-unstyled > li {
  text-transform: uppercase;
  color: #a7b0b4;
  font-size: 14px;
  border-top: 1px solid rgba(167, 176, 180, 0.3);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 12px 5px;
}
.tpl .list-unstyled > li:last-child {
  padding: 0;
}
.tpl .list-unstyled > li:last-child .link {
  display: block;
  padding: 12px 5px;
  background: #4e5673;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tpl .list-unstyled > li:last-child .link:hover {
  background: #AA375A;
}
.tpl .list-unstyled-2 {
  padding-left: 0;
  list-style: none;
}
.tpl .list-unstyled-2 > li {
  font-size: 16px;
}
.tpl .breadcrumb {
  justify-content: center;
  padding: 22px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
}
.tpl .breadcrumb .active {
  color: #a7b0b4;
}
.tpl .breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 17px;
  color: #ccc;
}
.tpl .table-custom {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background: #ffffff;
  border-collapse: collapse;
}
.tpl .table-custom th,
.tpl .table-custom td {
  color: #2c343b;
}
.tpl .table-custom th {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #d7d7d7;
}
@media (max-width: 991px) {
  .tpl .table-custom th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tpl .table-custom td {
  padding: 12px 15px;
}
.tpl .table-custom tbody tr:first-child td {
  border-top: 0;
}
.tpl .table-custom tr td {
  border-bottom: 1px solid #cccccc;
}
.tpl .table-custom tfoot td {
  font-weight: 700;
}
.tpl * + .table-custom-responsive {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .tpl * + .table-custom-responsive {
    margin-top: 40px;
  }
}
.tpl .table-custom.table-custom-primary thead th {
  color: #ffffff;
  background: #AA375A;
  border: 0;
}
.tpl .table-custom.table-custom-primary tbody tr:hover td {
  background: #d7d7d7;
}
.tpl .table-custom.table-custom-bordered tr td:first-child {
  border-left: 0;
}
.tpl .table-custom.table-custom-bordered tr td:last-child {
  border-right: 0;
}
.tpl .table-custom.table-custom-bordered td {
  border: 1px solid #cccccc;
}
.tpl .table-custom.table-custom-bordered tbody > tr:first-of-type > td {
  border-top: 0;
}
.tpl .table-custom.table-custom-striped {
  border-bottom: 1px solid #cccccc;
}
.tpl .table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
  background: transparent;
}
.tpl .table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
  background: #d7d7d7;
}
.tpl .table-custom.table-custom-striped tbody td {
  border: 0;
}
.tpl .table-custom.table-custom-striped tfoot td:not(:first-child) {
  border-left: 0;
}
@media (max-width: 991px) {
  .tpl .table-custom-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .tpl .table-custom-responsive.table-bordered {
    border: 0;
  }
}
.tpl .table-striped-odd tr {
  vertical-align: middle;
}
.tpl .table-striped-odd .text-light-clr {
  color: #a7b0b4;
}
.tpl .table-striped-odd > tbody > tr td {
  border: none;
}
.tpl .table-striped-odd > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.tpl .group {
  margin-bottom: -20px;
  margin-left: -15px;
}
.tpl .group:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.tpl .group > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
}
.tpl .group-sm {
  margin-bottom: -10px;
  margin-left: -10px;
}
.tpl .group-sm:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.tpl .group-sm > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
.tpl .group-xl {
  margin-bottom: -20px;
  margin-left: -30px;
}
.tpl .group-xl:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.tpl .group-xl > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
}
@media (min-width: 992px) {
  .tpl .group-xl {
    margin-bottom: -20px;
    margin-left: -45px;
  }
  .tpl .group-xl > * {
    margin-bottom: 20px;
    margin-left: 45px;
  }
}
.tpl .group-middle {
  display: inline-flex;
  align-items: center;
}
.tpl .group-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
}
.tpl .group-custom > * {
  flex: 0 1 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .tpl .group-custom {
    flex-wrap: nowrap;
  }
  .tpl .group-custom > * {
    flex: 1 1 auto;
  }
}
.tpl * + .group-sm {
  margin-top: 30px;
}
.tpl * + .group-xl {
  margin-top: 20px;
}
.tpl .pagination {
  font-size: 0;
  line-height: 0;
  margin-bottom: -10px;
  margin-left: -10px;
  padding-bottom: 40px;
}
.tpl .pagination:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.tpl .pagination > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
.tpl .page-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.tpl .page-item:first-child .page-link {
  border-radius: 4px;
}
.tpl .page-item:last-child .page-link {
  border-radius: 4px;
}
.tpl .page-link {
  display: inline-block;
  min-width: 50px;
  padding: 10px 10px;
  border: 3px solid #cccccc;
  font-size: 20px;
  font-weight: normal;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  background-color: #ffffff;
  color: #252525;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.tpl .page-link:hover,
.tpl .page-link:focus,
.tpl .page-link:active {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .page-item.active > .page-link,
.tpl .page-item.active > .page-link:hover,
.tpl .page-item.active > .page-link:focus,
.tpl .page-item.active > .page-link:active {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.15);
}
.tpl .page-item.disabled > .page-link,
.tpl .page-item.disabled > .page-link:hover,
.tpl .page-item.disabled > .page-link:focus,
.tpl .page-item.disabled > .page-link:active {
  color: #ffffff;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.tpl .page-item-control .icon::before {
  font-family: 'FontAwesome';
  font-size: 11px;
  line-height: 24px;
}
.tpl .page-item-control:first-child .icon::before {
  content: '\f053';
  margin-left: -1px;
}
.tpl .page-item-control:last-child .icon::before {
  content: '\f054';
  margin-right: -1px;
}
.tpl .comments blockquote {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.tpl .comments blockquote p {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .comments blockquote * + p {
  margin-top: 15px;
}
.tpl .comments .box__body {
  padding: 20px 42px 25px 30px;
  position: relative;
  width: 100%;
  box-shadow: 0 9px 71px 0 rgba(0, 0, 0, 0.1);
}
.tpl .comments .box__body h6 {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.tpl .comments .box__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 11px solid #fff;
}
@media (min-width: 768px) {
  .tpl .comments .box__body:before {
    left: -10px;
    top: 40px;
    border-right: 11px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.tpl .comments .box__body:after {
  content: '\f112';
  position: absolute;
  right: 20px;
  top: 18px;
  color: #c9d0d4;
  font-size: 19px;
  font-family: "FontAwesome";
}
.tpl .comments .box__body.comments-rating .rating + * {
  margin-left: 0;
}
.tpl .comments .box__body.comments-rating * + .rating {
  margin-left: 20px;
}
@media (max-width: 550px) {
  .tpl .comments .box__body.comments-rating * + .rating {
    margin-left: 0;
    display: block;
    float: none !important;
  }
}
.tpl .comments .box__body.comments-rating:after {
  display: none;
}
.tpl .comments .back-comment {
  width: 89%;
  position: relative;
}
.tpl .product {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.tpl .product .caption {
  margin-top: 15px;
}
.tpl .product .caption h6 {
  color: #455a64;
}
.tpl .product .caption .price + .price {
  margin-left: 15px;
}
.tpl .product.tumbnail {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0);
  transition: 0.3s linear;
  padding-top: 0;
}
.tpl .product.tumbnail:hover {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
.tpl .single-product span {
  display: inline-block;
}
.tpl .single-product .rating .fa-star,
.tpl .single-product .rating .fa-star-o {
  font-size: 16px;
  color: #f7d4a0;
  margin-left: 2px;
}
.tpl .single-product .rating + * {
  margin-left: 15px;
}
.tpl .single-product h1.h1-variant-2 {
  margin-bottom: 20px;
}
.tpl .single-product .caption:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.tpl .single-product .caption span {
  display: inline-block;
  vertical-align: middle;
}
.tpl .single-product .caption .price {
  font-weight: 400;
}
.tpl .single-product .caption .price.sale {
  color: #e75854;
  font-size: 33px;
}
.tpl .single-product .caption * + .price {
  margin-left: 10.8%;
}
@media (max-width: 1199px) {
  .tpl .single-product .caption * + .price {
    margin-left: 7.8%;
  }
}
.tpl .single-product .caption * + .quantity {
  margin-left: 26px;
}
.tpl .single-product .caption .info-list {
  border-bottom: 1px solid #f3f3ed;
  border-top: 1px solid #f3f3ed;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: left;
}
.tpl .single-product .caption .info-list dt,
.tpl .single-product .caption .info-list dd {
  display: inline-block;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tpl .single-product .caption .info-list dt {
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #a7b0b4;
  width: 35%;
  text-transform: uppercase;
}
.tpl .single-product .caption .info-list dd {
  font-size: 15px;
  color: #565452;
  width: 62.5%;
}
.tpl .single-product .caption .share span.small {
  margin-top: 9px;
}
@media (max-width: 991px) {
  .tpl .single-product .caption .share span.small {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tpl .single-product .table-mobile tr {
    padding-top: 0;
  }
  .tpl .single-product .table-mobile tr:before {
    display: none;
  }
}
.tpl .price {
  display: inline-block;
  font-size: 15px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2b2f3e;
}
.tpl .price.sale {
  color: #e75854;
}
.tpl .price del {
  color: #b0bec5;
}
.tpl .quantity {
  text-align: center;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  background: #eceff1;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 82px;
  height: auto;
  display: inline-block;
}
.tpl .quantity span {
  display: inline-block;
}
.tpl .quantity .num {
  width: 26px;
}
.tpl .quantity [class*='fa-'] {
  padding-top: 4px;
  width: 22px;
  padding-bottom: 4px;
  color: #b0bec5;
  cursor: pointer;
}
.tpl .quantity [class*='fa-']:hover {
  color: #455a64;
}
.tpl .shop-cart .table-responsive .table.order {
  margin-bottom: 35px;
}
.tpl .shop-cart .table-responsive .table.order tr td {
  vertical-align: middle;
  padding-top: 29px;
  padding-bottom: 29px;
}
.tpl .shop-cart .table-responsive .table.order tr td img {
  min-width: 40px;
}
@media (max-width: 767px) {
  .tpl .shop-cart .table-responsive .table.order colgroup {
    width: auto;
  }
  .tpl .shop-cart .table-responsive .table.order colgroup col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tpl .shop-cart .table-responsive .table.order tr td,
  .tpl .shop-cart .table-responsive .table.order tr th {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #f3f3ed;
    border-right: 1px solid #f3f3ed;
    white-space: normal;
  }
  .tpl .shop-cart .table-responsive .table.order tr td h6,
  .tpl .shop-cart .table-responsive .table.order tr th h6 {
    font-size: 12px;
    min-width: 113px;
  }
  .tpl .shop-cart .table-responsive .table.order tr td .price,
  .tpl .shop-cart .table-responsive .table.order tr th .price {
    font-size: 11px;
  }
  .tpl .shop-cart .table-responsive .table.order tr td .quantity,
  .tpl .shop-cart .table-responsive .table.order tr th .quantity {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 62px;
  }
  .tpl .shop-cart .table-responsive .table.order tr td .quantity .num,
  .tpl .shop-cart .table-responsive .table.order tr th .quantity .num {
    width: 16px;
  }
  .tpl .shop-cart .table-responsive .table.order tr td .quantity [class*='fa-'],
  .tpl .shop-cart .table-responsive .table.order tr th .quantity [class*='fa-'] {
    width: 16px;
  }
  .tpl .shop-cart .table-responsive .table.order tr th {
    font-size: 12px;
  }
}
.tpl .shop-cart .form-shop {
  display: flex;
  margin-bottom: -10px;
  flex-direction: column;
}
.tpl .shop-cart .form-shop > * {
  margin-bottom: 10px;
}
.tpl .shop-cart .form-shop .form-wrap .form-input {
  max-width: 100%;
  display: inline-block;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}
.tpl .shop-cart .form-shop .form-wrap .form-input,
.tpl .shop-cart .form-shop .form-wrap button {
  font-size: 14px;
}
@media (min-width: 576px) {
  .tpl .shop-cart .form-shop {
    flex-direction: row;
    justify-content: center;
  }
  .tpl .shop-cart .form-shop button {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .tpl .shop-cart .form-shop {
    justify-content: flex-start;
  }
}
.tpl .shop-cart .button-xs {
  font-size: 14px;
}
.tpl .shop-cart .table.cart-total {
  margin-top: 20px;
}
.tpl .shop-cart .table.cart-total .section-border {
  border-bottom: 1px solid #e3e3e3;
}
.tpl .shop-cart .table.cart-total th {
  font-weight: 400;
  text-transform: capitalize;
  border: none;
}
.tpl .shop-cart .table.cart-total th.total .price {
  font-size: 17px;
}
.tpl .checkout [class*='payment-'] {
  padding: 30px;
}
.tpl .checkout [class*='payment-'].section-border {
  border-bottom: 1px solid #e4e4e4;
}
.tpl .checkout .radio.inline-block + * {
  margin-left: 15px;
}
.tpl .checkout .image-wrapper {
  margin-top: 5px;
}
.tpl .checkout .image-wrapper img {
  transition: 0.2s;
}
.tpl .checkout .image-wrapper a:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.tpl .button-link.fa-angle-left {
  padding-left: 24px;
}
.tpl .button-link.fa-angle-left:before {
  content: "\f104";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 21px;
}
.tpl .button-link.fa-angle-right {
  padding-right: 24px;
}
.tpl .button-link.fa-angle-right:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 21px;
}
.tpl .page {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.tpl .page.fadeIn {
  animation-timing-function: ease-out;
}
.tpl .page.fadeOut {
  animation-timing-function: ease-in;
}
.tpl [data-x-mode] .page {
  opacity: 1;
}
.tpl.boxed {
  background: #edeff4 url(../images/bg-pattern-boxed.png) repeat fixed;
}
@media (min-width: 1630px) {
  .tpl.boxed .page {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
  }
  .tpl.boxed .rd-navbar-static {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .tpl.boxed .rd-navbar-static.rd-navbar--is-stuck {
    max-width: 1600px;
    width: 100%;
    left: calc(50% - 1600px);
    right: calc(50% - 1600px);
  }
}
.tpl .page-footer {
  border-top: 1px solid #ebebeb;
  /*
	* @section      Footer centered
	* @description  This section holds specific style redeclarations for some
	*               of common elements in page footer
	*/
  /*
	* @section      Footer minimal
	* @description  This section holds specific style redeclarations for some
	*               of common elements in page footer
	*/
  /*
	* @section      Footer widget
	* @description  This section holds specific style redeclarations for some
	*               of common elements in page footer
	*/
}
.tpl .page-footer h6 {
  font-size: 18px;
  line-height: 24px;
  color: #343842;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.tpl .page-footer .list-inline > li {
  border: none;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .tpl .page-footer .list-inline > li {
    font-size: 24px;
  }
}
.tpl .page-footer .list-inline > li a {
  color: #e1e1e1;
}
.tpl .page-footer .list-inline > li a:hover {
  color: #AA375A;
}
.tpl .page-footer .group + p {
  margin-top: 48px;
}
.tpl .page-footer .navbar-brand a {
  color: #343842;
}
.tpl .page-footer .copyright {
  background: #f5f5f5;
  padding-top: 18px;
  padding-bottom: 24px;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.tpl .page-footer .copyright * {
  color: #a7b0b4;
}
.tpl .page-footer .copyright a {
  white-space: nowrap;
}
.tpl .page-footer .copyright a:hover {
  color: #AA375A;
}
.tpl .page-footer.dark .copyright {
  background: #202538;
}
.tpl .page-footer.dark .copyright * {
  color: #4e5673;
}
.tpl .page-footer.dark .copyright a:hover {
  color: #fff;
}
.tpl .page-footer.dark .footer-content {
  background: #2d344d;
}
.tpl .page-footer.dark .footer-content .navbar-brand a {
  color: #fff;
}
.tpl .page-footer.dark .footer-content .list-inline-2 li a {
  color: #fff;
}
.tpl .page-footer.dark .footer-content .list-inline-2 li a:hover {
  color: #AA375A;
}
.tpl .page-footer.dark h6 {
  color: #fff;
}
.tpl .page-footer.footer-centered .footer-content {
  padding-top: 34px;
  padding-bottom: 54px;
}
.tpl .page-footer.footer-centered .footer-content .list-inline {
  margin-top: 28px;
}
@media (min-width: 1200px) {
  .tpl .page-footer.footer-centered .footer-content .list-inline {
    margin-top: 38px;
  }
}
.tpl .page-footer.footer-centered .footer-content .big {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .tpl .page-footer.footer-centered .footer-content .big {
    font-size: 18px;
  }
}
.tpl .page-footer.footer-centered .footer-content .navbar-brand {
  font-size: 45px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .tpl .page-footer.footer-centered .footer-content .navbar-brand {
    font-size: 60px;
  }
}
.tpl .page-footer.footer-centered.dark .big {
  color: #7c8a97;
}
.tpl .page-footer.footer-centered.dark .list-inline > li a {
  color: #3d455f;
}
.tpl .page-footer.footer-centered.dark .list-inline > li a:hover {
  color: #fff;
}
.tpl .page-footer.footer-minimal .footer-content {
  padding-top: 40px;
  padding-bottom: 23px;
}
.tpl .page-footer.footer-minimal .footer-content .navbar-brand {
  font-size: 45px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .tpl .page-footer.footer-minimal .footer-content .navbar-brand {
    font-size: 52px;
  }
}
.tpl .page-footer.footer-minimal .footer-content .list-inline-2 {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .tpl .page-footer.footer-minimal .footer-content .list-inline-2 {
    display: none;
  }
}
.tpl .page-footer.footer-minimal .copyright {
  padding-bottom: 11px;
}
.tpl .page-footer.footer-minimal .copyright p {
  margin-top: 4px;
}
.tpl .page-footer.footer-widget .footer-content {
  padding-top: 40px;
  padding-bottom: 73px;
}
.tpl .page-footer.footer-widget .footer-content .navbar-brand {
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .tpl .page-footer.footer-widget .footer-content .navbar-brand {
    font-size: 52px;
  }
}
.tpl .page-footer.footer-widget .footer-content .marked-list {
  max-width: 200px;
  margin-top: 0;
}
.tpl .page-footer.footer-widget .footer-content .marked-list li:before {
  color: #616161;
}
.tpl .page-footer.footer-widget .footer-content address {
  margin-top: 25px;
}
.tpl .page-footer.footer-widget .footer-content .contact-info {
  margin-top: 24px;
  max-width: 180px;
}
.tpl .page-footer.footer-widget .footer-content article {
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  max-width: 270px;
  margin-top: 0;
}
.tpl .page-footer.footer-widget .footer-content article + article {
  margin-top: 34px;
}
.tpl .page-footer.footer-widget .footer-content article time {
  font-size: 13px;
  display: block;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .tpl .page-footer.footer-widget .footer-content article,
  .tpl .page-footer.footer-widget .footer-content .marked-list,
  .tpl .page-footer.footer-widget .footer-content .contact-info {
    margin-left: auto;
    margin-right: auto;
  }
}
.tpl .page-footer.footer-widget .footer-content .count {
  color: #203040;
  display: inline-block;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.02em;
}
.tpl .page-footer.footer-widget .footer-content .count span {
  display: block;
  letter-spacing: 0.22em;
  font-weight: 400;
  line-height: 24px;
  font-size: 11px;
  text-transform: uppercase;
  color: #898889;
}
@media (min-width: 1200px) {
  .tpl .page-footer.footer-widget .footer-content .count {
    margin-top: 0px;
  }
}
.tpl .page-footer.footer-widget .footer-content form {
  position: relative;
  margin-top: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .tpl .page-footer.footer-widget .footer-content form {
    text-align: left;
  }
}
.tpl .page-footer.footer-widget .footer-content form label {
  display: block;
}
@media (min-width: 1200px) {
  .tpl .page-footer.footer-widget .footer-content form input {
    padding-right: 160px;
  }
}
@media (min-width: 1200px) {
  .tpl .page-footer.footer-widget .footer-content form button {
    margin-top: 0;
    padding: 11px 14px;
    position: absolute;
    max-width: 150px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.tpl .page-footer.footer-widget .footer-content form .form-validation {
  text-align: left;
}
.tpl .page-footer.footer-widget .footer-content .socials a {
  text-align: left;
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #547abb;
}
.tpl .page-footer.footer-widget .footer-content .socials a:after {
  content: 'Facebook';
  width: 84px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 11px;
  color: #547abb;
  display: inline-block;
}
.tpl .page-footer.footer-widget .footer-content .socials a.fa-rss {
  color: #f69105;
  margin-left: 57px;
}
.tpl .page-footer.footer-widget .footer-content .socials a.fa-rss:after {
  content: 'Subscribe to RSS Feeds';
}
.tpl .page-footer.footer-widget .footer-content .socials a.fa-instagram:after {
  content: 'Instagram';
}
.tpl .page-footer.footer-widget .footer-content .socials a.fa-youtube:after {
  content: 'YouTube';
}
.tpl .page-footer.footer-widget .footer-content .socials a:hover {
  color: #00b06c;
}
.tpl * + .page-footer.footer-widget .footer-content .socials {
  margin-top: 27px;
}
.tpl .page-footer.footer-widget .copyright {
  padding-bottom: 11px;
}
.tpl .page-footer.footer-widget .copyright p {
  margin-top: 4px;
}
.tpl .page-footer.footer-widget.dark .footer-content p {
  color: #a7b0b4;
}
.tpl .page-footer.footer-widget.dark .footer-content address {
  color: #a7b0b4;
}
.tpl .page-footer.footer-widget.dark .footer-content address p.text-light-clr {
  color: #4e5673;
}
.tpl .page-footer.footer-widget.dark .footer-content .contact-info dl dt {
  color: #4e5673;
}
.tpl .page-footer.footer-widget.dark .footer-content .contact-info dl dd {
  color: #a7b0b4;
}
.tpl .page-footer.footer-widget.dark .footer-content article {
  border-bottom-color: #333c5c;
}
.tpl .page-footer.footer-widget.dark .footer-content article p {
  color: #AA375A;
}
.tpl .page-footer.footer-widget.dark .footer-content article time {
  color: #4e5673;
}
.tpl .page-footer.footer-widget.dark .footer-content .count {
  color: #fff;
}
.tpl .page-footer.footer-widget.dark .footer-content .count span {
  color: #a7b0b4;
}
.tpl .page-footer.footer-widget.dark .footer-content .socials a:after {
  color: #a7b0b4;
}
.tpl .page-footer.footer-widget.dark .footer-content .socials a:hover {
  color: #fff;
}
.tpl .page-footer.footer-widget.dark .footer-content .marked-list > li a:hover {
  color: #fff;
}
.tpl .page-footer.footer-widget.dark .footer-content .marked-list > li:before {
  color: #AA375A;
}
.tpl .page-footer.footer-widget.dark a:hover {
  color: #fff;
}
.tpl .text-italic {
  font-style: italic;
}
.tpl .text-underline {
  text-decoration: underline;
}
.tpl .text-strike {
  text-decoration: line-through;
}
.tpl .text-thin {
  font-weight: 100;
}
.tpl .text-light {
  font-weight: 300;
}
.tpl .text-regular {
  font-weight: 400;
}
.tpl .text-medium {
  font-weight: 500;
}
.tpl .text-sbold {
  font-weight: 600;
}
.tpl .text-bold,
.tpl strong {
  font-weight: 700;
}
.tpl .text-ubold {
  font-weight: 900;
}
.tpl .text-uppercase {
  text-transform: uppercase;
}
.tpl .typography h1,
.tpl .typography h2,
.tpl .typography h3,
.tpl .typography h4,
.tpl .typography h5,
.tpl .typography h6,
.tpl .typography .h1,
.tpl .typography .h2,
.tpl .typography .h3,
.tpl .typography .h4,
.tpl .typography .h5,
.tpl .typography .heading-6 {
  margin-top: 50px;
  margin-bottom: 35px;
}
.tpl img + h4,
.tpl .swiper-slider + h4,
.tpl .embed-responsive + h4 {
  margin-top: 20px;
}
.tpl h5 + * {
  margin-top: 25px;
}
.tpl h5 + hr {
  margin-top: 4px;
}
.tpl hr + *,
.tpl hr + .row {
  margin-top: 50px;
}
.tpl hr + p {
  margin-top: 16px;
}
.tpl p + p {
  margin-top: 50px;
}
.tpl * + figure {
  margin-top: 40px;
}
.tpl figure + * {
  margin-top: 40px;
}
.tpl h4 + * {
  margin-top: 16px;
}
.tpl * + .lead {
  margin-top: 15px;
}
.tpl * + .row {
  margin-top: 50px;
}
.tpl .row + .row {
  margin-top: 0;
}
.tpl p + .subscribe-form {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .tpl p + .subscribe-form {
    margin-top: 40px;
  }
}
.tpl .no-offset {
  margin-top: 0;
}
.tpl * + .no-offset {
  margin-top: 0;
}
.tpl .row + .margin-1 {
  margin-top: 50px;
}
.tpl * + .margin-1 {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .tpl * + .margin-1 {
    margin-top: 40px;
  }
}
.tpl * + .margin-2 {
  margin-top: 50px;
}
.tpl * + .margin-3 {
  margin-top: 65px;
}
.tpl * + .margin-4 {
  margin-bottom: 50px;
}
.tpl * + .margin-5 {
  margin-top: 30px;
}
.tpl * + .margin-6 {
  margin-top: 20px;
}
.tpl * + .margin-7 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .tpl * + .margin-md-0 {
    margin-top: 0;
  }
}
.tpl .row-20 {
  margin-bottom: -20px;
}
.tpl .row-20:empty {
  margin-bottom: 0;
}
.tpl .row-20 > * {
  margin-bottom: 20px;
}
.tpl .row-24 {
  margin-bottom: -24px;
}
.tpl .row-24:empty {
  margin-bottom: 0;
}
.tpl .row-24 > * {
  margin-bottom: 24px;
}
.tpl .flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-xs-8.col-xs-preffix-2 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-sm-8.col-sm-preffix-2 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-md-8.col-md-preffix-2 {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-1 > .col-lg-8.col-lg-preffix-2 {
    margin-top: 30px;
  }
}
.tpl .flow-offset-2 > * + * {
  margin-top: 60px;
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-xs-8.col-xs-preffix-2 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-sm-8.col-sm-preffix-2 {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-md-8.col-md-preffix-2 {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-2 > .col-lg-8.col-lg-preffix-2 {
    margin-top: 60px;
  }
}
.tpl .flow-offset-3 > * + * {
  margin-top: 11px;
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-xs-8.col-xs-preffix-2 {
    margin-top: 11px;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-sm-8.col-sm-preffix-2 {
    margin-top: 11px;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-md-8.col-md-preffix-2 {
    margin-top: 11px;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .flow-offset-3 > .col-lg-8.col-lg-preffix-2 {
    margin-top: 11px;
  }
}
.tpl .container .rd-navbar-search-results .result-item + .result-item {
  margin-top: 30px;
}
.tpl div.col-inset {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (min-width: 768px) {
  .tpl div.col-inset {
    padding-top: 2.44vw;
    padding-bottom: 2.44vw;
  }
}
.tpl div.col-inset-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .tpl div.col-inset-2 {
    padding-top: 2.44vw;
    padding-bottom: 2.44vw;
  }
}
.tpl .img-inset-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .tpl .img-inset-1 {
    padding-right: 50px;
  }
}
.tpl div.inset-vw {
  padding: 3vw;
}
@media (max-width: 991px) {
  .tpl .inset-sm {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .tpl .inset-xs {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .tpl .inset-md-left {
    padding-left: 70px;
  }
}
.tpl .inset-sm-min {
  padding: 1.95vw;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 550px) {
  .tpl .inset-sm-min {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tpl .inset-sm-min-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .tpl .inset-sm-min-2 {
    padding: 1.95vw;
    padding-top: 43px;
    padding-bottom: 82px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl .inset-sm-min-2 {
    padding-bottom: 5%;
  }
}
.tpl .inset-1 {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .tpl .inset-1.timeline-right {
    padding-top: 0;
  }
}
.tpl .inset-2 {
  padding-top: 65px;
}
.tpl .inset-3 {
  padding-top: 50px;
}
.tpl .inset-4 {
  padding: 22px 0;
}
.tpl .inset-5 {
  padding-bottom: 50px;
}
.tpl .row-0 {
  margin-bottom: 0px;
}
.tpl .row-0:empty {
  margin-bottom: 0;
}
.tpl .row-0 > * {
  margin-bottom: 0px;
}
.tpl .row-11 {
  margin-bottom: -11px;
}
.tpl .row-11:empty {
  margin-bottom: 0;
}
.tpl .row-11 > * {
  margin-bottom: 11px;
}
.tpl .row-15 {
  margin-bottom: -15px;
}
.tpl .row-15:empty {
  margin-bottom: 0;
}
.tpl .row-15 > * {
  margin-bottom: 15px;
}
.tpl .row-20 {
  margin-bottom: -20px;
}
.tpl .row-20:empty {
  margin-bottom: 0;
}
.tpl .row-20 > * {
  margin-bottom: 20px;
}
.tpl .row-30 {
  margin-bottom: -30px;
}
.tpl .row-30:empty {
  margin-bottom: 0;
}
.tpl .row-30 > * {
  margin-bottom: 30px;
}
.tpl .row-50 {
  margin-bottom: -50px;
}
.tpl .row-50:empty {
  margin-bottom: 0;
}
.tpl .row-50 > * {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .tpl .row-md-30 {
    margin-bottom: -30px;
  }
  .tpl .row-md-30:empty {
    margin-bottom: 0;
  }
  .tpl .row-md-30 > * {
    margin-bottom: 30px;
  }
}
.tpl .section-xs {
  padding: 25px 0;
}
.tpl .section-sm,
.tpl .section-md,
.tpl .section-lg,
.tpl .section-xl {
  padding: 50px 0;
}
.tpl .section-collapse + .section-collapse {
  padding-top: 0;
}
.tpl .section-collapse:last-child {
  padding-bottom: 0;
}
.tpl [class*='section-'].section-bottom-0 {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .tpl section.section-sm:first-of-type,
  .tpl section.section-md:first-of-type,
  .tpl section.section-lg:first-of-type,
  .tpl section.section-xl:first-of-type,
  .tpl section.section-xxl:first-of-type {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .tpl .section-sm {
    padding: 60px 0;
  }
  .tpl .section-md {
    padding: 70px 0;
  }
  .tpl .section-lg {
    padding: 85px 0;
  }
}
@media (min-width: 992px) {
  .tpl .section-md {
    padding: 80px 0 90px;
  }
  .tpl .section-lg {
    padding: 100px 0;
  }
}
@media (min-width: 1200px) {
  .tpl .section-lg {
    padding: 115px 0;
  }
}
.tpl .section-single {
  display: flex;
  text-align: center;
}
.tpl .section-single p {
  margin-left: auto;
  margin-right: auto;
}
.tpl .section-single * + .rights {
  margin-top: 35px;
}
.tpl .section-single * + .countdown-wrap {
  margin-top: 35px;
}
.tpl .section-single .countdown-wrap + * {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .tpl .section-single * + .rights {
    margin-top: 60px;
  }
  .tpl .section-single .countdown-wrap + * {
    margin-top: 35px;
  }
}
.tpl .section-single .rd-mailform-wrap {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tpl .section-single * + .rd-mailform-wrap {
  margin-top: 20px;
}
.tpl .section-single-header {
  padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}
.tpl .section-single-main {
  padding: calc(1em + 4vh) 0;
}
.tpl .section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}
.tpl .section-single-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
}
.tpl .section-single-inner > * {
  width: 100%;
}
@supports (display: grid) {
  .tpl .section-single-inner {
    display: grid;
    justify-items: center;
    align-content: space-between;
    grid-template-columns: 1fr;
  }
}
.tpl .context-dark .brand .brand-logo-dark,
.tpl .bg-gray-700 .brand .brand-logo-dark,
.tpl .bg-primary .brand .brand-logo-dark {
  display: none;
}
.tpl .context-dark .brand .brand-logo-light,
.tpl .bg-gray-700 .brand .brand-logo-light,
.tpl .bg-primary .brand .brand-logo-light {
  display: block;
}
.tpl .context-dark p,
.tpl .bg-gray-700 p,
.tpl .bg-primary p {
  color: #ffffff;
}
.tpl .context-dark .jumbotron h1,
.tpl .bg-gray-700 .jumbotron h1,
.tpl .bg-primary .jumbotron h1,
.tpl .context-dark .jumbotron h1 small,
.tpl .bg-gray-700 .jumbotron h1 small,
.tpl .bg-primary .jumbotron h1 small {
  color: #ffffff;
}
.tpl .context-dark .button-default,
.tpl .bg-gray-700 .button-default,
.tpl .bg-primary .button-default,
.tpl .context-dark .button-default:focus,
.tpl .bg-gray-700 .button-default:focus,
.tpl .bg-primary .button-default:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.tpl .context-dark .button-default:hover,
.tpl .bg-gray-700 .button-default:hover,
.tpl .bg-primary .button-default:hover,
.tpl .context-dark .button-default:active,
.tpl .bg-gray-700 .button-default:active,
.tpl .bg-primary .button-default:active {
  color: #ffffff;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .context-dark .button-default.button-ujarak::before,
.tpl .bg-gray-700 .button-default.button-ujarak::before,
.tpl .bg-primary .button-default.button-ujarak::before {
  background: #AA375A;
}
.tpl .bg-default {
  background-color: #ffffff;
}
.tpl .bg-gray-100 {
  background-color: #edeff4;
}
.tpl .bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
  padding-top: 0;
}
.tpl .bg-gray-700 {
  background-color: #2c343b;
}
.tpl .bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
  padding-top: 0;
}
.tpl .bg-primary {
  background: #AA375A;
}
.tpl .bg-primary + .bg-primary {
  padding-top: 0;
}
.tpl [class^='bg-'] {
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .tpl:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed;
  }
}
.tpl .bg-image .breadcrumb > li:before {
  color: #252525;
}
.tpl .height-fill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.tpl .height-fill > * {
  flex-grow: 1;
  flex-shrink: 0;
}
.tpl .object-inline {
  white-space: nowrap;
}
.tpl .object-inline > * {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
  white-space: normal;
}
.tpl .object-inline > * + * {
  margin-left: 5px;
}
.tpl .oh {
  position: relative;
  overflow: hidden;
}
.tpl .text-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tpl .text-decoration-lines-content {
  position: relative;
  display: inline-block;
  min-width: 170px;
  font-size: 13px;
  text-transform: uppercase;
}
.tpl .text-decoration-lines-content::before,
.tpl .text-decoration-lines-content::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #d7d7d7;
  top: 50%;
  width: 100vw;
}
.tpl .text-decoration-lines-content::before {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.tpl .text-decoration-lines-content::after {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.tpl * + .text-decoration-lines {
  margin-top: 30px;
}
.tpl p.rights {
  font-size: 14px;
  color: #616161;
}
.tpl p.rights a {
  color: inherit;
}
.tpl p.rights a:hover {
  color: #AA375A;
}
.tpl [style*='z-index: 1000;'] {
  z-index: 1101 !important;
}
.tpl .text-block > * {
  margin-left: 0.125em;
  margin-right: 0.125em;
}
.tpl .pull-left {
  float: left;
}
.tpl .pull-none {
  float: none;
}
.tpl .pull-right {
  float: right;
}
@media (min-width: 576px) {
  .tpl .pull-xs-left {
    float: left;
  }
  .tpl .pull-xs-none {
    float: none;
  }
  .tpl .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .tpl .pull-sm-left {
    float: left;
  }
  .tpl .pull-sm-none {
    float: none;
  }
  .tpl .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .tpl .pull-md-left {
    float: left;
  }
  .tpl .pull-md-none {
    float: none;
  }
  .tpl .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .tpl .pull-lg-left {
    float: left;
  }
  .tpl .pull-lg-none {
    float: none;
  }
  .tpl .pull-lg-right {
    float: right;
  }
}
.tpl .text-left {
  text-align: left;
}
.tpl .text-center {
  text-align: center;
}
.tpl .text-right {
  text-align: right;
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .text-xs-left {
    text-align: left;
  }
  .tpl:not(.lt-ie10) .text-xs-center {
    text-align: center;
  }
  .tpl:not(.lt-ie10) .text-xs-right {
    text-align: right;
  }
  .tpl:not(.lt-ie10) .text-xs-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .text-sm-left {
    text-align: left;
  }
  .tpl:not(.lt-ie10) .text-sm-center {
    text-align: center;
  }
  .tpl:not(.lt-ie10) .text-sm-right {
    text-align: right;
  }
  .tpl:not(.lt-ie10) .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .text-md-left {
    text-align: left;
  }
  .tpl:not(.lt-ie10) .text-md-center {
    text-align: center;
  }
  .tpl:not(.lt-ie10) .text-md-right {
    text-align: right;
  }
  .tpl:not(.lt-ie10) .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .text-lg-left {
    text-align: left;
  }
  .tpl:not(.lt-ie10) .text-lg-center {
    text-align: center;
  }
  .tpl:not(.lt-ie10) .text-lg-right {
    text-align: right;
  }
  .tpl:not(.lt-ie10) .text-lg-justify {
    text-align: justify;
  }
}
.tpl .text-italic {
  font-style: italic;
}
.tpl .text-underline {
  text-decoration: underline;
}
.tpl .text-strike {
  text-decoration: line-through;
}
.tpl .text-thin {
  font-weight: 100;
}
.tpl .text-light {
  font-weight: 300;
}
.tpl .text-regular {
  font-weight: 400;
}
.tpl .text-medium {
  font-weight: 500;
}
.tpl .text-sbold {
  font-weight: 600;
}
.tpl .text-bold,
.tpl strong {
  font-weight: 700;
}
.tpl .text-ubold {
  font-weight: 900;
}
.tpl .text-uppercase {
  text-transform: uppercase;
}
.tpl figure figcaption {
  text-transform: uppercase;
  margin-top: 14px;
  font-size: 12px;
  color: #a7b0b4;
}
.tpl .inline-block {
  display: inline-block;
}
.tpl .text-primary {
  color: #AA375A;
}
.tpl .bg-accent {
  background: #AA375A;
}
@media (min-width: 768px) {
  .tpl div.no-gutter-md {
    padding-left: 0;
    padding-right: 0;
  }
}
.tpl div.direction-md-rtl {
  direction: rtl;
}
@media (min-width: 768px) {
  .tpl div.direction-md-rtl.box-md > div.box__left {
    padding-right: 0;
    padding-left: 30px;
  }
}
.tpl .slow-hover .image-slow-wrapper {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}
.tpl .slow-hover .image-slow-wrapper img {
  transition: 5s linear;
}
.tpl .slow-hover:hover .image-slow-wrapper img {
  transition: 30s linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.tpl .line-height-1 {
  line-height: 1;
}
.tpl .line-height-1.icon {
  line-height: 1;
}
.tpl .line-height-2 {
  line-height: 25px;
}
.tpl .margin-negative {
  margin-bottom: -12.3vw;
}
@media (min-width: 2051px) {
  .tpl .margin-negative {
    margin-bottom: -250px;
  }
}
.tpl .text-opacity {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.06em;
}
.tpl .letter-spacing-1 {
  letter-spacing: 0.06em;
}
.tpl .letter-spacing-null {
  letter-spacing: 0em;
}
.tpl .section-border {
  border-bottom: 1px solid #f3f3ed;
}
.tpl .section-border-white {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.tpl .full-border {
  border: 1px solid #f3f3ed;
}
.tpl .full-border + .row {
  border-top: none;
}
.tpl .full-border [class*='col-'] + [class*='col-'] {
  border-left: 1px solid #f3f3ed;
}
.tpl .box-shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .tpl .box-shadow {
    box-shadow: 0 40px 66px 0 rgba(0, 0, 0, 0.25);
  }
}
.tpl .relative {
  position: relative;
}
.tpl .block {
  display: block;
}
@media (max-width: 767px) {
  .tpl .max-width-xs {
    max-width: 270px;
  }
}
@media (min-width: 480px) {
  .tpl .max-width {
    overflow: hidden;
    max-width: 516px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tpl .separate {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}
.tpl .separate:before,
.tpl .separate:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f3f3ed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tpl .separate:before {
  left: 50%;
  margin-left: 4.2vw;
}
.tpl .separate:after {
  right: 50%;
  margin-right: 4.2vw;
}
.tpl .round {
  border-radius: 50%;
}
.tpl .round-large {
  border-radius: 0.3rem;
}
.tpl .round-small {
  border-radius: 0.2rem;
}
.tpl .round-xl {
  border-radius: 40px;
}
.tpl .meta {
  color: #a7b0b4;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.tpl .meta:before {
  padding-right: 15px;
  font-family: "FontAwesome";
  font-size: 16px;
}
@media (max-width: 500px) {
  .tpl ul.row li.clear-shortcode-xs-6 {
    width: 100%;
  }
  .tpl ul.row li.clear-shortcode-xs-6 .box {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .tpl ul.row li.clear-shortcode-xs-6:nth-child(4n+5) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tpl ul.row li.clear-shortcode-xs-6:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  .tpl ul.row li.clear-shortcode-xs-6:nth-child(2n+3) {
    clear: left;
  }
}
.tpl .box-skin-1 {
  padding: 40px;
}
@media (min-width: 1200px) {
  .tpl .box-skin-1 {
    padding: 49px;
  }
}
@media (min-width: 768px) {
  .tpl .box-skin-1.box-skin-left-offset-negative {
    margin-right: -10px;
  }
  .tpl .box-skin-1.box-skin-right-offset-negative {
    margin-left: -10px;
  }
}
.tpl .bg-image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.tpl .bg-image-1 {
  background-image: url(../images/image-4.jpg);
}
.tpl .bg-image-1 h1,
.tpl .bg-image-1 h2,
.tpl .bg-image-1 h3,
.tpl .bg-image-1 h4,
.tpl .bg-image-1 h5,
.tpl .bg-image-1 h6,
.tpl .bg-image-1 .h1,
.tpl .bg-image-1 .h2,
.tpl .bg-image-1 .h3,
.tpl .bg-image-1 .h4,
.tpl .bg-image-1 .h5,
.tpl .bg-image-1 .heading-6 {
  color: #fff;
}
.tpl .bg-image-1 .lead {
  color: #a7b0b4;
}
.tpl .bg-image-2 {
  background-image: url(../images/header-6.jpg);
}
.tpl .bg-image-2 .full-border {
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl .bg-image-2 .contact-block {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .tpl .bg-image-2 .full-border {
    border: 2px solid rgba(37, 37, 37, 0.2);
  }
  .tpl .bg-image-2 .contact-block dl dt {
    color: rgba(37, 37, 37, 0.3);
  }
  .tpl .bg-image-2 .list-inline-3 li {
    color: rgba(37, 37, 37, 0.3);
  }
}
.tpl .bg-image-3 {
  background-image: url(../images/404.jpg);
}
.tpl .context-dark form {
  color: #fff;
}
.tpl .context-dark form .form-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.tpl .context-dark form .form-input::-moz-placeholder {
  color: #fff;
}
.tpl .context-dark form .form-input::-webkit-input-placeholder {
  color: #fff;
}
.tpl .context-dark form .form-input:-ms-input-placeholder {
  color: #fff;
}
.tpl .context-dark form .form-validation {
  color: #fff;
}
.tpl .bg-white {
  background: #fff;
}
.tpl .bg-white.rd-navbar {
  background: #fff;
}
.tpl .bg-gray-variant-1 {
  background: #ebe8e8;
}
.tpl .bg-dark-var1 {
  background: #2d344d;
  color: #fff;
}
.tpl .bg-dark-var1 h1 {
  color: #fff;
}
.tpl .bg-dark-var2 {
  background: #4e5673;
  color: #fff;
}
.tpl .bg-dark-var2 .jumbotron {
  color: #fff;
}
.tpl .bg-dark-var2 .jumbotron h1 {
  color: #fff;
}
.tpl .bg-dark-var2 .jumbotron h1 small {
  color: #fff;
}
.tpl .bg-dark-var2 .jumbotron .big {
  color: #fff;
}
.tpl .bg-dark-var2 .jumbotron .button {
  color: #fff;
  border-color: #83899d;
}
.tpl .bg-dark-var2 .jumbotron .button:hover {
  border-color: #AA375A;
}
.tpl .bg-lighter {
  background: #f5f5f5;
  color: #546e7a;
}
.tpl .bg-lighter.text-darker-clr {
  color: #252525;
}
.tpl .bg-lighter-2 {
  background: #f5f5f5;
}
.tpl #svg-phone_1 {
  position: absolute;
  overflow: visible;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 24px;
  width: 272px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tpl #svg-phone_1 {
    width: 230px;
    top: -22px;
  }
}
@media (max-width: 479px) {
  .tpl #svg-phone_1 {
    display: none;
  }
}
.tpl #svg-phone_1 path {
  stroke-dasharray: 1570;
  stroke-dashoffset: 1570;
  stroke: #252525;
}
.tpl #svg-phone_1 path#rnd1 {
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
}
.tpl #svg-phone_1.active path {
  animation: phone 3s ease-in-out alternate;
  -webkit-animation: phone 3s ease-in-out alternate;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.tpl #svg-phone_1.active path#rnd1 {
  animation: svg_rnd 3s ease-in-out alternate;
  -webkit-animation: svg_rnd 3s ease-in-out alternate;
}
@media (min-width: 480px) {
  .tpl .phone_1.active {
    animation: phone_img 3s linear;
    -webkit-animation: phone_img 3s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
}
@keyframes phone_img {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes phone_img {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes phone {
  0% {
    stroke-dashoffset: 1570;
  }
  90% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes phone {
  0% {
    stroke-dashoffset: 1570;
  }
  90% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes svg_rnd {
  0% {
    stroke-dashoffset: 370;
  }
  40% {
    stroke-dashoffset: 370;
  }
  90% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes svg_rnd {
  0% {
    stroke-dashoffset: 370;
  }
  40% {
    stroke-dashoffset: 370;
  }
  90% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.tpl .user-info-section h1 {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.tpl .user-info-section h1.header-404 {
  font-size: 70px;
  line-height: 1;
}
.tpl .user-info-section h1 small {
  font-size: 30px;
  line-height: 1.4;
  display: block;
  letter-spacing: 0.04em;
}
@media (min-width: 1200px) {
  .tpl .user-info-section h1 {
    font-size: 70px;
  }
  .tpl .user-info-section h1.header-404 {
    font-size: 90px;
  }
  .tpl .user-info-section h1 small {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .tpl .user-info-section h1 {
    font-size: 100px;
  }
  .tpl .user-info-section h1.header-404 {
    font-size: 247px;
  }
  .tpl .user-info-section h1 small {
    font-size: 52px;
  }
}
.tpl .user-info-section .button.button-default {
  border-color: #fff;
  border-width: 1px;
  color: #fff;
}
.tpl .user-info-section .button.button-default:hover {
  border-color: #AA375A;
}
.tpl .flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tpl .flex-list > li {
  display: table-cell;
}
.tpl .flex-list > li a {
  display: inline-block;
  transition: 0.2s;
}
.tpl .flex-list > li a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tpl .flex-list > li a {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-width: 991px) {
  .tpl .flex-list > li {
    display: block;
    width: 49%;
    float: left;
  }
  .tpl .flex-list > li a img {
    width: 100%;
  }
}
.tpl .list li + li {
  margin-top: 10px;
}
.tpl .search-results-list > li,
.tpl .search-results-list > li.col-xs-12 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  position: relative;
}
.tpl .search-results-list > li:before,
.tpl .search-results-list > li.col-xs-12:before {
  content: "\f036";
  position: absolute;
  left: 15px;
  top: 48px;
  color: #AA375A;
  font-family: "FontAwesome";
  font-size: 18px;
}
@media (max-width: 991px) {
  .tpl .search-results-list > li:before,
  .tpl .search-results-list > li.col-xs-12:before {
    top: 41px;
  }
}
.tpl .search-results-list > li * + .lead,
.tpl .search-results-list > li * + p,
.tpl .search-results-list > li.col-xs-12 * + .lead,
.tpl .search-results-list > li.col-xs-12 * + p {
  margin-top: 25px;
}
.tpl .marked-list {
  text-align: left;
}
.tpl .marked-list > li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}
.tpl .marked-list > li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
}
.tpl .marked-list > li + li {
  margin-top: 12px;
}
.tpl .marked-list > li > a:hover {
  color: #AA375A;
}
.tpl .marked-list > li.big {
  font-size: 16px;
}
@media (max-width: 767px) {
  .tpl .marked-list {
    margin-left: auto;
    margin-right: auto;
  }
}
.tpl .marked-list-2 > li:before {
  content: "\f00c";
  color: #00b06c;
}
.tpl .marked-list-3 > li:before {
  content: "\f00d";
  color: #e75854;
}
.tpl .index-list {
  counter-reset: li;
}
.tpl .index-list > li > .index-list__counter:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
}
.tpl .index-list > * + * {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-5:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-7:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-8:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-9:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-10:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-11:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .index-list > .col-xs-8.col-xs-preffix-2 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-5:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-7:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-8:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-9:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-10:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-11:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .index-list > .col-sm-8.col-sm-preffix-2 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .index-list > .col-md-1:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-2:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-3:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-4:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-5:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-6:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-7:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-8:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-9:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-10:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-11:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .index-list > .col-md-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .index-list > .col-md-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .index-list > .col-md-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .index-list > .col-md-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .index-list > .col-md-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .index-list > .col-md-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .index-list > .col-md-8.col-md-preffix-2 {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-5:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-7:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-8:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-9:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-10:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-11:nth-child(n),
  .tpl:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n + 13),
  .tpl:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n + 7),
  .tpl:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n + 5),
  .tpl:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n + 4),
  .tpl:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n + 3),
  .tpl:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n + 2),
  .tpl:not(.lt-ie10) .index-list > .col-lg-8.col-lg-preffix-2 {
    margin-top: 30px;
  }
}
.tpl .ordered-list {
  text-align: left;
  padding-left: 15px;
}
.tpl .ordered-list > li {
  position: relative;
  padding-left: 20px;
  list-style-type: decimal;
}
.tpl .ordered-list > li + li {
  margin-top: 12px;
}
.tpl .ordered-list > li > a:hover {
  color: #AA375A;
}
@media (max-width: 767px) {
  .tpl .ordered-list {
    margin-left: auto;
    margin-right: auto;
  }
}
.tpl .terms-list > dt + dd {
  margin-top: 10px;
}
.tpl .terms-list > dd + dt {
  margin-top: 20px;
}
.tpl .contact-info dl dt,
.tpl .contact-info dl dd {
  display: inline-block;
}
.tpl .contact-info dl dt:after {
  content: ':';
}
.tpl .contact-info dl dt {
  color: #a7b0b4;
  max-width: 50px;
}
.tpl .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  will-change: transform;
}
.tpl .thumb > img {
  width: 100%;
  height: auto;
  will-change: transform;
}
.tpl .thumb__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(38, 32, 50, 0.5);
  opacity: 0;
  text-align: center;
  transition: 0.3s all ease;
}
.tpl .thumb__overlay > * {
  vertical-align: middle;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.3s all ease;
}
.tpl .thumb__overlay:before {
  content: '';
  display: inline-block;
  height: 50%;
}
.tpl .thumb:hover .thumb__overlay {
  opacity: 1;
}
.tpl .thumb:hover .thumb__overlay > * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 992px) {
  .tpl article h4 {
    font-size: 23px;
  }
}
.tpl article.team-member p {
  font-size: 15px;
}
.tpl article.team-member p + p {
  margin-top: 30px;
}
.tpl article.team-member p + p.big {
  margin-top: 50px;
}
.tpl article.team-member * + .list-inline {
  margin-top: 60px;
}
.tpl article.clients {
  font-size: 15px;
}
.tpl article.clients.thumbnail .caption {
  font-size: 15px;
}
.tpl article.clients * + .link {
  margin-top: 17px;
}
.tpl .counter {
  font-size: 48px;
  line-height: 1;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .tpl .counter {
    font-size: 68px;
  }
}
.tpl .counter-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tpl .counter-panel [class*='col-']:nth-child(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .tpl .counter-panel {
    border: none;
  }
  .tpl .counter-panel [class*='col-'] {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .tpl .counter-panel [class*='col-']:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.tpl .counter-panel [class*='col-'] {
  padding-top: 42px;
  padding-bottom: 42px;
}
.tpl .sidebar {
  padding-bottom: 50px;
  font-size: 15px;
}
.tpl .sidebar .img-box {
  text-align: center;
}
.tpl .sidebar .img-box a {
  padding: 5px;
  display: inline-block;
}
.tpl .sidebar .img-box img {
  transition: 0.2s;
  display: inline-block;
}
.tpl .sidebar .img-box img:hover {
  border-radius: 20px;
}
.tpl .sidebar * + h5 {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .tpl .sidebar * + h5 {
    margin-top: 75px;
  }
  .tpl .sidebar .img-box {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tpl .sidebar .img-box img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tpl .sidebar .img-box img {
    width: auto;
  }
}
.tpl .link {
  display: inline-block;
}
.tpl .video {
  position: relative;
  padding-bottom: 59.64912%;
}
.tpl .video > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tpl .page-header {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .tpl .page-header .default-layout {
    padding-top: 294px;
    padding-bottom: 310px;
  }
}
.tpl .navbar-brand {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-family: Pacifico, sans-serif;
}
.tpl img {
  max-width: 100%;
}
.tpl hr.short {
  border: none;
  height: 2px;
  width: 70px;
  display: inline-block;
}
.tpl .embed-responsive-16by9::before {
  padding-top: 52.25%;
}
.tpl .box__left {
  padding-bottom: 30px;
}
.tpl .box__left.box-md-inset-1 {
  padding-bottom: 10px;
}
.tpl .box__right {
  padding-top: 30px;
}
.tpl .box-rtl {
  direction: rtl;
}
.tpl .box-rtl > .box__left {
  padding-right: 0;
  padding-left: 30px;
}
.tpl .box-rtl > .box__right {
  padding-right: 30px;
  padding-left: 0;
}
.tpl .box-ltr {
  direction: ltr;
}
.tpl .box-group,
.tpl .box-group-outer > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tpl .box > .box__left img,
.tpl .box > .box__right img {
  max-width: none;
}
.tpl .box > .box__left,
.tpl .box > .box__right,
.tpl .box > .box__body {
  padding: 0;
  direction: ltr;
  display: table-cell;
  vertical-align: top;
}
.tpl .box > .box__left {
  padding-right: 30px;
  padding-bottom: 0;
}
.tpl .box > .box__right {
  padding-left: 30px;
  padding-top: 0;
}
@media (min-width: 576px) {
  .tpl:not(.lt-ie10) .box-xs > .box__left img,
  .tpl:not(.lt-ie10) .box-xs > .box__right img {
    max-width: none;
  }
  .tpl:not(.lt-ie10) .box-xs > .box__left,
  .tpl:not(.lt-ie10) .box-xs > .box__right,
  .tpl:not(.lt-ie10) .box-xs > .box__body {
    display: table-cell;
    vertical-align: top;
  }
  .tpl:not(.lt-ie10) .box-xs > .box__left {
    padding-right: 30px;
    padding-bottom: 0;
  }
  .tpl:not(.lt-ie10) .box-xs > .box__left.box-md-inset-1 {
    padding-right: 25px;
  }
  .tpl:not(.lt-ie10) .box-xs > .box__right {
    padding-left: 30px;
    padding-top: 0;
  }
  .tpl:not(.lt-ie10) .box-xs-clear > .box__left img,
  .tpl:not(.lt-ie10) .box-xs-clear > .box__right img {
    max-width: 100%;
  }
  .tpl:not(.lt-ie10) .box-xs-clear > .box__left,
  .tpl:not(.lt-ie10) .box-xs-clear > .box__right,
  .tpl:not(.lt-ie10) .box-xs-clear .box__body {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .tpl:not(.lt-ie10) .box-xs-clear > .box__left {
    padding-bottom: 30px;
  }
  .tpl:not(.lt-ie10) .box-xs-clear > .box__right {
    padding-top: 30px;
  }
  .tpl:not(.lt-ie10) .box-xs-rtl {
    direction: rtl;
  }
  .tpl:not(.lt-ie10) .box-xs-rtl > .box__left {
    padding-right: 0;
    padding-left: 30px;
  }
  .tpl:not(.lt-ie10) .box-xs-rtl > .box__right {
    padding-right: 30px;
    padding-left: 0;
  }
  .tpl:not(.lt-ie10) .box-xs-ltr {
    direction: ltr;
  }
  .tpl:not(.lt-ie10) .box-xs-ltr > .box__left {
    padding-right: 30px;
    padding-left: 0;
  }
  .tpl:not(.lt-ie10) .box-xs-ltr > .box__right {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .tpl:not(.lt-ie10) .box-sm > .box__left img,
  .tpl:not(.lt-ie10) .box-sm > .box__right img {
    max-width: none;
  }
  .tpl:not(.lt-ie10) .box-sm > .box__left,
  .tpl:not(.lt-ie10) .box-sm > .box__right,
  .tpl:not(.lt-ie10) .box-sm > .box__body {
    display: table-cell;
    vertical-align: top;
  }
  .tpl:not(.lt-ie10) .box-sm > .box__left {
    padding-right: 30px;
    padding-bottom: 0;
  }
  .tpl:not(.lt-ie10) .box-sm > .box__left.box-md-inset-1 {
    padding-right: 25px;
  }
  .tpl:not(.lt-ie10) .box-sm > .box__right {
    padding-left: 30px;
    padding-top: 0;
  }
  .tpl:not(.lt-ie10) .box-sm-clear > .box__left img,
  .tpl:not(.lt-ie10) .box-sm-clear > .box__right img {
    max-width: 100%;
  }
  .tpl:not(.lt-ie10) .box-sm-clear > .box__left,
  .tpl:not(.lt-ie10) .box-sm-clear > .box__right,
  .tpl:not(.lt-ie10) .box-sm-clear .box__body {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .tpl:not(.lt-ie10) .box-sm-clear > .box__left {
    padding-bottom: 30px;
  }
  .tpl:not(.lt-ie10) .box-sm-clear > .box__right {
    padding-top: 30px;
  }
  .tpl:not(.lt-ie10) .box-sm-rtl {
    direction: rtl;
  }
  .tpl:not(.lt-ie10) .box-sm-rtl > .box__left {
    padding-right: 0;
    padding-left: 30px;
  }
  .tpl:not(.lt-ie10) .box-sm-rtl > .box__right {
    padding-right: 30px;
    padding-left: 0;
  }
  .tpl:not(.lt-ie10) .box-sm-ltr {
    direction: ltr;
  }
  .tpl:not(.lt-ie10) .box-sm-ltr > .box__left {
    padding-right: 30px;
    padding-left: 0;
  }
  .tpl:not(.lt-ie10) .box-sm-ltr > .box__right {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .tpl:not(.lt-ie10) .box-md > .box__left img,
  .tpl:not(.lt-ie10) .box-md > .box__right img {
    max-width: none;
  }
  .tpl:not(.lt-ie10) .box-md > .box__left,
  .tpl:not(.lt-ie10) .box-md > .box__right,
  .tpl:not(.lt-ie10) .box-md > .box__body {
    display: table-cell;
    vertical-align: top;
  }
  .tpl:not(.lt-ie10) .box-md > .box__left {
    padding-right: 30px;
    padding-bottom: 0;
  }
  .tpl:not(.lt-ie10) .box-md > .box__left.box-md-inset-1 {
    padding-right: 25px;
  }
  .tpl:not(.lt-ie10) .box-md > .box__right {
    padding-left: 30px;
    padding-top: 0;
  }
  .tpl:not(.lt-ie10) .box-md-clear > .box__left img,
  .tpl:not(.lt-ie10) .box-md-clear > .box__right img {
    max-width: 100%;
  }
  .tpl:not(.lt-ie10) .box-md-clear > .box__left,
  .tpl:not(.lt-ie10) .box-md-clear > .box__right,
  .tpl:not(.lt-ie10) .box-md-clear .box__body {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .tpl:not(.lt-ie10) .box-md-clear > .box__left {
    padding-bottom: 30px;
  }
  .tpl:not(.lt-ie10) .box-md-clear > .box__right {
    padding-top: 30px;
  }
  .tpl:not(.lt-ie10) .box-md-rtl {
    direction: rtl;
  }
  .tpl:not(.lt-ie10) .box-md-rtl > .box__left {
    padding-right: 0;
    padding-left: 30px;
  }
  .tpl:not(.lt-ie10) .box-md-rtl > .box__right {
    padding-right: 30px;
    padding-left: 0;
  }
  .tpl:not(.lt-ie10) .box-md-ltr {
    direction: ltr;
  }
  .tpl:not(.lt-ie10) .box-md-ltr > .box__left {
    padding-right: 30px;
    padding-left: 0;
  }
  .tpl:not(.lt-ie10) .box-md-ltr > .box__right {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .tpl:not(.lt-ie10) .box-lg > .box__left img,
  .tpl:not(.lt-ie10) .box-lg > .box__right img {
    max-width: none;
  }
  .tpl:not(.lt-ie10) .box-lg > .box__left,
  .tpl:not(.lt-ie10) .box-lg > .box__right,
  .tpl:not(.lt-ie10) .box-lg > .box__body {
    display: table-cell;
    vertical-align: top;
  }
  .tpl:not(.lt-ie10) .box-lg > .box__left {
    padding-right: 30px;
    padding-bottom: 0;
  }
  .tpl:not(.lt-ie10) .box-lg > .box__left.box-md-inset-1 {
    padding-right: 25px;
  }
  .tpl:not(.lt-ie10) .box-lg > .box__right {
    padding-left: 30px;
    padding-top: 0;
  }
  .tpl:not(.lt-ie10) .box-lg-clear > .box__left img,
  .tpl:not(.lt-ie10) .box-lg-clear > .box__right img {
    max-width: 100%;
  }
  .tpl:not(.lt-ie10) .box-lg-clear > .box__left,
  .tpl:not(.lt-ie10) .box-lg-clear > .box__right,
  .tpl:not(.lt-ie10) .box-lg-clear .box__body {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .tpl:not(.lt-ie10) .box-lg-clear > .box__left {
    padding-bottom: 30px;
  }
  .tpl:not(.lt-ie10) .box-lg-clear > .box__right {
    padding-top: 30px;
  }
  .tpl:not(.lt-ie10) .box-lg-rtl {
    direction: rtl;
  }
  .tpl:not(.lt-ie10) .box-lg-rtl > .box__left {
    padding-right: 0;
    padding-left: 30px;
  }
  .tpl:not(.lt-ie10) .box-lg-rtl > .box__right {
    padding-right: 30px;
    padding-left: 0;
  }
  .tpl:not(.lt-ie10) .box-lg-ltr {
    direction: ltr;
  }
  .tpl:not(.lt-ie10) .box-lg-ltr > .box__left {
    padding-right: 30px;
    padding-left: 0;
  }
  .tpl:not(.lt-ie10) .box-lg-ltr > .box__right {
    padding-right: 0;
    padding-left: 30px;
  }
}
.tpl .box .box__middle,
.tpl:not(.lt-ie10) .box .box__middle,
.tpl .box-xs .box__middle,
.tpl:not(.lt-ie10) .box-xs .box__middle,
.tpl .box-sm .box__middle,
.tpl:not(.lt-ie10) .box-sm .box__middle,
.tpl .box-md .box__middle,
.tpl:not(.lt-ie10) .box-md .box__middle,
.tpl .box-lg .box__middle,
.tpl:not(.lt-ie10) .box-lg .box__middle {
  vertical-align: middle;
}
.tpl .box .box__bottom,
.tpl:not(.lt-ie10) .box .box__bottom,
.tpl .box-xs .box__bottom,
.tpl:not(.lt-ie10) .box-xs .box__bottom,
.tpl .box-sm .box__bottom,
.tpl:not(.lt-ie10) .box-sm .box__bottom,
.tpl .box-md .box__bottom,
.tpl:not(.lt-ie10) .box-md .box__bottom,
.tpl .box-lg .box__bottom,
.tpl:not(.lt-ie10) .box-lg .box__bottom {
  vertical-align: bottom;
}
.lg-sub-.tpl,
.tpl .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.tpl .lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tpl .lg-actions .lg-next,
.tpl .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}
.tpl .lg-actions .lg-next.disabled,
.tpl .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.tpl .lg-actions .lg-next:hover,
.tpl .lg-actions .lg-prev:hover {
  color: #ffffff;
}
.tpl .lg-actions .lg-next {
  right: 20px;
}
.tpl .lg-actions .lg-next:before {
  content: "\e095";
}
.tpl .lg-actions .lg-prev {
  left: 20px;
}
.tpl .lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.tpl .lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.tpl .lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.tpl .lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tpl .lg-toolbar .lg-icon {
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tpl .lg-toolbar .lg-icon:hover {
  color: #ffffff;
}
.tpl .lg-toolbar .lg-close:after {
  content: "\e070";
}
.tpl .lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.tpl .lg-sub-html {
  bottom: 0;
  color: #eeeeee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.tpl .lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.tpl .lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.tpl #lg-counter {
  color: #999999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.tpl .lg-next,
.tpl .lg-prev,
.tpl .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.tpl .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.tpl .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.tpl .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.tpl:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.tpl:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.tpl .lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.tpl .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.tpl .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.tpl .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.tpl .lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tpl .lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}
.tpl .lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .tpl .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.tpl .lg-outer .lg-thumb-item.active,
.tpl .lg-outer .lg-thumb-item:hover {
  border-color: #AA375A;
}
.tpl .lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpl .lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.tpl .lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.tpl .lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.tpl .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.tpl .lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.tpl .lg-outer .lg-toogle-thumb:hover,
.tpl .lg-outer.lg-dropdown-active #lg-share {
  color: #ffffff;
}
.tpl .lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.tpl .lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.tpl .lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.tpl .lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.tpl .lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.tpl .lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.tpl .lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}
.tpl .lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}
.tpl .lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.tpl .lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.tpl .lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat;
}
.tpl .lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}
.tpl .lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.tpl .lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.tpl .lg-outer .lg-has-video.lg-video-playing .lg-object,
.tpl .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.tpl .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.tpl .lg-progress-bar {
  background-color: #333333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}
.tpl .lg-progress-bar .lg-progress {
  background-color: #AA375A;
  height: 5px;
  width: 0;
}
.tpl .lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.tpl .lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.tpl .lg-autoplay-button:after {
  content: "\e01d";
}
.tpl .lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.tpl .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.tpl .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.tpl .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.tpl .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.tpl .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpl .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpl #lg-zoom-in:after {
  content: "\e311";
}
.tpl #lg-actual-size {
  font-size: 20px;
}
.tpl #lg-actual-size:after {
  content: "\e033";
}
.tpl #lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.tpl #lg-zoom-out:after {
  content: "\e312";
}
.tpl .lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.tpl .lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.tpl .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.tpl .lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.tpl .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tpl .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #ffffff inset;
}
.tpl .lg-outer .lg-pager-thumb-cont {
  background-color: #ffffff;
  color: #ffffff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.tpl .lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.tpl .lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.tpl .lg-outer .lg-pager:focus,
.tpl .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #ffffff inset;
}
.tpl .lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.tpl .lg-fullscreen:after {
  content: "\e20c";
}
.tpl .lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.tpl .lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.tpl .lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.tpl .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.tpl .lg-outer .lg-dropdown {
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.tpl .lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  right: 16px;
  top: -16px;
}
.tpl .lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.tpl .lg-outer .lg-dropdown > li:hover .lg-icon,
.tpl .lg-outer .lg-dropdown > li:hover a {
  color: #333333;
}
.tpl .lg-outer .lg-dropdown a {
  color: #333333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.tpl .lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.tpl .lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.tpl .lg-outer .lg-dropdown .lg-icon {
  color: #333333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.tpl .lg-outer,
.tpl .lg-outer .lg,
.tpl .lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.tpl .lg-outer #lg-share {
  position: relative;
}
.tpl .lg-outer #lg-share:after {
  content: "\e80d";
}
.tpl .lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.tpl .lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.tpl .lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.tpl .lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.tpl .lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.tpl .lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.tpl .lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.tpl .lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.tpl .lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.tpl .lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.tpl .lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tpl .lg-outer.lg-visible {
  opacity: 1;
}
.tpl .lg-outer.lg-css3 .lg-item.lg-current,
.tpl .lg-outer.lg-css3 .lg-item.lg-next-slide,
.tpl .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.tpl .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.tpl .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.tpl .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.tpl .lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.tpl .lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.tpl .lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.tpl .lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.tpl .lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important;
}
.tpl .lg-outer.lg-css .lg-current,
.tpl .lg-outer.lg-css3 .lg-current,
.tpl .lg-outer.lg-css3 .lg-next-slide,
.tpl .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.tpl .lg-outer .lg-img-wrap,
.tpl .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tpl .lg-outer .lg-img-wrap:before,
.tpl .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.tpl .lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tpl .lg-outer .lg-item.lg-complete {
  background-image: none;
}
.tpl .lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.tpl .lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.tpl .lg-outer.lg-show-after-load .lg-item .lg-object,
.tpl .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.tpl .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.tpl .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.tpl .lg-outer .lg-empty-html,
.tpl .lg-outer.lg-hide-download #lg-download {
  display: none;
}
.tpl .lg-backdrop.in {
  opacity: 1;
}
.tpl .lg-css3.lg-no-trans .lg-current,
.tpl .lg-css3.lg-no-trans .lg-next-slide,
.tpl .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.tpl .lg-css3.lg-use-css3 .lg-item,
.tpl .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpl .lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.tpl .lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.tpl .lg-css3.lg-fade .lg-item.lg-current,
.tpl .lg-css3.lg-fade .lg-item.lg-next-slide,
.tpl .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.tpl .lg-sub-html,
.tpl .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.tpl .lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tpl .lg-actions .lg-next,
.tpl .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}
.tpl .lg-actions .lg-next.disabled,
.tpl .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.tpl .lg-actions .lg-next:hover,
.tpl .lg-actions .lg-prev:hover {
  color: #ffffff;
}
.tpl .lg-actions .lg-next {
  right: 20px;
}
.tpl .lg-actions .lg-next:before {
  content: "\e095";
}
.tpl .lg-actions .lg-prev {
  left: 20px;
}
.tpl .lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.tpl .lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.tpl .lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.tpl .lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tpl .lg-toolbar .lg-icon {
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.tpl .lg-toolbar .lg-icon:hover {
  color: #ffffff;
}
.tpl .lg-toolbar .lg-close:after {
  content: "\e070";
}
.tpl .lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.tpl .lg-sub-html {
  bottom: 0;
  color: #eeeeee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.tpl .lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.tpl .lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.tpl #lg-counter {
  color: #999999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.tpl .lg-next,
.tpl .lg-prev,
.tpl .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.tpl .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.tpl .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.tpl .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.tpl:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.tpl:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.tpl .lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.tpl .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.tpl .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.tpl .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.tpl .lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tpl .lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.tpl .lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .tpl .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.tpl .lg-outer .lg-thumb-item.active,
.tpl .lg-outer .lg-thumb-item:hover {
  border-color: #AA375A;
}
.tpl .lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpl .lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.tpl .lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.tpl .lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.tpl .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.tpl .lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.tpl .lg-outer .lg-toogle-thumb:hover,
.tpl .lg-outer.lg-dropdown-active #lg-share {
  color: #ffffff;
}
.tpl .lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.tpl .lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.tpl .lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.tpl .lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.tpl .lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.tpl .lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.tpl .lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat;
}
.tpl .lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}
.tpl .lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.tpl .lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.tpl .lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat;
}
.tpl .lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat;
}
.tpl .lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.tpl .lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.tpl .lg-outer .lg-has-video.lg-video-playing .lg-object,
.tpl .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.tpl .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.tpl .lg-progress-bar {
  background-color: #333333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}
.tpl .lg-progress-bar .lg-progress {
  background-color: #AA375A;
  height: 5px;
  width: 0;
}
.tpl .lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.tpl .lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.tpl .lg-autoplay-button:after {
  content: "\e01d";
}
.tpl .lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.tpl .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.tpl .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.tpl .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.tpl .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.tpl .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpl .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpl #lg-zoom-in:after {
  content: "\e311";
}
.tpl #lg-actual-size {
  font-size: 20px;
}
.tpl #lg-actual-size:after {
  content: "\e033";
}
.tpl #lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.tpl #lg-zoom-out:after {
  content: "\e312";
}
.tpl .lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.tpl .lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.tpl .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.tpl .lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.tpl .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tpl .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #ffffff inset;
}
.tpl .lg-outer .lg-pager-thumb-cont {
  background-color: #ffffff;
  color: #ffffff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.tpl .lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.tpl .lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.tpl .lg-outer .lg-pager:focus,
.tpl .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #ffffff inset;
}
.tpl .lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.tpl .lg-fullscreen:after {
  content: "\e20c";
}
.tpl .lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.tpl .lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.tpl .lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.tpl .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.tpl .lg-outer .lg-dropdown {
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.tpl .lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  right: 16px;
  top: -16px;
}
.tpl .lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.tpl .lg-outer .lg-dropdown > li:hover .lg-icon,
.tpl .lg-outer .lg-dropdown > li:hover a {
  color: #333333;
}
.tpl .lg-outer .lg-dropdown a {
  color: #333333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.tpl .lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.tpl .lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.tpl .lg-outer .lg-dropdown .lg-icon {
  color: #333333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.tpl .lg-outer,
.tpl .lg-outer .lg,
.tpl .lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.tpl .lg-outer #lg-share {
  position: relative;
}
.tpl .lg-outer #lg-share:after {
  content: "\e80d";
}
.tpl .lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.tpl .lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.tpl .lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.tpl .lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.tpl .lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.tpl .lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.tpl .lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.tpl .lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.tpl .lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.tpl .lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1090;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.tpl .lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tpl .lg-outer.lg-visible {
  opacity: 1;
}
.tpl .lg-outer.lg-css3 .lg-item.lg-current,
.tpl .lg-outer.lg-css3 .lg-item.lg-next-slide,
.tpl .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.tpl .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.tpl .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.tpl .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.tpl .lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.tpl .lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.tpl .lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.tpl .lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.tpl .lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important;
}
.tpl .lg-outer.lg-css .lg-current,
.tpl .lg-outer.lg-css3 .lg-current,
.tpl .lg-outer.lg-css3 .lg-next-slide,
.tpl .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.tpl .lg-outer .lg-img-wrap,
.tpl .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tpl .lg-outer .lg-img-wrap:before,
.tpl .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.tpl .lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tpl .lg-outer .lg-item.lg-complete {
  background-image: none;
}
.tpl .lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.tpl .lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.tpl .lg-outer.lg-show-after-load .lg-item .lg-object,
.tpl .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.tpl .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.tpl .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.tpl .lg-outer .lg-empty-html,
.tpl .lg-outer.lg-hide-download #lg-download {
  display: none;
}
.tpl .lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1090;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.tpl .lg-backdrop.in {
  opacity: 0.93;
}
.tpl .lg-css3.lg-no-trans .lg-current,
.tpl .lg-css3.lg-no-trans .lg-next-slide,
.tpl .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.tpl .lg-css3.lg-use-css3 .lg-item,
.tpl .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpl .lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.tpl .lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.tpl .lg-css3.lg-fade .lg-item.lg-current,
.tpl .lg-css3.lg-fade .lg-item.lg-next-slide,
.tpl .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.tpl .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.tpl .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.tpl [data-lightgallery="item"] img {
  width: 100%;
}
@-webkit-keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.tpl .rd-navbar-wrap {
  height: auto !important;
}
.tpl .rd-navbar-nav.transition {
  transition: 0.3s transform ease;
}
.tpl .rd-navbar {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .tpl .rd-navbar {
    background: transparent;
  }
}
@media (max-width: 1199px) {
  .tpl .rd-navbar {
    position: relative;
  }
}
.tpl .rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #262032;
  display: none;
}
.tpl .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
}
.tpl .rd-navbar-toggle span:after,
.tpl .rd-navbar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s all ease;
}
.tpl .rd-navbar-toggle span:after {
  top: 8px;
}
.tpl .rd-navbar-toggle span:after,
.tpl .rd-navbar-toggle span:before,
.tpl .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #262032;
  backface-visibility: hidden;
  border-radius: 2px;
}
.tpl .rd-navbar-toggle span {
  transform: rotate(180deg);
}
.tpl .rd-navbar-toggle span:before,
.tpl .rd-navbar-toggle span:after {
  transform-origin: 1.71429px center;
}
.tpl .rd-navbar-toggle.active span {
  transform: rotate(360deg);
}
.tpl .rd-navbar-toggle.active span:before,
.tpl .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}
.tpl .rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.tpl .rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.tpl .rd-navbar-brand .brand-name {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-family: Pacifico, sans-serif;
  color: #343842;
}
.tpl .rd-navbar-brand .brand-name:hover {
  color: #343842;
}
.tpl .rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #343842;
  display: none;
}
.tpl .rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -3px;
}
.tpl .rd-navbar-collapse-toggle span,
.tpl .rd-navbar-collapse-toggle span:before,
.tpl .rd-navbar-collapse-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #343842;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.tpl .rd-navbar-collapse-toggle span:before,
.tpl .rd-navbar-collapse-toggle span:after {
  content: '';
}
.tpl .rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}
.tpl .rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 3px;
}
.tpl .rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}
.tpl .rd-navbar-collapse-toggle.active span:before {
  transform: translateY(18px);
}
.tpl .rd-navbar-collapse-toggle.active span:after {
  transform: translateY(-18px);
}
.tpl .rd-navbar-nav > li > a {
  color: #343842;
}
.tpl .rd-navbar-nav .rd-navbar-dropdown .marked {
  text-transform: uppercase;
  color: #fff;
  font-size: 9px;
  line-height: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  background: #e75854;
  width: 35px;
  position: relative;
  text-align: center;
  margin-top: 3px;
  margin-right: 5px;
}
.tpl .rd-navbar-nav .rd-navbar-dropdown .marked:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 7px solid #e75854;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tpl .rd-navbar-nav .rd-navbar-megamenu .marked {
  text-transform: uppercase;
  color: #fff;
  font-size: 9px;
  line-height: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  background: #e75854;
  width: 35px;
  position: relative;
  text-align: center;
  margin-top: 13px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .tpl .rd-navbar-nav .rd-navbar-megamenu .marked {
    margin-top: 3px;
  }
}
.tpl .rd-navbar-nav .rd-navbar-megamenu .marked:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 7px solid #e75854;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tpl .rd-navbar-dropdown {
  display: none;
}
.tpl .rd-navbar-megamenu {
  display: none;
}
.tpl a.fa.nav-icon {
  display: inline-block;
  font: 400 24px/36px "FontAwesome";
  float: right;
  z-index: 2;
  color: #262032;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.tpl a.fa.nav-icon:hover {
  color: #AA375A;
}
.tpl .rd-navbar-search-toggle {
  display: inline-block;
  font: 400 24px/36px "FontAwesome";
  cursor: pointer;
}
.tpl .rd-navbar-search-toggle,
.tpl .rd-navbar-search-toggle:before,
.tpl .rd-navbar-search-toggle:after {
  text-align: center;
  width: 36px;
  height: 36px;
}
.tpl .rd-navbar-search-toggle:before,
.tpl .rd-navbar-search-toggle:after {
  position: absolute;
  left: 0;
  top: 0;
}
.tpl .rd-navbar-search-toggle:before {
  content: '\f002';
  transition: 0.3s all ease;
  transform: scale(1) rotate(0deg);
}
.tpl .rd-navbar:not(.rd-navbar-fixed) .rd-navbar-search-toggle:after {
  content: '\f00d';
  transition: 0.3s all ease;
  transform: scale(0) rotate(-90deg);
}
.tpl .rd-navbar:not(.rd-navbar-fixed) .rd-navbar-search-toggle.active:before {
  transform: scale(0) rotate(90deg);
}
.tpl .rd-navbar:not(.rd-navbar-fixed) .rd-navbar-search-toggle.active:after {
  transform: scale(1) rotate(0deg);
}
.tpl .rd-navbar-fixed .rd-navbar-search-toggle,
.tpl .rd-navbar-fixed .rd-navbar-search-toggle:before {
  width: 48px;
  line-height: 48px;
}
.tpl .rd-navbar-search-form-submit {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #343842;
  text-align: center;
  font-size: 24px;
}
.tpl .rd-navbar-search-form-submit:before {
  content: "\f002";
  font-weight: 400;
  font-family: "FontAwesome";
}
.tpl .rd-navbar-search-form-submit.active {
  transform: scale(0.7);
}
.tpl .rd-navbar-search-form-submit:hover:before {
  color: #AA375A;
  transition: 0.2s;
}
.tpl .rd-navbar-search-form-input {
  display: block;
}
.tpl .rd-navbar-search-results .search_list {
  counter-reset: num;
}
.tpl .rd-navbar-search-results .search_list li {
  padding: 20px;
  padding-left: 50px;
  position: relative;
}
.tpl .rd-navbar-search-results .search_list li p + p {
  margin-top: 20px;
}
.tpl .rd-navbar-search-results .search_list li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 16px;
  color: #252525;
  font-weight: 700;
}
.tpl .rd-navbar-search-results .search_list li:hover {
  background: rgba(0, 176, 108, 0.1);
}
.tpl .rd-navbar-live-search-results {
  position: absolute;
  right: 0px;
  top: 100%;
  width: 300px;
  font-size: 16px;
  line-height: 34px;
  color: #333;
  background: #FFF;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 998;
}
@media (max-width: 767px) {
  .tpl .rd-navbar-live-search-results {
    width: 100%;
  }
}
.tpl .rd-navbar-live-search-results .search-quick-result {
  padding-left: 8px;
  font-size: 14px;
  line-height: 30px;
  color: #757575;
  text-transform: uppercase;
  text-align: center;
}
.tpl .rd-navbar-live-search-results #search-results {
  padding: 16px;
}
.tpl .rd-navbar-live-search-results .search_list {
  margin-top: 4px;
  font-size: 16px;
  line-height: 30px;
}
.tpl .rd-navbar-live-search-results .search_list li + li {
  margin-top: 2px;
}
.tpl .rd-navbar-live-search-results .search_list .search_list li + li:last-child {
  margin-top: 8px;
  border-top: 1px solid #EBEBEB;
  padding-top: 7px;
}
.tpl .rd-navbar-live-search-results.no-empty {
  padding: 16px 20px 8px;
}
.tpl .rd-navbar-live-search-results .search_link {
  display: block;
  padding: 8px;
  color: #757575;
  border-radius: 2px;
}
.tpl .rd-navbar-live-search-results .search_link:hover {
  background: #F7F7F7;
}
.tpl .rd-navbar-live-search-results .search_link p {
  margin-top: 0;
  font-size: 14px;
  display: none;
}
.tpl .rd-navbar-live-search-results .search_title {
  color: #212121;
  font-weight: 400;
}
.tpl .rd-navbar-live-search-results .search_submit {
  display: block;
  text-align: center;
  padding: 8px;
  font-weight: 700;
  color: #AA375A;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tpl .rd-navbar-live-search-results .search_submit:hover {
  background: #F7F7F7;
}
.tpl .rd-navbar-live-search-results.active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1200px) {
  .tpl .rd-navbar-live-search-results .search_link p {
    display: block;
  }
}
.tpl .rd-navbar--is-clone .rd-navbar-live-search-results {
  visibility: hidden;
  opacity: 0;
}
.tpl .rd-navbar--is-clone .rd-navbar-live-search-results.active {
  visibility: visible;
  opacity: 1;
}
.tpl.rd-navbar--has-sidebar {
  padding-left: 270px;
}
.tpl .rd-navbar--is-stuck {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}
.tpl .rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.tpl .rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}
.tpl .rd-navbar.rd-navbar--is-stuck.rd-navbar--loading {
  visibility: hidden;
  transform: translateY(-100%);
}
.tpl .rd-navbar-static,
.tpl .rd-navbar-sidebar,
.tpl .rd-navbar-fullwidth {
  z-index: 12;
}
.tpl .rd-navbar-static .rd-navbar-search-form-input,
.tpl .rd-navbar-sidebar .rd-navbar-search-form-input,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form-input {
  display: block;
}
.tpl .rd-navbar-static .rd-navbar-search-form-input input,
.tpl .rd-navbar-sidebar .rd-navbar-search-form-input input,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form-input input {
  display: block;
  width: 100%;
  padding: 7px 40px 7px 18px;
  height: 48px;
  font-size: 16px;
  line-height: 34px;
  color: #343842;
  background: #f2f2f2;
}
.tpl .rd-navbar-static .rd-navbar-search-form-submit,
.tpl .rd-navbar-sidebar .rd-navbar-search-form-submit,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.tpl .rd-navbar-fullwidth {
  position: relative;
}
.tpl .rd-navbar-static,
.tpl .rd-navbar-fullwidth {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 13px;
}
.tpl .rd-navbar-static .rd-navbar-nav,
.tpl .rd-navbar-fullwidth .rd-navbar-nav {
  margin-top: 4px;
  margin-right: 8.5%;
}
.tpl .rd-navbar-static:after,
.tpl .rd-navbar-fullwidth:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.tpl .rd-navbar-static .rd-navbar-brand,
.tpl .rd-navbar-static .rd-navbar-nav > li > a,
.tpl .rd-navbar-static .rd-navbar-search-toggle,
.tpl .rd-navbar-fullwidth .rd-navbar-brand,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li > a,
.tpl .rd-navbar-fullwidth .rd-navbar-search-toggle {
  position: relative;
  z-index: 2;
}
.tpl .rd-navbar-static .rd-navbar-nav-wrap,
.tpl .rd-navbar-fullwidth .rd-navbar-nav-wrap {
  padding-right: 100px;
}
.tpl .rd-navbar-static .rd-navbar-nav > li > a,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li > a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .rd-navbar-static .rd-navbar-nav > li.focus > a,
.tpl .rd-navbar-static .rd-navbar-nav > li > a:hover,
.tpl .rd-navbar-static .rd-navbar-nav > li.active > a,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
  color: #AA375A;
}
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > ul,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > ul {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu li,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu li {
  font-size: 14px;
}
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown {
  display: block;
}
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
  display: table;
}
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tpl .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown {
  display: block;
}
.tpl .rd-navbar-static .rd-navbar-inner,
.tpl .rd-navbar-fullwidth .rd-navbar-inner {
  position: relative;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.tpl .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
  position: absolute;
  text-align: left;
  margin-top: 10px;
  left: 50%;
  margin-left: -135px;
  width: 270px;
  background: #2d344d;
  z-index: 5;
}
.tpl .rd-navbar-static .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown {
  background: #2d344d;
  padding: 23px 5px 28px 20px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .rd-navbar-static .rd-navbar-dropdown span.fa-angle-right,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown span.fa-angle-right {
  font-size: 16px;
  float: right;
  color: #fff;
}
.tpl .rd-navbar-static .rd-navbar-dropdown li + li,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown li + li {
  border-top: 1px solid #3a4260;
}
.tpl .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown {
  padding: 0 0 0 20px;
  padding: 18px 38px;
}
.tpl .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown > li,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown > li {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown > li > a,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
  color: #7b8197;
  text-transform: none;
}
.tpl .rd-navbar-static .rd-navbar-dropdown > li > a,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown > li > a {
  display: block;
  padding: 8px 0;
  color: #8f96af;
  background: transparent;
}
.tpl .rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover {
  color: #fff;
  background: transparent;
}
.tpl .rd-navbar-static .rd-navbar-dropdown > li.focus > a,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a {
  color: #fff;
  background: transparent;
}
.tpl .rd-navbar-static .rd-navbar-megamenu,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu {
  position: absolute;
  text-align: left;
  left: -28px;
  right: -28px;
  table-layout: fixed;
  width: 104.5%;
  margin-top: 17px;
  max-width: none;
  background: #2d344d;
  z-index: 4;
}
@media (max-width: 1300px) {
  .tpl .rd-navbar-static .rd-navbar-megamenu,
  .tpl .rd-navbar-fullwidth .rd-navbar-megamenu {
    right: 15px;
    left: 15px;
    width: 97%;
  }
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li {
  position: relative;
  display: table-cell;
  padding: 41px 20px 41px 41px;
  width: 25%;
  line-height: 26px;
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li > p,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li > p {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  letter-spacing: 0.06em;
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li > ul,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul {
  padding: 8px 9px;
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li > ul li + li,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul li + li {
  margin-top: 5px;
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li > ul a,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a {
  display: inline-block;
  color: #8f96af;
  background: transparent;
  font-size: 15px;
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  .tpl .rd-navbar-static .rd-navbar-megamenu > li > ul a,
  .tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a {
    font-size: 13px;
  }
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li > ul a:hover,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a:hover {
  color: #fff;
  background: transparent;
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li + li,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li + li {
  padding-left: 10px;
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li + li:before,
.tpl .rd-navbar-fullwidth .rd-navbar-megamenu > li + li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 100%;
  margin-right: 17px;
  background: #414967;
}
.tpl .rd-navbar-static.rd-navbar--is-clone,
.tpl .rd-navbar-fullwidth.rd-navbar--is-clone {
  display: none;
  transform: translateY(-110%);
}
.tpl .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck,
.tpl .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translateY(0);
}
.tpl .rd-navbar-static .rd-navbar-search-form,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 100%;
  margin-top: 14px;
  right: 0;
  width: 300px;
  padding: 5px 15px;
  z-index: 1;
}
.tpl .rd-navbar-static .rd-navbar-search-form label,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form label {
  display: block;
  max-width: 100%;
  font-weight: bold;
  color: #cbcbc9;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.tpl .rd-navbar-static .rd-navbar-search-form label input,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form label input {
  outline: none;
  overflow: visible;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.tpl .rd-navbar-static .rd-navbar-search-form:before,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translate(-50%);
}
.tpl .rd-navbar-static .rd-navbar-search-form:before,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form:before {
  right: 100%;
}
.tpl .rd-navbar-static .rd-navbar-search-form:after,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form:after {
  left: 100%;
}
.tpl .rd-navbar-static .rd-navbar-search-form:before,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form:before {
  background: #f5f5f5;
  box-shadow: inset 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}
.tpl .rd-navbar-static .rd-navbar-search-form-submit,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form-submit {
  right: 15px;
  margin-top: 5px;
  transform: scale(0.7);
  outline: none;
  color: inherit;
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.tpl .rd-navbar-static .rd-navbar-search-form-input,
.tpl .rd-navbar-fullwidth .rd-navbar-search-form-input {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 48px;
  font-size: 16px;
  line-height: 34px;
  color: #343842;
  background: #f2f2f2;
}
.tpl .rd-navbar-static .rd-navbar-search-toggle,
.tpl .rd-navbar-fullwidth .rd-navbar-search-toggle {
  cursor: pointer;
  position: absolute;
  right: 53px;
  top: 50%;
  transform: translateY(-50%);
  color: #262032;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
@media (min-width: 1200px) {
  .tpl .rd-navbar-static .rd-navbar-search-toggle,
  .tpl .rd-navbar-fullwidth .rd-navbar-search-toggle {
    right: 73px;
  }
}
.tpl .rd-navbar-static .rd-navbar-search-toggle:hover,
.tpl .rd-navbar-fullwidth .rd-navbar-search-toggle:hover {
  color: #AA375A;
}
.tpl .rd-navbar-static .rd-navbar-search.active .rd-navbar-search-form,
.tpl .rd-navbar-fullwidth .rd-navbar-search.active .rd-navbar-search-form {
  opacity: 1;
  visibility: visible;
}
.tpl .rd-navbar-static .rd-navbar-live-search-results,
.tpl .rd-navbar-fullwidth .rd-navbar-live-search-results {
  top: calc(100% + 80px);
  z-index: 0;
}
.tpl .rd-navbar-static.rd-navbar--is-stuck,
.tpl .rd-navbar-static.rd-navbar--is-clone,
.tpl .rd-navbar-fullwidth.rd-navbar--is-stuck,
.tpl .rd-navbar-fullwidth.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1090;
}
.tpl .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-collapse,
.tpl .rd-navbar-static.rd-navbar--is-clone .rd-navbar-collapse,
.tpl .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-collapse,
.tpl .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-collapse {
  display: none;
}
.tpl .rd-navbar-static .rd-navbar--has-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar--has-dropdown {
  position: relative;
}
.tpl .rd-navbar-static.rd-navbar--is-clone,
.tpl .rd-navbar-fullwidth.rd-navbar--is-clone {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-toggle,
.tpl .rd-navbar-sidebar .rd-navbar-collapse-toggle {
  display: inline-block;
  z-index: 1;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-items,
.tpl .rd-navbar-sidebar .rd-navbar-collapse-items {
  position: absolute;
  width: 260px;
  padding: 25px 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  color: #343842;
  background: #fff;
  font-size: 16px;
  line-height: 34px;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-items li > *,
.tpl .rd-navbar-sidebar .rd-navbar-collapse-items li > * {
  vertical-align: middle;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-items li + li,
.tpl .rd-navbar-sidebar .rd-navbar-collapse-items li + li {
  margin-top: 10px;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-items .icon,
.tpl .rd-navbar-fixed .rd-navbar-collapse-items a,
.tpl .rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.tpl .rd-navbar-sidebar .rd-navbar-collapse-items a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-items .icon,
.tpl .rd-navbar-fixed .rd-navbar-collapse-items a[class*="fa"]:before,
.tpl .rd-navbar-sidebar .rd-navbar-collapse-items .icon,
.tpl .rd-navbar-sidebar .rd-navbar-collapse-items a[class*="fa"]:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-right: 5px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav,
.tpl .rd-navbar-sidebar {
  position: fixed;
  width: 315px;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 34px;
  color: #343842;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  z-index: 998;
  padding: 10px 4px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav:before,
.tpl .rd-navbar-fixed .rd-navbar-nav:after,
.tpl .rd-navbar-sidebar:before,
.tpl .rd-navbar-sidebar:after {
  content: '';
  display: block;
  height: 56px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar,
.tpl .rd-navbar-sidebar::-webkit-scrollbar {
  width: 4px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-thumb,
.tpl .rd-navbar-sidebar::-webkit-scrollbar-thumb {
  background: white;
  border: none;
  border-radius: 0;
  opacity: 0.2;
}
.tpl .rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-track,
.tpl .rd-navbar-sidebar::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 0;
}
.tpl .rd-navbar-fixed .rd-navbar-nav {
  width: 270px;
}
.tpl .rd-navbar-sidebar {
  padding-right: 45px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav p,
.tpl .rd-navbar-sidebar .rd-navbar-nav p {
  font-weight: 700;
  color: #262032;
  padding: 5px 40px 5px 15px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav p > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav p > a {
  display: block;
  color: #000000;
  margin: -5px -40px -5px -15px;
  font-weight: 400;
  padding: 5px 40px 5px 15px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav p > a:hover,
.tpl .rd-navbar-sidebar .rd-navbar-nav p > a:hover {
  color: #AA375A;
  background: transparent;
  text-decoration: none;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu .fa-angle-right,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu .fa-angle-right {
  display: none;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened > a {
  color: #AA375A;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-dropdown,
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-megamenu,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-dropdown,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-megamenu {
  display: block;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-submenu-toggle,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened .rd-navbar-submenu-toggle {
  transform: rotateX(180deg);
}
.tpl .rd-navbar-fixed .rd-navbar-nav li,
.tpl .rd-navbar-sidebar .rd-navbar-nav li {
  position: relative;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li .rd-navbar-submenu-toggle,
.tpl .rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-submenu-toggle {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 5px;
  top: 8px;
  color: inherit;
  opacity: 0.7;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  border: 1px solid;
  border-radius: 50%;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li .rd-navbar-submenu-toggle:before,
.tpl .rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-submenu-toggle:before {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 23px;
  left: 0px;
  right: 0;
  top: 0px;
  transition: 0.3s;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li li > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav li li > a {
  padding-left: 20px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > a {
  position: relative;
  display: block;
  padding: 5px 40px 5px 15px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li > a .rd-navbar-submenu-toggle,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > a .rd-navbar-submenu-toggle {
  position: absolute;
  width: 34px;
  right: 3px;
  color: inherit;
  opacity: 0.7;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li > a .rd-navbar-submenu-toggle:hover,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > a .rd-navbar-submenu-toggle:hover {
  opacity: 1;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li > a .rd-navbar-submenu-toggle:before,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > a .rd-navbar-submenu-toggle:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 400;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li > a:first-letter,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > a:first-letter {
  text-transform: uppercase;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li.active > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav li.active > a {
  color: #AA375A;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li.focus > a,
.tpl .rd-navbar-fixed .rd-navbar-nav li > a:hover,
.tpl .rd-navbar-sidebar .rd-navbar-nav li.focus > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > a:hover {
  color: #AA375A;
  background: transparent;
}
.tpl .rd-navbar-fixed .rd-navbar-nav li.focus > a .rd-navbar-submenu-toggle,
.tpl .rd-navbar-sidebar .rd-navbar-nav li.focus > a .rd-navbar-submenu-toggle {
  transform: rotate(180deg);
}
.tpl .rd-navbar-fixed .rd-navbar-nav li + li,
.tpl .rd-navbar-fixed .rd-navbar-nav li > img + a,
.tpl .rd-navbar-fixed .rd-navbar-nav li > a + a,
.tpl .rd-navbar-fixed .rd-navbar-nav li > a + ul,
.tpl .rd-navbar-sidebar .rd-navbar-nav li + li,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > img + a,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > a + a,
.tpl .rd-navbar-sidebar .rd-navbar-nav li > a + ul {
  margin-top: 4px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown > li > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown > li > a {
  padding-left: 30px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown ul > li > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown ul > li > a {
  padding-left: 40px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-megamenu p,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-megamenu p {
  padding-left: 30px;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-megamenu ul > li > a,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-megamenu ul > li > a {
  padding-left: 40px;
  display: inline-block;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown {
  display: none;
}
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.tpl .rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.tpl .rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}
.tpl .rd-navbar-static .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown {
  width: 270px;
  transition: 0.3s;
  padding: 18px 38px;
  position: absolute;
  left: 119%;
  top: 125%;
}
.tpl .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown,
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown {
  top: 0;
}
.tpl .rd-navbar-fixed .rd-navbar-search-form-submit,
.tpl .rd-navbar-sidebar .rd-navbar-search-form-submit {
  transform: scale(0.7);
}
.tpl .rd-navbar-static {
  display: block;
}
.tpl .rd-navbar-static .rd-navbar-panel,
.tpl .rd-navbar-static .rd-navbar-nav-wrap {
  display: table-cell;
  vertical-align: middle;
}
.tpl .rd-navbar-static .rd-navbar-panel {
  text-align: left;
  min-width: 180px;
}
@media (min-width: 1200px) {
  .tpl .rd-navbar-static .rd-navbar-panel {
    min-width: 300px;
  }
}
.tpl .rd-navbar-static .rd-navbar-nav-wrap {
  width: 100%;
  text-align: right;
}
.tpl .rd-navbar-static .rd-navbar-nav {
  margin-left: -5.5%;
}
.tpl .rd-navbar-static .rd-navbar-nav > li {
  display: inline-block;
  margin-left: 5.5%;
}
@media (max-width: 1199px) {
  .tpl .rd-navbar-static .rd-navbar-nav {
    margin-left: -5%;
  }
  .tpl .rd-navbar-static .rd-navbar-nav > li {
    margin-left: 5%;
  }
}
.tpl .rd-navbar-static .rd-navbar-static--visible {
  display: block;
}
.tpl .rd-navbar-static .rd-navbar-static--hidden {
  display: none;
}
.tpl .rd-navbar-fullwidth {
  display: block;
}
@media (min-width: 1200px) {
  .tpl .rd-navbar-fullwidth .rd-navbar-brand .brand-name {
    font-size: 48px;
  }
}
.tpl .rd-navbar-fullwidth .rd-navbar-dropdown {
  top: 105%;
}
.tpl .rd-navbar-fullwidth .rd-navbar-panel {
  text-align: center;
  padding: 10px 0;
}
.tpl .rd-navbar-fullwidth .rd-navbar-nav-wrap {
  padding-right: 0px;
  position: relative;
}
.tpl .rd-navbar-fullwidth .rd-navbar-nav-wrap .rd-navbar-megamenu {
  top: 95%;
}
.tpl .rd-navbar-fullwidth .rd-navbar-search-toggle {
  top: -50px;
  transform: translateY(0);
}
.tpl .rd-navbar-fullwidth a.fa.nav-icon {
  position: absolute;
  right: 8px;
  top: -32px;
}
.tpl .rd-navbar-fullwidth .rd-navbar-nav {
  margin-right: 0;
  text-align: center;
}
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li {
  display: inline-block;
}
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li + li {
  margin-left: 40px;
}
.tpl .rd-navbar-fullwidth .rd-navbar-nav > li > a {
  display: block;
  text-align: center;
}
.tpl .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel {
  display: none;
}
.tpl .rd-navbar-fullwidth .rd-navbar-fullwidth--visible {
  display: block;
}
.tpl .rd-navbar-fullwidth .rd-navbar-fullwidth--hidden {
  display: none;
}
.tpl.rd-navbar--has-fixed {
  padding-top: 56px;
}
.tpl .rd-navbar-fixed {
  display: block;
}
.tpl .rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  display: inline-block;
  padding-left: 4px;
  width: calc(100% - 104px);
}
.tpl .rd-navbar-fixed .rd-navbar-brand .brand-name {
  display: inline-block;
  font-size: 20px;
  line-height: 48px;
}
.tpl .rd-navbar-fixed .rd-navbar-brand .brand-slogan {
  display: none;
}
.tpl .rd-navbar-fixed .rd-navbar-panel {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 4px;
  height: 56px;
  color: #343842;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  z-index: 999;
}
.tpl .rd-navbar-fixed .rd-navbar-panel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.tpl .rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
  float: left;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse {
  right: 4px;
  z-index: 1000;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-items {
  top: 100%;
  right: 0;
  margin-top: 8px;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse.active .rd-navbar-collapse-items {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tpl .rd-navbar-fixed .rd-navbar-top-panel {
  height: 0;
}
.tpl .rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-inner {
  height: 0;
}
.tpl .rd-navbar-fixed .rd-navbar-top-panel a.fa-envelope,
.tpl .rd-navbar-fixed .rd-navbar-top-panel a.fa-phone {
  opacity: 0;
  visibility: hidden;
}
.tpl .rd-navbar-fixed .rd-navbar-top-panel a.fa-envelope.active,
.tpl .rd-navbar-fixed .rd-navbar-top-panel a.fa-phone.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  right: 22px;
  top: 91px;
  padding: 0;
  border: none;
  z-index: 21;
}
.tpl .rd-navbar-fixed .rd-navbar-top-panel a.fa-phone.active {
  top: 121px;
  right: 46px;
}
.tpl .rd-navbar-fixed .rd-navbar-top-panel .list-inline {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  right: 0;
  top: 56px;
  width: 212px;
  padding-top: 98px;
  padding-bottom: 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}
.tpl .rd-navbar-fixed .rd-navbar-top-panel .list-inline li {
  border: none;
  width: 35px;
}
.tpl .rd-navbar-fixed .rd-navbar-top-panel .list-inline.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.tpl .rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel {
  display: block;
}
.tpl .rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel a.fa-envelope,
.tpl .rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel a.fa-phone {
  display: none;
}
.tpl .rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel .list-inline {
  padding-top: 0;
  padding-bottom: 50px;
}
.tpl .rd-navbar-fixed.top-panel-none-items .rd-navbar-top-panel .list-inline li {
  display: none;
}
.tpl .rd-navbar-fixed a.fa.nav-icon {
  position: fixed;
  top: 81px;
  right: 69px;
  z-index: 801;
  color: #a1adb5;
  width: 125px;
}
.tpl .rd-navbar-fixed .rd-navbar-search-form,
.tpl .rd-navbar-fixed .rd-navbar-search-toggle {
  right: 38px;
}
.tpl .rd-navbar-fixed .rd-navbar-search-form,
.tpl .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
  position: fixed;
  margin-right: 0;
  margin-left: auto;
}
.tpl .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
  top: 56px;
}
.tpl .rd-navbar-fixed .rd-navbar-search-form {
  top: 0;
  left: 56px;
  height: 56px;
  z-index: 10;
}
.tpl .rd-navbar-fixed .rd-navbar-search-form-input {
  padding: 8px 0;
  visibility: hidden;
  opacity: 0;
  height: 56px;
  background: #fff;
  transition: 0.3s all ease;
  z-index: 1;
}
.tpl .rd-navbar-fixed .rd-navbar-search-form-input input {
  display: block;
  width: 100%;
  padding: 0 48px 0 20px;
  height: 40px;
  font-size: 16px;
  line-height: 34px;
  color: #343842;
  background: #f2f2f2;
}
.tpl .rd-navbar-fixed .rd-navbar-search-form-submit {
  position: absolute;
  top: 4px;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.tpl .rd-navbar-fixed .rd-navbar-search-toggle.active {
  opacity: 0;
  visibility: hidden;
}
.tpl .rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-form-input,
.tpl .rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-form-submit {
  opacity: 1;
  visibility: visible;
}
.tpl .rd-navbar-fixed .rd-navbar-search.active .rd-navbar-search-form {
  z-index: 1000;
}
@media (min-width: 992px) {
  .tpl .rd-navbar-fixed .rd-navbar-search-form,
  .tpl .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
    max-width: 340px;
  }
  .tpl .rd-navbar-fixed .rd-navbar-search .rd-navbar-live-search-results {
    right: 4px;
  }
}
@media (min-width: 576px) {
  .tpl .rd-navbar-fixed .rd-navbar-search .rd-navbar-brand .brand-name {
    font-size: 24px;
  }
}
.tpl .rd-navbar-fixed .rd-navbar-nav {
  transform: translateX(-270px);
}
.tpl .rd-navbar-fixed .rd-navbar-collapse,
.tpl .rd-navbar-fixed .rd-navbar-search-toggle {
  position: fixed;
  top: 4px;
  height: 48px;
  z-index: 1000;
  color: #262032;
}
.tpl .rd-navbar-fixed .rd-navbar-search-toggle:hover {
  color: #AA375A;
}
.tpl .rd-navbar-fixed.active .rd-navbar-nav {
  transform: translateX(0);
}
@media (max-width: 1199px) {
  .tpl .rd-navbar-fixed.rd-navbar--on-search .brand-name {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
  }
}
.tpl .rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}
.tpl .rd-navbar-fixed.rd-navbar--is-clone .rd-navbar-panel {
  transform: translateY(-110%);
}
.tpl .rd-navbar-fixed.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-panel {
  transform: translateY(0);
}
.tpl .rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}
.tpl .rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  font-family: "FontAwesome";
  height: 48px;
  position: fixed;
  right: 2px;
  top: 4px;
  width: 48px;
  z-index: 20;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}
.tpl .rd-navbar-fixed .rd-navbar-collapse-toggle span {
  color: #262032;
}
.tpl .rd-navbar-sidebar {
  display: block;
  transform: translateX(-270px);
  overflow-y: hidden;
  height: 48px;
}
@media (min-width: 768px) {
  .tpl .rd-navbar-sidebar .rd-navbar-top-panel {
    display: none;
  }
}
.tpl .rd-navbar-sidebar a.fa.nav-icon {
  right: 25px;
  top: 100px;
  transform: translateY(0);
}
.tpl .rd-navbar-sidebar .rd-navbar-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.tpl .rd-navbar-sidebar .rd-navbar-toggle:hover {
  box-shadow: inset 0 0 0px 2px rgba(20, 165, 235, 0.5);
  transition: 0.2s;
  transition-delay: 0s;
}
.tpl .rd-navbar-sidebar.active {
  transform: translateX(0);
  overflow-y: auto;
  height: 100%;
  padding-right: 4px;
}
.tpl .rd-navbar-sidebar.active .rd-navbar-toggle {
  right: 0;
}
.tpl .rd-navbar-sidebar .rd-navbar-dropdown .marked {
  margin-top: 8px;
}
.tpl .rd-navbar-sidebar .rd-navbar-brand {
  text-align: center;
  margin-bottom: 28px;
  padding: 10%;
}
.tpl .rd-navbar-sidebar .rd-navbar-brand .brand-name {
  font-size: 30px;
}
.tpl .rd-navbar-sidebar .rd-navbar-search {
  position: relative;
  margin-bottom: 10px;
}
.tpl .rd-navbar-sidebar .rd-navbar-search-toggle {
  display: none;
}
.tpl .rd-navbar-sidebar .rd-navbar-search label {
  display: block;
}
.tpl .rd-navbar-sidebar .rd-navbar-search.active .rd-navbar-search-form-input {
  opacity: 1;
  visibility: visible;
}
.tpl .rd-navbar-sidebar .rd-navbar-live-search-results {
  transform: translateY(30px);
}
.tpl .rd-navbar-sidebar .rd-navbar-live-search-results.active {
  transform: translateY(0);
}
.tpl .rd-navbar-sidebar .rd-navbar-live-search-results .search_link p {
  display: none;
}
.tpl .rd-navbar-sidebar .rd-navbar-collapse-items {
  top: 0;
  left: 0;
  padding-top: 45px;
  transform: scale(0.7);
  transform-origin: 0% 0%;
  opacity: 0;
  visibility: hidden;
}
.tpl .rd-navbar-sidebar .rd-navbar-collapse {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  z-index: 1;
}
.tpl .rd-navbar-sidebar .rd-navbar-collapse.active .rd-navbar-collapse-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tpl .rd-navbar-sidebar .rd-navbar-sidebar--visible {
  display: block;
}
.tpl .rd-navbar-sidebar .rd-navbar-sidebar--hidden {
  display: none;
}
.tpl.boxed.rd-navbar--has-sidebar {
  padding-left: 300px;
  padding-right: 30px;
}
.tpl.boxed .rd-navbar--is-clone {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.tpl .rd-navbar-top-panel {
  position: relative;
  margin-top: -20px;
  margin-bottom: 14px;
  z-index: 1000;
  background: #f5f5f5;
}
.tpl .rd-navbar-top-panel:before,
.tpl .rd-navbar-top-panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.tpl .rd-navbar-top-panel:after {
  clear: both;
}
.tpl .rd-navbar-top-panel * {
  color: #a1adb5;
}
.tpl .rd-navbar-top-panel a.fa-envelope,
.tpl .rd-navbar-top-panel a.fa-phone {
  border-left: 1px solid #dde2e6;
  padding-left: 17px;
  padding-right: 17px;
  line-height: 40px;
  display: inline-block;
}
.tpl .rd-navbar-top-panel a.fa-envelope:before,
.tpl .rd-navbar-top-panel a.fa-phone:before {
  font-size: 16px;
  padding-right: 10px;
  color: #c6d0d6;
  font-family: "FontAwesome";
}
.tpl .rd-navbar-top-panel a.fa-phone {
  border-right: 1px solid #dde2e6;
}
.tpl .rd-navbar--is-stuck.rd-navbar {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tpl .rd-navbar--is-stuck .rd-navbar-top-panel {
  display: none;
}
.tpl .top-panel-none .rd-navbar-top-panel {
  display: none;
}
@media (min-width: 768px) {
  .tpl .top-panel-none-items .rd-navbar-top-panel {
    display: none;
  }
}
.tpl .toggles-none a.fa.nav-icon,
.tpl .toggles-none .rd-navbar-search {
  display: none;
}
.tpl .toggles-none .rd-navbar-nav {
  margin-right: 0;
}
.tpl .toggles-none .rd-navbar-nav-wrap {
  padding-right: 15px;
}
.tpl .minimal .rd-navbar-top-panel {
  display: none;
}
.tpl .minimal a.fa.nav-icon,
.tpl .minimal .rd-navbar-search {
  display: none;
}
.tpl .minimal .rd-navbar-nav {
  margin-right: 0;
}
.tpl .minimal .rd-navbar-nav-wrap {
  padding-right: 15px;
}
.tpl .minimal .rd-navbar-brand .brand-name {
  font-size: 27px;
}
.tpl .minimal .rd-navbar-nav > li > a {
  font-size: 13px;
}
.tpl .minimal.rd-navbar-static,
.tpl .minimal.rd-navbar-fullwidth {
  padding-top: 1px;
  padding-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .tpl .minimal.rd-navbar-static .rd-navbar-nav > li:last-of-type .rd-navbar-dropdown,
  .tpl .minimal.rd-navbar-fullwidth .rd-navbar-nav > li:last-of-type .rd-navbar-dropdown {
    left: auto;
    right: 0;
  }
}
.tpl .minimal .rd-navbar-nav > li {
  margin-left: 5.2%;
}
.tpl .form-input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #a7b0b4;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
}
.tpl .form-input:focus {
  outline: 0;
  box-shadow: 0 1px 13px rgba(20, 165, 235, 0.4);
  background-color: #fff;
}
.tpl .form-input::-moz-placeholder {
  color: #a7b0b4;
}
.tpl .form-input::-webkit-input-placeholder {
  color: #a7b0b4;
}
.tpl .form-input:-ms-input-placeholder {
  color: #a7b0b4;
}
.tpl .form-input::-ms-input-placeholder {
  color: #a7b0b4;
}
.tpl .form-input::placeholder {
  color: #a7b0b4;
}
.tpl textarea.form-input {
  height: 100px;
  min-height: 50px;
  max-height: 200px;
  resize: vertical;
}
.tpl .form-wrap {
  position: relative;
}
.tpl .form-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  margin: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  pointer-events: none;
  transition: 0.3s;
  color: #a7b0b4;
}
.tpl .form-label.focus {
  opacity: 0;
}
.tpl .form-label.auto-fill {
  color: #a7b0b4;
}
.tpl .form-label-outside {
  display: block;
  margin: 0 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #a7b0b4;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tpl .form-label-outside {
    position: static;
  }
}
.tpl .form-validation {
  position: absolute;
  top: 2px;
  left: 25px;
  right: 16px;
  z-index: 11;
  text-align: right;
  font-size: 11px;
  line-height: 11px;
  transition: 0.3s;
  color: #d9534f;
}
.tpl .validation-with-outside-label .form-validation {
  top: 32px;
}
.tpl .form-validation-left .form-validation {
  top: 100%;
  left: 0;
  right: auto;
}
.tpl .radio .radio-custom,
.tpl .radio-inline .radio-custom,
.tpl .checkbox .checkbox-custom,
.tpl .checkbox-inline .checkbox-custom {
  opacity: 0;
}
.tpl .radio .radio-custom,
.tpl .radio .radio-custom-dummy,
.tpl .radio-inline .radio-custom,
.tpl .radio-inline .radio-custom-dummy,
.tpl .checkbox .checkbox-custom,
.tpl .checkbox .checkbox-custom-dummy,
.tpl .checkbox-inline .checkbox-custom,
.tpl .checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  outline: none;
  cursor: pointer;
}
.tpl .radio .radio-custom-dummy,
.tpl .radio-inline .radio-custom-dummy,
.tpl .checkbox .checkbox-custom-dummy,
.tpl .checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #f5f5f5;
}
.tpl .radio .radio-custom-dummy:after,
.tpl .radio-inline .radio-custom-dummy:after,
.tpl .checkbox .checkbox-custom-dummy:after,
.tpl .checkbox-inline .checkbox-custom-dummy:after {
  position: absolute;
  opacity: 0;
}
.tpl .radio .radio-custom:focus,
.tpl .radio-inline .radio-custom:focus,
.tpl .checkbox .checkbox-custom:focus,
.tpl .checkbox-inline .checkbox-custom:focus {
  outline: none;
}
.tpl .radio-inline,
.tpl .checkbox-inline {
  padding-left: 25px;
  font-weight: 300;
  cursor: pointer;
}
.tpl .radio-inline .heading,
.tpl .checkbox-inline .heading {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.tpl .radio-custom:checked + .radio-custom-dummy:after,
.tpl .checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.tpl .radio input[type="radio"],
.tpl .radio-inline input[type="radio"] {
  margin: auto;
}
.tpl .radio .radio-custom-dummy,
.tpl .radio-inline .radio-custom-dummy {
  border-radius: 50%;
  box-shadow: inset 0 2px 2px 0 rgba(37, 37, 37, 0.16);
}
.tpl .radio .radio-custom-dummy:after,
.tpl .radio-inline .radio-custom-dummy:after {
  content: '';
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: #AA375A;
  border-radius: 50%;
}
.tpl .checkbox input[type="checkbox"],
.tpl .checkbox-inline input[type="checkbox"] {
  margin: auto;
}
.tpl .checkbox .checkbox-custom-dummy,
.tpl .checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  border-radius: 3px;
  margin-left: 0;
  left: 0;
}
.tpl .checkbox .checkbox-custom-dummy:after,
.tpl .checkbox-inline .checkbox-custom-dummy:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  color: #AA375A;
}
.tpl .block-inline-left + * {
  margin-left: 10px;
}
.tpl .subscribe-form {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 680px;
  width: 100%;
}
.tpl .subscribe-form .button-wrap,
.tpl .subscribe-form .form-wrap {
  flex-basis: 100%;
  flex-grow: 1;
}
.tpl .subscribe-form .button {
  width: 100%;
}
.tpl .subscribe-form * + .button-wrap {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .tpl .subscribe-form {
    flex-wrap: nowrap;
  }
  .tpl .subscribe-form .form-wrap {
    flex-shrink: 1;
    flex-grow: 0;
  }
  .tpl .subscribe-form .button-wrap {
    flex-basis: 38%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 0;
    margin-left: 30px;
  }
  .tpl .ie-11 .subscribe-form .button-wrap,
  .tpl .ie-edge .subscribe-form .button-wrap {
    min-width: 245px;
  }
}
.tpl .recaptcha div {
  display: block;
  transform-origin: 0 0;
}
.tpl .recaptcha iframe {
  display: block;
}
.tpl .form-wrap-recaptcha .form-validation {
  left: 15px;
  text-align: left;
}
.tpl .recaptcha-validation .form-validation {
  left: 15px;
  right: 15px;
  top: 10px;
  text-align: left;
}
@media (min-width: 576px) {
  .tpl .recaptcha-validation .form-validation {
    top: 2px;
  }
}
.tpl #form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  transform: translateX(-500px);
  z-index: 9999999;
  font-size: 14px;
  transition: 0.3s all ease;
  visibility: hidden;
}
.tpl #form-output-global.active {
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 576px) {
  .tpl #form-output-global {
    left: 30px;
  }
}
.tpl .form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tpl .form-output.active {
  opacity: 1;
  visibility: visible;
}
.tpl .form-output.error {
  color: #d9534f;
}
.tpl .form-output.success {
  color: #5cb85c;
}
.tpl .parallax-container {
  position: relative;
  overflow: hidden;
}
.tpl .material-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center top;
}
@media (max-width: 575px) {
  .tpl .material-parallax {
    background-size: auto 130% !important;
  }
}
.tpl .material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  transform: translate3d(-50%, 0, 0);
}
.tpl [data-x-mode='true'] .material-parallax img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.tpl .parallax-disabled {
  background-size: cover;
  background-position: center;
}
.tpl:not(.ie-11):not(.ios) .parallax-disabled {
  background-attachment: fixed;
}
.tpl .material-parallax .parallax-image-stretch {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
}
@supports (object-fit: cover) {
  .tpl .material-parallax .parallax-image-stretch {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.tpl .parallax-content > * {
  position: relative;
}
.tpl .parallax-overlay:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.tpl .header-parallax {
  position: relative;
  overflow: hidden;
}
.tpl .header-parallax .section-inner {
  position: relative;
  z-index: 0;
  transform: translate3d(0, var(--tyInner, 0), 0);
  opacity: var(--to, 1);
  pointer-events: auto;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.tpl .progress {
  overflow: visible;
  position: relative;
  width: 90%;
  margin-right: 9%;
  height: 10px;
  margin-top: 15px;
  margin-bottom: 25px;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .progress span {
  position: absolute;
  top: -6px;
  left: calc(100% + 10px);
}
.tpl .progress span:after {
  content: '%';
}
.tpl .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 0.25rem;
  text-align: center;
  transition: width 1s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1398d9+0,ff4081+100 */
  background: #ff4081;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff4081 0%, #1398d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff4081 0%, #1398d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff4081 0%, #1398d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4081', endColorstr='#1398d9', GradientType=1);
  /* IE6-9 */
}
.tpl .progress-linear {
  position: relative;
  text-align: left;
}
.tpl .progress-linear-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, -10px, 0);
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.tpl .progress-linear-header > * {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.tpl .progress-linear-title {
  text-transform: uppercase;
  color: #a7b0b4;
  font-size: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.tpl .progress-linear-body {
  position: relative;
  height: 10px;
  background: #e9ecef;
  width: 90%;
  border-radius: 0.25rem;
}
.tpl .progress-linear-bar {
  width: 0;
  height: inherit;
  transition: 1s all ease-in-out;
  border-radius: 0.25rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1398d9+0,ff4081+100 */
  background: #ff4081;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff4081 0%, #1398d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff4081 0%, #1398d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff4081 0%, #1398d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4081', endColorstr='#1398d9', GradientType=1);
  /* IE6-9 */
}
.tpl .progress-linear-counter {
  font-weight: 400;
  color: #a7b0b4;
  font-size: 12px;
  position: absolute;
  top: -6px;
  left: calc(100% + 10px);
}
.tpl .progress-linear-counter::after {
  content: "%";
}
.tpl * + .progress-linear-body {
  margin-top: 10px;
}
.tpl .progress-linear + .progress-linear {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .tpl .progress-linear + .progress-linear {
    margin-top: 25px;
  }
}
.tpl .progress-striped .progress-bar,
.tpl .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.tpl .progress.active .progress-bar,
.tpl .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.tpl .progress-bar-wrap {
  max-width: 100%;
  width: 210px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl .progress-bar-wrap {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .tpl .progress-bar-wrap {
    max-width: 150px;
  }
}
.tpl .progress-bar-custom {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
}
.tpl .progress-bar-custom .progress-bar__body {
  position: absolute;
  right: 50%;
  width: 100%;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  color: #262032;
}
.tpl .progress-bar-custom .progress-bar__body:after {
  content: '%';
}
.tpl .progress-bar-custom .progress-bar__stroke,
.tpl .progress-bar-custom .progress-bar__trail {
  stroke-linejoin: round;
}
.tpl .progress-bar-horizontal {
  text-align: left;
}
.tpl .progress-bar-horizontal > svg {
  margin-top: 7px;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
}
.tpl .progress-bar-horizontal .progress-bar__body {
  width: auto !important;
  top: -5px;
  right: 0;
}
.tpl .progress-bar-radial {
  position: relative;
  padding-bottom: 100%;
}
.tpl .progress-bar-radial > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  overflow: hidden;
}
.tpl .progress-bar-radial .progress-bar__stroke,
.tpl .progress-bar-radial .progress-bar__trail {
  stroke-location: outside;
}
.tpl .progress-bar-radial .progress-bar__body {
  transform: translate(50%, -50%);
}
.tpl .progress-bar-default .progress-bar__stroke {
  stroke: #616161;
}
.tpl .progress-bar-default .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}
.tpl .progress-bar-primary .progress-bar__stroke {
  stroke: #AA375A;
}
.tpl .progress-bar-primary .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}
.tpl .progress-bar-secondary-2 .progress-bar__stroke {
  stroke: #e75854;
}
.tpl .progress-bar-secondary-2 .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}
.tpl .progress-bar-secondary-1 .progress-bar__stroke {
  stroke: #dd538e;
}
.tpl .progress-bar-secondary-1 .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}
.tpl .progress-bar-secondary-3 .progress-bar__stroke {
  stroke: #00b06c;
}
.tpl .progress-bar-secondary-3 .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}
.tpl .progress-bar-secondary-4 .progress-bar__stroke {
  stroke: #547abb;
}
.tpl .progress-bar-secondary-4 .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}
.tpl .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tpl .owl-carousel .owl-animated-in {
  z-index: 0;
}
.tpl .owl-carousel .owl-animated-out {
  z-index: 1;
}
.tpl .owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tpl .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.tpl .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.tpl .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.tpl .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tpl .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.tpl .owl-carousel .owl-controls .owl-nav .owl-prev,
.tpl .owl-carousel .owl-controls .owl-nav .owl-next,
.tpl .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tpl .owl-carousel.owl-loaded {
  display: block;
}
.tpl .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.tpl .owl-carousel.owl-hidden {
  opacity: 0;
}
.tpl .owl-carousel .owl-refresh .owl-item {
  display: none;
}
.tpl .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tpl .owl-carousel .owl-item .owl-item {
  width: 100%;
}
.tpl .owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tpl .owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.tpl .owl-carousel.owl-rtl {
  direction: rtl;
}
.tpl .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.tpl .no-js .owl-carousel {
  display: block;
}
.tpl .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.tpl .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.tpl .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px 'FontAwesome';
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.tpl .owl-carousel .owl-video-play-icon:before {
  content: '\f144';
}
.tpl .owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tpl .owl-carousel .owl-video-playing .owl-video-tn,
.tpl .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.tpl .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.tpl .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.tpl .owl-nav {
  text-align: center;
  margin-top: 39px;
}
.tpl .owl-prev,
.tpl .owl-next {
  display: inline-block;
  font: 400 39px/50px "FontAwesome";
  opacity: 0.5;
}
.tpl .owl-prev:hover,
.tpl .owl-next:hover {
  opacity: 1;
}
.tpl .owl-prev:before {
  content: '\f104';
}
.tpl .owl-next {
  margin-left: 25px;
}
.tpl .owl-next:before {
  content: '\f105';
}
.tpl .owl-dots {
  line-height: 10px;
  margin-left: -16px;
  text-align: center;
}
.tpl * + .owl-dots {
  margin-top: 39px;
}
.tpl .owl-dot {
  margin-top: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 16px;
  text-align: center;
  border-radius: 50%;
  background: #c5d4dc;
  cursor: pointer;
  padding: 0;
}
.tpl .owl-dot.active {
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #AA375A;
  transform: translateY(2px);
}
.tpl .owl-dot:hover {
  background: #AA375A;
}
.tpl .disabled {
  display: none;
}
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
.tpl [data-isotope-layout] {
  z-index: 0;
  display: block;
  min-height: 160px;
  margin-left: -15px;
  margin-right: -15px;
  transition: 0.4s all ease;
}
.tpl [data-isotope-layout] .row {
  margin-bottom: -30px;
}
.tpl [data-isotope-layout] .row > [class*="col-"] {
  margin-bottom: 30px;
}
.tpl [data-isotope-layout] .row-narrow {
  margin-bottom: -30px;
}
.tpl [data-isotope-layout] .row-narrow > [class*="col-"] {
  margin-top: 30px;
}
.tpl [data-isotope-layout] .row-condensed {
  margin-bottom: 0;
}
.tpl [data-isotope-layout] .row-condensed > [class*="col-"] {
  margin-top: 0;
}
.tpl [data-isotope-layout] [class*="col-"] {
  display: block;
  will-change: transform;
  backface-visibility: hidden;
  transition: 0.1s opacity ease-in;
}
@media (max-width: 767px) {
  .tpl [data-isotope-layout] [class*="col-"] {
    max-width: 100%;
  }
}
.tpl .isotope-filters > * {
  margin-top: 0;
  vertical-align: middle;
}
.tpl .isotope-filters .inline-list {
  position: relative;
  word-spacing: 0;
  margin-bottom: -15px;
  margin-left: -15px;
}
.tpl .isotope-filters .inline-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.tpl .isotope-filters .inline-list > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}
.tpl .isotope-filters .inline-list li {
  display: inline-block;
}
.tpl .isotope-filters .inline-list a {
  position: relative;
  transition: 0.3s;
  font-size: 14px;
}
.tpl .isotope-filters .inline-list a.active {
  box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
  background: #AA375A;
  border-color: #AA375A;
  color: #ffffff;
}
.tpl .isotope-filters .inline-list .isotope-filters-trigger {
  display: none;
}
.tpl .isotope-filters-modern .inline-list {
  margin-bottom: -20px;
  margin-left: -15px;
}
.tpl .isotope-filters-modern .inline-list:empty {
  margin-bottom: 0;
  margin-left: 0;
}
.tpl .isotope-filters-modern .inline-list > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 15px;
}
.tpl .isotope-filters-modern .inline-list a {
  position: relative;
  padding-bottom: 10px;
}
.tpl .isotope-filters-modern .inline-list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: 0.4s;
  background: #AA375A;
}
.tpl .isotope-filters-modern .inline-list a:hover {
  color: #AA375A;
}
.tpl .isotope-filters-modern .inline-list a.active::after {
  width: 100%;
}
@media (min-width: 992px) {
  .tpl .isotope-filters-modern .inline-list {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -23px;
    margin-right: -23px;
  }
  .tpl .isotope-filters-modern .inline-list > * {
    margin-top: 10px;
    padding-left: 23px;
    padding-right: 23px;
  }
}
.tpl .isotope-modern-wrap [class*='col'] {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .tpl .isotope-modern-wrap [class*='col'] {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .tpl:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
    margin-top: 0;
  }
}
.tpl .isotope-condensed {
  margin-left: 0;
  margin-right: 0;
}
.tpl .isotope-condensed .row > * {
  margin-top: -1px;
  margin-bottom: -1px;
}
.tpl * + .isotope {
  margin-top: 0;
}
.tpl * + .isotope-condensed {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .tpl .isotope-condensed {
    padding: 0 0 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .tpl .isotope-condensed .row.row-condensed > [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tpl .isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .tpl * + .isotope {
    margin-top: 28px;
  }
  .tpl * + .isotope-condensed {
    margin-top: 50px;
  }
}
.tpl .tabs-custom {
  text-align: left;
  font-size: 15px;
}
.tpl .tabs-custom .nav-tabs {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  border: 0;
}
.tpl .tabs-custom .nav-tabs:before,
.tpl .tabs-custom .nav-tabs:after {
  display: none;
}
.tpl .tabs-custom .nav-item {
  float: none;
  border: 0;
  cursor: pointer;
  transition: 0.33s all ease;
}
.tpl .tabs-custom .nav-link {
  margin: 0;
  border-radius: 0;
  border: 0;
  font-size: 15px;
}
.tpl .tabs-custom .nav-link.active {
  cursor: default;
  border: 0;
}
.tpl .tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tpl .tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}
.tpl * + .tabs-horizontal.tabs-corporate {
  margin-top: 25px;
}
.tpl * + .tabs-vertical.tabs-corporate {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .tpl * + .tabs-vertical.tabs-corporate {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .tpl * + .tabs-vertical.tabs-corporate {
    margin-top: 80px;
  }
}
.tpl .tabs-line .nav-tabs {
  position: relative;
}
.tpl .tabs-line .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.tpl .tabs-line * + .tab-content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .tpl .tabs-line .nav-tabs {
    max-width: 100%;
    border: 1px solid #b2b2b2;
  }
  .tpl .tabs-line .nav-item {
    margin: -1px;
  }
  .tpl .tabs-line .nav-link {
    padding: 7px 10px;
    color: #616161;
    background: transparent;
    border-bottom: 1px solid #b2b2b2;
  }
  .tpl .tabs-line .nav-link:first-child {
    border-top: 1px solid #b2b2b2;
  }
  .tpl .tabs-line .nav-link:hover,
  .tpl .tabs-line .nav-link.active {
    color: #ffffff;
    background: #AA375A;
    border-color: #AA375A;
  }
}
.tpl .tabs-corporate .nav-tabs {
  position: relative;
}
.tpl .tabs-corporate .nav-item {
  margin: -1px;
  padding: 5px;
}
.tpl .tabs-corporate .nav-link {
  padding: 10px 10px;
  text-transform: uppercase;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  color: #616161;
  background: transparent;
  border: 1px solid #b2b2b2;
  text-align: center;
  vertical-align: middle;
  border-radius: 40px;
  overflow: hidden;
}
.tpl .tabs-corporate .nav-link:first-child {
  border-top: 1px solid #b2b2b2;
}
.tpl .tabs-corporate .nav-link:hover,
.tpl .tabs-corporate .nav-link.active {
  color: #ffffff;
  background: #AA375A;
  border-color: #AA375A;
}
.tpl .tabs-corporate .tab-content {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .tpl .tabs-horizontal.tabs-corporate .nav-tabs {
    position: relative;
    width: 100%;
    display: block;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
    border: 0;
    will-change: transform;
  }
  .tpl .tabs-horizontal.tabs-corporate .nav-tabs > * {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .tpl .tabs-horizontal.tabs-corporate .nav-item {
    display: inline-block;
    will-change: transform;
  }
  .tpl .tabs-horizontal.tabs-corporate .nav-link {
    display: block;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
    padding: 13px 20px;
    border: 2px solid #b2b2b2;
  }
  .tpl .tabs-horizontal.tabs-corporate .nav-link.active,
  .tpl .tabs-horizontal.tabs-corporate .nav-link:hover {
    color: #ffffff;
    border-color: #AA375A;
    background-color: #AA375A;
  }
  .tpl .tabs-horizontal.tabs-line .nav-tabs {
    border: 0;
    border-bottom: 4px solid #d7d7d7;
  }
  .tpl .tabs-horizontal.tabs-line .nav-item {
    display: inline-block;
  }
  .tpl .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
    margin-right: 52px;
  }
  .tpl .tabs-horizontal.tabs-line .nav-link {
    position: relative;
    padding: 0 0 15px 0;
    background-color: transparent;
    color: #9b9b9b;
    border: 0;
  }
  .tpl .tabs-horizontal.tabs-line .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 0;
    background: #AA375A;
    transition: 0.22s ease;
  }
  .tpl .tabs-horizontal.tabs-line .nav-link.active,
  .tpl .tabs-horizontal.tabs-line .nav-link:hover {
    color: #cccccc;
  }
  .tpl .tabs-horizontal.tabs-line .nav-link.active::after {
    width: 100%;
  }
  .tpl .tabs-horizontal.tabs-line * + .tab-content {
    margin-top: 30px;
  }
  .tpl .tabs-horizontal.product .round-large {
    border-radius: 14px;
  }
  .tpl .tabs-horizontal.product .nav-item {
    padding: 0;
  }
  .tpl .tabs-horizontal.product .nav-tabs {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 2px solid #f3f3ed;
  }
  .tpl .tabs-horizontal.product .nav-tabs li a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    white-space: normal;
    font-size: 12px;
    line-height: 1.66667;
    letter-spacing: 0.02em;
    padding: 12px 45px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .tpl .tabs-horizontal.product .nav-tabs li a {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .tpl .tabs-horizontal.product.tabs-corporate .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
  .tpl .tabs-vertical {
    display: flex;
    align-items: flex-start;
  }
  .tpl .tabs-vertical .nav-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    max-width: 50%;
  }
  .tpl .tabs-vertical .nav-item {
    border: 0;
    width: 100%;
    text-align: left;
  }
  .tpl .tabs-vertical .nav-link.active,
  .tpl .tabs-vertical .nav-link:hover {
    box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
  }
  .tpl .tabs-vertical .tab-content {
    flex-grow: 1;
  }
  .tpl .tabs-vertical.tabs-corporate .nav-tabs {
    width: auto;
    min-width: 260px;
    border: 0;
  }
  .tpl .tabs-vertical.tabs-corporate .nav-item {
    margin: 0;
  }
  .tpl .tabs-vertical.tabs-corporate .nav-link {
    position: relative;
    padding: 17px 30px;
    border: 0;
    overflow: hidden;
  }
  .tpl .tabs-vertical.tabs-corporate .nav-item + .nav-item {
    margin-top: 2px;
  }
  .tpl .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 992px) {
  .tpl .tabs-horizontal.tabs-corporate .tab-content {
    padding: 60px 30px 0;
  }
  .tpl .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 45px;
  }
}
.tpl .card-group-custom {
  margin-bottom: 0;
}
.tpl .card-group-custom .card-header + .collapse > .card-body,
.tpl .card-group-custom .card-header + .collapse > .list-group {
  border-top: 0;
}
.tpl .card-group-custom .card + .card {
  margin-top: 0;
}
.tpl .card-custom {
  display: block;
  margin: 0;
  background: inherit;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  border: 1px solid #f5f5f5;
}
.tpl .card-custom .card-title a {
  display: block;
}
.tpl .card-custom .card-header {
  padding: 0;
  border-bottom: 0;
  border-radius: 0;
}
.tpl .card-custom .card-body {
  padding: 0;
  border: 0;
  transition: 1.3s all ease;
}
.tpl .card-custom .card-title {
  margin-bottom: 0;
}
.tpl * + .card-group-custom {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .tpl * + .card-group-custom {
    margin-top: 50px;
  }
}
.tpl .card-corporate {
  text-align: left;
}
.tpl .card-corporate .show .card-body,
.tpl .card-corporate .collapsing .card-body {
  background: #f5f5f5;
}
.tpl .card-corporate .card-title a {
  position: relative;
  z-index: 1;
  padding: 12px 32px 12px 53px;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2c343b;
  transition: 0.5s all ease;
  border-radius: 0;
  background-color: #f5f5f5;
}
.tpl .card-corporate .card-title a .card-arrow:after {
  opacity: 0;
  visibility: hidden;
}
.tpl .card-corporate .card-title a.collapsed {
  border-radius: 0;
  border-bottom-width: 0;
  background-color: #ffffff;
}
.tpl .card-corporate .card-title a.collapsed .card-arrow {
  border-radius: 4px;
}
.tpl .card-corporate .card-title a.collapsed .card-arrow:after {
  opacity: 1;
  visibility: visible;
}
.tpl .card-corporate .card-arrow {
  position: absolute;
  top: 14px;
  left: 17px;
  width: 18px;
  height: 18px;
  z-index: 2;
  background: #AA375A;
  border-radius: 4px;
  transition: 0.33s all ease;
}
.tpl .card-corporate .card-arrow::before,
.tpl .card-corporate .card-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  background: #ffffff;
}
.tpl .card-corporate .card-arrow::before {
  width: 10px;
  height: 2px;
  right: 4px;
}
.tpl .card-corporate .card-arrow::after {
  width: 2px;
  height: 10px;
  right: 8px;
}
.tpl .card-corporate .collapse {
  position: relative;
  z-index: 1;
  color: #616161;
  border-radius: 0;
}
.tpl .card-corporate .card-body {
  padding: 25px 44px 25px 53px;
}
@media (min-width: 768px) {
  .tpl .card-corporate .card-title a {
    font-size: 18px;
  }
}
.tpl .rd-search-results-live {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: -3px 0 0;
  text-align: left;
  z-index: 998;
}
@media (max-width: 1199px) {
  .tpl .rd-search-results-live {
    display: none;
  }
}
.tpl .rd-search-results-live #search-results {
  position: relative;
  padding: 16px 0 0;
  color: #a7b0b4;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(1, 0.9);
  transition: 0.3s all ease;
}
.tpl .rd-search-results-live #search-results::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  border: 1px solid #d7d7d7;
  border-top: 0;
}
.tpl .rd-search-results-live #search-results.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
}
.tpl .rd-search-results-live .search-quick-result {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #262032;
}
.tpl .rd-search-results-live .search-list {
  margin-top: 11px;
}
.tpl .rd-search-results-live .search-list li:only-child {
  padding: 0 15px 15px;
}
.tpl .rd-search-results-live .search-link {
  color: #151515;
}
.tpl .rd-search-results-live .search-link:hover {
  color: #AA375A;
}
.tpl .rd-search-results-live .search-error {
  font-size: 14px;
  line-height: 1.6;
}
.tpl .rd-search-results-live .search-title {
  position: relative;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #262032;
}
.tpl .rd-search-results-live .search-title a:hover {
  color: #AA375A;
}
.tpl .rd-search-results-live .search-list-item-all {
  margin-top: 18px;
  width: 100%;
}
.tpl .rd-search-results-live .search-submit {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 8px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #AA375A;
}
.tpl .rd-search-results-live .search-submit:hover {
  color: #ffffff;
  background: #cccccc;
}
.tpl .rd-search-results-live .match {
  display: none;
}
.tpl .not-empty ~ .rd-search-results-live {
  visibility: visible;
  opacity: 1;
}
.tpl .rd-search-results-live p {
  font-size: 11px;
}
.tpl .rd-search-results-live p * {
  margin: 0;
}
.tpl .rd-search-results-live .search-list-item {
  padding: 0 15px;
}
.tpl .rd-search-results-live * + p {
  margin-top: 5px;
}
.tpl .rd-search-results-live .search-list-item + .search-list-item {
  margin-top: 17px;
}
.tpl .rd-search-results .search-list {
  counter-reset: li;
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
  overflow: hidden;
}
.tpl .rd-search-results .search-list li div {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.tpl .rd-search-results .search-list li:only-child::before {
  display: none;
}
.tpl .rd-search-results .search-list-item {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #9b9b9b;
}
.tpl .rd-search-results .search-list-item::before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
}
.tpl .rd-search-results .search-list-item + .search-list-item {
  margin-top: 40px;
}
.tpl .rd-search-results .search-title {
  font-size: 16px;
  color: #000000;
}
.tpl .rd-search-results .search {
  color: #ffffff;
  padding: 0 0.25em;
  background: #AA375A;
}
.tpl .rd-search-results .match {
  padding: 5px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
.tpl .rd-search-results .match em {
  margin: 0;
  font-style: normal;
}
.tpl .rd-search-results p * {
  margin: 0;
}
.tpl .rd-search-results * + .match {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .tpl .rd-search-results .search-title {
    font-size: 18px;
  }
  .tpl .rd-search-results .search-list-item::before {
    top: -1px;
    font-size: 16px;
  }
  .tpl .rd-search-results * + p {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .tpl .rd-search-results .search-list-item {
    padding-left: 40px;
  }
}
.tpl * + .rd-search-results {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .tpl * + .rd-search-results {
    margin-top: 55px;
  }
}
.tpl .rd-search-classic {
  position: relative;
}
.tpl .rd-search-classic .form-input {
  padding-right: 50px;
}
.tpl .rd-search-classic .form-input,
.tpl .rd-search-classic .form-label {
  letter-spacing: 0;
}
.tpl .rd-search-classic .rd-search-submit {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  padding-top: 3px;
  padding-right: 2px;
  margin: 0;
  text-align: center;
  color: #cccccc;
  font-size: 0;
  line-height: 0;
}
.tpl .rd-search-classic .rd-search-submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
.tpl .rd-search-classic .rd-search-submit:before {
  position: relative;
  top: -1px;
  content: '\e014';
  font: 400 20px 'fl-chapps';
  line-height: 1;
  transition: 0.33s all ease;
}
.tpl .rd-search-classic .rd-search-submit:hover {
  color: #AA375A;
}
.tpl .rd-search.rd-search-inline {
  position: relative;
}
.tpl .rd-search.rd-search-inline .form-input {
  padding-right: 50px;
}
.tpl .rd-search.rd-search-inline .button-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  right: 0;
  margin: 0;
  font-size: 21px;
  color: #cccccc;
  transition: 0.33s;
}
.tpl .rd-search.rd-search-inline .button-link::before {
  display: block;
  margin: auto;
}
.tpl .rd-search.rd-search-inline .button-link:hover {
  color: #AA375A;
}
.tpl .rd-search.rd-search-inline.form-sm .form-input {
  padding-right: 40px;
}
.tpl .rd-search.rd-search-inline.form-sm .button-link {
  width: 40px;
  font-size: 18px;
}
.tpl .rd-search.rd-search-inline.form-lg .form-input {
  padding-right: 60px;
}
.tpl .rd-search.rd-search-inline.form-lg .button-link {
  width: 60px;
}
.tpl .preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  transition: 0.3s all ease;
}
.tpl .preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.tpl .preloader-body {
  text-align: center;
}
.tpl .preloader-body p {
  position: relative;
  right: -8px;
}
.tpl .cssload-container {
  width: 100%;
  height: 36px;
  text-align: center;
}
.tpl .cssload-speeding-wheel {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid #AA375A;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: cssload-spin 0.88s infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #FFF;
  background: #AA375A;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transform: translateY(100px);
}
.ui-to-top:focus {
  color: #FFF;
  background: #AA375A;
}
.ui-to-top:hover {
  color: #FFF;
  background: #1295d4;
  text-decoration: none;
}
.ui-to-top.active {
  transform: translateY(0);
}
.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}
@media (min-width: 576px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}
:root {
  --ci-color: #AA375A;
}
html,
body {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  overflow-x: hidden;
}
.toast-type-notice {
  color: #AA375A !important;
}
.toast-type-notice .toast-item-bar {
  background-color: #AA375A !important;
}
@media (max-width: 991px) {
  body.open-popup {
    overflow: hidden !important;
  }
}
.tpl .rd-navbar-static.rd-navbar--is-stuck {
  transition: top 0.25s;
  z-index: 800;
}
.msa-admin-active .tpl .rd-navbar-static.rd-navbar--is-stuck {
  top: 42px;
}
.msa-admin-open .tpl .rd-navbar-static.rd-navbar--is-stuck {
  top: 192px;
}
@media (min-width: 1200px) {
  .tpl .rd-navbar-static .rd-navbar-panel {
    min-width: 250px;
  }
}
.rd-navbar-brand {
  float: left;
  position: relative;
}
.rd-navbar-brand img {
  max-height: 100%;
  width: auto;
  height: 40px;
}
.rd-navbar--is-stuck .rd-navbar-brand img {
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .rd-navbar-brand img {
    height: 31px;
    padding-bottom: 2px;
  }
}
.rd-back-button {
  display: none;
  float: left;
  position: relative;
  z-index: 2;
  height: 48px;
  width: 48px;
  text-align: center;
}
.rd-back-button a {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 48px;
}
.rd-back-button img {
  height: 30px;
  width: auto;
}
@media (max-width: 1199px) {
  .rd-back-button img {
    height: 26px;
    padding-bottom: 5px;
  }
}
.tpl {
  /* Apor and storno widgets base */
  /* Apor Widget */
  /* fix card boxes icon to fixed width */
}
.tpl a.fa.nav-icon.nav-order {
  right: 15px;
}
.tpl a.fa.nav-icon.nav-contact {
  right: 59px;
}
.tpl a.fa.nav-icon.nav-search {
  right: 102px;
}
.tpl .rd-navbar-fixed a.fa.nav-icon {
  display: inline-block;
  font: 400 24px/36px "FontAwesome";
  z-index: 1001;
  color: #262032;
  position: fixed;
  right: 15px;
  top: 30px;
  width: auto;
}
.tpl .rd-navbar-fixed a.fa.nav-icon.nav-order {
  right: 20px;
}
.tpl .rd-navbar-fixed a.fa.nav-icon.nav-applyance {
  right: 57px;
}
.tpl .rd-navbar-fixed a.fa.nav-icon.nav-contact {
  right: 59px;
}
.tpl .rd-navbar-fixed a.fa.nav-icon.nav-search {
  right: 102px;
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li > p a,
.tpl .rd-navbar-static .rd-navbar-megamenu > li > p a:link,
.tpl .rd-navbar-static .rd-navbar-megamenu > li > p a:visited {
  color: white;
}
.tpl .rd-navbar-static .rd-navbar-megamenu > li > p a:hover,
.tpl .rd-navbar-static .rd-navbar-megamenu > li > p a:active {
  color: #AA375A;
}
@media (min-width: 1200px) {
  .tpl .rd-navbar-dropdown > li {
    position: relative;
  }
  .tpl .rd-navbar-dropdown > li > ul {
    display: none;
    position: absolute;
    top: -18px;
    left: 194px;
    background-color: #2d344d;
    padding: 20px 20px 20px 50px;
    width: 300px;
  }
  .tpl .rd-navbar-dropdown > li > ul > li {
    padding: 4px 0;
  }
  .tpl .rd-navbar-dropdown > li > ul > li > a {
    padding: 4px 0;
  }
  .tpl .rd-navbar-dropdown > li > ul > li > a,
  .tpl .rd-navbar-dropdown > li > ul > li > a:link,
  .tpl .rd-navbar-dropdown > li > ul > li > a:visited {
    color: #8f96af;
  }
  .tpl .rd-navbar-dropdown > li > ul > li > a:hover,
  .tpl .rd-navbar-dropdown > li > ul > li > a:active {
    color: #fff;
  }
  .tpl .rd-navbar-dropdown > li:hover > ul {
    display: block;
  }
}
@media (max-width: 1199px) {
  .tpl .rd-navbar-dropdown > li > ul {
    display: none;
  }
}
.tpl .flib-page-banner {
  position: relative;
  background-color: black;
  text-align: center;
}
.tpl .flib-page-banner img {
  height: auto;
  max-width: 100%;
}
@media (min-width: 801px) {
  .tpl .flib-page-banner img.mobile-banner {
    display: none;
  }
}
@media (max-width: 800px) {
  .tpl .flib-page-banner img.desktop-banner {
    display: none;
  }
}
.tpl .flib-page-banner .close-banner {
  background-color: white;
  color: black;
  font-size: 19px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: white 0px 0px 8px;
  cursor: pointer;
}
.tpl footer {
  margin-top: 40px;
}
.tpl .page-footer.footer-widget .footer-content {
  padding-top: 30px;
  padding-bottom: 50px;
}
.tpl .page-footer.footer-widget .footer-content .row > div {
  margin-top: 20px;
}
.tpl .page-footer.footer-widget .footer-content h4 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.tpl .page-footer.footer-widget .footer-content address {
  margin-top: 0;
}
.tpl .page-footer.footer-widget .footer-content p + p {
  margin-top: 20px;
}
.tpl .page-footer.footer-widget .footer-content .whatsapp {
  display: flex;
  gap: 20px;
  justify-content: left;
  align-items: center;
}
@media (max-width: 767px) {
  .tpl .page-footer.footer-widget .footer-content .whatsapp {
    justify-content: center;
  }
}
.tpl .page-footer.footer-widget .footer-content .whatsapp .walogo {
  flex-grow: 1;
  width: 10px;
  max-width: 90px;
}
.tpl .page-footer.footer-widget .footer-content .whatsapp .qr {
  flex-grow: 2;
  width: 20px;
  max-width: 140px;
}
.tpl .page-footer.footer-widget .footer-content .whatsapp img {
  display: block;
  width: 100%;
}
.tpl .page-footer.footer-widget .footer-content a,
.tpl .page-footer.footer-widget .footer-content a:link,
.tpl .page-footer.footer-widget .footer-content a:visited {
  color: #a7b0b4;
}
.tpl .page-footer.footer-widget .footer-content a:hover,
.tpl .page-footer.footer-widget .footer-content a:active {
  color: #fff;
}
.tpl .page-footer.footer-widget .footer-content .marked-list li {
  padding-left: 20px;
}
.tpl .page-footer.footer-widget .footer-content form {
  margin-top: 0;
}
.tpl .page-footer.footer-widget .footer-content .partner {
  margin-top: 20px;
}
.tpl .page-footer.footer-widget .footer-content .payments {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.tpl .page-footer.footer-widget .footer-content .payments > img {
  height: 26px;
  width: auto;
}
.tpl .flib-modal-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
  z-index: 2000;
}
.tpl .flib-modal-dialog-overlay.out {
  opacity: 0;
}
.tpl .flib-modal-dialog-overlay > .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 102;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame {
  z-index: 2001;
  position: absolute;
  top: 5%;
  height: 85%;
  left: 10%;
  right: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.3s, top 0.3s, transform 0.3s;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame:last-child {
  z-index: 2003;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame > div {
  background-color: white;
  max-width: 100%;
  max-height: 100%;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame .dialog-modal {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame .dialog-modal > * {
  flex-grow: 1;
  flex-shrink: 1;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame .dialog-modal .dialog-title {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  height: 35px;
  background-color: #AA375A;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame .dialog-modal .dialog-title .fa-times {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  cursor: pointer;
  padding: 8px 15px;
  font-size: 20px;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame .dialog-modal .dialog-scroller {
  overflow-y: scroll;
}
.tpl .flib-modal-dialog-overlay > .dialog-frame .dialog-modal p + p {
  margin-top: 20px;
}
.tpl .page-content a:not(.button, .page-link),
.tpl .page-content a:not(.button, .page-link):link,
.tpl .page-content a:not(.button, .page-link):visited {
  color: #AA375A;
}
.tpl .page-content .tabs-corporate a.nav-link.active,
.tpl .page-content .tabs-corporate a.nav-link.active:link,
.tpl .page-content .tabs-corporate a.nav-link.active:visited {
  color: white;
}
.tpl .page-content .tabs-corporate a.nav-link:hover {
  color: white;
}
.tpl .page-content .tabs-corporate .nav-tabs {
  justify-content: center;
}
.tpl .page-content .tabs-custom .nav-item {
  cursor: default;
}
.tpl .page-content input[type=text],
.tpl .page-content textarea {
  width: 100% !important;
  padding: 2px 4px;
  color: black;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
}
.tpl .page-content select {
  width: 100% !important;
  padding: 5px 4px;
  color: black;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.tpl .page-content select + input {
  margin-top: 4px;
}
.tpl .page-content input[type=button],
.tpl .page-content input[type=submit],
.tpl .page-content input.button,
.tpl .page-content button.button {
  display: inline-block;
  padding: 0px 20px;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 1.2px;
  border: 3px solid #AA375A;
  border-radius: 3px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: 250ms all ease-in-out;
  background-color: #AA375A;
  color: white;
}
.tpl .page-content input[type=button]:hover,
.tpl .page-content input[type=submit]:hover,
.tpl .page-content input.button:hover,
.tpl .page-content button.button:hover {
  color: #AA375A;
  background-color: white;
  border-color: #AA375A;
}
.tpl .page-content input[type=button][disabled=disabled],
.tpl .page-content input[type=submit][disabled=disabled],
.tpl .page-content input.button[disabled=disabled],
.tpl .page-content button.button[disabled=disabled] {
  cursor: default;
  opacity: 0.4;
}
.tpl .page-content input[type=button][disabled=disabled]:hover,
.tpl .page-content input[type=submit][disabled=disabled]:hover,
.tpl .page-content input.button[disabled=disabled]:hover,
.tpl .page-content button.button[disabled=disabled]:hover {
  color: white;
  background-color: #AA375A;
  border-color: #AA375A;
}
.tpl .page-content input[type=checkbox] {
  margin-right: 5px;
}
.tpl .page-content label {
  display: inline;
}
.tpl .page-content .mwc-tableform,
.tpl .page-content .mwc-form-submit,
.tpl .page-content .mwc-listform {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .tpl .page-content .mwc-tableform > table > tr,
  .tpl .page-content .mwc-tableform > table > tr > td {
    display: block;
  }
}
.tpl .page-content .mwc-tableform input.text + input.text {
  margin-top: 4px;
}
.tpl .page-content .mwc-tableform .popup-help {
  font-size: 18px;
  padding: 1px 2px 0;
  margin-left: 5px;
  margin-right: -10px;
  cursor: pointer;
  border-radius: 50%;
}
.tpl .page-content .mwc-tableform .popup-help:hover {
  box-shadow: 0px 0px 5px 2px #666;
}
.tpl .page-content .mwc-tableform .help-dialog .help-content {
  padding: 15px;
  max-width: 100%;
  width: 500px;
  white-space: normal;
}
.tpl .page-content .flib-payment-radios {
  background-color: #ddd;
  border-radius: 3px;
}
.tpl .page-content .flib-payment-radios .radio-item {
  position: relative;
  cursor: pointer;
  padding: 10px 15px 10px 40px;
  border-bottom: solid 1px white;
}
.tpl .page-content .flib-payment-radios .radio-item:last-child {
  border-bottom: none;
}
.tpl .page-content .flib-payment-radios .radio-item > .radio-input {
  position: absolute;
  top: 9px;
  left: 15px;
}
.tpl .page-content .flib-payment-radios .radio-item .payment-icons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tpl .page-content .flib-payment-radios .radio-item .payment-icons img {
  border-radius: 5px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tpl .page-content .flib-payment-radios .radio-item.unavailable {
  font-style: italic;
  color: #aaa;
  cursor: not-allowed;
}
.tpl .page-content .pagination {
  flex-wrap: wrap;
}
.tpl .page-content .pagination .page-item .page-link {
  margin-left: 0;
}
.tpl .bg-lighter {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tpl h1 {
  margin-top: 40px;
}
.tpl h2 {
  margin-bottom: 30px;
}
.tpl p a {
  text-decoration: underline;
}
.tpl p a:hover {
  text-decoration: underline;
}
.tpl .rt-bigfs {
  font-size: 30px;
  line-height: 45px;
}
.tpl .rt-smallfs {
  font-size: 11px;
}
.tpl .quote-2 .stars {
  font-size: 28px;
  color: #ffdc1e;
}
.tpl .quote-2 .stars .fa {
  padding: 0 6px;
}
.tpl .rating-review .rating-average {
  width: 80px;
}
.tpl .rating-review.details .review-list {
  margin-top: 55px;
}
.tpl .rating-review.details .review-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tpl .rating-review.details .review-rating {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tpl .rating-review.details .pagination {
  margin-top: 30px;
}
.tpl .rating-review.gallery .reviewer-name cite {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.tpl .rating-review.gallery .pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.tpl .rating-review.short .rating-average {
  margin: 10px auto;
}
.tpl .rating-review.short .details-link {
  text-align: center;
}
.tpl .rating-review.short div.star-rating-readonly a {
  cursor: pointer !important;
}
.tpl .msw-portfolio.type-flib-catalog h3 {
  font-size: 16px;
  line-height: 1.5;
}
.tpl .msw-portfolio.type-flib-catalog .caption b {
  color: black;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .tpl .msw-portfolio.type-flib-textblocks .row > div {
    border-left: 1px solid #f3f3ed;
    border-right: 1px solid #f3f3ed;
    border-bottom: 1px solid #f3f3ed;
  }
  .tpl .msw-portfolio.type-flib-textblocks .row > div:nth-child(1) {
    border-top: 1px solid #f3f3ed;
  }
}
@media (min-width: 768px) {
  .tpl .msw-portfolio.type-flib-textblocks .row > div {
    border-bottom: 1px solid #f3f3ed;
    border-right: 1px solid #f3f3ed;
  }
  .tpl .msw-portfolio.type-flib-textblocks .row > div:nth-child(2n+1) {
    border-left: 1px solid #f3f3ed;
  }
  .tpl .msw-portfolio.type-flib-textblocks .row > div:nth-child(1),
  .tpl .msw-portfolio.type-flib-textblocks .row > div:nth-child(2) {
    border-top: 1px solid #f3f3ed;
  }
}
.tpl .flib-grid-gallery .thumbnail-variant-2 img {
  width: 100%;
}
.tpl .flib-grid-gallery .thumbnail-variant-2 h4 {
  top: 39%;
  opacity: 1;
}
.tpl .flib-grid-gallery .thumbnail-variant-2 .caption {
  opacity: 1;
  background: none;
}
.tpl .flib-grid-gallery .thumbnail-variant-2 .caption:hover {
  background: rgba(20, 165, 235, 0.58);
}
.tpl .flib-textteaser h3 {
  font-size: 24px;
  line-height: 1.25;
}
.tpl .flib-textteaser hr + * {
  margin-top: 0;
}
.tpl .flib-accordion p + p {
  margin-top: 0;
}
.tpl .locations-widget .map {
  text-align: center;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-apor-selection input,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e .flib-apor-selection input,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-apor-selection input,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-apor-selection input,
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-storno-codeentry input,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e .flib-storno-codeentry input,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-storno-codeentry input,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-storno-codeentry input {
  margin-top: 10px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-apor-selection input.textbox,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e .flib-apor-selection input.textbox,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-apor-selection input.textbox,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-apor-selection input.textbox,
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-storno-codeentry input.textbox,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e .flib-storno-codeentry input.textbox,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-storno-codeentry input.textbox,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-storno-codeentry input.textbox {
  background-color: white;
  width: 100%;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 form p,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e form p,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 form p,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 form p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e .mwc-tableform,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform {
  width: 100%;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform td.title-cell,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e .mwc-tableform td.title-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform td.title-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform td.title-cell {
  padding-right: 20px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform td.value-cell,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e .mwc-tableform td.value-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform td.value-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform td.value-cell {
  width: 100%;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform .section-info-cell,
.tpl .widget-fabbbc85-fe8c-4fe1-8fea-b1fa6524053e .mwc-tableform .section-info-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform .section-info-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform .section-info-cell {
  padding-bottom: 0;
  padding-top: 10px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-info-popup,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-info-popup,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-info-popup {
  color: #AA375A !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form tr,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form tr,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form tr {
  display: table-row !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form td,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form td,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form td {
  display: table-cell !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form tr,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form tr,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form tr {
  background-color: #f5f5f5;
  vertical-align: top;
  border-bottom: solid 5px white;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form tr:hover,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form tr:hover,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form tr:hover {
  background-color: #dbdbdb;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form tr.spacer,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form tr.spacer,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form tr.spacer {
  background-color: white;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form tr.spacer:hover,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form tr.spacer:hover,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form tr.spacer:hover {
  background-color: white;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form tr.spacer td,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form tr.spacer td,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form tr.spacer td {
  height: 20px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form td.category,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form td.category,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form td.category {
  background-color: white;
  font-weight: bold;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form td.name,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form td.name,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form td.name {
  padding-left: 25px;
  position: relative;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form td.name input[type=radio],
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form td.name input[type=radio],
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form td.name input[type=radio] {
  position: absolute;
  left: 6px;
  top: 10px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form td.name label,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form td.name label,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form td.name label {
  display: inline;
  padding: 0;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-applyance-products-form td.price,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-applyance-products-form td.price,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-applyance-products-form td.price {
  min-width: 150px;
  text-align: right;
  padding-right: 5px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: normal;
  color: #616161;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form .help-dialog .dialog-scroller,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form .help-dialog .dialog-scroller,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form .help-dialog .dialog-scroller {
  width: 500px;
  height: 400px;
  max-width: 100%;
  max-height: 100%;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form .help-dialog .help-content,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form .help-dialog .help-content,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form .help-dialog .help-content {
  padding: 15px;
  white-space: normal;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-products-form-scrollpane,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-products-form-scrollpane,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-products-form-scrollpane {
  overflow-x: auto;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options {
  overflow-x: scroll;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options tr,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options tr,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options tr {
  display: table-row !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options tr td,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options tr td,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options tr td {
  display: table-cell !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options tr.product-option,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options tr.product-option,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options tr.product-option {
  display: table-row !important;
  background-color: #f5f5f5;
  vertical-align: top;
  border-bottom: solid 5px white;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options tr.product-option td,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options tr.product-option td,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options tr.product-option td {
  display: table-cell !important;
  height: 38px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options tr.product-option:hover,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options tr.product-option:hover,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options tr.product-option:hover {
  background-color: #dbdbdb;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options tr.product-option select,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options tr.product-option select,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options tr.product-option select {
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  width: auto !important;
  min-width: 150px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options .flib-order-price,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options .flib-order-price,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options .flib-order-price {
  white-space: nowrap;
  width: 100px !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options .flib-order-info,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options .flib-order-info,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options .flib-order-info {
  width: 50px !important;
  padding-right: 10px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options td.title-cell:first-child,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options td.title-cell:first-child,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options td.title-cell:first-child {
  width: calc(100% - 300px) !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options td.value-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options td.value-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options td.value-cell {
  width: 200px !important;
  padding-left: 5px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options td.value-cell input,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options td.value-cell input,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options td.value-cell input,
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options td.value-cell select,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options td.value-cell select,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options td.value-cell select {
  position: relative;
  width: 100% !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options td.full-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options td.full-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options td.full-cell {
  position: relative;
  padding-top: 5px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options td.full-cell .title-piece,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options td.full-cell .title-piece,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options td.full-cell .title-piece {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options td.full-cell .value-piece,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options td.full-cell .value-piece,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options td.full-cell .value-piece {
  margin-left: 200px;
  display: block;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-options .checkbox-frame-inline,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-options .checkbox-frame-inline,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-options .checkbox-frame-inline {
  white-space: nowrap;
  padding-left: 5px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products tr,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products tr,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products tr {
  display: table-row !important;
  background-color: #f5f5f5;
  vertical-align: top;
  border-bottom: solid 5px white;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products tr td,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products tr td,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products tr td {
  display: table-cell !important;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products tr:hover,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products tr:hover,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products tr:hover {
  background-color: #dbdbdb;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products td,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products td,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products td {
  padding-top: 0;
  padding-bottom: 0;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products td.value-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products td.value-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products td.value-cell {
  width: auto;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products td.title-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products td.title-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products td.title-cell {
  white-space: normal;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products td.title-cell.flib-order-price,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products td.title-cell.flib-order-price,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products td.title-cell.flib-order-price {
  white-space: nowrap;
  text-align: right;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products td.section-title-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products td.section-title-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products td.section-title-cell {
  background-color: white;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products td.section-spacer-cell,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products td.section-spacer-cell,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products td.section-spacer-cell {
  height: 20px;
  background-color: white;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .mwc-tableform.flib-order-products-form.for-products input[type=text],
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .mwc-tableform.flib-order-products-form.for-products input[type=text],
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .mwc-tableform.flib-order-products-form.for-products input[type=text] {
  width: 40px !important;
  text-align: center;
  background-color: white;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .box__body,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .box__body,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .box__body {
  width: 100%;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .addresses,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .addresses,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .addresses {
  display: flex;
  flex-wrap: wrap;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .addresses > div,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .addresses > div,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .addresses > div {
  width: 50%;
}
@media (max-width: 767px) {
  .tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .addresses > div,
  .tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .addresses > div,
  .tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .addresses > div {
    width: 100%;
  }
  .tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .addresses > div + div,
  .tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .addresses > div + div,
  .tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .addresses > div + div {
    margin-top: 25px;
  }
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .payment-section .label,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .payment-section .label,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .payment-section .label {
  font-weight: bold;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .payment-section .payment-icons,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .payment-section .payment-icons,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .payment-section .payment-icons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .payment-section .payment-icons img,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .payment-section .payment-icons img,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .payment-section .payment-icons img {
  border-radius: 5px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .ordered-items,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .ordered-items,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .ordered-items {
  width: 100%;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .ordered-items td.title,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .ordered-items td.title,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .ordered-items td.title,
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .ordered-items td.price,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .ordered-items td.price,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .ordered-items td.price {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.78571;
  font-weight: normal;
  color: #616161;
  border: none !important;
  display: table-cell;
  vertical-align: top;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .ordered-items td.price,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .ordered-items td.price,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .ordered-items td.price {
  white-space: nowrap;
  text-align: right;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .ordered-items .voucher td.title,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .ordered-items .voucher td.title,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .ordered-items .voucher td.title {
  font-weight: bold;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .ordered-items .total td.title,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .ordered-items .total td.title,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .ordered-items .total td.title,
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .ordered-items .total td.price,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .ordered-items .total td.price,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .ordered-items .total td.price {
  font-weight: bold;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .ordered-items tr.total,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .ordered-items tr.total,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .ordered-items tr.total {
  border-top: solid 1px black;
  border-bottom: double 4px black;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .applyance-table td,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .applyance-table td,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .applyance-table td {
  vertical-align: top;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .applyance-table .subtitle,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .applyance-table .subtitle,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .applyance-table .subtitle {
  font-weight: bold;
  padding-right: 20px;
  white-space: nowrap;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-summary .mwc-form-submit,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-summary .mwc-form-submit,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-summary .mwc-form-submit {
  margin-top: 10px;
  text-align: center;
}
.tpl .widget-dd719384-2686-4395-8b6a-2a801de1b8a5 .flib-order-confirmation h3,
.tpl .widget-170e2899-35e2-4192-b1f9-13250a6581f4 .flib-order-confirmation h3,
.tpl .widget-65a85859-4b46-470a-bdfb-e56dd901e189 .flib-order-confirmation h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.tpl .page-header:hover .rd-navbar {
  background: white;
}
.tpl .flib-page-header {
  height: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tpl .flib-page-header .jumbotron {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tpl .flib-page-header .header-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tpl .flib-page-header .header-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #262032;
  overflow: hidden;
}
.tpl .flib-page-header .header-text {
  color: #252525;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  line-height: 70px;
  font-size: 58px;
}
.tpl .flib-page-header .search-trigger {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
}
.tpl .flib-page-header .search-trigger .container {
  display: flex;
  justify-content: flex-start;
}
.tpl .flib-page-header .search-trigger .search-field {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #eeeeeebb;
  color: #343842;
  border: none;
  border-radius: 0.2rem;
  text-transform: none;
  user-select: none;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
  white-space: nowrap;
  z-index: 3;
}
.tpl .flib-page-header .search-trigger .search-field:hover {
  background-color: white;
}
.tpl .flib-page-header .search-trigger span {
  padding: 0 10px;
}
.tpl .flib-page-header .search-trigger .short {
  display: none;
}
@media (max-width: 480px) {
  .tpl .flib-page-header .search-trigger .short {
    display: block;
  }
  .tpl .flib-page-header .search-trigger .long {
    display: none;
  }
}
.tpl .flib-page-header .search-trigger img {
  height: 36px;
  width: auto;
}
.tpl .box__left {
  width: 65px;
  max-width: 65px;
  min-width: 65px;
}
.tpl .flib-box-danger {
  border: solid 3px #D78023;
  background-color: #FFEAD3;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.1em;
}
.tpl .flib-box-danger .icon {
  color: #D78023;
}
.tpl .flib-box-danger p {
  color: black;
}
/* jquery ui overlays */
.ui-widget.ui-datepicker {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-color: #ddd;
}
.ui-widget.ui-datepicker .ui-widget-header {
  background: #ddd;
  border: none;
  border-radius: 0;
}
.ui-widget.ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  line-height: 28px;
}
.ui-widget.ui-datepicker .ui-widget-header a {
  border-color: #ddd;
  border-radius: 0;
  cursor: pointer;
}
.ui-widget.ui-datepicker .ui-widget-header a:hover {
  background: none;
}
.ui-widget.ui-datepicker table {
  font-size: 14px;
  line-height: 22px;
}
.ui-widget.ui-datepicker .ui-state-default,
.ui-widget.ui-datepicker .ui-widget-content .ui-state-default,
.ui-widget.ui-datepicker .ui-widget-header .ui-state-default {
  background: #ddd;
  color: black;
  border: none;
  text-align: center;
}
.ui-widget.ui-datepicker .ui-state-active,
.ui-widget.ui-datepicker .ui-widget-content .ui-state-active,
.ui-widget.ui-datepicker .ui-widget-header .ui-state-active,
.ui-widget.ui-datepicker .ui-state-hover {
  background: #AA375A;
  color: white;
}
.tpl .page-content .flib-amount-input {
  display: flex;
}
.tpl .page-content .flib-amount-input button {
  padding-left: 2px;
  padding-right: 2px;
  background-color: #888;
  border-color: #888;
  color: black;
}
.tpl .page-content .flib-amount-input button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tpl .page-content .flib-amount-input button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tpl .page-content .flib-amount-input button:hover {
  color: black;
  background-color: #888;
  border-color: #888;
}
.tpl .page-content .flib-amount-input span {
  line-height: 29px;
  width: 40px;
  text-align: center;
  padding: 0 2px;
  color: black;
  background-color: #ddd;
  border-top: solid 1px #888;
  border-bottom: solid 1px #888;
}
.flib-kekszustimmung input[type=button],
.flib-kekszustimmung input[type=submit],
.flib-kekszustimmung input.button,
.flib-kekszustimmung button.button {
  display: inline-block;
  padding: 5px;
  margin: 0 !important;
  font-size: 14px;
  line-height: 25px;
  border: 3px solid #AA375A;
  border-radius: 3px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: 250ms all ease-in-out;
  background-color: #AA375A;
  color: white;
}
.flib-kekszustimmung input[type=button]:hover,
.flib-kekszustimmung input[type=submit]:hover,
.flib-kekszustimmung input.button:hover,
.flib-kekszustimmung button.button:hover {
  color: #AA375A;
  background-color: white;
  border-color: #AA375A;
}
/*# sourceMappingURL=che.css.map */