@charset "UTF-8";
/*
/ Fonts
*/
/*
/ Colors
*/
/*
/ Sizes
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&subset=latin-ext");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #D74B00;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --orange: #D74B00;
  --gray: #777777;
  --lightgray: #FAFAFA;
  --darkgray: #3B3D48;
  --midgray: #666874;
  --white: #ffffff;
  --navyblue: #282A36;
  --black: #1B1D25;
  --overlay: #323232;
  --blue: #0178D7;
  --alto: #D5D5D5;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(27, 29, 37, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(27, 29, 37, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .pp-col-1, .pp-col-2, .pp-col-3, .pp-col-4, .pp-col-5, .pp-col-6, .pp-col-7, .pp-col-8, .pp-col-9, .pp-col-10, .pp-col-11, .pp-col-12, .pp-col,
.pp-col-auto, .pp-col-sm-1, .pp-col-sm-2, .pp-col-sm-3, .pp-col-sm-4, .pp-col-sm-5, .pp-col-sm-6, .pp-col-sm-7, .pp-col-sm-8, .pp-col-sm-9, .pp-col-sm-10, .pp-col-sm-11, .pp-col-sm-12, .pp-col-sm,
.pp-col-sm-auto, .pp-col-md-1, .pp-col-md-2, .pp-col-md-3, .pp-col-md-4, .pp-col-md-5, .pp-col-md-6, .pp-col-md-7, .pp-col-md-8, .pp-col-md-9, .pp-col-md-10, .pp-col-md-11, .pp-col-md-12, .pp-col-md,
.pp-col-md-auto, .pp-col-lg-1, .pp-col-lg-2, .pp-col-lg-3, .pp-col-lg-4, .pp-col-lg-5, .pp-col-lg-6, .pp-col-lg-7, .pp-col-lg-8, .pp-col-lg-9, .pp-col-lg-10, .pp-col-lg-11, .pp-col-lg-12, .pp-col-lg,
.pp-col-lg-auto, .pp-col-xl-1, .pp-col-xl-2, .pp-col-xl-3, .pp-col-xl-4, .pp-col-xl-5, .pp-col-xl-6, .pp-col-xl-7, .pp-col-xl-8, .pp-col-xl-9, .pp-col-xl-10, .pp-col-xl-11, .pp-col-xl-12, .pp-col-xl,
.pp-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #ffffff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(27, 29, 37, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(27, 29, 37, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(27, 29, 37, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(16, 17, 22, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(16, 17, 22, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #ffffff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.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; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.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: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 29, 37, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.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; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  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"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  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='%23343a40' 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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(27, 29, 37, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(27, 29, 37, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(27, 29, 37, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(27, 29, 37, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(27, 29, 37, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(27, 29, 37, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(27, 29, 37, 0.5);
  border-color: rgba(27, 29, 37, 0.1); }

.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(27, 29, 37, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(27, 29, 37, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(27, 29, 37, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(27, 29, 37, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.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"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.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(27, 29, 37, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(27, 29, 37, 0.03);
  border-bottom: 1px solid rgba(27, 29, 37, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(27, 29, 37, 0.03);
  border-top: 1px solid rgba(27, 29, 37, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.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; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #ffffff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #ffffff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #0d4e96;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #093667; }

.alert-secondary {
  color: #454b53;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #2e3237; }

.alert-success {
  color: #226536;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #153f22; }

.alert-info {
  color: #196271;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #103e47; }

.alert-warning {
  color: #927215;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #654f0f; }

.alert-danger {
  color: #7f2936;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #581d26; }

.alert-light {
  color: #8e8f94;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #74757b; }

.alert-dark {
  color: #282c33;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #121316; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.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; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(27, 29, 37, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #0d4e96;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0d4e96;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #0d4e96;
    border-color: #0d4e96; }

.list-group-item-secondary {
  color: #454b53;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #454b53;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #454b53;
    border-color: #454b53; }

.list-group-item-success {
  color: #226536;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #226536;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #226536;
    border-color: #226536; }

.list-group-item-info {
  color: #196271;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #196271;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #196271;
    border-color: #196271; }

.list-group-item-warning {
  color: #927215;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #927215;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #927215;
    border-color: #927215; }

.list-group-item-danger {
  color: #7f2936;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7f2936;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #7f2936;
    border-color: #7f2936; }

.list-group-item-light {
  color: #8e8f94;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #8e8f94;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #8e8f94;
    border-color: #8e8f94; }

.list-group-item-dark {
  color: #282c33;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #282c33;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #282c33;
    border-color: #282c33; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #1B1D25;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #1B1D25;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 29, 37, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1B1D25; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #1B1D25; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #1B1D25; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #1B1D25; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #1B1D25; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #1B1D25;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 29, 37, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(27, 29, 37, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(27, 29, 37, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(27, 29, 37, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(27, 29, 37, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.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; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.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"); }

.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"); }

.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; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(27, 29, 37, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(27, 29, 37, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(27, 29, 37, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important; }

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

.text-black-50 {
  color: rgba(27, 29, 37, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #1B1D25; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 2px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 20px;
        height: 2px;
        line-height: 20px;
        text-align: center;
        color: #B2B4C2;
        background-color: #B2B4C2;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #D74B00;
      background-color: #D74B00;
      opacity: 1; }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.pp-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .pp-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .pp-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .pp-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .pp-container {
      max-width: 1140px; } }

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

.pp-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.pp-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .pp-no-gutters > .pp-col,
  .pp-no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .pp-col-1, .pp-col-2, .pp-col-3, .pp-col-4, .pp-col-5, .pp-col-6, .pp-col-7, .pp-col-8, .pp-col-9, .pp-col-10, .pp-col-11, .pp-col-12, .pp-col,
.pp-col-auto, .pp-col-sm-1, .pp-col-sm-2, .pp-col-sm-3, .pp-col-sm-4, .pp-col-sm-5, .pp-col-sm-6, .pp-col-sm-7, .pp-col-sm-8, .pp-col-sm-9, .pp-col-sm-10, .pp-col-sm-11, .pp-col-sm-12, .pp-col-sm,
.pp-col-sm-auto, .pp-col-md-1, .pp-col-md-2, .pp-col-md-3, .pp-col-md-4, .pp-col-md-5, .pp-col-md-6, .pp-col-md-7, .pp-col-md-8, .pp-col-md-9, .pp-col-md-10, .pp-col-md-11, .pp-col-md-12, .pp-col-md,
.pp-col-md-auto, .pp-col-lg-1, .pp-col-lg-2, .pp-col-lg-3, .pp-col-lg-4, .pp-col-lg-5, .pp-col-lg-6, .pp-col-lg-7, .pp-col-lg-8, .pp-col-lg-9, .pp-col-lg-10, .pp-col-lg-11, .pp-col-lg-12, .pp-col-lg,
.pp-col-lg-auto, .pp-col-xl-1, .pp-col-xl-2, .pp-col-xl-3, .pp-col-xl-4, .pp-col-xl-5, .pp-col-xl-6, .pp-col-xl-7, .pp-col-xl-8, .pp-col-xl-9, .pp-col-xl-10, .pp-col-xl-11, .pp-col-xl-12, .pp-col-xl,
.pp-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.pp-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.pp-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.pp-order-first {
  order: -1; }

.pp-order-last {
  order: 13; }

.pp-order-0 {
  order: 0; }

.pp-order-1 {
  order: 1; }

.pp-order-2 {
  order: 2; }

.pp-order-3 {
  order: 3; }

.pp-order-4 {
  order: 4; }

.pp-order-5 {
  order: 5; }

.pp-order-6 {
  order: 6; }

.pp-order-7 {
  order: 7; }

.pp-order-8 {
  order: 8; }

.pp-order-9 {
  order: 9; }

.pp-order-10 {
  order: 10; }

.pp-order-11 {
  order: 11; }

.pp-order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pp-figure {
  display: inline-block; }

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

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

.pp-modal-open {
  overflow: hidden; }
  .pp-modal-open .pp-modal {
    overflow-x: hidden;
    overflow-y: auto; }

.pp-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.pp-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .pp-modal.pp-fade .pp-modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .pp-modal.pp-fade .pp-modal-dialog {
        transition: none; } }
  .pp-modal.pp-show .pp-modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.pp-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .pp-modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.pp-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.pp-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .pp-modal-backdrop.pp-fade {
    opacity: 0; }
  .pp-modal-backdrop.pp-show {
    opacity: 0.5; }

.pp-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .pp-modal-header .pp-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.pp-modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.pp-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.pp-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .pp-modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .pp-modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.pp-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .pp-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .pp-modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .pp-modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .pp-modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .pp-modal-lg {
    max-width: 800px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pp-flex-fill {
  flex: 1 1 auto !important; }

.pp-flex-grow-0 {
  flex-grow: 0 !important; }

.pp-flex-grow-1 {
  flex-grow: 1 !important; }

.pp-flex-shrink-0 {
  flex-shrink: 0 !important; }

.pp-flex-shrink-1 {
  flex-shrink: 1 !important; }

.pp-justify-content-start {
  justify-content: flex-start !important; }

.pp-justify-content-end {
  justify-content: flex-end !important; }

.pp-justify-content-center {
  justify-content: center !important; }

.pp-justify-content-between {
  justify-content: space-between !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pp-w-auto {
  width: auto !important; }

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

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

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

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

.pp-h-auto {
  height: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pp-sub-nav {
  position: fixed;
  z-index: 2045;
  top: 60px;
  left: 0px;
  background: #1A1A1A;
  height: 70px; }
  @media (max-width: 767.98px) {
    .pp-sub-nav {
      min-height: 70px;
      height: auto; } }
  .pp-sub-nav .pp-container {
    max-width: 1180px;
    height: 70px;
    padding: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .pp-sub-nav .pp-container {
        flex-direction: column;
        min-height: 70px;
        height: auto; } }
  .pp-sub-nav__left .title {
    /* default primary */
    font-family: "Hind", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.7px; }
    @media (max-width: 767.98px) {
      .pp-sub-nav__left .title {
        margin: 15px 0 0 0; } }
  .pp-sub-nav__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .pp-sub-nav__right {
        flex-direction: column; } }
    .pp-sub-nav__right--mobile-row {
      list-style-type: none;
      padding: 0px;
      margin: 0 0 0 30px;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 767.98px) {
        .pp-sub-nav__right--mobile-row {
          margin: 15px 0 0 0; }
          .pp-sub-nav__right--mobile-row:last-child {
            margin: 15px 0; } }
      .pp-sub-nav__right--mobile-row li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 0 35px 0 0;
        color: #ffffff; }
        .pp-sub-nav__right--mobile-row li:last-child {
          margin: 0px; }
        .pp-sub-nav__right--mobile-row li.pp-sub-nav-lang-switch-container span.icon-arrow-down {
          color: #ffffff;
          font-size: 10px;
          margin-left: 8px; }
        .pp-sub-nav__right--mobile-row li.pp-sub-nav-lang-switch-container ul {
          position: relative;
          padding: 0px; }
          .pp-sub-nav__right--mobile-row li.pp-sub-nav-lang-switch-container ul > li > a {
            font-size: 15px;
            color: #ffffff;
            line-height: 1.7;
            padding-right: 20px;
            white-space: nowrap;
            padding: 0px;
            /* default primary */
            font-family: "Hind", sans-serif;
            font-style: normal;
            font-weight: 400; }
          .pp-sub-nav__right--mobile-row li.pp-sub-nav-lang-switch-container ul > li ul.sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            background: #ffffff;
            padding: 0;
            margin: 0;
            min-width: 150px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            top: 30px; }
            .pp-sub-nav__right--mobile-row li.pp-sub-nav-lang-switch-container ul > li ul.sub-menu.active {
              visibility: visible;
              opacity: 1; }
            .pp-sub-nav__right--mobile-row li.pp-sub-nav-lang-switch-container ul > li ul.sub-menu li {
              padding: 5px;
              margin: 0px; }
              .pp-sub-nav__right--mobile-row li.pp-sub-nav-lang-switch-container ul > li ul.sub-menu li a {
                text-align: center;
                font-size: 15px;
                color: #D74B00;
                line-height: 1.7;
                white-space: nowrap;
                padding: 0px;
                /* default primary */
                font-family: "Hind", sans-serif;
                font-style: normal;
                font-weight: 400; }
        .pp-sub-nav__right--mobile-row li a {
          color: #ffffff;
          cursor: pointer;
          position: relative;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          .pp-sub-nav__right--mobile-row li a:hover, .pp-sub-nav__right--mobile-row li a:active, .pp-sub-nav__right--mobile-row li a:focus {
            text-decoration: none; }
          .pp-sub-nav__right--mobile-row li a.active {
            color: #D74B00; }
          .pp-sub-nav__right--mobile-row li a.has-icon {
            padding: 0 30px;
            display: block;
            line-height: 34px; }
            @media (max-width: 1199.98px) {
              .pp-sub-nav__right--mobile-row li a.has-icon {
                padding: 0 20px; } }
            .pp-sub-nav__right--mobile-row li a.has-icon:before {
              content: '';
              position: absolute;
              height: 15px;
              width: 1px;
              left: 0px;
              top: 8px;
              background: #ffffff; }
            .pp-sub-nav__right--mobile-row li a.has-icon:after {
              content: '';
              position: absolute;
              height: 15px;
              width: 1px;
              right: 0px;
              top: 8px;
              background: #ffffff; }
            .pp-sub-nav__right--mobile-row li a.has-icon.prev-has-icon {
              margin: 0 0 0 -35px; }
              .pp-sub-nav__right--mobile-row li a.has-icon.prev-has-icon:before {
                content: none; }
          .pp-sub-nav__right--mobile-row li a.btn {
            padding: 4px 20px;
            text-transform: none; }
            .pp-sub-nav__right--mobile-row li a.btn:hover, .pp-sub-nav__right--mobile-row li a.btn:active, .pp-sub-nav__right--mobile-row li a.btn:focus {
              color: #D74B00; }
          .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            height: 100%;
            margin: 0 0 0 10px;
            position: relative;
            width: 16px; }
            .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav span {
              display: block;
              width: 16px;
              height: 1px;
              background: #ffffff;
              transition: 250ms linear all; }
              @media screen and (prefers-reduced-motion: reduce) {
                .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav span {
                  transition: none; } }
              .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav span:nth-child(2) {
                margin: 3px 0; }
              .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav span:last-child {
                margin: 0 0 2px 0; }
            .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav.open span {
              margin: 0;
              position: absolute; }
              .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav.open span:nth-child(1) {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg); }
              .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav.open span:nth-child(2) {
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
              .pp-sub-nav__right--mobile-row li a.pp-open-sub-nav.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg); }

.pp-sub-nav-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #D74B00;
  z-index: 100000; }
  .pp-sub-nav-modal.pp-search-modal {
    background: #1A1A1A; }
    .pp-sub-nav-modal.pp-search-modal.pp-search-active {
      height: 60px;
      position: fixed;
      top: 129px; }
      .pp-sub-nav-modal.pp-search-modal.pp-search-active .pp-modal-header {
        height: 0px;
        padding-top: 0px;
        padding-bottom: 0px; }
        .pp-sub-nav-modal.pp-search-modal.pp-search-active .pp-modal-header .pp-close-modal {
          position: absolute;
          z-index: 999999; }
      .pp-sub-nav-modal.pp-search-modal.pp-search-active .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-buttons {
        display: table !important; }
  .pp-sub-nav-modal .pp-modal-dialog {
    max-width: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%; }
    .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content {
      width: 100%;
      height: 100%;
      background: none;
      border: 0px; }
      .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header {
        border: 0px;
        justify-content: flex-end; }
        .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header .pp-close-modal {
          color: #ffffff;
          font-size: 30px;
          margin: 15px 0 0 0;
          cursor: pointer;
          transition: 250ms all linear;
          -webkit-transform: rotate(0deg);
          -khtml-transform: rotate(0deg);
          transform: rotate(0deg); }
          @media screen and (prefers-reduced-motion: reduce) {
            .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header .pp-close-modal {
              transition: none; } }
          .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header .pp-close-modal:hover, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header .pp-close-modal:active, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header .pp-close-modal:focus {
            transition: 250ms all linear;
            text-decoration: none;
            -webkit-transform: rotate(90deg);
            -khtml-transform: rotate(90deg);
            transform: rotate(90deg); }
            @media screen and (prefers-reduced-motion: reduce) {
              .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header .pp-close-modal:hover, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header .pp-close-modal:active, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-header .pp-close-modal:focus {
                transition: none; } }
      .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form {
          box-shadow: none !important;
          background: none !important;
          position: static !important;
          width: auto !important;
          min-width: 320px; }
          .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content {
            box-shadow: none !important; }
            .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content input[type=text] {
              background: none !important;
              border: 0px !important;
              /* default primary */
              font-family: "Hind", sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: 24px !important;
              line-height: 34px !important;
              color: #ffffff !important;
              outline: 0 !important;
              text-align: center !important; }
            .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-counter {
              min-width: 50px;
              text-align: right;
              font-size: 14px; }
            .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-buttons {
              min-width: 100px;
              text-align: left;
              display: none; }
            .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-prev-button, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-next-button {
              color: #767676; }
              .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-prev-button.wpsi-active-button, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-next-button.wpsi-active-button {
                color: #D74B00; }
            .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-cancel-button {
              display: none !important; }
            .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search form #wpsi-content #wpsi-bar {
              display: none; }
        .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search input[type=text] {
          background: none;
          border: 0px;
          /* default primary */
          font-family: "Hind", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 34px;
          line-height: 44px;
          color: #ffffff;
          outline: 0;
          text-align: center; }
        .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-search input[type=submit] {
          background: none;
          border: 0px;
          outline: 0;
          width: 0px;
          height: 0px; }
        .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul {
          list-style-type: none;
          margin: 0px auto;
          padding: 0px;
          max-width: 500px;
          text-align: center; }
          .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li {
            margin: 0px;
            padding: 0px;
            /* default primary */
            font-family: "Hind", sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            color: #ffffff; }
            .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a {
              margin: 5px 0;
              padding: 0px;
              /* default primary */
              font-family: "Hind", sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: 20px;
              line-height: 34px;
              color: #ffffff;
              position: relative;
              cursor: pointer; }
              .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:before {
                content: '';
                position: absolute;
                z-index: 100;
                width: 100%;
                height: 1px;
                left: 0;
                background: #ffffff;
                visibility: hidden;
                border-radius: 5px;
                -webkit-transform: scaleX(0);
                -khtml-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-filter: FlipH;
                        filter: FlipH;
                -ms-filter: "FlipH";
                transition: 250ms all linear;
                bottom: 4px; }
                @media screen and (prefers-reduced-motion: reduce) {
                  .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:before {
                    transition: none; } }
              .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:hover, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:active, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:focus {
                transition: 250ms all linear;
                text-decoration: none; }
                @media screen and (prefers-reduced-motion: reduce) {
                  .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:hover, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:active, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:focus {
                    transition: none; } }
                .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:hover:before, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:active:before, .pp-sub-nav-modal .pp-modal-dialog .pp-modal-content .pp-modal-body .pp-sub-nav-modal-menu ul li a:focus:before {
                  visibility: visible;
                  -webkit-transform: scaleX(1);
                  -khtml-transform: scaleX(1);
                  transform: scaleX(1);
                  -webkit-filter: FlipH;
                          filter: FlipH;
                  -ms-filter: "FlipH"; }

.pp-main-header-scroll-offset {
  height: 100px;
  position: absolute;
  width: 1px;
  visibility: hidden;
  top: -100000px;
  display: none; }

.pp-container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 10px; }

body {
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #777777;
  background: #FAFAFA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #777777;
  text-decoration: none;
  transition: all .25s ease-in; }
  a:hover, a:active, a:focus {
    color: #777777;
    text-decoration: underline; }

code {
  font-size: 11px;
  font-size: 1.1rem; }

section {
  position: relative; }

.text-color {
  color: #777777; }

.text-color--blue {
  color: #007bff; }

.text-color--indigo {
  color: #6610f2; }

.text-color--purple {
  color: #6f42c1; }

.text-color--pink {
  color: #e83e8c; }

.text-color--red {
  color: #dc3545; }

.text-color--orange {
  color: #D74B00; }

.text-color--yellow {
  color: #ffc107; }

.text-color--green {
  color: #28a745; }

.text-color--teal {
  color: #20c997; }

.text-color--cyan {
  color: #17a2b8; }

.text-color--white {
  color: #ffffff; }

.text-color--gray {
  color: #6c757d; }

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

.text-color--orange {
  color: #D74B00; }

.text-color--gray {
  color: #777777; }

.text-color--lightgray {
  color: #FAFAFA; }

.text-color--darkgray {
  color: #3B3D48; }

.text-color--midgray {
  color: #666874; }

.text-color--white {
  color: #ffffff; }

.text-color--navyblue {
  color: #282A36; }

.text-color--black {
  color: #1B1D25; }

.text-color--overlay {
  color: #323232; }

.text-color--blue {
  color: #0178D7; }

.text-color--alto {
  color: #D5D5D5; }

.background-color {
  background: #ffffff; }

.background-color--blue {
  background-color: #007bff; }

.background-color--indigo {
  background-color: #6610f2; }

.background-color--purple {
  background-color: #6f42c1; }

.background-color--pink {
  background-color: #e83e8c; }

.background-color--red {
  background-color: #dc3545; }

.background-color--orange {
  background-color: #D74B00; }

.background-color--yellow {
  background-color: #ffc107; }

.background-color--green {
  background-color: #28a745; }

.background-color--teal {
  background-color: #20c997; }

.background-color--cyan {
  background-color: #17a2b8; }

.background-color--white {
  background-color: #ffffff; }

.background-color--gray {
  background-color: #6c757d; }

.background-color--gray-dark {
  background-color: #343a40; }

.background-color--orange {
  background-color: #D74B00; }

.background-color--gray {
  background-color: #777777; }

.background-color--lightgray {
  background-color: #FAFAFA; }

.background-color--darkgray {
  background-color: #3B3D48; }

.background-color--midgray {
  background-color: #666874; }

.background-color--white {
  background-color: #ffffff; }

.background-color--navyblue {
  background-color: #282A36; }

.background-color--black {
  background-color: #1B1D25; }

.background-color--overlay {
  background-color: #323232; }

.background-color--blue {
  background-color: #0178D7; }

.background-color--alto {
  background-color: #D5D5D5; }

.breadcrumbs {
  padding: 10px 0;
  min-height: 50px;
  position: relative; }
  .breadcrumbs span span {
    display: flex;
    align-content: center;
    justify-items: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .breadcrumbs a {
    font-size: 16px;
    color: #D74B00;
    text-decoration: none; }
  .breadcrumbs .breadcrumb_last {
    font-size: 16px;
    color: #ffffff; }
  .breadcrumbs.white--bg .breadcrumb_last {
    color: #1B1D25; }
  .breadcrumbs .sep {
    margin: 0 8px; }
  .breadcrumbs--breadcrumbs-component .breadcrumb_last {
    font-size: 16px;
    color: #666874; }

.overflow-hidden {
  overflow: hidden; }

select {
  cursor: pointer; }

.z-index--100 {
  z-index: 100 !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-presentation__feature .img-fluid {
    max-width: 100%; } }

.size-full {
  max-width: 100%;
  height: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [data-aos^='fade'][data-aos^='fade'] {
    opacity: 1 !important; }
  [data-aos='fade-up'] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  [data-aos='fade-down'] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  [data-aos='fade-right'] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  [data-aos='fade-left'] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  [data-aos='fade-up-right'] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  [data-aos='fade-up-left'] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  [data-aos='fade-down-right'] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  [data-aos='fade-down-left'] {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

/**
 * @license
 * MyFonts Webfont Build ID 3658500, 2018-10-22T07:09:53-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: WeissenhofGrotesk-Bold by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/weissenhof-grotesk/bold/
 *
 * Webfont: WeissenhofGrotesk-Medium by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/weissenhof-grotesk/medium/
 *
 * Webfont: WeissenhofGrotesk-Regular by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/weissenhof-grotesk/regular/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3658500
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 2015 Indian Type Foundry
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url("../fonts/TradeGothicLTStd-BdCn20.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLTStd-BdCn20.otf") format("opentype"), url("../fonts/TradeGothicLTStd-BdCn20.woff") format("woff"), url("../fonts/TradeGothicLTStd-BdCn20.ttf") format("truetype"), url("../fonts/TradeGothicLTStd-BdCn20.svg#TradeGothicLTStd-BdCn20") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url("../fonts/TradeGothicLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicLTStd-Bold.otf") format("opentype"), url("../fonts/TradeGothicLTStd-Bold.woff") format("woff"), url("../fonts/TradeGothicLTStd-Bold.ttf") format("truetype"), url("../fonts/TradeGothicLTStd-Bold.svg#TradeGothicLTStd-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

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

.icon-check:before {
  content: "\e917"; }

.icon-facebook-round:before {
  content: "\e912"; }

.icon-linkeid-round:before {
  content: "\e913"; }

.icon-twitter-round:before {
  content: "\e914"; }

.icon-youtube-round:before {
  content: "\e915"; }

.icon-play-rounded:before {
  content: "\e908"; }

.icon-facebook-square:before {
  content: "\e900"; }

.icon-pinterest:before {
  content: "\e901"; }

.icon-google:before {
  content: "\e902"; }

.icon-play-bold-rounded:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e904"; }

.icon-chat:before {
  content: "\e905"; }

.icon-message:before {
  content: "\e906"; }

.icon-shaking-hands:before {
  content: "\e907"; }

.icon-play:before {
  content: "\e909"; }

.icon-arrow-up:before {
  content: "\e90a"; }

.icon-arrow-right:before {
  content: "\e90b"; }

.icon-arrow-down:before {
  content: "\e90c"; }

.icon-arrow-left:before {
  content: "\e90d"; }

.icon-youtube:before {
  content: "\e90e"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-facebook:before {
  content: "\e910"; }

.icon-twitter:before {
  content: "\e911"; }

.icon-search:before {
  content: "\e916"; }

.icon-film:before {
  content: "\f008"; }

.icon-wechat:before {
  content: "\e918"; }

.icon-google-plus:before {
  content: "\ea8b"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-telegram:before {
  content: "\ea95"; }

.icon-vine:before {
  content: "\ea97"; }

.icon-vk:before {
  content: "\ea98"; }

.icon-rss:before {
  content: "\ea9b"; }

.icon-twitch:before {
  content: "\ea9f"; }

.icon-vimeo:before {
  content: "\eaa0"; }

.icon-flickr2:before {
  content: "\eaa4"; }

.icon-behance:before {
  content: "\eaa8"; }

.icon-xing2:before {
  content: "\ead4"; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Basic typography style for copy text
 */
h1 {
  font-family: "Trade Gothic LT Std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 100%; }
  h1.orange {
    color: #D74B00; }
  h1.gray {
    color: #777777; }
  h1.black {
    color: #1B1D25; }
  @media (max-width: 1199.98px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 52px; } }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 42px; } }
  h1 html[lang="ru-RU"] {
    word-break: break-all; }
  h1 html[lang="ru-RU"] .article-hero__title {
    word-break: break-word; }

h2 {
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.1;
  color: #D74B00;
  max-width: 100%; }
  h2.gray {
    color: #777777; }
  h2.white {
    color: #ffffff; }
  h2.black {
    color: #1B1D25; }
  @media (max-width: 1199.98px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 25px; } }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 22px; } }
  html[lang="ru-RU"] h2 {
    word-break: break-all; }

h3 {
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 100%; }
  h3.orange {
    color: #D74B00; }
  h3.gray {
    color: #777777; }
  h3.black {
    color: #1B1D25; }
  html[lang="ru-RU"] h3 {
    word-break: break-all; }

p {
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #777777;
  max-width: 100%; }
  p.orange {
    color: #D74B00; }
  p.white {
    color: #ffffff; }
  p.black {
    color: #1B1D25; }
  @media (max-width: 991.98px) {
    p {
      font-size: 15px; } }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.video-wrapper {
  padding-bottom: 56.25%;
  /* 16:9 */ }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.no-padding {
  padding: 0; }

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

body {
  padding-top: 60px; }

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px; }

.pp-overflow-hidden {
  overflow: hidden; }

.pp-nav {
  position: fixed;
  z-index: 2100;
  top: 0px;
  left: 0px;
  height: 60px;
  padding: 0 15px;
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  max-width: 100vw; }
  .pp-nav--black {
    background: #282828;
    position: fixed;
    z-index: 2100; }
  .pp-nav nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .pp-nav__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }
    .pp-nav__left--logo {
      margin: 0 50px 0 0; }
      @media (max-width: 1199.98px) {
        .pp-nav__left--logo {
          margin: 0px; } }
      .pp-nav__left--logo img {
        width: 95px;
        height: auto; }
    .pp-nav__left--menu {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 1199.98px) {
        .pp-nav__left--menu {
          display: none; } }
      .pp-nav__left--menu li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 0 35px 0 0;
        color: #ffffff; }
        .pp-nav__left--menu li a {
          color: #ffffff;
          cursor: pointer;
          position: relative;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          .pp-nav__left--menu li a:hover, .pp-nav__left--menu li a:active, .pp-nav__left--menu li a:focus {
            text-decoration: none; }
          .pp-nav__left--menu li a.active {
            color: #D74B00; }
          .pp-nav__left--menu li a.has-icon {
            line-height: 34px; }
            .pp-nav__left--menu li a.has-icon:before {
              content: '';
              position: absolute;
              height: 26px;
              width: 1px;
              left: 0px;
              top: 4px;
              background: #ffffff; }
            .pp-nav__left--menu li a.has-icon:after {
              content: '';
              position: absolute;
              height: 26px;
              width: 1px;
              right: 0px;
              top: 4px;
              background: #ffffff; }
            .pp-nav__left--menu li a.has-icon.prev-has-icon {
              margin: 0 0 0 -35px; }
              .pp-nav__left--menu li a.has-icon.prev-has-icon:before {
                content: none; }
  .pp-nav__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%; }
    .pp-nav__right--menu {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 1199.98px) {
        .pp-nav__right--menu {
          display: none; } }
      .pp-nav__right--menu li {
        display: inline-block;
        margin: 0 0 0 20px;
        position: relative;
        color: #ffffff;
        font-size: 12px;
        line-height: 20px; }
        .pp-nav__right--menu li a {
          font-size: 14px;
          line-height: 20px;
          color: #ffffff;
          cursor: pointer;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          .pp-nav__right--menu li a:hover, .pp-nav__right--menu li a:active, .pp-nav__right--menu li a:focus {
            text-decoration: none; }
          .pp-nav__right--menu li a.pp-open-lang-switcher {
            cursor: pointer; }
            .pp-nav__right--menu li a.pp-open-lang-switcher .lang-code {
              text-transform: uppercase; }
            .pp-nav__right--menu li a.pp-open-lang-switcher .lang-name {
              margin: 0 10px 0 0; }
          .pp-nav__right--menu li a.has-icon {
            line-height: 34px; }
            .pp-nav__right--menu li a.has-icon:before {
              content: '';
              position: absolute;
              height: 26px;
              width: 1px;
              left: 0px;
              top: 4px;
              background: #ffffff; }
            .pp-nav__right--menu li a.has-icon:after {
              content: '';
              position: absolute;
              height: 26px;
              width: 1px;
              right: 0px;
              top: 4px;
              background: #ffffff; }
            .pp-nav__right--menu li a.has-icon.prev-has-icon {
              margin: 0 0 0 -35px; }
              .pp-nav__right--menu li a.has-icon.prev-has-icon:before {
                content: none; }
    .pp-nav__right--menu-mobile {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      height: 100%;
      display: none;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      @media (max-width: 1199.98px) {
        .pp-nav__right--menu-mobile {
          display: flex; } }
      .pp-nav__right--menu-mobile li {
        display: inline-block;
        margin: 0 0 0 20px;
        position: relative;
        color: #ffffff;
        font-size: 12px;
        line-height: 20px; }
        @media (max-width: 1199.98px) {
          .pp-nav__right--menu-mobile li {
            margin: 0 0 0 18px; } }
        .pp-nav__right--menu-mobile li a {
          font-size: 12px;
          line-height: 20px;
          color: #ffffff;
          cursor: pointer;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          .pp-nav__right--menu-mobile li a:hover, .pp-nav__right--menu-mobile li a:active, .pp-nav__right--menu-mobile li a:focus {
            text-decoration: none; }
          .pp-nav__right--menu-mobile li a.pp-open-lang-switcher {
            cursor: pointer; }
            .pp-nav__right--menu-mobile li a.pp-open-lang-switcher .lang-code {
              text-transform: uppercase;
              margin: 0 10px 0 0; }
          .pp-nav__right--menu-mobile li a.has-icon {
            line-height: 34px; }
            .pp-nav__right--menu-mobile li a.has-icon:before {
              content: '';
              position: absolute;
              height: 16px;
              width: 1px;
              left: 0px;
              top: 9px;
              background: #ffffff; }
            .pp-nav__right--menu-mobile li a.has-icon:after {
              content: '';
              position: absolute;
              height: 16px;
              width: 1px;
              right: 0px;
              top: 9px;
              background: #ffffff; }
            .pp-nav__right--menu-mobile li a.has-icon.prev-has-icon {
              margin: 0 0 0 -35px; }
              .pp-nav__right--menu-mobile li a.has-icon.prev-has-icon:before {
                content: none; }
          .pp-nav__right--menu-mobile li a.pp-open-mobile-menu {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin: 0 0 0 10px;
            position: relative;
            width: 16px;
            height: 16px; }
            .pp-nav__right--menu-mobile li a.pp-open-mobile-menu span {
              display: block;
              width: 16px;
              height: 1px;
              background: #ffffff;
              transition: 250ms linear all; }
              @media screen and (prefers-reduced-motion: reduce) {
                .pp-nav__right--menu-mobile li a.pp-open-mobile-menu span {
                  transition: none; } }
              .pp-nav__right--menu-mobile li a.pp-open-mobile-menu span:nth-child(2) {
                margin: 3px 0; }
              .pp-nav__right--menu-mobile li a.pp-open-mobile-menu span:last-child {
                margin: 0 0 2px 0; }
            .pp-nav__right--menu-mobile li a.pp-open-mobile-menu.open span {
              margin: 0;
              position: absolute; }
              .pp-nav__right--menu-mobile li a.pp-open-mobile-menu.open span:nth-child(1) {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg); }
              .pp-nav__right--menu-mobile li a.pp-open-mobile-menu.open span:nth-child(2) {
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
              .pp-nav__right--menu-mobile li a.pp-open-mobile-menu.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg); }

.pp-main-menu-section {
  transition: 1000ms ease-in-out transform;
  -webkit-transform: translateY(-200%);
  -khtml-transform: translateY(-200%);
  transform: translateY(-200%);
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media screen and (prefers-reduced-motion: reduce) {
    .pp-main-menu-section {
      transition: none; } }
  .pp-main-menu-section.active {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    transform: translateY(0%); }

.pp-search-bar {
  background: #282828;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 2050;
  height: 100px;
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 1199.98px) {
    .pp-search-bar {
      background: #282828;
      height: 80px;
      top: 45px; } }
  .pp-search-bar .pp-container {
    padding: 30px 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .pp-search-bar .pp-container form {
      width: 100%; }
      .pp-search-bar .pp-container form .search-input {
        position: relative;
        width: 400px;
        margin: 0 0 0 auto; }
        @media (max-width: 767.98px) {
          .pp-search-bar .pp-container form .search-input {
            width: 100%; } }
        .pp-search-bar .pp-container form .search-input input[type=text] {
          background: #505050;
          width: 100%;
          height: 40px;
          border-radius: 4px;
          border: 0px;
          color: #ffffff;
          outline: 0;
          padding: 6px 50px 0 16px;
          font-size: 16px; }
        .pp-search-bar .pp-container form .search-input button {
          position: absolute;
          top: 0px;
          right: 0px;
          background: none;
          border: 0px;
          outline: 0;
          cursor: pointer;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .pp-search-bar .pp-container form .search-input button span {
            color: #ffffff; }

.pp-main-menu-mobile {
  position: fixed;
  top: 60px !important;
  left: 0px;
  z-index: 2095;
  min-height: 100vh;
  padding: 5px 0;
  background: #282828;
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .pp-main-menu-mobile__nav {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%; }
    .pp-main-menu-mobile__nav li {
      color: #ffffff;
      margin: 0; }
      .pp-main-menu-mobile__nav li.title {
        /* default primary */
        font-family: "Hind", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        line-height: 27px;
        color: #ffffff;
        filter: alpha(opacity=30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        -webkit-opacity: 0.3;
        -khtml-opacity: 0.3;
        -moz-opacity: 0.3;
        -ms-opacity: 0.3;
        -o-opacity: 0.3;
        opacity: 0.3;
        text-transform: uppercase;
        margin: 0 0 30px 0; }
      .pp-main-menu-mobile__nav li a {
        color: #ffffff;
        font-size: 16px;
        cursor: pointer;
        margin: 0;
        padding: 10px 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        transition: 250ms all linear;
        border-right: 1px solid transparent;
        position: relative; }
        @media screen and (prefers-reduced-motion: reduce) {
          .pp-main-menu-mobile__nav li a {
            transition: none; } }
        .pp-main-menu-mobile__nav li a:hover, .pp-main-menu-mobile__nav li a:active, .pp-main-menu-mobile__nav li a:focus {
          transition: 250ms all linear;
          text-decoration: none;
          border-right: 0px; }
          @media screen and (prefers-reduced-motion: reduce) {
            .pp-main-menu-mobile__nav li a:hover, .pp-main-menu-mobile__nav li a:active, .pp-main-menu-mobile__nav li a:focus {
              transition: none; } }
        .pp-main-menu-mobile__nav li a .mobile-submenu-icon {
          position: absolute;
          right: 20px;
          font-size: 16px;
          transition: 250ms all linear;
          color: #9B9B9B; }
          @media screen and (prefers-reduced-motion: reduce) {
            .pp-main-menu-mobile__nav li a .mobile-submenu-icon {
              transition: none; } }
        .pp-main-menu-mobile__nav li a.active {
          color: #D74B00; }
          .pp-main-menu-mobile__nav li a.active:hover, .pp-main-menu-mobile__nav li a.active:active, .pp-main-menu-mobile__nav li a.active:focus {
            transition: 250ms all linear;
            text-decoration: none; }
            @media screen and (prefers-reduced-motion: reduce) {
              .pp-main-menu-mobile__nav li a.active:hover, .pp-main-menu-mobile__nav li a.active:active, .pp-main-menu-mobile__nav li a.active:focus {
                transition: none; } }
          .pp-main-menu-mobile__nav li a.active .mobile-submenu-icon {
            -webkit-transform: rotate(90deg);
            -khtml-transform: rotate(90deg);
            transform: rotate(90deg);
            filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
            zoom: 1;
            color: #D74B00; }
      .pp-main-menu-mobile__nav li .pp-mobile-submenu {
        background: #333333;
        list-style-type: none;
        padding: 8px 0;
        margin: 0px;
        width: 100%;
        display: none; }
        .pp-main-menu-mobile__nav li .pp-mobile-submenu a {
          color: #ffffff;
          font-size: 16px;
          cursor: pointer;
          margin: 0;
          padding: 8px 20px 8px 35px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          transition: 250ms all linear;
          border-right: 1px solid transparent; }
          @media screen and (prefers-reduced-motion: reduce) {
            .pp-main-menu-mobile__nav li .pp-mobile-submenu a {
              transition: none; } }
          .pp-main-menu-mobile__nav li .pp-mobile-submenu a:hover, .pp-main-menu-mobile__nav li .pp-mobile-submenu a:active, .pp-main-menu-mobile__nav li .pp-mobile-submenu a:focus {
            transition: 250ms all linear;
            text-decoration: none;
            border-right: 0px; }
            @media screen and (prefers-reduced-motion: reduce) {
              .pp-main-menu-mobile__nav li .pp-mobile-submenu a:hover, .pp-main-menu-mobile__nav li .pp-mobile-submenu a:active, .pp-main-menu-mobile__nav li .pp-mobile-submenu a:focus {
                transition: none; } }
          .pp-main-menu-mobile__nav li .pp-mobile-submenu a .mobile-sub-submenu-icon {
            position: absolute;
            right: 20px;
            font-size: 16px;
            transition: 250ms all linear;
            color: #9B9B9B; }
            @media screen and (prefers-reduced-motion: reduce) {
              .pp-main-menu-mobile__nav li .pp-mobile-submenu a .mobile-sub-submenu-icon {
                transition: none; } }
          .pp-main-menu-mobile__nav li .pp-mobile-submenu a.active {
            color: #D74B00; }
            .pp-main-menu-mobile__nav li .pp-mobile-submenu a.active:hover, .pp-main-menu-mobile__nav li .pp-mobile-submenu a.active:active, .pp-main-menu-mobile__nav li .pp-mobile-submenu a.active:focus {
              transition: 250ms all linear;
              text-decoration: none; }
              @media screen and (prefers-reduced-motion: reduce) {
                .pp-main-menu-mobile__nav li .pp-mobile-submenu a.active:hover, .pp-main-menu-mobile__nav li .pp-mobile-submenu a.active:active, .pp-main-menu-mobile__nav li .pp-mobile-submenu a.active:focus {
                  transition: none; } }
            .pp-main-menu-mobile__nav li .pp-mobile-submenu a.active .mobile-sub-submenu-icon {
              -webkit-transform: rotate(90deg);
              -khtml-transform: rotate(90deg);
              transform: rotate(90deg);
              filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
              zoom: 1;
              color: #D74B00; }
        .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu {
          background: #414141;
          list-style-type: none;
          padding: 8px 0;
          margin: 0px;
          width: 100%;
          display: none;
          border-collapse: collapse; }
          .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu li {
            display: table-cell;
            width: 50%;
            float: left;
            border-right: 1px solid #333333;
            border-bottom: 1px solid #333333; }
            .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu li:last-child {
              border-bottom: 0px; }
          .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a {
            color: #ffffff;
            font-size: 16px;
            cursor: pointer;
            margin: 0;
            padding: 8px 8px 8px 35px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            transition: 250ms all linear;
            border-right: 1px solid transparent; }
            @media screen and (prefers-reduced-motion: reduce) {
              .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a {
                transition: none; } }
            .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a:hover, .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a:active, .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a:focus {
              transition: 250ms all linear;
              text-decoration: none;
              border-right: 0px; }
              @media screen and (prefers-reduced-motion: reduce) {
                .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a:hover, .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a:active, .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a:focus {
                  transition: none; } }
            .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a .mobile-sub-submenu-icon {
              position: absolute;
              right: 20px;
              font-size: 16px;
              transition: 250ms all linear;
              color: #9B9B9B; }
              @media screen and (prefers-reduced-motion: reduce) {
                .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a .mobile-sub-submenu-icon {
                  transition: none; } }
            .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a.active {
              color: #D74B00; }
              .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a.active:hover, .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a.active:active, .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a.active:focus {
                transition: 250ms all linear;
                text-decoration: none; }
                @media screen and (prefers-reduced-motion: reduce) {
                  .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a.active:hover, .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a.active:active, .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a.active:focus {
                    transition: none; } }
              .pp-main-menu-mobile__nav li .pp-mobile-submenu .pp-mobile-sub-submenu a.active .mobile-submenu-icon {
                -webkit-transform: rotate(90deg);
                -khtml-transform: rotate(90deg);
                transform: rotate(90deg);
                filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
                zoom: 1;
                color: #D74B00; }

.pp-main-menu {
  background: #282828;
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 2050;
  min-height: 400px;
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .pp-main-menu .pp-container {
    padding: 60px 0 80px 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
  .pp-main-menu.pp-language-switcher {
    color: #ffffff; }
    @media (max-width: 1199.98px) {
      .pp-main-menu.pp-language-switcher {
        padding: 0px;
        background: #282828;
        min-height: 100vh; } }
    @media (max-width: 1199.98px) {
      .pp-main-menu.pp-language-switcher .container-desktop {
        display: none; } }
    .pp-main-menu.pp-language-switcher .container-mobile {
      display: none; }
      @media (max-width: 1199.98px) {
        .pp-main-menu.pp-language-switcher .container-mobile {
          display: block; } }
    .pp-main-menu.pp-language-switcher .pp-col-sm .lang-area {
      font-size: 18px;
      font-weight: 700; }
    .pp-main-menu.pp-language-switcher .pp-col-sm .area-languages {
      list-style-type: none;
      padding: 0px;
      margin: 15px 0 0 0; }
      .pp-main-menu.pp-language-switcher .pp-col-sm .area-languages li a {
        color: #ffffff; }
  .pp-main-menu__image__boxes {
    padding: 0 65px 40px 85px;
    position: relative;
    min-height: 400px;
    width: calc(100% - 30px);
    overflow: hidden;
    height: calc(100vh - 120px); }
    .pp-main-menu__image__boxes .sub-menu-scroll {
      overflow-y: scroll; }
    .pp-main-menu__image__boxes .title {
      font-weight: 700;
      font-size: 17px;
      line-height: 27px;
      color: #ffffff;
      filter: alpha(opacity=30);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      -webkit-opacity: 0.3;
      -khtml-opacity: 0.3;
      -moz-opacity: 0.3;
      -ms-opacity: 0.3;
      -o-opacity: 0.3;
      opacity: 0.3;
      text-transform: uppercase; }
    .pp-main-menu__image__boxes .boxes a {
      width: 100%;
      text-decoration: none; }
    .pp-main-menu__image__boxes .boxes .box {
      padding: 0 15px;
      margin-top: 30px;
      min-height: 175px;
      display: flex;
      align-items: flex-end;
      transition: 250ms all linear;
      text-decoration: none;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .pp-main-menu__image__boxes .boxes .box:hover, .pp-main-menu__image__boxes .boxes .box:active, .pp-main-menu__image__boxes .boxes .box:focus {
        border-bottom: 4px solid #D74B00;
        box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.6); }
      .pp-main-menu__image__boxes .boxes .box__title {
        width: 100%;
        height: 100%;
        margin: 0 10px 10px 10px;
        color: #ffffff; }
  .pp-main-menu__left--nav {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 300px; }
    .pp-main-menu__left--nav li {
      color: #ffffff;
      margin: 0; }
      .pp-main-menu__left--nav li.title {
        /* default primary */
        font-family: "Hind", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 27px;
        line-height: 27px;
        color: #ffffff;
        filter: alpha(opacity=30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        -webkit-opacity: 0.3;
        -khtml-opacity: 0.3;
        -moz-opacity: 0.3;
        -ms-opacity: 0.3;
        -o-opacity: 0.3;
        opacity: 0.3;
        text-transform: uppercase;
        margin: 0 0 30px 0; }
      .pp-main-menu__left--nav li a {
        color: #ffffff;
        cursor: pointer;
        margin: 0;
        padding: 15px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        transition: 250ms all linear;
        border-right: 1px solid transparent; }
        @media screen and (prefers-reduced-motion: reduce) {
          .pp-main-menu__left--nav li a {
            transition: none; } }
        .pp-main-menu__left--nav li a:hover, .pp-main-menu__left--nav li a:active, .pp-main-menu__left--nav li a:focus {
          transition: 250ms all linear;
          text-decoration: none;
          border-right: 1px solid #D74B00; }
          @media screen and (prefers-reduced-motion: reduce) {
            .pp-main-menu__left--nav li a:hover, .pp-main-menu__left--nav li a:active, .pp-main-menu__left--nav li a:focus {
              transition: none; } }
        .pp-main-menu__left--nav li a.active {
          border-right: 4px solid #D74B00; }
          .pp-main-menu__left--nav li a.active:hover, .pp-main-menu__left--nav li a.active:active, .pp-main-menu__left--nav li a.active:focus {
            transition: 250ms all linear;
            text-decoration: none;
            border-right: 4px solid #D74B00; }
            @media screen and (prefers-reduced-motion: reduce) {
              .pp-main-menu__left--nav li a.active:hover, .pp-main-menu__left--nav li a.active:active, .pp-main-menu__left--nav li a.active:focus {
                transition: none; } }
  .pp-main-menu__right {
    padding: 0 65px 40px 85px;
    position: relative;
    min-height: 400px;
    width: calc(100% - 350px);
    overflow: hidden;
    height: calc(100vh - 120px); }
    .pp-main-menu__right .sub-menu-scroll {
      overflow-y: scroll; }
    .pp-main-menu__right:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 1px;
      left: 0px;
      top: 0px;
      background: #666874;
      filter: alpha(opacity=40);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      -webkit-opacity: 0.4;
      -khtml-opacity: 0.4;
      -moz-opacity: 0.4;
      -ms-opacity: 0.4;
      -o-opacity: 0.4;
      opacity: 0.4; }
    .pp-main-menu__right .pp-sub-menu-section {
      margin: 0 0 50px 0;
      position: absolute;
      width: calc(100% - 150px);
      transition: 1000ms ease-in-out all;
      -webkit-transform: translateY(-200%);
      -khtml-transform: translateY(-200%);
      transform: translateY(-200%); }
      @media screen and (prefers-reduced-motion: reduce) {
        .pp-main-menu__right .pp-sub-menu-section {
          transition: none; } }
      .pp-main-menu__right .pp-sub-menu-section.active {
        -webkit-transform: translateY(0%);
        -khtml-transform: translateY(0%);
        transform: translateY(0%); }
    .pp-main-menu__right p {
      font-size: 13px;
      line-height: 21px;
      color: #ffffff;
      margin: 0 15px 5px 15px;
      max-width: 100%; }
    .pp-main-menu__right--nav {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .pp-main-menu__right--nav li {
        width: calc(50% - 30px);
        min-height: 144px;
        margin: 15px; }
        .pp-main-menu__right--nav li a {
          display: flex;
          align-items: flex-end;
          justify-content: flex-start;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          color: #ffffff;
          padding: 15px;
          position: relative;
          border-bottom: 0px;
          transition: 250ms all linear; }
          @media screen and (prefers-reduced-motion: reduce) {
            .pp-main-menu__right--nav li a {
              transition: none; } }
          .pp-main-menu__right--nav li a.bg-tile {
            min-height: 144px; }
            .pp-main-menu__right--nav li a.bg-tile:hover, .pp-main-menu__right--nav li a.bg-tile:active, .pp-main-menu__right--nav li a.bg-tile:focus {
              transition: 250ms all linear;
              text-decoration: none;
              border-bottom: 4px solid #D74B00;
              box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.6); }
              @media screen and (prefers-reduced-motion: reduce) {
                .pp-main-menu__right--nav li a.bg-tile:hover, .pp-main-menu__right--nav li a.bg-tile:active, .pp-main-menu__right--nav li a.bg-tile:focus {
                  transition: none; } }
            .pp-main-menu__right--nav li a.bg-tile span.label {
              color: #ffffff;
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: flex-start; }
              .pp-main-menu__right--nav li a.bg-tile span.label span {
                color: #ffffff; }
          .pp-main-menu__right--nav li a.bg-image {
            flex-direction: column;
            align-items: center;
            text-decoration: none; }
            .pp-main-menu__right--nav li a.bg-image span.bg-image-holder {
              min-height: 190px;
              width: 100%; }
            .pp-main-menu__right--nav li a.bg-image span.label {
              margin: 30px 0 0 0;
              color: #ffffff;
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: flex-start; }
              .pp-main-menu__right--nav li a.bg-image span.label span {
                color: #ffffff; }
    .pp-main-menu__right .image-text-box {
      max-height: 225px;
      width: 50%;
      text-align: center; }
      .pp-main-menu__right .image-text-box a:hover, .pp-main-menu__right .image-text-box a:active, .pp-main-menu__right .image-text-box a:focus {
        text-decoration: none; }
      .pp-main-menu__right .image-text-box__date {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        color: #AEB7C1; }
      .pp-main-menu__right .image-text-box__title {
        margin-bottom: 10px;
        font-size: 16px !important;
        text-align: center;
        max-width: 100%; }
      .pp-main-menu__right .image-text-box__inner {
        padding: 0 15px; }
      .pp-main-menu__right .image-text-box--large {
        width: 100%;
        max-height: 300px; }
        .pp-main-menu__right .image-text-box--large .image-text-box__date {
          text-align: left; }
        .pp-main-menu__right .image-text-box--large .image-text-box__title {
          font-size: 20px !important;
          text-align: left; }
  .pp-main-menu__close {
    margin: 0 0 0 50px; }
    .pp-main-menu__close .pp-close-sub-menu {
      cursor: pointer; }
      .pp-main-menu__close .pp-close-sub-menu span {
        font-size: 28px;
        line-height: 28px;
        color: #ffffff; }

.pp-nav, .pp-main-menu, .pp-main-menu-mobile {
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .pp-nav .icon-label--xs, .pp-main-menu .icon-label--xs, .pp-main-menu-mobile .icon-label--xs {
    font-size: 10px; }
  .pp-nav .icon-label--sm, .pp-main-menu .icon-label--sm, .pp-main-menu-mobile .icon-label--sm {
    font-size: 16px; }
  .pp-nav .icon-label--md, .pp-main-menu .icon-label--md, .pp-main-menu-mobile .icon-label--md {
    font-size: 22px; }
  .pp-nav .icon-label--lg, .pp-main-menu .icon-label--lg, .pp-main-menu-mobile .icon-label--lg {
    font-size: 28px; }
  .pp-nav .icon-label--xl, .pp-main-menu .icon-label--xl, .pp-main-menu-mobile .icon-label--xl {
    font-size: 34px; }
  .pp-nav .icon-label--left, .pp-main-menu .icon-label--left, .pp-main-menu-mobile .icon-label--left {
    margin: 0 10px 0 0; }
  .pp-nav .icon-label--right, .pp-main-menu .icon-label--right, .pp-main-menu-mobile .icon-label--right {
    margin: 0 0 0 10px; }
  .pp-nav .icon-label--standalone, .pp-main-menu .icon-label--standalone, .pp-main-menu-mobile .icon-label--standalone {
    padding: 0 30px;
    display: block;
    line-height: 34px; }
    @media (max-width: 1199.98px) {
      .pp-nav .icon-label--standalone, .pp-main-menu .icon-label--standalone, .pp-main-menu-mobile .icon-label--standalone {
        padding: 0 20px; } }

.icon-arrow-down {
  transition: all .3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .icon-arrow-down.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.pp-scroll-warpper {
  height: calc(100vh - 120px) !important;
  width: 100% !important;
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 1199.98px) {
    .pp-scroll-warpper--mobile {
      overflow: scroll; } }

footer.pp-footer {
  background: #282828;
  padding: 90px 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  footer.pp-footer a {
    font-family: "Hind", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0px; }
  footer.pp-footer .pp-footer-logo img {
    width: 122px;
    height: auto; }
  footer.pp-footer .pp-footer-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0 0 0; }
    @media (max-width: 767.98px) {
      footer.pp-footer .pp-footer-section {
        flex-direction: column-reverse;
        align-items: center; } }
    footer.pp-footer .pp-footer-section .pp-footer-menu {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      line-height: 28px; }
      @media (max-width: 767.98px) {
        footer.pp-footer .pp-footer-section .pp-footer-menu {
          flex-direction: column;
          max-width: 448px;
          width: 100%;
          line-height: 34px; } }
      @media (max-width: 767.98px) {
        footer.pp-footer .pp-footer-section .pp-footer-menu__block {
          width: 100%; } }
      footer.pp-footer .pp-footer-section .pp-footer-menu__block .title {
        /* default primary */
        font-family: "Hind", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        color: #D74B00;
        display: block;
        position: relative; }
        @media (max-width: 767.98px) {
          footer.pp-footer .pp-footer-section .pp-footer-menu__block .title {
            cursor: pointer; }
            footer.pp-footer .pp-footer-section .pp-footer-menu__block .title span[class^=icon-] {
              display: block !important;
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); } }
        footer.pp-footer .pp-footer-section .pp-footer-menu__block .title span[class^=icon-] {
          display: none; }
      footer.pp-footer .pp-footer-section .pp-footer-menu__block ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0px 0 0;
        display: block;
        transition: all .8s;
        max-height: 0;
        overflow: hidden; }
        @media (min-width: 768px) {
          footer.pp-footer .pp-footer-section .pp-footer-menu__block ul {
            max-height: none; } }
        footer.pp-footer .pp-footer-section .pp-footer-menu__block ul.active {
          max-height: 600px; }
          @media (min-width: 768px) {
            footer.pp-footer .pp-footer-section .pp-footer-menu__block ul.active {
              max-height: none; } }
        footer.pp-footer .pp-footer-section .pp-footer-menu__block ul li {
          font-size: 13px;
          color: #ffffff; }
          footer.pp-footer .pp-footer-section .pp-footer-menu__block ul li a {
            font-size: 13px;
            color: #ffffff;
            margin: 0px; }
    footer.pp-footer .pp-footer-section .pp-footer-social {
      max-width: 400px; }
      @media (max-width: 767.98px) {
        footer.pp-footer .pp-footer-section .pp-footer-social {
          margin-bottom: 45px;
          text-align: center; } }
      footer.pp-footer .pp-footer-section .pp-footer-social p {
        font-size: 13px;
        line-height: 22px;
        color: #ffffff;
        margin: 0; }
        footer.pp-footer .pp-footer-section .pp-footer-social p.title {
          /* default primary */
          font-family: "Hind", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 14px;
          line-height: 32px;
          color: #D74B00; }
        footer.pp-footer .pp-footer-section .pp-footer-social p a {
          color: #ffffff;
          text-decoration: underline;
          margin: 0px; }
      footer.pp-footer .pp-footer-section .pp-footer-social .btn {
        margin: 10px 0 25px 0; }
        footer.pp-footer .pp-footer-section .pp-footer-social .btn span {
          font-size: 11px;
          color: #D74B00;
          padding: 0 0 0 10px; }
      footer.pp-footer .pp-footer-section .pp-footer-social__menu {
        list-style-type: none;
        padding: 0;
        margin: 30px 0 0 0; }
        footer.pp-footer .pp-footer-section .pp-footer-social__menu li {
          display: inline-block;
          margin: 0 6px 0 0; }
          footer.pp-footer .pp-footer-section .pp-footer-social__menu li a {
            font-size: 15px;
            color: #ffffff;
            filter: alpha(opacity=79);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=79)";
            -webkit-opacity: 0.79;
            -khtml-opacity: 0.79;
            -moz-opacity: 0.79;
            -ms-opacity: 0.79;
            -o-opacity: 0.79;
            opacity: 0.79;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.2);
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center; }
            footer.pp-footer .pp-footer-section .pp-footer-social__menu li a:hover, footer.pp-footer .pp-footer-section .pp-footer-social__menu li a:active, footer.pp-footer .pp-footer-section .pp-footer-social__menu li a:focus {
              text-decoration: none;
              border: 1px solid white;
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              -webkit-opacity: 1;
              -khtml-opacity: 1;
              -moz-opacity: 1;
              -ms-opacity: 1;
              -o-opacity: 1;
              opacity: 1; }

.pp-copyright {
  background: #1b1b1b;
  min-height: 74px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .pp-copyright a {
    font-family: "Hind", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0px; }
  .pp-copyright .pp-container {
    display: flex;
    height: 100%;
    min-height: 74px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      .pp-copyright .pp-container {
        flex-direction: column; } }
    .pp-copyright .pp-container .pp-copyright-menu {
      list-style-type: none;
      padding: 0px;
      margin: 0px; }
      @media (max-width: 991.98px) {
        .pp-copyright .pp-container .pp-copyright-menu {
          padding-top: 15px;
          padding-bottom: 15px; } }
      .pp-copyright .pp-container .pp-copyright-menu li {
        display: inline-block;
        margin: 0 30px 0 0; }
        @media (max-width: 991.98px) {
          .pp-copyright .pp-container .pp-copyright-menu li {
            margin: 0 7px; } }
        .pp-copyright .pp-container .pp-copyright-menu li a {
          font-size: 13px;
          line-height: 32px;
          color: #ffffff; }
    @media (max-width: 991.98px) {
      .pp-copyright .pp-container .pp-copyright-disclaimer {
        padding-bottom: 15px;
        text-align: center; } }
    .pp-copyright .pp-container .pp-copyright-disclaimer p {
      padding: 0px;
      margin: 0px;
      font-size: 13px;
      color: #ffffff; }

.qr-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center; }
  .qr-popup.active {
    display: flex; }
  .qr-popup__icon {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: -30px; }
  .qr-popup__image {
    height: 300px;
    width: 300px;
    background: #ffffff;
    position: relative;
    padding: 20px; }
    .qr-popup__image img {
      width: 100%; }

.pp-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #1A1A1A;
  top: 0px;
  align-items: center;
  justify-content: center; }

.pp-loader-enabled .pp-loader {
  display: flex; }

button:hover, button:active, button:focus {
  outline: none; }

.buttons {
  background: #282A36;
  padding: 30px 0; }
  .buttons .btn {
    margin: 0 7.5px; }
  .buttons--popup {
    background: transparent;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .buttons--popup {
        margin-left: 0;
        margin-right: 0; }
        .buttons--popup .btn {
          width: 100%;
          margin: 0 0 5px 0; } }

.btn {
  /* default primary */
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 13px 30px;
  border-radius: 100px;
  color: #ffffff;
  min-width: 180px;
  white-space: normal; }
  .btn--sm {
    padding: 8px 20px; }
    @media (max-width: 991.98px) {
      .btn--sm {
        padding: 5px 10px; } }
  .btn--icon {
    display: flex;
    align-items: center; }
  .btn--uppercase {
    text-transform: uppercase; }
  .btn--orange {
    background: #D74B00; }
    .btn--orange:hover, .btn--orange:active, .btn--orange:focus {
      color: #D74B00;
      background: #D5D5D5; }
    .btn--orange.btn--outline {
      color: #D74B00;
      background: transparent;
      border: 1px solid #D74B00; }
      .btn--orange.btn--outline:hover, .btn--orange.btn--outline:active, .btn--orange.btn--outline:focus {
        background: #D74B00;
        color: #ffffff; }
    .btn--orange.btn--border {
      border: 1px solid #D74B00; }
  .btn--black {
    background: #3B3D48; }
    .btn--black:hover, .btn--black:active, .btn--black:focus {
      color: #3B3D48;
      background: #D5D5D5; }
    .btn--black.btn--outline {
      color: #3B3D48;
      background: transparent;
      border: 1px solid #3B3D48; }
      .btn--black.btn--outline:hover, .btn--black.btn--outline:active, .btn--black.btn--outline:focus {
        background: #3B3D48;
        color: #ffffff; }
    .btn--black.btn--border {
      border: 1px solid #3B3D48; }
  .btn--footer {
    background: rgba(255, 255, 255, 0.1); }
    .btn--footer:hover, .btn--footer:active, .btn--footer:focus {
      color: #3B3D48;
      background: #D5D5D5; }
  .btn--blue {
    background: #0178D7; }
    .btn--blue:hover, .btn--blue:active, .btn--blue:focus {
      color: #0178D7;
      background: #ffffff; }
    .btn--blue.btn--outline {
      color: #0178D7;
      background: transparent;
      border: 1px solid #0178D7; }
      .btn--blue.btn--outline:hover, .btn--blue.btn--outline:active, .btn--blue.btn--outline:focus {
        background: #0178D7;
        color: #ffffff; }
  .btn--white {
    color: #D74B00;
    background: #ffffff; }
    .btn--white:hover, .btn--white:active, .btn--white:focus {
      color: #3B3D48;
      background: #D5D5D5; }
    .btn--white.btn--outline {
      color: #ffffff;
      background: transparent;
      border: 1px solid #ffffff; }
      .btn--white.btn--outline:hover, .btn--white.btn--outline:active, .btn--white.btn--outline:focus {
        background: #D5D5D5;
        color: #D74B00; }
  .btn--product {
    padding: 5px 30px;
    margin: 0 0 0 auto;
    display: inline-block; }

.cookies-popup {
  position: fixed;
  top: -20%;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #ffffff;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1); }
  @media (max-width: 991.98px) {
    .cookies-popup {
      flex-wrap: wrap; } }
  .cookies-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0; }
  @media (max-width: 991.98px) {
    .cookies-popup__content {
      width: 100%;
      margin-bottom: 15px; } }
  .cookies-popup__content p {
    font-size: 14px;
    margin: 0;
    padding: 0; }
    @media (max-width: 991.98px) {
      .cookies-popup__content p {
        font-size: 12px; } }
    .cookies-popup__content p + p {
      margin-top: 5px; }
  .cookies-popup__button {
    width: 180px;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .cookies-popup__button {
        justify-content: flex-start;
        width: 150px; } }

.dropdown-filter {
  position: relative; }
  .dropdown-filter__holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
  .dropdown-filter__wrapper {
    /* default primary */
    font-family: "Hind", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #777777;
    text-transform: none;
    transition: 500ms all ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media screen and (prefers-reduced-motion: reduce) {
      .dropdown-filter__wrapper {
        transition: none; } }
    @media (max-width: 767.98px) {
      .dropdown-filter__wrapper {
        justify-content: center; } }
    .dropdown-filter__wrapper--selected {
      margin: 0 30px;
      max-width: 200px;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 767.98px) {
        .dropdown-filter__wrapper--selected {
          margin: 0 15px; } }
    .dropdown-filter__wrapper--icon {
      color: #D74B00;
      display: inline-block;
      transition: 500ms all ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .dropdown-filter__wrapper--icon {
          transition: none; } }
      .open .dropdown-filter__wrapper--icon {
        -webkit-transform: rotate(180deg);
        -khtml-transform: rotate(180deg);
        transform: rotate(180deg); }
  .dropdown-filter__options {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.1);
    position: absolute;
    transition: 500ms all ease-in-out;
    max-height: 0px;
    visibility: hidden;
    width: 100%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .dropdown-filter__options {
        transition: none; } }
    .open .dropdown-filter__options {
      max-height: 440px;
      overflow: scroll;
      visibility: visible; }
    .dropdown-filter__options--option {
      padding: 10px 30px;
      visibility: hidden;
      cursor: pointer; }
      .open .dropdown-filter__options--option {
        visibility: visible; }
      .dropdown-filter__options--option:hover, .dropdown-filter__options--option:active, .dropdown-filter__options--option:focus {
        background: #FAFAFA; }
      .dropdown-filter__options--option.selected {
        color: #D74B00; }

.form__holder {
  width: 100%;
  position: relative; }

.form__row {
  width: 100%;
  position: relative; }
  .form__row span {
    display: block; }
    .form__row span.ajax-loader {
      display: none; }
  @media (max-width: 1199.98px) {
    .form__row {
      margin-bottom: 15px; } }
  .form__row:not(:last-of-type) {
    margin-bottom: 15px; }
  .form__row select {
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form__row select::-ms-expand {
      display: none; }
  .form__row textarea {
    height: 260px;
    resize: none; }
  .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit]), .form__row select, .form__row textarea {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(48, 49, 51, 0.1);
    color: #777777;
    border: 0;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    padding: 15px 22px;
    border-radius: 4px;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit])::-ms-expand, .form__row select::-ms-expand, .form__row textarea::-ms-expand {
      display: none; }
    .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover, .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit]):active, .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, .form__row select:hover, .form__row select:active, .form__row select:focus, .form__row textarea:hover, .form__row textarea:active, .form__row textarea:focus {
      box-shadow: none;
      outline: none; }
  .form__row--select {
    position: relative; }
    .form__row--select:after {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e90c';
      position: absolute;
      top: 21px;
      right: 15px;
      z-index: 10;
      color: #D74B00;
      font-size: 12px; }
  .form__row--checkbox:first-child, .form__row--radio:first-child {
    margin-top: 40px; }
    @media (max-width: 1199.98px) {
      .form__row--checkbox:first-child, .form__row--radio:first-child {
        margin-top: 15px; } }
  .form__row--checkbox label, .form__row--checkbox span.wpcf7-list-item, .form__row--radio label, .form__row--radio span.wpcf7-list-item {
    margin: 0;
    padding: 0; }
  .form__row--checkbox input[type="checkbox"], .form__row--checkbox input[type="radio"], .form__row--radio input[type="checkbox"], .form__row--radio input[type="radio"] {
    opacity: 0;
    pointer-events: none;
    position: absolute; }
  .form__row--checkbox input[type="checkbox"] + label,
  .form__row--checkbox input[type="radio"] + label,
  .form__row--checkbox input[type="checkbox"] + span.wpcf7-list-item-label,
  .form__row--checkbox input[type="radio"] + span.wpcf7-list-item-label, .form__row--radio input[type="checkbox"] + label,
  .form__row--radio input[type="radio"] + label,
  .form__row--radio input[type="checkbox"] + span.wpcf7-list-item-label,
  .form__row--radio input[type="radio"] + span.wpcf7-list-item-label {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .form__row--checkbox input[type="checkbox"] + label:before,
  .form__row--checkbox input[type="checkbox"] + label:before,
  .form__row--checkbox input[type="checkbox"] + span.wpcf7-list-item-label:before,
  .form__row--checkbox input[type="checkbox"] + span.wpcf7-list-item-label:before, .form__row--radio input[type="checkbox"] + label:before,
  .form__row--radio input[type="checkbox"] + label:before,
  .form__row--radio input[type="checkbox"] + span.wpcf7-list-item-label:before,
  .form__row--radio input[type="checkbox"] + span.wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #D5D5D5;
    background: #F1F1F1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 10; }
  .form__row--checkbox input[type="checkbox"]:checked + label:after,
  .form__row--checkbox input[type="checkbox"]:checked + label:after,
  .form__row--checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after,
  .form__row--checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after, .form__row--radio input[type="checkbox"]:checked + label:after,
  .form__row--radio input[type="checkbox"]:checked + label:after,
  .form__row--radio input[type="checkbox"]:checked + span.wpcf7-list-item-label:after,
  .form__row--radio input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #D74B00;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    z-index: 11; }
  .form__row--checkbox .overlay-black, .form__row--radio .overlay-black {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    visibility: hidden;
    opacity: 0; }
    .form__row--checkbox .overlay-black.active, .form__row--radio .overlay-black.active {
      visibility: visible;
      opacity: 1; }
  .form__row--checkbox .popup-checkbox-element, .form__row--radio .popup-checkbox-element {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    max-width: 520px;
    background: #ffffff;
    padding: 30px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .form__row--checkbox .popup-checkbox-element.active, .form__row--radio .popup-checkbox-element.active {
      visibility: visible;
      opacity: 1; }
    .form__row--checkbox .popup-checkbox-element h2, .form__row--radio .popup-checkbox-element h2 {
      margin: 0 0 10px; }
    .form__row--checkbox .popup-checkbox-element .popup-text, .form__row--radio .popup-checkbox-element .popup-text {
      height: 150px;
      overflow: auto;
      color: #777777;
      font-size: 12px;
      padding: 5px;
      text-align: left;
      box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1); }
      .form__row--checkbox .popup-checkbox-element .popup-text p + p, .form__row--radio .popup-checkbox-element .popup-text p + p {
        margin-top: 5px; }
  .form__row--checkbox-white label, .form__row--checkbox-white span.wpcf7-list-item, .form__row--radio-white label, .form__row--radio-white span.wpcf7-list-item {
    color: #ffffff; }
  .form__row--button {
    display: flex; }
    .form__row--button .btn {
      margin-top: 40px; }
      @media (max-width: 1199.98px) {
        .form__row--button .btn {
          margin-top: 20px; } }
    .form__row--button-no-margin-center .btn {
      margin: 0 auto; }
    .form__row--button-no-margin .btn {
      margin: 0; }
  .form__row--buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px; }
    .form__row--buttons .btn {
      margin: 0 20px; }
  .form__row--buttons-left {
    justify-content: flex-start; }
  .form__row--buttons-right {
    justify-content: flex-end; }
  .form__row--elements {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .form__row--elements {
        flex-wrap: wrap; } }
    .form__row--elements-start {
      align-items: flex-start;
      align-content: flex-start; }
    .form__row--elements .form__holder:first-of-type {
      padding-right: 10px; }
      @media (max-width: 991.98px) {
        .form__row--elements .form__holder:first-of-type {
          padding-right: 0;
          margin-bottom: 15px; } }
    .form__row--elements .form__holder:last-of-type {
      padding-left: 10px; }
      @media (max-width: 991.98px) {
        .form__row--elements .form__holder:last-of-type {
          padding-left: 0; } }
    .form__row--elements .form__row--checkbox {
      margin-top: 15px;
      margin-bottom: 15px; }
      .form__row--elements .form__row--checkbox:first-of-type {
        padding-right: 10px; }
        @media (max-width: 991.98px) {
          .form__row--elements .form__row--checkbox:first-of-type {
            padding-right: 0; } }

.LV_validation_message {
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  color: wheat;
  margin: 0;
  line-height: 1;
  bottom: -12px; }

.LV_valid {
  color: #00CC00;
  display: none; }

.LV_invalid {
  color: #CC0000;
  font-size: 10px; }

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
  outline: 1px solid #00CC00; }

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
  outline: 1px solid #CC0000; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .double-img {
    display: flex;
    flex-direction: column; } }

.double-img .content {
  position: relative;
  z-index: 1; }

.double-img__bg {
  background-size: cover;
  min-height: 540px;
  display: flex;
  align-items: center;
  color: #ffffff; }
  @media (max-width: 767.98px) {
    .double-img__bg {
      min-height: 430px; } }

.double-img__fg {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 1024px) {
    .double-img__fg {
      flex-direction: column-reverse;
      align-items: center; } }
  .double-img__fg .content {
    padding: 40px 50px 40px 0px;
    width: calc(50% - 50px);
    min-height: 250px; }
    @media only screen and (max-width: 1024px) {
      .double-img__fg .content {
        padding: 40px 0px 40px 0px; } }
    @media (max-width: 767.98px) {
      .double-img__fg .content {
        width: 100%; } }
    .double-img__fg .content h2 {
      font-size: 25px;
      margin-bottom: 18px; }
    .double-img__fg .content a.btn {
      margin-top: 20px; }
  .double-img__fg .media {
    width: calc(50% + 50px);
    position: relative;
    padding-bottom: 0%; }
    @media (max-width: 767.98px) {
      .double-img__fg .media {
        width: 100%; } }
    @media only screen and (max-width: 1024px) {
      .double-img__fg .media {
        padding-bottom: 5%;
        padding-top: 5%;
        width: auto; } }
    .double-img__fg .media .holder {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      display: block; }
      @media only screen and (max-width: 1024px) {
        .double-img__fg .media .holder {
          position: relative;
          bottom: auto;
          left: auto; } }
      .double-img__fg .media .holder img, .double-img__fg .media .holder iframe {
        box-shadow: 22px 15px 50px -19px rgba(0, 0, 0, 0.4); }
      .double-img__fg .media .holder img {
        max-height: 400px; }

.form__holder {
  width: 100%;
  position: relative; }

.form__row {
  width: 100%;
  position: relative; }
  .form__row span {
    display: block; }
    .form__row span.ajax-loader {
      display: none; }
  @media (max-width: 1199.98px) {
    .form__row {
      margin-bottom: 15px; } }
  .form__row:not(:last-of-type) {
    margin-bottom: 15px; }
  .form__row select {
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form__row select::-ms-expand {
      display: none; }
  .form__row textarea {
    height: 260px;
    resize: none; }
  .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit]), .form__row select, .form__row textarea {
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(48, 49, 51, 0.1);
    color: #777777;
    border: 0;
    font-family: "Hind", sans-serif;
    font-size: 16px;
    padding: 15px 22px;
    border-radius: 4px;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit])::-ms-expand, .form__row select::-ms-expand, .form__row textarea::-ms-expand {
      display: none; }
    .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover, .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit]):active, .form__row input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, .form__row select:hover, .form__row select:active, .form__row select:focus, .form__row textarea:hover, .form__row textarea:active, .form__row textarea:focus {
      box-shadow: none;
      outline: none; }
  .form__row--select {
    position: relative; }
    .form__row--select:after {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e90c';
      position: absolute;
      top: 21px;
      right: 15px;
      z-index: 10;
      color: #D74B00;
      font-size: 12px; }
  .form__row--checkbox:first-child, .form__row--radio:first-child {
    margin-top: 40px; }
    @media (max-width: 1199.98px) {
      .form__row--checkbox:first-child, .form__row--radio:first-child {
        margin-top: 15px; } }
  .form__row--checkbox label, .form__row--checkbox span.wpcf7-list-item, .form__row--radio label, .form__row--radio span.wpcf7-list-item {
    margin: 0;
    padding: 0; }
  .form__row--checkbox input[type="checkbox"], .form__row--checkbox input[type="radio"], .form__row--radio input[type="checkbox"], .form__row--radio input[type="radio"] {
    opacity: 0;
    pointer-events: none;
    position: absolute; }
  .form__row--checkbox input[type="checkbox"] + label,
  .form__row--checkbox input[type="radio"] + label,
  .form__row--checkbox input[type="checkbox"] + span.wpcf7-list-item-label,
  .form__row--checkbox input[type="radio"] + span.wpcf7-list-item-label, .form__row--radio input[type="checkbox"] + label,
  .form__row--radio input[type="radio"] + label,
  .form__row--radio input[type="checkbox"] + span.wpcf7-list-item-label,
  .form__row--radio input[type="radio"] + span.wpcf7-list-item-label {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .form__row--checkbox input[type="checkbox"] + label:before,
  .form__row--checkbox input[type="checkbox"] + label:before,
  .form__row--checkbox input[type="checkbox"] + span.wpcf7-list-item-label:before,
  .form__row--checkbox input[type="checkbox"] + span.wpcf7-list-item-label:before, .form__row--radio input[type="checkbox"] + label:before,
  .form__row--radio input[type="checkbox"] + label:before,
  .form__row--radio input[type="checkbox"] + span.wpcf7-list-item-label:before,
  .form__row--radio input[type="checkbox"] + span.wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #D5D5D5;
    background: #F1F1F1;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 10; }
  .form__row--checkbox input[type="checkbox"]:checked + label:after,
  .form__row--checkbox input[type="checkbox"]:checked + label:after,
  .form__row--checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after,
  .form__row--checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:after, .form__row--radio input[type="checkbox"]:checked + label:after,
  .form__row--radio input[type="checkbox"]:checked + label:after,
  .form__row--radio input[type="checkbox"]:checked + span.wpcf7-list-item-label:after,
  .form__row--radio input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #D74B00;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    z-index: 11; }
  .form__row--checkbox .overlay-black, .form__row--radio .overlay-black {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    visibility: hidden;
    opacity: 0; }
    .form__row--checkbox .overlay-black.active, .form__row--radio .overlay-black.active {
      visibility: visible;
      opacity: 1; }
  .form__row--checkbox .popup-checkbox-element, .form__row--radio .popup-checkbox-element {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    max-width: 520px;
    background: #ffffff;
    padding: 30px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .form__row--checkbox .popup-checkbox-element.active, .form__row--radio .popup-checkbox-element.active {
      visibility: visible;
      opacity: 1; }
    .form__row--checkbox .popup-checkbox-element h2, .form__row--radio .popup-checkbox-element h2 {
      margin: 0 0 10px; }
    .form__row--checkbox .popup-checkbox-element .popup-text, .form__row--radio .popup-checkbox-element .popup-text {
      height: 150px;
      overflow: auto;
      color: #777777;
      font-size: 12px;
      padding: 5px;
      text-align: left;
      box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1); }
      .form__row--checkbox .popup-checkbox-element .popup-text p + p, .form__row--radio .popup-checkbox-element .popup-text p + p {
        margin-top: 5px; }
  .form__row--checkbox-white label, .form__row--checkbox-white span.wpcf7-list-item, .form__row--radio-white label, .form__row--radio-white span.wpcf7-list-item {
    color: #ffffff; }
  .form__row--button {
    display: flex; }
    .form__row--button .btn {
      margin-top: 40px; }
      @media (max-width: 1199.98px) {
        .form__row--button .btn {
          margin-top: 20px; } }
    .form__row--button-no-margin-center .btn {
      margin: 0 auto; }
    .form__row--button-no-margin .btn {
      margin: 0; }
  .form__row--buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px; }
    .form__row--buttons .btn {
      margin: 0 20px; }
  .form__row--buttons-left {
    justify-content: flex-start; }
  .form__row--buttons-right {
    justify-content: flex-end; }
  .form__row--elements {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .form__row--elements {
        flex-wrap: wrap; } }
    .form__row--elements-start {
      align-items: flex-start;
      align-content: flex-start; }
    .form__row--elements .form__holder:first-of-type {
      padding-right: 10px; }
      @media (max-width: 991.98px) {
        .form__row--elements .form__holder:first-of-type {
          padding-right: 0;
          margin-bottom: 15px; } }
    .form__row--elements .form__holder:last-of-type {
      padding-left: 10px; }
      @media (max-width: 991.98px) {
        .form__row--elements .form__holder:last-of-type {
          padding-left: 0; } }
    .form__row--elements .form__row--checkbox {
      margin-top: 15px;
      margin-bottom: 15px; }
      .form__row--elements .form__row--checkbox:first-of-type {
        padding-right: 10px; }
        @media (max-width: 991.98px) {
          .form__row--elements .form__row--checkbox:first-of-type {
            padding-right: 0; } }

.LV_validation_message {
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  color: wheat;
  margin: 0;
  line-height: 1;
  bottom: -12px; }

.LV_valid {
  color: #00CC00;
  display: none; }

.LV_invalid {
  color: #CC0000;
  font-size: 10px; }

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
  outline: 1px solid #00CC00; }

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
  outline: 1px solid #CC0000; }

.hero {
  min-height: 404px;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .hero .container {
    max-width: 1280px; }
  @media (max-width: 991.98px) {
    .hero {
      min-height: 404px;
      height: auto; } }
  .hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8); }
  .hero--light:before {
    background: rgba(0, 0, 0, 0.4); }
  .hero .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .hero .container {
        flex-wrap: wrap; } }
    .hero .container .hero-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height: 100%;
      width: 50%; }
      @media (max-width: 991.98px) {
        .hero .container .hero-text {
          width: 100%;
          height: auto;
          padding: 100px 0 50px 0; } }
      .hero .container .hero-text h3 {
        margin: 0 0 30px 0; }
      .hero .container .hero-text p {
        color: #ffffff; }
    .hero .container .hero-img {
      width: 50%;
      min-height: 404px;
      height: 100%;
      position: relative; }
      @media (max-width: 991.98px) {
        .hero .container .hero-img {
          width: 100%;
          min-height: auto;
          height: auto; } }
      .hero .container .hero-img img {
        max-width: 100%;
        height: auto;
        position: absolute;
        bottom: -80px; }
  .hero__40-60 .container .hero-text {
    width: 40%; }
    @media (max-width: 991.98px) {
      .hero__40-60 .container .hero-text {
        width: 100%; } }
  .hero__40-60 .container .hero-img {
    width: 60%; }
    @media (max-width: 991.98px) {
      .hero__40-60 .container .hero-img {
        width: 100%; } }
    .hero__40-60 .container .hero-img img {
      max-width: 105%;
      right: 0%;
      bottom: -100px; }
      @media (max-width: 991.98px) {
        .hero__40-60 .container .hero-img img {
          width: auto;
          height: auto;
          max-height: 250px;
          max-width: 100%;
          position: relative;
          bottom: 0;
          margin-bottom: -100px; } }
  .hero--single-product {
    background: #1A1A1A;
    margin-bottom: 160px;
    padding-top: 0;
    min-height: 380px; }
    .hero--single-product:before {
      display: none; }
    @media (max-width: 991.98px) {
      .hero--single-product {
        min-height: auto;
        margin-bottom: 140px; } }
    .hero--single-product .container .hero-img {
      min-height: 300px; }
      @media (max-width: 991.98px) {
        .hero--single-product .container .hero-img {
          min-height: auto; } }
      .hero--single-product .container .hero-img img {
        max-width: 90%;
        max-height: 150%;
        bottom: -130px; }
        @media (max-width: 991.98px) {
          .hero--single-product .container .hero-img img {
            bottom: 28px; } }
    @media (max-width: 991.98px) {
      .hero--single-product .container .hero-text {
        padding: 50px 0 50px 0; } }

.content-text {
  text-align: center; }
  .content-text__block {
    margin: 0 auto;
    max-width: 546px; }
    .content-text__block h2 {
      margin: 0 0 30px 0; }
    .content-text__block p {
      margin: 0 0 24px 0; }
      .content-text__block p:last-child {
        margin-bottom: 0; }
    .content-text__block a {
      color: #D74B00; }
      .content-text__block a:hover {
        color: #D74B00; }
  .content-text__link {
    display: flex;
    justify-content: center;
    margin-top: 15px; }
    .content-text__link a {
      color: #ffffff; }
      .content-text__link a:hover {
        color: #D74B00; }
  .content-text--100 {
    margin: 15px auto; }
    .content-text--100 .content-text__block {
      max-width: 100%; }
  .content-text--dark .content-text__block {
    max-width: 100%; }
    .content-text--dark .content-text__block h2 {
      font-size: 80px;
      line-height: 1;
      color: #323232;
      font-family: "Trade Gothic LT Std", sans-serif;
      margin-bottom: 15px;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .content-text--dark .content-text__block h2 {
          font-size: 42px; } }
    .content-text--dark .content-text__block p {
      margin: 0 auto;
      max-width: 546px; }
  .content-text--normal-dark .content-text__block {
    max-width: 100%; }
    .content-text--normal-dark .content-text__block h2 {
      font-size: 52px;
      line-height: 1;
      color: #323232;
      font-family: "Trade Gothic LT Std", sans-serif;
      margin-bottom: 15px;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .content-text--normal-dark .content-text__block h2 {
          font-size: 42px; } }
    .content-text--normal-dark .content-text__block p {
      margin: 0 auto;
      max-width: 546px; }
      .content-text--normal-dark .content-text__block p + p {
        margin-top: 30px; }

.carousel {
  position: relative; }
  .carousel::before {
    content: '';
    width: 100%;
    height: 95%;
    background: #282A36;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    display: block; }
  .carousel--slick .slick-track {
    padding: 30px 0; }
  .carousel--slick::before {
    height: 100%;
    background: none; }
  .carousel--small .slick-track {
    padding: 30px 0; }
  .carousel--small:before {
    background: none;
    height: 85%; }
  .carousel .swiper-container {
    width: 100%;
    height: 640px; }
    @media (max-width: 991.98px) {
      .carousel .swiper-container {
        height: 500px; } }
    @media (max-width: 767.98px) {
      .carousel .swiper-container {
        height: 450px; } }
    @media (max-width: 575.98px) {
      .carousel .swiper-container {
        height: 360px; } }
    .carousel .swiper-container--small {
      height: 300px; }
      @media (max-width: 767.98px) {
        .carousel .swiper-container--small {
          height: 250px; } }
  .carousel .swiper-wrapper {
    align-items: center;
    justify-content: center;
    transition-delay: .5s;
    transition-timing-function: ease; }
  .carousel__pagination {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    @media (max-width: 767.98px) {
      .carousel__pagination {
        display: flex; } }
    .carousel__pagination .swiper-pagination-bullet {
      width: 20px;
      height: 2px;
      background-color: #B2B4C2;
      border-radius: 0;
      opacity: 1;
      margin: 8px 5px; }
    .carousel__pagination .swiper-pagination-bullet-active {
      background-color: #D74B00; }
  @media (max-width: 767.98px) {
    .carousel__nav {
      display: none; } }
  .carousel__left-arrow, .carousel__right-arrow {
    top: 50%;
    color: #282A36;
    font-size: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    width: 75px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .carousel__left-arrow span, .carousel__right-arrow span {
      display: block; }
  .carousel__left-arrow {
    left: 0; }
  .carousel__right-arrow {
    right: 0; }
  .carousel .slider__slide {
    height: 95%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 180px;
    transition: background .45s ease, flex .45s ease, height .45s ease;
    cursor: pointer;
    background: transparent; }
    .carousel .slider__slide--slick {
      height: 600px; }
      @media (max-width: 991.98px) {
        .carousel .slider__slide--slick {
          height: 500px; } }
      @media (max-width: 767.98px) {
        .carousel .slider__slide--slick {
          height: 450px; } }
      @media (max-width: 575.98px) {
        .carousel .slider__slide--slick {
          height: 360px; } }
    .carousel .slider__slide--small {
      height: 300px; }
      @media (max-width: 767.98px) {
        .carousel .slider__slide--small {
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: 290px;
          height: 250px; } }
      .carousel .slider__slide--small:first-child {
        border-left: 1px solid #ffffff; }
    .carousel .slider__slide--active {
      flex: 0 0 600px;
      height: 100%;
      cursor: default;
      background: #D74B00; }
      @media (max-width: 767.98px) {
        .carousel .slider__slide--active {
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: 400px; } }
      @media (max-width: 575.98px) {
        .carousel .slider__slide--active {
          flex-grow: 0;
          flex-shrink: 0;
          flex-basis: 290px; } }
  .carousel .slider__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin: 0 15px; }
    .carousel .slider__content--slick {
      padding: 0 30px;
      margin: 0;
      transition: all .3s ease;
      width: 550px; }
      @media (max-width: 767.98px) {
        .carousel .slider__content--slick {
          width: 280px; } }
    .carousel .slider__content--small {
      padding: 0 30px;
      margin: 0;
      transition: all .3s ease;
      width: 300px;
      background: #282A36;
      border-right: 1px solid #ffffff;
      border-left: 1px solid transparent; }
      @media (max-width: 575.98px) {
        .carousel .slider__content--small {
          width: 280px; } }
    .carousel .slider__content--overlay {
      position: relative; }
      .carousel .slider__content--overlay:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(27, 29, 37, 0.4); }
  .carousel .slider__title {
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 5px 0;
    font-weight: 700;
    max-width: 180px;
    height: auto;
    font-family: "Hind", sans-serif;
    text-align: center;
    min-width: 180px; }
    .carousel .slider__title--slick {
      max-width: 100%; }
    .slider__slide--active .carousel .slider__title {
      max-width: 500px; }
  .carousel .slider__description {
    display: block;
    color: #ffffff;
    max-width: 320px;
    text-align: center;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: max-height .45s, opacity .45s; }
    .slider__slide--active .carousel .slider__description {
      opacity: 1;
      max-height: 400px;
      visibility: visible;
      max-width: 500px;
      transition-delay: .45s; }
  .carousel .slider__button {
    display: block;
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: max-height .45s, opacity .45s; }
    .slider__slide--active .carousel .slider__button {
      opacity: 1;
      max-height: 100px;
      visibility: visible;
      transition-delay: .45s; }
  .carousel .slider__images {
    display: block;
    height: 0;
    margin-top: 20px;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: height .45s, opacity .45s; }
    .carousel .slider__images img {
      max-height: 200px;
      margin-right: 5px; }
      .carousel .slider__images img + img {
        margin-right: 0;
        margin-left: 5px; }
    .carousel .slider__images--slick {
      text-align: center;
      width: 100%; }
      .carousel .slider__images--slick img {
        display: inline-block;
        max-width: calc(50% - 10px); }
    .slider__slide--active .carousel .slider__images {
      opacity: 1;
      height: 200px;
      visibility: visible;
      transition-delay: .45s; }
    @media (max-width: 991.98px) {
      .carousel .slider__images {
        display: none; } }

.carousel--slick .slick-center .slider__content {
  -webkit-transform: scale(1.08);
          transform: scale(1.08); }

.carousel--slick .slick-center .slider__description {
  opacity: 1;
  max-height: 400px;
  visibility: visible;
  max-width: 100%;
  transition-delay: .45s; }

.carousel--slick .slick-center .slider__images {
  opacity: 1;
  height: 200px;
  visibility: visible;
  transition-delay: .45s; }

.carousel--slick .slick-center .slider__button {
  opacity: 1;
  max-height: 100px;
  visibility: visible;
  transition-delay: .45s; }

.carousel--small .slick-center .slider__content {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  background-color: #D74B00;
  border: 1px solid #ffffff; }

.carousel--small .slick-center .slider__description {
  opacity: 1;
  max-height: 200px;
  visibility: visible;
  max-width: 100%;
  transition-delay: .45s; }

.carousel--small .slick-center .slider__button {
  opacity: 1;
  max-height: 100px;
  visibility: visible;
  transition-delay: .45s; }

.pp-find-more-blocks .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .pp-find-more-blocks .container-fluid .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .pp-find-more-blocks .container-fluid .row.align-items-stretch {
      align-items: stretch !important; }
      .pp-find-more-blocks .container-fluid .row.align-items-stretch .col-md-6 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px; }
        .pp-find-more-blocks .container-fluid .row.align-items-stretch .col-md-6.no-padding {
          padding: 0; }
      @media (min-width: 768px) {
        .pp-find-more-blocks .container-fluid .row.align-items-stretch .col-md-6 {
          flex: 0 0 50%;
          max-width: 50%; } }

.pp-find-more-blocks__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  height: 100%;
  position: relative; }
  @media (max-width: 991.98px) {
    .pp-find-more-blocks__element {
      min-height: 250px; } }
  .pp-find-more-blocks__element--black-overlay:before, .pp-find-more-blocks__element--orange-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .pp-find-more-blocks__element--black-overlay:before {
    background: rgba(0, 0, 0, 0.7); }
  .pp-find-more-blocks__element--orange-overlay:before {
    background: rgba(215, 75, 0, 0.7); }

.pp-find-more-blocks-element {
  position: relative;
  z-index: 2; }
  .pp-find-more-blocks-element__icon {
    text-align: center;
    margin: 0 0 30px 0; }
    @media (max-width: 991.98px) {
      .pp-find-more-blocks-element__icon {
        margin: 0 0 5px 0; } }
    .pp-find-more-blocks-element__icon span {
      color: #ffffff;
      font-size: 28px; }
  .pp-find-more-blocks-element__title {
    min-height: 76px;
    max-width: 320px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .pp-find-more-blocks-element__title {
        min-height: 0;
        margin-bottom: 10px; } }
    .pp-find-more-blocks-element__title h2 {
      /* default primary */
      font-family: "Hind", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 35px;
      line-height: 1.1;
      color: #D74B00;
      text-align: center;
      color: #ffffff;
      margin: 0; }
      @media (max-width: 1199.98px) {
        .pp-find-more-blocks-element__title h2 {
          font-size: 30px; } }
      @media (max-width: 991.98px) {
        .pp-find-more-blocks-element__title h2 {
          font-size: 25px; } }
      @media (max-width: 767.98px) {
        .pp-find-more-blocks-element__title h2 {
          font-size: 22px; } }
  .pp-find-more-blocks-element__button {
    margin-top: 20px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .pp-find-more-blocks-element__button {
        margin-top: 0; } }
    .pp-find-more-blocks-element__button:hover, .pp-find-more-blocks-element__button:active, .pp-find-more-blocks-element__button:focus {
      text-decoration: none; }

.two-cols-feat {
  border-radius: 4px;
  background: #ffffff;
  height: calc(100% - 30px);
  margin-top: 30px;
  box-shadow: 0 1px 3px 0 rgba(48, 49, 51, 0.1);
  display: flex;
  flex-direction: column; }
  .two-cols-feat__image {
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    padding: 0 50px; }
    .two-cols-feat__image--overlay::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #1B1D25;
      opacity: .45; }
    .two-cols-feat__image h2 {
      color: #ffffff;
      margin-bottom: 35px;
      position: relative; }
  .two-cols-feat__content {
    position: relative;
    padding: 30px 70px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .two-cols-feat__content {
        padding: 30px; } }

.accessories-grid-container .content-text {
  margin: 75px auto 45px auto; }
  .accessories-grid-container .content-text__block h2 {
    margin: 0 0 5px 0; }

@media (max-width: 991.98px) {
  .accessories-grid {
    margin-bottom: 25px; } }

.accessories-grid--buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.accessories-grid__item {
  padding: 0 10px 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1);
  height: calc(100% - 70px);
  margin-bottom: 70px;
  background: #ffffff;
  border-radius: 4px;
  display: block; }
  @media (max-width: 991.98px) {
    .accessories-grid__item {
      margin-bottom: 0;
      height: 100%;
      margin-left: -15px;
      margin-right: -15px; } }
  .accessories-grid__item:hover, .accessories-grid__item:active, .accessories-grid__item:focus {
    text-decoration: none; }

.accessories-grid-item__image {
  text-align: center;
  position: relative;
  max-height: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .accessories-grid-item__image {
      display: block; } }
  .accessories-grid-item__image img {
    max-height: 140px;
    width: auto !important; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .accessories-grid-item__image img {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%; } }

.accessories-grid-item__title {
  text-align: center;
  margin-top: 15px; }
  .accessories-grid-item__title h2 {
    font-family: "Hind", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2;
    text-align: center; }
    @media (max-width: 991.98px) {
      .accessories-grid-item__title h2 {
        font-size: 18px; } }
  .accessories-grid-item__title h3 {
    font-size: 14px;
    line-height: 1.2;
    font-family: "Hind", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color: #323232;
    margin: 0px 0 25px 0; }
    @media (max-width: 991.98px) {
      .accessories-grid-item__title h3 {
        display: none; } }

.products-grid-container .content-text {
  margin: 75px auto 45px auto; }
  @media (max-width: 991.98px) {
    .products-grid-container .content-text {
      margin-top: 100px; } }
  .products-grid-container .content-text__block h2 {
    margin: 0 0 5px 0; }

.products-grid-container .products-grid-filters {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  padding: 0 30px;
  margin: 50px auto 70px auto; }
  @media (max-width: 1199.98px) {
    .products-grid-container .products-grid-filters {
      flex-wrap: wrap; } }
  @media (max-width: 991.98px) {
    .products-grid-container .products-grid-filters {
      margin-top: 115px;
      padding: 0 20px; } }
  .products-grid-container .products-grid-filters__left {
    order: 1; }
    @media (max-width: 1199.98px) {
      .products-grid-container .products-grid-filters__left {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: flex-end; } }
  .products-grid-container .products-grid-filters__right {
    order: 2; }
    @media (max-width: 1199.98px) {
      .products-grid-container .products-grid-filters__right {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-end; } }
    @media (max-width: 1199.98px) {
      .products-grid-container .products-grid-filters__right .btn--white {
        display: inline-flex; } }
    .products-grid-container .products-grid-filters__right .btn--blue {
      font-family: "Hind", sans-serif;
      font-size: 16px;
      font-weight: 400;
      display: inline-flex; }
      .products-grid-container .products-grid-filters__right .btn--blue img {
        height: 24px;
        width: auto;
        margin: auto 20px; }
        @media (max-width: 1199.98px) {
          .products-grid-container .products-grid-filters__right .btn--blue img {
            margin-left: 0; } }
        .products-grid-container .products-grid-filters__right .btn--blue img.btn-img {
          display: inline-block; }
        .products-grid-container .products-grid-filters__right .btn--blue img.btn-img-hover {
          display: none; }
      @media (max-width: 1199.98px) {
        .products-grid-container .products-grid-filters__right .btn--blue span.text {
          display: none; } }
      .products-grid-container .products-grid-filters__right .btn--blue:hover img.btn-img, .products-grid-container .products-grid-filters__right .btn--blue:active img.btn-img, .products-grid-container .products-grid-filters__right .btn--blue:focus img.btn-img {
        display: none; }
      .products-grid-container .products-grid-filters__right .btn--blue:hover img.btn-img-hover, .products-grid-container .products-grid-filters__right .btn--blue:active img.btn-img-hover, .products-grid-container .products-grid-filters__right .btn--blue:focus img.btn-img-hover {
        display: inline-block; }

.products-grid-container .products-grid--buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.products-grid-container .products-grid__item {
  padding: 0 10px 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1);
  height: calc(100% - 70px);
  margin-bottom: 70px;
  background: #ffffff;
  border-radius: 4px;
  display: block; }
  .products-grid-container .products-grid__item:hover, .products-grid-container .products-grid__item:active, .products-grid-container .products-grid__item:focus {
    text-decoration: none; }

.products-grid-container .products-grid-item__image {
  text-align: center;
  position: relative;
  top: -35px;
  max-height: 195px;
  height: 195px;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .products-grid-container .products-grid-item__image img {
    max-height: 195px; }

.products-grid-container .products-grid-item__title {
  margin-bottom: 25px; }
  .products-grid-container .products-grid-item__title h2 {
    font-family: "Hind", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase; }
  .products-grid-container .products-grid-item__title h3 {
    font-family: "Hind", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color: #323232; }

.products-grid-container .products-grid-item__description p {
  font-size: 13px;
  line-height: 1.8;
  color: #777777;
  text-align: center; }
  .products-grid-container .products-grid-item__description p + p {
    margin-top: 15px; }

.block-info__element {
  padding: 50px 30px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1);
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 4px; }

@media (max-width: 575.98px) {
  .block-info-element {
    padding: 0 20px; } }

.block-info-element__image {
  margin-bottom: 30px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .block-info-element__image img {
    display: block; }

.block-info-element__title {
  margin-bottom: 15px; }
  .block-info-element__title h3 {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    color: #D74B00; }

.block-info-element__description {
  text-align: center; }
  .block-info-element__description p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    margin: 0; }
    .block-info-element__description p + p {
      margin-top: 15px; }
    .block-info-element__description p + a.btn {
      margin-top: 20px; }
  .block-info-element__description--small p {
    font-size: 23px; }

.block-info-slider .slick-track {
  display: flex; }
  .block-info-slider .slick-track .slick-slide {
    flex-wrap: wrap;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 360px;
    width: 100%;
    padding: 50px 30px;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1);
    background: #ffffff;
    border-radius: 4px;
    margin: 15px;
    transition: all .5s; }
    .block-info-slider .slick-track .slick-slide.slick-center {
      margin: 0 15px; }

.block-info-slider .slick-dots {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px; }
  @media (max-width: 767.98px) {
    .block-info-slider .slick-dots {
      left: 0;
      right: 0;
      bottom: -30px;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

.content-text-image {
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: 1170px; }
  .content-text-image__block h2 {
    text-align: center;
    color: #D74B00; }
    .content-text-image__block h2 + p {
      margin-top: 20px; }
  .content-text-image__block p {
    text-align: center; }
    .content-text-image__block p + p {
      margin-top: 15px; }
  .content-text-image__image {
    margin-top: 40px; }
    .content-text-image__image img {
      margin: 0 auto;
      display: block; }
    .content-text-image__image--full {
      margin: 0 -15px; }
      .content-text-image__image--full img {
        width: 100%;
        max-width: 1920px; }
  .content-text-image__button {
    display: flex;
    justify-content: center;
    margin-top: 10px; }

.section--news {
  padding: 0 0 90px 0; }

.section__box {
  max-width: 545px;
  margin: 0 0 25px 0; }
  @media (max-width: 767.98px) {
    .section__box {
      margin: 0 0 15px 0; } }
  .section__box--centered {
    text-align: center;
    margin: 0 auto 25px auto; }
    @media (max-width: 767.98px) {
      .section__box--centered {
        margin: 0 auto 15px auto; } }

.section__title {
  padding-bottom: 10px; }
  @media (max-width: 767.98px) {
    .section__title {
      text-align: center; } }
  .section__title--related {
    padding-bottom: 20px; }

.section__desc {
  margin-bottom: 25px; }

.section__link {
  color: #777777;
  transition: all .1s; }
  .section__link:hover, .section__link:active, .section__link:focus {
    text-decoration: none;
    color: #D74B00; }

.text-backgroundtext {
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 120px 0; }
  @media (max-width: 991.98px) {
    .text-backgroundtext {
      padding: 25px 0 60px 0;
      background-size: auto 100% !important; } }
  @media (max-width: 767.98px) {
    .text-backgroundtext {
      background: transparent !important; } }

.image-text-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  @media (max-width: 767.98px) {
    .image-text-boxes {
      margin: 0 -20px; } }

.image-text-box {
  height: 350px;
  width: 50%;
  text-align: center;
  padding: 10px 8px; }
  @media (max-width: 767.98px) {
    .image-text-box {
      width: 100%;
      height: 250px; } }
  @media (max-width: 575.98px) {
    .image-text-box {
      padding: 5px 0; } }
  .image-text-box--large {
    width: 100%;
    text-align: left;
    height: 545px; }
    @media (max-width: 767.98px) {
      .image-text-box--large {
        height: 250px; } }
    .image-text-box--large .image-text-box__inner {
      align-items: flex-start;
      justify-content: flex-end; }
      @media (max-width: 767.98px) {
        .image-text-box--large .image-text-box__inner {
          align-items: center; } }
    .image-text-box--large .image-text-box__title {
      font-size: 35px;
      max-width: 500px; }
      @media (max-width: 991.98px) {
        .image-text-box--large .image-text-box__title {
          font-size: 23px; } }
      @media (max-width: 767.98px) {
        .image-text-box--large .image-text-box__title {
          font-size: 22px; } }
  .image-text-box__inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 35px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    @media (max-width: 991.98px) {
      .image-text-box__inner {
        padding: 35px 25px; } }
    @media (max-width: 767.98px) {
      .image-text-box__inner {
        align-items: center; } }
    @media (max-width: 575.98px) {
      .image-text-box__inner {
        padding: 30px 20px; } }
    .image-text-box__inner::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: #1B1D25;
      top: 0;
      left: 0;
      opacity: .65; }
    .image-text-box__inner--padding {
      padding-top: 65px; }
  .image-text-box__type {
    position: absolute;
    top: 35px;
    left: 50px;
    z-index: 10;
    border-radius: 100px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    @media (max-width: 991.98px) {
      .image-text-box__type {
        left: 25px; } }
    @media (max-width: 767.98px) {
      .image-text-box__type {
        display: none; } }
    .image-text-box__type p {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 11px;
      font-weight: 700;
      margin: 0;
      padding: 0;
      letter-spacing: .5px;
      line-height: 1; }
  .image-text-box__title {
    font-size: 23px;
    max-width: 400px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.3;
    position: relative;
    color: #ffffff; }
    .image-text-box__title:hover {
      color: #ffffff; }
    @media (max-width: 991.98px) {
      .image-text-box__title {
        font-size: 22px; } }
    @media (max-width: 767.98px) {
      .image-text-box__title {
        text-align: center;
        max-width: 100%;
        margin-bottom: 0; } }
  .image-text-box__desc {
    margin-bottom: 60px;
    max-width: 440px;
    position: relative; }
    @media (max-width: 767.98px) {
      .image-text-box__desc {
        display: none; } }
    .image-text-box__desc p {
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 30px; }
    .image-text-box__desc p:last-child {
      margin: 0; }
  .image-text-box__button {
    position: relative; }
    @media (max-width: 767.98px) {
      .image-text-box__button {
        display: none; } }

.news-module__title {
  color: #323232;
  font-size: 52px;
  line-height: 52px;
  margin: 0; }
  @media (max-width: 991.98px) {
    .news-module__title {
      margin-bottom: 10px; } }
  @media (max-width: 575.98px) {
    .news-module__title {
      font-size: 42px;
      line-height: 42px; } }

.news-module__uptitle {
  color: #D74B00;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700; }

.news-module__bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  margin-top: 30px; }
  @media (max-width: 991.98px) {
    .news-module__bar {
      flex-direction: column;
      align-items: flex-start; } }

.news-module__filters {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-right: -15px; }
  @media (max-width: 767.98px) {
    .news-module__filters {
      width: auto; } }

.news-module__filter {
  width: 240px;
  margin-right: 15px;
  margin-top: 15px;
  /*&:last-child {
            margin-right: 0;
        }*/ }
  @media (max-width: 767.98px) {
    .news-module__filter {
      flex: 1; } }
  .news-module__filter .form__row {
    margin-bottom: 0; }

.dropdown:first-child {
  margin-right: 10px; }

.dropdown__button {
  background: #ffffff;
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  line-height: 1;
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.1);
  border-radius: 2px; }
  .dropdown__button:hover, .dropdown__button:active, .dropdown__button:focus {
    text-decoration: none;
    box-shadow: 0px 3px 5px 0px rgba(48, 49, 51, 0.2); }
  .dropdown__button::after {
    display: none; }

.dropdown__arrow {
  height: 8px;
  width: 8px; }

.dropdown__dropdown-menu {
  border-radius: 2px; }
  .dropdown__dropdown-menu.show {
    display: flex;
    flex-direction: column;
    width: 100%; }

.dropdown__item {
  padding: 15px;
  line-height: 1;
  transition: all .2s ease;
  font-size: 16px; }
  .dropdown__item:hover, .dropdown__item:active, .dropdown__item:focus {
    text-decoration: none;
    background: #D74B00;
    color: #ffffff; }

.news-hero {
  min-height: 545px;
  position: relative;
  overflow: hidden;
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px; }
  .news-hero:hover, .news-hero:active, .news-hero:focus {
    text-decoration: none; }
    .news-hero:hover .news-hero__title, .news-hero:active .news-hero__title, .news-hero:focus .news-hero__title {
      color: #D74B00; }
  @media (max-width: 991.98px) {
    .news-hero {
      min-height: 500px;
      padding: 40px 45px; } }
  @media (max-width: 767.98px) {
    .news-hero {
      min-height: 450px;
      padding: 30px;
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 575.98px) {
    .news-hero {
      min-height: 400px;
      margin-bottom: 15px; } }
  .news-hero::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1B1D25;
    top: 0;
    left: 0;
    opacity: .65; }
    @media (max-width: 767.98px) {
      .news-hero::before {
        opacity: .65; } }
  .news-hero__uptitle {
    position: relative;
    color: #D74B00;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .news-hero__title {
    position: relative;
    font-family: "Trade Gothic LT Std", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 650px;
    margin-bottom: 15px;
    transition: all .2s ease; }
    @media (max-width: 991.98px) {
      .news-hero__title {
        font-size: 42px; } }
    @media (max-width: 767.98px) {
      .news-hero__title {
        font-size: 32px; } }
    @media (max-width: 575.98px) {
      .news-hero__title {
        font-size: 22px; } }
  .news-hero__desc {
    position: relative;
    max-width: 450px;
    color: #ffffff;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .news-hero__desc {
        margin-bottom: 0; } }
  .news-hero__data {
    position: relative;
    font-size: 15px;
    color: #ffffff; }

.news-item-main {
  height: 365px;
  overflow: hidden;
  margin-bottom: 60px;
  display: flex;
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.1);
  border-radius: 2px;
  transition: all .2s ease; }
  .news-item-main:hover, .news-item-main:active, .news-item-main:focus {
    text-decoration: none;
    box-shadow: 0px 3px 5px 0px rgba(48, 49, 51, 0.2); }
  @media (max-width: 767.98px) {
    .news-item-main {
      display: none; } }
  .news-item-main__image {
    flex: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url("../images/image-placeholder.jpg");
    background-size: cover;
    background-position: center center; }
    .news-item-main__image--bg {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      background-size: cover !important;
      background-position: center center !important; }
      .news-item-main__image--bg.white-bg {
        background-color: #ffffff !important; }
    .news-item-main__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .news-item-main__inner {
    width: 390px;
    flex-basis: 390px;
    padding: 35px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .news-item-main__text {
    width: 100%; }
  .news-item-main__desc {
    font-size: 14px;
    line-height: 1.4; }
  .news-item-main__uptitle {
    color: #D74B00;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 100%; }
  .news-item-main__title {
    font-size: 23px;
    line-height: 1.3;
    color: #323232;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%; }
  .news-item-main__data {
    width: 100%;
    align-self: flex-end; }

@media (max-width: 575.98px) {
  .news-list {
    margin: 0 -10px; } }

.news-list__loader {
  display: none;
  justify-content: center;
  height: 100vh;
  align-items: center; }
  .news-list__loader img {
    width: 60px;
    height: 60px; }

.news-list__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px; }
  @media (max-width: 575.98px) {
    .news-list__pagination {
      flex-direction: column; } }
  .news-list__pagination .prev-page, .news-list__pagination .next-page {
    opacity: 0;
    transition: opacity .5s ease-in; }

.news-list .btn {
  margin: 10px 0; }
  @media (max-width: 767.98px) {
    .news-list .btn {
      min-width: 120px; } }

.dots {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center; }
  .dots .min--before::before {
    display: block;
    content: '...'; }
  .dots__dot {
    flex: 0 0 53px;
    height: 53px;
    width: 53px;
    border: 1px solid #777777;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    transition: all .2s ease;
    margin: 10px 4px; }
    .dots__dot:hover, .dots__dot:active, .dots__dot:focus {
      border-color: #1B1D25;
      color: #1B1D25;
      text-decoration: none; }
    .dots__dot--active {
      border-color: #D74B00;
      color: #D74B00; }
      .dots__dot--active:hover, .dots__dot--active:active, .dots__dot--active:focus {
        border-color: #D74B00;
        color: #D74B00;
        text-decoration: none; }
    .dots__dot--continue {
      border: 0;
      pointer-events: none; }

.news-item {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.1);
  margin-bottom: 30px;
  border-radius: 2px;
  min-height: 365px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  transition: all .2s ease; }
  .news-item:hover, .news-item:active, .news-item:focus {
    text-decoration: none;
    box-shadow: 0px 3px 5px 0px rgba(48, 49, 51, 0.2); }
  @media (max-width: 575.98px) {
    .news-item {
      margin-bottom: 10px; } }
  .news-item__image {
    height: 180px;
    width: 100%;
    overflow: hidden;
    background: url("../images/image-placeholder.jpg");
    background-size: cover;
    background-position: center center; }
    .news-item__image--bg {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      background-size: cover !important;
      background-position: center center !important; }
      .news-item__image--bg.white-bg {
        background-color: #ffffff !important; }
    .news-item__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .news-item__inner {
    flex: 1;
    padding: 35px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .news-item__inner {
        flex: auto; } }
  .news-item__uptitle {
    color: #D74B00;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 100%; }
  .news-item__title {
    font-size: 19px;
    line-height: 1.3;
    color: #323232;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .news-item__title {
        font-size: 21px; } }
    @media (max-width: 575.98px) {
      .news-item__title {
        font-size: 19px; } }
  .news-item__data {
    width: 100%;
    align-self: flex-end; }

.orange-banner {
  height: 545px;
  background: #D74B00;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .orange-banner {
      height: auto;
      min-height: 545px;
      padding-bottom: 30px;
      margin: 0 auto;
      overflow: initial; } }
  .orange-banner .container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .orange-banner__image {
    display: none; }
    @media (max-width: 991.98px) {
      .orange-banner__image {
        margin-bottom: 30px;
        display: block;
        margin-top: -30px; } }
    .orange-banner__image img {
      margin: 0 auto;
      display: block; }
  .orange-banner__left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
    padding: 0 30px 0 0; }
    @media (max-width: 991.98px) {
      .orange-banner__left {
        height: auto;
        width: 100%;
        padding: 0;
        align-items: center; } }
    .orange-banner__left p, .orange-banner__left h5 {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 31px;
      line-height: 3.1rem;
      margin: 0 0 25px 0;
      color: #ffffff;
      max-width: 100%; }
      @media (max-width: 991.98px) {
        .orange-banner__left p, .orange-banner__left h5 {
          text-align: center; } }
    .orange-banner__left h5 {
      font-family: "Hind", sans-serif;
      color: #ffffff;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .orange-banner__left h5 {
          font-size: 22px;
          margin-bottom: 5px;
          line-height: 1.2; } }
    @media (max-width: 991.98px) {
      .orange-banner__left p {
        font-size: 15px;
        margin-bottom: 15px; } }
    .orange-banner__left small {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.2;
      margin: 30px 0 0 0;
      color: #ffffff; }
      @media (max-width: 991.98px) {
        .orange-banner__left small {
          text-align: center;
          margin-top: 20px;
          font-size: 12px; } }
  .orange-banner__right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff;
    padding: 0 0 0 30px; }
    @media (max-width: 991.98px) {
      .orange-banner__right {
        width: 100%;
        height: auto; } }
  .orange-banner__background {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 30px;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat; }
    @media (max-width: 991.98px) {
      .orange-banner__background {
        display: none; } }

.partners-login {
  background-image: url("../images/placeholder/partners-login.png");
  background-size: cover;
  background-position: center center;
  min-height: 750px;
  padding-top: 15%; }
  .partners-login h1 {
    font-size: 52px;
    line-height: 52px; }
  .partners-login__form {
    padding-left: 30px; }
    .partners-login__form a {
      color: #ffffff;
      font-family: "Hind", sans-serif;
      font-weight: 400; }

.small-header {
  min-height: 315px;
  position: relative; }
  @media (max-width: 991.98px) {
    .small-header {
      min-height: 215px; } }
  .small-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8); }
  .small-header--light:before {
    background: rgba(0, 0, 0, 0.4); }
  .small-header__text {
    margin-top: 100px; }
    @media (max-width: 991.98px) {
      .small-header__text {
        margin-top: 100px; } }
    .small-header__text h1, .small-header__text p {
      color: #ffffff;
      text-align: center; }
      @media (max-width: 991.98px) {
        .small-header__text h1, .small-header__text p {
          text-align: left; } }
    .small-header__text p {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0; }
      .small-header__text p + h1 {
        margin-top: 25px; }
        @media (max-width: 991.98px) {
          .small-header__text p + h1 {
            margin-top: 15px; } }

.big-map-block {
  padding: 35px 0; }
  .big-map-block__description {
    padding: 50px 35px;
    background: #ffffff;
    height: 100%;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1);
    border-radius: 4px 0 0 4px; }
    @media (max-width: 1199.98px) {
      .big-map-block__description {
        margin-left: -20px;
        margin-right: -20px;
        padding-bottom: 145px; } }
  .big-map-block__map {
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1);
    border-radius: 0 4px 4px 0;
    height: 100%; }
    @media (max-width: 1199.98px) {
      .big-map-block__map {
        margin-top: -80px;
        box-shadow: 0 4px 61px 0 rgba(27, 29, 37, 0.2);
        z-index: 10;
        position: relative; } }

.big-map-block-description__title {
  margin-bottom: 15px; }
  .big-map-block-description__title h3 {
    color: #D74B00;
    font-size: 26px;
    font-weight: 300;
    text-transform: none; }

.big-map-block-description__address {
  margin-bottom: 20px; }
  .big-map-block-description__address p {
    margin: 0;
    padding: 0;
    font-size: 13px; }

.big-map-block-description__contact p {
  padding: 0;
  margin: 0;
  font-size: 13px; }
  .big-map-block-description__contact p a {
    color: #D74B00; }

.small-map-block {
  padding: 35px 0; }
  .small-map-block__title {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .small-map-block__title {
        margin-bottom: 20px; } }
    .small-map-block__title h2 {
      text-align: center; }
  .small-map-block__element {
    margin-bottom: 25px;
    height: calc(100% - 25px);
    background: #ffffff;
    min-height: 380px;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1);
    border-radius: 0 0 4px 4px; }
    @media (max-width: 991.98px) {
      .small-map-block__element {
        margin-bottom: 0;
        height: 100%;
        margin-left: -20px;
        margin-right: -20px; } }

.small-map-block-element__map {
  min-height: 165px;
  position: relative; }

.small-map-block-element__description {
  padding: 15px 30px; }
  .small-map-block-element__description h3 {
    color: #D74B00;
    font-size: 26px;
    font-weight: 300;
    text-transform: none; }
    .small-map-block-element__description h3 + p {
      margin-top: 15px; }
  .small-map-block-element__description p {
    padding: 0;
    margin: 0;
    font-size: 13px; }
    .small-map-block-element__description p a {
      color: #D74B00; }

.small-map-block-description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px; }
  .small-map-block-description__half {
    width: 50%;
    padding-right: 15px; }
    .small-map-block-description__half + .small-map-block-description__half {
      padding-left: 15px;
      padding-right: 0; }

.content-text-image {
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: 1170px; }
  .content-text-image__block h2 {
    text-align: center;
    color: #D74B00; }
    .content-text-image__block h2 + p {
      margin-top: 20px; }
  .content-text-image__block p {
    text-align: center; }
    .content-text-image__block p + p {
      margin-top: 15px; }
  .content-text-image__image {
    margin-top: 40px; }
    .content-text-image__image img {
      margin: 0 auto;
      display: block; }
    .content-text-image__image--full {
      margin: 0 -15px; }
      .content-text-image__image--full img {
        width: 100%;
        max-width: 1920px; }
  .content-text-image__button {
    display: flex;
    justify-content: center;
    margin-top: 10px; }

.section--news {
  padding: 0 0 90px 0; }

.section__box {
  max-width: 545px;
  margin: 0 0 25px 0; }
  @media (max-width: 767.98px) {
    .section__box {
      margin: 0 0 15px 0; } }
  .section__box--centered {
    text-align: center;
    margin: 0 auto 25px auto; }
    @media (max-width: 767.98px) {
      .section__box--centered {
        margin: 0 auto 15px auto; } }

.section__title {
  padding-bottom: 10px; }
  @media (max-width: 767.98px) {
    .section__title {
      text-align: center; } }
  .section__title--related {
    padding-bottom: 20px; }

.section__desc {
  margin-bottom: 25px; }

.section__link {
  color: #777777;
  transition: all .1s; }
  .section__link:hover, .section__link:active, .section__link:focus {
    text-decoration: none;
    color: #D74B00; }

.text-backgroundtext {
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 120px 0; }
  @media (max-width: 991.98px) {
    .text-backgroundtext {
      padding: 25px 0 60px 0;
      background-size: auto 100% !important; } }
  @media (max-width: 767.98px) {
    .text-backgroundtext {
      background: transparent !important; } }

.image-text-boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  @media (max-width: 767.98px) {
    .image-text-boxes {
      margin: 0 -20px; } }

.image-text-box {
  height: 350px;
  width: 50%;
  text-align: center;
  padding: 10px 8px; }
  @media (max-width: 767.98px) {
    .image-text-box {
      width: 100%;
      height: 250px; } }
  @media (max-width: 575.98px) {
    .image-text-box {
      padding: 5px 0; } }
  .image-text-box--large {
    width: 100%;
    text-align: left;
    height: 545px; }
    @media (max-width: 767.98px) {
      .image-text-box--large {
        height: 250px; } }
    .image-text-box--large .image-text-box__inner {
      align-items: flex-start;
      justify-content: flex-end; }
      @media (max-width: 767.98px) {
        .image-text-box--large .image-text-box__inner {
          align-items: center; } }
    .image-text-box--large .image-text-box__title {
      font-size: 35px;
      max-width: 500px; }
      @media (max-width: 991.98px) {
        .image-text-box--large .image-text-box__title {
          font-size: 23px; } }
      @media (max-width: 767.98px) {
        .image-text-box--large .image-text-box__title {
          font-size: 22px; } }
  .image-text-box__inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 35px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    @media (max-width: 991.98px) {
      .image-text-box__inner {
        padding: 35px 25px; } }
    @media (max-width: 767.98px) {
      .image-text-box__inner {
        align-items: center; } }
    @media (max-width: 575.98px) {
      .image-text-box__inner {
        padding: 30px 20px; } }
    .image-text-box__inner::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: #1B1D25;
      top: 0;
      left: 0;
      opacity: .65; }
    .image-text-box__inner--padding {
      padding-top: 65px; }
  .image-text-box__type {
    position: absolute;
    top: 35px;
    left: 50px;
    z-index: 10;
    border-radius: 100px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    @media (max-width: 991.98px) {
      .image-text-box__type {
        left: 25px; } }
    @media (max-width: 767.98px) {
      .image-text-box__type {
        display: none; } }
    .image-text-box__type p {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 11px;
      font-weight: 700;
      margin: 0;
      padding: 0;
      letter-spacing: .5px;
      line-height: 1; }
  .image-text-box__title {
    font-size: 23px;
    max-width: 400px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.3;
    position: relative;
    color: #ffffff; }
    .image-text-box__title:hover {
      color: #ffffff; }
    @media (max-width: 991.98px) {
      .image-text-box__title {
        font-size: 22px; } }
    @media (max-width: 767.98px) {
      .image-text-box__title {
        text-align: center;
        max-width: 100%;
        margin-bottom: 0; } }
  .image-text-box__desc {
    margin-bottom: 60px;
    max-width: 440px;
    position: relative; }
    @media (max-width: 767.98px) {
      .image-text-box__desc {
        display: none; } }
    .image-text-box__desc p {
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 30px; }
    .image-text-box__desc p:last-child {
      margin: 0; }
  .image-text-box__button {
    position: relative; }
    @media (max-width: 767.98px) {
      .image-text-box__button {
        display: none; } }

.req-form {
  padding: 70px 0;
  margin: 0;
  background: #D74B00; }
  .req-form__content {
    margin-bottom: 30px; }
    .req-form__content h2, .req-form__content p {
      color: #ffffff; }
    @media (max-width: 767.98px) {
      .req-form__content h2 br {
        display: none; } }
  .req-form__contact-data {
    margin: 45px 0;
    display: flex;
    flex-direction: column; }
    .req-form__contact-data a {
      color: #ffffff; }
  .req-form__form .LV_valid {
    color: #ffffff; }
  .req-form__form span.wpcf7-list-item-label, .req-form__form label {
    color: #ffffff; }
  @media (max-width: 767.98px) {
    .req-form__form {
      padding: 0; }
      .req-form__form .form__row--buttons-left {
        justify-content: center; } }

.contact-form {
  padding: 40px 0; }
  .contact-form__title {
    margin-bottom: 55px; }
    .contact-form__title h2, .contact-form__title p {
      text-align: center; }
    .contact-form__title h2 + p {
      margin-top: 30px; }

.product-presentation {
  overflow: hidden; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-presentation {
      display: flex;
      flex-direction: column; } }
  .product-presentation__top {
    margin: 0 auto 15px auto;
    max-width: 50%;
    text-align: center; }
    @media (max-width: 1199.98px) {
      .product-presentation__top {
        max-width: 100%; } }
    .product-presentation__top h2 {
      margin-bottom: 40px; }
    .product-presentation__top p:last-of-type {
      margin-bottom: 25px; }
  .product-presentation__top-image {
    padding: 30px 0 80px;
    text-align: center; }
    .product-presentation__top-image img {
      height: auto; }
  .product-presentation__feature {
    position: relative;
    min-height: 750px;
    margin: 0 auto;
    width: 100%;
    max-width: 2200px; }
    .product-presentation__feature img {
      max-width: 100%; }
    @media all and (max-width: 1920px) {
      .product-presentation__feature {
        max-width: 1920px; } }
    @media (max-width: 1199.98px) {
      .product-presentation__feature {
        min-height: 500px; } }
    @media (max-width: 991.98px) {
      .product-presentation__feature {
        margin-bottom: 25px;
        min-height: auto; } }
    @media (max-width: 991.98px) {
      .product-presentation__feature:last-child {
        margin-bottom: 0; } }
    .product-presentation__feature--under {
      margin-bottom: -200px; }
      @media (max-width: 991.98px) {
        .product-presentation__feature--under {
          margin-bottom: 25px; } }
    .product-presentation__feature--big-images {
      min-height: 900px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center; }
      @media (max-width: 1199.98px) {
        .product-presentation__feature--big-images {
          min-height: 500px; } }
      @media (max-width: 991.98px) {
        .product-presentation__feature--big-images {
          margin-bottom: 25px;
          min-height: auto; } }
      .product-presentation__feature--big-images .product-presentation__inner {
        padding-top: 0; }
  .product-presentation__feature-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    display: flex;
    align-items: center;
    max-width: 65%;
    padding: 30px 0; }
    @media (max-width: 991.98px) {
      .product-presentation__feature-image {
        position: static;
        max-width: 100%;
        height: auto; } }
    .product-presentation__feature-image--half {
      max-width: 50%;
      width: 100%; }
      @media (max-width: 991.98px) {
        .product-presentation__feature-image--half {
          max-width: 100%; } }
    .product-presentation__feature-image--big-images {
      max-width: 60%; }
    .product-presentation__feature-image--right {
      right: 0;
      left: auto;
      justify-content: flex-end; }
      @media (max-width: 991.98px) {
        .product-presentation__feature-image--right {
          position: relative;
          right: -50px; } }
    .product-presentation__feature-image img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
      @media (max-width: 991.98px) {
        .product-presentation__feature-image img {
          width: 100%;
          height: auto;
          -webkit-transform: none;
                  transform: none; } }
  .product-presentation__inner {
    max-width: 33.33333%;
    margin: 0 auto;
    padding-top: 220px; }
    @media all and (max-width: 1920px) {
      .product-presentation__inner {
        margin-left: auto;
        margin-right: 0; } }
    @media (max-width: 1199.98px) {
      .product-presentation__inner {
        max-width: 350px;
        padding-top: 60px; } }
    @media (max-width: 991.98px) {
      .product-presentation__inner {
        max-width: 100%;
        text-align: center;
        margin-bottom: 25px; } }
    .product-presentation__inner--second {
      max-width: 33.33333%; }
      @media all and (max-width: 1920px) {
        .product-presentation__inner--second {
          margin-left: 0; } }
      @media (max-width: 991.98px) {
        .product-presentation__inner--second {
          max-width: 100%; } }
    .product-presentation__inner--half {
      max-width: 50%; }
      @media (max-width: 991.98px) {
        .product-presentation__inner--half {
          max-width: 100%; } }
  .product-presentation h2 {
    margin-bottom: 40px;
    position: relative; }
    @media (max-width: 991.98px) {
      .product-presentation h2 {
        margin-bottom: 25px; } }
  .product-presentation p {
    position: relative; }
    .product-presentation p + p, .product-presentation p + ul {
      margin-top: 40px; }
    .product-presentation p:last-of-type {
      margin-bottom: 35px; }
      @media (max-width: 991.98px) {
        .product-presentation p:last-of-type {
          margin-bottom: 25px; } }

.product-text-image {
  background: #D74B00;
  padding: 90px 0; }
  @media (max-width: 991.98px) {
    .product-text-image {
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .product-text-image {
      padding-top: 45px;
      margin-bottom: 200px; } }
  @media (max-width: 767.98px) {
    .product-text-image__first-item {
      margin-bottom: 25px; } }
  .product-text-image h3 {
    font-size: 23px;
    font-weight: 400;
    position: relative;
    z-index: 1; }
  .product-text-image p {
    color: #ffffff;
    position: relative;
    z-index: 1; }
    .product-text-image p a {
      color: #ffffff; }
  .product-text-image__button {
    margin-top: 60px;
    position: relative; }
    @media (max-width: 767.98px) {
      .product-text-image__button {
        margin-top: 40px; } }
  .product-text-image__image {
    position: absolute;
    height: 135%;
    width: 35%;
    bottom: -140px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .product-text-image__image {
        height: 100%;
        bottom: 0; } }
    @media (max-width: 991.98px) {
      .product-text-image__image {
        height: auto;
        bottom: -110px;
        width: 360px; } }
    @media (max-width: 767.98px) {
      .product-text-image__image {
        bottom: -190px; } }
    .product-text-image__image img {
      width: 100%; }
      @media (max-width: 991.98px) {
        .product-text-image__image img {
          width: unset;
          max-width: 100%;
          max-height: 300px; } }

.spacer--large {
  height: 150px; }
  @media (max-width: 991.98px) {
    .spacer--large {
      height: 100px; } }
  @media (max-width: 767.98px) {
    .spacer--large {
      height: 70px; } }

.spacer--medium {
  height: 100px; }
  @media (max-width: 991.98px) {
    .spacer--medium {
      height: 70px; } }
  @media (max-width: 767.98px) {
    .spacer--medium {
      height: 50px; } }

.spacer--small {
  height: 70px; }
  @media (max-width: 991.98px) {
    .spacer--small {
      height: 50px; } }
  @media (max-width: 767.98px) {
    .spacer--small {
      height: 30px; } }

.quotation {
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .quotation .container {
    min-height: inherit; }
  .quotation__holder {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  @media (max-width: 767.98px) {
    .quotation__nav {
      display: none; } }
  .quotation__left-arrow, .quotation__right-arrow {
    top: 50%;
    color: #282A36;
    font-size: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    background: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
    width: 75px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .quotation__left-arrow span, .quotation__right-arrow span {
      display: block; }
  .quotation__left-arrow {
    left: 0; }
  .quotation__right-arrow {
    right: 0; }
  .quotation p {
    font-size: 24px;
    color: #ffffff;
    padding: 0 30px; }
    @media (max-width: 767.98px) {
      .quotation p {
        font-size: 15px; } }
  .quotation h5 {
    margin-top: 30px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 17px; }
    @media (max-width: 767.98px) {
      .quotation h5 {
        font-size: 15px; } }

.article-content__wrapper {
  padding-left: 100px; }
  @media (max-width: 1199.98px) {
    .article-content__wrapper {
      padding-right: 100px; } }
  @media (max-width: 991.98px) {
    .article-content__wrapper {
      padding-left: 70px;
      padding-right: 70px; } }
  @media (max-width: 767.98px) {
    .article-content__wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575.98px) {
    .article-content__wrapper {
      padding-left: 0;
      padding-right: 0; } }
  .article-content__wrapper img {
    max-width: 100%;
    height: auto; }

.article-content__inner {
  margin: 60px 0 120px 0;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .article-content__inner {
      margin-bottom: 45px; } }
  .article-content__inner h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #D74B00; }
  .article-content__inner h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #D74B00;
    font-weight: 300;
    text-transform: none; }
  .article-content__inner p {
    margin-bottom: 30px; }
  .article-content__inner img {
    margin-bottom: 15px; }
  .article-content__inner iframe {
    margin: 10px 0 40px 0;
    width: 100%;
    min-height: 390px; }
  .article-content__inner a {
    color: #D74B00; }
    .article-content__inner a:hover, .article-content__inner a:focus {
      color: #D74B00;
      text-decoration: underline; }
  .article-content__inner .btn {
    color: #ffffff; }
  .article-content__inner blockquote {
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    padding: 6px 30px;
    max-width: 800px; }
    @media (max-width: 991.98px) {
      .article-content__inner blockquote {
        font-size: 18px; } }
    .article-content__inner blockquote::before {
      content: '';
      display: inline-block;
      height: 100%;
      width: 2px;
      background: #D74B00;
      position: absolute;
      top: 0;
      left: 0; }

.article-hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 40px 0; }
  .article-hero::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1B1D25;
    top: 0;
    left: 0;
    opacity: .5; }
  .article-hero .container {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .article-hero .breadcrumbs {
    z-index: 1; }
  .article-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 100px;
    min-height: 540px; }
    .article-hero__inner--down {
      flex: 1; }
    @media (max-width: 1199.98px) {
      .article-hero__inner {
        padding-right: 100px; } }
    @media (max-width: 991.98px) {
      .article-hero__inner {
        padding-left: 70px;
        padding-right: 70px;
        min-height: 480px; } }
    @media (max-width: 767.98px) {
      .article-hero__inner {
        padding-left: 30px;
        padding-right: 30px;
        min-height: 400px; } }
    @media (max-width: 575.98px) {
      .article-hero__inner {
        padding-left: 0;
        padding-right: 0; } }
  .article-hero__date {
    display: block;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px; }
  .article-hero__title {
    position: relative;
    font-size: 52px;
    line-height: 1.1; }
    @media (max-width: 991.98px) {
      .article-hero__title {
        font-size: 36px; } }
    @media (max-width: 575.98px) {
      .article-hero__title {
        font-size: 25px;
        margin: 0; } }
  .article-hero__button {
    position: relative; }
    @media (max-width: 575.98px) {
      .article-hero__button {
        margin-left: auto; } }

.article-items {
  border-top: 1px solid #D5D5D5;
  padding-bottom: 70px; }
  @media (max-width: 991.98px) {
    .article-items {
      padding-bottom: 30px; } }
  .article-items__info {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 45px 0 0 0; }
    @media (max-width: 991.98px) {
      .article-items__info {
        flex-wrap: wrap; } }
  .article-items__info-item {
    padding: 0 45px 0 15px;
    border-left: 2px solid #D5D5D5;
    color: #AEB7C1;
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .article-items__info-item {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .article-items__info-item {
        width: 100%;
        text-align: center;
        padding: 0 15px;
        border-left: 0; } }
    .article-items__info-item:first-child {
      padding-left: 0;
      border-left: 0; }
      @media (max-width: 575.98px) {
        .article-items__info-item:first-child {
          padding: 0 15px; } }
    .article-items__info-item:last-child {
      padding-right: 0; }
      @media (max-width: 575.98px) {
        .article-items__info-item:last-child {
          padding: 0 15px; } }
    @media (max-width: 991.98px) {
      .article-items__info-item:nth-child(odd) {
        padding-left: 0;
        border-left: 0; } }
    @media (max-width: 575.98px) {
      .article-items__info-item:nth-child(odd) {
        padding: 0 15px; } }
  .article-items__info-link {
    color: #AEB7C1; }
    .article-items__info-link:hover, .article-items__info-link:active, .article-items__info-link:focus {
      color: #AEB7C1; }
  .article-items__tags {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
    flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .article-items__tags {
        justify-content: center; } }
  .article-items__tag {
    margin-right: 10px;
    margin-bottom: 10px; }
    .article-items__tag:last-child {
      margin-right: 0; }
  .article-items__link {
    background: #ffffff;
    text-transform: uppercase;
    display: block;
    transition: all .2s;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    padding: 8px 15px 5px 15px;
    line-height: 1;
    color: #AEB7C1; }
    .article-items__link:hover, .article-items__link:active, .article-items__link:focus {
      background: #D74B00;
      color: #ffffff;
      text-decoration: none; }

.article-share {
  margin-bottom: 150px; }
  @media (max-width: 991.98px) {
    .article-share {
      margin-bottom: 30px; } }
  .article-share__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .article-share__title {
        text-align: center; } }
  .article-share__inner {
    display: flex;
    flex-wrap: wrap; }
  .article-share__item {
    background: #ffffff;
    transition: all .2s;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    padding: 12px 0;
    line-height: 1;
    margin-right: 10px;
    color: #AEB7C1;
    display: flex;
    align-items: center;
    width: calc(20% - 10px);
    justify-content: center;
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .article-share__item {
        width: calc(25% - 10px); } }
    @media (max-width: 767.98px) {
      .article-share__item {
        width: calc(50% - 10px); } }
    .article-share__item:hover, .article-share__item:active, .article-share__item:focus {
      background: #D74B00;
      color: #ffffff;
      text-decoration: none; }
    .article-share__item:last-child {
      margin-right: 0; }
  .article-share__icon {
    font-size: 20px;
    margin-right: 15px; }

.product-menu {
  background: #1A1A1A;
  z-index: 10; }
  .product-menu .container {
    max-width: 1280px; }
  .product-menu__inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px; }
    @media (max-width: 991.98px) {
      .product-menu__inner {
        justify-content: center; } }
    @media (max-width: 767.98px) {
      .product-menu__inner {
        height: 50px; } }
  .product-menu__title {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    flex: 1; }
    @media (max-width: 991.98px) {
      .product-menu__title {
        display: none; } }
  .product-menu__list {
    position: static;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
    @media (max-width: 575.98px) {
      .product-menu__list {
        width: 100%; } }
  .product-menu__item {
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 575.98px) {
      .product-menu__item {
        width: 33.3333%;
        padding: 0; } }
    .product-menu__item--button {
      padding-right: 0; }
      @media (max-width: 767.98px) {
        .product-menu__item--button {
          display: none; } }
  .product-menu__link {
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    padding: 0 5px; }
    @media (max-width: 767.98px) {
      .product-menu__link {
        font-size: 15px;
        padding: 0; } }
    @media (max-width: 575.98px) {
      .product-menu__link {
        width: 100%;
        justify-content: center; } }
    .product-menu__link.active {
      border-bottom: 1px solid #D74B00; }
    .product-menu__link:hover, .product-menu__link:active, .product-menu__link:focus {
      color: #ffffff;
      text-decoration: none; }
    .product-menu__link:hover {
      border-bottom: 1px solid #ffffff; }

.header-slider {
  background: #1B1D25; }
  .header-slider__wrapper {
    position: relative; }
  .header-slider__item {
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media (max-width: 991.98px) {
      .header-slider__item {
        min-height: 580px; } }
    @media (max-width: 575.98px) {
      .header-slider__item {
        min-height: 380px; } }
    .header-slider__item::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 60%;
      height: 100%;
      background: #1B1D25;
      background: linear-gradient(to right, black 20%, rgba(0, 0, 0, 0) 100%); }
      @media (max-width: 767.98px) {
        .header-slider__item::before {
          background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
          width: 100%; } }
    .header-slider__item::after {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: #1B1D25;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
  .header-slider__arrow {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 28px;
    color: white;
    margin: 0;
    border: 0;
    background: none;
    padding: 15px; }
    @media (max-width: 991.98px) {
      .header-slider__arrow {
        display: none; } }
    .header-slider__arrow--left {
      left: 15px; }
    .header-slider__arrow--right {
      right: 15px; }
  .header-slider__text {
    width: 100%;
    margin-top: 170px;
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
    margin-left: 60px;
    min-height: 400px; }
    @media (max-width: 1199.98px) {
      .header-slider__text {
        width: 80%; } }
    @media (max-width: 991.98px) {
      .header-slider__text {
        margin-top: 125px;
        min-height: 0;
        padding-bottom: 0; } }
    @media (max-width: 767.98px) {
      .header-slider__text {
        margin-left: 0;
        width: 100%; } }
    @media (max-width: 575.98px) {
      .header-slider__text {
        margin-top: 55px;
        padding-bottom: 20px; } }
  .header-slider h1 {
    font-size: 74px;
    line-height: 1;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .header-slider h1 {
        font-size: 62px; } }
    @media (max-width: 575.98px) {
      .header-slider h1 {
        font-size: 52px; } }
    @media (max-width: 575.98px) {
      .header-slider h1 {
        font-size: 42px; } }
  .header-slider p {
    margin: 0;
    font-size: 28px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.1; }
    @media (max-width: 991.98px) {
      .header-slider p {
        font-size: 24px; } }
    @media (max-width: 575.98px) {
      .header-slider p {
        font-size: 20px; } }
    @media (max-width: 575.98px) {
      .header-slider p {
        font-size: 16px; } }
  .header-slider__button {
    margin-top: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .header-slider__button {
        position: relative;
        bottom: auto;
        left: auto; } }

.slideInLeft {
  -webkit-animation-duration: .2s;
          animation-duration: .2s; }

.text-three-images {
  padding: 70px 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .text-three-images {
      text-align: center; } }
  .text-three-images__desc {
    margin-bottom: 25px; }
  .text-three-images__images {
    position: relative; }
    @media (max-width: 991.98px) {
      .text-three-images__images {
        display: none; } }
  .text-three-images__image {
    position: absolute;
    height: 300px;
    width: 350px;
    box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.75); }
    .text-three-images__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .text-three-images__image--first {
      right: 25%;
      top: -300px; }
    .text-three-images__image--second {
      right: 0;
      top: -100px; }
    .text-three-images__image--third {
      left: 5px;
      top: 55px; }
  .text-three-images h2 {
    margin-bottom: 25px; }
  .text-three-images p {
    margin-bottom: 25px; }
    .text-three-images p:last-child {
      margin-bottom: 0; }

.socials-bar {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 1100; }
  @media (max-width: 991.98px) {
    .socials-bar {
      display: none; } }
  .socials-bar__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .socials-bar__link {
    width: 60px;
    height: 60px;
    background: #D74B00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all .2s ease; }
    .socials-bar__link:hover, .socials-bar__link:focus, .socials-bar__link:active {
      text-decoration: none;
      background: #1B1D25;
      color: #ffffff; }

.three-boxes-icon {
  padding-top: 35px; }
  .three-boxes-icon__item {
    background: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.1);
    border-radius: 2px;
    height: calc(100% - 40px);
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 30px 35px 30px; }
  .three-boxes-icon__icon {
    margin-bottom: 25px; }
    .three-boxes-icon__icon img {
      position: relative;
      max-height: 100px;
      top: -20px; }
  .three-boxes-icon__title {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.1;
    color: #D74B00;
    text-transform: none;
    margin-bottom: 10px; }
  .three-boxes-icon__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .three-boxes-icon a.btn {
    margin-top: 20px; }

.single-image-text {
  background-size: cover;
  background-position: center center;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  padding: 60px 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .single-image-text {
      min-height: 430px; } }
  .single-image-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
  .single-image-text__title {
    margin-bottom: 40px; }
  .single-image-text__inner {
    max-width: 480px;
    position: relative; }

.tab-hero {
  background: #1A1A1A;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; }
  .tab-hero .breadcrumbs {
    margin-top: -5px; }
    @media (max-width: 767.98px) {
      .tab-hero .breadcrumbs {
        display: flex;
        justify-content: center; } }
  .tab-hero__title {
    text-align: center;
    margin-bottom: 45px; }

.accessories-tab {
  padding-top: 70px; }

.tech-specs-tab {
  padding: 50px 0 85px 0; }
  .tech-specs-tab__inner {
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.1);
    border-radius: 4px;
    background: #ffffff; }
  .tech-specs-tab__outer {
    padding: 0 45px; }
    .tech-specs-tab__outer:first-child .tech-specs-tab__row {
      padding-bottom: 25px; }
    .tech-specs-tab__outer:last-child .tech-specs-tab__row {
      border: 0; }
  .tech-specs-tab__row {
    padding: 35px 0;
    border-bottom: 1px solid #DBDEE5;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .tech-specs-tab__title {
    font-size: 26px;
    margin: 0; }
    @media (max-width: 767.98px) {
      .tech-specs-tab__title {
        margin-bottom: 15px; } }
  .tech-specs-tab__desc {
    position: relative; }
    .tech-specs-tab__desc p:last-of-type {
      margin-bottom: 0; }
    .tech-specs-tab__desc .btn--product {
      position: absolute;
      right: 0;
      top: -10px; }
      @media (max-width: 767.98px) {
        .tech-specs-tab__desc .btn--product {
          position: static;
          margin-top: 15px; } }
  .tech-specs-tab__under {
    margin-top: 35px; }

.tab-content {
  position: relative; }

.tabs-loader {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999; }
  .tabs-loader img {
    margin-top: 200px; }

.left-right-text-image__row {
  margin-bottom: 75px; }
  .left-right-text-image__row:last-child {
    margin-bottom: 0; }

.left-right-text-image__icon {
  margin-bottom: 15px;
  max-height: 80px;
  width: auto; }

.left-right-text-image__link {
  margin-top: 20px; }

.left-right-text-image__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .left-right-text-image__image {
      text-align: center;
      margin-bottom: 20px; } }
  .left-right-text-image__image img {
    max-width: 100%;
    max-height: 350px; }
    @media (max-width: 991.98px) {
      .left-right-text-image__image img {
        max-width: 320px;
        max-height: none;
        height: auto; } }

.left-right-text-image__inner {
  padding: 0 30px; }
  @media (max-width: 991.98px) {
    .left-right-text-image__inner {
      text-align: center;
      padding: 0; } }

.left-right-text-image__title {
  margin-bottom: 15px; }
  .left-right-text-image__title--large {
    text-transform: uppercase;
    font-size: 64px;
    line-height: 1;
    color: #323232;
    font-family: "Trade Gothic LT Std", sans-serif; }
    @media (max-width: 991.98px) {
      .left-right-text-image__title--large {
        font-size: 42px; } }
  .left-right-text-image__title--small {
    font-size: 28px;
    line-height: 1.2; }

.left-right-text-image__desc a {
  color: #D74B00; }
  .left-right-text-image__desc a:hover {
    color: #D74B00; }

.left-right-text-image--full-width .left-right-text-image__row {
  margin-bottom: 0; }

.left-right-text-image--full-width .left-right-text-image__image img {
  max-height: 100%;
  width: 100%; }

.left-right-text-image--full-width .left-right-text-image__inner {
  padding: 0 100px; }
  @media (max-width: 1199.98px) {
    .left-right-text-image--full-width .left-right-text-image__inner {
      padding: 0 50px; } }
  @media (max-width: 991.98px) {
    .left-right-text-image--full-width .left-right-text-image__inner {
      padding: 0 30px; } }
  @media (max-width: 767.98px) {
    .left-right-text-image--full-width .left-right-text-image__inner {
      padding: 0 15px; } }

.iframe iframe {
  float: none;
  display: block;
  margin: 0 auto; }

.partners-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  @media (max-width: 575.98px) {
    .partners-filters {
      flex-direction: column; } }
  .partners-filters .form__row {
    flex: 0 1 350px;
    margin: 0 15px; }
    @media (max-width: 575.98px) {
      .partners-filters .form__row {
        flex: auto; } }
    @media (max-width: 575.98px) {
      .partners-filters .form__row:first-child {
        margin-bottom: 15px; } }

.partners-list__loader {
  display: flex;
  justify-content: center;
  height: 200px;
  align-items: center; }
  .partners-list__loader img {
    width: 60px;
    height: 60px; }

.partners-list__item {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.1);
  border-radius: 2px;
  padding: 50px 0;
  margin-bottom: 15px; }
  @media (max-width: 991.98px) {
    .partners-list__item {
      flex-wrap: wrap;
      text-align: center; } }

.partners-list__image {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 300px; }
  @media (max-width: 1199.98px) {
    .partners-list__image {
      flex: 0 0 250px; } }
  @media (max-width: 991.98px) {
    .partners-list__image {
      margin: 0 auto; } }
  .partners-list__image img {
    max-width: 100%;
    width: 100%; }

.partners-list__content {
  padding: 0 50px 0 15px; }
  @media (max-width: 1199.98px) {
    .partners-list__content {
      padding: 0 30px 0 15px; } }
  @media (max-width: 991.98px) {
    .partners-list__content {
      padding: 30px 40px 0 40px;
      flex-basis: 100%; } }
  .partners-list__content h2 {
    font-size: 26px;
    margin-bottom: 15px; }
  .partners-list__content p {
    margin: 0; }

.partners-list__data {
  padding: 25px 40px 0 40px;
  flex: 0 0 280px; }
  @media (max-width: 991.98px) {
    .partners-list__data {
      flex-basis: 100%; } }
  .partners-list__data ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .partners-list__data li a {
    color: #D74B00; }
    .partners-list__data li a:hover {
      color: #D74B00; }

.partners-list__data-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.partners-list__data-item a {
  color: #D74B00; }
  .partners-list__data-item a:hover {
    color: #D74B00; }

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(48, 49, 51, 0.1);
  font-family: "Hind", sans-serif; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 0px solid #FFF;
  border-radius: 4px;
  background: #FFF;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 56px 0 20px;
    font-size: 16px;
    line-height: 56px;
    color: #777777;
    height: 56px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #FFF;
    color: #ffffff;
    text-align: center;
    font: 0/0 a;
    *font: 20px/56px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e90c';
      position: absolute;
      top: 21px;
      right: 15px;
      z-index: 10;
      color: #D74B00;
      font-size: 12px; }

.selectric-focus .selectric {
  border-color: #cccccc; }

.selectric-hover .selectric {
  border-color: #e6e6e6; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 999; }
  .selectric-open .selectric {
    border-color: #e6e6e6; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #e6e6e6;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  font-size: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
    padding-left: 40px; }
    .selectric-items li:not(:last-of-type) {
      border-bottom: 1px solid #dcdcdc; }
    .selectric-items li.selected {
      background: #4a90e2;
      color: #ffffff; }
    .selectric-items li.highlighted {
      background: #4a90e2;
      color: #ffffff;
      position: relative; }
      .selectric-items li.highlighted:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e917';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 12px;
        z-index: 10;
        color: #ffffff;
        font-size: 10px; }
    .selectric-items li:hover {
      background: #a2c6f0;
      color: #ffffff; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.comparison-slider .ba-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; }

.comparison-slider .ba-slider img {
  width: 100%;
  display: block; }

.comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  border-right: 1px #777777 solid; }

.comparison-slider .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  margin-left: -40px;
  width: 80px;
  height: 40px;
  background: #777777;
  cursor: ew-resize;
  display: inline-flex;
  justify-content: space-around;
  align-items: center; }
  .comparison-slider .handle .icon {
    color: #ffffff; }
  .comparison-slider .handle.ba-draggable {
    background: #D74B00; }

.image-tabs .nav-tabs {
  justify-content: center;
  align-items: center;
  border: 0;
  flex-direction: column; }
  @media (min-width: 768px) {
    .image-tabs .nav-tabs {
      flex-direction: row; } }

.image-tabs .nav-item {
  margin: 10px; }
  .image-tabs .nav-item .btn {
    color: #D74B00;
    background: #D5D5D5; }
    .image-tabs .nav-item .btn.active, .image-tabs .nav-item .btn:hover {
      color: #ffffff;
      background: #D74B00; }
    .image-tabs .nav-item .btn:focus {
      box-shadow: none; }

.image-tabs .tab-content {
  margin: 40px 0; }

.image-tabs .tab-pane img {
  width: 100%;
  height: 100%; }

.image-tabs .tab-pane.active {
  display: flex; }

.fullscreen-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.8); }
  .fullscreen-iframe.active {
    display: flex; }
  .fullscreen-iframe iframe {
    height: 100%;
    width: 100%;
    max-height: 100vh;
    max-width: 100%;
    position: relative; }
  .fullscreen-iframe__icon {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    top: 7px;
    right: 40px;
    cursor: pointer; }
  .fullscreen-iframe__button--double {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.collapse-list {
  margin-bottom: 10px; }
  .collapse-list h3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1; }
    .collapse-list h3 [class^="icon-arrow"] {
      font-size: 11px;
      color: #D74B00; }
      @media (min-width: 768px) {
        .collapse-list h3 [class^="icon-arrow"] {
          display: none; } }
  .collapse-list--md ul {
    transition: max-height .8s;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .collapse-list--md ul {
        display: block;
        max-height: none; } }
    .collapse-list--md ul.active {
      max-height: 100%; }

.landing-header p {
  color: #ffffff; }

.landing-header__bar {
  height: 110px;
  background: #D74B00;
  padding: 0 30px; }
  @media (max-width: 767.98px) {
    .landing-header__bar {
      padding: 15px 30px;
      height: auto;
      min-height: 110px;
      text-align: center; } }
  .landing-header__bar--black {
    background: #212529; }
  .landing-header__bar [class^=col-] {
    padding: 0 30px; }
  .landing-header__bar p:last-of-type {
    margin-bottom: 0; }
  .landing-header__bar .lang-switcher {
    position: relative; }
    .landing-header__bar .lang-switcher > a {
      color: #ffffff;
      padding-right: 20px;
      white-space: nowrap;
      font-size: 16px;
      font-weight: 600;
      display: table;
      position: relative; }
      .landing-header__bar .lang-switcher > a:before {
        content: '';
        width: 10px;
        height: 10px;
        background: url("../images/arrowDownWhite.png") no-repeat center;
        background-size: contain;
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none; }
    .landing-header__bar .lang-switcher ul {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      visibility: hidden;
      opacity: 0;
      background: #ffffff;
      padding: 0;
      margin: 0; }
      .landing-header__bar .lang-switcher ul.active {
        visibility: visible;
        opacity: 1; }
      .landing-header__bar .lang-switcher ul li {
        padding: 5px;
        list-style: none; }
        .landing-header__bar .lang-switcher ul li a {
          text-align: center;
          font-size: 15px;
          color: #D74B00;
          line-height: 1.7;
          white-space: nowrap; }

.landing-header__wrap {
  height: 630px; }
  .landing-header__wrap h1 {
    font-size: 64px;
    line-height: 1; }
    @media (max-width: 1199.98px) {
      .landing-header__wrap h1 {
        font-size: 40px; } }
    @media (max-width: 991.98px) {
      .landing-header__wrap h1 {
        font-size: 35px; } }
    @media (max-width: 767.98px) {
      .landing-header__wrap h1 {
        font-size: 25px; } }
    .landing-header__wrap h1 + a {
      margin-top: 30px; }
  .landing-header__wrap img {
    display: block;
    margin-top: 30px; }
    .landing-header__wrap img + a {
      margin-top: 30px; }

.icon-features {
  margin-top: 50px; }
  .icon-features .feature {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .icon-features .feature {
        padding: 0 15px; } }
    .icon-features .feature__icon {
      min-height: 110px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      margin-bottom: 15px; }
    .icon-features .feature__text p {
      margin-bottom: 0; }
    .icon-features .feature__text b, .icon-features .feature__text strong {
      font-size: 26px;
      line-height: 1.2; }

.transport-logistics-form {
  display: flex;
  justify-content: center;
  font-family: "Hind", sans-serif;
  padding: 50px 0; }
  .transport-logistics-form__inner {
    background: #D74B00;
    width: 100%;
    max-width: 840px;
    box-shadow: 0 14px 49px 0 rgba(27, 29, 37, 0.18);
    border-radius: 10px;
    padding: 10px 0; }
  .transport-logistics-form__text {
    padding: 15px 5px;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .transport-logistics-form__text h2 {
      font-size: 32px;
      font-weight: 700;
      line-height: 1;
      color: #ffffff; }
      .transport-logistics-form__text h2 + p {
        margin-top: 20px; }
  .transport-logistics-form__form {
    padding: 15px 5px; }
    .transport-logistics-form__form .LV_invalid {
      color: #ffffff;
      font-size: 10px; }
    .transport-logistics-form__form .LV_invalid_field,
    .transport-logistics-form__form input.LV_invalid_field:hover,
    .transport-logistics-form__form input.LV_invalid_field:active,
    .transport-logistics-form__form textarea.LV_invalid_field:hover,
    .transport-logistics-form__form textarea.LV_invalid_field:active {
      outline: 1px solid #ffffff; }

.four-icons-with-title__title {
  text-align: center;
  font-size: 28px;
  color: #D74B00;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none; }

.four-icons-with-title__element {
  max-width: 200px;
  margin: 60px auto 0; }
  .four-icons-with-title__element p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #646464; }

.four-icons-with-title__subtitle {
  font-size: 30px;
  font-family: "Trade Gothic LT Std", sans-serif;
  text-align: center;
  color: #212529;
  text-transform: uppercase;
  max-width: 570px;
  margin: 60px auto 0; }

.four-icons-with-title__image {
  min-height: 95px; }
  .four-icons-with-title__image img {
    margin: 0 auto;
    display: block; }
  .four-icons-with-title__image + p {
    margin-top: 25px; }

.four-icons-with-title__button {
  margin-top: 60px;
  text-align: center; }
  .four-icons-with-title__button a.btn {
    margin: 0 auto; }

.utilities-form {
  display: flex;
  justify-content: center;
  font-family: "Hind", sans-serif; }
  .utilities-form__inner {
    width: 100%;
    border-radius: 10px; }
  .utilities-form__details {
    background: #F8F9FA;
    height: 100%;
    padding: 10% 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .utilities-form__details-title {
      font-size: 28px;
      color: #D74B00;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none; }
      .utilities-form__details-title + .utilities-form__details-description {
        margin-top: 20px; }
    .utilities-form__details-description {
      font-size: 16px;
      color: #646464; }
      .utilities-form__details-description span, .utilities-form__details-description i, .utilities-form__details-description em {
        font-style: italic; }
      .utilities-form__details-description + .utilities-form__details-image-and-list {
        margin-top: 20px; }
    .utilities-form__details-image-and-list {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 991.98px) {
        .utilities-form__details-image-and-list {
          flex-wrap: wrap; } }
      @media (max-width: 991.98px) {
        .utilities-form__details-image-and-list img {
          display: block;
          margin: 0 auto; } }
      .utilities-form__details-image-and-list img + ul {
        margin-left: 30px; }
        @media (max-width: 991.98px) {
          .utilities-form__details-image-and-list img + ul {
            margin: 30px 0 0 0; } }
      .utilities-form__details-image-and-list ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (max-width: 991.98px) {
          .utilities-form__details-image-and-list ul {
            width: 100%; } }
        .utilities-form__details-image-and-list ul li {
          position: relative;
          padding-left: 30px; }
          .utilities-form__details-image-and-list ul li:before {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            left: 0;
            background: #D74B00; }
  .utilities-form__text {
    margin-bottom: 30px;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .utilities-form__text h2 {
      font-size: 30px;
      font-weight: 700;
      line-height: 1;
      color: #ffffff;
      text-transform: uppercase;
      font-family: "Trade Gothic LT Std", sans-serif; }
      @media (max-width: 991.98px) {
        .utilities-form__text h2 {
          font-size: 25px; } }
  .utilities-form__form {
    padding: 10% 15%;
    background: #D74B00; }
    .utilities-form__form .LV_invalid {
      color: #ffffff;
      font-size: 10px; }
    .utilities-form__form .LV_invalid_field,
    .utilities-form__form input.LV_invalid_field:hover,
    .utilities-form__form input.LV_invalid_field:active,
    .utilities-form__form textarea.LV_invalid_field:hover,
    .utilities-form__form textarea.LV_invalid_field:active {
      outline: 1px solid #ffffff; }

.highlight {
  font-weight: 700; }

.input-search-holder {
  position: relative; }
  .input-search-holder button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: 0px;
    cursor: pointer;
    outline: 0; }
    .input-search-holder button:hover, .input-search-holder button:active {
      outline: 0; }
    .input-search-holder button span {
      font-size: 20px; }

.page-content__title {
  text-align: center;
  color: #D74B00; }

.page-content__wrapper {
  padding-left: 100px; }
  @media (max-width: 1199.98px) {
    .page-content__wrapper {
      padding-right: 100px; } }
  @media (max-width: 991.98px) {
    .page-content__wrapper {
      padding-left: 70px;
      padding-right: 70px; } }
  @media (max-width: 767.98px) {
    .page-content__wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575.98px) {
    .page-content__wrapper {
      padding-left: 0;
      padding-right: 0; } }
  .page-content__wrapper--landing {
    padding: 0; }

.page-content__inner {
  margin: 60px 0; }
  @media (max-width: 991.98px) {
    .page-content__inner {
      margin-bottom: 45px; } }
  .page-content__inner h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #D74B00; }
  .page-content__inner h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #D74B00;
    font-weight: 300;
    text-transform: none; }
  .page-content__inner p {
    margin-bottom: 30px; }
  .page-content__inner a {
    display: inline-block; }
  .page-content__inner iframe {
    margin: 10px 0 40px 0;
    width: 100%;
    min-height: 390px; }
  .page-content__inner table tr th, .page-content__inner table tr td {
    min-width: 100px; }
  .page-content__inner blockquote {
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    padding: 6px 30px;
    max-width: 800px; }
    @media (max-width: 991.98px) {
      .page-content__inner blockquote {
        font-size: 18px; } }
    .page-content__inner blockquote::before {
      content: '';
      display: inline-block;
      height: 100%;
      width: 2px;
      background: #D74B00;
      position: absolute;
      top: 0;
      left: 0; }

.landing-lang-header__wrap {
  padding: 60px 0;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .landing-lang-header__wrap {
      padding: 70px 0 130px 0; } }
  .landing-lang-header__wrap h1 {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-family: "Hind", sans-serif;
    font-weight: 400;
    margin-bottom: 16px; }
    @media (min-width: 576px) {
      .landing-lang-header__wrap h1 {
        margin-bottom: 26px; } }
  .landing-lang-header__wrap h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    font-family: "Trade Gothic LT Std", sans-serif; }
    @media (min-width: 576px) {
      .landing-lang-header__wrap h2 {
        font-size: 80px; } }

.landing-lang-list {
  padding: 50px 0 20px 0; }
  @media (min-width: 768px) {
    .landing-lang-list {
      padding: 100px 0 20px 0; } }
  .landing-lang-list__title {
    padding-bottom: 50px;
    text-align: center;
    justify-content: center; }
  .landing-lang-list__languages {
    justify-content: center; }
    .landing-lang-list__languages h3 {
      font-family: "Hind", sans-serif;
      line-height: 36px;
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: 600;
      color: #777777;
      text-transform: none; }
    .landing-lang-list__languages ul {
      list-style: none;
      padding: 0; }
      @media (min-width: 768px) {
        .landing-lang-list__languages ul {
          margin-bottom: 80px; } }
      .landing-lang-list__languages ul li {
        margin-bottom: 7px; }

.page-template-components-template-no-header-footer {
  padding-top: 0; }

#navbar{position:fixed;}

/***** Software comparison table *****/
#comp-table article {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
      }
      #comp-table ul {
        display: flex;
        top: 0px;
        z-index: 10;
        padding-bottom: 14px;
      }
      #comp-table li {
        list-style: none;
        flex: 1;
      }
      #comp-table li:last-child {
        border-right: 1px solid #ddd;
      }
      #comp-table button {
        width: 100%;
        border: 1px solid #ddd;
        border-right: 0;
        border-top: 0;
        padding: 10px;
        background: #fff;
        font-size: 14px;
        font-weight: bold;
        height: 60px;
        color: #999;
      }
      #comp-table li.active button {
        background: #f5f5f5;
        color: #000;
      }
      #comp-table table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
      }
      #comp-table th {
        background: #f5f5f5;
        display: none;
      }
      #comp-table td, th {
        height: 53px;
      }
      #comp-table td, th {
        border: 1px solid #ddd;
        padding: 10px;
        empty-cells: show;
      }
      #comp-table td,
      th {
        text-align: left;
      }
      #comp-table td + td,
      th + th {
        text-align: center;
        display: none;
      }
      #comp-table td.default {
        display: table-cell;
      }
      #comp-table .bg-purple {
        border-top: 3px solid grey;
      }
      #comp-table .bg-blue {
        border-top: 3px solid #d74b00;
      }
      #comp-table .sep {
        background: #f5f5f5;
        font-weight: bold;
      }
      #comp-table .txt-l {
        font-size: 28px;
        font-weight: bold;
      }
      #comp-table .txt-top {
        position: relative;
        top: -9px;
        left: -2px;
      }
      #comp-table .tick {
        font-size: 18px;
        color: #2ca01c;
      }
      #comp-table .hide {
        border: 0;
        background: none;
      }

      @media (min-width: 640px) {
       #comp-table ul {
          display: none;
        }
       #comp-table td,
        th {
          display: table-cell !important;
        }
        #comp-table td,
        th {
          width: 330px;
        }
        #comp-table td + td,
        th + th {
          width: auto;
        }
      }

/*# sourceMappingURL=main.css.map */
