/**
   * 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 {
    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: -.25em; }

sup {
  top: -.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: transparent;
  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.0833333333333335), 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;
}

section {
    text-align:left;
}

.opacity-0 { opacity: 0; }
.opacity-25 { opacity: .25; }
.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }
.opacity-80 { opacity: .80; }
.opacity-85 { opacity: .85; }
.opacity-90 { opacity: .90; }
.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-inline {
    display:inline;
}

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

.d-block {
    display:block;
}

.d-none {
    display:none;
}

.d-flex {
    display:flex;
}

.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;
}
.justify-content-space-evenly {
    justify-content: space-evenly;
}

.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-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-100 {
    width: 100%;
}

.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-100 {
    margin-left: 100%;
}

.pl-5, .px-5 {
    padding-left: 5px;
}

.pl-10, .px-10 {
    padding-left: 10px;
}

.pl-15, .px-15 {
    padding-left: 15px;
}

.pl-20, .px-20 {
    padding-left: 20px;
}

.pl-25, .px-25 {
    padding-left: 25px;
}

.pl-30, .px-30 {
    padding-left: 30px;
}

.pl-35, .px-35 {
    padding-left: 35px;
}

.pl-40, .px-40 {
    padding-left: 40px;
}

.pl-45, .px-45 {
    padding-left: 45px;
}

.pl-50, .px-50 {
    padding-left: 50px;
}

.pl-55, .px-55 {
    padding-left: 55px;
}

.pl-60, .px-60 {
    padding-left: 60px;
}

.pl-65, .px-65 {
    padding-left: 60px;
}

.pl-70, .px-70 {
    padding-left: 70px;
}

.pl-75, .px-75 {
    padding-left: 75px;
}

.pl-80, .px-80 {
    padding-left: 80px;
}

.pl-85, .px-85 {
    padding-left: 85px;
}

.pl-90, .px-90 {
    padding-left: 90px;
}

.pl-100, .px-100 {
    padding-left: 100px;
}

.pl-120, .px-120 {
    padding-left: 120px;
}

.pr-5, .px-5 {
    padding-right: 5px;
}

.pr-10, .px-10 {
    padding-right: 10px;
}

.pr-15, .px-15 {
    padding-right: 15px;
}

.pr-20, .px-20 {
    padding-right: 20px;
}

.pr-25, .px-25 {
    padding-right: 25px;
}

.pr-30, .px-30 {
    padding-right: 30px;
}

.pr-35, .px-35 {
    padding-right: 35px;
}

.pr-40, .px-40 {
    padding-right: 40px;
}

.pr-45, .px-45 {
    padding-right: 45px;
}

.pr-50, .px-50 {
    padding-right: 50px;
}

.pr-55, .px-55 {
    padding-right: 55px;
}

.pr-60, .px-60 {
    padding-right: 60px;
}

.pr-65, .px-65 {
    padding-right: 65px;
}

.pr-70, .px-70 {
    padding-right: 70px;
}

.pr-75, .px-75 {
    padding-right: 75px;
}

.pr-80, .px-80 {
    padding-right: 80px;
}

.pr-85, .px-85 {
    padding-right: 85px;
}

.pr-90, .px-90 {
    padding-right: 90px;
}

.pr-100, .px-100 {
    padding-right: 100px;
}

.pr-120, .px-120 {
    padding-right: 120px;
}

.pt-5, .py-5 {
    padding-top: 5px;
}

.pt-10, .py-10 {
    padding-top: 10px;
}

.pt-15, .py-15 {
    padding-top: 15px;
}

.pt-20, .py-20 {
    padding-top: 20px;
}

.pt-25, .py-25 {
    padding-top: 25px;
}

.pt-30, .py-30 {
    padding-top: 30px;
}

.pt-35, .py-35 {
    padding-top: 35px;
}

.pt-40, .py-40 {
    padding-top: 40px;
}

.pt-45, .py-45 {
    padding-top: 45px;
}

.pt-50, .py-50 {
    padding-top: 50px;
}

.pt-55, .py-55 {
    padding-top: 55px;
}

.pt-60, .py-60 {
    padding-top: 60px;
}

.pt-65, .py-65 {
    padding-top: 65px;
}

.pt-70, .py-70 {
    padding-top: 70px;
}

.pt-75, .py-75 {
    padding-top: 75px;
}

.pt-80, .py-80 {
    padding-top: 80px;
}

.pt-85, .py-85 {
    padding-top: 85px;
}

.pt-90, .py-90 {
    padding-top: 90px;
}

.pt-100, .py-100 {
    padding-top: 100px;
}

.pt-120, .py-120 {
    padding-top: 120px;
}

.pb-5, .py-5 {
    padding-bottom: 5px;
}

.pb-10, .py-10 {
    padding-bottom: 10px;
}

.pb-15, .py-15 {
    padding-bottom: 15px;
}

.pb-20, .py-20 {
    padding-bottom: 20px;
}

.pb-25, .py-25 {
    padding-bottom: 25px;
}

.pb-30, .py-30 {
    padding-bottom: 30px;
}

.pb-35, .py-35 {
    padding-bottom: 35px;
}

.pb-40, .py-40 {
    padding-bottom: 40px;
}

.pb-45, .py-45 {
    padding-bottom: 45px;
}

.pb-50, .py-50 {
    padding-bottom: 50px;
}

.pb-55, .py-55 {
    padding-bottom: 55px;
}

.pb-60, .py-60 {
    padding-bottom: 60px;
}

.pb-65, .py-65 {
    padding-bottom: 65px;
}

.pb-70, .py-70 {
    padding-bottom: 70px;
}

.pb-75, .py-75 {
    padding-bottom: 75px;
}

.pb-80, .py-80 {
    padding-bottom: 80px;
}

.pb-85, .py-85 {
    padding-bottom: 85px;
}

.pb-90, .py-90 {
    padding-bottom: 90px;
}

.pb-100, .py-100 {
    padding-bottom: 100px;
}

.pb-120, .py-120 {
    padding-bottom: 120px;
}

.ml-5, .mx-5 {
    margin-left: 5px;
}

.ml-10, .mx-10 {
    margin-left: 10px;
}

.ml-15, .mx-15 {
    margin-left: 15px;
}

.ml-20, .mx-20 {
    margin-left: 20px;
}

.ml-25, .mx-25 {
    margin-left: 25px;
}

.ml-30, .mx-30 {
    margin-left: 30px;
}

.ml-35, .mx-35 {
    margin-left: 35px;
}

.ml-40, .mx-40 {
    margin-left: 40px;
}

.ml-45, .mx-45 {
    margin-left: 45px;
}

.ml-50, .mx-50 {
    margin-left: 50px;
}

.ml-55, .mx-55 {
    margin-left: 55px;
}

.ml-60, .mx-60 {
    margin-left: 60px;
}

.ml-65, .mx-65 {
    margin-left: 60px;
}

.ml-70, .mx-70 {
    margin-left: 70px;
}

.ml-75, .mx-75 {
    margin-left: 75px;
}

.ml-80, .mx-80 {
    margin-left: 80px;
}

.ml-85, .mx-85 {
    margin-left: 85px;
}

.ml-90, .mx-90 {
    margin-left: 90px;
}

.ml-100, .mx-100 {
    margin-left: 100px;
}

.ml-120, .mx-120 {
    margin-left: 120px;
}

.mr-5, .mx-5 {
    margin-right: 5px;
}

.mr-10, .mx-10 {
    margin-right: 10px;
}

.mr-15, .mx-15 {
    margin-right: 15px;
}

.mr-20, .mx-20 {
    margin-right: 20px;
}

.mr-25, .mx-25 {
    margin-right: 25px;
}

.mr-30, .mx-30 {
    margin-right: 30px;
}

.mr-35, .mx-35 {
    margin-right: 35px;
}

.mr-40, .mx-40 {
    margin-right: 40px;
}

.mr-45, .mx-45 {
    margin-right: 45px;
}

.mr-50, .mx-50 {
    margin-right: 50px;
}

.mr-55, .mx-55 {
    margin-right: 55px;
}

.mr-60, .mx-60 {
    margin-right: 60px;
}

.mr-65, .mx-65 {
    margin-right: 65px;
}

.mr-70, .mx-70 {
    margin-right: 70px;
}

.mr-75, .mx-75 {
    margin-right: 75px;
}

.mr-80, .mx-80 {
    margin-right: 80px;
}

.mr-85, .mx-85 {
    margin-right: 85px;
}

.mr-90, .mx-90 {
    margin-right: 90px;
}

.mr-100, .mx-100 {
    margin-right: 100px;
}

.mr-120, .mx-120 {
    margin-right: 120px;
}

.mt-5, .my-5 {
    margin-top: 5px;
}

.mt-10, .my-10 {
    margin-top: 10px;
}

.mt-15, .my-15 {
    margin-top: 15px;
}

.mt-20, .my-20 {
    margin-top: 20px;
}

.mt-25, .my-25 {
    margin-top: 25px;
}

.mt-30, .my-30 {
    margin-top: 30px;
}

.mt-35, .my-35 {
    margin-top: 35px;
}

.mt-40, .my-40 {
    margin-top: 40px;
}

.mt-45, .my-45 {
    margin-top: 45px;
}

.mt-50, .my-50 {
    margin-top: 50px;
}

.mt-55, .my-55 {
    margin-top: 55px;
}

.mt-60, .my-60 {
    margin-top: 60px;
}

.mt-65, .my-65 {
    margin-top: 65px;
}

.mt-70, .my-70 {
    margin-top: 70px;
}

.mt-75, .my-75 {
    margin-top: 75px;
}

.mt-80, .my-80 {
    margin-top: 80px;
}

.mt-85, .my-85 {
    margin-top: 85px;
}

.mt-90, .my-90 {
    margin-top: 90px;
}

.mt-100, .my-100 {
    margin-top: 100px;
}

.mt-120, .my-120 {
    margin-top: 120px;
}

.mb-5, .my-5 {
    margin-bottom: 5px;
}

.mb-10, .my-10 {
    margin-bottom: 10px;
}

.mb-15, .my-15 {
    margin-bottom: 15px;
}

.mb-20, .my-20 {
    margin-bottom: 20px;
}

.mb-25, .my-25 {
    margin-bottom: 25px;
}

.mb-30, .my-30 {
    margin-bottom: 30px;
}

.mb-35, .my-35 {
    margin-bottom: 35px;
}

.mb-40, .my-40 {
    margin-bottom: 40px;
}

.mb-45, .my-45 {
    margin-bottom: 45px;
}

.mb-50, .my-50 {
    margin-bottom: 50px;
}

.mb-55, .my-55 {
    margin-bottom: 55px;
}

.mb-60, .my-60 {
    margin-bottom: 60px;
}

.mb-65, .my-65 {
    margin-bottom: 65px;
}

.mb-70, .my-70 {
    margin-bottom: 70px;
}

.mb-75, .my-75 {
    margin-bottom: 75px;
}

.mb-80, .my-80 {
    margin-bottom: 80px;
}

.mb-85, .my-85 {
    margin-bottom: 85px;
}

.mb-90, .my-90 {
    margin-bottom: 90px;
}

.mb-100, .my-100 {
    margin-bottom: 100px;
}

.mb-120, .my-120 {
    margin-bottom: 120px;
}


@media (min-width: 576px) {

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .d-flex-xs {
        display:flex;
    }

    .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-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-100 {
        width: 100%;
    }

    .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-100 {
        margin-left: 100%;
    }

    .pl-xs-5, .px-xs-5 {
        padding-left: 5px;
    }

    .pl-xs-10, .px-xs-10 {
        padding-left: 10px;
    }

    .pl-xs-15, .px-xs-15 {
        padding-left: 15px;
    }

    .pl-xs-20, .px-xs-20 {
        padding-left: 20px;
    }

    .pl-xs-25, .px-xs-25 {
        padding-left: 25px;
    }

    .pl-xs-30, .px-xs-30 {
        padding-left: 30px;
    }

    .pl-xs-35, .px-xs-35 {
        padding-left: 35px;
    }

    .pl-xs-40, .px-xs-40 {
        padding-left: 40px;
    }

    .pl-xs-45, .px-xs-45 {
        padding-left: 45px;
    }

    .pl-xs-50, .px-xs-50 {
        padding-left: 50px;
    }

    .pl-xs-55, .px-xs-55 {
        padding-left: 55px;
    }

    .pl-xs-60, .px-xs-60 {
        padding-left: 60px;
    }

    .pl-xs-65, .px-xs-65 {
        padding-left: 60px;
    }

    .pl-xs-70, .px-xs-70 {
        padding-left: 70px;
    }

    .pl-xs-75, .px-xs-75 {
        padding-left: 75px;
    }

    .pl-xs-80, .px-xs-80 {
        padding-left: 80px;
    }

    .pl-xs-85, .px-xs-85 {
        padding-left: 85px;
    }

    .pl-xs-90, .px-xs-90 {
        padding-left: 90px;
    }

    .pl-xs-100, .px-xs-100 {
        padding-left: 100px;
    }

    .pl-xs-120, .px-xs-120 {
        padding-left: 120px;
    }

    .pr-xs-5, .px-xs-5 {
        padding-right: 5px;
    }

    .pr-xs-10, .px-xs-10 {
        padding-right: 10px;
    }

    .pr-xs-15, .px-xs-15 {
        padding-right: 15px;
    }

    .pr-xs-20, .px-xs-20 {
        padding-right: 20px;
    }

    .pr-xs-25, .px-xs-25 {
        padding-right: 25px;
    }

    .pr-xs-30, .px-xs-30 {
        padding-right: 30px;
    }

    .pr-xs-35, .px-xs-35 {
        padding-right: 35px;
    }

    .pr-xs-40, .px-xs-40 {
        padding-right: 40px;
    }

    .pr-xs-45, .px-xs-45 {
        padding-right: 45px;
    }

    .pr-xs-50, .px-xs-50 {
        padding-right: 50px;
    }

    .pr-xs-55, .px-xs-55 {
        padding-right: 55px;
    }

    .pr-xs-60, .px-xs-60 {
        padding-right: 60px;
    }

    .pr-xs-65, .px-xs-65 {
        padding-right: 65px;
    }

    .pr-xs-70, .px-xs-70 {
        padding-right: 70px;
    }

    .pr-xs-75, .px-xs-75 {
        padding-right: 75px;
    }

    .pr-xs-80, .px-xs-80 {
        padding-right: 80px;
    }

    .pr-xs-85, .px-xs-85 {
        padding-right: 85px;
    }

    .pr-xs-90, .px-xs-90 {
        padding-right: 90px;
    }

    .pr-xs-100, .px-xs-100 {
        padding-right: 100px;
    }

    .pr-xs-120, .px-xs-120 {
        padding-right: 120px;
    }

    .pt-xs-5, .py-xs-5 {
        padding-top: 5px;
    }

    .pt-xs-10, .py-xs-10 {
        padding-top: 10px;
    }

    .pt-xs-15, .py-xs-15 {
        padding-top: 15px;
    }

    .pt-xs-20, .py-xs-20 {
        padding-top: 20px;
    }

    .pt-xs-25, .py-xs-25 {
        padding-top: 25px;
    }

    .pt-xs-30, .py-xs-30 {
        padding-top: 30px;
    }

    .pt-xs-35, .py-xs-35 {
        padding-top: 35px;
    }

    .pt-xs-40, .py-xs-40 {
        padding-top: 40px;
    }

    .pt-xs-45, .py-xs-45 {
        padding-top: 45px;
    }

    .pt-xs-50, .py-xs-50 {
        padding-top: 50px;
    }

    .pt-xs-55, .py-xs-55 {
        padding-top: 55px;
    }

    .pt-xs-60, .py-xs-60 {
        padding-top: 60px;
    }

    .pt-xs-65, .py-xs-65 {
        padding-top: 65px;
    }

    .pt-xs-70, .py-xs-70 {
        padding-top: 70px;
    }

    .pt-xs-75, .py-xs-75 {
        padding-top: 75px;
    }

    .pt-xs-80, .py-xs-80 {
        padding-top: 80px;
    }

    .pt-xs-85, .py-xs-85 {
        padding-top: 85px;
    }

    .pt-xs-90, .py-xs-90 {
        padding-top: 90px;
    }

    .pt-xs-100, .py-xs-100 {
        padding-top: 100px;
    }

    .pt-xs-120, .py-xs-120 {
        padding-top: 120px;
    }

    .pb-xs-5, .py-xs-5 {
        padding-bottom: 5px;
    }

    .pb-xs-10, .py-xs-10 {
        padding-bottom: 10px;
    }

    .pb-xs-15, .py-xs-15 {
        padding-bottom: 15px;
    }

    .pb-xs-20, .py-xs-20 {
        padding-bottom: 20px;
    }

    .pb-xs-25, .py-xs-25 {
        padding-bottom: 25px;
    }

    .pb-xs-30, .py-xs-30 {
        padding-bottom: 30px;
    }

    .pb-xs-35, .py-xs-35 {
        padding-bottom: 35px;
    }

    .pb-xs-40, .py-xs-40 {
        padding-bottom: 40px;
    }

    .pb-xs-45, .py-xs-45 {
        padding-bottom: 45px;
    }

    .pb-xs-50, .py-xs-50 {
        padding-bottom: 50px;
    }

    .pb-xs-55, .py-xs-55 {
        padding-bottom: 55px;
    }

    .pb-xs-60, .py-xs-60 {
        padding-bottom: 60px;
    }

    .pb-xs-65, .py-xs-65 {
        padding-bottom: 65px;
    }

    .pb-xs-70, .py-xs-70 {
        padding-bottom: 70px;
    }

    .pb-xs-75, .py-xs-75 {
        padding-bottom: 75px;
    }

    .pb-xs-80, .py-xs-80 {
        padding-bottom: 80px;
    }

    .pb-xs-85, .py-xs-85 {
        padding-bottom: 85px;
    }

    .pb-xs-90, .py-xs-90 {
        padding-bottom: 90px;
    }

    .pb-xs-100, .py-xs-100 {
        padding-bottom: 100px;
    }

    .pb-xs-120, .py-xs-120 {
        padding-bottom: 120px;
    }

    .ml-xs-5, .mx-xs-5 {
        margin-left: 5px;
    }

    .ml-xs-10, .mx-xs-10 {
        margin-left: 10px;
    }

    .ml-xs-15, .mx-xs-15 {
        margin-left: 15px;
    }

    .ml-xs-20, .mx-xs-20 {
        margin-left: 20px;
    }

    .ml-xs-25, .mx-xs-25 {
        margin-left: 25px;
    }

    .ml-xs-30, .mx-xs-30 {
        margin-left: 30px;
    }

    .ml-xs-35, .mx-xs-35 {
        margin-left: 35px;
    }

    .ml-xs-40, .mx-xs-40 {
        margin-left: 40px;
    }

    .ml-xs-45, .mx-xs-45 {
        margin-left: 45px;
    }

    .ml-xs-50, .mx-xs-50 {
        margin-left: 50px;
    }

    .ml-xs-55, .mx-xs-55 {
        margin-left: 55px;
    }

    .ml-xs-60, .mx-xs-60 {
        margin-left: 60px;
    }

    .ml-xs-65, .mx-xs-65 {
        margin-left: 60px;
    }

    .ml-xs-70, .mx-xs-70 {
        margin-left: 70px;
    }

    .ml-xs-75, .mx-xs-75 {
        margin-left: 75px;
    }

    .ml-xs-80, .mx-xs-80 {
        margin-left: 80px;
    }

    .ml-xs-85, .mx-xs-85 {
        margin-left: 85px;
    }

    .ml-xs-90, .mx-xs-90 {
        margin-left: 90px;
    }

    .ml-xs-100, .mx-xs-100 {
        margin-left: 100px;
    }

    .ml-xs-120, .mx-xs-120 {
        margin-left: 120px;
    }

    .mr-xs-5, .mx-xs-5 {
        margin-right: 5px;
    }

    .mr-xs-10, .mx-xs-10 {
        margin-right: 10px;
    }

    .mr-xs-15, .mx-xs-15 {
        margin-right: 15px;
    }

    .mr-xs-20, .mx-xs-20 {
        margin-right: 20px;
    }

    .mr-xs-25, .mx-xs-25 {
        margin-right: 25px;
    }

    .mr-xs-30, .mx-xs-30 {
        margin-right: 30px;
    }

    .mr-xs-35, .mx-xs-35 {
        margin-right: 35px;
    }

    .mr-xs-40, .mx-xs-40 {
        margin-right: 40px;
    }

    .mr-xs-45, .mx-xs-45 {
        margin-right: 45px;
    }

    .mr-xs-50, .mx-xs-50 {
        margin-right: 50px;
    }

    .mr-xs-55, .mx-xs-55 {
        margin-right: 55px;
    }

    .mr-xs-60, .mx-xs-60 {
        margin-right: 60px;
    }

    .mr-xs-65, .mx-xs-65 {
        margin-right: 65px;
    }

    .mr-xs-70, .mx-xs-70 {
        margin-right: 70px;
    }

    .mr-xs-75, .mx-xs-75 {
        margin-right: 75px;
    }

    .mr-xs-80, .mx-xs-80 {
        margin-right: 80px;
    }

    .mr-xs-85, .mx-xs-85 {
        margin-right: 85px;
    }

    .mr-xs-90, .mx-xs-90 {
        margin-right: 90px;
    }

    .mr-xs-100, .mx-xs-100 {
        margin-right: 100px;
    }

    .mr-xs-120, .mx-xs-120 {
        margin-right: 120px;
    }

    .mt-xs-5, .my-xs-5 {
        margin-top: 5px;
    }

    .mt-xs-10, .my-xs-10 {
        margin-top: 10px;
    }

    .mt-xs-15, .my-xs-15 {
        margin-top: 15px;
    }

    .mt-xs-20, .my-xs-20 {
        margin-top: 20px;
    }

    .mt-xs-25, .my-xs-25 {
        margin-top: 25px;
    }

    .mt-xs-30, .my-xs-30 {
        margin-top: 30px;
    }

    .mt-xs-35, .my-xs-35 {
        margin-top: 35px;
    }

    .mt-xs-40, .my-xs-40 {
        margin-top: 40px;
    }

    .mt-xs-45, .my-xs-45 {
        margin-top: 45px;
    }

    .mt-xs-50, .my-xs-50 {
        margin-top: 50px;
    }

    .mt-xs-55, .my-xs-55 {
        margin-top: 55px;
    }

    .mt-xs-60, .my-xs-60 {
        margin-top: 60px;
    }

    .mt-xs-65, .my-xs-65 {
        margin-top: 65px;
    }

    .mt-xs-70, .my-xs-70 {
        margin-top: 70px;
    }

    .mt-xs-75, .my-xs-75 {
        margin-top: 75px;
    }

    .mt-xs-80, .my-xs-80 {
        margin-top: 80px;
    }

    .mt-xs-85, .my-xs-85 {
        margin-top: 85px;
    }

    .mt-xs-90, .my-xs-90 {
        margin-top: 90px;
    }

    .mt-xs-100, .my-xs-100 {
        margin-top: 100px;
    }

    .mt-xs-120, .my-xs-120 {
        margin-top: 120px;
    }

    .mb-xs-5, .my-xs-5 {
        margin-bottom: 5px;
    }

    .mb-xs-10, .my-xs-10 {
        margin-bottom: 10px;
    }

    .mb-xs-15, .my-xs-15 {
        margin-bottom: 15px;
    }

    .mb-xs-20, .my-xs-20 {
        margin-bottom: 20px;
    }

    .mb-xs-25, .my-xs-25 {
        margin-bottom: 25px;
    }

    .mb-xs-30, .my-xs-30 {
        margin-bottom: 30px;
    }

    .mb-xs-35, .my-xs-35 {
        margin-bottom: 35px;
    }

    .mb-xs-40, .my-xs-40 {
        margin-bottom: 40px;
    }

    .mb-xs-45, .my-xs-45 {
        margin-bottom: 45px;
    }

    .mb-xs-50, .my-xs-50 {
        margin-bottom: 50px;
    }

    .mb-xs-55, .my-xs-55 {
        margin-bottom: 55px;
    }

    .mb-xs-60, .my-xs-60 {
        margin-bottom: 60px;
    }

    .mb-xs-65, .my-xs-65 {
        margin-bottom: 65px;
    }

    .mb-xs-70, .my-xs-70 {
        margin-bottom: 70px;
    }

    .mb-xs-75, .my-xs-75 {
        margin-bottom: 75px;
    }

    .mb-xs-80, .my-xs-80 {
        margin-bottom: 80px;
    }

    .mb-xs-85, .my-xs-85 {
        margin-bottom: 85px;
    }

    .mb-xs-90, .my-xs-90 {
        margin-bottom: 90px;
    }

    .mb-xs-100, .my-xs-100 {
        margin-bottom: 100px;
    }

    .mb-xs-120, .my-xs-120 {
        margin-bottom: 120px;
    }

}

@media (min-width: 768px) {

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .d-flex-sm {
        display:flex;
    }

    .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-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-100 {
        width: 100%;
    }

    .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-100 {
        margin-left: 100%;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 5px;
    }

    .pl-sm-10, .px-sm-10 {
        padding-left: 10px;
    }

    .pl-sm-15, .px-sm-15 {
        padding-left: 15px;
    }

    .pl-sm-20, .px-sm-20 {
        padding-left: 20px;
    }

    .pl-sm-25, .px-sm-25 {
        padding-left: 25px;
    }

    .pl-sm-30, .px-sm-30 {
        padding-left: 30px;
    }

    .pl-sm-35, .px-sm-35 {
        padding-left: 35px;
    }

    .pl-sm-40, .px-sm-40 {
        padding-left: 40px;
    }

    .pl-sm-45, .px-sm-45 {
        padding-left: 45px;
    }

    .pl-sm-50, .px-sm-50 {
        padding-left: 50px;
    }

    .pl-sm-55, .px-sm-55 {
        padding-left: 55px;
    }

    .pl-sm-60, .px-sm-60 {
        padding-left: 60px;
    }

    .pl-sm-65, .px-sm-65 {
        padding-left: 60px;
    }

    .pl-sm-70, .px-sm-70 {
        padding-left: 70px;
    }

    .pl-sm-75, .px-sm-75 {
        padding-left: 75px;
    }

    .pl-sm-80, .px-sm-80 {
        padding-left: 80px;
    }

    .pl-sm-85, .px-sm-85 {
        padding-left: 85px;
    }

    .pl-sm-90, .px-sm-90 {
        padding-left: 90px;
    }

    .pl-sm-100, .px-sm-100 {
        padding-left: 100px;
    }

    .pl-sm-120, .px-sm-120 {
        padding-left: 120px;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 5px;
    }

    .pr-sm-10, .px-sm-10 {
        padding-right: 10px;
    }

    .pr-sm-15, .px-sm-15 {
        padding-right: 15px;
    }

    .pr-sm-20, .px-sm-20 {
        padding-right: 20px;
    }

    .pr-sm-25, .px-sm-25 {
        padding-right: 25px;
    }

    .pr-sm-30, .px-sm-30 {
        padding-right: 30px;
    }

    .pr-sm-35, .px-sm-35 {
        padding-right: 35px;
    }

    .pr-sm-40, .px-sm-40 {
        padding-right: 40px;
    }

    .pr-sm-45, .px-sm-45 {
        padding-right: 45px;
    }

    .pr-sm-50, .px-sm-50 {
        padding-right: 50px;
    }

    .pr-sm-55, .px-sm-55 {
        padding-right: 55px;
    }

    .pr-sm-60, .px-sm-60 {
        padding-right: 60px;
    }

    .pr-sm-65, .px-sm-65 {
        padding-right: 65px;
    }

    .pr-sm-70, .px-sm-70 {
        padding-right: 70px;
    }

    .pr-sm-75, .px-sm-75 {
        padding-right: 75px;
    }

    .pr-sm-80, .px-sm-80 {
        padding-right: 80px;
    }

    .pr-sm-85, .px-sm-85 {
        padding-right: 85px;
    }

    .pr-sm-90, .px-sm-90 {
        padding-right: 90px;
    }

    .pr-sm-100, .px-sm-100 {
        padding-right: 100px;
    }

    .pr-sm-120, .px-sm-120 {
        padding-right: 120px;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 5px;
    }

    .pt-sm-10, .py-sm-10 {
        padding-top: 10px;
    }

    .pt-sm-15, .py-sm-15 {
        padding-top: 15px;
    }

    .pt-sm-20, .py-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-25, .py-sm-25 {
        padding-top: 25px;
    }

    .pt-sm-30, .py-sm-30 {
        padding-top: 30px;
    }

    .pt-sm-35, .py-sm-35 {
        padding-top: 35px;
    }

    .pt-sm-40, .py-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-45, .py-sm-45 {
        padding-top: 45px;
    }

    .pt-sm-50, .py-sm-50 {
        padding-top: 50px;
    }

    .pt-sm-55, .py-sm-55 {
        padding-top: 55px;
    }

    .pt-sm-60, .py-sm-60 {
        padding-top: 60px;
    }

    .pt-sm-65, .py-sm-65 {
        padding-top: 65px;
    }

    .pt-sm-70, .py-sm-70 {
        padding-top: 70px;
    }

    .pt-sm-75, .py-sm-75 {
        padding-top: 75px;
    }

    .pt-sm-80, .py-sm-80 {
        padding-top: 80px;
    }

    .pt-sm-85, .py-sm-85 {
        padding-top: 85px;
    }

    .pt-sm-90, .py-sm-90 {
        padding-top: 90px;
    }

    .pt-sm-100, .py-sm-100 {
        padding-top: 100px;
    }

    .pt-sm-120, .py-sm-120 {
        padding-top: 120px;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 5px;
    }

    .pb-sm-10, .py-sm-10 {
        padding-bottom: 10px;
    }

    .pb-sm-15, .py-sm-15 {
        padding-bottom: 15px;
    }

    .pb-sm-20, .py-sm-20 {
        padding-bottom: 20px;
    }

    .pb-sm-25, .py-sm-25 {
        padding-bottom: 25px;
    }

    .pb-sm-30, .py-sm-30 {
        padding-bottom: 30px;
    }

    .pb-sm-35, .py-sm-35 {
        padding-bottom: 35px;
    }

    .pb-sm-40, .py-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-45, .py-sm-45 {
        padding-bottom: 45px;
    }

    .pb-sm-50, .py-sm-50 {
        padding-bottom: 50px;
    }

    .pb-sm-55, .py-sm-55 {
        padding-bottom: 55px;
    }

    .pb-sm-60, .py-sm-60 {
        padding-bottom: 60px;
    }

    .pb-sm-65, .py-sm-65 {
        padding-bottom: 65px;
    }

    .pb-sm-70, .py-sm-70 {
        padding-bottom: 70px;
    }

    .pb-sm-75, .py-sm-75 {
        padding-bottom: 75px;
    }

    .pb-sm-80, .py-sm-80 {
        padding-bottom: 80px;
    }

    .pb-sm-85, .py-sm-85 {
        padding-bottom: 85px;
    }

    .pb-sm-90, .py-sm-90 {
        padding-bottom: 90px;
    }

    .pb-sm-100, .py-sm-100 {
        padding-bottom: 100px;
    }

    .pb-sm-120, .py-sm-120 {
        padding-bottom: 120px;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 5px;
    }

    .ml-sm-10, .mx-sm-10 {
        margin-left: 10px;
    }

    .ml-sm-15, .mx-sm-15 {
        margin-left: 15px;
    }

    .ml-sm-20, .mx-sm-20 {
        margin-left: 20px;
    }

    .ml-sm-25, .mx-sm-25 {
        margin-left: 25px;
    }

    .ml-sm-30, .mx-sm-30 {
        margin-left: 30px;
    }

    .ml-sm-35, .mx-sm-35 {
        margin-left: 35px;
    }

    .ml-sm-40, .mx-sm-40 {
        margin-left: 40px;
    }

    .ml-sm-45, .mx-sm-45 {
        margin-left: 45px;
    }

    .ml-sm-50, .mx-sm-50 {
        margin-left: 50px;
    }

    .ml-sm-55, .mx-sm-55 {
        margin-left: 55px;
    }

    .ml-sm-60, .mx-sm-60 {
        margin-left: 60px;
    }

    .ml-sm-65, .mx-sm-65 {
        margin-left: 60px;
    }

    .ml-sm-70, .mx-sm-70 {
        margin-left: 70px;
    }

    .ml-sm-75, .mx-sm-75 {
        margin-left: 75px;
    }

    .ml-sm-80, .mx-sm-80 {
        margin-left: 80px;
    }

    .ml-sm-85, .mx-sm-85 {
        margin-left: 85px;
    }

    .ml-sm-90, .mx-sm-90 {
        margin-left: 90px;
    }

    .ml-sm-100, .mx-sm-100 {
        margin-left: 100px;
    }

    .ml-sm-120, .mx-sm-120 {
        margin-left: 120px;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 5px;
    }

    .mr-sm-10, .mx-sm-10 {
        margin-right: 10px;
    }

    .mr-sm-15, .mx-sm-15 {
        margin-right: 15px;
    }

    .mr-sm-20, .mx-sm-20 {
        margin-right: 20px;
    }

    .mr-sm-25, .mx-sm-25 {
        margin-right: 25px;
    }

    .mr-sm-30, .mx-sm-30 {
        margin-right: 30px;
    }

    .mr-sm-35, .mx-sm-35 {
        margin-right: 35px;
    }

    .mr-sm-40, .mx-sm-40 {
        margin-right: 40px;
    }

    .mr-sm-45, .mx-sm-45 {
        margin-right: 45px;
    }

    .mr-sm-50, .mx-sm-50 {
        margin-right: 50px;
    }

    .mr-sm-55, .mx-sm-55 {
        margin-right: 55px;
    }

    .mr-sm-60, .mx-sm-60 {
        margin-right: 60px;
    }

    .mr-sm-65, .mx-sm-65 {
        margin-right: 65px;
    }

    .mr-sm-70, .mx-sm-70 {
        margin-right: 70px;
    }

    .mr-sm-75, .mx-sm-75 {
        margin-right: 75px;
    }

    .mr-sm-80, .mx-sm-80 {
        margin-right: 80px;
    }

    .mr-sm-85, .mx-sm-85 {
        margin-right: 85px;
    }

    .mr-sm-90, .mx-sm-90 {
        margin-right: 90px;
    }

    .mr-sm-100, .mx-sm-100 {
        margin-right: 100px;
    }

    .mr-sm-120, .mx-sm-120 {
        margin-right: 120px;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 5px;
    }

    .mt-sm-10, .my-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-15, .my-sm-15 {
        margin-top: 15px;
    }

    .mt-sm-20, .my-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-25, .my-sm-25 {
        margin-top: 25px;
    }

    .mt-sm-30, .my-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-35, .my-sm-35 {
        margin-top: 35px;
    }

    .mt-sm-40, .my-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-45, .my-sm-45 {
        margin-top: 45px;
    }

    .mt-sm-50, .my-sm-50 {
        margin-top: 50px;
    }

    .mt-sm-55, .my-sm-55 {
        margin-top: 55px;
    }

    .mt-sm-60, .my-sm-60 {
        margin-top: 60px;
    }

    .mt-sm-65, .my-sm-65 {
        margin-top: 65px;
    }

    .mt-sm-70, .my-sm-70 {
        margin-top: 70px;
    }

    .mt-sm-75, .my-sm-75 {
        margin-top: 75px;
    }

    .mt-sm-80, .my-sm-80 {
        margin-top: 80px;
    }

    .mt-sm-85, .my-sm-85 {
        margin-top: 85px;
    }

    .mt-sm-90, .my-sm-90 {
        margin-top: 90px;
    }

    .mt-sm-100, .my-sm-100 {
        margin-top: 100px;
    }

    .mt-sm-120, .my-sm-120 {
        margin-top: 120px;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 5px;
    }

    .mb-sm-10, .my-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-15, .my-sm-15 {
        margin-bottom: 15px;
    }

    .mb-sm-20, .my-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-25, .my-sm-25 {
        margin-bottom: 25px;
    }

    .mb-sm-30, .my-sm-30 {
        margin-bottom: 30px;
    }

    .mb-sm-35, .my-sm-35 {
        margin-bottom: 35px;
    }

    .mb-sm-40, .my-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-45, .my-sm-45 {
        margin-bottom: 45px;
    }

    .mb-sm-50, .my-sm-50 {
        margin-bottom: 50px;
    }

    .mb-sm-55, .my-sm-55 {
        margin-bottom: 55px;
    }

    .mb-sm-60, .my-sm-60 {
        margin-bottom: 60px;
    }

    .mb-sm-65, .my-sm-65 {
        margin-bottom: 65px;
    }

    .mb-sm-70, .my-sm-70 {
        margin-bottom: 70px;
    }

    .mb-sm-75, .my-sm-75 {
        margin-bottom: 75px;
    }

    .mb-sm-80, .my-sm-80 {
        margin-bottom: 80px;
    }

    .mb-sm-85, .my-sm-85 {
        margin-bottom: 85px;
    }

    .mb-sm-90, .my-sm-90 {
        margin-bottom: 90px;
    }

    .mb-sm-100, .my-sm-100 {
        margin-bottom: 100px;
    }

    .mb-sm-120, .my-sm-120 {
        margin-bottom: 120px;
    }

}

@media (min-width: 992px) {

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .d-flex-md {
        display:flex;
    }

    .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-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-100 {
        width: 100%;
    }

    .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-100 {
        margin-left: 100%;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 5px;
    }

    .pl-md-10, .px-md-10 {
        padding-left: 10px;
    }

    .pl-md-15, .px-md-15 {
        padding-left: 15px;
    }

    .pl-md-20, .px-md-20 {
        padding-left: 20px;
    }

    .pl-md-25, .px-md-25 {
        padding-left: 25px;
    }

    .pl-md-30, .px-md-30 {
        padding-left: 30px;
    }

    .pl-md-35, .px-md-35 {
        padding-left: 35px;
    }

    .pl-md-40, .px-md-40 {
        padding-left: 40px;
    }

    .pl-md-45, .px-md-45 {
        padding-left: 45px;
    }

    .pl-md-50, .px-md-50 {
        padding-left: 50px;
    }

    .pl-md-55, .px-md-55 {
        padding-left: 55px;
    }

    .pl-md-60, .px-md-60 {
        padding-left: 60px;
    }

    .pl-md-65, .px-md-65 {
        padding-left: 60px;
    }

    .pl-md-70, .px-md-70 {
        padding-left: 70px;
    }

    .pl-md-75, .px-md-75 {
        padding-left: 75px;
    }

    .pl-md-80, .px-md-80 {
        padding-left: 80px;
    }

    .pl-md-85, .px-md-85 {
        padding-left: 85px;
    }

    .pl-md-90, .px-md-90 {
        padding-left: 90px;
    }

    .pl-md-100, .px-md-100 {
        padding-left: 100px;
    }

    .pl-md-120, .px-md-120 {
        padding-left: 120px;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 5px;
    }

    .pr-md-10, .px-md-10 {
        padding-right: 10px;
    }

    .pr-md-15, .px-md-15 {
        padding-right: 15px;
    }

    .pr-md-20, .px-md-20 {
        padding-right: 20px;
    }

    .pr-md-25, .px-md-25 {
        padding-right: 25px;
    }

    .pr-md-30, .px-md-30 {
        padding-right: 30px;
    }

    .pr-md-35, .px-md-35 {
        padding-right: 35px;
    }

    .pr-md-40, .px-md-40 {
        padding-right: 40px;
    }

    .pr-md-45, .px-md-45 {
        padding-right: 45px;
    }

    .pr-md-50, .px-md-50 {
        padding-right: 50px;
    }

    .pr-md-55, .px-md-55 {
        padding-right: 55px;
    }

    .pr-md-60, .px-md-60 {
        padding-right: 60px;
    }

    .pr-md-65, .px-md-65 {
        padding-right: 65px;
    }

    .pr-md-70, .px-md-70 {
        padding-right: 70px;
    }

    .pr-md-75, .px-md-75 {
        padding-right: 75px;
    }

    .pr-md-80, .px-md-80 {
        padding-right: 80px;
    }

    .pr-md-85, .px-md-85 {
        padding-right: 85px;
    }

    .pr-md-90, .px-md-90 {
        padding-right: 90px;
    }

    .pr-md-100, .px-md-100 {
        padding-right: 100px;
    }

    .pr-md-120, .px-md-120 {
        padding-right: 120px;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 5px;
    }

    .pt-md-10, .py-md-10 {
        padding-top: 10px;
    }

    .pt-md-15, .py-md-15 {
        padding-top: 15px;
    }

    .pt-md-20, .py-md-20 {
        padding-top: 20px;
    }

    .pt-md-25, .py-md-25 {
        padding-top: 25px;
    }

    .pt-md-30, .py-md-30 {
        padding-top: 30px;
    }

    .pt-md-35, .py-md-35 {
        padding-top: 35px;
    }

    .pt-md-40, .py-md-40 {
        padding-top: 40px;
    }

    .pt-md-45, .py-md-45 {
        padding-top: 45px;
    }

    .pt-md-50, .py-md-50 {
        padding-top: 50px;
    }

    .pt-md-55, .py-md-55 {
        padding-top: 55px;
    }

    .pt-md-60, .py-md-60 {
        padding-top: 60px;
    }

    .pt-md-65, .py-md-65 {
        padding-top: 65px;
    }

    .pt-md-70, .py-md-70 {
        padding-top: 70px;
    }

    .pt-md-75, .py-md-75 {
        padding-top: 75px;
    }

    .pt-md-80, .py-md-80 {
        padding-top: 80px;
    }

    .pt-md-85, .py-md-85 {
        padding-top: 85px;
    }

    .pt-md-90, .py-md-90 {
        padding-top: 90px;
    }

    .pt-md-100, .py-md-100 {
        padding-top: 100px;
    }

    .pt-md-120, .py-md-120 {
        padding-top: 120px;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 5px;
    }

    .pb-md-10, .py-md-10 {
        padding-bottom: 10px;
    }

    .pb-md-15, .py-md-15 {
        padding-bottom: 15px;
    }

    .pb-md-20, .py-md-20 {
        padding-bottom: 20px;
    }

    .pb-md-25, .py-md-25 {
        padding-bottom: 25px;
    }

    .pb-md-30, .py-md-30 {
        padding-bottom: 30px;
    }

    .pb-md-35, .py-md-35 {
        padding-bottom: 35px;
    }

    .pb-md-40, .py-md-40 {
        padding-bottom: 40px;
    }

    .pb-md-45, .py-md-45 {
        padding-bottom: 45px;
    }

    .pb-md-50, .py-md-50 {
        padding-bottom: 50px;
    }

    .pb-md-55, .py-md-55 {
        padding-bottom: 55px;
    }

    .pb-md-60, .py-md-60 {
        padding-bottom: 60px;
    }

    .pb-md-65, .py-md-65 {
        padding-bottom: 65px;
    }

    .pb-md-70, .py-md-70 {
        padding-bottom: 70px;
    }

    .pb-md-75, .py-md-75 {
        padding-bottom: 75px;
    }

    .pb-md-80, .py-md-80 {
        padding-bottom: 80px;
    }

    .pb-md-85, .py-md-85 {
        padding-bottom: 85px;
    }

    .pb-md-90, .py-md-90 {
        padding-bottom: 90px;
    }

    .pb-md-100, .py-md-100 {
        padding-bottom: 100px;
    }

    .pb-md-120, .py-md-120 {
        padding-bottom: 120px;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 5px;
    }

    .ml-md-10, .mx-md-10 {
        margin-left: 10px;
    }

    .ml-md-15, .mx-md-15 {
        margin-left: 15px;
    }

    .ml-md-20, .mx-md-20 {
        margin-left: 20px;
    }

    .ml-md-25, .mx-md-25 {
        margin-left: 25px;
    }

    .ml-md-30, .mx-md-30 {
        margin-left: 30px;
    }

    .ml-md-35, .mx-md-35 {
        margin-left: 35px;
    }

    .ml-md-40, .mx-md-40 {
        margin-left: 40px;
    }

    .ml-md-45, .mx-md-45 {
        margin-left: 45px;
    }

    .ml-md-50, .mx-md-50 {
        margin-left: 50px;
    }

    .ml-md-55, .mx-md-55 {
        margin-left: 55px;
    }

    .ml-md-60, .mx-md-60 {
        margin-left: 60px;
    }

    .ml-md-65, .mx-md-65 {
        margin-left: 60px;
    }

    .ml-md-70, .mx-md-70 {
        margin-left: 70px;
    }

    .ml-md-75, .mx-md-75 {
        margin-left: 75px;
    }

    .ml-md-80, .mx-md-80 {
        margin-left: 80px;
    }

    .ml-md-85, .mx-md-85 {
        margin-left: 85px;
    }

    .ml-md-90, .mx-md-90 {
        margin-left: 90px;
    }

    .ml-md-100, .mx-md-100 {
        margin-left: 100px;
    }

    .ml-md-120, .mx-md-120 {
        margin-left: 120px;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 5px;
    }

    .mr-md-10, .mx-md-10 {
        margin-right: 10px;
    }

    .mr-md-15, .mx-md-15 {
        margin-right: 15px;
    }

    .mr-md-20, .mx-md-20 {
        margin-right: 20px;
    }

    .mr-md-25, .mx-md-25 {
        margin-right: 25px;
    }

    .mr-md-30, .mx-md-30 {
        margin-right: 30px;
    }

    .mr-md-35, .mx-md-35 {
        margin-right: 35px;
    }

    .mr-md-40, .mx-md-40 {
        margin-right: 40px;
    }

    .mr-md-45, .mx-md-45 {
        margin-right: 45px;
    }

    .mr-md-50, .mx-md-50 {
        margin-right: 50px;
    }

    .mr-md-55, .mx-md-55 {
        margin-right: 55px;
    }

    .mr-md-60, .mx-md-60 {
        margin-right: 60px;
    }

    .mr-md-65, .mx-md-65 {
        margin-right: 65px;
    }

    .mr-md-70, .mx-md-70 {
        margin-right: 70px;
    }

    .mr-md-75, .mx-md-75 {
        margin-right: 75px;
    }

    .mr-md-80, .mx-md-80 {
        margin-right: 80px;
    }

    .mr-md-85, .mx-md-85 {
        margin-right: 85px;
    }

    .mr-md-90, .mx-md-90 {
        margin-right: 90px;
    }

    .mr-md-100, .mx-md-100 {
        margin-right: 100px;
    }

    .mr-md-120, .mx-md-120 {
        margin-right: 120px;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 5px;
    }

    .mt-md-10, .my-md-10 {
        margin-top: 10px;
    }

    .mt-md-15, .my-md-15 {
        margin-top: 15px;
    }

    .mt-md-20, .my-md-20 {
        margin-top: 20px;
    }

    .mt-md-25, .my-md-25 {
        margin-top: 25px;
    }

    .mt-md-30, .my-md-30 {
        margin-top: 30px;
    }

    .mt-md-35, .my-md-35 {
        margin-top: 35px;
    }

    .mt-md-40, .my-md-40 {
        margin-top: 40px;
    }

    .mt-md-45, .my-md-45 {
        margin-top: 45px;
    }

    .mt-md-50, .my-md-50 {
        margin-top: 50px;
    }

    .mt-md-55, .my-md-55 {
        margin-top: 55px;
    }

    .mt-md-60, .my-md-60 {
        margin-top: 60px;
    }

    .mt-md-65, .my-md-65 {
        margin-top: 65px;
    }

    .mt-md-70, .my-md-70 {
        margin-top: 70px;
    }

    .mt-md-75, .my-md-75 {
        margin-top: 75px;
    }

    .mt-md-80, .my-md-80 {
        margin-top: 80px;
    }

    .mt-md-85, .my-md-85 {
        margin-top: 85px;
    }

    .mt-md-90, .my-md-90 {
        margin-top: 90px;
    }

    .mt-md-100, .my-md-100 {
        margin-top: 100px;
    }

    .mt-md-120, .my-md-120 {
        margin-top: 120px;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 5px;
    }

    .mb-md-10, .my-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-15, .my-md-15 {
        margin-bottom: 15px;
    }

    .mb-md-20, .my-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-25, .my-md-25 {
        margin-bottom: 25px;
    }

    .mb-md-30, .my-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-35, .my-md-35 {
        margin-bottom: 35px;
    }

    .mb-md-40, .my-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-45, .my-md-45 {
        margin-bottom: 45px;
    }

    .mb-md-50, .my-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-55, .my-md-55 {
        margin-bottom: 55px;
    }

    .mb-md-60, .my-md-60 {
        margin-bottom: 60px;
    }

    .mb-md-65, .my-md-65 {
        margin-bottom: 65px;
    }

    .mb-md-70, .my-md-70 {
        margin-bottom: 70px;
    }

    .mb-md-75, .my-md-75 {
        margin-bottom: 75px;
    }

    .mb-md-80, .my-md-80 {
        margin-bottom: 80px;
    }

    .mb-md-85, .my-md-85 {
        margin-bottom: 85px;
    }

    .mb-md-90, .my-md-90 {
        margin-bottom: 90px;
    }

    .mb-md-100, .my-md-100 {
        margin-bottom: 100px;
    }

    .mb-md-120, .my-md-120 {
        margin-bottom: 120px;
    }

}

@media (min-width: 1200px) {

    .d-flex-lg {
        display:flex;
    }

    .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-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-100 {
        width: 100%;
    }

    .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-100 {
        margin-left: 100%;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 5px;
    }

    .pl-lg-10, .px-lg-10 {
        padding-left: 10px;
    }

    .pl-lg-15, .px-lg-15 {
        padding-left: 15px;
    }

    .pl-lg-20, .px-lg-20 {
        padding-left: 20px;
    }

    .pl-lg-25, .px-lg-25 {
        padding-left: 25px;
    }

    .pl-lg-30, .px-lg-30 {
        padding-left: 30px;
    }

    .pl-lg-35, .px-lg-35 {
        padding-left: 35px;
    }

    .pl-lg-40, .px-lg-40 {
        padding-left: 40px;
    }

    .pl-lg-45, .px-lg-45 {
        padding-left: 45px;
    }

    .pl-lg-50, .px-lg-50 {
        padding-left: 50px;
    }

    .pl-lg-55, .px-lg-55 {
        padding-left: 55px;
    }

    .pl-lg-60, .px-lg-60 {
        padding-left: 60px;
    }

    .pl-lg-65, .px-lg-65 {
        padding-left: 60px;
    }

    .pl-lg-70, .px-lg-70 {
        padding-left: 70px;
    }

    .pl-lg-75, .px-lg-75 {
        padding-left: 75px;
    }

    .pl-lg-80, .px-lg-80 {
        padding-left: 80px;
    }

    .pl-lg-85, .px-lg-85 {
        padding-left: 85px;
    }

    .pl-lg-90, .px-lg-90 {
        padding-left: 90px;
    }

    .pl-lg-100, .px-lg-100 {
        padding-left: 100px;
    }

    .pl-lg-120, .px-lg-120 {
        padding-left: 120px;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 5px;
    }

    .pr-lg-10, .px-lg-10 {
        padding-right: 10px;
    }

    .pr-lg-15, .px-lg-15 {
        padding-right: 15px;
    }

    .pr-lg-20, .px-lg-20 {
        padding-right: 20px;
    }

    .pr-lg-25, .px-lg-25 {
        padding-right: 25px;
    }

    .pr-lg-30, .px-lg-30 {
        padding-right: 30px;
    }

    .pr-lg-35, .px-lg-35 {
        padding-right: 35px;
    }

    .pr-lg-40, .px-lg-40 {
        padding-right: 40px;
    }

    .pr-lg-45, .px-lg-45 {
        padding-right: 45px;
    }

    .pr-lg-50, .px-lg-50 {
        padding-right: 50px;
    }

    .pr-lg-55, .px-lg-55 {
        padding-right: 55px;
    }

    .pr-lg-60, .px-lg-60 {
        padding-right: 60px;
    }

    .pr-lg-65, .px-lg-65 {
        padding-right: 65px;
    }

    .pr-lg-70, .px-lg-70 {
        padding-right: 70px;
    }

    .pr-lg-75, .px-lg-75 {
        padding-right: 75px;
    }

    .pr-lg-80, .px-lg-80 {
        padding-right: 80px;
    }

    .pr-lg-85, .px-lg-85 {
        padding-right: 85px;
    }

    .pr-lg-90, .px-lg-90 {
        padding-right: 90px;
    }

    .pr-lg-100, .px-lg-100 {
        padding-right: 100px;
    }

    .pr-lg-120, .px-lg-120 {
        padding-right: 120px;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 5px;
    }

    .pt-lg-10, .py-lg-10 {
        padding-top: 10px;
    }

    .pt-lg-15, .py-lg-15 {
        padding-top: 15px;
    }

    .pt-lg-20, .py-lg-20 {
        padding-top: 20px;
    }

    .pt-lg-25, .py-lg-25 {
        padding-top: 25px;
    }

    .pt-lg-30, .py-lg-30 {
        padding-top: 30px;
    }

    .pt-lg-35, .py-lg-35 {
        padding-top: 35px;
    }

    .pt-lg-40, .py-lg-40 {
        padding-top: 40px;
    }

    .pt-lg-45, .py-lg-45 {
        padding-top: 45px;
    }

    .pt-lg-50, .py-lg-50 {
        padding-top: 50px;
    }

    .pt-lg-55, .py-lg-55 {
        padding-top: 55px;
    }

    .pt-lg-60, .py-lg-60 {
        padding-top: 60px;
    }

    .pt-lg-65, .py-lg-65 {
        padding-top: 65px;
    }

    .pt-lg-70, .py-lg-70 {
        padding-top: 70px;
    }

    .pt-lg-75, .py-lg-75 {
        padding-top: 75px;
    }

    .pt-lg-80, .py-lg-80 {
        padding-top: 80px;
    }

    .pt-lg-85, .py-lg-85 {
        padding-top: 85px;
    }

    .pt-lg-90, .py-lg-90 {
        padding-top: 90px;
    }

    .pt-lg-100, .py-lg-100 {
        padding-top: 100px;
    }

    .pt-lg-120, .py-lg-120 {
        padding-top: 120px;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 5px;
    }

    .pb-lg-10, .py-lg-10 {
        padding-bottom: 10px;
    }

    .pb-lg-15, .py-lg-15 {
        padding-bottom: 15px;
    }

    .pb-lg-20, .py-lg-20 {
        padding-bottom: 20px;
    }

    .pb-lg-25, .py-lg-25 {
        padding-bottom: 25px;
    }

    .pb-lg-30, .py-lg-30 {
        padding-bottom: 30px;
    }

    .pb-lg-35, .py-lg-35 {
        padding-bottom: 35px;
    }

    .pb-lg-40, .py-lg-40 {
        padding-bottom: 40px;
    }

    .pb-lg-45, .py-lg-45 {
        padding-bottom: 45px;
    }

    .pb-lg-50, .py-lg-50 {
        padding-bottom: 50px;
    }

    .pb-lg-55, .py-lg-55 {
        padding-bottom: 55px;
    }

    .pb-lg-60, .py-lg-60 {
        padding-bottom: 60px;
    }

    .pb-lg-65, .py-lg-65 {
        padding-bottom: 65px;
    }

    .pb-lg-70, .py-lg-70 {
        padding-bottom: 70px;
    }

    .pb-lg-75, .py-lg-75 {
        padding-bottom: 75px;
    }

    .pb-lg-80, .py-lg-80 {
        padding-bottom: 80px;
    }

    .pb-lg-85, .py-lg-85 {
        padding-bottom: 85px;
    }

    .pb-lg-90, .py-lg-90 {
        padding-bottom: 90px;
    }

    .pb-lg-100, .py-lg-100 {
        padding-bottom: 100px;
    }

    .pb-lg-120, .py-lg-120 {
        padding-bottom: 120px;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 5px;
    }

    .ml-lg-10, .mx-lg-10 {
        margin-left: 10px;
    }

    .ml-lg-15, .mx-lg-15 {
        margin-left: 15px;
    }

    .ml-lg-20, .mx-lg-20 {
        margin-left: 20px;
    }

    .ml-lg-25, .mx-lg-25 {
        margin-left: 25px;
    }

    .ml-lg-30, .mx-lg-30 {
        margin-left: 30px;
    }

    .ml-lg-35, .mx-lg-35 {
        margin-left: 35px;
    }

    .ml-lg-40, .mx-lg-40 {
        margin-left: 40px;
    }

    .ml-lg-45, .mx-lg-45 {
        margin-left: 45px;
    }

    .ml-lg-50, .mx-lg-50 {
        margin-left: 50px;
    }

    .ml-lg-55, .mx-lg-55 {
        margin-left: 55px;
    }

    .ml-lg-60, .mx-lg-60 {
        margin-left: 60px;
    }

    .ml-lg-65, .mx-lg-65 {
        margin-left: 60px;
    }

    .ml-lg-70, .mx-lg-70 {
        margin-left: 70px;
    }

    .ml-lg-75, .mx-lg-75 {
        margin-left: 75px;
    }

    .ml-lg-80, .mx-lg-80 {
        margin-left: 80px;
    }

    .ml-lg-85, .mx-lg-85 {
        margin-left: 85px;
    }

    .ml-lg-90, .mx-lg-90 {
        margin-left: 90px;
    }

    .ml-lg-100, .mx-lg-100 {
        margin-left: 100px;
    }

    .ml-lg-120, .mx-lg-120 {
        margin-left: 120px;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 5px;
    }

    .mr-lg-10, .mx-lg-10 {
        margin-right: 10px;
    }

    .mr-lg-15, .mx-lg-15 {
        margin-right: 15px;
    }

    .mr-lg-20, .mx-lg-20 {
        margin-right: 20px;
    }

    .mr-lg-25, .mx-lg-25 {
        margin-right: 25px;
    }

    .mr-lg-30, .mx-lg-30 {
        margin-right: 30px;
    }

    .mr-lg-35, .mx-lg-35 {
        margin-right: 35px;
    }

    .mr-lg-40, .mx-lg-40 {
        margin-right: 40px;
    }

    .mr-lg-45, .mx-lg-45 {
        margin-right: 45px;
    }

    .mr-lg-50, .mx-lg-50 {
        margin-right: 50px;
    }

    .mr-lg-55, .mx-lg-55 {
        margin-right: 55px;
    }

    .mr-lg-60, .mx-lg-60 {
        margin-right: 60px;
    }

    .mr-lg-65, .mx-lg-65 {
        margin-right: 65px;
    }

    .mr-lg-70, .mx-lg-70 {
        margin-right: 70px;
    }

    .mr-lg-75, .mx-lg-75 {
        margin-right: 75px;
    }

    .mr-lg-80, .mx-lg-80 {
        margin-right: 80px;
    }

    .mr-lg-85, .mx-lg-85 {
        margin-right: 85px;
    }

    .mr-lg-90, .mx-lg-90 {
        margin-right: 90px;
    }

    .mr-lg-100, .mx-lg-100 {
        margin-right: 100px;
    }

    .mr-lg-120, .mx-lg-120 {
        margin-right: 120px;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 5px;
    }

    .mt-lg-10, .my-lg-10 {
        margin-top: 10px;
    }

    .mt-lg-15, .my-lg-15 {
        margin-top: 15px;
    }

    .mt-lg-20, .my-lg-20 {
        margin-top: 20px;
    }

    .mt-lg-25, .my-lg-25 {
        margin-top: 25px;
    }

    .mt-lg-30, .my-lg-30 {
        margin-top: 30px;
    }

    .mt-lg-35, .my-lg-35 {
        margin-top: 35px;
    }

    .mt-lg-40, .my-lg-40 {
        margin-top: 40px;
    }

    .mt-lg-45, .my-lg-45 {
        margin-top: 45px;
    }

    .mt-lg-50, .my-lg-50 {
        margin-top: 50px;
    }

    .mt-lg-55, .my-lg-55 {
        margin-top: 55px;
    }

    .mt-lg-60, .my-lg-60 {
        margin-top: 60px;
    }

    .mt-lg-65, .my-lg-65 {
        margin-top: 65px;
    }

    .mt-lg-70, .my-lg-70 {
        margin-top: 70px;
    }

    .mt-lg-75, .my-lg-75 {
        margin-top: 75px;
    }

    .mt-lg-80, .my-lg-80 {
        margin-top: 80px;
    }

    .mt-lg-85, .my-lg-85 {
        margin-top: 85px;
    }

    .mt-lg-90, .my-lg-90 {
        margin-top: 90px;
    }

    .mt-lg-100, .my-lg-100 {
        margin-top: 100px;
    }

    .mt-lg-120, .my-lg-120 {
        margin-top: 120px;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 5px;
    }

    .mb-lg-10, .my-lg-10 {
        margin-bottom: 10px;
    }

    .mb-lg-15, .my-lg-15 {
        margin-bottom: 15px;
    }

    .mb-lg-20, .my-lg-20 {
        margin-bottom: 20px;
    }

    .mb-lg-25, .my-lg-25 {
        margin-bottom: 25px;
    }

    .mb-lg-30, .my-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-35, .my-lg-35 {
        margin-bottom: 35px;
    }

    .mb-lg-40, .my-lg-40 {
        margin-bottom: 40px;
    }

    .mb-lg-45, .my-lg-45 {
        margin-bottom: 45px;
    }

    .mb-lg-50, .my-lg-50 {
        margin-bottom: 50px;
    }

    .mb-lg-55, .my-lg-55 {
        margin-bottom: 55px;
    }

    .mb-lg-60, .my-lg-60 {
        margin-bottom: 60px;
    }

    .mb-lg-65, .my-lg-65 {
        margin-bottom: 65px;
    }

    .mb-lg-70, .my-lg-70 {
        margin-bottom: 70px;
    }

    .mb-lg-75, .my-lg-75 {
        margin-bottom: 75px;
    }

    .mb-lg-80, .my-lg-80 {
        margin-bottom: 80px;
    }

    .mb-lg-85, .my-lg-85 {
        margin-bottom: 85px;
    }

    .mb-lg-90, .my-lg-90 {
        margin-bottom: 90px;
    }

    .mb-lg-100, .my-lg-100 {
        margin-bottom: 100px;
    }

    .mb-lg-120, .my-lg-120 {
        margin-bottom: 120px;
    }

}

@media (min-width: 1400px) {

    .d-flex-xl {
        display:flex;
    }

    .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-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-100 {
        width: 80%;
    }

    .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-100 {
        margin-left: 100%;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 5px;
    }

    .pl-xl-10, .px-xl-10 {
        padding-left: 10px;
    }

    .pl-xl-15, .px-xl-15 {
        padding-left: 15px;
    }

    .pl-xl-20, .px-xl-20 {
        padding-left: 20px;
    }

    .pl-xl-25, .px-xl-25 {
        padding-left: 25px;
    }

    .pl-xl-30, .px-xl-30 {
        padding-left: 30px;
    }

    .pl-xl-35, .px-xl-35 {
        padding-left: 35px;
    }

    .pl-xl-40, .px-xl-40 {
        padding-left: 40px;
    }

    .pl-xl-45, .px-xl-45 {
        padding-left: 45px;
    }

    .pl-xl-50, .px-xl-50 {
        padding-left: 50px;
    }

    .pl-xl-55, .px-xl-55 {
        padding-left: 55px;
    }

    .pl-xl-60, .px-xl-60 {
        padding-left: 60px;
    }

    .pl-xl-65, .px-xl-65 {
        padding-left: 60px;
    }

    .pl-xl-70, .px-xl-70 {
        padding-left: 70px;
    }

    .pl-xl-75, .px-xl-75 {
        padding-left: 75px;
    }

    .pl-xl-80, .px-xl-80 {
        padding-left: 80px;
    }

    .pl-xl-85, .px-xl-85 {
        padding-left: 85px;
    }

    .pl-xl-90, .px-xl-90 {
        padding-left: 90px;
    }

    .pl-xl-100, .px-xl-100 {
        padding-left: 100px;
    }

    .pl-xl-120, .px-xl-120 {
        padding-left: 120px;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 5px;
    }

    .pr-xl-10, .px-xl-10 {
        padding-right: 10px;
    }

    .pr-xl-15, .px-xl-15 {
        padding-right: 15px;
    }

    .pr-xl-20, .px-xl-20 {
        padding-right: 20px;
    }

    .pr-xl-25, .px-xl-25 {
        padding-right: 25px;
    }

    .pr-xl-30, .px-xl-30 {
        padding-right: 30px;
    }

    .pr-xl-35, .px-xl-35 {
        padding-right: 35px;
    }

    .pr-xl-40, .px-xl-40 {
        padding-right: 40px;
    }

    .pr-xl-45, .px-xl-45 {
        padding-right: 45px;
    }

    .pr-xl-50, .px-xl-50 {
        padding-right: 50px;
    }

    .pr-xl-55, .px-xl-55 {
        padding-right: 55px;
    }

    .pr-xl-60, .px-xl-60 {
        padding-right: 60px;
    }

    .pr-xl-65, .px-xl-65 {
        padding-right: 65px;
    }

    .pr-xl-70, .px-xl-70 {
        padding-right: 70px;
    }

    .pr-xl-75, .px-xl-75 {
        padding-right: 75px;
    }

    .pr-xl-80, .px-xl-80 {
        padding-right: 80px;
    }

    .pr-xl-85, .px-xl-85 {
        padding-right: 85px;
    }

    .pr-xl-90, .px-xl-90 {
        padding-right: 90px;
    }

    .pr-xl-100, .px-xl-100 {
        padding-right: 100px;
    }

    .pr-xl-120, .px-xl-120 {
        padding-right: 120px;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 5px;
    }

    .pt-xl-10, .py-xl-10 {
        padding-top: 10px;
    }

    .pt-xl-15, .py-xl-15 {
        padding-top: 15px;
    }

    .pt-xl-20, .py-xl-20 {
        padding-top: 20px;
    }

    .pt-xl-25, .py-xl-25 {
        padding-top: 25px;
    }

    .pt-xl-30, .py-xl-30 {
        padding-top: 30px;
    }

    .pt-xl-35, .py-xl-35 {
        padding-top: 35px;
    }

    .pt-xl-40, .py-xl-40 {
        padding-top: 40px;
    }

    .pt-xl-45, .py-xl-45 {
        padding-top: 45px;
    }

    .pt-xl-50, .py-xl-50 {
        padding-top: 50px;
    }

    .pt-xl-55, .py-xl-55 {
        padding-top: 55px;
    }

    .pt-xl-60, .py-xl-60 {
        padding-top: 60px;
    }

    .pt-xl-65, .py-xl-65 {
        padding-top: 65px;
    }

    .pt-xl-70, .py-xl-70 {
        padding-top: 70px;
    }

    .pt-xl-75, .py-xl-75 {
        padding-top: 75px;
    }

    .pt-xl-80, .py-xl-80 {
        padding-top: 80px;
    }

    .pt-xl-85, .py-xl-85 {
        padding-top: 85px;
    }

    .pt-xl-90, .py-xl-90 {
        padding-top: 90px;
    }

    .pt-xl-100, .py-xl-100 {
        padding-top: 100px;
    }

    .pt-xl-120, .py-xl-120 {
        padding-top: 120px;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 5px;
    }

    .pb-xl-10, .py-xl-10 {
        padding-bottom: 10px;
    }

    .pb-xl-15, .py-xl-15 {
        padding-bottom: 15px;
    }

    .pb-xl-20, .py-xl-20 {
        padding-bottom: 20px;
    }

    .pb-xl-25, .py-xl-25 {
        padding-bottom: 25px;
    }

    .pb-xl-30, .py-xl-30 {
        padding-bottom: 30px;
    }

    .pb-xl-35, .py-xl-35 {
        padding-bottom: 35px;
    }

    .pb-xl-40, .py-xl-40 {
        padding-bottom: 40px;
    }

    .pb-xl-45, .py-xl-45 {
        padding-bottom: 45px;
    }

    .pb-xl-50, .py-xl-50 {
        padding-bottom: 50px;
    }

    .pb-xl-55, .py-xl-55 {
        padding-bottom: 55px;
    }

    .pb-xl-60, .py-xl-60 {
        padding-bottom: 60px;
    }

    .pb-xl-65, .py-xl-65 {
        padding-bottom: 65px;
    }

    .pb-xl-70, .py-xl-70 {
        padding-bottom: 70px;
    }

    .pb-xl-75, .py-xl-75 {
        padding-bottom: 75px;
    }

    .pb-xl-80, .py-xl-80 {
        padding-bottom: 80px;
    }

    .pb-xl-85, .py-xl-85 {
        padding-bottom: 85px;
    }

    .pb-xl-90, .py-xl-90 {
        padding-bottom: 90px;
    }

    .pb-xl-100, .py-xl-100 {
        padding-bottom: 100px;
    }

    .pb-xl-120, .py-xl-120 {
        padding-bottom: 120px;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 5px;
    }

    .ml-xl-10, .mx-xl-10 {
        margin-left: 10px;
    }

    .ml-xl-15, .mx-xl-15 {
        margin-left: 15px;
    }

    .ml-xl-20, .mx-xl-20 {
        margin-left: 20px;
    }

    .ml-xl-25, .mx-xl-25 {
        margin-left: 25px;
    }

    .ml-xl-30, .mx-xl-30 {
        margin-left: 30px;
    }

    .ml-xl-35, .mx-xl-35 {
        margin-left: 35px;
    }

    .ml-xl-40, .mx-xl-40 {
        margin-left: 40px;
    }

    .ml-xl-45, .mx-xl-45 {
        margin-left: 45px;
    }

    .ml-xl-50, .mx-xl-50 {
        margin-left: 50px;
    }

    .ml-xl-55, .mx-xl-55 {
        margin-left: 55px;
    }

    .ml-xl-60, .mx-xl-60 {
        margin-left: 60px;
    }

    .ml-xl-65, .mx-xl-65 {
        margin-left: 60px;
    }

    .ml-xl-70, .mx-xl-70 {
        margin-left: 70px;
    }

    .ml-xl-75, .mx-xl-75 {
        margin-left: 75px;
    }

    .ml-xl-80, .mx-xl-80 {
        margin-left: 80px;
    }

    .ml-xl-85, .mx-xl-85 {
        margin-left: 85px;
    }

    .ml-xl-90, .mx-xl-90 {
        margin-left: 90px;
    }

    .ml-xl-100, .mx-xl-100 {
        margin-left: 100px;
    }

    .ml-xl-120, .mx-xl-120 {
        margin-left: 120px;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 5px;
    }

    .mr-xl-10, .mx-xl-10 {
        margin-right: 10px;
    }

    .mr-xl-15, .mx-xl-15 {
        margin-right: 15px;
    }

    .mr-xl-20, .mx-xl-20 {
        margin-right: 20px;
    }

    .mr-xl-25, .mx-xl-25 {
        margin-right: 25px;
    }

    .mr-xl-30, .mx-xl-30 {
        margin-right: 30px;
    }

    .mr-xl-35, .mx-xl-35 {
        margin-right: 35px;
    }

    .mr-xl-40, .mx-xl-40 {
        margin-right: 40px;
    }

    .mr-xl-45, .mx-xl-45 {
        margin-right: 45px;
    }

    .mr-xl-50, .mx-xl-50 {
        margin-right: 50px;
    }

    .mr-xl-55, .mx-xl-55 {
        margin-right: 55px;
    }

    .mr-xl-60, .mx-xl-60 {
        margin-right: 60px;
    }

    .mr-xl-65, .mx-xl-65 {
        margin-right: 65px;
    }

    .mr-xl-70, .mx-xl-70 {
        margin-right: 70px;
    }

    .mr-xl-75, .mx-xl-75 {
        margin-right: 75px;
    }

    .mr-xl-80, .mx-xl-80 {
        margin-right: 80px;
    }

    .mr-xl-85, .mx-xl-85 {
        margin-right: 85px;
    }

    .mr-xl-90, .mx-xl-90 {
        margin-right: 90px;
    }

    .mr-xl-100, .mx-xl-100 {
        margin-right: 100px;
    }

    .mr-xl-120, .mx-xl-120 {
        margin-right: 120px;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 5px;
    }

    .mt-xl-10, .my-xl-10 {
        margin-top: 10px;
    }

    .mt-xl-15, .my-xl-15 {
        margin-top: 15px;
    }

    .mt-xl-20, .my-xl-20 {
        margin-top: 20px;
    }

    .mt-xl-25, .my-xl-25 {
        margin-top: 25px;
    }

    .mt-xl-30, .my-xl-30 {
        margin-top: 30px;
    }

    .mt-xl-35, .my-xl-35 {
        margin-top: 35px;
    }

    .mt-xl-40, .my-xl-40 {
        margin-top: 40px;
    }

    .mt-xl-45, .my-xl-45 {
        margin-top: 45px;
    }

    .mt-xl-50, .my-xl-50 {
        margin-top: 50px;
    }

    .mt-xl-55, .my-xl-55 {
        margin-top: 55px;
    }

    .mt-xl-60, .my-xl-60 {
        margin-top: 60px;
    }

    .mt-xl-65, .my-xl-65 {
        margin-top: 65px;
    }

    .mt-xl-70, .my-xl-70 {
        margin-top: 70px;
    }

    .mt-xl-75, .my-xl-75 {
        margin-top: 75px;
    }

    .mt-xl-80, .my-xl-80 {
        margin-top: 80px;
    }

    .mt-xl-85, .my-xl-85 {
        margin-top: 85px;
    }

    .mt-xl-90, .my-xl-90 {
        margin-top: 90px;
    }

    .mt-xl-100, .my-xl-100 {
        margin-top: 100px;
    }

    .mt-xl-120, .my-xl-120 {
        margin-top: 120px;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 5px;
    }

    .mb-xl-10, .my-xl-10 {
        margin-bottom: 10px;
    }

    .mb-xl-15, .my-xl-15 {
        margin-bottom: 15px;
    }

    .mb-xl-20, .my-xl-20 {
        margin-bottom: 20px;
    }

    .mb-xl-25, .my-xl-25 {
        margin-bottom: 25px;
    }

    .mb-xl-30, .my-xl-30 {
        margin-bottom: 30px;
    }

    .mb-xl-35, .my-xl-35 {
        margin-bottom: 35px;
    }

    .mb-xl-40, .my-xl-40 {
        margin-bottom: 40px;
    }

    .mb-xl-45, .my-xl-45 {
        margin-bottom: 45px;
    }

    .mb-xl-50, .my-xl-50 {
        margin-bottom: 50px;
    }

    .mb-xl-55, .my-xl-55 {
        margin-bottom: 55px;
    }

    .mb-xl-60, .my-xl-60 {
        margin-bottom: 60px;
    }

    .mb-xl-65, .my-xl-65 {
        margin-bottom: 65px;
    }

    .mb-xl-70, .my-xl-70 {
        margin-bottom: 70px;
    }

    .mb-xl-75, .my-xl-75 {
        margin-bottom: 75px;
    }

    .mb-xl-80, .my-xl-80 {
        margin-bottom: 80px;
    }

    .mb-xl-85, .my-xl-85 {
        margin-bottom: 85px;
    }

    .mb-xl-90, .my-xl-90 {
        margin-bottom: 90px;
    }

    .mb-xl-100, .my-xl-100 {
        margin-bottom: 100px;
    }

    .mb-xl-120, .my-xl-120 {
        margin-bottom: 120px;
    }

}

@media (min-width: 1600px) {

    .d-flex-xxl {
        display:flex;
    }

    .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-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-100 {
        width: 100%;
    }

    .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-100 {
        margin-left: 100%;
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 5px;
    }

    .pl-xxl-10, .px-xxl-10 {
        padding-left: 10px;
    }

    .pl-xxl-15, .px-xxl-15 {
        padding-left: 15px;
    }

    .pl-xxl-20, .px-xxl-20 {
        padding-left: 20px;
    }

    .pl-xxl-25, .px-xxl-25 {
        padding-left: 25px;
    }

    .pl-xxl-30, .px-xxl-30 {
        padding-left: 30px;
    }

    .pl-xxl-35, .px-xxl-35 {
        padding-left: 35px;
    }

    .pl-xxl-40, .px-xxl-40 {
        padding-left: 40px;
    }

    .pl-xxl-45, .px-xxl-45 {
        padding-left: 45px;
    }

    .pl-xxl-50, .px-xxl-50 {
        padding-left: 50px;
    }

    .pl-xxl-55, .px-xxl-55 {
        padding-left: 55px;
    }

    .pl-xxl-60, .px-xxl-60 {
        padding-left: 60px;
    }

    .pl-xxl-65, .px-xxl-65 {
        padding-left: 60px;
    }

    .pl-xxl-70, .px-xxl-70 {
        padding-left: 70px;
    }

    .pl-xxl-75, .px-xxl-75 {
        padding-left: 75px;
    }

    .pl-xxl-80, .px-xxl-80 {
        padding-left: 80px;
    }

    .pl-xxl-85, .px-xxl-85 {
        padding-left: 85px;
    }

    .pl-xxl-90, .px-xxl-90 {
        padding-left: 90px;
    }

    .pl-xxl-100, .px-xxl-100 {
        padding-left: 100px;
    }

    .pl-xxl-120, .px-xxl-120 {
        padding-left: 120px;
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 5px;
    }

    .pr-xxl-10, .px-xxl-10 {
        padding-right: 10px;
    }

    .pr-xxl-15, .px-xxl-15 {
        padding-right: 15px;
    }

    .pr-xxl-20, .px-xxl-20 {
        padding-right: 20px;
    }

    .pr-xxl-25, .px-xxl-25 {
        padding-right: 25px;
    }

    .pr-xxl-30, .px-xxl-30 {
        padding-right: 30px;
    }

    .pr-xxl-35, .px-xxl-35 {
        padding-right: 35px;
    }

    .pr-xxl-40, .px-xxl-40 {
        padding-right: 40px;
    }

    .pr-xxl-45, .px-xxl-45 {
        padding-right: 45px;
    }

    .pr-xxl-50, .px-xxl-50 {
        padding-right: 50px;
    }

    .pr-xxl-55, .px-xxl-55 {
        padding-right: 55px;
    }

    .pr-xxl-60, .px-xxl-60 {
        padding-right: 60px;
    }

    .pr-xxl-65, .px-xxl-65 {
        padding-right: 65px;
    }

    .pr-xxl-70, .px-xxl-70 {
        padding-right: 70px;
    }

    .pr-xxl-75, .px-xxl-75 {
        padding-right: 75px;
    }

    .pr-xxl-80, .px-xxl-80 {
        padding-right: 80px;
    }

    .pr-xxl-85, .px-xxl-85 {
        padding-right: 85px;
    }

    .pr-xxl-90, .px-xxl-90 {
        padding-right: 90px;
    }

    .pr-xxl-100, .px-xxl-100 {
        padding-right: 100px;
    }

    .pr-xxl-120, .px-xxl-120 {
        padding-right: 120px;
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 5px;
    }

    .pt-xxl-10, .py-xxl-10 {
        padding-top: 10px;
    }

    .pt-xxl-15, .py-xxl-15 {
        padding-top: 15px;
    }

    .pt-xxl-20, .py-xxl-20 {
        padding-top: 20px;
    }

    .pt-xxl-25, .py-xxl-25 {
        padding-top: 25px;
    }

    .pt-xxl-30, .py-xxl-30 {
        padding-top: 30px;
    }

    .pt-xxl-35, .py-xxl-35 {
        padding-top: 35px;
    }

    .pt-xxl-40, .py-xxl-40 {
        padding-top: 40px;
    }

    .pt-xxl-45, .py-xxl-45 {
        padding-top: 45px;
    }

    .pt-xxl-50, .py-xxl-50 {
        padding-top: 50px;
    }

    .pt-xxl-55, .py-xxl-55 {
        padding-top: 55px;
    }

    .pt-xxl-60, .py-xxl-60 {
        padding-top: 60px;
    }

    .pt-xxl-65, .py-xxl-65 {
        padding-top: 65px;
    }

    .pt-xxl-70, .py-xxl-70 {
        padding-top: 70px;
    }

    .pt-xxl-75, .py-xxl-75 {
        padding-top: 75px;
    }

    .pt-xxl-80, .py-xxl-80 {
        padding-top: 80px;
    }

    .pt-xxl-85, .py-xxl-85 {
        padding-top: 85px;
    }

    .pt-xxl-90, .py-xxl-90 {
        padding-top: 90px;
    }

    .pt-xxl-100, .py-xxl-100 {
        padding-top: 100px;
    }

    .pt-xxl-120, .py-xxl-120 {
        padding-top: 120px;
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 5px;
    }

    .pb-xxl-10, .py-xxl-10 {
        padding-bottom: 10px;
    }

    .pb-xxl-15, .py-xxl-15 {
        padding-bottom: 15px;
    }

    .pb-xxl-20, .py-xxl-20 {
        padding-bottom: 20px;
    }

    .pb-xxl-25, .py-xxl-25 {
        padding-bottom: 25px;
    }

    .pb-xxl-30, .py-xxl-30 {
        padding-bottom: 30px;
    }

    .pb-xxl-35, .py-xxl-35 {
        padding-bottom: 35px;
    }

    .pb-xxl-40, .py-xxl-40 {
        padding-bottom: 40px;
    }

    .pb-xxl-45, .py-xxl-45 {
        padding-bottom: 45px;
    }

    .pb-xxl-50, .py-xxl-50 {
        padding-bottom: 50px;
    }

    .pb-xxl-55, .py-xxl-55 {
        padding-bottom: 55px;
    }

    .pb-xxl-60, .py-xxl-60 {
        padding-bottom: 60px;
    }

    .pb-xxl-65, .py-xxl-65 {
        padding-bottom: 65px;
    }

    .pb-xxl-70, .py-xxl-70 {
        padding-bottom: 70px;
    }

    .pb-xxl-75, .py-xxl-75 {
        padding-bottom: 75px;
    }

    .pb-xxl-80, .py-xxl-80 {
        padding-bottom: 80px;
    }

    .pb-xxl-85, .py-xxl-85 {
        padding-bottom: 85px;
    }

    .pb-xxl-90, .py-xxl-90 {
        padding-bottom: 90px;
    }

    .pb-xxl-100, .py-xxl-100 {
        padding-bottom: 100px;
    }

    .pb-xxl-120, .py-xxl-120 {
        padding-bottom: 120px;
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 5px;
    }

    .ml-xxl-10, .mx-xxl-10 {
        margin-left: 10px;
    }

    .ml-xxl-15, .mx-xxl-15 {
        margin-left: 15px;
    }

    .ml-xxl-20, .mx-xxl-20 {
        margin-left: 20px;
    }

    .ml-xxl-25, .mx-xxl-25 {
        margin-left: 25px;
    }

    .ml-xxl-30, .mx-xxl-30 {
        margin-left: 30px;
    }

    .ml-xxl-35, .mx-xxl-35 {
        margin-left: 35px;
    }

    .ml-xxl-40, .mx-xxl-40 {
        margin-left: 40px;
    }

    .ml-xxl-45, .mx-xxl-45 {
        margin-left: 45px;
    }

    .ml-xxl-50, .mx-xxl-50 {
        margin-left: 50px;
    }

    .ml-xxl-55, .mx-xxl-55 {
        margin-left: 55px;
    }

    .ml-xxl-60, .mx-xxl-60 {
        margin-left: 60px;
    }

    .ml-xxl-65, .mx-xxl-65 {
        margin-left: 60px;
    }

    .ml-xxl-70, .mx-xxl-70 {
        margin-left: 70px;
    }

    .ml-xxl-75, .mx-xxl-75 {
        margin-left: 75px;
    }

    .ml-xxl-80, .mx-xxl-80 {
        margin-left: 80px;
    }

    .ml-xxl-85, .mx-xxl-85 {
        margin-left: 85px;
    }

    .ml-xxl-90, .mx-xxl-90 {
        margin-left: 90px;
    }

    .ml-xxl-100, .mx-xxl-100 {
        margin-left: 100px;
    }

    .ml-xxl-120, .mx-xxl-120 {
        margin-left: 120px;
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 5px;
    }

    .mr-xxl-10, .mx-xxl-10 {
        margin-right: 10px;
    }

    .mr-xxl-15, .mx-xxl-15 {
        margin-right: 15px;
    }

    .mr-xxl-20, .mx-xxl-20 {
        margin-right: 20px;
    }

    .mr-xxl-25, .mx-xxl-25 {
        margin-right: 25px;
    }

    .mr-xxl-30, .mx-xxl-30 {
        margin-right: 30px;
    }

    .mr-xxl-35, .mx-xxl-35 {
        margin-right: 35px;
    }

    .mr-xxl-40, .mx-xxl-40 {
        margin-right: 40px;
    }

    .mr-xxl-45, .mx-xxl-45 {
        margin-right: 45px;
    }

    .mr-xxl-50, .mx-xxl-50 {
        margin-right: 50px;
    }

    .mr-xxl-55, .mx-xxl-55 {
        margin-right: 55px;
    }

    .mr-xxl-60, .mx-xxl-60 {
        margin-right: 60px;
    }

    .mr-xxl-65, .mx-xxl-65 {
        margin-right: 65px;
    }

    .mr-xxl-70, .mx-xxl-70 {
        margin-right: 70px;
    }

    .mr-xxl-75, .mx-xxl-75 {
        margin-right: 75px;
    }

    .mr-xxl-80, .mx-xxl-80 {
        margin-right: 80px;
    }

    .mr-xxl-85, .mx-xxl-85 {
        margin-right: 85px;
    }

    .mr-xxl-90, .mx-xxl-90 {
        margin-right: 90px;
    }

    .mr-xxl-100, .mx-xxl-100 {
        margin-right: 100px;
    }

    .mr-xxl-120, .mx-xxl-120 {
        margin-right: 120px;
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 5px;
    }

    .mt-xxl-10, .my-xxl-10 {
        margin-top: 10px;
    }

    .mt-xxl-15, .my-xxl-15 {
        margin-top: 15px;
    }

    .mt-xxl-20, .my-xxl-20 {
        margin-top: 20px;
    }

    .mt-xxl-25, .my-xxl-25 {
        margin-top: 25px;
    }

    .mt-xxl-30, .my-xxl-30 {
        margin-top: 30px;
    }

    .mt-xxl-35, .my-xxl-35 {
        margin-top: 35px;
    }

    .mt-xxl-40, .my-xxl-40 {
        margin-top: 40px;
    }

    .mt-xxl-45, .my-xxl-45 {
        margin-top: 45px;
    }

    .mt-xxl-50, .my-xxl-50 {
        margin-top: 50px;
    }

    .mt-xxl-55, .my-xxl-55 {
        margin-top: 55px;
    }

    .mt-xxl-60, .my-xxl-60 {
        margin-top: 60px;
    }

    .mt-xxl-65, .my-xxl-65 {
        margin-top: 65px;
    }

    .mt-xxl-70, .my-xxl-70 {
        margin-top: 70px;
    }

    .mt-xxl-75, .my-xxl-75 {
        margin-top: 75px;
    }

    .mt-xxl-80, .my-xxl-80 {
        margin-top: 80px;
    }

    .mt-xxl-85, .my-xxl-85 {
        margin-top: 85px;
    }

    .mt-xxl-90, .my-xxl-90 {
        margin-top: 90px;
    }

    .mt-xxl-100, .my-xxl-100 {
        margin-top: 100px;
    }

    .mt-xxl-120, .my-xxl-120 {
        margin-top: 120px;
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 5px;
    }

    .mb-xxl-10, .my-xxl-10 {
        margin-bottom: 10px;
    }

    .mb-xxl-15, .my-xxl-15 {
        margin-bottom: 15px;
    }

    .mb-xxl-20, .my-xxl-20 {
        margin-bottom: 20px;
    }

    .mb-xxl-25, .my-xxl-25 {
        margin-bottom: 25px;
    }

    .mb-xxl-30, .my-xxl-30 {
        margin-bottom: 30px;
    }

    .mb-xxl-35, .my-xxl-35 {
        margin-bottom: 35px;
    }

    .mb-xxl-40, .my-xxl-40 {
        margin-bottom: 40px;
    }

    .mb-xxl-45, .my-xxl-45 {
        margin-bottom: 45px;
    }

    .mb-xxl-50, .my-xxl-50 {
        margin-bottom: 50px;
    }

    .mb-xxl-55, .my-xxl-55 {
        margin-bottom: 55px;
    }

    .mb-xxl-60, .my-xxl-60 {
        margin-bottom: 60px;
    }

    .mb-xxl-65, .my-xxl-65 {
        margin-bottom: 65px;
    }

    .mb-xxl-70, .my-xxl-70 {
        margin-bottom: 70px;
    }

    .mb-xxl-75, .my-xxl-75 {
        margin-bottom: 75px;
    }

    .mb-xxl-80, .my-xxl-80 {
        margin-bottom: 80px;
    }

    .mb-xxl-85, .my-xxl-85 {
        margin-bottom: 85px;
    }

    .mb-xxl-90, .my-xxl-90 {
        margin-bottom: 90px;
    }

    .mb-xxl-100, .my-xxl-100 {
        margin-bottom: 100px;
    }

    .mb-xxl-120, .my-xxl-120 {
        margin-bottom: 120px;
    }

}