.col-1 {
  flex: 0 0 calc(8.33333%);
  max-width: calc(8.33333%);
  padding-right: 20px;
  padding-left: 20px; }

.col-2 {
  flex: 0 0 calc(16.66667%);
  max-width: calc(16.66667%);
  padding-right: 20px;
  padding-left: 20px; }

.col-3 {
  flex: 0 0 calc(25%);
  max-width: calc(25%);
  padding-right: 20px;
  padding-left: 20px; }

.col-4 {
  flex: 0 0 calc(33.33333%);
  max-width: calc(33.33333%);
  padding-right: 20px;
  padding-left: 20px; }

.col-5 {
  flex: 0 0 calc(41.66667%);
  max-width: calc(41.66667%);
  padding-right: 20px;
  padding-left: 20px; }

.col-6 {
  flex: 0 0 calc(50%);
  max-width: calc(50%);
  padding-right: 20px;
  padding-left: 20px; }

.col-7 {
  flex: 0 0 calc(58.33333%);
  max-width: calc(58.33333%);
  padding-right: 20px;
  padding-left: 20px; }

.col-8 {
  flex: 0 0 calc(66.66667%);
  max-width: calc(66.66667%);
  padding-right: 20px;
  padding-left: 20px; }

.col-9 {
  flex: 0 0 calc(75%);
  max-width: calc(75%);
  padding-right: 20px;
  padding-left: 20px; }

.col-10 {
  flex: 0 0 calc(83.33333%);
  max-width: calc(83.33333%);
  padding-right: 20px;
  padding-left: 20px; }

.col-11 {
  flex: 0 0 calc(91.66667%);
  max-width: calc(91.66667%);
  padding-right: 20px;
  padding-left: 20px; }

.col-12 {
  flex: 0 0 calc(100%);
  max-width: calc(100%);
  padding-right: 20px;
  padding-left: 20px; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: 'pt_sansbold';
  src: url("../fonts/PTSans/ptsans-bold-webfont.woff2") format("woff2"), url("../fonts/PTSans/ptsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/PTSans/ptsans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/PTSans/ptsans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/PTSans/ptsans-italic-webfont.woff2") format("woff2"), url("../fonts/PTSans/ptsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/PTSans/ptsans-regular-webfont.woff2") format("woff2"), url("../fonts/PTSans/ptsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  font-family: 'PT Sans';
  font-size: 14px; }

.text-primary {
  color: var(--color-primary); }

.text-secondary {
  color: var(--color-secondary); }

.text-warning {
  color: #ff8b1b; }

.text-info {
  color: greenyellow; }

.text-success {
  color: #3e8f3e; }

.text-danger {
  color: #ff7070; }

.bg-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: white; }

.bg-secondary {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white; }

.bg-warning {
  background: #ff8b1b;
  border-color: #ff8b1b;
  color: white; }

.bg-info {
  background: greenyellow;
  border-color: greenyellow;
  color: black; }

.bg-success {
  background: #3e8f3e;
  border-color: #3e8f3e;
  color: white; }

.bg-danger {
  background: #ff7070;
  border-color: #ff7070;
  color: #ffffff; }

a {
  color: inherit; }
  a:hover {
    text-decoration: underline; }

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

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

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

.danger {
  color: red !important; }
  .danger:after {
    background: red !important; }
  .danger:hover:after {
    opacity: 0.3 !important; }

.data-icon {
  display: flex;
  align-items: center; }
  .data-icon--multi {
    align-items: flex-start; }
  .data-icon span {
    margin-right: 5px;
    top: -4px; }

hr {
  background-color: var(--color-quaternary);
  height: 1px;
  border: 0; }

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

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

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

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

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

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

.m-6 {
  margin: 0.75rem !important; }

.m-7 {
  margin: 0.875rem !important; }

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

.m-9 {
  margin: 1.125rem !important; }

.m-10 {
  margin: 1.25rem !important; }

.m-11 {
  margin: 1.375rem !important; }

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

.m-13 {
  margin: 1.625rem !important; }

.m-14 {
  margin: 1.75rem !important; }

.m-15 {
  margin: 1.875rem !important; }

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

.m-17 {
  margin: 2.5rem !important; }

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

.m-19 {
  margin: 3.5rem !important; }

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

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

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

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

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

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

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

.p-6 {
  padding: 0.75rem !important; }

.p-7 {
  padding: 0.875rem !important; }

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

.p-9 {
  padding: 1.125rem !important; }

.p-10 {
  padding: 1.25rem !important; }

.p-11 {
  padding: 1.375rem !important; }

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

.p-13 {
  padding: 1.625rem !important; }

.p-14 {
  padding: 1.75rem !important; }

.p-15 {
  padding: 1.875rem !important; }

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

.p-17 {
  padding: 2.5rem !important; }

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

.p-19 {
  padding: 3.5rem !important; }

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

@media (min-width: 0) {
  .m-xs-0 {
    margin: 0 !important; }
  .m-xs-1 {
    margin: 0.125rem !important; }
  .m-xs-2 {
    margin: 0.25rem !important; }
  .m-xs-3 {
    margin: 0.375rem !important; }
  .m-xs-4 {
    margin: 0.5rem !important; }
  .m-xs-5 {
    margin: 0.625rem !important; }
  .m-xs-6 {
    margin: 0.75rem !important; }
  .m-xs-7 {
    margin: 0.875rem !important; }
  .m-xs-8 {
    margin: 1rem !important; }
  .m-xs-9 {
    margin: 1.125rem !important; }
  .m-xs-10 {
    margin: 1.25rem !important; }
  .m-xs-11 {
    margin: 1.375rem !important; }
  .m-xs-12 {
    margin: 1.5rem !important; }
  .m-xs-13 {
    margin: 1.625rem !important; }
  .m-xs-14 {
    margin: 1.75rem !important; }
  .m-xs-15 {
    margin: 1.875rem !important; }
  .m-xs-16 {
    margin: 2rem !important; }
  .m-xs-17 {
    margin: 2.5rem !important; }
  .m-xs-18 {
    margin: 3rem !important; }
  .m-xs-19 {
    margin: 3.5rem !important; }
  .m-xs-20 {
    margin: 4rem !important; } }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.125rem !important; }
  .m-sm-2 {
    margin: 0.25rem !important; }
  .m-sm-3 {
    margin: 0.375rem !important; }
  .m-sm-4 {
    margin: 0.5rem !important; }
  .m-sm-5 {
    margin: 0.625rem !important; }
  .m-sm-6 {
    margin: 0.75rem !important; }
  .m-sm-7 {
    margin: 0.875rem !important; }
  .m-sm-8 {
    margin: 1rem !important; }
  .m-sm-9 {
    margin: 1.125rem !important; }
  .m-sm-10 {
    margin: 1.25rem !important; }
  .m-sm-11 {
    margin: 1.375rem !important; }
  .m-sm-12 {
    margin: 1.5rem !important; }
  .m-sm-13 {
    margin: 1.625rem !important; }
  .m-sm-14 {
    margin: 1.75rem !important; }
  .m-sm-15 {
    margin: 1.875rem !important; }
  .m-sm-16 {
    margin: 2rem !important; }
  .m-sm-17 {
    margin: 2.5rem !important; }
  .m-sm-18 {
    margin: 3rem !important; }
  .m-sm-19 {
    margin: 3.5rem !important; }
  .m-sm-20 {
    margin: 4rem !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.125rem !important; }
  .m-md-2 {
    margin: 0.25rem !important; }
  .m-md-3 {
    margin: 0.375rem !important; }
  .m-md-4 {
    margin: 0.5rem !important; }
  .m-md-5 {
    margin: 0.625rem !important; }
  .m-md-6 {
    margin: 0.75rem !important; }
  .m-md-7 {
    margin: 0.875rem !important; }
  .m-md-8 {
    margin: 1rem !important; }
  .m-md-9 {
    margin: 1.125rem !important; }
  .m-md-10 {
    margin: 1.25rem !important; }
  .m-md-11 {
    margin: 1.375rem !important; }
  .m-md-12 {
    margin: 1.5rem !important; }
  .m-md-13 {
    margin: 1.625rem !important; }
  .m-md-14 {
    margin: 1.75rem !important; }
  .m-md-15 {
    margin: 1.875rem !important; }
  .m-md-16 {
    margin: 2rem !important; }
  .m-md-17 {
    margin: 2.5rem !important; }
  .m-md-18 {
    margin: 3rem !important; }
  .m-md-19 {
    margin: 3.5rem !important; }
  .m-md-20 {
    margin: 4rem !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.125rem !important; }
  .m-lg-2 {
    margin: 0.25rem !important; }
  .m-lg-3 {
    margin: 0.375rem !important; }
  .m-lg-4 {
    margin: 0.5rem !important; }
  .m-lg-5 {
    margin: 0.625rem !important; }
  .m-lg-6 {
    margin: 0.75rem !important; }
  .m-lg-7 {
    margin: 0.875rem !important; }
  .m-lg-8 {
    margin: 1rem !important; }
  .m-lg-9 {
    margin: 1.125rem !important; }
  .m-lg-10 {
    margin: 1.25rem !important; }
  .m-lg-11 {
    margin: 1.375rem !important; }
  .m-lg-12 {
    margin: 1.5rem !important; }
  .m-lg-13 {
    margin: 1.625rem !important; }
  .m-lg-14 {
    margin: 1.75rem !important; }
  .m-lg-15 {
    margin: 1.875rem !important; }
  .m-lg-16 {
    margin: 2rem !important; }
  .m-lg-17 {
    margin: 2.5rem !important; }
  .m-lg-18 {
    margin: 3rem !important; }
  .m-lg-19 {
    margin: 3.5rem !important; }
  .m-lg-20 {
    margin: 4rem !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.125rem !important; }
  .m-xl-2 {
    margin: 0.25rem !important; }
  .m-xl-3 {
    margin: 0.375rem !important; }
  .m-xl-4 {
    margin: 0.5rem !important; }
  .m-xl-5 {
    margin: 0.625rem !important; }
  .m-xl-6 {
    margin: 0.75rem !important; }
  .m-xl-7 {
    margin: 0.875rem !important; }
  .m-xl-8 {
    margin: 1rem !important; }
  .m-xl-9 {
    margin: 1.125rem !important; }
  .m-xl-10 {
    margin: 1.25rem !important; }
  .m-xl-11 {
    margin: 1.375rem !important; }
  .m-xl-12 {
    margin: 1.5rem !important; }
  .m-xl-13 {
    margin: 1.625rem !important; }
  .m-xl-14 {
    margin: 1.75rem !important; }
  .m-xl-15 {
    margin: 1.875rem !important; }
  .m-xl-16 {
    margin: 2rem !important; }
  .m-xl-17 {
    margin: 2.5rem !important; }
  .m-xl-18 {
    margin: 3rem !important; }
  .m-xl-19 {
    margin: 3.5rem !important; }
  .m-xl-20 {
    margin: 4rem !important; } }

@media (min-width: 0) {
  .p-xs-0 {
    padding: 0 !important; }
  .p-xs-1 {
    padding: 0.125rem !important; }
  .p-xs-2 {
    padding: 0.25rem !important; }
  .p-xs-3 {
    padding: 0.375rem !important; }
  .p-xs-4 {
    padding: 0.5rem !important; }
  .p-xs-5 {
    padding: 0.625rem !important; }
  .p-xs-6 {
    padding: 0.75rem !important; }
  .p-xs-7 {
    padding: 0.875rem !important; }
  .p-xs-8 {
    padding: 1rem !important; }
  .p-xs-9 {
    padding: 1.125rem !important; }
  .p-xs-10 {
    padding: 1.25rem !important; }
  .p-xs-11 {
    padding: 1.375rem !important; }
  .p-xs-12 {
    padding: 1.5rem !important; }
  .p-xs-13 {
    padding: 1.625rem !important; }
  .p-xs-14 {
    padding: 1.75rem !important; }
  .p-xs-15 {
    padding: 1.875rem !important; }
  .p-xs-16 {
    padding: 2rem !important; }
  .p-xs-17 {
    padding: 2.5rem !important; }
  .p-xs-18 {
    padding: 3rem !important; }
  .p-xs-19 {
    padding: 3.5rem !important; }
  .p-xs-20 {
    padding: 4rem !important; } }

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.125rem !important; }
  .p-sm-2 {
    padding: 0.25rem !important; }
  .p-sm-3 {
    padding: 0.375rem !important; }
  .p-sm-4 {
    padding: 0.5rem !important; }
  .p-sm-5 {
    padding: 0.625rem !important; }
  .p-sm-6 {
    padding: 0.75rem !important; }
  .p-sm-7 {
    padding: 0.875rem !important; }
  .p-sm-8 {
    padding: 1rem !important; }
  .p-sm-9 {
    padding: 1.125rem !important; }
  .p-sm-10 {
    padding: 1.25rem !important; }
  .p-sm-11 {
    padding: 1.375rem !important; }
  .p-sm-12 {
    padding: 1.5rem !important; }
  .p-sm-13 {
    padding: 1.625rem !important; }
  .p-sm-14 {
    padding: 1.75rem !important; }
  .p-sm-15 {
    padding: 1.875rem !important; }
  .p-sm-16 {
    padding: 2rem !important; }
  .p-sm-17 {
    padding: 2.5rem !important; }
  .p-sm-18 {
    padding: 3rem !important; }
  .p-sm-19 {
    padding: 3.5rem !important; }
  .p-sm-20 {
    padding: 4rem !important; } }

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.125rem !important; }
  .p-md-2 {
    padding: 0.25rem !important; }
  .p-md-3 {
    padding: 0.375rem !important; }
  .p-md-4 {
    padding: 0.5rem !important; }
  .p-md-5 {
    padding: 0.625rem !important; }
  .p-md-6 {
    padding: 0.75rem !important; }
  .p-md-7 {
    padding: 0.875rem !important; }
  .p-md-8 {
    padding: 1rem !important; }
  .p-md-9 {
    padding: 1.125rem !important; }
  .p-md-10 {
    padding: 1.25rem !important; }
  .p-md-11 {
    padding: 1.375rem !important; }
  .p-md-12 {
    padding: 1.5rem !important; }
  .p-md-13 {
    padding: 1.625rem !important; }
  .p-md-14 {
    padding: 1.75rem !important; }
  .p-md-15 {
    padding: 1.875rem !important; }
  .p-md-16 {
    padding: 2rem !important; }
  .p-md-17 {
    padding: 2.5rem !important; }
  .p-md-18 {
    padding: 3rem !important; }
  .p-md-19 {
    padding: 3.5rem !important; }
  .p-md-20 {
    padding: 4rem !important; } }

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.125rem !important; }
  .p-lg-2 {
    padding: 0.25rem !important; }
  .p-lg-3 {
    padding: 0.375rem !important; }
  .p-lg-4 {
    padding: 0.5rem !important; }
  .p-lg-5 {
    padding: 0.625rem !important; }
  .p-lg-6 {
    padding: 0.75rem !important; }
  .p-lg-7 {
    padding: 0.875rem !important; }
  .p-lg-8 {
    padding: 1rem !important; }
  .p-lg-9 {
    padding: 1.125rem !important; }
  .p-lg-10 {
    padding: 1.25rem !important; }
  .p-lg-11 {
    padding: 1.375rem !important; }
  .p-lg-12 {
    padding: 1.5rem !important; }
  .p-lg-13 {
    padding: 1.625rem !important; }
  .p-lg-14 {
    padding: 1.75rem !important; }
  .p-lg-15 {
    padding: 1.875rem !important; }
  .p-lg-16 {
    padding: 2rem !important; }
  .p-lg-17 {
    padding: 2.5rem !important; }
  .p-lg-18 {
    padding: 3rem !important; }
  .p-lg-19 {
    padding: 3.5rem !important; }
  .p-lg-20 {
    padding: 4rem !important; } }

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.125rem !important; }
  .p-xl-2 {
    padding: 0.25rem !important; }
  .p-xl-3 {
    padding: 0.375rem !important; }
  .p-xl-4 {
    padding: 0.5rem !important; }
  .p-xl-5 {
    padding: 0.625rem !important; }
  .p-xl-6 {
    padding: 0.75rem !important; }
  .p-xl-7 {
    padding: 0.875rem !important; }
  .p-xl-8 {
    padding: 1rem !important; }
  .p-xl-9 {
    padding: 1.125rem !important; }
  .p-xl-10 {
    padding: 1.25rem !important; }
  .p-xl-11 {
    padding: 1.375rem !important; }
  .p-xl-12 {
    padding: 1.5rem !important; }
  .p-xl-13 {
    padding: 1.625rem !important; }
  .p-xl-14 {
    padding: 1.75rem !important; }
  .p-xl-15 {
    padding: 1.875rem !important; }
  .p-xl-16 {
    padding: 2rem !important; }
  .p-xl-17 {
    padding: 2.5rem !important; }
  .p-xl-18 {
    padding: 3rem !important; }
  .p-xl-19 {
    padding: 3.5rem !important; }
  .p-xl-20 {
    padding: 4rem !important; } }

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

.mt-1 {
  margin-top: 0.125rem !important; }

.mt-2 {
  margin-top: 0.25rem !important; }

.mt-3 {
  margin-top: 0.375rem !important; }

.mt-4 {
  margin-top: 0.5rem !important; }

.mt-5 {
  margin-top: 0.625rem !important; }

.mt-6 {
  margin-top: 0.75rem !important; }

.mt-7 {
  margin-top: 0.875rem !important; }

.mt-8 {
  margin-top: 1rem !important; }

.mt-9 {
  margin-top: 1.125rem !important; }

.mt-10 {
  margin-top: 1.25rem !important; }

.mt-11 {
  margin-top: 1.375rem !important; }

.mt-12 {
  margin-top: 1.5rem !important; }

.mt-13 {
  margin-top: 1.625rem !important; }

.mt-14 {
  margin-top: 1.75rem !important; }

.mt-15 {
  margin-top: 1.875rem !important; }

.mt-16 {
  margin-top: 2rem !important; }

.mt-17 {
  margin-top: 2.5rem !important; }

.mt-18 {
  margin-top: 3rem !important; }

.mt-19 {
  margin-top: 3.5rem !important; }

.mt-20 {
  margin-top: 4rem !important; }

