/**
   * 1. Remove repeating backgrounds in all browsers (opinionated).
   * 2. Add box sizing inheritence in all browsers (opinionated).
   */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  /* 2 */
}
/**
   * 1. Add text decoration inheritance in all browsers (opinionated).
   * 2. Add vertical alignment inheritence in all browsers (opinionated).
   */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
   * 1. Add border box sizing in all browsers (opinionated).
   * 2. Add the default cursor in all browsers (opinionated).
   * 3. Prevent font size adjustments after orientation changes in IE and iOS.
   */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 0 12px 0;
}
p:last-child,
ul:last-child {
  margin-bottom: 0;
}
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * Remove the list style on navigation lists in all browsers (opinionated).
   */
nav ol,
nav ul {
  list-style: none;
}
/**
   * 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 */
}
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}
/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ffff00;
  color: #000000;
}
/**
   * 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;
}
/*
   * Remove the text shadow on text selections (opinionated).
   * 1. Restore the coloring undone by defining the text shadow (opinionated).
   */
::-moz-selection {
  text-shadow: none;
}
::selection {
  text-shadow: none;
}
/*
   * Change the alignment on media elements in all browers (opinionated).
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}
/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
}
/**
   * Change the fill color to match the text color in all browsers (opinionated).
   */
svg {
  fill: currentColor;
}
/**
   * Hide the overflow in IE.
   */
/* line 302, src/scss/utils/mixins/_global-reset.scss */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
     ========================================================================== */
/**
   * Collapse border spacing
   */
table {
  border-collapse: collapse;
}
/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
     ========================================================================== */
/**
   * Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
}
/**
   * Inherit styling in all browsers (opinionated).
   */
button,
input,
select,
textarea {
  background-color: white;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
  outline: 0;
  border: 0;
}
input[type="text"] {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
   * 1. Remove the default vertical scrollbar in IE.
   * 2. Change the resize direction on textareas in all browsers (opinionated).
   */
textarea {
  overflow: auto;
  /* 1 */
  resize: none;
  border: 0;
}
/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}
/**
   * Add the correct display in IE.
   */
template {
  display: none;
}
/*
   * Remove the tapping delay on clickable elements (opinionated).
   * 1. Remove the tapping delay in IE 10.
   */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}
/**
   * Change the cursor on busy elements (opinionated).
   */
[aria-busy="true"] {
  cursor: progress;
}
/*
   * Change the cursor on control elements (opinionated).
   */
[aria-controls] {
  cursor: pointer;
}
/*
   * Change the display on visually hidden accessible elements (opinionated).
   */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
/*
   * Change the cursor on disabled, not-editable, or otherwise
   * inoperable elements (opinionated).
   */