@media (min-width: 0) {
  .mt-xs-0 {
    margin-top: 0 !important; }
  .mt-xs-1 {
    margin-top: 0.125rem !important; }
  .mt-xs-2 {
    margin-top: 0.25rem !important; }
  .mt-xs-3 {
    margin-top: 0.375rem !important; }
  .mt-xs-4 {
    margin-top: 0.5rem !important; }
  .mt-xs-5 {
    margin-top: 0.625rem !important; }
  .mt-xs-6 {
    margin-top: 0.75rem !important; }
  .mt-xs-7 {
    margin-top: 0.875rem !important; }
  .mt-xs-8 {
    margin-top: 1rem !important; }
  .mt-xs-9 {
    margin-top: 1.125rem !important; }
  .mt-xs-10 {
    margin-top: 1.25rem !important; }
  .mt-xs-11 {
    margin-top: 1.375rem !important; }
  .mt-xs-12 {
    margin-top: 1.5rem !important; }
  .mt-xs-13 {
    margin-top: 1.625rem !important; }
  .mt-xs-14 {
    margin-top: 1.75rem !important; }
  .mt-xs-15 {
    margin-top: 1.875rem !important; }
  .mt-xs-16 {
    margin-top: 2rem !important; }
  .mt-xs-17 {
    margin-top: 2.5rem !important; }
  .mt-xs-18 {
    margin-top: 3rem !important; }
  .mt-xs-19 {
    margin-top: 3.5rem !important; }
  .mt-xs-20 {
    margin-top: 4rem !important; } }

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.125rem !important; }
  .mt-sm-2 {
    margin-top: 0.25rem !important; }
  .mt-sm-3 {
    margin-top: 0.375rem !important; }
  .mt-sm-4 {
    margin-top: 0.5rem !important; }
  .mt-sm-5 {
    margin-top: 0.625rem !important; }
  .mt-sm-6 {
    margin-top: 0.75rem !important; }
  .mt-sm-7 {
    margin-top: 0.875rem !important; }
  .mt-sm-8 {
    margin-top: 1rem !important; }
  .mt-sm-9 {
    margin-top: 1.125rem !important; }
  .mt-sm-10 {
    margin-top: 1.25rem !important; }
  .mt-sm-11 {
    margin-top: 1.375rem !important; }
  .mt-sm-12 {
    margin-top: 1.5rem !important; }
  .mt-sm-13 {
    margin-top: 1.625rem !important; }
  .mt-sm-14 {
    margin-top: 1.75rem !important; }
  .mt-sm-15 {
    margin-top: 1.875rem !important; }
  .mt-sm-16 {
    margin-top: 2rem !important; }
  .mt-sm-17 {
    margin-top: 2.5rem !important; }
  .mt-sm-18 {
    margin-top: 3rem !important; }
  .mt-sm-19 {
    margin-top: 3.5rem !important; }
  .mt-sm-20 {
    margin-top: 4rem !important; } }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.125rem !important; }
  .mt-md-2 {
    margin-top: 0.25rem !important; }
  .mt-md-3 {
    margin-top: 0.375rem !important; }
  .mt-md-4 {
    margin-top: 0.5rem !important; }
  .mt-md-5 {
    margin-top: 0.625rem !important; }
  .mt-md-6 {
    margin-top: 0.75rem !important; }
  .mt-md-7 {
    margin-top: 0.875rem !important; }
  .mt-md-8 {
    margin-top: 1rem !important; }
  .mt-md-9 {
    margin-top: 1.125rem !important; }
  .mt-md-10 {
    margin-top: 1.25rem !important; }
  .mt-md-11 {
    margin-top: 1.375rem !important; }
  .mt-md-12 {
    margin-top: 1.5rem !important; }
  .mt-md-13 {
    margin-top: 1.625rem !important; }
  .mt-md-14 {
    margin-top: 1.75rem !important; }
  .mt-md-15 {
    margin-top: 1.875rem !important; }
  .mt-md-16 {
    margin-top: 2rem !important; }
  .mt-md-17 {
    margin-top: 2.5rem !important; }
  .mt-md-18 {
    margin-top: 3rem !important; }
  .mt-md-19 {
    margin-top: 3.5rem !important; }
  .mt-md-20 {
    margin-top: 4rem !important; } }

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.125rem !important; }
  .mt-lg-2 {
    margin-top: 0.25rem !important; }
  .mt-lg-3 {
    margin-top: 0.375rem !important; }
  .mt-lg-4 {
    margin-top: 0.5rem !important; }
  .mt-lg-5 {
    margin-top: 0.625rem !important; }
  .mt-lg-6 {
    margin-top: 0.75rem !important; }
  .mt-lg-7 {
    margin-top: 0.875rem !important; }
  .mt-lg-8 {
    margin-top: 1rem !important; }
  .mt-lg-9 {
    margin-top: 1.125rem !important; }
  .mt-lg-10 {
    margin-top: 1.25rem !important; }
  .mt-lg-11 {
    margin-top: 1.375rem !important; }
  .mt-lg-12 {
    margin-top: 1.5rem !important; }
  .mt-lg-13 {
    margin-top: 1.625rem !important; }
  .mt-lg-14 {
    margin-top: 1.75rem !important; }
  .mt-lg-15 {
    margin-top: 1.875rem !important; }
  .mt-lg-16 {
    margin-top: 2rem !important; }
  .mt-lg-17 {
    margin-top: 2.5rem !important; }
  .mt-lg-18 {
    margin-top: 3rem !important; }
  .mt-lg-19 {
    margin-top: 3.5rem !important; }
  .mt-lg-20 {
    margin-top: 4rem !important; } }

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.125rem !important; }
  .mt-xl-2 {
    margin-top: 0.25rem !important; }
  .mt-xl-3 {
    margin-top: 0.375rem !important; }
  .mt-xl-4 {
    margin-top: 0.5rem !important; }
  .mt-xl-5 {
    margin-top: 0.625rem !important; }
  .mt-xl-6 {
    margin-top: 0.75rem !important; }
  .mt-xl-7 {
    margin-top: 0.875rem !important; }
  .mt-xl-8 {
    margin-top: 1rem !important; }
  .mt-xl-9 {
    margin-top: 1.125rem !important; }
  .mt-xl-10 {
    margin-top: 1.25rem !important; }
  .mt-xl-11 {
    margin-top: 1.375rem !important; }
  .mt-xl-12 {
    margin-top: 1.5rem !important; }
  .mt-xl-13 {
    margin-top: 1.625rem !important; }
  .mt-xl-14 {
    margin-top: 1.75rem !important; }
  .mt-xl-15 {
    margin-top: 1.875rem !important; }
  .mt-xl-16 {
    margin-top: 2rem !important; }
  .mt-xl-17 {
    margin-top: 2.5rem !important; }
  .mt-xl-18 {
    margin-top: 3rem !important; }
  .mt-xl-19 {
    margin-top: 3.5rem !important; }
  .mt-xl-20 {
    margin-top: 4rem !important; } }

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

.mr-1 {
  margin-right: 0.125rem !important; }

.mr-2 {
  margin-right: 0.25rem !important; }

.mr-3 {
  margin-right: 0.375rem !important; }

.mr-4 {
  margin-right: 0.5rem !important; }

.mr-5 {
  margin-right: 0.625rem !important; }

.mr-6 {
  margin-right: 0.75rem !important; }

.mr-7 {
  margin-right: 0.875rem !important; }

.mr-8 {
  margin-right: 1rem !important; }

.mr-9 {
  margin-right: 1.125rem !important; }

.mr-10 {
  margin-right: 1.25rem !important; }

.mr-11 {
  margin-right: 1.375rem !important; }

.mr-12 {
  margin-right: 1.5rem !important; }

.mr-13 {
  margin-right: 1.625rem !important; }

.mr-14 {
  margin-right: 1.75rem !important; }

.mr-15 {
  margin-right: 1.875rem !important; }

.mr-16 {
  margin-right: 2rem !important; }

.mr-17 {
  margin-right: 2.5rem !important; }

.mr-18 {
  margin-right: 3rem !important; }

.mr-19 {
  margin-right: 3.5rem !important; }

.mr-20 {
  margin-right: 4rem !important; }

@media (min-width: 0) {
  .mr-xs-0 {
    margin-right: 0 !important; }
  .mr-xs-1 {
    margin-right: 0.125rem !important; }
  .mr-xs-2 {
    margin-right: 0.25rem !important; }
  .mr-xs-3 {
    margin-right: 0.375rem !important; }
  .mr-xs-4 {
    margin-right: 0.5rem !important; }
  .mr-xs-5 {
    margin-right: 0.625rem !important; }
  .mr-xs-6 {
    margin-right: 0.75rem !important; }
  .mr-xs-7 {
    margin-right: 0.875rem !important; }
  .mr-xs-8 {
    margin-right: 1rem !important; }
  .mr-xs-9 {
    margin-right: 1.125rem !important; }
  .mr-xs-10 {
    margin-right: 1.25rem !important; }
  .mr-xs-11 {
    margin-right: 1.375rem !important; }
  .mr-xs-12 {
    margin-right: 1.5rem !important; }
  .mr-xs-13 {
    margin-right: 1.625rem !important; }
  .mr-xs-14 {
    margin-right: 1.75rem !important; }
  .mr-xs-15 {
    margin-right: 1.875rem !important; }
  .mr-xs-16 {
    margin-right: 2rem !important; }
  .mr-xs-17 {
    margin-right: 2.5rem !important; }
  .mr-xs-18 {
    margin-right: 3rem !important; }
  .mr-xs-19 {
    margin-right: 3.5rem !important; }
  .mr-xs-20 {
    margin-right: 4rem !important; } }

@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mr-sm-1 {
    margin-right: 0.125rem !important; }
  .mr-sm-2 {
    margin-right: 0.25rem !important; }
  .mr-sm-3 {
    margin-right: 0.375rem !important; }
  .mr-sm-4 {
    margin-right: 0.5rem !important; }
  .mr-sm-5 {
    margin-right: 0.625rem !important; }
  .mr-sm-6 {
    margin-right: 0.75rem !important; }
  .mr-sm-7 {
    margin-right: 0.875rem !important; }
  .mr-sm-8 {
    margin-right: 1rem !important; }
  .mr-sm-9 {
    margin-right: 1.125rem !important; }
  .mr-sm-10 {
    margin-right: 1.25rem !important; }
  .mr-sm-11 {
    margin-right: 1.375rem !important; }
  .mr-sm-12 {
    margin-right: 1.5rem !important; }
  .mr-sm-13 {
    margin-right: 1.625rem !important; }
  .mr-sm-14 {
    margin-right: 1.75rem !important; }
  .mr-sm-15 {
    margin-right: 1.875rem !important; }
  .mr-sm-16 {
    margin-right: 2rem !important; }
  .mr-sm-17 {
    margin-right: 2.5rem !important; }
  .mr-sm-18 {
    margin-right: 3rem !important; }
  .mr-sm-19 {
    margin-right: 3.5rem !important; }
  .mr-sm-20 {
    margin-right: 4rem !important; } }

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.125rem !important; }
  .mr-md-2 {
    margin-right: 0.25rem !important; }
  .mr-md-3 {
    margin-right: 0.375rem !important; }
  .mr-md-4 {
    margin-right: 0.5rem !important; }
  .mr-md-5 {
    margin-right: 0.625rem !important; }
  .mr-md-6 {
    margin-right: 0.75rem !important; }
  .mr-md-7 {
    margin-right: 0.875rem !important; }
  .mr-md-8 {
    margin-right: 1rem !important; }
  .mr-md-9 {
    margin-right: 1.125rem !important; }
  .mr-md-10 {
    margin-right: 1.25rem !important; }
  .mr-md-11 {
    margin-right: 1.375rem !important; }
  .mr-md-12 {
    margin-right: 1.5rem !important; }
  .mr-md-13 {
    margin-right: 1.625rem !important; }
  .mr-md-14 {
    margin-right: 1.75rem !important; }
  .mr-md-15 {
    margin-right: 1.875rem !important; }
  .mr-md-16 {
    margin-right: 2rem !important; }
  .mr-md-17 {
    margin-right: 2.5rem !important; }
  .mr-md-18 {
    margin-right: 3rem !important; }
  .mr-md-19 {
    margin-right: 3.5rem !important; }
  .mr-md-20 {
    margin-right: 4rem !important; } }

@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.125rem !important; }
  .mr-lg-2 {
    margin-right: 0.25rem !important; }
  .mr-lg-3 {
    margin-right: 0.375rem !important; }
  .mr-lg-4 {
    margin-right: 0.5rem !important; }
  .mr-lg-5 {
    margin-right: 0.625rem !important; }
  .mr-lg-6 {
    margin-right: 0.75rem !important; }
  .mr-lg-7 {
    margin-right: 0.875rem !important; }
  .mr-lg-8 {
    margin-right: 1rem !important; }
  .mr-lg-9 {
    margin-right: 1.125rem !important; }
  .mr-lg-10 {
    margin-right: 1.25rem !important; }
  .mr-lg-11 {
    margin-right: 1.375rem !important; }
  .mr-lg-12 {
    margin-right: 1.5rem !important; }
  .mr-lg-13 {
    margin-right: 1.625rem !important; }
  .mr-lg-14 {
    margin-right: 1.75rem !important; }
  .mr-lg-15 {
    margin-right: 1.875rem !important; }
  .mr-lg-16 {
    margin-right: 2rem !important; }
  .mr-lg-17 {
    margin-right: 2.5rem !important; }
  .mr-lg-18 {
    margin-right: 3rem !important; }
  .mr-lg-19 {
    margin-right: 3.5rem !important; }
  .mr-lg-20 {
    margin-right: 4rem !important; } }

@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mr-xl-1 {
    margin-right: 0.125rem !important; }
  .mr-xl-2 {
    margin-right: 0.25rem !important; }
  .mr-xl-3 {
    margin-right: 0.375rem !important; }
  .mr-xl-4 {
    margin-right: 0.5rem !important; }
  .mr-xl-5 {
    margin-right: 0.625rem !important; }
  .mr-xl-6 {
    margin-right: 0.75rem !important; }
  .mr-xl-7 {
    margin-right: 0.875rem !important; }
  .mr-xl-8 {
    margin-right: 1rem !important; }
  .mr-xl-9 {
    margin-right: 1.125rem !important; }
  .mr-xl-10 {
    margin-right: 1.25rem !important; }
  .mr-xl-11 {
    margin-right: 1.375rem !important; }
  .mr-xl-12 {
    margin-right: 1.5rem !important; }
  .mr-xl-13 {
    margin-right: 1.625rem !important; }
  .mr-xl-14 {
    margin-right: 1.75rem !important; }
  .mr-xl-15 {
    margin-right: 1.875rem !important; }
  .mr-xl-16 {
    margin-right: 2rem !important; }
  .mr-xl-17 {
    margin-right: 2.5rem !important; }
  .mr-xl-18 {
    margin-right: 3rem !important; }
  .mr-xl-19 {
    margin-right: 3.5rem !important; }
  .mr-xl-20 {
    margin-right: 4rem !important; } }

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

.mb-1 {
  margin-bottom: 0.125rem !important; }

.mb-2 {
  margin-bottom: 0.25rem !important; }

.mb-3 {
  margin-bottom: 0.375rem !important; }

.mb-4 {
  margin-bottom: 0.5rem !important; }

.mb-5 {
  margin-bottom: 0.625rem !important; }

.mb-6 {
  margin-bottom: 0.75rem !important; }

.mb-7 {
  margin-bottom: 0.875rem !important; }

.mb-8 {
  margin-bottom: 1rem !important; }

.mb-9 {
  margin-bottom: 1.125rem !important; }

.mb-10 {
  margin-bottom: 1.25rem !important; }

.mb-11 {
  margin-bottom: 1.375rem !important; }

.mb-12 {
  margin-bottom: 1.5rem !important; }

.mb-13 {
  margin-bottom: 1.625rem !important; }

.mb-14 {
  margin-bottom: 1.75rem !important; }

.mb-15 {
  margin-bottom: 1.875rem !important; }

.mb-16 {
  margin-bottom: 2rem !important; }

.mb-17 {
  margin-bottom: 2.5rem !important; }

.mb-18 {
  margin-bottom: 3rem !important; }

.mb-19 {
  margin-bottom: 3.5rem !important; }

.mb-20 {
  margin-bottom: 4rem !important; }

@media (min-width: 0) {
  .mb-xs-0 {
    margin-bottom: 0 !important; }
  .mb-xs-1 {
    margin-bottom: 0.125rem !important; }
  .mb-xs-2 {
    margin-bottom: 0.25rem !important; }
  .mb-xs-3 {
    margin-bottom: 0.375rem !important; }
  .mb-xs-4 {
    margin-bottom: 0.5rem !important; }
  .mb-xs-5 {
    margin-bottom: 0.625rem !important; }
  .mb-xs-6 {
    margin-bottom: 0.75rem !important; }
  .mb-xs-7 {
    margin-bottom: 0.875rem !important; }
  .mb-xs-8 {
    margin-bottom: 1rem !important; }
  .mb-xs-9 {
    margin-bottom: 1.125rem !important; }
  .mb-xs-10 {
    margin-bottom: 1.25rem !important; }
  .mb-xs-11 {
    margin-bottom: 1.375rem !important; }
  .mb-xs-12 {
    margin-bottom: 1.5rem !important; }
  .mb-xs-13 {
    margin-bottom: 1.625rem !important; }
  .mb-xs-14 {
    margin-bottom: 1.75rem !important; }
  .mb-xs-15 {
    margin-bottom: 1.875rem !important; }
  .mb-xs-16 {
    margin-bottom: 2rem !important; }
  .mb-xs-17 {
    margin-bottom: 2.5rem !important; }
  .mb-xs-18 {
    margin-bottom: 3rem !important; }
  .mb-xs-19 {
    margin-bottom: 3.5rem !important; }
  .mb-xs-20 {
    margin-bottom: 4rem !important; } }

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.125rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-3 {
    margin-bottom: 0.375rem !important; }
  .mb-sm-4 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 0.625rem !important; }
  .mb-sm-6 {
    margin-bottom: 0.75rem !important; }
  .mb-sm-7 {
    margin-bottom: 0.875rem !important; }
  .mb-sm-8 {
    margin-bottom: 1rem !important; }
  .mb-sm-9 {
    margin-bottom: 1.125rem !important; }
  .mb-sm-10 {
    margin-bottom: 1.25rem !important; }
  .mb-sm-11 {
    margin-bottom: 1.375rem !important; }
  .mb-sm-12 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-13 {
    margin-bottom: 1.625rem !important; }
  .mb-sm-14 {
    margin-bottom: 1.75rem !important; }
  .mb-sm-15 {
    margin-bottom: 1.875rem !important; }
  .mb-sm-16 {
    margin-bottom: 2rem !important; }
  .mb-sm-17 {
    margin-bottom: 2.5rem !important; }
  .mb-sm-18 {
    margin-bottom: 3rem !important; }
  .mb-sm-19 {
    margin-bottom: 3.5rem !important; }
  .mb-sm-20 {
    margin-bottom: 4rem !important; } }

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.125rem !important; }
  .mb-md-2 {
    margin-bottom: 0.25rem !important; }
  .mb-md-3 {
    margin-bottom: 0.375rem !important; }
  .mb-md-4 {
    margin-bottom: 0.5rem !important; }
  .mb-md-5 {
    margin-bottom: 0.625rem !important; }
  .mb-md-6 {
    margin-bottom: 0.75rem !important; }
  .mb-md-7 {
    margin-bottom: 0.875rem !important; }
  .mb-md-8 {
    margin-bottom: 1rem !important; }
  .mb-md-9 {
    margin-bottom: 1.125rem !important; }
  .mb-md-10 {
    margin-bottom: 1.25rem !important; }
  .mb-md-11 {
    margin-bottom: 1.375rem !important; }
  .mb-md-12 {
    margin-bottom: 1.5rem !important; }
  .mb-md-13 {
    margin-bottom: 1.625rem !important; }
  .mb-md-14 {
    margin-bottom: 1.75rem !important; }
  .mb-md-15 {
    margin-bottom: 1.875rem !important; }
  .mb-md-16 {
    margin-bottom: 2rem !important; }
  .mb-md-17 {
    margin-bottom: 2.5rem !important; }
  .mb-md-18 {
    margin-bottom: 3rem !important; }
  .mb-md-19 {
    margin-bottom: 3.5rem !important; }
  .mb-md-20 {
    margin-bottom: 4rem !important; } }

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.125rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-3 {
    margin-bottom: 0.375rem !important; }
  .mb-lg-4 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 0.625rem !important; }
  .mb-lg-6 {
    margin-bottom: 0.75rem !important; }
  .mb-lg-7 {
    margin-bottom: 0.875rem !important; }
  .mb-lg-8 {
    margin-bottom: 1rem !important; }
  .mb-lg-9 {
    margin-bottom: 1.125rem !important; }
  .mb-lg-10 {
    margin-bottom: 1.25rem !important; }
  .mb-lg-11 {
    margin-bottom: 1.375rem !important; }
  .mb-lg-12 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-13 {
    margin-bottom: 1.625rem !important; }
  .mb-lg-14 {
    margin-bottom: 1.75rem !important; }
  .mb-lg-15 {
    margin-bottom: 1.875rem !important; }
  .mb-lg-16 {
    margin-bottom: 2rem !important; }
  .mb-lg-17 {
    margin-bottom: 2.5rem !important; }
  .mb-lg-18 {
    margin-bottom: 3rem !important; }
  .mb-lg-19 {
    margin-bottom: 3.5rem !important; }
  .mb-lg-20 {
    margin-bottom: 4rem !important; } }

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.125rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-3 {
    margin-bottom: 0.375rem !important; }
  .mb-xl-4 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 0.625rem !important; }
  .mb-xl-6 {
    margin-bottom: 0.75rem !important; }
  .mb-xl-7 {
    margin-bottom: 0.875rem !important; }
  .mb-xl-8 {
    margin-bottom: 1rem !important; }
  .mb-xl-9 {
    margin-bottom: 1.125rem !important; }
  .mb-xl-10 {
    margin-bottom: 1.25rem !important; }
  .mb-xl-11 {
    margin-bottom: 1.375rem !important; }
  .mb-xl-12 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-13 {
    margin-bottom: 1.625rem !important; }
  .mb-xl-14 {
    margin-bottom: 1.75rem !important; }
  .mb-xl-15 {
    margin-bottom: 1.875rem !important; }
  .mb-xl-16 {
    margin-bottom: 2rem !important; }
  .mb-xl-17 {
    margin-bottom: 2.5rem !important; }
  .mb-xl-18 {
    margin-bottom: 3rem !important; }
  .mb-xl-19 {
    margin-bottom: 3.5rem !important; }
  .mb-xl-20 {
    margin-bottom: 4rem !important; } }

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

.ml-1 {
  margin-left: 0.125rem !important; }

.ml-2 {
  margin-left: 0.25rem !important; }

.ml-3 {
  margin-left: 0.375rem !important; }

.ml-4 {
  margin-left: 0.5rem !important; }

.ml-5 {
  margin-left: 0.625rem !important; }

.ml-6 {
  margin-left: 0.75rem !important; }

.ml-7 {
  margin-left: 0.875rem !important; }

.ml-8 {
  margin-left: 1rem !important; }

.ml-9 {
  margin-left: 1.125rem !important; }

.ml-10 {
  margin-left: 1.25rem !important; }

.ml-11 {
  margin-left: 1.375rem !important; }

.ml-12 {
  margin-left: 1.5rem !important; }

.ml-13 {
  margin-left: 1.625rem !important; }

.ml-14 {
  margin-left: 1.75rem !important; }

.ml-15 {
  margin-left: 1.875rem !important; }

.ml-16 {
  margin-left: 2rem !important; }

.ml-17 {
  margin-left: 2.5rem !important; }

.ml-18 {
  margin-left: 3rem !important; }

.ml-19 {
  margin-left: 3.5rem !important; }

.ml-20 {
  margin-left: 4rem !important; }

@media (min-width: 0) {
  .ml-xs-0 {
    margin-left: 0 !important; }
  .ml-xs-1 {
    margin-left: 0.125rem !important; }
  .ml-xs-2 {
    margin-left: 0.25rem !important; }
  .ml-xs-3 {
    margin-left: 0.375rem !important; }
  .ml-xs-4 {
    margin-left: 0.5rem !important; }
  .ml-xs-5 {
    margin-left: 0.625rem !important; }
  .ml-xs-6 {
    margin-left: 0.75rem !important; }
  .ml-xs-7 {
    margin-left: 0.875rem !important; }
  .ml-xs-8 {
    margin-left: 1rem !important; }
  .ml-xs-9 {
    margin-left: 1.125rem !important; }
  .ml-xs-10 {
    margin-left: 1.25rem !important; }
  .ml-xs-11 {
    margin-left: 1.375rem !important; }
  .ml-xs-12 {
    margin-left: 1.5rem !important; }
  .ml-xs-13 {
    margin-left: 1.625rem !important; }
  .ml-xs-14 {
    margin-left: 1.75rem !important; }
  .ml-xs-15 {
    margin-left: 1.875rem !important; }
  .ml-xs-16 {
    margin-left: 2rem !important; }
  .ml-xs-17 {
    margin-left: 2.5rem !important; }
  .ml-xs-18 {
    margin-left: 3rem !important; }
  .ml-xs-19 {
    margin-left: 3.5rem !important; }
  .ml-xs-20 {
    margin-left: 4rem !important; } }

@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0 !important; }
  .ml-sm-1 {
    margin-left: 0.125rem !important; }
  .ml-sm-2 {
    margin-left: 0.25rem !important; }
  .ml-sm-3 {
    margin-left: 0.375rem !important; }
  .ml-sm-4 {
    margin-left: 0.5rem !important; }
  .ml-sm-5 {
    margin-left: 0.625rem !important; }
  .ml-sm-6 {
    margin-left: 0.75rem !important; }
  .ml-sm-7 {
    margin-left: 0.875rem !important; }
  .ml-sm-8 {
    margin-left: 1rem !important; }
  .ml-sm-9 {
    margin-left: 1.125rem !important; }
  .ml-sm-10 {
    margin-left: 1.25rem !important; }
  .ml-sm-11 {
    margin-left: 1.375rem !important; }
  .ml-sm-12 {
    margin-left: 1.5rem !important; }
  .ml-sm-13 {
    margin-left: 1.625rem !important; }
  .ml-sm-14 {
    margin-left: 1.75rem !important; }
  .ml-sm-15 {
    margin-left: 1.875rem !important; }
  .ml-sm-16 {
    margin-left: 2rem !important; }
  .ml-sm-17 {
    margin-left: 2.5rem !important; }
  .ml-sm-18 {
    margin-left: 3rem !important; }
  .ml-sm-19 {
    margin-left: 3.5rem !important; }
  .ml-sm-20 {
    margin-left: 4rem !important; } }

@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.125rem !important; }
  .ml-md-2 {
    margin-left: 0.25rem !important; }
  .ml-md-3 {
    margin-left: 0.375rem !important; }
  .ml-md-4 {
    margin-left: 0.5rem !important; }
  .ml-md-5 {
    margin-left: 0.625rem !important; }
  .ml-md-6 {
    margin-left: 0.75rem !important; }
  .ml-md-7 {
    margin-left: 0.875rem !important; }
  .ml-md-8 {
    margin-left: 1rem !important; }
  .ml-md-9 {
    margin-left: 1.125rem !important; }
  .ml-md-10 {
    margin-left: 1.25rem !important; }
  .ml-md-11 {
    margin-left: 1.375rem !important; }
  .ml-md-12 {
    margin-left: 1.5rem !important; }
  .ml-md-13 {
    margin-left: 1.625rem !important; }
  .ml-md-14 {
    margin-left: 1.75rem !important; }
  .ml-md-15 {
    margin-left: 1.875rem !important; }
  .ml-md-16 {
    margin-left: 2rem !important; }
  .ml-md-17 {
    margin-left: 2.5rem !important; }
  .ml-md-18 {
    margin-left: 3rem !important; }
  .ml-md-19 {
    margin-left: 3.5rem !important; }
  .ml-md-20 {
    margin-left: 4rem !important; } }

@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-1 {
    margin-left: 0.125rem !important; }
  .ml-lg-2 {
    margin-left: 0.25rem !important; }
  .ml-lg-3 {
    margin-left: 0.375rem !important; }
  .ml-lg-4 {
    margin-left: 0.5rem !important; }
  .ml-lg-5 {
    margin-left: 0.625rem !important; }
  .ml-lg-6 {
    margin-left: 0.75rem !important; }
  .ml-lg-7 {
    margin-left: 0.875rem !important; }
  .ml-lg-8 {
    margin-left: 1rem !important; }
  .ml-lg-9 {
    margin-left: 1.125rem !important; }
  .ml-lg-10 {
    margin-left: 1.25rem !important; }
  .ml-lg-11 {
    margin-left: 1.375rem !important; }
  .ml-lg-12 {
    margin-left: 1.5rem !important; }
  .ml-lg-13 {
    margin-left: 1.625rem !important; }
  .ml-lg-14 {
    margin-left: 1.75rem !important; }
  .ml-lg-15 {
    margin-left: 1.875rem !important; }
  .ml-lg-16 {
    margin-left: 2rem !important; }
  .ml-lg-17 {
    margin-left: 2.5rem !important; }
  .ml-lg-18 {
    margin-left: 3rem !important; }
  .ml-lg-19 {
    margin-left: 3.5rem !important; }
  .ml-lg-20 {
    margin-left: 4rem !important; } }

@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0 !important; }
  .ml-xl-1 {
    margin-left: 0.125rem !important; }
  .ml-xl-2 {
    margin-left: 0.25rem !important; }
  .ml-xl-3 {
    margin-left: 0.375rem !important; }
  .ml-xl-4 {
    margin-left: 0.5rem !important; }
  .ml-xl-5 {
    margin-left: 0.625rem !important; }
  .ml-xl-6 {
    margin-left: 0.75rem !important; }
  .ml-xl-7 {
    margin-left: 0.875rem !important; }
  .ml-xl-8 {
    margin-left: 1rem !important; }
  .ml-xl-9 {
    margin-left: 1.125rem !important; }
  .ml-xl-10 {
    margin-left: 1.25rem !important; }
  .ml-xl-11 {
    margin-left: 1.375rem !important; }
  .ml-xl-12 {
    margin-left: 1.5rem !important; }
  .ml-xl-13 {
    margin-left: 1.625rem !important; }
  .ml-xl-14 {
    margin-left: 1.75rem !important; }
  .ml-xl-15 {
    margin-left: 1.875rem !important; }
  .ml-xl-16 {
    margin-left: 2rem !important; }
  .ml-xl-17 {
    margin-left: 2.5rem !important; }
  .ml-xl-18 {
    margin-left: 3rem !important; }
  .ml-xl-19 {
    margin-left: 3.5rem !important; }
  .ml-xl-20 {
    margin-left: 4rem !important; } }

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

.mx-1 {
  margin-left: 0.125rem !important; }

.mx-2 {
  margin-left: 0.25rem !important; }

.mx-3 {
  margin-left: 0.375rem !important; }

.mx-4 {
  margin-left: 0.5rem !important; }

.mx-5 {
  margin-left: 0.625rem !important; }

.mx-6 {
  margin-left: 0.75rem !important; }

.mx-7 {
  margin-left: 0.875rem !important; }

.mx-8 {
  margin-left: 1rem !important; }

.mx-9 {
  margin-left: 1.125rem !important; }

.mx-10 {
  margin-left: 1.25rem !important; }

.mx-11 {
  margin-left: 1.375rem !important; }

.mx-12 {
  margin-left: 1.5rem !important; }

.mx-13 {
  margin-left: 1.625rem !important; }

.mx-14 {
  margin-left: 1.75rem !important; }

.mx-15 {
  margin-left: 1.875rem !important; }

.mx-16 {
  margin-left: 2rem !important; }

.mx-17 {
  margin-left: 2.5rem !important; }

.mx-18 {
  margin-left: 3rem !important; }

.mx-19 {
  margin-left: 3.5rem !important; }

.mx-20 {
  margin-left: 4rem !important; }

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

.mx-1 {
  margin-right: 0.125rem !important; }

.mx-2 {
  margin-right: 0.25rem !important; }

.mx-3 {
  margin-right: 0.375rem !important; }

.mx-4 {
  margin-right: 0.5rem !important; }

.mx-5 {
  margin-right: 0.625rem !important; }

.mx-6 {
  margin-right: 0.75rem !important; }

.mx-7 {
  margin-right: 0.875rem !important; }

.mx-8 {
  margin-right: 1rem !important; }

.mx-9 {
  margin-right: 1.125rem !important; }

.mx-10 {
  margin-right: 1.25rem !important; }

.mx-11 {
  margin-right: 1.375rem !important; }

.mx-12 {
  margin-right: 1.5rem !important; }

.mx-13 {
  margin-right: 1.625rem !important; }

.mx-14 {
  margin-right: 1.75rem !important; }

.mx-15 {
  margin-right: 1.875rem !important; }

.mx-16 {
  margin-right: 2rem !important; }

.mx-17 {
  margin-right: 2.5rem !important; }

.mx-18 {
  margin-right: 3rem !important; }

.mx-19 {
  margin-right: 3.5rem !important; }

.mx-20 {
  margin-right: 4rem !important; }

@media (min-width: 0) {
  .mx-xs-0 {
    margin-left: 0 !important; }
  .mx-xs-1 {
    margin-left: 0.125rem !important; }
  .mx-xs-2 {
    margin-left: 0.25rem !important; }
  .mx-xs-3 {
    margin-left: 0.375rem !important; }
  .mx-xs-4 {
    margin-left: 0.5rem !important; }
  .mx-xs-5 {
    margin-left: 0.625rem !important; }
  .mx-xs-6 {
    margin-left: 0.75rem !important; }
  .mx-xs-7 {
    margin-left: 0.875rem !important; }
  .mx-xs-8 {
    margin-left: 1rem !important; }
  .mx-xs-9 {
    margin-left: 1.125rem !important; }
  .mx-xs-10 {
    margin-left: 1.25rem !important; }
  .mx-xs-11 {
    margin-left: 1.375rem !important; }
  .mx-xs-12 {
    margin-left: 1.5rem !important; }
  .mx-xs-13 {
    margin-left: 1.625rem !important; }
  .mx-xs-14 {
    margin-left: 1.75rem !important; }
  .mx-xs-15 {
    margin-left: 1.875rem !important; }
  .mx-xs-16 {
    margin-left: 2rem !important; }
  .mx-xs-17 {
    margin-left: 2.5rem !important; }
  .mx-xs-18 {
    margin-left: 3rem !important; }
  .mx-xs-19 {
    margin-left: 3.5rem !important; }
  .mx-xs-20 {
    margin-left: 4rem !important; } }

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-left: 0.125rem !important; }
  .mx-sm-2 {
    margin-left: 0.25rem !important; }
  .mx-sm-3 {
    margin-left: 0.375rem !important; }
  .mx-sm-4 {
    margin-left: 0.5rem !important; }
  .mx-sm-5 {
    margin-left: 0.625rem !important; }
  .mx-sm-6 {
    margin-left: 0.75rem !important; }
  .mx-sm-7 {
    margin-left: 0.875rem !important; }
  .mx-sm-8 {
    margin-left: 1rem !important; }
  .mx-sm-9 {
    margin-left: 1.125rem !important; }
  .mx-sm-10 {
    margin-left: 1.25rem !important; }
  .mx-sm-11 {
    margin-left: 1.375rem !important; }
  .mx-sm-12 {
    margin-left: 1.5rem !important; }
  .mx-sm-13 {
    margin-left: 1.625rem !important; }
  .mx-sm-14 {
    margin-left: 1.75rem !important; }
  .mx-sm-15 {
    margin-left: 1.875rem !important; }
  .mx-sm-16 {
    margin-left: 2rem !important; }
  .mx-sm-17 {
    margin-left: 2.5rem !important; }
  .mx-sm-18 {
    margin-left: 3rem !important; }
  .mx-sm-19 {
    margin-left: 3.5rem !important; }
  .mx-sm-20 {
    margin-left: 4rem !important; } }

@media (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-left: 0.125rem !important; }
  .mx-md-2 {
    margin-left: 0.25rem !important; }
  .mx-md-3 {
    margin-left: 0.375rem !important; }
  .mx-md-4 {
    margin-left: 0.5rem !important; }
  .mx-md-5 {
    margin-left: 0.625rem !important; }
  .mx-md-6 {
    margin-left: 0.75rem !important; }
  .mx-md-7 {
    margin-left: 0.875rem !important; }
  .mx-md-8 {
    margin-left: 1rem !important; }
  .mx-md-9 {
    margin-left: 1.125rem !important; }
  .mx-md-10 {
    margin-left: 1.25rem !important; }
  .mx-md-11 {
    margin-left: 1.375rem !important; }
  .mx-md-12 {
    margin-left: 1.5rem !important; }
  .mx-md-13 {
    margin-left: 1.625rem !important; }
  .mx-md-14 {
    margin-left: 1.75rem !important; }
  .mx-md-15 {
    margin-left: 1.875rem !important; }
  .mx-md-16 {
    margin-left: 2rem !important; }
  .mx-md-17 {
    margin-left: 2.5rem !important; }
  .mx-md-18 {
    margin-left: 3rem !important; }
  .mx-md-19 {
    margin-left: 3.5rem !important; }
  .mx-md-20 {
    margin-left: 4rem !important; } }

@media (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-left: 0.125rem !important; }
  .mx-lg-2 {
    margin-left: 0.25rem !important; }
  .mx-lg-3 {
    margin-left: 0.375rem !important; }
  .mx-lg-4 {
    margin-left: 0.5rem !important; }
  .mx-lg-5 {
    margin-left: 0.625rem !important; }
  .mx-lg-6 {
    margin-left: 0.75rem !important; }
  .mx-lg-7 {
    margin-left: 0.875rem !important; }
  .mx-lg-8 {
    margin-left: 1rem !important; }
  .mx-lg-9 {
    margin-left: 1.125rem !important; }
  .mx-lg-10 {
    margin-left: 1.25rem !important; }
  .mx-lg-11 {
    margin-left: 1.375rem !important; }
  .mx-lg-12 {
    margin-left: 1.5rem !important; }
  .mx-lg-13 {
    margin-left: 1.625rem !important; }
  .mx-lg-14 {
    margin-left: 1.75rem !important; }
  .mx-lg-15 {
    margin-left: 1.875rem !important; }
  .mx-lg-16 {
    margin-left: 2rem !important; }
  .mx-lg-17 {
    margin-left: 2.5rem !important; }
  .mx-lg-18 {
    margin-left: 3rem !important; }
  .mx-lg-19 {
    margin-left: 3.5rem !important; }
  .mx-lg-20 {
    margin-left: 4rem !important; } }