[aria-disabled] {
  cursor: default;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:active,
*:hover,
*:focus {
  outline: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.08333333), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  /* line 19, src/scss/base/_base.scss */
  html,
  body {
    font-smoothing: subpixel-antialiased;
  }
}
img {
  max-width: 100%;
  height: auto;
}
::selection {
  background-color: #a1a0a0;
  /* WebKit/Blink Browsers */
  color: #212121;
}
::-moz-selection {
  background-color: #a1a0a0;
  /* Gecko Browsers */
  color: #212121;
}
html,
body {
  height: 100%;
}
a {
  color: inherit;
}
/*********************************************************/
.container {
  max-width: 1440px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.fs-300 {
  font-size: 3em;
}
.fs-250 {
  font-size: 2.5em;
}
.fs-200 {
  font-size: 2em;
}
.fs-150 {
  font-size: 1.5em;
}
.fs-145 {
  font-size: 1.45em;
}
.fs-140 {
  font-size: 1.4em;
}
.fs-135 {
  font-size: 1.35em;
}
.fs-130 {
  font-size: 1.3em;
}
.fs-125 {
  font-size: 1.25em;
}
.fs-120 {
  font-size: 1.2em;
}
.fs-115 {
  font-size: 1.15em;
}
.fs-110 {
  font-size: 1.1em;
}
.fs-105 {
  font-size: 1.05em;
}
.fs-095 {
  font-size: 0.95em;
}
.fs-090 {
  font-size: 0.9em;
}
.fs-085 {
  font-size: 0.85em;
}
.fs-080 {
  font-size: 0.8em;
}
.fs-075 {
  font-size: 0.75em;
}
.fs-070 {
  font-size: 0.7em;
}
.fs-065 {
  font-size: 0.65em;
}
.fs-060 {
  font-size: 0.6em;
}
.fs-055 {
  font-size: 0.55em;
}
.fs-050 {
  font-size: 0.5em;
}
section {
  text-align: left;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.opacity-100-hover:hover,
.opacity-100-hover:focus {
  opacity: 1;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.bg-image-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.justify-content-start {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-space-around {
  justify-content: space-around;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-stretch {
  align-items: stretch;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-stretch {
  align-self: stretch;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.col-0 {
  width: 0%;
}
.col-5 {
  width: 5%;
}
.col-10 {
  width: 10%;
}
.col-15 {
  width: 15%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: calc(100% / 3);
}
.col-35 {
  width: 35%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 45%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55%;
}
.col-60 {
  width: 60%;
}
.col-65 {
  width: 65%;
}
.col-66 {
  width: calc(100% / 3 * 2);
}
.col-70 {
  width: 70%;
}
.col-75 {
  width: 75%;
}
.col-80 {
  width: 80%;
}
.col-85 {
  width: 85%;
}
.col-90 {
  width: 90%;
}
.col-95 {
  width: 95%;
}
.col-100 {
  width: 100%;
}
.offset-0 {
  margin-left: 0%;
}
.offset-5 {
  margin-left: 5%;
}
.offset-10 {
  margin-left: 10%;
}
.offset-15 {
  margin-left: 15%;
}
.offset-20 {
  margin-left: 20%;
}
.offset-25 {
  margin-left: 25%;
}
.offset-30 {
  margin-left: 30%;
}
.offset-33 {
  margin-left: calc(100% / 3);
}
.offset-35 {
  margin-left: 35%;
}
.offset-40 {
  margin-left: 40%;
}
.offset-45 {
  margin-left: 45%;
}
.offset-50 {
  margin-left: 50%;
}
.offset-55 {
  margin-left: 55%;
}
.offset-60 {
  margin-left: 60%;
}
.offset-65 {
  margin-left: 65%;
}
.offset-66 {
  margin-left: calc(100% / 3 * 2);
}
.offset-70 {
  margin-left: 70%;
}
.offset-75 {
  margin-left: 75%;
}
.offset-80 {
  margin-left: 80%;
}
.offset-85 {
  margin-left: 85%;
}
.offset-90 {
  margin-left: 90%;
}
.offset-95 {
  margin-left: 95%;
}
.offset-100 {
  margin-left: 100%;
}
.pl-0,
.px-0 {
  padding-left: 0px !important;
}
.pl-5,
.px-5 {
  padding-left: 5px !important;
}
.pl-10,
.px-10 {
  padding-left: 10px !important;
}
.pl-15,
.px-15 {
  padding-left: 15px !important;
}
.pl-20,
.px-20 {
  padding-left: 20px !important;
}
.pl-25,
.px-25 {
  padding-left: 25px !important;
}
.pl-30,
.px-30 {
  padding-left: 30px !important;
}
.pl-35,
.px-35 {
  padding-left: 35px !important;
}
.pl-40,
.px-40 {
  padding-left: 40px !important;
}
.pl-45,
.px-45 {
  padding-left: 45px !important;
}
.pl-50,
.px-50 {
  padding-left: 50px !important;
}
.pl-55,
.px-55 {
  padding-left: 55px !important;
}
.pl-60,
.px-60 {
  padding-left: 60px !important;
}
.pl-65,
.px-65 {
  padding-left: 65px !important;
}
.pl-70,
.px-70 {
  padding-left: 70px !important;
}
.pl-75,
.px-75 {
  padding-left: 75px !important;
}
.pl-80,
.px-80 {
  padding-left: 80px !important;
}
.pl-85,
.px-85 {
  padding-left: 85px !important;
}
.pl-90,
.px-90 {
  padding-left: 90px !important;
}
.pl-95,
.px-95 {
  padding-left: 95px !important;
}
.pl-100,
.px-100 {
  padding-left: 100px !important;
}
.pl-110,
.px-110 {
  padding-left: 110px !important;
}
.pl-120,
.px-120 {
  padding-left: 120px !important;
}
.pl-130,
.px-130 {
  padding-left: 130px !important;
}
.pl-140,
.px-140 {
  padding-left: 140px !important;
}
.pl-150,
.px-150 {
  padding-left: 150px !important;
}
.pl-160,
.px-160 {
  padding-left: 160px !important;
}
.pl-170,
.px-170 {
  padding-left: 170px !important;
}
.pl-180,
.px-180 {
  padding-left: 180px !important;
}
.pl-190,
.px-190 {
  padding-left: 190px !important;
}
.pl-200,
.px-200 {
  padding-left: 200px !important;
}
.pr-0,
.px-0 {
  padding-right: 0px !important;
}
.pr-5,
.px-5 {
  padding-right: 5px !important;
}
.pr-10,
.px-10 {
  padding-right: 10px !important;
}
.pr-15,
.px-15 {
  padding-right: 15px !important;
}
.pr-20,
.px-20 {
  padding-right: 20px !important;
}
.pr-25,
.px-25 {
  padding-right: 25px !important;
}
.pr-30,
.px-30 {
  padding-right: 30px !important;
}
.pr-35,
.px-35 {
  padding-right: 35px !important;
}
.pr-40,
.px-40 {
  padding-right: 40px !important;
}
.pr-45,
.px-45 {
  padding-right: 45px !important;
}
.pr-50,
.px-50 {
  padding-right: 50px !important;
}
.pr-55,
.px-55 {
  padding-right: 55px !important;
}
.pr-60,
.px-60 {
  padding-right: 60px !important;
}
.pr-65,
.px-65 {
  padding-right: 65px !important;
}
.pr-70,
.px-70 {
  padding-right: 70px !important;
}
.pr-75,
.px-75 {
  padding-right: 75px !important;
}
.pr-80,
.px-80 {
  padding-right: 80px !important;
}
.pr-85,
.px-85 {
  padding-right: 85px !important;
}
.pr-90,
.px-90 {
  padding-right: 90px !important;
}
.pr-95,
.px-95 {
  padding-right: 95px !important;
}
.pr-100,
.px-100 {
  padding-right: 100px !important;
}
.pr-110,
.px-110 {
  padding-right: 110px !important;
}
.pr-120,
.px-120 {
  padding-right: 120px !important;
}
.pr-130,
.px-130 {
  padding-right: 130px !important;
}
.pr-140,
.px-140 {
  padding-right: 140px !important;
}
.pr-150,
.px-150 {
  padding-right: 150px !important;
}
.pr-160,
.px-160 {
  padding-right: 160px !important;
}
.pr-170,
.px-170 {
  padding-right: 170px !important;
}
.pr-180,
.px-180 {
  padding-right: 180px !important;
}
.pr-190,
.px-190 {
  padding-right: 190px !important;
}
.pr-200,
.px-200 {
  padding-right: 200px !important;
}
.pt-0,
.py-0 {
  padding-top: 0px !important;
}
.pt-5,
.py-5 {
  padding-top: 5px !important;
}
.pt-10,
.py-10 {
  padding-top: 10px !important;
}
.pt-15,
.py-15 {
  padding-top: 15px !important;
}
.pt-20,
.py-20 {
  padding-top: 20px !important;
}
.pt-25,
.py-25 {
  padding-top: 25px !important;
}
.pt-30,
.py-30 {
  padding-top: 30px !important;
}
.pt-35,
.py-35 {
  padding-top: 35px !important;
}
.pt-40,
.py-40 {
  padding-top: 40px !important;
}
.pt-45,
.py-45 {
  padding-top: 45px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pt-55,
.py-55 {
  padding-top: 55px !important;
}
.pt-60,
.py-60 {
  padding-top: 60px !important;
}
.pt-65,
.py-65 {
  padding-top: 65px !important;
}
.pt-70,
.py-70 {
  padding-top: 70px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pt-80,
.py-80 {
  padding-top: 80px !important;
}
.pt-85,
.py-85 {
  padding-top: 85px !important;
}
.pt-90,
.py-90 {
  padding-top: 90px !important;
}
.pt-95,
.py-95 {
  padding-top: 95px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pt-110,
.py-110 {
  padding-top: 110px !important;
}
.pt-120,
.py-120 {
  padding-top: 120px !important;
}
.pt-130,
.py-130 {
  padding-top: 130px !important;
}
.pt-140,
.py-140 {
  padding-top: 140px !important;
}
.pt-150,
.py-150 {
  padding-top: 150px !important;
}
.pt-160,
.py-160 {
  padding-top: 160px !important;
}
.pt-170,
.py-170 {
  padding-top: 170px !important;
}
.pt-180,
.py-180 {
  padding-top: 180px !important;
}
.pt-190,
.py-190 {
  padding-top: 190px !important;
}
.pt-200,
.py-200 {
  padding-top: 200px !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}
.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}
.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}
.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}
.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}
.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}
.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}
.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.pb-55,
.py-55 {
  padding-bottom: 55px !important;
}
.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}
.pb-65,
.py-65 {
  padding-bottom: 65px !important;
}
.pb-70,
.py-70 {
  padding-bottom: 70px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}
.pb-85,
.py-85 {
  padding-bottom: 85px !important;
}
.pb-90,
.py-90 {
  padding-bottom: 90px !important;
}
.pb-95,
.py-95 {
  padding-bottom: 95px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pb-110,
.py-110 {
  padding-bottom: 110px !important;
}
.pb-120,
.py-120 {
  padding-bottom: 120px !important;
}
.pb-130,
.py-130 {
  padding-bottom: 130px !important;
}
.pb-140,
.py-140 {
  padding-bottom: 140px !important;
}
.pb-150,
.py-150 {
  padding-bottom: 150px !important;
}
.pb-160,
.py-160 {
  padding-bottom: 160px !important;
}
.pb-170,
.py-170 {
  padding-bottom: 170px !important;
}
.pb-180,
.py-180 {
  padding-bottom: 180px !important;
}
.pb-190,
.py-190 {
  padding-bottom: 190px !important;
}
.pb-200,
.py-200 {
  padding-bottom: 200px !important;
}
.ml-0,
.mx-0 {
  margin-left: 0px !important;
}
.ml-5,
.mx-5 {
  margin-left: 5px !important;
}
.ml-10,
.mx-10 {
  margin-left: 10px !important;
}
.ml-15,
.mx-15 {
  margin-left: 15px !important;
}
.ml-20,
.mx-20 {
  margin-left: 20px !important;
}
.ml-25,
.mx-25 {
  margin-left: 25px !important;
}
.ml-30,
.mx-30 {
  margin-left: 30px !important;
}
.ml-35,
.mx-35 {
  margin-left: 35px !important;
}
.ml-40,
.mx-40 {
  margin-left: 40px !important;
}
.ml-45,
.mx-45 {
  margin-left: 45px !important;
}
.ml-50,
.mx-50 {
  margin-left: 50px !important;
}
.ml-55,
.mx-55 {
  margin-left: 55px !important;
}
.ml-60,
.mx-60 {
  margin-left: 60px !important;
}
.ml-65,
.mx-65 {
  margin-left: 65px !important;
}
.ml-70,
.mx-70 {
  margin-left: 70px !important;
}
.ml-75,
.mx-75 {
  margin-left: 75px !important;
}
.ml-80,
.mx-80 {
  margin-left: 80px !important;
}
.ml-85,
.mx-85 {
  margin-left: 85px !important;
}
.ml-90,
.mx-90 {
  margin-left: 90px !important;
}
.ml-95,
.mx-95 {
  margin-left: 95px !important;
}
.ml-100,
.mx-100 {
  margin-left: 100px !important;
}
.ml-110,
.mx-110 {
  margin-left: 110px !important;
}
.ml-120,
.mx-120 {
  margin-left: 120px !important;
}
.ml-130,
.mx-130 {
  margin-left: 130px !important;
}
.ml-140,
.mx-140 {
  margin-left: 140px !important;
}
.ml-150,
.mx-150 {
  margin-left: 150px !important;
}
.ml-160,
.mx-160 {
  margin-left: 160px !important;
}
.ml-170,
.mx-170 {
  margin-left: 170px !important;
}
.ml-180,
.mx-180 {
  margin-left: 180px !important;
}
.ml-190,
.mx-190 {
  margin-left: 190px !important;
}
.ml-200,
.mx-200 {
  margin-left: 200px !important;
}
.mr-0,
.mx-0 {
  margin-right: 0px !important;
}
.mr-5,
.mx-5 {
  margin-right: 5px !important;
}
.mr-10,
.mx-10 {
  margin-right: 10px !important;
}
.mr-15,
.mx-15 {
  margin-right: 15px !important;
}
.mr-20,
.mx-20 {
  margin-right: 20px !important;
}
.mr-25,
.mx-25 {
  margin-right: 25px !important;
}
.mr-30,
.mx-30 {
  margin-right: 30px !important;
}
.mr-35,
.mx-35 {
  margin-right: 35px !important;
}
.mr-40,
.mx-40 {
  margin-right: 40px !important;
}
.mr-45,
.mx-45 {
  margin-right: 45px !important;
}
.mr-50,
.mx-50 {
  margin-right: 50px !important;
}
.mr-55,
.mx-55 {
  margin-right: 55px !important;
}
.mr-60,
.mx-60 {
  margin-right: 60px !important;
}
.mr-65,
.mx-65 {
  margin-right: 65px !important;
}
.mr-70,
.mx-70 {
  margin-right: 70px !important;
}
.mr-75,
.mx-75 {
  margin-right: 75px !important;
}
.mr-80,
.mx-80 {
  margin-right: 80px !important;
}
.mr-85,
.mx-85 {
  margin-right: 85px !important;
}
.mr-90,
.mx-90 {
  margin-right: 90px !important;
}
.mr-95,
.mx-95 {
  margin-right: 95px !important;
}
.mr-100,
.mx-100 {
  margin-right: 100px !important;
}
.mr-110,
.mx-110 {
  margin-right: 110px !important;
}
.mr-120,
.mx-120 {
  margin-right: 120px !important;
}
.mr-130,
.mx-130 {
  margin-right: 130px !important;
}
.mr-140,
.mx-140 {
  margin-right: 140px !important;
}
.mr-150,
.mx-150 {
  margin-right: 150px !important;
}
.mr-160,
.mx-160 {
  margin-right: 160px !important;
}
.mr-170,
.mx-170 {
  margin-right: 170px !important;
}
.mr-180,
.mx-180 {
  margin-right: 180px !important;
}
.mr-190,
.mx-190 {
  margin-right: 190px !important;
}
.mr-200,
.mx-200 {
  margin-right: 200px !important;
}
.mt-0,
.my-0 {
  margin-top: 0px !important;
}
.mt-5,
.my-5 {
  margin-top: 5px !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mt-15,
.my-15 {
  margin-top: 15px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mt-25,
.my-25 {
  margin-top: 25px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mt-35,
.my-35 {
  margin-top: 35px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mt-45,
.my-45 {
  margin-top: 45px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mt-55,
.my-55 {
  margin-top: 55px !important;
}
.mt-60,
.my-60 {
  margin-top: 60px !important;
}
.mt-65,
.my-65 {
  margin-top: 65px !important;
}
.mt-70,
.my-70 {
  margin-top: 70px !important;
}
.mt-75,
.my-75 {
  margin-top: 75px !important;
}
.mt-80,
.my-80 {
  margin-top: 80px !important;
}
.mt-85,
.my-85 {
  margin-top: 85px !important;
}
.mt-90,
.my-90 {
  margin-top: 90px !important;
}
.mt-95,
.my-95 {
  margin-top: 95px !important;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mt-110,
.my-110 {
  margin-top: 110px !important;
}
.mt-120,
.my-120 {
  margin-top: 120px !important;
}
.mt-130,
.my-130 {
  margin-top: 130px !important;
}
.mt-140,
.my-140 {
  margin-top: 140px !important;
}
.mt-150,
.my-150 {
  margin-top: 150px !important;
}
.mt-160,
.my-160 {
  margin-top: 160px !important;
}
.mt-170,
.my-170 {
  margin-top: 170px !important;
}
.mt-180,
.my-180 {
  margin-top: 180px !important;
}
.mt-190,
.my-190 {
  margin-top: 190px !important;
}
.mt-200,
.my-200 {
  margin-top: 200px !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.mb-55,
.my-55 {
  margin-bottom: 55px !important;
}
.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}
.mb-65,
.my-65 {
  margin-bottom: 65px !important;
}
.mb-70,
.my-70 {
  margin-bottom: 70px !important;
}
.mb-75,
.my-75 {
  margin-bottom: 75px !important;
}
.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}
.mb-85,
.my-85 {
  margin-bottom: 85px !important;
}
.mb-90,
.my-90 {
  margin-bottom: 90px !important;
}
.mb-95,
.my-95 {
  margin-bottom: 95px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}
.mb-110,
.my-110 {
  margin-bottom: 110px !important;
}
.mb-120,
.my-120 {
  margin-bottom: 120px !important;
}
.mb-130,
.my-130 {
  margin-bottom: 130px !important;
}
.mb-140,
.my-140 {
  margin-bottom: 140px !important;
}
.mb-150,
.my-150 {
  margin-bottom: 150px !important;
}
.mb-160,
.my-160 {
  margin-bottom: 160px !important;
}
.mb-170,
.my-170 {
  margin-bottom: 170px !important;
}
.mb-180,
.my-180 {
  margin-bottom: 180px !important;
}
.mb-190,
.my-190 {
  margin-bottom: 190px !important;
}
.mb-200,
.my-200 {
  margin-bottom: 200px !important;
}
@media (min-width: 576px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .text-align-left-xs {
    text-align: left;
  }
  .text-align-center-xs {
    text-align: center;
  }
  .text-align-right-xs {
    text-align: right;
  }
  .d-none-xs {
    display: none !important;
  }
  .d-inline-xs {
    display: inline !important;
  }
  .d-inline-block-xs {
    display: inline-block !important;
  }
  .d-block-xs {
    display: block !important;
  }
  .d-flex-xs {
    display: flex !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap;
  }
  .flex-xs-row {
    flex-direction: row;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xs-column {
    flex-direction: column;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-xs-start {
    justify-content: center;
  }
  .justify-content-xs-end {
    justify-content: flex-end;
  }
  .justify-content-xs-center {
    justify-content: center;
  }
  .justify-content-xs-space-between {
    justify-content: space-between;
  }
  .justify-content-xs-space-around {
    justify-content: space-around;
  }
  .align-items-xs-start {
    align-items: flex-start;
  }
  .align-items-xs-end {
    align-items: flex-end;
  }
  .align-items-xs-center {
    align-items: center;
  }
  .align-items-xs-stretch {
    align-items: stretch;
  }
  .align-self-xs-start {
    align-self: flex-start;
  }
  .align-self-xs-end {
    align-self: flex-end;
  }
  .align-self-xs-center {
    align-self: center;
  }
  .align-self-xs-stretch {
    align-self: stretch;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .col-xs-0 {
    width: 0%;
  }
  .col-xs-5 {
    width: 5%;
  }
  .col-xs-10 {
    width: 10%;
  }
  .col-xs-15 {
    width: 15%;
  }
  .col-xs-20 {
    width: 20%;
  }
  .col-xs-25 {
    width: 25%;
  }
  .col-xs-30 {
    width: 30%;
  }
  .col-xs-33 {
    width: calc(100% / 3);
  }
  .col-xs-35 {
    width: 35%;
  }
  .col-xs-40 {
    width: 40%;
  }
  .col-xs-45 {
    width: 45%;
  }
  .col-xs-50 {
    width: 50%;
  }
  .col-xs-55 {
    width: 55%;
  }
  .col-xs-60 {
    width: 60%;
  }
  .col-xs-65 {
    width: 65%;
  }
  .col-xs-66 {
    width: calc(100% / 3 * 2);
  }
  .col-xs-70 {
    width: 70%;
  }
  .col-xs-75 {
    width: 75%;
  }
  .col-xs-80 {
    width: 80%;
  }
  .col-xs-85 {
    width: 85%;
  }
  .col-xs-90 {
    width: 90%;
  }
  .col-xs-95 {
    width: 95%;
  }
  .col-xs-100 {
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-5 {
    margin-left: 5%;
  }
  .offset-xs-10 {
    margin-left: 10%;
  }
  .offset-xs-15 {
    margin-left: 15%;
  }
  .offset-xs-20 {
    margin-left: 20%;
  }
  .offset-xs-25 {
    margin-left: 25%;
  }
  .offset-xs-30 {
    margin-left: 30%;
  }
  .offset-xs-33 {
    margin-left: calc(100% / 3);
  }
  .offset-xs-35 {
    margin-left: 35%;
  }
  .offset-xs-40 {
    margin-left: 40%;
  }
  .offset-xs-45 {
    margin-left: 45%;
  }
  .offset-xs-50 {
    margin-left: 50%;
  }
  .offset-xs-55 {
    margin-left: 55%;
  }
  .offset-xs-60 {
    margin-left: 60%;
  }
  .offset-xs-65 {
    margin-left: 65%;
  }
  .offset-xs-66 {
    margin-left: calc(100% / 3 * 2);
  }
  .offset-xs-70 {
    margin-left: 70%;
  }
  .offset-xs-75 {
    margin-left: 75%;
  }
  .offset-xs-80 {
    margin-left: 80%;
  }
  .offset-xs-85 {
    margin-left: 85%;
  }
  .offset-xs-90 {
    margin-left: 90%;
  }
  .offset-xs-95 {
    margin-left: 95%;
  }
  .offset-xs-100 {
    margin-left: 100%;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0px !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 5px !important;
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 10px !important;
  }
  .pl-xs-15,
  .px-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-20,
  .px-xs-20 {
    padding-left: 20px !important;
  }
  .pl-xs-25,
  .px-xs-25 {
    padding-left: 25px !important;
  }
  .pl-xs-30,
  .px-xs-30 {
    padding-left: 30px !important;
  }
  .pl-xs-35,
  .px-xs-35 {
    padding-left: 35px !important;
  }
  .pl-xs-40,
  .px-xs-40 {
    padding-left: 40px !important;
  }
  .pl-xs-45,
  .px-xs-45 {
    padding-left: 45px !important;
  }
  .pl-xs-50,
  .px-xs-50 {
    padding-left: 50px !important;
  }
  .pl-xs-55,
  .px-xs-55 {
    padding-left: 55px !important;
  }
  .pl-xs-60,
  .px-xs-60 {
    padding-left: 60px !important;
  }
  .pl-xs-65,
  .px-xs-65 {
    padding-left: 65px !important;
  }
  .pl-xs-70,
  .px-xs-70 {
    padding-left: 70px !important;
  }
  .pl-xs-75,
  .px-xs-75 {
    padding-left: 75px !important;
  }
  .pl-xs-80,
  .px-xs-80 {
    padding-left: 80px !important;
  }
  .pl-xs-85,
  .px-xs-85 {
    padding-left: 85px !important;
  }
  .pl-xs-90,
  .px-xs-90 {
    padding-left: 90px !important;
  }
  .pl-xs-95,
  .px-xs-95 {
    padding-left: 95px !important;
  }
  .pl-xs-100,
  .px-xs-100 {
    padding-left: 100px !important;
  }
  .pl-xs-110,
  .px-xs-110 {
    padding-left: 110px !important;
  }
  .pl-xs-120,
  .px-xs-120 {
    padding-left: 120px !important;
  }
  .pl-xs-130,
  .px-xs-130 {
    padding-left: 130px !important;
  }
  .pl-xs-140,
  .px-xs-140 {
    padding-left: 140px !important;
  }
  .pl-xs-150,
  .px-xs-150 {
    padding-left: 150px !important;
  }
  .pl-xs-160,
  .px-xs-160 {
    padding-left: 160px !important;
  }
  .pl-xs-170,
  .px-xs-170 {
    padding-left: 170px !important;
  }
  .pl-xs-180,
  .px-xs-180 {
    padding-left: 180px !important;
  }
  .pl-xs-190,
  .px-xs-190 {
    padding-left: 190px !important;
  }
  .pl-xs-200,
  .px-xs-200 {
    padding-left: 200px !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0px !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 5px !important;
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-15,
  .px-xs-15 {
    padding-right: 15px !important;
  }
  .pr-xs-20,
  .px-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-25,
  .px-xs-25 {
    padding-right: 25px !important;
  }
  .pr-xs-30,
  .px-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-35,
  .px-xs-35 {
    padding-right: 35px !important;
  }
  .pr-xs-40,
  .px-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-45,
  .px-xs-45 {
    padding-right: 45px !important;
  }
  .pr-xs-50,
  .px-xs-50 {
    padding-right: 50px !important;
  }
  .pr-xs-55,
  .px-xs-55 {
    padding-right: 55px !important;
  }
  .pr-xs-60,
  .px-xs-60 {
    padding-right: 60px !important;
  }
  .pr-xs-65,
  .px-xs-65 {
    padding-right: 65px !important;
  }
  .pr-xs-70,
  .px-xs-70 {
    padding-right: 70px !important;
  }
  .pr-xs-75,
  .px-xs-75 {
    padding-right: 75px !important;
  }
  .pr-xs-80,
  .px-xs-80 {
    padding-right: 80px !important;
  }
  .pr-xs-85,
  .px-xs-85 {
    padding-right: 85px !important;
  }
  .pr-xs-90,
  .px-xs-90 {
    padding-right: 90px !important;
  }
  .pr-xs-95,
  .px-xs-95 {
    padding-right: 95px !important;
  }
  .pr-xs-100,
  .px-xs-100 {
    padding-right: 100px !important;
  }
  .pr-xs-110,
  .px-xs-110 {
    padding-right: 110px !important;
  }
  .pr-xs-120,
  .px-xs-120 {
    padding-right: 120px !important;
  }
  .pr-xs-130,
  .px-xs-130 {
    padding-right: 130px !important;
  }
  .pr-xs-140,
  .px-xs-140 {
    padding-right: 140px !important;
  }
  .pr-xs-150,
  .px-xs-150 {
    padding-right: 150px !important;
  }
  .pr-xs-160,
  .px-xs-160 {
    padding-right: 160px !important;
  }
  .pr-xs-170,
  .px-xs-170 {
    padding-right: 170px !important;
  }
  .pr-xs-180,
  .px-xs-180 {
    padding-right: 180px !important;
  }
  .pr-xs-190,
  .px-xs-190 {
    padding-right: 190px !important;
  }
  .pr-xs-200,
  .px-xs-200 {
    padding-right: 200px !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0px !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 5px !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 15px !important;
  }
  .pt-xs-20,
  .py-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 25px !important;
  }
  .pt-xs-30,
  .py-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 35px !important;
  }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 45px !important;
  }
  .pt-xs-50,
  .py-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-55,
  .py-xs-55 {
    padding-top: 55px !important;
  }
  .pt-xs-60,
  .py-xs-60 {
    padding-top: 60px !important;
  }
  .pt-xs-65,
  .py-xs-65 {
    padding-top: 65px !important;
  }
  .pt-xs-70,
  .py-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-75,
  .py-xs-75 {
    padding-top: 75px !important;
  }
  .pt-xs-80,
  .py-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-85,
  .py-xs-85 {
    padding-top: 85px !important;
  }
  .pt-xs-90,
  .py-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-95,
  .py-xs-95 {
    padding-top: 95px !important;
  }
  .pt-xs-100,
  .py-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-110,
  .py-xs-110 {
    padding-top: 110px !important;
  }
  .pt-xs-120,
  .py-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-130,
  .py-xs-130 {
    padding-top: 130px !important;
  }
  .pt-xs-140,
  .py-xs-140 {
    padding-top: 140px !important;
  }
  .pt-xs-150,
  .py-xs-150 {
    padding-top: 150px !important;
  }
  .pt-xs-160,
  .py-xs-160 {
    padding-top: 160px !important;
  }
  .pt-xs-170,
  .py-xs-170 {
    padding-top: 170px !important;
  }
  .pt-xs-180,
  .py-xs-180 {
    padding-top: 180px !important;
  }
  .pt-xs-190,
  .py-xs-190 {
    padding-top: 190px !important;
  }
  .pt-xs-200,
  .py-xs-200 {
    padding-top: 200px !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0px !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 5px !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 15px !important;
  }
  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 25px !important;
  }
  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 35px !important;
  }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 45px !important;
  }
  .pb-xs-50,
  .py-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-55,
  .py-xs-55 {
    padding-bottom: 55px !important;
  }
  .pb-xs-60,
  .py-xs-60 {
    padding-bottom: 60px !important;
  }
  .pb-xs-65,
  .py-xs-65 {
    padding-bottom: 65px !important;
  }
  .pb-xs-70,
  .py-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-75,
  .py-xs-75 {
    padding-bottom: 75px !important;
  }
  .pb-xs-80,
  .py-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-85,
  .py-xs-85 {
    padding-bottom: 85px !important;
  }
  .pb-xs-90,
  .py-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-95,
  .py-xs-95 {
    padding-bottom: 95px !important;
  }
  .pb-xs-100,
  .py-xs-100 {
    padding-bottom: 100px !important;
  }
  .pb-xs-110,
  .py-xs-110 {
    padding-bottom: 110px !important;
  }
  .pb-xs-120,
  .py-xs-120 {
    padding-bottom: 120px !important;
  }
  .pb-xs-130,
  .py-xs-130 {
    padding-bottom: 130px !important;
  }
  .pb-xs-140,
  .py-xs-140 {
    padding-bottom: 140px !important;
  }
  .pb-xs-150,
  .py-xs-150 {
    padding-bottom: 150px !important;
  }
  .pb-xs-160,
  .py-xs-160 {
    padding-bottom: 160px !important;
  }
  .pb-xs-170,
  .py-xs-170 {
    padding-bottom: 170px !important;
  }
  .pb-xs-180,
  .py-xs-180 {
    padding-bottom: 180px !important;
  }
  .pb-xs-190,
  .py-xs-190 {
    padding-bottom: 190px !important;
  }
  .pb-xs-200,
  .py-xs-200 {
    padding-bottom: 200px !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0px !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 5px !important;
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 10px !important;
  }
  .ml-xs-15,
  .mx-xs-15 {
    margin-left: 15px !important;
  }
  .ml-xs-20,
  .mx-xs-20 {
    margin-left: 20px !important;
  }
  .ml-xs-25,
  .mx-xs-25 {
    margin-left: 25px !important;
  }
  .ml-xs-30,
  .mx-xs-30 {
    margin-left: 30px !important;
  }
  .ml-xs-35,
  .mx-xs-35 {
    margin-left: 35px !important;
  }
  .ml-xs-40,
  .mx-xs-40 {
    margin-left: 40px !important;
  }
  .ml-xs-45,
  .mx-xs-45 {
    margin-left: 45px !important;
  }
  .ml-xs-50,
  .mx-xs-50 {
    margin-left: 50px !important;
  }
  .ml-xs-55,
  .mx-xs-55 {
    margin-left: 55px !important;
  }
  .ml-xs-60,
  .mx-xs-60 {
    margin-left: 60px !important;
  }
  .ml-xs-65,
  .mx-xs-65 {
    margin-left: 65px !important;
  }
  .ml-xs-70,
  .mx-xs-70 {
    margin-left: 70px !important;
  }
  .ml-xs-75,
  .mx-xs-75 {
    margin-left: 75px !important;
  }
  .ml-xs-80,
  .mx-xs-80 {
    margin-left: 80px !important;
  }
  .ml-xs-85,
  .mx-xs-85 {
    margin-left: 85px !important;
  }
  .ml-xs-90,
  .mx-xs-90 {
    margin-left: 90px !important;
  }
  .ml-xs-95,
  .mx-xs-95 {
    margin-left: 95px !important;
  }
  .ml-xs-100,
  .mx-xs-100 {
    margin-left: 100px !important;
  }
  .ml-xs-110,
  .mx-xs-110 {
    margin-left: 110px !important;
  }
  .ml-xs-120,
  .mx-xs-120 {
    margin-left: 120px !important;
  }
  .ml-xs-130,
  .mx-xs-130 {
    margin-left: 130px !important;
  }
  .ml-xs-140,
  .mx-xs-140 {
    margin-left: 140px !important;
  }
  .ml-xs-150,
  .mx-xs-150 {
    margin-left: 150px !important;
  }
  .ml-xs-160,
  .mx-xs-160 {
    margin-left: 160px !important;
  }
  .ml-xs-170,
  .mx-xs-170 {
    margin-left: 170px !important;
  }
  .ml-xs-180,
  .mx-xs-180 {
    margin-left: 180px !important;
  }
  .ml-xs-190,
  .mx-xs-190 {
    margin-left: 190px !important;
  }
  .ml-xs-200,
  .mx-xs-200 {
    margin-left: 200px !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0px !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 5px !important;
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 10px !important;
  }
  .mr-xs-15,
  .mx-xs-15 {
    margin-right: 15px !important;
  }
  .mr-xs-20,
  .mx-xs-20 {
    margin-right: 20px !important;
  }
  .mr-xs-25,
  .mx-xs-25 {
    margin-right: 25px !important;
  }
  .mr-xs-30,
  .mx-xs-30 {
    margin-right: 30px !important;
  }
  .mr-xs-35,
  .mx-xs-35 {
    margin-right: 35px !important;
  }
  .mr-xs-40,
  .mx-xs-40 {
    margin-right: 40px !important;
  }
  .mr-xs-45,
  .mx-xs-45 {
    margin-right: 45px !important;
  }
  .mr-xs-50,
  .mx-xs-50 {
    margin-right: 50px !important;
  }
  .mr-xs-55,
  .mx-xs-55 {
    margin-right: 55px !important;
  }
  .mr-xs-60,
  .mx-xs-60 {
    margin-right: 60px !important;
  }
  .mr-xs-65,
  .mx-xs-65 {
    margin-right: 65px !important;
  }
  .mr-xs-70,
  .mx-xs-70 {
    margin-right: 70px !important;
  }
  .mr-xs-75,
  .mx-xs-75 {
    margin-right: 75px !important;
  }
  .mr-xs-80,
  .mx-xs-80 {
    margin-right: 80px !important;
  }
  .mr-xs-85,
  .mx-xs-85 {
    margin-right: 85px !important;
  }
  .mr-xs-90,
  .mx-xs-90 {
    margin-right: 90px !important;
  }
  .mr-xs-95,
  .mx-xs-95 {
    margin-right: 95px !important;
  }
  .mr-xs-100,
  .mx-xs-100 {
    margin-right: 100px !important;
  }
  .mr-xs-110,
  .mx-xs-110 {
    margin-right: 110px !important;
  }
  .mr-xs-120,
  .mx-xs-120 {
    margin-right: 120px !important;
  }
  .mr-xs-130,
  .mx-xs-130 {
    margin-right: 130px !important;
  }
  .mr-xs-140,
  .mx-xs-140 {
    margin-right: 140px !important;
  }
  .mr-xs-150,
  .mx-xs-150 {
    margin-right: 150px !important;
  }
  .mr-xs-160,
  .mx-xs-160 {
    margin-right: 160px !important;
  }
  .mr-xs-170,
  .mx-xs-170 {
    margin-right: 170px !important;
  }
  .mr-xs-180,
  .mx-xs-180 {
    margin-right: 180px !important;
  }
  .mr-xs-190,
  .mx-xs-190 {
    margin-right: 190px !important;
  }
  .mr-xs-200,
  .mx-xs-200 {
    margin-right: 200px !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0px !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 5px !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 15px !important;
  }
  .mt-xs-20,
  .my-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 25px !important;
  }
  .mt-xs-30,
  .my-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 35px !important;
  }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 45px !important;
  }
  .mt-xs-50,
  .my-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-55,
  .my-xs-55 {
    margin-top: 55px !important;
  }
  .mt-xs-60,
  .my-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-65,
  .my-xs-65 {
    margin-top: 65px !important;
  }
  .mt-xs-70,
  .my-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-75,
  .my-xs-75 {
    margin-top: 75px !important;
  }
  .mt-xs-80,
  .my-xs-80 {
    margin-top: 80px !important;
  }
  .mt-xs-85,
  .my-xs-85 {
    margin-top: 85px !important;
  }
  .mt-xs-90,
  .my-xs-90 {
    margin-top: 90px !important;
  }
  .mt-xs-95,
  .my-xs-95 {
    margin-top: 95px !important;
  }
  .mt-xs-100,
  .my-xs-100 {
    margin-top: 100px !important;
  }
  .mt-xs-110,
  .my-xs-110 {
    margin-top: 110px !important;
  }
  .mt-xs-120,
  .my-xs-120 {
    margin-top: 120px !important;
  }
  .mt-xs-130,
  .my-xs-130 {
    margin-top: 130px !important;
  }
  .mt-xs-140,
  .my-xs-140 {
    margin-top: 140px !important;
  }
  .mt-xs-150,
  .my-xs-150 {
    margin-top: 150px !important;
  }
  .mt-xs-160,
  .my-xs-160 {
    margin-top: 160px !important;
  }
  .mt-xs-170,
  .my-xs-170 {
    margin-top: 170px !important;
  }
  .mt-xs-180,
  .my-xs-180 {
    margin-top: 180px !important;
  }
  .mt-xs-190,
  .my-xs-190 {
    margin-top: 190px !important;
  }
  .mt-xs-200,
  .my-xs-200 {
    margin-top: 200px !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0px !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 15px !important;
  }
  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 25px !important;
  }
  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 35px !important;
  }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 45px !important;
  }
  .mb-xs-50,
  .my-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-55,
  .my-xs-55 {
    margin-bottom: 55px !important;
  }
  .mb-xs-60,
  .my-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-65,
  .my-xs-65 {
    margin-bottom: 65px !important;
  }
  .mb-xs-70,
  .my-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-75,
  .my-xs-75 {
    margin-bottom: 75px !important;
  }
  .mb-xs-80,
  .my-xs-80 {
    margin-bottom: 80px !important;
  }
  .mb-xs-85,
  .my-xs-85 {
    margin-bottom: 85px !important;
  }
  .mb-xs-90,
  .my-xs-90 {
    margin-bottom: 90px !important;
  }
  .mb-xs-95,
  .my-xs-95 {
    margin-bottom: 95px !important;
  }
  .mb-xs-100,
  .my-xs-100 {
    margin-bottom: 100px !important;
  }
  .mb-xs-110,
  .my-xs-110 {
    margin-bottom: 110px !important;
  }
  .mb-xs-120,
  .my-xs-120 {
    margin-bottom: 120px !important;
  }
  .mb-xs-130,
  .my-xs-130 {
    margin-bottom: 130px !important;
  }
  .mb-xs-140,
  .my-xs-140 {
    margin-bottom: 140px !important;
  }
  .mb-xs-150,
  .my-xs-150 {
    margin-bottom: 150px !important;
  }
  .mb-xs-160,
  .my-xs-160 {
    margin-bottom: 160px !important;
  }
  .mb-xs-170,
  .my-xs-170 {
    margin-bottom: 170px !important;
  }
  .mb-xs-180,
  .my-xs-180 {
    margin-bottom: 180px !important;
  }
  .mb-xs-190,
  .my-xs-190 {
    margin-bottom: 190px !important;
  }
  .mb-xs-200,
  .my-xs-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .text-align-left-sm {
    text-align: left;
  }
  .text-align-center-sm {
    text-align: center;
  }
  .text-align-right-sm {
    text-align: right;
  }
  .d-none-sm {
    display: none !important;
  }
  .d-inline-sm {
    display: inline !important;
  }
  .d-inline-block-sm {
    display: inline-block !important;
  }
  .d-block-sm {
    display: block !important;
  }
  .d-flex-sm {
    display: flex !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-sm-start {
    justify-content: center;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-space-between {
    justify-content: space-between;
  }
  .justify-content-sm-space-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .col-sm-0 {
    width: 0%;
  }
  .col-sm-5 {
    width: 5%;
  }
  .col-sm-10 {
    width: 10%;
  }
  .col-sm-15 {
    width: 15%;
  }
  .col-sm-20 {
    width: 20%;
  }
  .col-sm-25 {
    width: 25%;
  }
  .col-sm-30 {
    width: 30%;
  }
  .col-sm-33 {
    width: calc(100% / 3);
  }
  .col-sm-35 {
    width: 35%;
  }
  .col-sm-40 {
    width: 40%;
  }
  .col-sm-45 {
    width: 45%;
  }
  .col-sm-50 {
    width: 50%;
  }
  .col-sm-55 {
    width: 55%;
  }
  .col-sm-60 {
    width: 60%;
  }
  .col-sm-65 {
    width: 65%;
  }
  .col-sm-66 {
    width: calc(100% / 3 * 2);
  }
  .col-sm-70 {
    width: 70%;
  }
  .col-sm-75 {
    width: 75%;
  }
  .col-sm-80 {
    width: 80%;
  }
  .col-sm-85 {
    width: 85%;
  }
  .col-sm-90 {
    width: 90%;
  }
  .col-sm-95 {
    width: 95%;
  }
  .col-sm-100 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-5 {
    margin-left: 5%;
  }
  .offset-sm-10 {
    margin-left: 10%;
  }
  .offset-sm-15 {
    margin-left: 15%;
  }
  .offset-sm-20 {
    margin-left: 20%;
  }
  .offset-sm-25 {
    margin-left: 25%;
  }
  .offset-sm-30 {
    margin-left: 30%;
  }
  .offset-sm-33 {
    margin-left: calc(100% / 3);
  }
  .offset-sm-35 {
    margin-left: 35%;
  }
  .offset-sm-40 {
    margin-left: 40%;
  }
  .offset-sm-45 {
    margin-left: 45%;
  }
  .offset-sm-50 {
    margin-left: 50%;
  }
  .offset-sm-55 {
    margin-left: 55%;
  }
  .offset-sm-60 {
    margin-left: 60%;
  }
  .offset-sm-65 {
    margin-left: 65%;
  }
  .offset-sm-66 {
    margin-left: calc(100% / 3 * 2);
  }
  .offset-sm-70 {
    margin-left: 70%;
  }
  .offset-sm-75 {
    margin-left: 75%;
  }
  .offset-sm-80 {
    margin-left: 80%;
  }
  .offset-sm-85 {
    margin-left: 85%;
  }
  .offset-sm-90 {
    margin-left: 90%;
  }
  .offset-sm-95 {
    margin-left: 95%;
  }
  .offset-sm-100 {
    margin-left: 100%;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 75px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 85px !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 95px !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important;
  }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 110px !important;
  }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 120px !important;
  }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 130px !important;
  }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 140px !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 150px !important;
  }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 160px !important;
  }
  .pl-sm-170,
  .px-sm-170 {
    padding-left: 170px !important;
  }
  .pl-sm-180,
  .px-sm-180 {
    padding-left: 180px !important;
  }
  .pl-sm-190,
  .px-sm-190 {
    padding-left: 190px !important;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 200px !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 55px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 75px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 85px !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 95px !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important;
  }
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 110px !important;
  }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 120px !important;
  }
  .pr-sm-130,
  .px-sm-130 {
    padding-right: 130px !important;
  }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 140px !important;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 150px !important;
  }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 160px !important;
  }
  .pr-sm-170,
  .px-sm-170 {
    padding-right: 170px !important;
  }
  .pr-sm-180,
  .px-sm-180 {
    padding-right: 180px !important;
  }
  .pr-sm-190,
  .px-sm-190 {
    padding-right: 190px !important;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 200px !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 75px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 85px !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 95px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 140px !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-170,
  .py-sm-170 {
    padding-top: 170px !important;
  }
  .pt-sm-180,
  .py-sm-180 {
    padding-top: 180px !important;
  }
  .pt-sm-190,
  .py-sm-190 {
    padding-top: 190px !important;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 200px !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 75px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 85px !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 95px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 130px !important;
  }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 140px !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 150px !important;
  }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-170,
  .py-sm-170 {
    padding-bottom: 170px !important;
  }
  .pb-sm-180,
  .py-sm-180 {
    padding-bottom: 180px !important;
  }
  .pb-sm-190,
  .py-sm-190 {
    padding-bottom: 190px !important;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 200px !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 55px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 75px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 85px !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 95px !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important;
  }
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 110px !important;
  }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 120px !important;
  }
  .ml-sm-130,
  .mx-sm-130 {
    margin-left: 130px !important;
  }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 140px !important;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 150px !important;
  }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 160px !important;
  }
  .ml-sm-170,
  .mx-sm-170 {
    margin-left: 170px !important;
  }
  .ml-sm-180,
  .mx-sm-180 {
    margin-left: 180px !important;
  }
  .ml-sm-190,
  .mx-sm-190 {
    margin-left: 190px !important;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 200px !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 55px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 75px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 85px !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 95px !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 110px !important;
  }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 120px !important;
  }
  .mr-sm-130,
  .mx-sm-130 {
    margin-right: 130px !important;
  }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 140px !important;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 150px !important;
  }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 160px !important;
  }
  .mr-sm-170,
  .mx-sm-170 {
    margin-right: 170px !important;
  }
  .mr-sm-180,
  .mx-sm-180 {
    margin-right: 180px !important;
  }
  .mr-sm-190,
  .mx-sm-190 {
    margin-right: 190px !important;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 200px !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 55px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 75px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 85px !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 95px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-130,
  .my-sm-130 {
    margin-top: 130px !important;
  }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 140px !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 150px !important;
  }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-170,
  .my-sm-170 {
    margin-top: 170px !important;
  }
  .mt-sm-180,
  .my-sm-180 {
    margin-top: 180px !important;
  }
  .mt-sm-190,
  .my-sm-190 {
    margin-top: 190px !important;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 200px !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 75px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 85px !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 95px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-170,
  .my-sm-170 {
    margin-bottom: 170px !important;
  }
  .mb-sm-180,
  .my-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-190,
  .my-sm-190 {
    margin-bottom: 190px !important;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .text-align-left-md {
    text-align: left;
  }
  .text-align-center-md {
    text-align: center;
  }
  .text-align-right-md {
    text-align: right;
  }
  .d-none-md {
    display: none !important;
  }
  .d-inline-md {
    display: inline !important;
  }
  .d-inline-block-md {
    display: inline-block !important;
  }
  .d-block-md {
    display: block !important;
  }
  .d-flex-md {
    display: flex !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-md-start {
    justify-content: center;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-space-between {
    justify-content: space-between;
  }
  .justify-content-md-space-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .col-md-0 {
    width: 0%;
  }
  .col-md-5 {
    width: 5%;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-15 {
    width: 15%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-30 {
    width: 30%;
  }
  .col-md-33 {
    width: calc(100% / 3);
  }
  .col-md-35 {
    width: 35%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-45 {
    width: 45%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-55 {
    width: 55%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-65 {
    width: 65%;
  }
  .col-md-66 {
    width: calc(100% / 3 * 2);
  }
  .col-md-70 {
    width: 70%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-85 {
    width: 85%;
  }
  .col-md-90 {
    width: 90%;
  }
  .col-md-95 {
    width: 95%;
  }
  .col-md-100 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-5 {
    margin-left: 5%;
  }
  .offset-md-10 {
    margin-left: 10%;
  }
  .offset-md-15 {
    margin-left: 15%;
  }
  .offset-md-20 {
    margin-left: 20%;
  }
  .offset-md-25 {
    margin-left: 25%;
  }
  .offset-md-30 {
    margin-left: 30%;
  }
  .offset-md-33 {
    margin-left: calc(100% / 3);
  }
  .offset-md-35 {
    margin-left: 35%;
  }
  .offset-md-40 {
    margin-left: 40%;
  }
  .offset-md-45 {
    margin-left: 45%;
  }
  .offset-md-50 {
    margin-left: 50%;
  }
  .offset-md-55 {
    margin-left: 55%;
  }
  .offset-md-60 {
    margin-left: 60%;
  }
  .offset-md-65 {
    margin-left: 65%;
  }
  .offset-md-66 {
    margin-left: calc(100% / 3 * 2);
  }
  .offset-md-70 {
    margin-left: 70%;
  }
  .offset-md-75 {
    margin-left: 75%;
  }
  .offset-md-80 {
    margin-left: 80%;
  }
  .offset-md-85 {
    margin-left: 85%;
  }
  .offset-md-90 {
    margin-left: 90%;
  }
  .offset-md-95 {
    margin-left: 95%;
  }
  .offset-md-100 {
    margin-left: 100%;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 75px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }
  .pl-md-85,
  .px-md-85 {
    padding-left: 85px !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important;
  }
  .pl-md-95,
  .px-md-95 {
    padding-left: 95px !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important;
  }
  .pl-md-110,
  .px-md-110 {
    padding-left: 110px !important;
  }
  .pl-md-120,
  .px-md-120 {
    padding-left: 120px !important;
  }
  .pl-md-130,
  .px-md-130 {
    padding-left: 130px !important;
  }
  .pl-md-140,
  .px-md-140 {
    padding-left: 140px !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 150px !important;
  }
  .pl-md-160,
  .px-md-160 {
    padding-left: 160px !important;
  }
  .pl-md-170,
  .px-md-170 {
    padding-left: 170px !important;
  }
  .pl-md-180,
  .px-md-180 {
    padding-left: 180px !important;
  }
  .pl-md-190,
  .px-md-190 {
    padding-left: 190px !important;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 200px !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pr-md-55,
  .px-md-55 {
    padding-right: 55px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 75px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }
  .pr-md-85,
  .px-md-85 {
    padding-right: 85px !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important;
  }
  .pr-md-95,
  .px-md-95 {
    padding-right: 95px !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important;
  }
  .pr-md-110,
  .px-md-110 {
    padding-right: 110px !important;
  }
  .pr-md-120,
  .px-md-120 {
    padding-right: 120px !important;
  }
  .pr-md-130,
  .px-md-130 {
    padding-right: 130px !important;
  }
  .pr-md-140,
  .px-md-140 {
    padding-right: 140px !important;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 150px !important;
  }
  .pr-md-160,
  .px-md-160 {
    padding-right: 160px !important;
  }
  .pr-md-170,
  .px-md-170 {
    padding-right: 170px !important;
  }
  .pr-md-180,
  .px-md-180 {
    padding-right: 180px !important;
  }
  .pr-md-190,
  .px-md-190 {
    padding-right: 190px !important;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 200px !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 75px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-85,
  .py-md-85 {
    padding-top: 85px !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-95,
  .py-md-95 {
    padding-top: 95px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-110,
  .py-md-110 {
    padding-top: 110px !important;
  }
  .pt-md-120,
  .py-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-130,
  .py-md-130 {
    padding-top: 130px !important;
  }
  .pt-md-140,
  .py-md-140 {
    padding-top: 140px !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 150px !important;
  }
  .pt-md-160,
  .py-md-160 {
    padding-top: 160px !important;
  }
  .pt-md-170,
  .py-md-170 {
    padding-top: 170px !important;
  }
  .pt-md-180,
  .py-md-180 {
    padding-top: 180px !important;
  }
  .pt-md-190,
  .py-md-190 {
    padding-top: 190px !important;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 200px !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 85px !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 95px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 110px !important;
  }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 130px !important;
  }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 140px !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 150px !important;
  }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 160px !important;
  }
  .pb-md-170,
  .py-md-170 {
    padding-bottom: 170px !important;
  }
  .pb-md-180,
  .py-md-180 {
    padding-bottom: 180px !important;
  }
  .pb-md-190,
  .py-md-190 {
    padding-bottom: 190px !important;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 200px !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 55px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 75px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 85px !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important;
  }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 95px !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }
  .ml-md-110,
  .mx-md-110 {
    margin-left: 110px !important;
  }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 120px !important;
  }
  .ml-md-130,
  .mx-md-130 {
    margin-left: 130px !important;
  }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 140px !important;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 150px !important;
  }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 160px !important;
  }
  .ml-md-170,
  .mx-md-170 {
    margin-left: 170px !important;
  }
  .ml-md-180,
  .mx-md-180 {
    margin-left: 180px !important;
  }
  .ml-md-190,
  .mx-md-190 {
    margin-left: 190px !important;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 200px !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 55px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 75px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 85px !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important;
  }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 95px !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }
  .mr-md-110,
  .mx-md-110 {
    margin-right: 110px !important;
  }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 120px !important;
  }
  .mr-md-130,
  .mx-md-130 {
    margin-right: 130px !important;
  }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 140px !important;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 150px !important;
  }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 160px !important;
  }
  .mr-md-170,
  .mx-md-170 {
    margin-right: 170px !important;
  }
  .mr-md-180,
  .mx-md-180 {
    margin-right: 180px !important;
  }
  .mr-md-190,
  .mx-md-190 {
    margin-right: 190px !important;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 200px !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 55px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 75px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-85,
  .my-md-85 {
    margin-top: 85px !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-95,
  .my-md-95 {
    margin-top: 95px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-110,
  .my-md-110 {
    margin-top: 110px !important;
  }
  .mt-md-120,
  .my-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-130,
  .my-md-130 {
    margin-top: 130px !important;
  }
  .mt-md-140,
  .my-md-140 {
    margin-top: 140px !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 150px !important;
  }
  .mt-md-160,
  .my-md-160 {
    margin-top: 160px !important;
  }
  .mt-md-170,
  .my-md-170 {
    margin-top: 170px !important;
  }
  .mt-md-180,
  .my-md-180 {
    margin-top: 180px !important;
  }
  .mt-md-190,
  .my-md-190 {
    margin-top: 190px !important;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 200px !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 85px !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 95px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 110px !important;
  }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 130px !important;
  }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 140px !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 160px !important;
  }
  .mb-md-170,
  .my-md-170 {
    margin-bottom: 170px !important;
  }
  .mb-md-180,
  .my-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-190,
  .my-md-190 {
    margin-bottom: 190px !important;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .text-align-left-lg {
    text-align: left;
  }
  .text-align-center-lg {
    text-align: center;
  }
  .text-align-right-lg {
    text-align: right;
  }
  .d-none-lg {
    display: none !important;
  }
  .d-inline-lg {
    display: inline !important;
  }
  .d-inline-block-lg {
    display: inline-block !important;
  }
  .d-block-lg {
    display: block !important;
  }
  .d-flex-lg {
    display: flex !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-lg-start {
    justify-content: center;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-space-between {
    justify-content: space-between;
  }
  .justify-content-lg-space-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .col-lg-0 {
    width: 0%;
  }
  .col-lg-5 {
    width: 5%;
  }
  .col-lg-10 {
    width: 10%;
  }
  .col-lg-15 {
    width: 15%;
  }
  .col-lg-20 {
    width: 20%;
  }
  .col-lg-25 {
    width: 25%;
  }
  .col-lg-30 {
    width: 30%;
  }
  .col-lg-33 {
    width: calc(100% / 3);
  }
  .col-lg-35 {
    width: 35%;
  }
  .col-lg-40 {
    width: 40%;
  }
  .col-lg-45 {
    width: 45%;
  }
  .col-lg-50 {
    width: 50%;
  }
  .col-lg-55 {
    width: 55%;
  }
  .col-lg-60 {
    width: 60%;
  }
  .col-lg-65 {
    width: 65%;
  }
  .col-lg-66 {
    width: calc(100% / 3 * 2);
  }
  .col-lg-70 {
    width: 70%;
  }
  .col-lg-75 {
    width: 75%;
  }
  .col-lg-80 {
    width: 80%;
  }
  .col-lg-85 {
    width: 85%;
  }
  .col-lg-90 {
    width: 90%;
  }
  .col-lg-95 {
    width: 95%;
  }
  .col-lg-100 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-5 {
    margin-left: 5%;
  }
  .offset-lg-10 {
    margin-left: 10%;
  }
  .offset-lg-15 {
    margin-left: 15%;
  }
  .offset-lg-20 {
    margin-left: 20%;
  }
  .offset-lg-25 {
    margin-left: 25%;
  }
  .offset-lg-30 {
    margin-left: 30%;
  }
  .offset-lg-33 {
    margin-left: calc(100% / 3);
  }
  .offset-lg-35 {
    margin-left: 35%;
  }
  .offset-lg-40 {
    margin-left: 40%;
  }
  .offset-lg-45 {
    margin-left: 45%;
  }
  .offset-lg-50 {
    margin-left: 50%;
  }
  .offset-lg-55 {
    margin-left: 55%;
  }
  .offset-lg-60 {
    margin-left: 60%;
  }
  .offset-lg-65 {
    margin-left: 65%;
  }
  .offset-lg-66 {
    margin-left: calc(100% / 3 * 2);
  }
  .offset-lg-70 {
    margin-left: 70%;
  }
  .offset-lg-75 {
    margin-left: 75%;
  }
  .offset-lg-80 {
    margin-left: 80%;
  }
  .offset-lg-85 {
    margin-left: 85%;
  }
  .offset-lg-90 {
    margin-left: 90%;
  }
  .offset-lg-95 {
    margin-left: 95%;
  }
  .offset-lg-100 {
    margin-left: 100%;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 75px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 85px !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important;
  }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 95px !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 110px !important;
  }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120px !important;
  }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 130px !important;
  }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 140px !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 150px !important;
  }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 160px !important;
  }
  .pl-lg-170,
  .px-lg-170 {
    padding-left: 170px !important;
  }
  .pl-lg-180,
  .px-lg-180 {
    padding-left: 180px !important;
  }
  .pl-lg-190,
  .px-lg-190 {
    padding-left: 190px !important;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 200px !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 55px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 75px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 85px !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important;
  }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 95px !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 110px !important;
  }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 120px !important;
  }
  .pr-lg-130,
  .px-lg-130 {
    padding-right: 130px !important;
  }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 140px !important;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 150px !important;
  }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 160px !important;
  }
  .pr-lg-170,
  .px-lg-170 {
    padding-right: 170px !important;
  }
  .pr-lg-180,
  .px-lg-180 {
    padding-right: 180px !important;
  }
  .pr-lg-190,
  .px-lg-190 {
    padding-right: 190px !important;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 200px !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 75px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 85px !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important;
  }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 95px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 110px !important;
  }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px !important;
  }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 130px !important;
  }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 140px !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 150px !important;
  }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 160px !important;
  }
  .pt-lg-170,
  .py-lg-170 {
    padding-top: 170px !important;
  }
  .pt-lg-180,
  .py-lg-180 {
    padding-top: 180px !important;
  }
  .pt-lg-190,
  .py-lg-190 {
    padding-top: 190px !important;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 200px !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 75px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 85px !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important;
  }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 95px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 110px !important;
  }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px !important;
  }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 130px !important;
  }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 140px !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 150px !important;
  }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 160px !important;
  }
  .pb-lg-170,
  .py-lg-170 {
    padding-bottom: 170px !important;
  }
  .pb-lg-180,
  .py-lg-180 {
    padding-bottom: 180px !important;
  }
  .pb-lg-190,
  .py-lg-190 {
    padding-bottom: 190px !important;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 200px !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 55px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 75px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 85px !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important;
  }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 95px !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 110px !important;
  }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 120px !important;
  }
  .ml-lg-130,
  .mx-lg-130 {
    margin-left: 130px !important;
  }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 140px !important;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 150px !important;
  }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 160px !important;
  }
  .ml-lg-170,
  .mx-lg-170 {
    margin-left: 170px !important;
  }
  .ml-lg-180,
  .mx-lg-180 {
    margin-left: 180px !important;
  }
  .ml-lg-190,
  .mx-lg-190 {
    margin-left: 190px !important;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 200px !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 55px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 75px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 85px !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important;
  }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 95px !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 110px !important;
  }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 120px !important;
  }
  .mr-lg-130,
  .mx-lg-130 {
    margin-right: 130px !important;
  }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 140px !important;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 150px !important;
  }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 160px !important;
  }
  .mr-lg-170,
  .mx-lg-170 {
    margin-right: 170px !important;
  }
  .mr-lg-180,
  .mx-lg-180 {
    margin-right: 180px !important;
  }
  .mr-lg-190,
  .mx-lg-190 {
    margin-right: 190px !important;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 200px !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 55px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 75px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 85px !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 95px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 110px !important;
  }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 120px !important;
  }
  .mt-lg-130,
  .my-lg-130 {
    margin-top: 130px !important;
  }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 140px !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 150px !important;
  }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 160px !important;
  }
  .mt-lg-170,
  .my-lg-170 {
    margin-top: 170px !important;
  }
  .mt-lg-180,
  .my-lg-180 {
    margin-top: 180px !important;
  }
  .mt-lg-190,
  .my-lg-190 {
    margin-top: 190px !important;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 200px !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 75px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 85px !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 95px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 110px !important;
  }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 130px !important;
  }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 140px !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 160px !important;
  }
  .mb-lg-170,
  .my-lg-170 {
    margin-bottom: 170px !important;
  }
  .mb-lg-180,
  .my-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-190,
  .my-lg-190 {
    margin-bottom: 190px !important;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1400px) {
  .text-align-left-xl {
    text-align: left;
  }
  .text-align-center-xl {
    text-align: center;
  }
  .text-align-right-xl {
    text-align: right;
  }
  .d-none-xl {
    display: none !important;
  }
  .d-inline-xl {
    display: inline !important;
  }
  .d-inline-block-xl {
    display: inline-block !important;
  }
  .d-block-xl {
    display: block !important;
  }
  .d-flex-xl {
    display: flex !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-xl-start {
    justify-content: center;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-space-between {
    justify-content: space-between;
  }
  .justify-content-xl-space-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .col-xl-0 {
    width: 0%;
  }
  .col-xl-5 {
    width: 5%;
  }
  .col-xl-10 {
    width: 10%;
  }
  .col-xl-15 {
    width: 15%;
  }
  .col-xl-20 {
    width: 20%;
  }
  .col-xl-25 {
    width: 25%;
  }
  .col-xl-30 {
    width: 30%;
  }
  .col-xl-33 {
    width: calc(100% / 3);
  }
  .col-xl-35 {
    width: 35%;
  }
  .col-xl-40 {
    width: 40%;
  }
  .col-xl-45 {
    width: 45%;
  }
  .col-xl-50 {
    width: 50%;
  }
  .col-xl-55 {
    width: 55%;
  }
  .col-xl-60 {
    width: 60%;
  }
  .col-xl-65 {
    width: 65%;
  }
  .col-xl-66 {
    width: calc(100% / 3 * 2);
  }
  .col-xl-70 {
    width: 70%;
  }
  .col-xl-75 {
    width: 75%;
  }
  .col-xl-80 {
    width: 80%;
  }
  .col-xl-85 {
    width: 85%;
  }
  .col-xl-90 {
    width: 90%;
  }
  .col-xl-95 {
    width: 95%;
  }
  .col-xl-100 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-5 {
    margin-left: 5%;
  }
  .offset-xl-10 {
    margin-left: 10%;
  }
  .offset-xl-15 {
    margin-left: 15%;
  }
  .offset-xl-20 {
    margin-left: 20%;
  }
  .offset-xl-25 {
    margin-left: 25%;
  }
  .offset-xl-30 {
    margin-left: 30%;
  }
  .offset-xl-33 {
    margin-left: calc(100% / 3);
  }
  .offset-xl-35 {
    margin-left: 35%;
  }
  .offset-xl-40 {
    margin-left: 40%;
  }
  .offset-xl-45 {
    margin-left: 45%;
  }
  .offset-xl-50 {
    margin-left: 50%;
  }
  .offset-xl-55 {
    margin-left: 55%;
  }
  .offset-xl-60 {
    margin-left: 60%;
  }
  .offset-xl-65 {
    margin-left: 65%;
  }
  .offset-xl-66 {
    margin-left: calc(100% / 3 * 2);
  }
  .offset-xl-70 {
    margin-left: 70%;
  }
  .offset-xl-75 {
    margin-left: 75%;
  }
  .offset-xl-80 {
    margin-left: 80%;
  }
  .offset-xl-85 {
    margin-left: 85%;
  }
  .offset-xl-90 {
    margin-left: 90%;
  }
  .offset-xl-95 {
    margin-left: 95%;
  }
  .offset-xl-100 {
    margin-left: 100%;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 55px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 65px !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 75px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 85px !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important;
  }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 95px !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 110px !important;
  }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 120px !important;
  }
  .pl-xl-130,
  .px-xl-130 {
    padding-left: 130px !important;
  }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 140px !important;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 150px !important;
  }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 160px !important;
  }
  .pl-xl-170,
  .px-xl-170 {
    padding-left: 170px !important;
  }
  .pl-xl-180,
  .px-xl-180 {
    padding-left: 180px !important;
  }
  .pl-xl-190,
  .px-xl-190 {
    padding-left: 190px !important;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 200px !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 55px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 65px !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 75px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 85px !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important;
  }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 95px !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 110px !important;
  }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 120px !important;
  }
  .pr-xl-130,
  .px-xl-130 {
    padding-right: 130px !important;
  }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 140px !important;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 150px !important;
  }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 160px !important;
  }
  .pr-xl-170,
  .px-xl-170 {
    padding-right: 170px !important;
  }
  .pr-xl-180,
  .px-xl-180 {
    padding-right: 180px !important;
  }
  .pr-xl-190,
  .px-xl-190 {
    padding-right: 190px !important;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 200px !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 55px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 65px !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 75px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 85px !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important;
  }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 95px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 110px !important;
  }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 120px !important;
  }
  .pt-xl-130,
  .py-xl-130 {
    padding-top: 130px !important;
  }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 140px !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 150px !important;
  }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 160px !important;
  }
  .pt-xl-170,
  .py-xl-170 {
    padding-top: 170px !important;
  }
  .pt-xl-180,
  .py-xl-180 {
    padding-top: 180px !important;
  }
  .pt-xl-190,
  .py-xl-190 {
    padding-top: 190px !important;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 200px !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 55px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 65px !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 75px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 85px !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 95px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 110px !important;
  }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xl-130,
  .py-xl-130 {
    padding-bottom: 130px !important;
  }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 140px !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 150px !important;
  }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xl-170,
  .py-xl-170 {
    padding-bottom: 170px !important;
  }
  .pb-xl-180,
  .py-xl-180 {
    padding-bottom: 180px !important;
  }
  .pb-xl-190,
  .py-xl-190 {
    padding-bottom: 190px !important;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 200px !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 55px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 65px !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 75px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 85px !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important;
  }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 95px !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 110px !important;
  }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 120px !important;
  }
  .ml-xl-130,
  .mx-xl-130 {
    margin-left: 130px !important;
  }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 140px !important;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 150px !important;
  }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 160px !important;
  }
  .ml-xl-170,
  .mx-xl-170 {
    margin-left: 170px !important;
  }
  .ml-xl-180,
  .mx-xl-180 {
    margin-left: 180px !important;
  }
  .ml-xl-190,
  .mx-xl-190 {
    margin-left: 190px !important;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 200px !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 55px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 65px !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 75px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 85px !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important;
  }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 95px !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 110px !important;
  }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 120px !important;
  }
  .mr-xl-130,
  .mx-xl-130 {
    margin-right: 130px !important;
  }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 140px !important;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 150px !important;
  }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 160px !important;
  }
  .mr-xl-170,
  .mx-xl-170 {
    margin-right: 170px !important;
  }
  .mr-xl-180,
  .mx-xl-180 {
    margin-right: 180px !important;
  }
  .mr-xl-190,
  .mx-xl-190 {
    margin-right: 190px !important;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 200px !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 55px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 65px !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 75px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 85px !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important;
  }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 95px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 110px !important;
  }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 120px !important;
  }
  .mt-xl-130,
  .my-xl-130 {
    margin-top: 130px !important;
  }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 140px !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 150px !important;
  }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 160px !important;
  }
  .mt-xl-170,
  .my-xl-170 {
    margin-top: 170px !important;
  }
  .mt-xl-180,
  .my-xl-180 {
    margin-top: 180px !important;
  }
  .mt-xl-190,
  .my-xl-190 {
    margin-top: 190px !important;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 200px !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 55px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 65px !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 75px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 85px !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 95px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 110px !important;
  }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-130,
  .my-xl-130 {
    margin-bottom: 130px !important;
  }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 140px !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xl-170,
  .my-xl-170 {
    margin-bottom: 170px !important;
  }
  .mb-xl-180,
  .my-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-190,
  .my-xl-190 {
    margin-bottom: 190px !important;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1600px) {
  .text-align-left-xxl {
    text-align: left;
  }
  .text-align-center-xxl {
    text-align: center;
  }
  .text-align-right-xxl {
    text-align: right;
  }
  .d-none-xxl {
    display: none !important;
  }
  .d-inline-xxl {
    display: inline !important;
  }
  .d-inline-block-xxl {
    display: inline-block !important;
  }
  .d-block-xxl {
    display: block !important;
  }
  .d-flex-xxl {
    display: flex !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .justify-content-xxl-start {
    justify-content: center;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-space-between {
    justify-content: space-between;
  }
  .justify-content-xxl-space-around {
    justify-content: space-around;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .col-xxl-0 {
    width: 0%;
  }
  .col-xxl-5 {
    width: 5%;
  }
  .col-xxl-10 {
    width: 10%;
  }
  .col-xxl-15 {
    width: 15%;
  }
  .col-xxl-20 {
    width: 20%;
  }
  .col-xxl-25 {
    width: 25%;
  }
  .col-xxl-30 {
    width: 30%;
  }
  .col-xxl-33 {
    width: calc(100% / 3);
  }
  .col-xxl-35 {
    width: 35%;
  }
  .col-xxl-40 {
    width: 40%;
  }
  .col-xxl-45 {
    width: 45%;
  }
  .col-xxl-50 {
    width: 50%;
  }
  .col-xxl-55 {
    width: 55%;
  }
  .col-xxl-60 {
    width: 60%;
  }
  .col-xxl-65 {
    width: 65%;
  }
  .col-xxl-66 {
    width: calc(100% / 3 * 2);
  }
  .col-xxl-70 {
    width: 70%;
  }
  .col-xxl-75 {
    width: 75%;
  }
  .col-xxl-80 {
    width: 80%;
  }
  .col-xxl-85 {
    width: 85%;
  }
  .col-xxl-90 {
    width: 90%;
  }
  .col-xxl-95 {
    width: 95%;
  }
  .col-xxl-100 {
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-5 {
    margin-left: 5%;
  }
  .offset-xxl-10 {
    margin-left: 10%;
  }
  .offset-xxl-15 {
    margin-left: 15%;
  }
  .offset-xxl-20 {
    margin-left: 20%;
  }
  .offset-xxl-25 {
    margin-left: 25%;
  }
  .offset-xxl-30 {
    margin-left: 30%;
  }
  .offset-xxl-33 {
    margin-left: calc(100% / 3);
  }
  .offset-xxl-35 {
    margin-left: 35%;
  }
  .offset-xxl-40 {
    margin-left: 40%;
  }
  .offset-xxl-45 {
    margin-left: 45%;
  }
  .offset-xxl-50 {
    margin-left: 50%;
  }
  .offset-xxl-55 {
    margin-left: 55%;
  }
  .offset-xxl-60 {
    margin-left: 60%;
  }
  .offset-xxl-65 {
    margin-left: 65%;
  }
  .offset-xxl-66 {
    margin-left: calc(100% / 3 * 2);
  }
  .offset-xxl-70 {
    margin-left: 70%;
  }
  .offset-xxl-75 {
    margin-left: 75%;
  }
  .offset-xxl-80 {
    margin-left: 80%;
  }
  .offset-xxl-85 {
    margin-left: 85%;
  }
  .offset-xxl-90 {
    margin-left: 90%;
  }
  .offset-xxl-95 {
    margin-left: 95%;
  }
  .offset-xxl-100 {
    margin-left: 100%;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5px !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10px !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15px !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 20px !important;
  }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 25px !important;
  }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 30px !important;
  }
  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 35px !important;
  }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 40px !important;
  }
  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 45px !important;
  }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 50px !important;
  }
  .pl-xxl-55,
  .px-xxl-55 {
    padding-left: 55px !important;
  }
  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 60px !important;
  }
  .pl-xxl-65,
  .px-xxl-65 {
    padding-left: 65px !important;
  }
  .pl-xxl-70,
  .px-xxl-70 {
    padding-left: 70px !important;
  }
  .pl-xxl-75,
  .px-xxl-75 {
    padding-left: 75px !important;
  }
  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 80px !important;
  }
  .pl-xxl-85,
  .px-xxl-85 {
    padding-left: 85px !important;
  }
  .pl-xxl-90,
  .px-xxl-90 {
    padding-left: 90px !important;
  }
  .pl-xxl-95,
  .px-xxl-95 {
    padding-left: 95px !important;
  }
  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 100px !important;
  }
  .pl-xxl-110,
  .px-xxl-110 {
    padding-left: 110px !important;
  }
  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 120px !important;
  }
  .pl-xxl-130,
  .px-xxl-130 {
    padding-left: 130px !important;
  }
  .pl-xxl-140,
  .px-xxl-140 {
    padding-left: 140px !important;
  }
  .pl-xxl-150,
  .px-xxl-150 {
    padding-left: 150px !important;
  }
  .pl-xxl-160,
  .px-xxl-160 {
    padding-left: 160px !important;
  }
  .pl-xxl-170,
  .px-xxl-170 {
    padding-left: 170px !important;
  }
  .pl-xxl-180,
  .px-xxl-180 {
    padding-left: 180px !important;
  }
  .pl-xxl-190,
  .px-xxl-190 {
    padding-left: 190px !important;
  }
  .pl-xxl-200,
  .px-xxl-200 {
    padding-left: 200px !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5px !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10px !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15px !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 20px !important;
  }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 25px !important;
  }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 30px !important;
  }
  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 35px !important;
  }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 40px !important;
  }
  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 45px !important;
  }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 50px !important;
  }
  .pr-xxl-55,
  .px-xxl-55 {
    padding-right: 55px !important;
  }
  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 60px !important;
  }
  .pr-xxl-65,
  .px-xxl-65 {
    padding-right: 65px !important;
  }
  .pr-xxl-70,
  .px-xxl-70 {
    padding-right: 70px !important;
  }
  .pr-xxl-75,
  .px-xxl-75 {
    padding-right: 75px !important;
  }
  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 80px !important;
  }
  .pr-xxl-85,
  .px-xxl-85 {
    padding-right: 85px !important;
  }
  .pr-xxl-90,
  .px-xxl-90 {
    padding-right: 90px !important;
  }
  .pr-xxl-95,
  .px-xxl-95 {
    padding-right: 95px !important;
  }
  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 100px !important;
  }
  .pr-xxl-110,
  .px-xxl-110 {
    padding-right: 110px !important;
  }
  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 120px !important;
  }
  .pr-xxl-130,
  .px-xxl-130 {
    padding-right: 130px !important;
  }
  .pr-xxl-140,
  .px-xxl-140 {
    padding-right: 140px !important;
  }
  .pr-xxl-150,
  .px-xxl-150 {
    padding-right: 150px !important;
  }
  .pr-xxl-160,
  .px-xxl-160 {
    padding-right: 160px !important;
  }
  .pr-xxl-170,
  .px-xxl-170 {
    padding-right: 170px !important;
  }
  .pr-xxl-180,
  .px-xxl-180 {
    padding-right: 180px !important;
  }
  .pr-xxl-190,
  .px-xxl-190 {
    padding-right: 190px !important;
  }
  .pr-xxl-200,
  .px-xxl-200 {
    padding-right: 200px !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5px !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10px !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 20px !important;
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 25px !important;
  }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 30px !important;
  }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 35px !important;
  }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important;
  }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 45px !important;
  }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 50px !important;
  }
  .pt-xxl-55,
  .py-xxl-55 {
    padding-top: 55px !important;
  }
  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 60px !important;
  }
  .pt-xxl-65,
  .py-xxl-65 {
    padding-top: 65px !important;
  }
  .pt-xxl-70,
  .py-xxl-70 {
    padding-top: 70px !important;
  }
  .pt-xxl-75,
  .py-xxl-75 {
    padding-top: 75px !important;
  }
  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 80px !important;
  }
  .pt-xxl-85,
  .py-xxl-85 {
    padding-top: 85px !important;
  }
  .pt-xxl-90,
  .py-xxl-90 {
    padding-top: 90px !important;
  }
  .pt-xxl-95,
  .py-xxl-95 {
    padding-top: 95px !important;
  }
  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 100px !important;
  }
  .pt-xxl-110,
  .py-xxl-110 {
    padding-top: 110px !important;
  }
  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 120px !important;
  }
  .pt-xxl-130,
  .py-xxl-130 {
    padding-top: 130px !important;
  }
  .pt-xxl-140,
  .py-xxl-140 {
    padding-top: 140px !important;
  }
  .pt-xxl-150,
  .py-xxl-150 {
    padding-top: 150px !important;
  }
  .pt-xxl-160,
  .py-xxl-160 {
    padding-top: 160px !important;
  }
  .pt-xxl-170,
  .py-xxl-170 {
    padding-top: 170px !important;
  }
  .pt-xxl-180,
  .py-xxl-180 {
    padding-top: 180px !important;
  }
  .pt-xxl-190,
  .py-xxl-190 {
    padding-top: 190px !important;
  }
  .pt-xxl-200,
  .py-xxl-200 {
    padding-top: 200px !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5px !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 35px !important;
  }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 45px !important;
  }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xxl-55,
  .py-xxl-55 {
    padding-bottom: 55px !important;
  }
  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xxl-65,
  .py-xxl-65 {
    padding-bottom: 65px !important;
  }
  .pb-xxl-70,
  .py-xxl-70 {
    padding-bottom: 70px !important;
  }
  .pb-xxl-75,
  .py-xxl-75 {
    padding-bottom: 75px !important;
  }
  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xxl-85,
  .py-xxl-85 {
    padding-bottom: 85px !important;
  }
  .pb-xxl-90,
  .py-xxl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xxl-95,
  .py-xxl-95 {
    padding-bottom: 95px !important;
  }
  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 100px !important;
  }
  .pb-xxl-110,
  .py-xxl-110 {
    padding-bottom: 110px !important;
  }
  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xxl-130,
  .py-xxl-130 {
    padding-bottom: 130px !important;
  }
  .pb-xxl-140,
  .py-xxl-140 {
    padding-bottom: 140px !important;
  }
  .pb-xxl-150,
  .py-xxl-150 {
    padding-bottom: 150px !important;
  }
  .pb-xxl-160,
  .py-xxl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xxl-170,
  .py-xxl-170 {
    padding-bottom: 170px !important;
  }
  .pb-xxl-180,
  .py-xxl-180 {
    padding-bottom: 180px !important;
  }
  .pb-xxl-190,
  .py-xxl-190 {
    padding-bottom: 190px !important;
  }
  .pb-xxl-200,
  .py-xxl-200 {
    padding-bottom: 200px !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5px !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10px !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15px !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 20px !important;
  }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 25px !important;
  }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 30px !important;
  }
  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 35px !important;
  }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 40px !important;
  }
  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 45px !important;
  }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 50px !important;
  }
  .ml-xxl-55,
  .mx-xxl-55 {
    margin-left: 55px !important;
  }
  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 60px !important;
  }
  .ml-xxl-65,
  .mx-xxl-65 {
    margin-left: 65px !important;
  }
  .ml-xxl-70,
  .mx-xxl-70 {
    margin-left: 70px !important;
  }
  .ml-xxl-75,
  .mx-xxl-75 {
    margin-left: 75px !important;
  }
  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 80px !important;
  }
  .ml-xxl-85,
  .mx-xxl-85 {
    margin-left: 85px !important;
  }
  .ml-xxl-90,
  .mx-xxl-90 {
    margin-left: 90px !important;
  }
  .ml-xxl-95,
  .mx-xxl-95 {
    margin-left: 95px !important;
  }
  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 100px !important;
  }
  .ml-xxl-110,
  .mx-xxl-110 {
    margin-left: 110px !important;
  }
  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 120px !important;
  }
  .ml-xxl-130,
  .mx-xxl-130 {
    margin-left: 130px !important;
  }
  .ml-xxl-140,
  .mx-xxl-140 {
    margin-left: 140px !important;
  }
  .ml-xxl-150,
  .mx-xxl-150 {
    margin-left: 150px !important;
  }
  .ml-xxl-160,
  .mx-xxl-160 {
    margin-left: 160px !important;
  }
  .ml-xxl-170,
  .mx-xxl-170 {
    margin-left: 170px !important;
  }
  .ml-xxl-180,
  .mx-xxl-180 {
    margin-left: 180px !important;
  }
  .ml-xxl-190,
  .mx-xxl-190 {
    margin-left: 190px !important;
  }
  .ml-xxl-200,
  .mx-xxl-200 {
    margin-left: 200px !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5px !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10px !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15px !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 20px !important;
  }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 25px !important;
  }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 30px !important;
  }
  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 35px !important;
  }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 40px !important;
  }
  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 45px !important;
  }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 50px !important;
  }
  .mr-xxl-55,
  .mx-xxl-55 {
    margin-right: 55px !important;
  }
  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 60px !important;
  }
  .mr-xxl-65,
  .mx-xxl-65 {
    margin-right: 65px !important;
  }
  .mr-xxl-70,
  .mx-xxl-70 {
    margin-right: 70px !important;
  }
  .mr-xxl-75,
  .mx-xxl-75 {
    margin-right: 75px !important;
  }
  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 80px !important;
  }
  .mr-xxl-85,
  .mx-xxl-85 {
    margin-right: 85px !important;
  }
  .mr-xxl-90,
  .mx-xxl-90 {
    margin-right: 90px !important;
  }
  .mr-xxl-95,
  .mx-xxl-95 {
    margin-right: 95px !important;
  }
  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 100px !important;
  }
  .mr-xxl-110,
  .mx-xxl-110 {
    margin-right: 110px !important;
  }
  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 120px !important;
  }
  .mr-xxl-130,
  .mx-xxl-130 {
    margin-right: 130px !important;
  }
  .mr-xxl-140,
  .mx-xxl-140 {
    margin-right: 140px !important;
  }
  .mr-xxl-150,
  .mx-xxl-150 {
    margin-right: 150px !important;
  }
  .mr-xxl-160,
  .mx-xxl-160 {
    margin-right: 160px !important;
  }
  .mr-xxl-170,
  .mx-xxl-170 {
    margin-right: 170px !important;
  }
  .mr-xxl-180,
  .mx-xxl-180 {
    margin-right: 180px !important;
  }
  .mr-xxl-190,
  .mx-xxl-190 {
    margin-right: 190px !important;
  }
  .mr-xxl-200,
  .mx-xxl-200 {
    margin-right: 200px !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5px !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10px !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 20px !important;
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 25px !important;
  }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 30px !important;
  }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 35px !important;
  }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important;
  }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 45px !important;
  }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 50px !important;
  }
  .mt-xxl-55,
  .my-xxl-55 {
    margin-top: 55px !important;
  }
  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 60px !important;
  }
  .mt-xxl-65,
  .my-xxl-65 {
    margin-top: 65px !important;
  }
  .mt-xxl-70,
  .my-xxl-70 {
    margin-top: 70px !important;
  }
  .mt-xxl-75,
  .my-xxl-75 {
    margin-top: 75px !important;
  }
  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 80px !important;
  }
  .mt-xxl-85,
  .my-xxl-85 {
    margin-top: 85px !important;
  }
  .mt-xxl-90,
  .my-xxl-90 {
    margin-top: 90px !important;
  }
  .mt-xxl-95,
  .my-xxl-95 {
    margin-top: 95px !important;
  }
  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 100px !important;
  }
  .mt-xxl-110,
  .my-xxl-110 {
    margin-top: 110px !important;
  }
  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 120px !important;
  }
  .mt-xxl-130,
  .my-xxl-130 {
    margin-top: 130px !important;
  }
  .mt-xxl-140,
  .my-xxl-140 {
    margin-top: 140px !important;
  }
  .mt-xxl-150,
  .my-xxl-150 {
    margin-top: 150px !important;
  }
  .mt-xxl-160,
  .my-xxl-160 {
    margin-top: 160px !important;
  }
  .mt-xxl-170,
  .my-xxl-170 {
    margin-top: 170px !important;
  }
  .mt-xxl-180,
  .my-xxl-180 {
    margin-top: 180px !important;
  }
  .mt-xxl-190,
  .my-xxl-190 {
    margin-top: 190px !important;
  }
  .mt-xxl-200,
  .my-xxl-200 {
    margin-top: 200px !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5px !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 35px !important;
  }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 45px !important;
  }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-55,
  .my-xxl-55 {
    margin-bottom: 55px !important;
  }
  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-65,
  .my-xxl-65 {
    margin-bottom: 65px !important;
  }
  .mb-xxl-70,
  .my-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-75,
  .my-xxl-75 {
    margin-bottom: 75px !important;
  }
  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-85,
  .my-xxl-85 {
    margin-bottom: 85px !important;
  }
  .mb-xxl-90,
  .my-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-95,
  .my-xxl-95 {
    margin-bottom: 95px !important;
  }
  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-110,
  .my-xxl-110 {
    margin-bottom: 110px !important;
  }
  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-130,
  .my-xxl-130 {
    margin-bottom: 130px !important;
  }
  .mb-xxl-140,
  .my-xxl-140 {
    margin-bottom: 140px !important;
  }
  .mb-xxl-150,
  .my-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-160,
  .my-xxl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xxl-170,
  .my-xxl-170 {
    margin-bottom: 170px !important;
  }
  .mb-xxl-180,
  .my-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-190,
  .my-xxl-190 {
    margin-bottom: 190px !important;
  }
  .mb-xxl-200,
  .my-xxl-200 {
    margin-bottom: 200px !important;
  }
}