@media (min-width: 1200px) {
  .mx-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-left: 0.125rem !important; }
  .mx-xl-2 {
    margin-left: 0.25rem !important; }
  .mx-xl-3 {
    margin-left: 0.375rem !important; }
  .mx-xl-4 {
    margin-left: 0.5rem !important; }
  .mx-xl-5 {
    margin-left: 0.625rem !important; }
  .mx-xl-6 {
    margin-left: 0.75rem !important; }
  .mx-xl-7 {
    margin-left: 0.875rem !important; }
  .mx-xl-8 {
    margin-left: 1rem !important; }
  .mx-xl-9 {
    margin-left: 1.125rem !important; }
  .mx-xl-10 {
    margin-left: 1.25rem !important; }
  .mx-xl-11 {
    margin-left: 1.375rem !important; }
  .mx-xl-12 {
    margin-left: 1.5rem !important; }
  .mx-xl-13 {
    margin-left: 1.625rem !important; }
  .mx-xl-14 {
    margin-left: 1.75rem !important; }
  .mx-xl-15 {
    margin-left: 1.875rem !important; }
  .mx-xl-16 {
    margin-left: 2rem !important; }
  .mx-xl-17 {
    margin-left: 2.5rem !important; }
  .mx-xl-18 {
    margin-left: 3rem !important; }
  .mx-xl-19 {
    margin-left: 3.5rem !important; }
  .mx-xl-20 {
    margin-left: 4rem !important; } }

@media (min-width: 0) {
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mx-xs-1 {
    margin-right: 0.125rem !important; }
  .mx-xs-2 {
    margin-right: 0.25rem !important; }
  .mx-xs-3 {
    margin-right: 0.375rem !important; }
  .mx-xs-4 {
    margin-right: 0.5rem !important; }
  .mx-xs-5 {
    margin-right: 0.625rem !important; }
  .mx-xs-6 {
    margin-right: 0.75rem !important; }
  .mx-xs-7 {
    margin-right: 0.875rem !important; }
  .mx-xs-8 {
    margin-right: 1rem !important; }
  .mx-xs-9 {
    margin-right: 1.125rem !important; }
  .mx-xs-10 {
    margin-right: 1.25rem !important; }
  .mx-xs-11 {
    margin-right: 1.375rem !important; }
  .mx-xs-12 {
    margin-right: 1.5rem !important; }
  .mx-xs-13 {
    margin-right: 1.625rem !important; }
  .mx-xs-14 {
    margin-right: 1.75rem !important; }
  .mx-xs-15 {
    margin-right: 1.875rem !important; }
  .mx-xs-16 {
    margin-right: 2rem !important; }
  .mx-xs-17 {
    margin-right: 2.5rem !important; }
  .mx-xs-18 {
    margin-right: 3rem !important; }
  .mx-xs-19 {
    margin-right: 3.5rem !important; }
  .mx-xs-20 {
    margin-right: 4rem !important; } }

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.125rem !important; }
  .mx-sm-2 {
    margin-right: 0.25rem !important; }
  .mx-sm-3 {
    margin-right: 0.375rem !important; }
  .mx-sm-4 {
    margin-right: 0.5rem !important; }
  .mx-sm-5 {
    margin-right: 0.625rem !important; }
  .mx-sm-6 {
    margin-right: 0.75rem !important; }
  .mx-sm-7 {
    margin-right: 0.875rem !important; }
  .mx-sm-8 {
    margin-right: 1rem !important; }
  .mx-sm-9 {
    margin-right: 1.125rem !important; }
  .mx-sm-10 {
    margin-right: 1.25rem !important; }
  .mx-sm-11 {
    margin-right: 1.375rem !important; }
  .mx-sm-12 {
    margin-right: 1.5rem !important; }
  .mx-sm-13 {
    margin-right: 1.625rem !important; }
  .mx-sm-14 {
    margin-right: 1.75rem !important; }
  .mx-sm-15 {
    margin-right: 1.875rem !important; }
  .mx-sm-16 {
    margin-right: 2rem !important; }
  .mx-sm-17 {
    margin-right: 2.5rem !important; }
  .mx-sm-18 {
    margin-right: 3rem !important; }
  .mx-sm-19 {
    margin-right: 3.5rem !important; }
  .mx-sm-20 {
    margin-right: 4rem !important; } }

@media (min-width: 768px) {
  .mx-md-0 {
    margin-right: 0 !important; }
  .mx-md-1 {
    margin-right: 0.125rem !important; }
  .mx-md-2 {
    margin-right: 0.25rem !important; }
  .mx-md-3 {
    margin-right: 0.375rem !important; }
  .mx-md-4 {
    margin-right: 0.5rem !important; }
  .mx-md-5 {
    margin-right: 0.625rem !important; }
  .mx-md-6 {
    margin-right: 0.75rem !important; }
  .mx-md-7 {
    margin-right: 0.875rem !important; }
  .mx-md-8 {
    margin-right: 1rem !important; }
  .mx-md-9 {
    margin-right: 1.125rem !important; }
  .mx-md-10 {
    margin-right: 1.25rem !important; }
  .mx-md-11 {
    margin-right: 1.375rem !important; }
  .mx-md-12 {
    margin-right: 1.5rem !important; }
  .mx-md-13 {
    margin-right: 1.625rem !important; }
  .mx-md-14 {
    margin-right: 1.75rem !important; }
  .mx-md-15 {
    margin-right: 1.875rem !important; }
  .mx-md-16 {
    margin-right: 2rem !important; }
  .mx-md-17 {
    margin-right: 2.5rem !important; }
  .mx-md-18 {
    margin-right: 3rem !important; }
  .mx-md-19 {
    margin-right: 3.5rem !important; }
  .mx-md-20 {
    margin-right: 4rem !important; } }

@media (min-width: 992px) {
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.125rem !important; }
  .mx-lg-2 {
    margin-right: 0.25rem !important; }
  .mx-lg-3 {
    margin-right: 0.375rem !important; }
  .mx-lg-4 {
    margin-right: 0.5rem !important; }
  .mx-lg-5 {
    margin-right: 0.625rem !important; }
  .mx-lg-6 {
    margin-right: 0.75rem !important; }
  .mx-lg-7 {
    margin-right: 0.875rem !important; }
  .mx-lg-8 {
    margin-right: 1rem !important; }
  .mx-lg-9 {
    margin-right: 1.125rem !important; }
  .mx-lg-10 {
    margin-right: 1.25rem !important; }
  .mx-lg-11 {
    margin-right: 1.375rem !important; }
  .mx-lg-12 {
    margin-right: 1.5rem !important; }
  .mx-lg-13 {
    margin-right: 1.625rem !important; }
  .mx-lg-14 {
    margin-right: 1.75rem !important; }
  .mx-lg-15 {
    margin-right: 1.875rem !important; }
  .mx-lg-16 {
    margin-right: 2rem !important; }
  .mx-lg-17 {
    margin-right: 2.5rem !important; }
  .mx-lg-18 {
    margin-right: 3rem !important; }
  .mx-lg-19 {
    margin-right: 3.5rem !important; }
  .mx-lg-20 {
    margin-right: 4rem !important; } }

@media (min-width: 1200px) {
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.125rem !important; }
  .mx-xl-2 {
    margin-right: 0.25rem !important; }
  .mx-xl-3 {
    margin-right: 0.375rem !important; }
  .mx-xl-4 {
    margin-right: 0.5rem !important; }
  .mx-xl-5 {
    margin-right: 0.625rem !important; }
  .mx-xl-6 {
    margin-right: 0.75rem !important; }
  .mx-xl-7 {
    margin-right: 0.875rem !important; }
  .mx-xl-8 {
    margin-right: 1rem !important; }
  .mx-xl-9 {
    margin-right: 1.125rem !important; }
  .mx-xl-10 {
    margin-right: 1.25rem !important; }
  .mx-xl-11 {
    margin-right: 1.375rem !important; }
  .mx-xl-12 {
    margin-right: 1.5rem !important; }
  .mx-xl-13 {
    margin-right: 1.625rem !important; }
  .mx-xl-14 {
    margin-right: 1.75rem !important; }
  .mx-xl-15 {
    margin-right: 1.875rem !important; }
  .mx-xl-16 {
    margin-right: 2rem !important; }
  .mx-xl-17 {
    margin-right: 2.5rem !important; }
  .mx-xl-18 {
    margin-right: 3rem !important; }
  .mx-xl-19 {
    margin-right: 3.5rem !important; }
  .mx-xl-20 {
    margin-right: 4rem !important; } }

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

.my-1 {
  margin-top: 0.125rem !important; }

.my-2 {
  margin-top: 0.25rem !important; }

.my-3 {
  margin-top: 0.375rem !important; }

.my-4 {
  margin-top: 0.5rem !important; }

.my-5 {
  margin-top: 0.625rem !important; }

.my-6 {
  margin-top: 0.75rem !important; }

.my-7 {
  margin-top: 0.875rem !important; }

.my-8 {
  margin-top: 1rem !important; }

.my-9 {
  margin-top: 1.125rem !important; }

.my-10 {
  margin-top: 1.25rem !important; }

.my-11 {
  margin-top: 1.375rem !important; }

.my-12 {
  margin-top: 1.5rem !important; }

.my-13 {
  margin-top: 1.625rem !important; }

.my-14 {
  margin-top: 1.75rem !important; }

.my-15 {
  margin-top: 1.875rem !important; }

.my-16 {
  margin-top: 2rem !important; }

.my-17 {
  margin-top: 2.5rem !important; }

.my-18 {
  margin-top: 3rem !important; }

.my-19 {
  margin-top: 3.5rem !important; }

.my-20 {
  margin-top: 4rem !important; }

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

.my-1 {
  margin-bottom: 0.125rem !important; }

.my-2 {
  margin-bottom: 0.25rem !important; }

.my-3 {
  margin-bottom: 0.375rem !important; }

.my-4 {
  margin-bottom: 0.5rem !important; }

.my-5 {
  margin-bottom: 0.625rem !important; }

.my-6 {
  margin-bottom: 0.75rem !important; }

.my-7 {
  margin-bottom: 0.875rem !important; }

.my-8 {
  margin-bottom: 1rem !important; }

.my-9 {
  margin-bottom: 1.125rem !important; }

.my-10 {
  margin-bottom: 1.25rem !important; }

.my-11 {
  margin-bottom: 1.375rem !important; }

.my-12 {
  margin-bottom: 1.5rem !important; }

.my-13 {
  margin-bottom: 1.625rem !important; }

.my-14 {
  margin-bottom: 1.75rem !important; }

.my-15 {
  margin-bottom: 1.875rem !important; }

.my-16 {
  margin-bottom: 2rem !important; }

.my-17 {
  margin-bottom: 2.5rem !important; }

.my-18 {
  margin-bottom: 3rem !important; }

.my-19 {
  margin-bottom: 3.5rem !important; }

.my-20 {
  margin-bottom: 4rem !important; }

@media (min-width: 0) {
  .my-xs-0 {
    margin-top: 0 !important; }
  .my-xs-1 {
    margin-top: 0.125rem !important; }
  .my-xs-2 {
    margin-top: 0.25rem !important; }
  .my-xs-3 {
    margin-top: 0.375rem !important; }
  .my-xs-4 {
    margin-top: 0.5rem !important; }
  .my-xs-5 {
    margin-top: 0.625rem !important; }
  .my-xs-6 {
    margin-top: 0.75rem !important; }
  .my-xs-7 {
    margin-top: 0.875rem !important; }
  .my-xs-8 {
    margin-top: 1rem !important; }
  .my-xs-9 {
    margin-top: 1.125rem !important; }
  .my-xs-10 {
    margin-top: 1.25rem !important; }
  .my-xs-11 {
    margin-top: 1.375rem !important; }
  .my-xs-12 {
    margin-top: 1.5rem !important; }
  .my-xs-13 {
    margin-top: 1.625rem !important; }
  .my-xs-14 {
    margin-top: 1.75rem !important; }
  .my-xs-15 {
    margin-top: 1.875rem !important; }
  .my-xs-16 {
    margin-top: 2rem !important; }
  .my-xs-17 {
    margin-top: 2.5rem !important; }
  .my-xs-18 {
    margin-top: 3rem !important; }
  .my-xs-19 {
    margin-top: 3.5rem !important; }
  .my-xs-20 {
    margin-top: 4rem !important; } }

@media (min-width: 576px) {
  .my-sm-0 {
    margin-top: 0 !important; }
  .my-sm-1 {
    margin-top: 0.125rem !important; }
  .my-sm-2 {
    margin-top: 0.25rem !important; }
  .my-sm-3 {
    margin-top: 0.375rem !important; }
  .my-sm-4 {
    margin-top: 0.5rem !important; }
  .my-sm-5 {
    margin-top: 0.625rem !important; }
  .my-sm-6 {
    margin-top: 0.75rem !important; }
  .my-sm-7 {
    margin-top: 0.875rem !important; }
  .my-sm-8 {
    margin-top: 1rem !important; }
  .my-sm-9 {
    margin-top: 1.125rem !important; }
  .my-sm-10 {
    margin-top: 1.25rem !important; }
  .my-sm-11 {
    margin-top: 1.375rem !important; }
  .my-sm-12 {
    margin-top: 1.5rem !important; }
  .my-sm-13 {
    margin-top: 1.625rem !important; }
  .my-sm-14 {
    margin-top: 1.75rem !important; }
  .my-sm-15 {
    margin-top: 1.875rem !important; }
  .my-sm-16 {
    margin-top: 2rem !important; }
  .my-sm-17 {
    margin-top: 2.5rem !important; }
  .my-sm-18 {
    margin-top: 3rem !important; }
  .my-sm-19 {
    margin-top: 3.5rem !important; }
  .my-sm-20 {
    margin-top: 4rem !important; } }

@media (min-width: 768px) {
  .my-md-0 {
    margin-top: 0 !important; }
  .my-md-1 {
    margin-top: 0.125rem !important; }
  .my-md-2 {
    margin-top: 0.25rem !important; }
  .my-md-3 {
    margin-top: 0.375rem !important; }
  .my-md-4 {
    margin-top: 0.5rem !important; }
  .my-md-5 {
    margin-top: 0.625rem !important; }
  .my-md-6 {
    margin-top: 0.75rem !important; }
  .my-md-7 {
    margin-top: 0.875rem !important; }
  .my-md-8 {
    margin-top: 1rem !important; }
  .my-md-9 {
    margin-top: 1.125rem !important; }
  .my-md-10 {
    margin-top: 1.25rem !important; }
  .my-md-11 {
    margin-top: 1.375rem !important; }
  .my-md-12 {
    margin-top: 1.5rem !important; }
  .my-md-13 {
    margin-top: 1.625rem !important; }
  .my-md-14 {
    margin-top: 1.75rem !important; }
  .my-md-15 {
    margin-top: 1.875rem !important; }
  .my-md-16 {
    margin-top: 2rem !important; }
  .my-md-17 {
    margin-top: 2.5rem !important; }
  .my-md-18 {
    margin-top: 3rem !important; }
  .my-md-19 {
    margin-top: 3.5rem !important; }
  .my-md-20 {
    margin-top: 4rem !important; } }

@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important; }
  .my-lg-1 {
    margin-top: 0.125rem !important; }
  .my-lg-2 {
    margin-top: 0.25rem !important; }
  .my-lg-3 {
    margin-top: 0.375rem !important; }
  .my-lg-4 {
    margin-top: 0.5rem !important; }
  .my-lg-5 {
    margin-top: 0.625rem !important; }
  .my-lg-6 {
    margin-top: 0.75rem !important; }
  .my-lg-7 {
    margin-top: 0.875rem !important; }
  .my-lg-8 {
    margin-top: 1rem !important; }
  .my-lg-9 {
    margin-top: 1.125rem !important; }
  .my-lg-10 {
    margin-top: 1.25rem !important; }
  .my-lg-11 {
    margin-top: 1.375rem !important; }
  .my-lg-12 {
    margin-top: 1.5rem !important; }
  .my-lg-13 {
    margin-top: 1.625rem !important; }
  .my-lg-14 {
    margin-top: 1.75rem !important; }
  .my-lg-15 {
    margin-top: 1.875rem !important; }
  .my-lg-16 {
    margin-top: 2rem !important; }
  .my-lg-17 {
    margin-top: 2.5rem !important; }
  .my-lg-18 {
    margin-top: 3rem !important; }
  .my-lg-19 {
    margin-top: 3.5rem !important; }
  .my-lg-20 {
    margin-top: 4rem !important; } }

@media (min-width: 1200px) {
  .my-xl-0 {
    margin-top: 0 !important; }
  .my-xl-1 {
    margin-top: 0.125rem !important; }
  .my-xl-2 {
    margin-top: 0.25rem !important; }
  .my-xl-3 {
    margin-top: 0.375rem !important; }
  .my-xl-4 {
    margin-top: 0.5rem !important; }
  .my-xl-5 {
    margin-top: 0.625rem !important; }
  .my-xl-6 {
    margin-top: 0.75rem !important; }
  .my-xl-7 {
    margin-top: 0.875rem !important; }
  .my-xl-8 {
    margin-top: 1rem !important; }
  .my-xl-9 {
    margin-top: 1.125rem !important; }
  .my-xl-10 {
    margin-top: 1.25rem !important; }
  .my-xl-11 {
    margin-top: 1.375rem !important; }
  .my-xl-12 {
    margin-top: 1.5rem !important; }
  .my-xl-13 {
    margin-top: 1.625rem !important; }
  .my-xl-14 {
    margin-top: 1.75rem !important; }
  .my-xl-15 {
    margin-top: 1.875rem !important; }
  .my-xl-16 {
    margin-top: 2rem !important; }
  .my-xl-17 {
    margin-top: 2.5rem !important; }
  .my-xl-18 {
    margin-top: 3rem !important; }
  .my-xl-19 {
    margin-top: 3.5rem !important; }
  .my-xl-20 {
    margin-top: 4rem !important; } }

@media (min-width: 0) {
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .my-xs-1 {
    margin-bottom: 0.125rem !important; }
  .my-xs-2 {
    margin-bottom: 0.25rem !important; }
  .my-xs-3 {
    margin-bottom: 0.375rem !important; }
  .my-xs-4 {
    margin-bottom: 0.5rem !important; }
  .my-xs-5 {
    margin-bottom: 0.625rem !important; }
  .my-xs-6 {
    margin-bottom: 0.75rem !important; }
  .my-xs-7 {
    margin-bottom: 0.875rem !important; }
  .my-xs-8 {
    margin-bottom: 1rem !important; }
  .my-xs-9 {
    margin-bottom: 1.125rem !important; }
  .my-xs-10 {
    margin-bottom: 1.25rem !important; }
  .my-xs-11 {
    margin-bottom: 1.375rem !important; }
  .my-xs-12 {
    margin-bottom: 1.5rem !important; }
  .my-xs-13 {
    margin-bottom: 1.625rem !important; }
  .my-xs-14 {
    margin-bottom: 1.75rem !important; }
  .my-xs-15 {
    margin-bottom: 1.875rem !important; }
  .my-xs-16 {
    margin-bottom: 2rem !important; }
  .my-xs-17 {
    margin-bottom: 2.5rem !important; }
  .my-xs-18 {
    margin-bottom: 3rem !important; }
  .my-xs-19 {
    margin-bottom: 3.5rem !important; }
  .my-xs-20 {
    margin-bottom: 4rem !important; } }

@media (min-width: 576px) {
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-bottom: 0.125rem !important; }
  .my-sm-2 {
    margin-bottom: 0.25rem !important; }
  .my-sm-3 {
    margin-bottom: 0.375rem !important; }
  .my-sm-4 {
    margin-bottom: 0.5rem !important; }
  .my-sm-5 {
    margin-bottom: 0.625rem !important; }
  .my-sm-6 {
    margin-bottom: 0.75rem !important; }
  .my-sm-7 {
    margin-bottom: 0.875rem !important; }
  .my-sm-8 {
    margin-bottom: 1rem !important; }
  .my-sm-9 {
    margin-bottom: 1.125rem !important; }
  .my-sm-10 {
    margin-bottom: 1.25rem !important; }
  .my-sm-11 {
    margin-bottom: 1.375rem !important; }
  .my-sm-12 {
    margin-bottom: 1.5rem !important; }
  .my-sm-13 {
    margin-bottom: 1.625rem !important; }
  .my-sm-14 {
    margin-bottom: 1.75rem !important; }
  .my-sm-15 {
    margin-bottom: 1.875rem !important; }
  .my-sm-16 {
    margin-bottom: 2rem !important; }
  .my-sm-17 {
    margin-bottom: 2.5rem !important; }
  .my-sm-18 {
    margin-bottom: 3rem !important; }
  .my-sm-19 {
    margin-bottom: 3.5rem !important; }
  .my-sm-20 {
    margin-bottom: 4rem !important; } }

@media (min-width: 768px) {
  .my-md-0 {
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-bottom: 0.125rem !important; }
  .my-md-2 {
    margin-bottom: 0.25rem !important; }
  .my-md-3 {
    margin-bottom: 0.375rem !important; }
  .my-md-4 {
    margin-bottom: 0.5rem !important; }
  .my-md-5 {
    margin-bottom: 0.625rem !important; }
  .my-md-6 {
    margin-bottom: 0.75rem !important; }
  .my-md-7 {
    margin-bottom: 0.875rem !important; }
  .my-md-8 {
    margin-bottom: 1rem !important; }
  .my-md-9 {
    margin-bottom: 1.125rem !important; }
  .my-md-10 {
    margin-bottom: 1.25rem !important; }
  .my-md-11 {
    margin-bottom: 1.375rem !important; }
  .my-md-12 {
    margin-bottom: 1.5rem !important; }
  .my-md-13 {
    margin-bottom: 1.625rem !important; }
  .my-md-14 {
    margin-bottom: 1.75rem !important; }
  .my-md-15 {
    margin-bottom: 1.875rem !important; }
  .my-md-16 {
    margin-bottom: 2rem !important; }
  .my-md-17 {
    margin-bottom: 2.5rem !important; }
  .my-md-18 {
    margin-bottom: 3rem !important; }
  .my-md-19 {
    margin-bottom: 3.5rem !important; }
  .my-md-20 {
    margin-bottom: 4rem !important; } }

@media (min-width: 992px) {
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-bottom: 0.125rem !important; }
  .my-lg-2 {
    margin-bottom: 0.25rem !important; }
  .my-lg-3 {
    margin-bottom: 0.375rem !important; }
  .my-lg-4 {
    margin-bottom: 0.5rem !important; }
  .my-lg-5 {
    margin-bottom: 0.625rem !important; }
  .my-lg-6 {
    margin-bottom: 0.75rem !important; }
  .my-lg-7 {
    margin-bottom: 0.875rem !important; }
  .my-lg-8 {
    margin-bottom: 1rem !important; }
  .my-lg-9 {
    margin-bottom: 1.125rem !important; }
  .my-lg-10 {
    margin-bottom: 1.25rem !important; }
  .my-lg-11 {
    margin-bottom: 1.375rem !important; }
  .my-lg-12 {
    margin-bottom: 1.5rem !important; }
  .my-lg-13 {
    margin-bottom: 1.625rem !important; }
  .my-lg-14 {
    margin-bottom: 1.75rem !important; }
  .my-lg-15 {
    margin-bottom: 1.875rem !important; }
  .my-lg-16 {
    margin-bottom: 2rem !important; }
  .my-lg-17 {
    margin-bottom: 2.5rem !important; }
  .my-lg-18 {
    margin-bottom: 3rem !important; }
  .my-lg-19 {
    margin-bottom: 3.5rem !important; }
  .my-lg-20 {
    margin-bottom: 4rem !important; } }

@media (min-width: 1200px) {
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-bottom: 0.125rem !important; }
  .my-xl-2 {
    margin-bottom: 0.25rem !important; }
  .my-xl-3 {
    margin-bottom: 0.375rem !important; }
  .my-xl-4 {
    margin-bottom: 0.5rem !important; }
  .my-xl-5 {
    margin-bottom: 0.625rem !important; }
  .my-xl-6 {
    margin-bottom: 0.75rem !important; }
  .my-xl-7 {
    margin-bottom: 0.875rem !important; }
  .my-xl-8 {
    margin-bottom: 1rem !important; }
  .my-xl-9 {
    margin-bottom: 1.125rem !important; }
  .my-xl-10 {
    margin-bottom: 1.25rem !important; }
  .my-xl-11 {
    margin-bottom: 1.375rem !important; }
  .my-xl-12 {
    margin-bottom: 1.5rem !important; }
  .my-xl-13 {
    margin-bottom: 1.625rem !important; }
  .my-xl-14 {
    margin-bottom: 1.75rem !important; }
  .my-xl-15 {
    margin-bottom: 1.875rem !important; }
  .my-xl-16 {
    margin-bottom: 2rem !important; }
  .my-xl-17 {
    margin-bottom: 2.5rem !important; }
  .my-xl-18 {
    margin-bottom: 3rem !important; }
  .my-xl-19 {
    margin-bottom: 3.5rem !important; }
  .my-xl-20 {
    margin-bottom: 4rem !important; } }

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

.pt-1 {
  padding-top: 0.125rem !important; }

.pt-2 {
  padding-top: 0.25rem !important; }

.pt-3 {
  padding-top: 0.375rem !important; }

.pt-4 {
  padding-top: 0.5rem !important; }

.pt-5 {
  padding-top: 0.625rem !important; }

.pt-6 {
  padding-top: 0.75rem !important; }

.pt-7 {
  padding-top: 0.875rem !important; }

.pt-8 {
  padding-top: 1rem !important; }

.pt-9 {
  padding-top: 1.125rem !important; }

.pt-10 {
  padding-top: 1.25rem !important; }

.pt-11 {
  padding-top: 1.375rem !important; }

.pt-12 {
  padding-top: 1.5rem !important; }

.pt-13 {
  padding-top: 1.625rem !important; }

.pt-14 {
  padding-top: 1.75rem !important; }

.pt-15 {
  padding-top: 1.875rem !important; }

.pt-16 {
  padding-top: 2rem !important; }

.pt-17 {
  padding-top: 2.5rem !important; }

.pt-18 {
  padding-top: 3rem !important; }

.pt-19 {
  padding-top: 3.5rem !important; }

.pt-20 {
  padding-top: 4rem !important; }

@media (min-width: 0) {
  .pt-xs-0 {
    padding-top: 0 !important; }
  .pt-xs-1 {
    padding-top: 0.125rem !important; }
  .pt-xs-2 {
    padding-top: 0.25rem !important; }
  .pt-xs-3 {
    padding-top: 0.375rem !important; }
  .pt-xs-4 {
    padding-top: 0.5rem !important; }
  .pt-xs-5 {
    padding-top: 0.625rem !important; }
  .pt-xs-6 {
    padding-top: 0.75rem !important; }
  .pt-xs-7 {
    padding-top: 0.875rem !important; }
  .pt-xs-8 {
    padding-top: 1rem !important; }
  .pt-xs-9 {
    padding-top: 1.125rem !important; }
  .pt-xs-10 {
    padding-top: 1.25rem !important; }
  .pt-xs-11 {
    padding-top: 1.375rem !important; }
  .pt-xs-12 {
    padding-top: 1.5rem !important; }
  .pt-xs-13 {
    padding-top: 1.625rem !important; }
  .pt-xs-14 {
    padding-top: 1.75rem !important; }
  .pt-xs-15 {
    padding-top: 1.875rem !important; }
  .pt-xs-16 {
    padding-top: 2rem !important; }
  .pt-xs-17 {
    padding-top: 2.5rem !important; }
  .pt-xs-18 {
    padding-top: 3rem !important; }
  .pt-xs-19 {
    padding-top: 3.5rem !important; }
  .pt-xs-20 {
    padding-top: 4rem !important; } }

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.125rem !important; }
  .pt-sm-2 {
    padding-top: 0.25rem !important; }
  .pt-sm-3 {
    padding-top: 0.375rem !important; }
  .pt-sm-4 {
    padding-top: 0.5rem !important; }
  .pt-sm-5 {
    padding-top: 0.625rem !important; }
  .pt-sm-6 {
    padding-top: 0.75rem !important; }
  .pt-sm-7 {
    padding-top: 0.875rem !important; }
  .pt-sm-8 {
    padding-top: 1rem !important; }
  .pt-sm-9 {
    padding-top: 1.125rem !important; }
  .pt-sm-10 {
    padding-top: 1.25rem !important; }
  .pt-sm-11 {
    padding-top: 1.375rem !important; }
  .pt-sm-12 {
    padding-top: 1.5rem !important; }
  .pt-sm-13 {
    padding-top: 1.625rem !important; }
  .pt-sm-14 {
    padding-top: 1.75rem !important; }
  .pt-sm-15 {
    padding-top: 1.875rem !important; }
  .pt-sm-16 {
    padding-top: 2rem !important; }
  .pt-sm-17 {
    padding-top: 2.5rem !important; }
  .pt-sm-18 {
    padding-top: 3rem !important; }
  .pt-sm-19 {
    padding-top: 3.5rem !important; }
  .pt-sm-20 {
    padding-top: 4rem !important; } }

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.125rem !important; }
  .pt-md-2 {
    padding-top: 0.25rem !important; }
  .pt-md-3 {
    padding-top: 0.375rem !important; }
  .pt-md-4 {
    padding-top: 0.5rem !important; }
  .pt-md-5 {
    padding-top: 0.625rem !important; }
  .pt-md-6 {
    padding-top: 0.75rem !important; }
  .pt-md-7 {
    padding-top: 0.875rem !important; }
  .pt-md-8 {
    padding-top: 1rem !important; }
  .pt-md-9 {
    padding-top: 1.125rem !important; }
  .pt-md-10 {
    padding-top: 1.25rem !important; }
  .pt-md-11 {
    padding-top: 1.375rem !important; }
  .pt-md-12 {
    padding-top: 1.5rem !important; }
  .pt-md-13 {
    padding-top: 1.625rem !important; }
  .pt-md-14 {
    padding-top: 1.75rem !important; }
  .pt-md-15 {
    padding-top: 1.875rem !important; }
  .pt-md-16 {
    padding-top: 2rem !important; }
  .pt-md-17 {
    padding-top: 2.5rem !important; }
  .pt-md-18 {
    padding-top: 3rem !important; }
  .pt-md-19 {
    padding-top: 3.5rem !important; }
  .pt-md-20 {
    padding-top: 4rem !important; } }

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.125rem !important; }
  .pt-lg-2 {
    padding-top: 0.25rem !important; }
  .pt-lg-3 {
    padding-top: 0.375rem !important; }
  .pt-lg-4 {
    padding-top: 0.5rem !important; }
  .pt-lg-5 {
    padding-top: 0.625rem !important; }
  .pt-lg-6 {
    padding-top: 0.75rem !important; }
  .pt-lg-7 {
    padding-top: 0.875rem !important; }
  .pt-lg-8 {
    padding-top: 1rem !important; }
  .pt-lg-9 {
    padding-top: 1.125rem !important; }
  .pt-lg-10 {
    padding-top: 1.25rem !important; }
  .pt-lg-11 {
    padding-top: 1.375rem !important; }
  .pt-lg-12 {
    padding-top: 1.5rem !important; }
  .pt-lg-13 {
    padding-top: 1.625rem !important; }
  .pt-lg-14 {
    padding-top: 1.75rem !important; }
  .pt-lg-15 {
    padding-top: 1.875rem !important; }
  .pt-lg-16 {
    padding-top: 2rem !important; }
  .pt-lg-17 {
    padding-top: 2.5rem !important; }
  .pt-lg-18 {
    padding-top: 3rem !important; }
  .pt-lg-19 {
    padding-top: 3.5rem !important; }
  .pt-lg-20 {
    padding-top: 4rem !important; } }

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.125rem !important; }
  .pt-xl-2 {
    padding-top: 0.25rem !important; }
  .pt-xl-3 {
    padding-top: 0.375rem !important; }
  .pt-xl-4 {
    padding-top: 0.5rem !important; }
  .pt-xl-5 {
    padding-top: 0.625rem !important; }
  .pt-xl-6 {
    padding-top: 0.75rem !important; }
  .pt-xl-7 {
    padding-top: 0.875rem !important; }
  .pt-xl-8 {
    padding-top: 1rem !important; }
  .pt-xl-9 {
    padding-top: 1.125rem !important; }
  .pt-xl-10 {
    padding-top: 1.25rem !important; }
  .pt-xl-11 {
    padding-top: 1.375rem !important; }
  .pt-xl-12 {
    padding-top: 1.5rem !important; }
  .pt-xl-13 {
    padding-top: 1.625rem !important; }
  .pt-xl-14 {
    padding-top: 1.75rem !important; }
  .pt-xl-15 {
    padding-top: 1.875rem !important; }
  .pt-xl-16 {
    padding-top: 2rem !important; }
  .pt-xl-17 {
    padding-top: 2.5rem !important; }
  .pt-xl-18 {
    padding-top: 3rem !important; }
  .pt-xl-19 {
    padding-top: 3.5rem !important; }
  .pt-xl-20 {
    padding-top: 4rem !important; } }

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

.pr-1 {
  padding-right: 0.125rem !important; }

.pr-2 {
  padding-right: 0.25rem !important; }

.pr-3 {
  padding-right: 0.375rem !important; }

.pr-4 {
  padding-right: 0.5rem !important; }

.pr-5 {
  padding-right: 0.625rem !important; }

.pr-6 {
  padding-right: 0.75rem !important; }

.pr-7 {
  padding-right: 0.875rem !important; }

.pr-8 {
  padding-right: 1rem !important; }

.pr-9 {
  padding-right: 1.125rem !important; }

.pr-10 {
  padding-right: 1.25rem !important; }

.pr-11 {
  padding-right: 1.375rem !important; }

.pr-12 {
  padding-right: 1.5rem !important; }

.pr-13 {
  padding-right: 1.625rem !important; }

.pr-14 {
  padding-right: 1.75rem !important; }

.pr-15 {
  padding-right: 1.875rem !important; }

.pr-16 {
  padding-right: 2rem !important; }

.pr-17 {
  padding-right: 2.5rem !important; }

.pr-18 {
  padding-right: 3rem !important; }

.pr-19 {
  padding-right: 3.5rem !important; }

.pr-20 {
  padding-right: 4rem !important; }

@media (min-width: 0) {
  .pr-xs-0 {
    padding-right: 0 !important; }
  .pr-xs-1 {
    padding-right: 0.125rem !important; }
  .pr-xs-2 {
    padding-right: 0.25rem !important; }
  .pr-xs-3 {
    padding-right: 0.375rem !important; }
  .pr-xs-4 {
    padding-right: 0.5rem !important; }
  .pr-xs-5 {
    padding-right: 0.625rem !important; }
  .pr-xs-6 {
    padding-right: 0.75rem !important; }
  .pr-xs-7 {
    padding-right: 0.875rem !important; }
  .pr-xs-8 {
    padding-right: 1rem !important; }
  .pr-xs-9 {
    padding-right: 1.125rem !important; }
  .pr-xs-10 {
    padding-right: 1.25rem !important; }
  .pr-xs-11 {
    padding-right: 1.375rem !important; }
  .pr-xs-12 {
    padding-right: 1.5rem !important; }
  .pr-xs-13 {
    padding-right: 1.625rem !important; }
  .pr-xs-14 {
    padding-right: 1.75rem !important; }
  .pr-xs-15 {
    padding-right: 1.875rem !important; }
  .pr-xs-16 {
    padding-right: 2rem !important; }
  .pr-xs-17 {
    padding-right: 2.5rem !important; }
  .pr-xs-18 {
    padding-right: 3rem !important; }
  .pr-xs-19 {
    padding-right: 3.5rem !important; }
  .pr-xs-20 {
    padding-right: 4rem !important; } }

@media (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pr-sm-1 {
    padding-right: 0.125rem !important; }
  .pr-sm-2 {
    padding-right: 0.25rem !important; }
  .pr-sm-3 {
    padding-right: 0.375rem !important; }
  .pr-sm-4 {
    padding-right: 0.5rem !important; }
  .pr-sm-5 {
    padding-right: 0.625rem !important; }
  .pr-sm-6 {
    padding-right: 0.75rem !important; }
  .pr-sm-7 {
    padding-right: 0.875rem !important; }
  .pr-sm-8 {
    padding-right: 1rem !important; }
  .pr-sm-9 {
    padding-right: 1.125rem !important; }
  .pr-sm-10 {
    padding-right: 1.25rem !important; }
  .pr-sm-11 {
    padding-right: 1.375rem !important; }
  .pr-sm-12 {
    padding-right: 1.5rem !important; }
  .pr-sm-13 {
    padding-right: 1.625rem !important; }
  .pr-sm-14 {
    padding-right: 1.75rem !important; }
  .pr-sm-15 {
    padding-right: 1.875rem !important; }
  .pr-sm-16 {
    padding-right: 2rem !important; }
  .pr-sm-17 {
    padding-right: 2.5rem !important; }
  .pr-sm-18 {
    padding-right: 3rem !important; }
  .pr-sm-19 {
    padding-right: 3.5rem !important; }
  .pr-sm-20 {
    padding-right: 4rem !important; } }

@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-1 {
    padding-right: 0.125rem !important; }
  .pr-md-2 {
    padding-right: 0.25rem !important; }
  .pr-md-3 {
    padding-right: 0.375rem !important; }
  .pr-md-4 {
    padding-right: 0.5rem !important; }
  .pr-md-5 {
    padding-right: 0.625rem !important; }
  .pr-md-6 {
    padding-right: 0.75rem !important; }
  .pr-md-7 {
    padding-right: 0.875rem !important; }
  .pr-md-8 {
    padding-right: 1rem !important; }
  .pr-md-9 {
    padding-right: 1.125rem !important; }
  .pr-md-10 {
    padding-right: 1.25rem !important; }
  .pr-md-11 {
    padding-right: 1.375rem !important; }
  .pr-md-12 {
    padding-right: 1.5rem !important; }
  .pr-md-13 {
    padding-right: 1.625rem !important; }
  .pr-md-14 {
    padding-right: 1.75rem !important; }
  .pr-md-15 {
    padding-right: 1.875rem !important; }
  .pr-md-16 {
    padding-right: 2rem !important; }
  .pr-md-17 {
    padding-right: 2.5rem !important; }
  .pr-md-18 {
    padding-right: 3rem !important; }
  .pr-md-19 {
    padding-right: 3.5rem !important; }
  .pr-md-20 {
    padding-right: 4rem !important; } }

@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-1 {
    padding-right: 0.125rem !important; }
  .pr-lg-2 {
    padding-right: 0.25rem !important; }
  .pr-lg-3 {
    padding-right: 0.375rem !important; }
  .pr-lg-4 {
    padding-right: 0.5rem !important; }
  .pr-lg-5 {
    padding-right: 0.625rem !important; }
  .pr-lg-6 {
    padding-right: 0.75rem !important; }
  .pr-lg-7 {
    padding-right: 0.875rem !important; }
  .pr-lg-8 {
    padding-right: 1rem !important; }
  .pr-lg-9 {
    padding-right: 1.125rem !important; }
  .pr-lg-10 {
    padding-right: 1.25rem !important; }
  .pr-lg-11 {
    padding-right: 1.375rem !important; }
  .pr-lg-12 {
    padding-right: 1.5rem !important; }
  .pr-lg-13 {
    padding-right: 1.625rem !important; }
  .pr-lg-14 {
    padding-right: 1.75rem !important; }
  .pr-lg-15 {
    padding-right: 1.875rem !important; }
  .pr-lg-16 {
    padding-right: 2rem !important; }
  .pr-lg-17 {
    padding-right: 2.5rem !important; }
  .pr-lg-18 {
    padding-right: 3rem !important; }
  .pr-lg-19 {
    padding-right: 3.5rem !important; }
  .pr-lg-20 {
    padding-right: 4rem !important; } }

@media (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pr-xl-1 {
    padding-right: 0.125rem !important; }
  .pr-xl-2 {
    padding-right: 0.25rem !important; }
  .pr-xl-3 {
    padding-right: 0.375rem !important; }
  .pr-xl-4 {
    padding-right: 0.5rem !important; }
  .pr-xl-5 {
    padding-right: 0.625rem !important; }
  .pr-xl-6 {
    padding-right: 0.75rem !important; }
  .pr-xl-7 {
    padding-right: 0.875rem !important; }
  .pr-xl-8 {
    padding-right: 1rem !important; }
  .pr-xl-9 {
    padding-right: 1.125rem !important; }
  .pr-xl-10 {
    padding-right: 1.25rem !important; }
  .pr-xl-11 {
    padding-right: 1.375rem !important; }
  .pr-xl-12 {
    padding-right: 1.5rem !important; }
  .pr-xl-13 {
    padding-right: 1.625rem !important; }
  .pr-xl-14 {
    padding-right: 1.75rem !important; }
  .pr-xl-15 {
    padding-right: 1.875rem !important; }
  .pr-xl-16 {
    padding-right: 2rem !important; }
  .pr-xl-17 {
    padding-right: 2.5rem !important; }
  .pr-xl-18 {
    padding-right: 3rem !important; }
  .pr-xl-19 {
    padding-right: 3.5rem !important; }
  .pr-xl-20 {
    padding-right: 4rem !important; } }

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

.pb-1 {
  padding-bottom: 0.125rem !important; }

.pb-2 {
  padding-bottom: 0.25rem !important; }

.pb-3 {
  padding-bottom: 0.375rem !important; }

.pb-4 {
  padding-bottom: 0.5rem !important; }

.pb-5 {
  padding-bottom: 0.625rem !important; }

.pb-6 {
  padding-bottom: 0.75rem !important; }

.pb-7 {
  padding-bottom: 0.875rem !important; }

.pb-8 {
  padding-bottom: 1rem !important; }

.pb-9 {
  padding-bottom: 1.125rem !important; }

.pb-10 {
  padding-bottom: 1.25rem !important; }

.pb-11 {
  padding-bottom: 1.375rem !important; }

.pb-12 {
  padding-bottom: 1.5rem !important; }

.pb-13 {
  padding-bottom: 1.625rem !important; }

.pb-14 {
  padding-bottom: 1.75rem !important; }

.pb-15 {
  padding-bottom: 1.875rem !important; }

.pb-16 {
  padding-bottom: 2rem !important; }

.pb-17 {
  padding-bottom: 2.5rem !important; }

.pb-18 {
  padding-bottom: 3rem !important; }

.pb-19 {
  padding-bottom: 3.5rem !important; }

.pb-20 {
  padding-bottom: 4rem !important; }

@media (min-width: 0) {
  .pb-xs-0 {
    padding-bottom: 0 !important; }
  .pb-xs-1 {
    padding-bottom: 0.125rem !important; }
  .pb-xs-2 {
    padding-bottom: 0.25rem !important; }
  .pb-xs-3 {
    padding-bottom: 0.375rem !important; }
  .pb-xs-4 {
    padding-bottom: 0.5rem !important; }
  .pb-xs-5 {
    padding-bottom: 0.625rem !important; }
  .pb-xs-6 {
    padding-bottom: 0.75rem !important; }
  .pb-xs-7 {
    padding-bottom: 0.875rem !important; }
  .pb-xs-8 {
    padding-bottom: 1rem !important; }
  .pb-xs-9 {
    padding-bottom: 1.125rem !important; }
  .pb-xs-10 {
    padding-bottom: 1.25rem !important; }
  .pb-xs-11 {
    padding-bottom: 1.375rem !important; }
  .pb-xs-12 {
    padding-bottom: 1.5rem !important; }
  .pb-xs-13 {
    padding-bottom: 1.625rem !important; }
  .pb-xs-14 {
    padding-bottom: 1.75rem !important; }
  .pb-xs-15 {
    padding-bottom: 1.875rem !important; }
  .pb-xs-16 {
    padding-bottom: 2rem !important; }
  .pb-xs-17 {
    padding-bottom: 2.5rem !important; }
  .pb-xs-18 {
    padding-bottom: 3rem !important; }
  .pb-xs-19 {
    padding-bottom: 3.5rem !important; }
  .pb-xs-20 {
    padding-bottom: 4rem !important; } }

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.125rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-3 {
    padding-bottom: 0.375rem !important; }
  .pb-sm-4 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 0.625rem !important; }
  .pb-sm-6 {
    padding-bottom: 0.75rem !important; }
  .pb-sm-7 {
    padding-bottom: 0.875rem !important; }
  .pb-sm-8 {
    padding-bottom: 1rem !important; }
  .pb-sm-9 {
    padding-bottom: 1.125rem !important; }
  .pb-sm-10 {
    padding-bottom: 1.25rem !important; }
  .pb-sm-11 {
    padding-bottom: 1.375rem !important; }
  .pb-sm-12 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-13 {
    padding-bottom: 1.625rem !important; }
  .pb-sm-14 {
    padding-bottom: 1.75rem !important; }
  .pb-sm-15 {
    padding-bottom: 1.875rem !important; }
  .pb-sm-16 {
    padding-bottom: 2rem !important; }
  .pb-sm-17 {
    padding-bottom: 2.5rem !important; }
  .pb-sm-18 {
    padding-bottom: 3rem !important; }
  .pb-sm-19 {
    padding-bottom: 3.5rem !important; }
  .pb-sm-20 {
    padding-bottom: 4rem !important; } }

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.125rem !important; }
  .pb-md-2 {
    padding-bottom: 0.25rem !important; }
  .pb-md-3 {
    padding-bottom: 0.375rem !important; }
  .pb-md-4 {
    padding-bottom: 0.5rem !important; }
  .pb-md-5 {
    padding-bottom: 0.625rem !important; }
  .pb-md-6 {
    padding-bottom: 0.75rem !important; }
  .pb-md-7 {
    padding-bottom: 0.875rem !important; }
  .pb-md-8 {
    padding-bottom: 1rem !important; }
  .pb-md-9 {
    padding-bottom: 1.125rem !important; }
  .pb-md-10 {
    padding-bottom: 1.25rem !important; }
  .pb-md-11 {
    padding-bottom: 1.375rem !important; }
  .pb-md-12 {
    padding-bottom: 1.5rem !important; }
  .pb-md-13 {
    padding-bottom: 1.625rem !important; }
  .pb-md-14 {
    padding-bottom: 1.75rem !important; }
  .pb-md-15 {
    padding-bottom: 1.875rem !important; }
  .pb-md-16 {
    padding-bottom: 2rem !important; }
  .pb-md-17 {
    padding-bottom: 2.5rem !important; }
  .pb-md-18 {
    padding-bottom: 3rem !important; }
  .pb-md-19 {
    padding-bottom: 3.5rem !important; }
  .pb-md-20 {
    padding-bottom: 4rem !important; } }

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.125rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-3 {
    padding-bottom: 0.375rem !important; }
  .pb-lg-4 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 0.625rem !important; }
  .pb-lg-6 {
    padding-bottom: 0.75rem !important; }
  .pb-lg-7 {
    padding-bottom: 0.875rem !important; }
  .pb-lg-8 {
    padding-bottom: 1rem !important; }
  .pb-lg-9 {
    padding-bottom: 1.125rem !important; }
  .pb-lg-10 {
    padding-bottom: 1.25rem !important; }
  .pb-lg-11 {
    padding-bottom: 1.375rem !important; }
  .pb-lg-12 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-13 {
    padding-bottom: 1.625rem !important; }
  .pb-lg-14 {
    padding-bottom: 1.75rem !important; }
  .pb-lg-15 {
    padding-bottom: 1.875rem !important; }
  .pb-lg-16 {
    padding-bottom: 2rem !important; }
  .pb-lg-17 {
    padding-bottom: 2.5rem !important; }
  .pb-lg-18 {
    padding-bottom: 3rem !important; }
  .pb-lg-19 {
    padding-bottom: 3.5rem !important; }
  .pb-lg-20 {
    padding-bottom: 4rem !important; } }

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.125rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-3 {
    padding-bottom: 0.375rem !important; }
  .pb-xl-4 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 0.625rem !important; }
  .pb-xl-6 {
    padding-bottom: 0.75rem !important; }
  .pb-xl-7 {
    padding-bottom: 0.875rem !important; }
  .pb-xl-8 {
    padding-bottom: 1rem !important; }
  .pb-xl-9 {
    padding-bottom: 1.125rem !important; }
  .pb-xl-10 {
    padding-bottom: 1.25rem !important; }
  .pb-xl-11 {
    padding-bottom: 1.375rem !important; }
  .pb-xl-12 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-13 {
    padding-bottom: 1.625rem !important; }
  .pb-xl-14 {
    padding-bottom: 1.75rem !important; }
  .pb-xl-15 {
    padding-bottom: 1.875rem !important; }
  .pb-xl-16 {
    padding-bottom: 2rem !important; }
  .pb-xl-17 {
    padding-bottom: 2.5rem !important; }
  .pb-xl-18 {
    padding-bottom: 3rem !important; }
  .pb-xl-19 {
    padding-bottom: 3.5rem !important; }
  .pb-xl-20 {
    padding-bottom: 4rem !important; } }

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

.pl-1 {
  padding-left: 0.125rem !important; }

.pl-2 {
  padding-left: 0.25rem !important; }

.pl-3 {
  padding-left: 0.375rem !important; }

.pl-4 {
  padding-left: 0.5rem !important; }

.pl-5 {
  padding-left: 0.625rem !important; }

.pl-6 {
  padding-left: 0.75rem !important; }

.pl-7 {
  padding-left: 0.875rem !important; }

.pl-8 {
  padding-left: 1rem !important; }

.pl-9 {
  padding-left: 1.125rem !important; }

.pl-10 {
  padding-left: 1.25rem !important; }

.pl-11 {
  padding-left: 1.375rem !important; }

.pl-12 {
  padding-left: 1.5rem !important; }

.pl-13 {
  padding-left: 1.625rem !important; }

.pl-14 {
  padding-left: 1.75rem !important; }

.pl-15 {
  padding-left: 1.875rem !important; }

.pl-16 {
  padding-left: 2rem !important; }

.pl-17 {
  padding-left: 2.5rem !important; }

.pl-18 {
  padding-left: 3rem !important; }

.pl-19 {
  padding-left: 3.5rem !important; }

.pl-20 {
  padding-left: 4rem !important; }

@media (min-width: 0) {
  .pl-xs-0 {
    padding-left: 0 !important; }
  .pl-xs-1 {
    padding-left: 0.125rem !important; }
  .pl-xs-2 {
    padding-left: 0.25rem !important; }
  .pl-xs-3 {
    padding-left: 0.375rem !important; }
  .pl-xs-4 {
    padding-left: 0.5rem !important; }
  .pl-xs-5 {
    padding-left: 0.625rem !important; }
  .pl-xs-6 {
    padding-left: 0.75rem !important; }
  .pl-xs-7 {
    padding-left: 0.875rem !important; }
  .pl-xs-8 {
    padding-left: 1rem !important; }
  .pl-xs-9 {
    padding-left: 1.125rem !important; }
  .pl-xs-10 {
    padding-left: 1.25rem !important; }
  .pl-xs-11 {
    padding-left: 1.375rem !important; }
  .pl-xs-12 {
    padding-left: 1.5rem !important; }
  .pl-xs-13 {
    padding-left: 1.625rem !important; }
  .pl-xs-14 {
    padding-left: 1.75rem !important; }
  .pl-xs-15 {
    padding-left: 1.875rem !important; }
  .pl-xs-16 {
    padding-left: 2rem !important; }
  .pl-xs-17 {
    padding-left: 2.5rem !important; }
  .pl-xs-18 {
    padding-left: 3rem !important; }
  .pl-xs-19 {
    padding-left: 3.5rem !important; }
  .pl-xs-20 {
    padding-left: 4rem !important; } }

@media (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0 !important; }
  .pl-sm-1 {
    padding-left: 0.125rem !important; }
  .pl-sm-2 {
    padding-left: 0.25rem !important; }
  .pl-sm-3 {
    padding-left: 0.375rem !important; }
  .pl-sm-4 {
    padding-left: 0.5rem !important; }
  .pl-sm-5 {
    padding-left: 0.625rem !important; }
  .pl-sm-6 {
    padding-left: 0.75rem !important; }
  .pl-sm-7 {
    padding-left: 0.875rem !important; }
  .pl-sm-8 {
    padding-left: 1rem !important; }
  .pl-sm-9 {
    padding-left: 1.125rem !important; }
  .pl-sm-10 {
    padding-left: 1.25rem !important; }
  .pl-sm-11 {
    padding-left: 1.375rem !important; }
  .pl-sm-12 {
    padding-left: 1.5rem !important; }
  .pl-sm-13 {
    padding-left: 1.625rem !important; }
  .pl-sm-14 {
    padding-left: 1.75rem !important; }
  .pl-sm-15 {
    padding-left: 1.875rem !important; }
  .pl-sm-16 {
    padding-left: 2rem !important; }
  .pl-sm-17 {
    padding-left: 2.5rem !important; }
  .pl-sm-18 {
    padding-left: 3rem !important; }
  .pl-sm-19 {
    padding-left: 3.5rem !important; }
  .pl-sm-20 {
    padding-left: 4rem !important; } }

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-1 {
    padding-left: 0.125rem !important; }
  .pl-md-2 {
    padding-left: 0.25rem !important; }
  .pl-md-3 {
    padding-left: 0.375rem !important; }
  .pl-md-4 {
    padding-left: 0.5rem !important; }
  .pl-md-5 {
    padding-left: 0.625rem !important; }
  .pl-md-6 {
    padding-left: 0.75rem !important; }
  .pl-md-7 {
    padding-left: 0.875rem !important; }
  .pl-md-8 {
    padding-left: 1rem !important; }
  .pl-md-9 {
    padding-left: 1.125rem !important; }
  .pl-md-10 {
    padding-left: 1.25rem !important; }
  .pl-md-11 {
    padding-left: 1.375rem !important; }
  .pl-md-12 {
    padding-left: 1.5rem !important; }
  .pl-md-13 {
    padding-left: 1.625rem !important; }
  .pl-md-14 {
    padding-left: 1.75rem !important; }
  .pl-md-15 {
    padding-left: 1.875rem !important; }
  .pl-md-16 {
    padding-left: 2rem !important; }
  .pl-md-17 {
    padding-left: 2.5rem !important; }
  .pl-md-18 {
    padding-left: 3rem !important; }
  .pl-md-19 {
    padding-left: 3.5rem !important; }
  .pl-md-20 {
    padding-left: 4rem !important; } }

@media (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0 !important; }
  .pl-lg-1 {
    padding-left: 0.125rem !important; }
  .pl-lg-2 {
    padding-left: 0.25rem !important; }
  .pl-lg-3 {
    padding-left: 0.375rem !important; }
  .pl-lg-4 {
    padding-left: 0.5rem !important; }
  .pl-lg-5 {
    padding-left: 0.625rem !important; }
  .pl-lg-6 {
    padding-left: 0.75rem !important; }
  .pl-lg-7 {
    padding-left: 0.875rem !important; }
  .pl-lg-8 {
    padding-left: 1rem !important; }
  .pl-lg-9 {
    padding-left: 1.125rem !important; }
  .pl-lg-10 {
    padding-left: 1.25rem !important; }
  .pl-lg-11 {
    padding-left: 1.375rem !important; }
  .pl-lg-12 {
    padding-left: 1.5rem !important; }
  .pl-lg-13 {
    padding-left: 1.625rem !important; }
  .pl-lg-14 {
    padding-left: 1.75rem !important; }
  .pl-lg-15 {
    padding-left: 1.875rem !important; }
  .pl-lg-16 {
    padding-left: 2rem !important; }
  .pl-lg-17 {
    padding-left: 2.5rem !important; }
  .pl-lg-18 {
    padding-left: 3rem !important; }
  .pl-lg-19 {
    padding-left: 3.5rem !important; }
  .pl-lg-20 {
    padding-left: 4rem !important; } }

@media (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0 !important; }
  .pl-xl-1 {
    padding-left: 0.125rem !important; }
  .pl-xl-2 {
    padding-left: 0.25rem !important; }
  .pl-xl-3 {
    padding-left: 0.375rem !important; }
  .pl-xl-4 {
    padding-left: 0.5rem !important; }
  .pl-xl-5 {
    padding-left: 0.625rem !important; }
  .pl-xl-6 {
    padding-left: 0.75rem !important; }
  .pl-xl-7 {
    padding-left: 0.875rem !important; }
  .pl-xl-8 {
    padding-left: 1rem !important; }
  .pl-xl-9 {
    padding-left: 1.125rem !important; }
  .pl-xl-10 {
    padding-left: 1.25rem !important; }
  .pl-xl-11 {
    padding-left: 1.375rem !important; }
  .pl-xl-12 {
    padding-left: 1.5rem !important; }
  .pl-xl-13 {
    padding-left: 1.625rem !important; }
  .pl-xl-14 {
    padding-left: 1.75rem !important; }
  .pl-xl-15 {
    padding-left: 1.875rem !important; }
  .pl-xl-16 {
    padding-left: 2rem !important; }
  .pl-xl-17 {
    padding-left: 2.5rem !important; }
  .pl-xl-18 {
    padding-left: 3rem !important; }
  .pl-xl-19 {
    padding-left: 3.5rem !important; }
  .pl-xl-20 {
    padding-left: 4rem !important; } }

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

.px-1 {
  padding-left: 0.125rem !important; }

.px-2 {
  padding-left: 0.25rem !important; }

.px-3 {
  padding-left: 0.375rem !important; }

.px-4 {
  padding-left: 0.5rem !important; }

.px-5 {
  padding-left: 0.625rem !important; }

.px-6 {
  padding-left: 0.75rem !important; }

.px-7 {
  padding-left: 0.875rem !important; }

.px-8 {
  padding-left: 1rem !important; }

.px-9 {
  padding-left: 1.125rem !important; }

.px-10 {
  padding-left: 1.25rem !important; }

.px-11 {
  padding-left: 1.375rem !important; }

.px-12 {
  padding-left: 1.5rem !important; }

.px-13 {
  padding-left: 1.625rem !important; }

.px-14 {
  padding-left: 1.75rem !important; }

.px-15 {
  padding-left: 1.875rem !important; }

.px-16 {
  padding-left: 2rem !important; }

.px-17 {
  padding-left: 2.5rem !important; }

.px-18 {
  padding-left: 3rem !important; }

.px-19 {
  padding-left: 3.5rem !important; }

.px-20 {
  padding-left: 4rem !important; }

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

.px-1 {
  padding-right: 0.125rem !important; }

.px-2 {
  padding-right: 0.25rem !important; }

.px-3 {
  padding-right: 0.375rem !important; }

.px-4 {
  padding-right: 0.5rem !important; }

.px-5 {
  padding-right: 0.625rem !important; }

.px-6 {
  padding-right: 0.75rem !important; }

.px-7 {
  padding-right: 0.875rem !important; }

.px-8 {
  padding-right: 1rem !important; }

.px-9 {
  padding-right: 1.125rem !important; }

.px-10 {
  padding-right: 1.25rem !important; }

.px-11 {
  padding-right: 1.375rem !important; }

.px-12 {
  padding-right: 1.5rem !important; }

.px-13 {
  padding-right: 1.625rem !important; }

.px-14 {
  padding-right: 1.75rem !important; }

.px-15 {
  padding-right: 1.875rem !important; }

.px-16 {
  padding-right: 2rem !important; }

.px-17 {
  padding-right: 2.5rem !important; }

.px-18 {
  padding-right: 3rem !important; }

.px-19 {
  padding-right: 3.5rem !important; }

.px-20 {
  padding-right: 4rem !important; }

@media (min-width: 0) {
  .px-xs-0 {
    padding-left: 0 !important; }
  .px-xs-1 {
    padding-left: 0.125rem !important; }
  .px-xs-2 {
    padding-left: 0.25rem !important; }
  .px-xs-3 {
    padding-left: 0.375rem !important; }
  .px-xs-4 {
    padding-left: 0.5rem !important; }
  .px-xs-5 {
    padding-left: 0.625rem !important; }
  .px-xs-6 {
    padding-left: 0.75rem !important; }
  .px-xs-7 {
    padding-left: 0.875rem !important; }
  .px-xs-8 {
    padding-left: 1rem !important; }
  .px-xs-9 {
    padding-left: 1.125rem !important; }
  .px-xs-10 {
    padding-left: 1.25rem !important; }
  .px-xs-11 {
    padding-left: 1.375rem !important; }
  .px-xs-12 {
    padding-left: 1.5rem !important; }
  .px-xs-13 {
    padding-left: 1.625rem !important; }
  .px-xs-14 {
    padding-left: 1.75rem !important; }
  .px-xs-15 {
    padding-left: 1.875rem !important; }
  .px-xs-16 {
    padding-left: 2rem !important; }
  .px-xs-17 {
    padding-left: 2.5rem !important; }
  .px-xs-18 {
    padding-left: 3rem !important; }
  .px-xs-19 {
    padding-left: 3.5rem !important; }
  .px-xs-20 {
    padding-left: 4rem !important; } }

@media (min-width: 576px) {
  .px-sm-0 {
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-left: 0.125rem !important; }
  .px-sm-2 {
    padding-left: 0.25rem !important; }
  .px-sm-3 {
    padding-left: 0.375rem !important; }
  .px-sm-4 {
    padding-left: 0.5rem !important; }
  .px-sm-5 {
    padding-left: 0.625rem !important; }
  .px-sm-6 {
    padding-left: 0.75rem !important; }
  .px-sm-7 {
    padding-left: 0.875rem !important; }
  .px-sm-8 {
    padding-left: 1rem !important; }
  .px-sm-9 {
    padding-left: 1.125rem !important; }
  .px-sm-10 {
    padding-left: 1.25rem !important; }
  .px-sm-11 {
    padding-left: 1.375rem !important; }
  .px-sm-12 {
    padding-left: 1.5rem !important; }
  .px-sm-13 {
    padding-left: 1.625rem !important; }
  .px-sm-14 {
    padding-left: 1.75rem !important; }
  .px-sm-15 {
    padding-left: 1.875rem !important; }
  .px-sm-16 {
    padding-left: 2rem !important; }
  .px-sm-17 {
    padding-left: 2.5rem !important; }
  .px-sm-18 {
    padding-left: 3rem !important; }
  .px-sm-19 {
    padding-left: 3.5rem !important; }
  .px-sm-20 {
    padding-left: 4rem !important; } }

@media (min-width: 768px) {
  .px-md-0 {
    padding-left: 0 !important; }
  .px-md-1 {
    padding-left: 0.125rem !important; }
  .px-md-2 {
    padding-left: 0.25rem !important; }
  .px-md-3 {
    padding-left: 0.375rem !important; }
  .px-md-4 {
    padding-left: 0.5rem !important; }
  .px-md-5 {
    padding-left: 0.625rem !important; }
  .px-md-6 {
    padding-left: 0.75rem !important; }
  .px-md-7 {
    padding-left: 0.875rem !important; }
  .px-md-8 {
    padding-left: 1rem !important; }
  .px-md-9 {
    padding-left: 1.125rem !important; }
  .px-md-10 {
    padding-left: 1.25rem !important; }
  .px-md-11 {
    padding-left: 1.375rem !important; }
  .px-md-12 {
    padding-left: 1.5rem !important; }
  .px-md-13 {
    padding-left: 1.625rem !important; }
  .px-md-14 {
    padding-left: 1.75rem !important; }
  .px-md-15 {
    padding-left: 1.875rem !important; }
  .px-md-16 {
    padding-left: 2rem !important; }
  .px-md-17 {
    padding-left: 2.5rem !important; }
  .px-md-18 {
    padding-left: 3rem !important; }
  .px-md-19 {
    padding-left: 3.5rem !important; }
  .px-md-20 {
    padding-left: 4rem !important; } }

@media (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-left: 0.125rem !important; }
  .px-lg-2 {
    padding-left: 0.25rem !important; }
  .px-lg-3 {
    padding-left: 0.375rem !important; }
  .px-lg-4 {
    padding-left: 0.5rem !important; }
  .px-lg-5 {
    padding-left: 0.625rem !important; }
  .px-lg-6 {
    padding-left: 0.75rem !important; }
  .px-lg-7 {
    padding-left: 0.875rem !important; }
  .px-lg-8 {
    padding-left: 1rem !important; }
  .px-lg-9 {
    padding-left: 1.125rem !important; }
  .px-lg-10 {
    padding-left: 1.25rem !important; }
  .px-lg-11 {
    padding-left: 1.375rem !important; }
  .px-lg-12 {
    padding-left: 1.5rem !important; }
  .px-lg-13 {
    padding-left: 1.625rem !important; }
  .px-lg-14 {
    padding-left: 1.75rem !important; }
  .px-lg-15 {
    padding-left: 1.875rem !important; }
  .px-lg-16 {
    padding-left: 2rem !important; }
  .px-lg-17 {
    padding-left: 2.5rem !important; }
  .px-lg-18 {
    padding-left: 3rem !important; }
  .px-lg-19 {
    padding-left: 3.5rem !important; }
  .px-lg-20 {
    padding-left: 4rem !important; } }

@media (min-width: 1200px) {
  .px-xl-0 {
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-left: 0.125rem !important; }
  .px-xl-2 {
    padding-left: 0.25rem !important; }
  .px-xl-3 {
    padding-left: 0.375rem !important; }
  .px-xl-4 {
    padding-left: 0.5rem !important; }
  .px-xl-5 {
    padding-left: 0.625rem !important; }
  .px-xl-6 {
    padding-left: 0.75rem !important; }
  .px-xl-7 {
    padding-left: 0.875rem !important; }
  .px-xl-8 {
    padding-left: 1rem !important; }
  .px-xl-9 {
    padding-left: 1.125rem !important; }
  .px-xl-10 {
    padding-left: 1.25rem !important; }
  .px-xl-11 {
    padding-left: 1.375rem !important; }
  .px-xl-12 {
    padding-left: 1.5rem !important; }
  .px-xl-13 {
    padding-left: 1.625rem !important; }
  .px-xl-14 {
    padding-left: 1.75rem !important; }
  .px-xl-15 {
    padding-left: 1.875rem !important; }
  .px-xl-16 {
    padding-left: 2rem !important; }
  .px-xl-17 {
    padding-left: 2.5rem !important; }
  .px-xl-18 {
    padding-left: 3rem !important; }
  .px-xl-19 {
    padding-left: 3.5rem !important; }
  .px-xl-20 {
    padding-left: 4rem !important; } }

@media (min-width: 0) {
  .px-xs-0 {
    padding-right: 0 !important; }
  .px-xs-1 {
    padding-right: 0.125rem !important; }
  .px-xs-2 {
    padding-right: 0.25rem !important; }
  .px-xs-3 {
    padding-right: 0.375rem !important; }
  .px-xs-4 {
    padding-right: 0.5rem !important; }
  .px-xs-5 {
    padding-right: 0.625rem !important; }
  .px-xs-6 {
    padding-right: 0.75rem !important; }
  .px-xs-7 {
    padding-right: 0.875rem !important; }
  .px-xs-8 {
    padding-right: 1rem !important; }
  .px-xs-9 {
    padding-right: 1.125rem !important; }
  .px-xs-10 {
    padding-right: 1.25rem !important; }
  .px-xs-11 {
    padding-right: 1.375rem !important; }
  .px-xs-12 {
    padding-right: 1.5rem !important; }
  .px-xs-13 {
    padding-right: 1.625rem !important; }
  .px-xs-14 {
    padding-right: 1.75rem !important; }
  .px-xs-15 {
    padding-right: 1.875rem !important; }
  .px-xs-16 {
    padding-right: 2rem !important; }
  .px-xs-17 {
    padding-right: 2.5rem !important; }
  .px-xs-18 {
    padding-right: 3rem !important; }
  .px-xs-19 {
    padding-right: 3.5rem !important; }
  .px-xs-20 {
    padding-right: 4rem !important; } }

@media (min-width: 576px) {
  .px-sm-0 {
    padding-right: 0 !important; }
  .px-sm-1 {
    padding-right: 0.125rem !important; }
  .px-sm-2 {
    padding-right: 0.25rem !important; }
  .px-sm-3 {
    padding-right: 0.375rem !important; }
  .px-sm-4 {
    padding-right: 0.5rem !important; }
  .px-sm-5 {
    padding-right: 0.625rem !important; }
  .px-sm-6 {
    padding-right: 0.75rem !important; }
  .px-sm-7 {
    padding-right: 0.875rem !important; }
  .px-sm-8 {
    padding-right: 1rem !important; }
  .px-sm-9 {
    padding-right: 1.125rem !important; }
  .px-sm-10 {
    padding-right: 1.25rem !important; }
  .px-sm-11 {
    padding-right: 1.375rem !important; }
  .px-sm-12 {
    padding-right: 1.5rem !important; }
  .px-sm-13 {
    padding-right: 1.625rem !important; }
  .px-sm-14 {
    padding-right: 1.75rem !important; }
  .px-sm-15 {
    padding-right: 1.875rem !important; }
  .px-sm-16 {
    padding-right: 2rem !important; }
  .px-sm-17 {
    padding-right: 2.5rem !important; }
  .px-sm-18 {
    padding-right: 3rem !important; }
  .px-sm-19 {
    padding-right: 3.5rem !important; }
  .px-sm-20 {
    padding-right: 4rem !important; } }

@media (min-width: 768px) {
  .px-md-0 {
    padding-right: 0 !important; }
  .px-md-1 {
    padding-right: 0.125rem !important; }
  .px-md-2 {
    padding-right: 0.25rem !important; }
  .px-md-3 {
    padding-right: 0.375rem !important; }
  .px-md-4 {
    padding-right: 0.5rem !important; }
  .px-md-5 {
    padding-right: 0.625rem !important; }
  .px-md-6 {
    padding-right: 0.75rem !important; }
  .px-md-7 {
    padding-right: 0.875rem !important; }
  .px-md-8 {
    padding-right: 1rem !important; }
  .px-md-9 {
    padding-right: 1.125rem !important; }
  .px-md-10 {
    padding-right: 1.25rem !important; }
  .px-md-11 {
    padding-right: 1.375rem !important; }
  .px-md-12 {
    padding-right: 1.5rem !important; }
  .px-md-13 {
    padding-right: 1.625rem !important; }
  .px-md-14 {
    padding-right: 1.75rem !important; }
  .px-md-15 {
    padding-right: 1.875rem !important; }
  .px-md-16 {
    padding-right: 2rem !important; }
  .px-md-17 {
    padding-right: 2.5rem !important; }
  .px-md-18 {
    padding-right: 3rem !important; }
  .px-md-19 {
    padding-right: 3.5rem !important; }
  .px-md-20 {
    padding-right: 4rem !important; } }

@media (min-width: 992px) {
  .px-lg-0 {
    padding-right: 0 !important; }
  .px-lg-1 {
    padding-right: 0.125rem !important; }
  .px-lg-2 {
    padding-right: 0.25rem !important; }
  .px-lg-3 {
    padding-right: 0.375rem !important; }
  .px-lg-4 {
    padding-right: 0.5rem !important; }
  .px-lg-5 {
    padding-right: 0.625rem !important; }
  .px-lg-6 {
    padding-right: 0.75rem !important; }
  .px-lg-7 {
    padding-right: 0.875rem !important; }
  .px-lg-8 {
    padding-right: 1rem !important; }
  .px-lg-9 {
    padding-right: 1.125rem !important; }
  .px-lg-10 {
    padding-right: 1.25rem !important; }
  .px-lg-11 {
    padding-right: 1.375rem !important; }
  .px-lg-12 {
    padding-right: 1.5rem !important; }
  .px-lg-13 {
    padding-right: 1.625rem !important; }
  .px-lg-14 {
    padding-right: 1.75rem !important; }
  .px-lg-15 {
    padding-right: 1.875rem !important; }
  .px-lg-16 {
    padding-right: 2rem !important; }
  .px-lg-17 {
    padding-right: 2.5rem !important; }
  .px-lg-18 {
    padding-right: 3rem !important; }
  .px-lg-19 {
    padding-right: 3.5rem !important; }
  .px-lg-20 {
    padding-right: 4rem !important; } }

@media (min-width: 1200px) {
  .px-xl-0 {
    padding-right: 0 !important; }
  .px-xl-1 {
    padding-right: 0.125rem !important; }
  .px-xl-2 {
    padding-right: 0.25rem !important; }
  .px-xl-3 {
    padding-right: 0.375rem !important; }
  .px-xl-4 {
    padding-right: 0.5rem !important; }
  .px-xl-5 {
    padding-right: 0.625rem !important; }
  .px-xl-6 {
    padding-right: 0.75rem !important; }
  .px-xl-7 {
    padding-right: 0.875rem !important; }
  .px-xl-8 {
    padding-right: 1rem !important; }
  .px-xl-9 {
    padding-right: 1.125rem !important; }
  .px-xl-10 {
    padding-right: 1.25rem !important; }
  .px-xl-11 {
    padding-right: 1.375rem !important; }
  .px-xl-12 {
    padding-right: 1.5rem !important; }
  .px-xl-13 {
    padding-right: 1.625rem !important; }
  .px-xl-14 {
    padding-right: 1.75rem !important; }
  .px-xl-15 {
    padding-right: 1.875rem !important; }
  .px-xl-16 {
    padding-right: 2rem !important; }
  .px-xl-17 {
    padding-right: 2.5rem !important; }
  .px-xl-18 {
    padding-right: 3rem !important; }
  .px-xl-19 {
    padding-right: 3.5rem !important; }
  .px-xl-20 {
    padding-right: 4rem !important; } }

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

.py-1 {
  padding-top: 0.125rem !important; }

.py-2 {
  padding-top: 0.25rem !important; }

.py-3 {
  padding-top: 0.375rem !important; }

.py-4 {
  padding-top: 0.5rem !important; }

.py-5 {
  padding-top: 0.625rem !important; }

.py-6 {
  padding-top: 0.75rem !important; }

.py-7 {
  padding-top: 0.875rem !important; }

.py-8 {
  padding-top: 1rem !important; }

.py-9 {
  padding-top: 1.125rem !important; }

.py-10 {
  padding-top: 1.25rem !important; }

.py-11 {
  padding-top: 1.375rem !important; }

.py-12 {
  padding-top: 1.5rem !important; }

.py-13 {
  padding-top: 1.625rem !important; }

.py-14 {
  padding-top: 1.75rem !important; }

.py-15 {
  padding-top: 1.875rem !important; }

.py-16 {
  padding-top: 2rem !important; }

.py-17 {
  padding-top: 2.5rem !important; }

.py-18 {
  padding-top: 3rem !important; }

.py-19 {
  padding-top: 3.5rem !important; }

.py-20 {
  padding-top: 4rem !important; }

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

.py-1 {
  padding-bottom: 0.125rem !important; }

.py-2 {
  padding-bottom: 0.25rem !important; }

.py-3 {
  padding-bottom: 0.375rem !important; }

.py-4 {
  padding-bottom: 0.5rem !important; }

.py-5 {
  padding-bottom: 0.625rem !important; }

.py-6 {
  padding-bottom: 0.75rem !important; }

.py-7 {
  padding-bottom: 0.875rem !important; }

.py-8 {
  padding-bottom: 1rem !important; }

.py-9 {
  padding-bottom: 1.125rem !important; }

.py-10 {
  padding-bottom: 1.25rem !important; }

.py-11 {
  padding-bottom: 1.375rem !important; }

.py-12 {
  padding-bottom: 1.5rem !important; }

.py-13 {
  padding-bottom: 1.625rem !important; }

.py-14 {
  padding-bottom: 1.75rem !important; }

.py-15 {
  padding-bottom: 1.875rem !important; }

.py-16 {
  padding-bottom: 2rem !important; }

.py-17 {
  padding-bottom: 2.5rem !important; }

.py-18 {
  padding-bottom: 3rem !important; }

.py-19 {
  padding-bottom: 3.5rem !important; }

.py-20 {
  padding-bottom: 4rem !important; }

@media (min-width: 0) {
  .py-xs-0 {
    padding-top: 0 !important; }
  .py-xs-1 {
    padding-top: 0.125rem !important; }
  .py-xs-2 {
    padding-top: 0.25rem !important; }
  .py-xs-3 {
    padding-top: 0.375rem !important; }
  .py-xs-4 {
    padding-top: 0.5rem !important; }
  .py-xs-5 {
    padding-top: 0.625rem !important; }
  .py-xs-6 {
    padding-top: 0.75rem !important; }
  .py-xs-7 {
    padding-top: 0.875rem !important; }
  .py-xs-8 {
    padding-top: 1rem !important; }
  .py-xs-9 {
    padding-top: 1.125rem !important; }
  .py-xs-10 {
    padding-top: 1.25rem !important; }
  .py-xs-11 {
    padding-top: 1.375rem !important; }
  .py-xs-12 {
    padding-top: 1.5rem !important; }
  .py-xs-13 {
    padding-top: 1.625rem !important; }
  .py-xs-14 {
    padding-top: 1.75rem !important; }
  .py-xs-15 {
    padding-top: 1.875rem !important; }
  .py-xs-16 {
    padding-top: 2rem !important; }
  .py-xs-17 {
    padding-top: 2.5rem !important; }
  .py-xs-18 {
    padding-top: 3rem !important; }
  .py-xs-19 {
    padding-top: 3.5rem !important; }
  .py-xs-20 {
    padding-top: 4rem !important; } }

@media (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0 !important; }
  .py-sm-1 {
    padding-top: 0.125rem !important; }
  .py-sm-2 {
    padding-top: 0.25rem !important; }
  .py-sm-3 {
    padding-top: 0.375rem !important; }
  .py-sm-4 {
    padding-top: 0.5rem !important; }
  .py-sm-5 {
    padding-top: 0.625rem !important; }
  .py-sm-6 {
    padding-top: 0.75rem !important; }
  .py-sm-7 {
    padding-top: 0.875rem !important; }
  .py-sm-8 {
    padding-top: 1rem !important; }
  .py-sm-9 {
    padding-top: 1.125rem !important; }
  .py-sm-10 {
    padding-top: 1.25rem !important; }
  .py-sm-11 {
    padding-top: 1.375rem !important; }
  .py-sm-12 {
    padding-top: 1.5rem !important; }
  .py-sm-13 {
    padding-top: 1.625rem !important; }
  .py-sm-14 {
    padding-top: 1.75rem !important; }
  .py-sm-15 {
    padding-top: 1.875rem !important; }
  .py-sm-16 {
    padding-top: 2rem !important; }
  .py-sm-17 {
    padding-top: 2.5rem !important; }
  .py-sm-18 {
    padding-top: 3rem !important; }
  .py-sm-19 {
    padding-top: 3.5rem !important; }
  .py-sm-20 {
    padding-top: 4rem !important; } }

@media (min-width: 768px) {
  .py-md-0 {
    padding-top: 0 !important; }
  .py-md-1 {
    padding-top: 0.125rem !important; }
  .py-md-2 {
    padding-top: 0.25rem !important; }
  .py-md-3 {
    padding-top: 0.375rem !important; }
  .py-md-4 {
    padding-top: 0.5rem !important; }
  .py-md-5 {
    padding-top: 0.625rem !important; }
  .py-md-6 {
    padding-top: 0.75rem !important; }
  .py-md-7 {
    padding-top: 0.875rem !important; }
  .py-md-8 {
    padding-top: 1rem !important; }
  .py-md-9 {
    padding-top: 1.125rem !important; }
  .py-md-10 {
    padding-top: 1.25rem !important; }
  .py-md-11 {
    padding-top: 1.375rem !important; }
  .py-md-12 {
    padding-top: 1.5rem !important; }
  .py-md-13 {
    padding-top: 1.625rem !important; }
  .py-md-14 {
    padding-top: 1.75rem !important; }
  .py-md-15 {
    padding-top: 1.875rem !important; }
  .py-md-16 {
    padding-top: 2rem !important; }
  .py-md-17 {
    padding-top: 2.5rem !important; }
  .py-md-18 {
    padding-top: 3rem !important; }
  .py-md-19 {
    padding-top: 3.5rem !important; }
  .py-md-20 {
    padding-top: 4rem !important; } }

@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0 !important; }
  .py-lg-1 {
    padding-top: 0.125rem !important; }
  .py-lg-2 {
    padding-top: 0.25rem !important; }
  .py-lg-3 {
    padding-top: 0.375rem !important; }
  .py-lg-4 {
    padding-top: 0.5rem !important; }
  .py-lg-5 {
    padding-top: 0.625rem !important; }
  .py-lg-6 {
    padding-top: 0.75rem !important; }
  .py-lg-7 {
    padding-top: 0.875rem !important; }
  .py-lg-8 {
    padding-top: 1rem !important; }
  .py-lg-9 {
    padding-top: 1.125rem !important; }
  .py-lg-10 {
    padding-top: 1.25rem !important; }
  .py-lg-11 {
    padding-top: 1.375rem !important; }
  .py-lg-12 {
    padding-top: 1.5rem !important; }
  .py-lg-13 {
    padding-top: 1.625rem !important; }
  .py-lg-14 {
    padding-top: 1.75rem !important; }
  .py-lg-15 {
    padding-top: 1.875rem !important; }
  .py-lg-16 {
    padding-top: 2rem !important; }
  .py-lg-17 {
    padding-top: 2.5rem !important; }
  .py-lg-18 {
    padding-top: 3rem !important; }
  .py-lg-19 {
    padding-top: 3.5rem !important; }
  .py-lg-20 {
    padding-top: 4rem !important; } }

@media (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0 !important; }
  .py-xl-1 {
    padding-top: 0.125rem !important; }
  .py-xl-2 {
    padding-top: 0.25rem !important; }
  .py-xl-3 {
    padding-top: 0.375rem !important; }
  .py-xl-4 {
    padding-top: 0.5rem !important; }
  .py-xl-5 {
    padding-top: 0.625rem !important; }
  .py-xl-6 {
    padding-top: 0.75rem !important; }
  .py-xl-7 {
    padding-top: 0.875rem !important; }
  .py-xl-8 {
    padding-top: 1rem !important; }
  .py-xl-9 {
    padding-top: 1.125rem !important; }
  .py-xl-10 {
    padding-top: 1.25rem !important; }
  .py-xl-11 {
    padding-top: 1.375rem !important; }
  .py-xl-12 {
    padding-top: 1.5rem !important; }
  .py-xl-13 {
    padding-top: 1.625rem !important; }
  .py-xl-14 {
    padding-top: 1.75rem !important; }
  .py-xl-15 {
    padding-top: 1.875rem !important; }
  .py-xl-16 {
    padding-top: 2rem !important; }
  .py-xl-17 {
    padding-top: 2.5rem !important; }
  .py-xl-18 {
    padding-top: 3rem !important; }
  .py-xl-19 {
    padding-top: 3.5rem !important; }
  .py-xl-20 {
    padding-top: 4rem !important; } }

@media (min-width: 0) {
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .py-xs-1 {
    padding-bottom: 0.125rem !important; }
  .py-xs-2 {
    padding-bottom: 0.25rem !important; }
  .py-xs-3 {
    padding-bottom: 0.375rem !important; }
  .py-xs-4 {
    padding-bottom: 0.5rem !important; }
  .py-xs-5 {
    padding-bottom: 0.625rem !important; }
  .py-xs-6 {
    padding-bottom: 0.75rem !important; }
  .py-xs-7 {
    padding-bottom: 0.875rem !important; }
  .py-xs-8 {
    padding-bottom: 1rem !important; }
  .py-xs-9 {
    padding-bottom: 1.125rem !important; }
  .py-xs-10 {
    padding-bottom: 1.25rem !important; }
  .py-xs-11 {
    padding-bottom: 1.375rem !important; }
  .py-xs-12 {
    padding-bottom: 1.5rem !important; }
  .py-xs-13 {
    padding-bottom: 1.625rem !important; }
  .py-xs-14 {
    padding-bottom: 1.75rem !important; }
  .py-xs-15 {
    padding-bottom: 1.875rem !important; }
  .py-xs-16 {
    padding-bottom: 2rem !important; }
  .py-xs-17 {
    padding-bottom: 2.5rem !important; }
  .py-xs-18 {
    padding-bottom: 3rem !important; }
  .py-xs-19 {
    padding-bottom: 3.5rem !important; }
  .py-xs-20 {
    padding-bottom: 4rem !important; } }

@media (min-width: 576px) {
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-bottom: 0.125rem !important; }
  .py-sm-2 {
    padding-bottom: 0.25rem !important; }
  .py-sm-3 {
    padding-bottom: 0.375rem !important; }
  .py-sm-4 {
    padding-bottom: 0.5rem !important; }
  .py-sm-5 {
    padding-bottom: 0.625rem !important; }
  .py-sm-6 {
    padding-bottom: 0.75rem !important; }
  .py-sm-7 {
    padding-bottom: 0.875rem !important; }
  .py-sm-8 {
    padding-bottom: 1rem !important; }
  .py-sm-9 {
    padding-bottom: 1.125rem !important; }
  .py-sm-10 {
    padding-bottom: 1.25rem !important; }
  .py-sm-11 {
    padding-bottom: 1.375rem !important; }
  .py-sm-12 {
    padding-bottom: 1.5rem !important; }
  .py-sm-13 {
    padding-bottom: 1.625rem !important; }
  .py-sm-14 {
    padding-bottom: 1.75rem !important; }
  .py-sm-15 {
    padding-bottom: 1.875rem !important; }
  .py-sm-16 {
    padding-bottom: 2rem !important; }
  .py-sm-17 {
    padding-bottom: 2.5rem !important; }
  .py-sm-18 {
    padding-bottom: 3rem !important; }
  .py-sm-19 {
    padding-bottom: 3.5rem !important; }
  .py-sm-20 {
    padding-bottom: 4rem !important; } }

@media (min-width: 768px) {
  .py-md-0 {
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-bottom: 0.125rem !important; }
  .py-md-2 {
    padding-bottom: 0.25rem !important; }
  .py-md-3 {
    padding-bottom: 0.375rem !important; }
  .py-md-4 {
    padding-bottom: 0.5rem !important; }
  .py-md-5 {
    padding-bottom: 0.625rem !important; }
  .py-md-6 {
    padding-bottom: 0.75rem !important; }
  .py-md-7 {
    padding-bottom: 0.875rem !important; }
  .py-md-8 {
    padding-bottom: 1rem !important; }
  .py-md-9 {
    padding-bottom: 1.125rem !important; }
  .py-md-10 {
    padding-bottom: 1.25rem !important; }
  .py-md-11 {
    padding-bottom: 1.375rem !important; }
  .py-md-12 {
    padding-bottom: 1.5rem !important; }
  .py-md-13 {
    padding-bottom: 1.625rem !important; }
  .py-md-14 {
    padding-bottom: 1.75rem !important; }
  .py-md-15 {
    padding-bottom: 1.875rem !important; }
  .py-md-16 {
    padding-bottom: 2rem !important; }
  .py-md-17 {
    padding-bottom: 2.5rem !important; }
  .py-md-18 {
    padding-bottom: 3rem !important; }
  .py-md-19 {
    padding-bottom: 3.5rem !important; }
  .py-md-20 {
    padding-bottom: 4rem !important; } }

@media (min-width: 992px) {
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-bottom: 0.125rem !important; }
  .py-lg-2 {
    padding-bottom: 0.25rem !important; }
  .py-lg-3 {
    padding-bottom: 0.375rem !important; }
  .py-lg-4 {
    padding-bottom: 0.5rem !important; }
  .py-lg-5 {
    padding-bottom: 0.625rem !important; }
  .py-lg-6 {
    padding-bottom: 0.75rem !important; }
  .py-lg-7 {
    padding-bottom: 0.875rem !important; }
  .py-lg-8 {
    padding-bottom: 1rem !important; }
  .py-lg-9 {
    padding-bottom: 1.125rem !important; }
  .py-lg-10 {
    padding-bottom: 1.25rem !important; }
  .py-lg-11 {
    padding-bottom: 1.375rem !important; }
  .py-lg-12 {
    padding-bottom: 1.5rem !important; }
  .py-lg-13 {
    padding-bottom: 1.625rem !important; }
  .py-lg-14 {
    padding-bottom: 1.75rem !important; }
  .py-lg-15 {
    padding-bottom: 1.875rem !important; }
  .py-lg-16 {
    padding-bottom: 2rem !important; }
  .py-lg-17 {
    padding-bottom: 2.5rem !important; }
  .py-lg-18 {
    padding-bottom: 3rem !important; }
  .py-lg-19 {
    padding-bottom: 3.5rem !important; }
  .py-lg-20 {
    padding-bottom: 4rem !important; } }

@media (min-width: 1200px) {
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-bottom: 0.125rem !important; }
  .py-xl-2 {
    padding-bottom: 0.25rem !important; }
  .py-xl-3 {
    padding-bottom: 0.375rem !important; }
  .py-xl-4 {
    padding-bottom: 0.5rem !important; }
  .py-xl-5 {
    padding-bottom: 0.625rem !important; }
  .py-xl-6 {
    padding-bottom: 0.75rem !important; }
  .py-xl-7 {
    padding-bottom: 0.875rem !important; }
  .py-xl-8 {
    padding-bottom: 1rem !important; }
  .py-xl-9 {
    padding-bottom: 1.125rem !important; }
  .py-xl-10 {
    padding-bottom: 1.25rem !important; }
  .py-xl-11 {
    padding-bottom: 1.375rem !important; }
  .py-xl-12 {
    padding-bottom: 1.5rem !important; }
  .py-xl-13 {
    padding-bottom: 1.625rem !important; }
  .py-xl-14 {
    padding-bottom: 1.75rem !important; }
  .py-xl-15 {
    padding-bottom: 1.875rem !important; }
  .py-xl-16 {
    padding-bottom: 2rem !important; }
  .py-xl-17 {
    padding-bottom: 2.5rem !important; }
  .py-xl-18 {
    padding-bottom: 3rem !important; }
  .py-xl-19 {
    padding-bottom: 3.5rem !important; }
  .py-xl-20 {
    padding-bottom: 4rem !important; } }

html {
  background: var(--color-secondary);
  color: var(--color-text); }

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

#main-wrapper {
  margin-left: var(--e8-sidebar-width);
  transition: all 0.2s ease; }

body.conversation #main-wrapper {
  margin-right: var(--e8-sidebar-width); }

body.conversation #header {
  right: var(--e8-sidebar-width); }

p {
  margin: 0; }

body {
  background: #f8f9fa;
  margin: 0;
  font-family: "PT Sans", sans-serif; }

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

#message-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow-y: scroll;
  padding: 20px;
  margin: 75px auto 0;
  height: calc(100vh - 225px);
  width: 100%; }
  #message-body::-webkit-scrollbar {
    width: 10px; }
  #message-body::-webkit-scrollbar-track {
    background: transparent; }
  #message-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px; }
    #message-body::-webkit-scrollbar-thumb:hover {
      background: #555; }

#messages-empty {
  text-align: center; }

.message-group {
  max-width: 300px;
  margin-bottom: 30px; }
  .message-group.message-received .message:last-of-type {
    border-bottom-left-radius: 0; }
  .message-group.message-sent .message:last-of-type {
    border-bottom-right-radius: 0; }

.message {
  background: white;
  border: 2px solid #d5d5d5;
  border-radius: 15px;
  padding: 5px 10px;
  color: #202121;
  font-size: 14px;
  min-width: 225px;
  margin-bottom: 5px;
  position: relative; }
  .message-sent {
    align-self: flex-end; }
    .message-sent .message-author:not(.message-reply--author) {
      text-align: right; }
  .message-received .message {
    border-color: var(--color-primary); }
  .message-reply {
    border-radius: 3px;
    border-left: 3px solid var(--color-primary);
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #f5f5f5; }
  .message-author {
    display: block;
    font-size: 12px;
    margin-bottom: 5px; }
  .message-content p {
    margin: 0.5em 0; }

#message-header {
  background: rgba(var(--color-quaternary), 0.7);
  color: var(--color-secondary);
  min-height: 74px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 74px; }
  #message-header p {
    font-size: 18px;
    font-weight: bold;
    text-align: center; }

#message-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: var(--color-quaternary);
  margin-bottom: 0;
  height: 150px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.05); }
  #message-footer--wrapper {
    position: relative;
    width: 100%; }
  #message-footer #message-send {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    background: #f5f5f5; }
    #message-footer #message-send span {
      margin-right: 15px;
      font-family: "PT Sans", sans-serif; }
  #message-footer #message {
    width: 100%;
    padding: 10px;
    font-family: "PT Sans", sans-serif;
    border-radius: 8px;
    border-color: #d5d5d5; }
  #message-footer #message-controls {
    padding-left: 0;
    margin: 0 15px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none; }
    #message-footer #message-controls li {
      cursor: pointer; }
      #message-footer #message-controls li:hover path {
        fill: var(--color-primary); }
    #message-footer #message-controls svg path {
      fill: #d5d5d5; }

.context-menu {
  position: absolute; }
  .context-menu .menu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(64, 64, 64, 0.05);
    border: 2px solid #d5d5d5;
    padding-left: 0;
    list-style: none;
    margin: 0; }
    .context-menu .menu > li > a {
      font: inherit;
      border: 0;
      padding: 10px 30px 10px 15px;
      width: 100%;
      display: flex;
      align-items: center;
      position: relative;
      text-decoration: none;
      color: #000;
      font-weight: 500; }
      .context-menu .menu > li > a:hover {
        background: #f1f3f7;
        color: #4b00ff; }
        .context-menu .menu > li > a:hover i {
          padding-right: 10px; }
    .context-menu .menu.trash > a:hover {
      color: red; }
