@charset "UTF-8";
/*  ======================================================
	Mixins
	======================================================  */
/*  ======================================================
	Sanitize
	======================================================  */
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Sanchez:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  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. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 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;
}

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

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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).
 */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Prevent the 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.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * 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 cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*  ======================================================
	Layout
	======================================================  */
/*  ======================================================
	Typography 
	======================================================  */
p {
  font-size: 16px;
  font-size: calc(16px / 16 * 1rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 15px;
}

ol,
ul {
  margin: 0 0 15px;
  padding-left: 30px;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
button:hover {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h6 {
  font-size: 14px;
  font-size: calc(14px / 16 * 1rem);
}

h5 {
  font-size: 15px;
  font-size: calc(15px / 16 * 1rem);
}

h4 {
  font-size: 20px;
  font-size: calc(20px / 16 * 1rem);
}

h3 {
  font-size: 25px;
  font-size: calc(25px / 16 * 1rem);
}

h2 {
  font-size: 30px;
  font-size: calc(30px / 16 * 1rem);
}

h1 {
  font-size: 35px;
  font-size: calc(35px / 16 * 1rem);
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

@font-face {
  font-family: "Cheltenham Condensed";
  src: url("../fonts/CheltenhamCondBook.woff2") format("woff2"), url("../fonts/CheltenhamCondBook.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet Book";
  src: url("../fonts/Garet-Book.woff2") format("woff2"), url("../fonts/Garet-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Heavy.woff2") format("woff2"), url("../fonts/Garet-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Medium.woff2") format("woff2"), url("../fonts/Garet-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Bold.woff2") format("woff2"), url("../fonts/Garet-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?b3h36h");
  src: url("../fonts/icomoon.eot?b3h36h#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?b3h36h") format("truetype"), url("../fonts/icomoon.woff?b3h36h") format("woff"), url("../fonts/icomoon.svg?b3h36h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fraunces {
  font-family: "Fraunces", serif;
}

.league-spartan {
  font-family: "League Spartan", sans-serif;
}

.sanchez {
  font-family: "Sanchez", serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.jetbrains {
  font-family: "JetBrains Mono", monospace;
}

.dmsans {
  font-family: "DM Sans", sans-serif;
}

.garet {
  font-family: "Garet";
}

.garet-book {
  font-family: "Garet Book";
}

.tt-commons {
  font-family: "TT Commons";
}

.chelentam {
  font-family: "Cheltenham Condensed", serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.fugaz-one {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lilita {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.phudu {
  font-family: "Phudu", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.rubik {
  font-family: "Rubik Doodle Shadow", system-ui;
  font-weight: 400;
  font-style: normal;
}

.sigmar {
  font-family: "Sigmar", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biorhyme {
  font-family: "BioRhyme", serif;
  font-weight: 400;
  font-style: normal;
}

.biscuitos {
  font-family: "Biscuitos";
}

.madimi-one {
  font-family: "Madimi One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.charis-sil {
  font-family: "Charis SIL", serif;
  font-weight: 400;
  font-style: normal;
}

.bungee {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.chela-one {
  font-family: "Chela One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.rubik-doodle {
  font-family: "Rubik Doodle Shadow", system-ui;
  font-weight: 400;
  font-style: normal;
}

.boldonse {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "";
}

.icon-x:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-twitter1:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook1:before {
  content: "";
}

.icon-facebook2:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-facebook-square1:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-youtube1:before {
  content: "";
}

.icon-youtube2:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-linkedin1:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left1:before {
  content: "";
}

.icon-chevron-right1:before {
  content: "";
}

.icon-chevron-up1:before {
  content: "";
}

.icon-chevron-down1:before {
  content: "";
}

.icon-chevron-left2:before {
  content: "";
}

.icon-chevron-right2:before {
  content: "";
}

.icon-chevron3-left3:before {
  content: "";
}

.icon-chevron-right3:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-circle-left:before {
  content: "";
}

.icon-circle-right:before {
  content: "";
}

.icon-circle-up:before {
  content: "";
}

.icon-circle-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-close-circle:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-search1:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-loop:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-user-group:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-zoom-out:before {
  content: "";
}

.icon-zoom-in:before {
  content: "";
}

.icon-resize-in:before {
  content: "";
}

.icon-resize-out:before {
  content: "";
}

.icon-resize-in1:before {
  content: "";
}

.icon-resize-out1:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-envelope1:before {
  content: "";
}

.icon-envelope2:before {
  content: "";
}

.icon-envelope3:before {
  content: "";
}

.icon-earth:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-phone1:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-location1:before {
  content: "";
}

/*  ======================================================
	FontAwesome
	======================================================  */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: calc(4em / 3);
  line-height: calc(3em / 4);
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: calc(18em / 14);
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: calc(30em / 14);
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -calc(30em / 14);
  width: calc(30em / 14);
  top: calc(2em / 14);
  text-align: center;
}
.fa-li.fa-lg {
  left: -calc(30em / 14)calc(4em / 14);
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/*  ======================================================
	Bootstrap
	======================================================  */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1499.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

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

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1500px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

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

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

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

.m-1 {
  margin: 5px !important;
}

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

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

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

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

.m-2 {
  margin: 10px !important;
}

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

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

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

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

.m-3 {
  margin: 15px !important;
}

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 30px !important;
}

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

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

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

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

.m-6 {
  margin: 45px !important;
}

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

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

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

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

.m-7 {
  margin: 60px !important;
}

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

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

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

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

.m-8 {
  margin: 90px !important;
}

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 5px !important;
}

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

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

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

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

.p-2 {
  padding: 10px !important;
}

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

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

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

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

.p-3 {
  padding: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

.pr-3,
.px-3 {
  padding-right: 15px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

.pl-3,
.px-3 {
  padding-left: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.pt-4,
.py-4 {
  padding-top: 20px !important;
}

.pr-4,
.px-4 {
  padding-right: 20px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 20px !important;
}

.pl-4,
.px-4 {
  padding-left: 20px !important;
}

.p-5 {
  padding: 30px !important;
}

.pt-5,
.py-5 {
  padding-top: 30px !important;
}

.pr-5,
.px-5 {
  padding-right: 30px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 30px !important;
}

.pl-5,
.px-5 {
  padding-left: 30px !important;
}

.p-6 {
  padding: 45px !important;
}

.pt-6,
.py-6 {
  padding-top: 45px !important;
}

.pr-6,
.px-6 {
  padding-right: 45px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 45px !important;
}

.pl-6,
.px-6 {
  padding-left: 45px !important;
}

.p-7 {
  padding: 60px !important;
}

.pt-7,
.py-7 {
  padding-top: 60px !important;
}

.pr-7,
.px-7 {
  padding-right: 60px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 60px !important;
}

.pl-7,
.px-7 {
  padding-left: 60px !important;
}

.p-8 {
  padding: 90px !important;
}

.pt-8,
.py-8 {
  padding-top: 90px !important;
}

.pr-8,
.px-8 {
  padding-right: 90px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 90px !important;
}

.pl-8,
.px-8 {
  padding-left: 90px !important;
}

.m-n1 {
  margin: -5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -5px !important;
}

.m-n2 {
  margin: -10px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -10px !important;
}

.m-n3 {
  margin: -15px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -15px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -15px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -15px !important;
}

.m-n4 {
  margin: -20px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -20px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -20px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -20px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -20px !important;
}

.m-n5 {
  margin: -30px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -30px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -30px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -30px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -30px !important;
}

.m-n6 {
  margin: -45px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -45px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -45px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -45px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -45px !important;
}

.m-n7 {
  margin: -60px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -60px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -60px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -60px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -60px !important;
}

.m-n8 {
  margin: -90px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -90px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -90px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -90px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -90px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 5px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 5px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 5px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 5px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 5px !important;
  }

  .m-sm-2 {
    margin: 10px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 10px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 10px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 10px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 10px !important;
  }

  .m-sm-3 {
    margin: 15px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 15px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 15px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 15px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 15px !important;
  }

  .m-sm-4 {
    margin: 20px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 20px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 20px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 20px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 20px !important;
  }

  .m-sm-5 {
    margin: 30px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 30px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 30px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 30px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 30px !important;
  }

  .m-sm-6 {
    margin: 45px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 45px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 45px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 45px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 45px !important;
  }

  .m-sm-7 {
    margin: 60px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 60px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 60px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 60px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 60px !important;
  }

  .m-sm-8 {
    margin: 90px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 90px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 90px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 90px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 90px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 5px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 5px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 5px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 5px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 5px !important;
  }

  .p-sm-2 {
    padding: 10px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 10px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 10px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 10px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 10px !important;
  }

  .p-sm-3 {
    padding: 15px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 15px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 15px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 15px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 15px !important;
  }

  .p-sm-4 {
    padding: 20px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 20px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 20px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 20px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 20px !important;
  }

  .p-sm-5 {
    padding: 30px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 30px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 30px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 30px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 30px !important;
  }

  .p-sm-6 {
    padding: 45px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 45px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 45px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 45px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 45px !important;
  }

  .p-sm-7 {
    padding: 60px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 60px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 60px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 60px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 60px !important;
  }

  .p-sm-8 {
    padding: 90px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 90px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 90px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 90px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 90px !important;
  }

  .m-sm-n1 {
    margin: -5px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -5px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -5px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -5px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -5px !important;
  }

  .m-sm-n2 {
    margin: -10px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -10px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -10px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -10px !important;
  }

  .m-sm-n3 {
    margin: -15px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -15px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -15px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -15px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -15px !important;
  }

  .m-sm-n4 {
    margin: -20px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -20px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -20px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -20px !important;
  }

  .m-sm-n5 {
    margin: -30px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -30px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -30px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -30px !important;
  }

  .m-sm-n6 {
    margin: -45px !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -45px !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -45px !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -45px !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -45px !important;
  }

  .m-sm-n7 {
    margin: -60px !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -60px !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -60px !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -60px !important;
  }

  .m-sm-n8 {
    margin: -90px !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -90px !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -90px !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -90px !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -90px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 5px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 5px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 5px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 5px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 5px !important;
  }

  .m-md-2 {
    margin: 10px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 10px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 10px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 10px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 10px !important;
  }

  .m-md-3 {
    margin: 15px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 15px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 15px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 15px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 15px !important;
  }

  .m-md-4 {
    margin: 20px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 20px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 20px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 20px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 20px !important;
  }

  .m-md-5 {
    margin: 30px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 30px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 30px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 30px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 30px !important;
  }

  .m-md-6 {
    margin: 45px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 45px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 45px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 45px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 45px !important;
  }

  .m-md-7 {
    margin: 60px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 60px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 60px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 60px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 60px !important;
  }

  .m-md-8 {
    margin: 90px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 90px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 90px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 90px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 90px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 5px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 5px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 5px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 5px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 5px !important;
  }

  .p-md-2 {
    padding: 10px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 10px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 10px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 10px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 10px !important;
  }

  .p-md-3 {
    padding: 15px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 15px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 15px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 15px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 15px !important;
  }

  .p-md-4 {
    padding: 20px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 20px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 20px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 20px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 20px !important;
  }

  .p-md-5 {
    padding: 30px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 30px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 30px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 30px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 30px !important;
  }

  .p-md-6 {
    padding: 45px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 45px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 45px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 45px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 45px !important;
  }

  .p-md-7 {
    padding: 60px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 60px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 60px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 60px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 60px !important;
  }

  .p-md-8 {
    padding: 90px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 90px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 90px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 90px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 90px !important;
  }

  .m-md-n1 {
    margin: -5px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -5px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -5px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -5px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -5px !important;
  }

  .m-md-n2 {
    margin: -10px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -10px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -10px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -10px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -10px !important;
  }

  .m-md-n3 {
    margin: -15px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -15px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -15px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -15px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -15px !important;
  }

  .m-md-n4 {
    margin: -20px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -20px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -20px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -20px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -20px !important;
  }

  .m-md-n5 {
    margin: -30px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -30px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -30px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -30px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -30px !important;
  }

  .m-md-n6 {
    margin: -45px !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -45px !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -45px !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -45px !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -45px !important;
  }

  .m-md-n7 {
    margin: -60px !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -60px !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -60px !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -60px !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -60px !important;
  }

  .m-md-n8 {
    margin: -90px !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -90px !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -90px !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -90px !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -90px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 5px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 5px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 5px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 5px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 5px !important;
  }

  .m-lg-2 {
    margin: 10px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 10px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 10px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 10px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 10px !important;
  }

  .m-lg-3 {
    margin: 15px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 15px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 15px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 15px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 15px !important;
  }

  .m-lg-4 {
    margin: 20px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 20px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 20px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 20px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 20px !important;
  }

  .m-lg-5 {
    margin: 30px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 30px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 30px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 30px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 30px !important;
  }

  .m-lg-6 {
    margin: 45px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 45px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 45px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 45px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 45px !important;
  }

  .m-lg-7 {
    margin: 60px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 60px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 60px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 60px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 60px !important;
  }

  .m-lg-8 {
    margin: 90px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 90px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 90px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 90px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 90px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 5px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 5px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 5px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 5px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 5px !important;
  }

  .p-lg-2 {
    padding: 10px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 10px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 10px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 10px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 10px !important;
  }

  .p-lg-3 {
    padding: 15px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 15px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 15px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 15px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 15px !important;
  }

  .p-lg-4 {
    padding: 20px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 20px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 20px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 20px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 20px !important;
  }

  .p-lg-5 {
    padding: 30px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 30px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 30px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 30px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 30px !important;
  }

  .p-lg-6 {
    padding: 45px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 45px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 45px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 45px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 45px !important;
  }

  .p-lg-7 {
    padding: 60px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 60px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 60px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 60px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 60px !important;
  }

  .p-lg-8 {
    padding: 90px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 90px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 90px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 90px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 90px !important;
  }

  .m-lg-n1 {
    margin: -5px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -5px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -5px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -5px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -5px !important;
  }

  .m-lg-n2 {
    margin: -10px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -10px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -10px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -10px !important;
  }

  .m-lg-n3 {
    margin: -15px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -15px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -15px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -15px !important;
  }

  .m-lg-n4 {
    margin: -20px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -20px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -20px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -20px !important;
  }

  .m-lg-n5 {
    margin: -30px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -30px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -30px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -30px !important;
  }

  .m-lg-n6 {
    margin: -45px !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -45px !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -45px !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -45px !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -45px !important;
  }

  .m-lg-n7 {
    margin: -60px !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -60px !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -60px !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -60px !important;
  }

  .m-lg-n8 {
    margin: -90px !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -90px !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -90px !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -90px !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -90px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 5px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 5px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 5px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 5px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 5px !important;
  }

  .m-xl-2 {
    margin: 10px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 10px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 10px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 10px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 10px !important;
  }

  .m-xl-3 {
    margin: 15px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 15px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 15px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 15px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 15px !important;
  }

  .m-xl-4 {
    margin: 20px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 20px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 20px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 20px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 20px !important;
  }

  .m-xl-5 {
    margin: 30px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 30px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 30px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 30px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 30px !important;
  }

  .m-xl-6 {
    margin: 45px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 45px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 45px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 45px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 45px !important;
  }

  .m-xl-7 {
    margin: 60px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 60px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 60px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 60px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 60px !important;
  }

  .m-xl-8 {
    margin: 90px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 90px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 90px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 90px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 90px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 5px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 5px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 5px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 5px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 5px !important;
  }

  .p-xl-2 {
    padding: 10px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 10px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 10px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 10px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 10px !important;
  }

  .p-xl-3 {
    padding: 15px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 15px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 15px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 15px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 15px !important;
  }

  .p-xl-4 {
    padding: 20px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 20px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 20px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 20px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 20px !important;
  }

  .p-xl-5 {
    padding: 30px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 30px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 30px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 30px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 30px !important;
  }

  .p-xl-6 {
    padding: 45px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 45px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 45px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 45px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 45px !important;
  }

  .p-xl-7 {
    padding: 60px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 60px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 60px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 60px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 60px !important;
  }

  .p-xl-8 {
    padding: 90px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 90px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 90px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 90px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 90px !important;
  }

  .m-xl-n1 {
    margin: -5px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -5px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -5px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -5px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -5px !important;
  }

  .m-xl-n2 {
    margin: -10px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -10px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -10px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -10px !important;
  }

  .m-xl-n3 {
    margin: -15px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -15px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -15px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -15px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -15px !important;
  }

  .m-xl-n4 {
    margin: -20px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -20px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -20px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -20px !important;
  }

  .m-xl-n5 {
    margin: -30px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -30px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -30px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -30px !important;
  }

  .m-xl-n6 {
    margin: -45px !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -45px !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -45px !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -45px !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -45px !important;
  }

  .m-xl-n7 {
    margin: -60px !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -60px !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -60px !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -60px !important;
  }

  .m-xl-n8 {
    margin: -90px !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -90px !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -90px !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -90px !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -90px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 5px !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 5px !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 5px !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 5px !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 5px !important;
  }

  .m-xxl-2 {
    margin: 10px !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 10px !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 10px !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 10px !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 10px !important;
  }

  .m-xxl-3 {
    margin: 15px !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 15px !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 15px !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 15px !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 15px !important;
  }

  .m-xxl-4 {
    margin: 20px !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 20px !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 20px !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 20px !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 20px !important;
  }

  .m-xxl-5 {
    margin: 30px !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 30px !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 30px !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 30px !important;
  }

  .m-xxl-6 {
    margin: 45px !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 45px !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 45px !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 45px !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 45px !important;
  }

  .m-xxl-7 {
    margin: 60px !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 60px !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 60px !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 60px !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 60px !important;
  }

  .m-xxl-8 {
    margin: 90px !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 90px !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 90px !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 90px !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 90px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 5px !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 5px !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 5px !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 5px !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 5px !important;
  }

  .p-xxl-2 {
    padding: 10px !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 10px !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 10px !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 10px !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 10px !important;
  }

  .p-xxl-3 {
    padding: 15px !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 15px !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 15px !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 15px !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 15px !important;
  }

  .p-xxl-4 {
    padding: 20px !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 20px !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 20px !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 20px !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 20px !important;
  }

  .p-xxl-5 {
    padding: 30px !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 30px !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 30px !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 30px !important;
  }

  .p-xxl-6 {
    padding: 45px !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 45px !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 45px !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 45px !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 45px !important;
  }

  .p-xxl-7 {
    padding: 60px !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 60px !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 60px !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 60px !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 60px !important;
  }

  .p-xxl-8 {
    padding: 90px !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 90px !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 90px !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 90px !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 90px !important;
  }

  .m-xxl-n1 {
    margin: -5px !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -5px !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -5px !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -5px !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -5px !important;
  }

  .m-xxl-n2 {
    margin: -10px !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -10px !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -10px !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -10px !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -10px !important;
  }

  .m-xxl-n3 {
    margin: -15px !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -15px !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -15px !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -15px !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -15px !important;
  }

  .m-xxl-n4 {
    margin: -20px !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -20px !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -20px !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -20px !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -20px !important;
  }

  .m-xxl-n5 {
    margin: -30px !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -30px !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -30px !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -30px !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -30px !important;
  }

  .m-xxl-n6 {
    margin: -45px !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -45px !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -45px !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -45px !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -45px !important;
  }

  .m-xxl-n7 {
    margin: -60px !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -60px !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -60px !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -60px !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -60px !important;
  }

  .m-xxl-n8 {
    margin: -90px !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -90px !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -90px !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -90px !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -90px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*  ======================================================
	Variable
	======================================================  */
.bg-navy-jan26 {
  background-color: #0c2c47 !important;
}

.text-navy-jan26 {
  color: #0c2c47 !important;
}

.border-color-navy-jan26 {
  border-color: #0c2c47 !important;
}

.bg-sage-jan26 {
  background-color: #008471 !important;
}

.text-sage-jan26 {
  color: #008471 !important;
}

.border-color-sage-jan26 {
  border-color: #008471 !important;
}

.bg-green-jan26 {
  background-color: #2d5652 !important;
}

.text-green-jan26 {
  color: #2d5652 !important;
}

.border-color-green-jan26 {
  border-color: #2d5652 !important;
}

.bg-brown-jan26 {
  background-color: #e2a54d !important;
}

.text-brown-jan26 {
  color: #e2a54d !important;
}

.border-color-brown-jan26 {
  border-color: #e2a54d !important;
}

.bg-mint-jan26 {
  background-color: #97d3cd !important;
}

.text-mint-jan26 {
  color: #97d3cd !important;
}

.border-color-mint-jan26 {
  border-color: #97d3cd !important;
}

.bg-grey-jan26 {
  background-color: #e2e2e2 !important;
}

.text-grey-jan26 {
  color: #e2e2e2 !important;
}

.border-color-grey-jan26 {
  border-color: #e2e2e2 !important;
}

.bg-dark-grey-jan26 {
  background-color: #6a6f4c !important;
}

.text-dark-grey-jan26 {
  color: #6a6f4c !important;
}

.border-color-dark-grey-jan26 {
  border-color: #6a6f4c !important;
}

.bg-mint-light-jan26 {
  background-color: #e4f2ea !important;
}

.text-mint-light-jan26 {
  color: #e4f2ea !important;
}

.border-color-mint-light-jan26 {
  border-color: #e4f2ea !important;
}

.bg-pink-jan26 {
  background-color: #fa0644 !important;
}

.text-pink-jan26 {
  color: #fa0644 !important;
}

.border-color-pink-jan26 {
  border-color: #fa0644 !important;
}

.bg-purple-jan26 {
  background-color: #aa02ff !important;
}

.text-purple-jan26 {
  color: #aa02ff !important;
}

.border-color-purple-jan26 {
  border-color: #aa02ff !important;
}

.bg-orange-jan26 {
  background-color: #fa5300 !important;
}

.text-orange-jan26 {
  color: #fa5300 !important;
}

.border-color-orange-jan26 {
  border-color: #fa5300 !important;
}

.bg-navy-feb26 {
  background-color: #004b84 !important;
}

.text-navy-feb26 {
  color: #004b84 !important;
}

.border-color-navy-feb26 {
  border-color: #004b84 !important;
}

.bg-pink-feb26 {
  background-color: #f974a6 !important;
}

.text-pink-feb26 {
  color: #f974a6 !important;
}

.border-color-pink-feb26 {
  border-color: #f974a6 !important;
}

.bg-babypink-feb26 {
  background-color: #ffa5c6 !important;
}

.text-babypink-feb26 {
  color: #ffa5c6 !important;
}

.border-color-babypink-feb26 {
  border-color: #ffa5c6 !important;
}

.bg-lightblue-feb26 {
  background-color: #79c9fa !important;
}

.text-lightblue-feb26 {
  color: #79c9fa !important;
}

.border-color-lightblue-feb26 {
  border-color: #79c9fa !important;
}

.bg-cream-feb26 {
  background-color: #f3e3cb !important;
}

.text-cream-feb26 {
  color: #f3e3cb !important;
}

.border-color-cream-feb26 {
  border-color: #f3e3cb !important;
}

.bg-lightcream-feb26 {
  background-color: #f7f5f0 !important;
}

.text-lightcream-feb26 {
  color: #f7f5f0 !important;
}

.border-color-lightcream-feb26 {
  border-color: #f7f5f0 !important;
}

.bg-orange-mar26 {
  background-color: #de976a !important;
}

.text-orange-mar26 {
  color: #de976a !important;
}

.border-color-orange-mar26 {
  border-color: #de976a !important;
}

.bg-green-mar26 {
  background-color: #7a9b76 !important;
}

.text-green-mar26 {
  color: #7a9b76 !important;
}

.border-color-green-mar26 {
  border-color: #7a9b76 !important;
}

.bg-cream-mar26 {
  background-color: #fff9ef !important;
}

.text-cream-mar26 {
  color: #fff9ef !important;
}

.border-color-cream-mar26 {
  border-color: #fff9ef !important;
}

.bg-green-apr26 {
  background-color: #5e6c5b !important;
}

.text-green-apr26 {
  color: #5e6c5b !important;
}

.border-color-green-apr26 {
  border-color: #5e6c5b !important;
}

.bg-cream-apr26 {
  background-color: #f4efe6 !important;
}

.text-cream-apr26 {
  color: #f4efe6 !important;
}

.border-color-cream-apr26 {
  border-color: #f4efe6 !important;
}

.bg-grey-apr26 {
  background-color: #d6e0e2 !important;
}

.text-grey-apr26 {
  color: #d6e0e2 !important;
}

.border-color-grey-apr26 {
  border-color: #d6e0e2 !important;
}

.bg-lightcream-apr26 {
  background-color: #fefcf6 !important;
}

.text-lightcream-apr26 {
  color: #fefcf6 !important;
}

.border-color-lightcream-apr26 {
  border-color: #fefcf6 !important;
}

.bg-darkgrey-apr26 {
  background-color: #686867 !important;
}

.text-darkgrey-apr26 {
  color: #686867 !important;
}

.border-color-darkgrey-apr26 {
  border-color: #686867 !important;
}

.bg-navy-apr26 {
  background-color: #2a3d63 !important;
}

.text-navy-apr26 {
  color: #2a3d63 !important;
}

.border-color-navy-apr26 {
  border-color: #2a3d63 !important;
}

.bg-yellow-apr26 {
  background-color: #ffbd15 !important;
}

.text-yellow-apr26 {
  color: #ffbd15 !important;
}

.border-color-yellow-apr26 {
  border-color: #ffbd15 !important;
}

.bg-cream-mei26 {
  background-color: #fffdf4 !important;
}

.text-cream-mei26 {
  color: #fffdf4 !important;
}

.border-color-cream-mei26 {
  border-color: #fffdf4 !important;
}

.bg-brown-mei26 {
  background-color: #3f1116 !important;
}

.text-brown-mei26 {
  color: #3f1116 !important;
}

.border-color-brown-mei26 {
  border-color: #3f1116 !important;
}

.bg-lightbrown-mei26 {
  background-color: #7e6961 !important;
}

.text-lightbrown-mei26 {
  color: #7e6961 !important;
}

.border-color-lightbrown-mei26 {
  border-color: #7e6961 !important;
}

/*  ======================================================
	Plugins
	======================================================  */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: #000c;
  background: var(--plyr-captions-background, #000c);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: #0000;
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: #ffffffe6;
  background: var(--plyr-menu-background, #ffffffe6);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid #0000;
  border-top-color: #ffffffe6;
  border: var(--plyr-menu-arrow-size, 4px) solid #0000;
  border-top-color: var(--plyr-menu-background, #ffffffe6);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7/1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid #0000;
  border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: #0000001a;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: #23282f1a;
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: #0000;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: #0000;
  background-image: linear-gradient(90deg, currentColor 0, #0000 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: #0000;
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: #0000;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: #0000;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: #0000;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: #0000;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: #ffffff40;
  background-color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}

.plyr--audio .plyr__progress__buffer {
  color: #c1c8d199;
  color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: #ffffff40;
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}

.plyr--video .plyr__progress__buffer {
  color: #ffffff40;
  color: var(--plyr-video-progress-buffered-background, #ffffff40);
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #00000026;
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(#0000, #000000bf);
  background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Slider */
.slick-slider {
  outline: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 99;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: black;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: white;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}

[dir=rtl] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  color: white;
  background-color: white;
}

.slick-dots li button:before {
  font-size: 20px;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  content: " ";
  background-color: #9d9696;
  border-radius: 100px;
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 30px;
  color: white;
  background-color: white;
}

/* Slick Custom */
.slick-slide:focus {
  outline: none;
}

.slick-prev {
  left: 9px;
}

.slick-next {
  right: 9px;
}

.slick-prev,
.slick-next {
  width: unset;
  height: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
}
.slick-prev span,
.slick-next span {
  border-radius: 0;
  padding: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: white;
  color: #084640;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-prev:before,
.slick-next:before {
  content: none;
}
.slick-prev:hover span,
.slick-next:hover span {
  background-color: #3f1116;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots {
  padding-left: 0;
  bottom: 90px;
  left: 0;
}
.slick-dots li {
  margin: 0 8px;
  height: 10px;
  width: 10px;
  border-radius: 0;
  transition: all 0.5s ease;
}
.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #e7e7eb;
  border-radius: 0;
  transition: all 0.5s ease;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li button:hover {
  background-color: #dc3545;
  transition: all 0.5s ease;
}
.slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  transition: all 0.5s ease;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #dc3545;
  transition: all 0.5s ease;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: #fff0;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0%;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: #fff0;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #fff0;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #fd7e14;
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: 0;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: 0;
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, #fff0 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.scrollble-div {
  --sb-track-color: #232e33;
  --sb-thumb-color: #6baf8d;
  --sb-size: 10px;
}

.scrollble-div::-webkit-scrollbar {
  width: var(--sb-size);
}

.scrollble-div::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 20px;
}

.scrollble-div::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 20px;
}

/*	======================================================
	Global 
	======================================================  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-transform: none;
}
a:focus, a:hover {
  outline: 0;
}

html {
  font-size: 16px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #1d1d1d;
  font-family: "Lato", sans-serif;
}

body {
  overflow: auto !important;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

iframe {
  max-width: 100%;
}

button,
textarea,
input,
select {
  outline: 0;
  text-transform: none;
}
button:focus, button:hover,
textarea:focus,
textarea:hover,
input:focus,
input:hover,
select:focus,
select:hover {
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  border-style: none;
}

img.align--left {
  float: left;
  text-align: left;
  margin-right: 20px;
}
img.align--center {
  text-align: center;
  float: none;
  display: block;
  width: 100%;
}
img.align--right {
  text-align: right;
  float: right;
  margin-left: 20px;
}

.list--none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--decimal {
  list-style-type: decimal;
}
.list--disc {
  list-style-type: disc;
}

.text--uppercase {
  text-transform: uppercase;
}
.text--lowercase {
  text-transform: lowercase;
}
.text--capitalize {
  text-transform: capitalize;
}

.float--left {
  float: left;
}
.float--right {
  float: right;
}
.float--none {
  float: none !important;
}

/*  ======================================================
	Components
	======================================================  */
.alert-success {
  background-color: #d6efcb;
  border-radius: 10px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.alert-success .icon-alert {
  width: 15px;
  margin-left: 5px;
}

.alert-danger {
  border-radius: 10px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.alert-danger .icon-alert {
  width: 15px;
  margin-left: 5px;
}

.rotate-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate-arrow {
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.visibility-hidden {
  visibility: hidden;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

.form-inline {
  display: flex;
  flex-flow: row;
}

.form-check-wrapper {
  margin-bottom: 36px !important;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.form-group .form-check-inline {
  margin-bottom: 24px;
  margin-top: 24px;
}
.form-group .validation {
  font-size: 0.625rem;
  color: red;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.form-group .form-control {
  padding: 10px 16px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid lightgrey;
  color: #1d1d1d;
  height: unset;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}
.form-group .form-control:hover, .form-group .form-control:focus {
  box-shadow: 0 0;
  outline: 0;
  transition: all 0.5s ease;
  border: 1px solid #c16024;
}
.form-group .dark-form {
  border: 0 !important;
  background-color: #e5e5e5;
  min-height: 50px;
}
.form-group textarea {
  resize: none;
  padding: 10px 16px;
}
.form-group select.form-control {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="black" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 16px);
  background-position-y: center;
  background-color: transparent;
  background-color: white;
  border: 1px solid #b6b6b6;
  color: black;
  transition: all 0.5s ease;
}
.form-group select.form-control:hover, .form-group select.form-control:focus {
  box-shadow: 0 0;
  outline: 0;
  transition: all 0.5s ease;
  border: 1px solid #c16024;
}
.form-group .form-password {
  display: flex;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid darkgrey;
}
.form-group .form-password .form-control {
  width: calc(100% - 47px);
  display: inline-block;
  float: left;
  border-radius: 12px 0 0 12px;
  border: 0;
}
.form-group .form-password:hover, .form-group .form-password:focus {
  box-shadow: 0 0;
  outline: 0;
  transition: all 0.5s ease;
  border: 1px solid darkred;
}
.form-group .form-control + .show-password {
  width: 47px;
  height: 47px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: grey;
  border: 1px solid darkgrey;
  cursor: pointer;
  border-radius: 0 12px 12px 0;
  border: 0;
}
.form-group .form-control + .show-password img {
  max-width: 20px;
  width: 100%;
}
.form-group .input-group {
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid darkgrey;
}
.form-group .input-group .input-group-prepend .input-group-text {
  background-color: grey;
  border-radius: 12px 0 0 12px;
  border: 0;
}
.form-group .input-group .form-control {
  border: 0;
}
.form-group .input-group:hover, .form-group .input-group:focus {
  box-shadow: 0 0;
  outline: 0;
  transition: all 0.5s ease;
  border: 1px solid darkred;
}

.checkbox label {
  width: 100%;
  padding: 0;
}
.checkbox label:after {
  content: none;
  display: table;
  clear: both;
}
.checkbox label input[type=checkbox] {
  display: none;
}
.checkbox label a {
  color: brown;
  transition: all 0.3s ease;
}
.checkbox label a:hover {
  color: black;
  transition: all 0.3s ease;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid darkgrey;
  background-color: grey;
  border-radius: 8px;
  width: 1.7em;
  height: 1.7em;
  float: left;
  margin-right: 6px;
  margin-top: -0.25em;
}
.checkbox .cr .cr-icon {
  line-height: 0;
  color: red;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.checkbox label input[type=checkbox] + .cr > .cr-icon {
  opacity: 0;
}

.checkbox label input[type=checkbox]:checked + .cr {
  border: 1px solid darkred;
  background-color: white;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  opacity: 1;
  color: red;
}

.checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}

.radio label {
  width: 100%;
  padding: 0;
}
.radio label:after {
  content: none;
  display: table;
  clear: both;
}
.radio label input[type=radio] {
  display: none;
}
.radio label a {
  color: brown;
  transition: all 0.3s ease;
}
.radio label a:hover {
  color: black;
  transition: all 0.3s ease;
}
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid darkgrey;
  background-color: grey;
  border-radius: 1000px;
  width: 1.7em;
  height: 1.7em;
  float: left;
  margin-right: 6px;
  margin-top: -0.25em;
}
.radio .cr .cr-icon {
  border-radius: 100px;
  width: 1.2em;
  height: 1.2em;
  line-height: 0;
  color: red;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.radio .cr .cr-icon:before {
  content: none;
}

.radio label input[type=radio] + .cr > .cr-icon {
  opacity: 0;
}

.radio label input[type=radio]:checked + .cr {
  border: 1px solid darkgrey;
  background-color: white;
}

.radio label input[type=radio]:checked + .cr > .cr-icon {
  opacity: 1;
  color: blue;
  background-color: blue;
}

.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

.accordion .card {
  border: 0;
  margin-bottom: 15px;
  border-radius: 15px !important;
  background: transparent;
}
.accordion .card:last-child {
  margin-bottom: 0;
}
.accordion .card .card-header {
  position: relative;
  border: 0;
  padding: 0;
}
.accordion .card .card-header button {
  padding: 20px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .card .card-header button .caret {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.accordion .card .card-header button[aria-expanded=true] .caret {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.accordion .card .card-body {
  padding-left: 20px;
  padding-right: 20px;
}

.btn {
  min-width: 150px;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  position: relative;
  overflow: hidden;
  min-height: 40px;
}
.btn:focus {
  box-shadow: 0 0;
  outline: 0;
}

.btn-black-to-maroon {
  background-color: #1d1d1d;
  color: white;
  transition: all 0.5s ease;
}
.btn-black-to-maroon:hover {
  background-color: #941300;
  color: white;
  transition: all 0.5s ease;
}

.btn-cream-to-black {
  background-color: #fffdf4;
  color: black;
  transition: all 0.5s ease;
}
.btn-cream-to-black:hover {
  background-color: #1d1d1d;
  color: white;
  transition: all 0.5s ease;
}

.btn-orange-to-black {
  background-color: #de976a;
  color: white;
  transition: all 0.5s ease;
}
.btn-orange-to-black:hover {
  background-color: #1d1d1d;
  color: white;
  transition: all 0.5s ease;
}

.btn-black-to-darkgreen {
  background-color: #1d1d1d;
  color: white;
  transition: all 0.5s ease;
}
.btn-black-to-darkgreen:hover {
  background-color: #084640;
  color: white;
  transition: all 0.5s ease;
}

.btn-darkgreen-to-black {
  background-color: #084640;
  color: white;
  transition: all 0.5s ease;
}
.btn-darkgreen-to-black:hover {
  background-color: #1d1d1d;
  color: white;
  transition: all 0.5s ease;
}

.btn-green-to-black {
  color: white;
  transition: all 0.5s ease;
}
.btn-green-to-black:hover {
  background-color: #2a2a2a;
  color: white;
  transition: all 0.5s ease;
}

.btn-pinkfeb26-to-black {
  background-color: #f974a6;
  color: black;
  transition: all 0.5s ease;
}
.btn-pinkfeb26-to-black:hover {
  background-color: #2a2a2a;
  color: white;
  transition: all 0.5s ease;
}

.btn-darksage-to-black {
  background-color: #5e6c5b;
  color: white;
  transition: all 0.5s ease;
}
.btn-darksage-to-black:hover {
  background-color: #2a2a2a;
  color: white;
  transition: all 0.5s ease;
}

.btn-white-to-brown {
  background-color: #fff;
  color: #c16024;
  transition: all 0.5s ease;
}
.btn-white-to-brown:hover {
  background-color: #c16024;
  color: white;
  transition: all 0.5s ease;
}

.btn-border-black-to-white {
  background-color: transparent;
  border: 3px solid #1d1d1d;
  color: black;
  transition: all 0.5s ease;
}
.btn-border-black-to-white:hover {
  border: 3px solid white;
  background-color: transparent;
  color: white;
  transition: all 0.5s ease;
}

.btn-white-to-darkgreen {
  background-color: #fff;
  color: #1d1d1d;
  transition: all 0.5s ease;
}
.btn-white-to-darkgreen .arrow {
  transition: all 0.5s ease;
  border-color: #1d1d1d !important;
}
.btn-white-to-darkgreen .arrow i {
  color: #1d1d1d !important;
}
.btn-white-to-darkgreen:hover {
  background-color: #084640;
  color: white;
  transition: all 0.5s ease;
}
.btn-white-to-darkgreen:hover .arrow {
  transition: all 0.5s ease;
  border-color: #fff !important;
}
.btn-white-to-darkgreen:hover .arrow i {
  color: #fff !important;
}

.btn-brown-to-darkgreen {
  background-color: #c16024;
  color: white;
  transition: all 0.5s ease;
}
.btn-brown-to-darkgreen .arrow {
  transition: all 0.5s ease;
  border-color: white !important;
}
.btn-brown-to-darkgreen .arrow i {
  color: white !important;
}
.btn-brown-to-darkgreen:hover {
  background-color: #084640;
  color: white;
  transition: all 0.5s ease;
}
.btn-brown-to-darkgreen:hover .arrow {
  transition: all 0.5s ease;
  border-color: #fff !important;
}
.btn-brown-to-darkgreen:hover .arrow i {
  color: #fff !important;
}

.btn-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-with-icon .arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 100px;
  margin-left: 10px;
}
.btn-with-icon .arrow i {
  font-size: 0.875rem;
  display: block;
  transition: transform 0.5s ease;
}
.btn-with-icon .arrow-down {
  transform: rotate(90deg);
}
.btn-with-icon:hover .arrow i {
  animation: moveRight 0.6s linear infinite;
}

.btn-center {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.btn-square {
  border-radius: 0 !important;
}

.btn-rounded {
  border-radius: 100px;
}

.btn-big {
  padding: 15px 30px !important;
  min-width: 200px !important;
}

.btn-small {
  min-width: auto !important;
}

.btn-full {
  width: 100% !important;
}

.img-center {
  margin: 0 auto;
  display: block;
}

.img-full {
  width: 100%;
}

.img-rounded {
  border-radius: 30px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.line-height-2 {
  line-height: 2 !important;
}

.no-letter-spacing {
  letter-spacing: 0 !important;
}

.black {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700 !important;
}

.medium {
  font-weight: 500 !important;
}

.regular {
  font-weight: 400 !important;
}

.light {
  font-weight: 300 !important;
}

.boxPaging {
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.boxPaging .grayr {
  margin-top: 12px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxPaging .grayr a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 6px;
  font-size: 16px !important;
  font-size: calc(16px / 16 * 1rem) !important;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 12px rgba(0, 0, 0, 0.05), 0 6px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
}
.boxPaging .grayr a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  background: #c41432;
}
.boxPaging .grayr .current,
.boxPaging .grayr .next-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 4px;
  font-size: 16px !important;
  font-size: calc(16px / 16 * 1rem) !important;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #c41432;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 12px rgba(0, 0, 0, 0.05), 0 6px 5px rgba(0, 0, 0, 0.05);
}

.pagination-wrapper {
  padding: 0 0 36px;
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.pagination-wrapper .page-item {
  margin: 0 6px;
}
.pagination-wrapper .page-item .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 100px;
  border: 0;
  color: pink;
  transition: all 0.5s ease;
  font-weight: bold;
}
.pagination-wrapper .page-item .page-link:hover, .pagination-wrapper .page-item .page-link:focus {
  outline: 0;
  box-shadow: 0 0;
  background-color: pink;
  color: white;
  transition: all 0.5s ease;
}
.pagination-wrapper .btn-next-prev .page-link {
  width: auto;
  border: 2px solid pink;
}
.pagination-wrapper .active .page-link {
  background-color: pink;
  color: white;
  transition: all 0.5s ease;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  overflow-y: auto;
  z-index: 9999999999999 !important;
}

.modal {
  overflow-y: auto;
}

.modal-dialog {
  min-width: 700px;
}

.modal-content {
  border-radius: 20px;
  pointer-events: all;
  box-shadow: 0 0;
  border: 0;
}
.modal-content p {
  line-height: 1.7;
}

.modal-body {
  width: 100%;
  padding: 24px;
}
.modal-body a {
  color: red;
}
.modal-body a:hover, .modal-body a:focus {
  color: black;
}

.modal-backdrop.show {
  background-color: black;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.note-modal .modal-content {
  padding: 0 24px !important;
}

.close {
  text-shadow: 0 0;
}

.modal-close {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 40px;
  height: 40px;
  color: white;
  background-color: #c16024;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  z-index: 9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  padding: 0;
}
.modal-close:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #525d4d;
  color: white;
  opacity: 1;
}

.form-group {
  position: relative;
}

.validation-form p {
  position: absolute;
  bottom: -36px;
  left: 0;
  font-size: 12px;
  margin-top: 5px;
  color: red;
}

.inline-block {
  display: inline-block;
}

.no-style {
  list-style-type: none;
}

.custom-list {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

.custom-list > li {
  position: relative;
  margin: 0 0 10px 2em;
  padding: 4px 8px;
  list-style: none;
}

.custom-list > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  border-radius: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  padding: 4px;
  color: black;
  background: white;
  font-weight: bold;
  text-align: center;
}

.custom-hr {
  border-color: lightgrey;
  margin: 30px 0;
  padding: 0 15px;
}

.custom-hr-dashed {
  border-top: 1px dashed lightgrey;
  margin: 30px 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #000;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85%;
}

.embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#menulisModal .modal-body {
  background-color: white;
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 0px -5px 25px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}
#menulisModal .modal-body .icon-smart {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  border-radius: 100px;
  border: 1px solid white;
}
#menulisModal .modal-body .btn-submit {
  background-color: #084640;
  transition: all 0.5s ease;
  color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 150px;
  margin-top: 5px;
  padding: 8px 10px;
}
#menulisModal .modal-body .btn-submit:hover {
  background-color: #c16024;
  transition: all 0.3s ease;
}
#menulisModal .modal-body .btn-submit:disabled {
  background-color: #b6b6b6;
  cursor: not-allowed;
}
#menulisModal .modal-body .tox-tinymce {
  transition: all 0.5s ease;
  border: 1px solid #b6b6b6;
}
#menulisModal .modal-body .tox-tinymce:hover, #menulisModal .modal-body .tox-tinymce:focus {
  box-shadow: 0 0;
  outline: 0;
  border: 1px solid #c16024;
}

/*  ======================================================
	Header Content 
	======================================================  */
.navbar {
  z-index: 1004;
  transition: all 0.5s ease;
}
.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  width: 100%;
}
.navbar .navbar-brand .logo {
  width: 60px;
}
.navbar .nav-content {
  position: relative;
}
.navbar .nav-content .nav-trigger {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: all 0.5s ease;
}
.navbar .nav-content .nav-trigger .nav-icon {
  background-color: #fffdf4 !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.navbar .nav-content .nav-trigger .nav-icon span {
  display: block;
  width: 12px;
  height: 1.5px;
  margin-bottom: 2.5px;
  position: relative;
  background: #000;
  z-index: 1;
  transform-origin: 4px 0;
}
.navbar .nav-content .nav-trigger .nav-icon span:last-child {
  margin-bottom: 0;
}
.navbar .nav-content .nav-trigger:hover {
  transition: all 0.5s ease;
}
.navbar .nav-content .nav-trigger:hover .nav-icon {
  background-color: #333;
  transition: all 0.5s ease;
}
.navbar .nav-content .nav-trigger:hover .nav-icon span {
  transition: all 0.5s ease;
}
.navbar .nav-content .nav-target {
  display: none;
  background-color: white;
  border-radius: 15px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 250px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}
.navbar .nav-content .nav-target .nav-target-content {
  padding: 8px 30px;
  border-bottom: 2px solid #f5f5f5;
}
.navbar .nav-content .nav-target .nav-target-content span {
  display: block;
  margin-bottom: 10px;
}
.navbar .nav-content .nav-target .nav-target-content:hover {
  background-color: #e1ffd3;
  transition: background-color 0.5s ease;
}
.navbar .nav-content .nav-target .nav-target-content:first-child {
  padding-top: 13px;
}
.navbar .nav-content .nav-target .nav-target-content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.navbar .nav-content .nav-target .sub-nav-trigger span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .nav-content .nav-target .sub-nav-trigger:hover {
  background-color: white;
  transition: background-color 0.5s ease;
}
.navbar .nav-content .nav-target .sub-nav-target {
  display: none;
  margin-left: -30px;
  margin-right: -30px;
  overflow: auto;
  max-height: 200px;
}
.navbar .nav-content .nav-target .sub-nav-target .nav-target-content {
  border-top: 2px solid #f5f5f5;
  border-bottom: 0;
}
.navbar .nav-content .nav-target .sub-nav-target .nav-target-content:first-child {
  padding-top: 8px;
}
.navbar .nav-content .nav-target .sub-nav-target .nav-target-content:last-child {
  border-bottom: 0;
  padding-bottom: 13px;
}

/*  ======================================================
	Main
	======================================================  */
.row:after,
.row:before {
  content: none !important;
}

section {
  display: inline-block;
  width: 100%;
  float: left;
}

button,
.cursor-pointer {
  cursor: pointer !important;
}

.no-scroll {
  overflow: hidden;
}

.shadow {
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1) !important;
}

.visible-500 {
  display: none !important;
}

.hidden-500 {
  display: block !important;
}

.title-xxl {
  font-size: 2.8125rem;
}

.title-xl {
  font-size: 2.5rem;
}

h1,
.title-l {
  font-size: 2rem;
}

h2,
.title {
  font-size: 1.875rem;
}

h3,
.title-m {
  font-size: 1.5625rem;
}

.title-s {
  font-size: 1.25rem;
}

.subtitle {
  font-size: 1.125rem;
}

h5,
.copy {
  font-size: 1rem;
  line-height: 1.5;
}

h6,
p,
.copy-m {
  font-size: 0.875rem;
  line-height: 1.8;
}

.copy-s {
  font-size: 0.75rem;
}

.copy-xs {
  font-size: 0.625rem;
}

.line-height-normal {
  line-height: normal !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.text-black {
  color: #333 !important;
}

.text-dark {
  color: #000 !important;
}

.text-white {
  color: white !important;
}

.text-sage {
  color: #525d4d !important;
}

.text-cream {
  color: #f6f6e2 !important;
}

.text-brown {
  color: #c16024 !important;
}

.text-lightbrown {
  color: #dba568 !important;
}

.text-maroon {
  color: #941300 !important;
}

.text-darkgreen {
  color: #084640 !important;
}

.box-decoration {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.rounded-100 {
  border-radius: 100px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.img-thumbnail {
  border: 0;
}

.border-radius {
  border-radius: 25px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-12 {
  border-radius: 12px;
}

.bg-maroon {
  background-color: #941300 !important;
}

.bg-sage {
  background-color: #525d4d !important;
}

.bg-darksage {
  background-color: #434a3d !important;
}

.bg-brown {
  background-color: #c16024 !important;
}

.bg-lightgrey {
  background-color: #f5f5f5 !important;
}

.bg-lightcream {
  background-color: #dba568 !important;
}

.bg-cream {
  background-color: #f6f6e2 !important;
}

.bg-darkcream {
  background-color: #fff3e1 !important;
}

.bg-darkgreen {
  background-color: #084640 !important;
}

.bg-lightblue {
  background-color: #7dd5fa !important;
}

.bg-black {
  background-color: #1d1d1d !important;
}

.bg-pink {
  background-color: #cd4b5b !important;
}

.bg-lightpink {
  background-color: #ffeeec !important;
}

.hr-custom {
  border-top: 1px solid lightgrey;
}

.bg-rd-top-flat {
  border-radius: 0 15px 15px 15px;
}
.bg-rd-top-flat:before {
  content: none !important;
}

.hr-double {
  border-top: 3px double #ffbd15;
}
.hr-double > .darksage6 {
  border-top: 3px double !important;
}

.hr-dashed {
  border-top: 2px dashed;
}

.curve-top {
  transform: rotate(180deg);
}

.mw-300 {
  max-width: 300px !important;
}

a.underlined {
  text-decoration: underline !important;
}
a.underlined:hover {
  opacity: 0.5;
}

.no-pseudo-before:before {
  content: none !important;
}

.no-pseudo-after:after {
  content: none !important;
}

.no-pseudo:before, .no-pseudo:after {
  content: none !important;
}

.no-bg {
  background-image: none !important;
}

.img-rounded {
  border-radius: 1000px;
}

.img-helper {
  width: 100%;
}

.img-ornament-quiz {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

@keyframes moveRight {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(100%);
  }
}
.mh-20 {
  max-height: 20px;
}

.img-size-20 {
  width: 100%;
  max-width: 20px;
}

.img-fixSize-20 {
  width: 20px;
  height: auto;
  max-width: unset !important;
}

.mh-50 {
  max-height: 50px;
}

.img-size-50 {
  width: 100%;
  max-width: 50px;
}

.img-fixSize-50 {
  width: 50px;
  height: auto;
  max-width: unset !important;
}

.mh-60 {
  max-height: 60px;
}

.img-size-60 {
  width: 100%;
  max-width: 60px;
}

.img-fixSize-60 {
  width: 60px;
  height: auto;
  max-width: unset !important;
}

.mh-70 {
  max-height: 70px;
}

.img-size-70 {
  width: 100%;
  max-width: 70px;
}

.img-fixSize-70 {
  width: 70px;
  height: auto;
  max-width: unset !important;
}

.mh-80 {
  max-height: 80px;
}

.img-size-80 {
  width: 100%;
  max-width: 80px;
}

.img-fixSize-80 {
  width: 80px;
  height: auto;
  max-width: unset !important;
}

.mh-100 {
  max-height: 100px;
}

.img-size-100 {
  width: 100%;
  max-width: 100px;
}

.img-fixSize-100 {
  width: 100px;
  height: auto;
  max-width: unset !important;
}

.mh-120 {
  max-height: 120px;
}

.img-size-120 {
  width: 100%;
  max-width: 120px;
}

.img-fixSize-120 {
  width: 120px;
  height: auto;
  max-width: unset !important;
}

.mh-150 {
  max-height: 150px;
}

.img-size-150 {
  width: 100%;
  max-width: 150px;
}

.img-fixSize-150 {
  width: 150px;
  height: auto;
  max-width: unset !important;
}

.mh-200 {
  max-height: 200px;
}

.img-size-200 {
  width: 100%;
  max-width: 200px;
}

.img-fixSize-200 {
  width: 200px;
  height: auto;
  max-width: unset !important;
}

.mh-250 {
  max-height: 250px;
}

.img-size-250 {
  width: 100%;
  max-width: 250px;
}

.img-fixSize-250 {
  width: 250px;
  height: auto;
  max-width: unset !important;
}

.mh-300 {
  max-height: 300px;
}

.img-size-300 {
  width: 100%;
  max-width: 300px;
}

.img-fixSize-300 {
  width: 300px;
  height: auto;
  max-width: unset !important;
}

.mh-320 {
  max-height: 320px;
}

.img-size-320 {
  width: 100%;
  max-width: 320px;
}

.img-fixSize-320 {
  width: 320px;
  height: auto;
  max-width: unset !important;
}

.mh-350 {
  max-height: 350px;
}

.img-size-350 {
  width: 100%;
  max-width: 350px;
}

.img-fixSize-350 {
  width: 350px;
  height: auto;
  max-width: unset !important;
}

.mh-400 {
  max-height: 400px;
}

.img-size-400 {
  width: 100%;
  max-width: 400px;
}

.img-fixSize-400 {
  width: 400px;
  height: auto;
  max-width: unset !important;
}

.mh-450 {
  max-height: 450px;
}

.img-size-450 {
  width: 100%;
  max-width: 450px;
}

.img-fixSize-450 {
  width: 450px;
  height: auto;
  max-width: unset !important;
}

.mh-500 {
  max-height: 500px;
}

.img-size-500 {
  width: 100%;
  max-width: 500px;
}

.img-fixSize-500 {
  width: 500px;
  height: auto;
  max-width: unset !important;
}

.mh-550 {
  max-height: 550px;
}

.img-size-550 {
  width: 100%;
  max-width: 550px;
}

.img-fixSize-550 {
  width: 550px;
  height: auto;
  max-width: unset !important;
}

.mh-600 {
  max-height: 600px;
}

.img-size-600 {
  width: 100%;
  max-width: 600px;
}

.img-fixSize-600 {
  width: 600px;
  height: auto;
  max-width: unset !important;
}

.mh-700 {
  max-height: 700px;
}

.img-size-700 {
  width: 100%;
  max-width: 700px;
}

.img-fixSize-700 {
  width: 700px;
  height: auto;
  max-width: unset !important;
}

.mh-750 {
  max-height: 750px;
}

.img-size-750 {
  width: 100%;
  max-width: 750px;
}

.img-fixSize-750 {
  width: 750px;
  height: auto;
  max-width: unset !important;
}

.mh-800 {
  max-height: 800px;
}

.img-size-800 {
  width: 100%;
  max-width: 800px;
}

.img-fixSize-800 {
  width: 800px;
  height: auto;
  max-width: unset !important;
}

.mh-full {
  max-height: 100% !important;
}

.img-size-full {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .mh-sm-20 {
    max-height: 20px;
  }

  .img-size-sm-20 {
    width: 100%;
    max-width: 20px;
  }

  .img-fixSize-sm-20 {
    width: 20px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-50 {
    max-height: 50px;
  }

  .img-size-sm-50 {
    width: 100%;
    max-width: 50px;
  }

  .img-fixSize-sm-50 {
    width: 50px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-60 {
    max-height: 60px;
  }

  .img-size-sm-60 {
    width: 100%;
    max-width: 60px;
  }

  .img-fixSize-sm-60 {
    width: 60px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-70 {
    max-height: 70px;
  }

  .img-size-sm-70 {
    width: 100%;
    max-width: 70px;
  }

  .img-fixSize-sm-70 {
    width: 70px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-80 {
    max-height: 80px;
  }

  .img-size-sm-80 {
    width: 100%;
    max-width: 80px;
  }

  .img-fixSize-sm-80 {
    width: 80px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-100 {
    max-height: 100px;
  }

  .img-size-sm-100 {
    width: 100%;
    max-width: 100px;
  }

  .img-fixSize-sm-100 {
    width: 100px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-120 {
    max-height: 120px;
  }

  .img-size-sm-120 {
    width: 100%;
    max-width: 120px;
  }

  .img-fixSize-sm-120 {
    width: 120px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-150 {
    max-height: 150px;
  }

  .img-size-sm-150 {
    width: 100%;
    max-width: 150px;
  }

  .img-fixSize-sm-150 {
    width: 150px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-200 {
    max-height: 200px;
  }

  .img-size-sm-200 {
    width: 100%;
    max-width: 200px;
  }

  .img-fixSize-sm-200 {
    width: 200px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-250 {
    max-height: 250px;
  }

  .img-size-sm-250 {
    width: 100%;
    max-width: 250px;
  }

  .img-fixSize-sm-250 {
    width: 250px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-300 {
    max-height: 300px;
  }

  .img-size-sm-300 {
    width: 100%;
    max-width: 300px;
  }

  .img-fixSize-sm-300 {
    width: 300px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-320 {
    max-height: 320px;
  }

  .img-size-sm-320 {
    width: 100%;
    max-width: 320px;
  }

  .img-fixSize-sm-320 {
    width: 320px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-350 {
    max-height: 350px;
  }

  .img-size-sm-350 {
    width: 100%;
    max-width: 350px;
  }

  .img-fixSize-sm-350 {
    width: 350px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-400 {
    max-height: 400px;
  }

  .img-size-sm-400 {
    width: 100%;
    max-width: 400px;
  }

  .img-fixSize-sm-400 {
    width: 400px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-450 {
    max-height: 450px;
  }

  .img-size-sm-450 {
    width: 100%;
    max-width: 450px;
  }

  .img-fixSize-sm-450 {
    width: 450px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-500 {
    max-height: 500px;
  }

  .img-size-sm-500 {
    width: 100%;
    max-width: 500px;
  }

  .img-fixSize-sm-500 {
    width: 500px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-550 {
    max-height: 550px;
  }

  .img-size-sm-550 {
    width: 100%;
    max-width: 550px;
  }

  .img-fixSize-sm-550 {
    width: 550px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-600 {
    max-height: 600px;
  }

  .img-size-sm-600 {
    width: 100%;
    max-width: 600px;
  }

  .img-fixSize-sm-600 {
    width: 600px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-700 {
    max-height: 700px;
  }

  .img-size-sm-700 {
    width: 100%;
    max-width: 700px;
  }

  .img-fixSize-sm-700 {
    width: 700px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-750 {
    max-height: 750px;
  }

  .img-size-sm-750 {
    width: 100%;
    max-width: 750px;
  }

  .img-fixSize-sm-750 {
    width: 750px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-800 {
    max-height: 800px;
  }

  .img-size-sm-800 {
    width: 100%;
    max-width: 800px;
  }

  .img-fixSize-sm-800 {
    width: 800px;
    height: auto;
    max-width: unset !important;
  }

  .mh-sm-full {
    max-height: 100% !important;
  }

  .img-size-sm-full {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .mh-md-20 {
    max-height: 20px;
  }

  .img-size-md-20 {
    width: 100%;
    max-width: 20px;
  }

  .img-fixSize-md-20 {
    width: 20px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-50 {
    max-height: 50px;
  }

  .img-size-md-50 {
    width: 100%;
    max-width: 50px;
  }

  .img-fixSize-md-50 {
    width: 50px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-60 {
    max-height: 60px;
  }

  .img-size-md-60 {
    width: 100%;
    max-width: 60px;
  }

  .img-fixSize-md-60 {
    width: 60px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-70 {
    max-height: 70px;
  }

  .img-size-md-70 {
    width: 100%;
    max-width: 70px;
  }

  .img-fixSize-md-70 {
    width: 70px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-80 {
    max-height: 80px;
  }

  .img-size-md-80 {
    width: 100%;
    max-width: 80px;
  }

  .img-fixSize-md-80 {
    width: 80px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-100 {
    max-height: 100px;
  }

  .img-size-md-100 {
    width: 100%;
    max-width: 100px;
  }

  .img-fixSize-md-100 {
    width: 100px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-120 {
    max-height: 120px;
  }

  .img-size-md-120 {
    width: 100%;
    max-width: 120px;
  }

  .img-fixSize-md-120 {
    width: 120px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-150 {
    max-height: 150px;
  }

  .img-size-md-150 {
    width: 100%;
    max-width: 150px;
  }

  .img-fixSize-md-150 {
    width: 150px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-200 {
    max-height: 200px;
  }

  .img-size-md-200 {
    width: 100%;
    max-width: 200px;
  }

  .img-fixSize-md-200 {
    width: 200px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-250 {
    max-height: 250px;
  }

  .img-size-md-250 {
    width: 100%;
    max-width: 250px;
  }

  .img-fixSize-md-250 {
    width: 250px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-300 {
    max-height: 300px;
  }

  .img-size-md-300 {
    width: 100%;
    max-width: 300px;
  }

  .img-fixSize-md-300 {
    width: 300px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-320 {
    max-height: 320px;
  }

  .img-size-md-320 {
    width: 100%;
    max-width: 320px;
  }

  .img-fixSize-md-320 {
    width: 320px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-350 {
    max-height: 350px;
  }

  .img-size-md-350 {
    width: 100%;
    max-width: 350px;
  }

  .img-fixSize-md-350 {
    width: 350px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-400 {
    max-height: 400px;
  }

  .img-size-md-400 {
    width: 100%;
    max-width: 400px;
  }

  .img-fixSize-md-400 {
    width: 400px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-450 {
    max-height: 450px;
  }

  .img-size-md-450 {
    width: 100%;
    max-width: 450px;
  }

  .img-fixSize-md-450 {
    width: 450px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-500 {
    max-height: 500px;
  }

  .img-size-md-500 {
    width: 100%;
    max-width: 500px;
  }

  .img-fixSize-md-500 {
    width: 500px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-550 {
    max-height: 550px;
  }

  .img-size-md-550 {
    width: 100%;
    max-width: 550px;
  }

  .img-fixSize-md-550 {
    width: 550px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-600 {
    max-height: 600px;
  }

  .img-size-md-600 {
    width: 100%;
    max-width: 600px;
  }

  .img-fixSize-md-600 {
    width: 600px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-700 {
    max-height: 700px;
  }

  .img-size-md-700 {
    width: 100%;
    max-width: 700px;
  }

  .img-fixSize-md-700 {
    width: 700px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-750 {
    max-height: 750px;
  }

  .img-size-md-750 {
    width: 100%;
    max-width: 750px;
  }

  .img-fixSize-md-750 {
    width: 750px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-800 {
    max-height: 800px;
  }

  .img-size-md-800 {
    width: 100%;
    max-width: 800px;
  }

  .img-fixSize-md-800 {
    width: 800px;
    height: auto;
    max-width: unset !important;
  }

  .mh-md-full {
    max-height: 100% !important;
  }

  .img-size-md-full {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .mh-lg-20 {
    max-height: 20px;
  }

  .img-size-lg-20 {
    width: 100%;
    max-width: 20px;
  }

  .img-fixSize-lg-20 {
    width: 20px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-50 {
    max-height: 50px;
  }

  .img-size-lg-50 {
    width: 100%;
    max-width: 50px;
  }

  .img-fixSize-lg-50 {
    width: 50px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-60 {
    max-height: 60px;
  }

  .img-size-lg-60 {
    width: 100%;
    max-width: 60px;
  }

  .img-fixSize-lg-60 {
    width: 60px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-70 {
    max-height: 70px;
  }

  .img-size-lg-70 {
    width: 100%;
    max-width: 70px;
  }

  .img-fixSize-lg-70 {
    width: 70px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-80 {
    max-height: 80px;
  }

  .img-size-lg-80 {
    width: 100%;
    max-width: 80px;
  }

  .img-fixSize-lg-80 {
    width: 80px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-100 {
    max-height: 100px;
  }

  .img-size-lg-100 {
    width: 100%;
    max-width: 100px;
  }

  .img-fixSize-lg-100 {
    width: 100px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-120 {
    max-height: 120px;
  }

  .img-size-lg-120 {
    width: 100%;
    max-width: 120px;
  }

  .img-fixSize-lg-120 {
    width: 120px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-150 {
    max-height: 150px;
  }

  .img-size-lg-150 {
    width: 100%;
    max-width: 150px;
  }

  .img-fixSize-lg-150 {
    width: 150px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-200 {
    max-height: 200px;
  }

  .img-size-lg-200 {
    width: 100%;
    max-width: 200px;
  }

  .img-fixSize-lg-200 {
    width: 200px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-250 {
    max-height: 250px;
  }

  .img-size-lg-250 {
    width: 100%;
    max-width: 250px;
  }

  .img-fixSize-lg-250 {
    width: 250px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-300 {
    max-height: 300px;
  }

  .img-size-lg-300 {
    width: 100%;
    max-width: 300px;
  }

  .img-fixSize-lg-300 {
    width: 300px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-320 {
    max-height: 320px;
  }

  .img-size-lg-320 {
    width: 100%;
    max-width: 320px;
  }

  .img-fixSize-lg-320 {
    width: 320px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-350 {
    max-height: 350px;
  }

  .img-size-lg-350 {
    width: 100%;
    max-width: 350px;
  }

  .img-fixSize-lg-350 {
    width: 350px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-400 {
    max-height: 400px;
  }

  .img-size-lg-400 {
    width: 100%;
    max-width: 400px;
  }

  .img-fixSize-lg-400 {
    width: 400px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-450 {
    max-height: 450px;
  }

  .img-size-lg-450 {
    width: 100%;
    max-width: 450px;
  }

  .img-fixSize-lg-450 {
    width: 450px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-500 {
    max-height: 500px;
  }

  .img-size-lg-500 {
    width: 100%;
    max-width: 500px;
  }

  .img-fixSize-lg-500 {
    width: 500px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-550 {
    max-height: 550px;
  }

  .img-size-lg-550 {
    width: 100%;
    max-width: 550px;
  }

  .img-fixSize-lg-550 {
    width: 550px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-600 {
    max-height: 600px;
  }

  .img-size-lg-600 {
    width: 100%;
    max-width: 600px;
  }

  .img-fixSize-lg-600 {
    width: 600px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-700 {
    max-height: 700px;
  }

  .img-size-lg-700 {
    width: 100%;
    max-width: 700px;
  }

  .img-fixSize-lg-700 {
    width: 700px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-750 {
    max-height: 750px;
  }

  .img-size-lg-750 {
    width: 100%;
    max-width: 750px;
  }

  .img-fixSize-lg-750 {
    width: 750px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-800 {
    max-height: 800px;
  }

  .img-size-lg-800 {
    width: 100%;
    max-width: 800px;
  }

  .img-fixSize-lg-800 {
    width: 800px;
    height: auto;
    max-width: unset !important;
  }

  .mh-lg-full {
    max-height: 100% !important;
  }

  .img-size-lg-full {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .mh-xl-20 {
    max-height: 20px;
  }

  .img-size-xl-20 {
    width: 100%;
    max-width: 20px;
  }

  .img-fixSize-xl-20 {
    width: 20px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-50 {
    max-height: 50px;
  }

  .img-size-xl-50 {
    width: 100%;
    max-width: 50px;
  }

  .img-fixSize-xl-50 {
    width: 50px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-60 {
    max-height: 60px;
  }

  .img-size-xl-60 {
    width: 100%;
    max-width: 60px;
  }

  .img-fixSize-xl-60 {
    width: 60px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-70 {
    max-height: 70px;
  }

  .img-size-xl-70 {
    width: 100%;
    max-width: 70px;
  }

  .img-fixSize-xl-70 {
    width: 70px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-80 {
    max-height: 80px;
  }

  .img-size-xl-80 {
    width: 100%;
    max-width: 80px;
  }

  .img-fixSize-xl-80 {
    width: 80px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-100 {
    max-height: 100px;
  }

  .img-size-xl-100 {
    width: 100%;
    max-width: 100px;
  }

  .img-fixSize-xl-100 {
    width: 100px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-120 {
    max-height: 120px;
  }

  .img-size-xl-120 {
    width: 100%;
    max-width: 120px;
  }

  .img-fixSize-xl-120 {
    width: 120px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-150 {
    max-height: 150px;
  }

  .img-size-xl-150 {
    width: 100%;
    max-width: 150px;
  }

  .img-fixSize-xl-150 {
    width: 150px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-200 {
    max-height: 200px;
  }

  .img-size-xl-200 {
    width: 100%;
    max-width: 200px;
  }

  .img-fixSize-xl-200 {
    width: 200px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-250 {
    max-height: 250px;
  }

  .img-size-xl-250 {
    width: 100%;
    max-width: 250px;
  }

  .img-fixSize-xl-250 {
    width: 250px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-300 {
    max-height: 300px;
  }

  .img-size-xl-300 {
    width: 100%;
    max-width: 300px;
  }

  .img-fixSize-xl-300 {
    width: 300px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-320 {
    max-height: 320px;
  }

  .img-size-xl-320 {
    width: 100%;
    max-width: 320px;
  }

  .img-fixSize-xl-320 {
    width: 320px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-350 {
    max-height: 350px;
  }

  .img-size-xl-350 {
    width: 100%;
    max-width: 350px;
  }

  .img-fixSize-xl-350 {
    width: 350px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-400 {
    max-height: 400px;
  }

  .img-size-xl-400 {
    width: 100%;
    max-width: 400px;
  }

  .img-fixSize-xl-400 {
    width: 400px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-450 {
    max-height: 450px;
  }

  .img-size-xl-450 {
    width: 100%;
    max-width: 450px;
  }

  .img-fixSize-xl-450 {
    width: 450px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-500 {
    max-height: 500px;
  }

  .img-size-xl-500 {
    width: 100%;
    max-width: 500px;
  }

  .img-fixSize-xl-500 {
    width: 500px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-550 {
    max-height: 550px;
  }

  .img-size-xl-550 {
    width: 100%;
    max-width: 550px;
  }

  .img-fixSize-xl-550 {
    width: 550px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-600 {
    max-height: 600px;
  }

  .img-size-xl-600 {
    width: 100%;
    max-width: 600px;
  }

  .img-fixSize-xl-600 {
    width: 600px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-700 {
    max-height: 700px;
  }

  .img-size-xl-700 {
    width: 100%;
    max-width: 700px;
  }

  .img-fixSize-xl-700 {
    width: 700px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-750 {
    max-height: 750px;
  }

  .img-size-xl-750 {
    width: 100%;
    max-width: 750px;
  }

  .img-fixSize-xl-750 {
    width: 750px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-800 {
    max-height: 800px;
  }

  .img-size-xl-800 {
    width: 100%;
    max-width: 800px;
  }

  .img-fixSize-xl-800 {
    width: 800px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xl-full {
    max-height: 100% !important;
  }

  .img-size-xl-full {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1500px) {
  .mh-xxl-20 {
    max-height: 20px;
  }

  .img-size-xxl-20 {
    width: 100%;
    max-width: 20px;
  }

  .img-fixSize-xxl-20 {
    width: 20px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-50 {
    max-height: 50px;
  }

  .img-size-xxl-50 {
    width: 100%;
    max-width: 50px;
  }

  .img-fixSize-xxl-50 {
    width: 50px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-60 {
    max-height: 60px;
  }

  .img-size-xxl-60 {
    width: 100%;
    max-width: 60px;
  }

  .img-fixSize-xxl-60 {
    width: 60px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-70 {
    max-height: 70px;
  }

  .img-size-xxl-70 {
    width: 100%;
    max-width: 70px;
  }

  .img-fixSize-xxl-70 {
    width: 70px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-80 {
    max-height: 80px;
  }

  .img-size-xxl-80 {
    width: 100%;
    max-width: 80px;
  }

  .img-fixSize-xxl-80 {
    width: 80px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-100 {
    max-height: 100px;
  }

  .img-size-xxl-100 {
    width: 100%;
    max-width: 100px;
  }

  .img-fixSize-xxl-100 {
    width: 100px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-120 {
    max-height: 120px;
  }

  .img-size-xxl-120 {
    width: 100%;
    max-width: 120px;
  }

  .img-fixSize-xxl-120 {
    width: 120px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-150 {
    max-height: 150px;
  }

  .img-size-xxl-150 {
    width: 100%;
    max-width: 150px;
  }

  .img-fixSize-xxl-150 {
    width: 150px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-200 {
    max-height: 200px;
  }

  .img-size-xxl-200 {
    width: 100%;
    max-width: 200px;
  }

  .img-fixSize-xxl-200 {
    width: 200px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-250 {
    max-height: 250px;
  }

  .img-size-xxl-250 {
    width: 100%;
    max-width: 250px;
  }

  .img-fixSize-xxl-250 {
    width: 250px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-300 {
    max-height: 300px;
  }

  .img-size-xxl-300 {
    width: 100%;
    max-width: 300px;
  }

  .img-fixSize-xxl-300 {
    width: 300px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-320 {
    max-height: 320px;
  }

  .img-size-xxl-320 {
    width: 100%;
    max-width: 320px;
  }

  .img-fixSize-xxl-320 {
    width: 320px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-350 {
    max-height: 350px;
  }

  .img-size-xxl-350 {
    width: 100%;
    max-width: 350px;
  }

  .img-fixSize-xxl-350 {
    width: 350px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-400 {
    max-height: 400px;
  }

  .img-size-xxl-400 {
    width: 100%;
    max-width: 400px;
  }

  .img-fixSize-xxl-400 {
    width: 400px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-450 {
    max-height: 450px;
  }

  .img-size-xxl-450 {
    width: 100%;
    max-width: 450px;
  }

  .img-fixSize-xxl-450 {
    width: 450px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-500 {
    max-height: 500px;
  }

  .img-size-xxl-500 {
    width: 100%;
    max-width: 500px;
  }

  .img-fixSize-xxl-500 {
    width: 500px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-550 {
    max-height: 550px;
  }

  .img-size-xxl-550 {
    width: 100%;
    max-width: 550px;
  }

  .img-fixSize-xxl-550 {
    width: 550px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-600 {
    max-height: 600px;
  }

  .img-size-xxl-600 {
    width: 100%;
    max-width: 600px;
  }

  .img-fixSize-xxl-600 {
    width: 600px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-700 {
    max-height: 700px;
  }

  .img-size-xxl-700 {
    width: 100%;
    max-width: 700px;
  }

  .img-fixSize-xxl-700 {
    width: 700px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-750 {
    max-height: 750px;
  }

  .img-size-xxl-750 {
    width: 100%;
    max-width: 750px;
  }

  .img-fixSize-xxl-750 {
    width: 750px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-800 {
    max-height: 800px;
  }

  .img-size-xxl-800 {
    width: 100%;
    max-width: 800px;
  }

  .img-fixSize-xxl-800 {
    width: 800px;
    height: auto;
    max-width: unset !important;
  }

  .mh-xxl-full {
    max-height: 100% !important;
  }

  .img-size-xxl-full {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.truncate-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.truncate-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.truncate-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (min-width: 576px) {
  .container-left {
    padding-left: calc((100% - 540px) / 2 + 10px) !important;
  }
}
@media (min-width: 768px) {
  .container-left {
    padding-left: calc((100% - 720px) / 2 + 10px) !important;
  }
}
@media (min-width: 992px) {
  .container-left {
    padding-left: calc((100% - 960px) / 2 + 10px) !important;
  }
}
@media (min-width: 1200px) {
  .container-left {
    padding-left: calc((100% - 1140px) / 2 + 10px) !important;
  }
}
@media (min-width: 1500px) {
  .container-left {
    padding-left: calc((100% - 1320px) / 2 + 10px) !important;
  }
}

@media (min-width: 576px) {
  .container-right {
    padding-right: calc((100% - 540px) / 2 + 10px) !important;
  }
}
@media (min-width: 768px) {
  .container-right {
    padding-right: calc((100% - 720px) / 2 + 10px) !important;
  }
}
@media (min-width: 992px) {
  .container-right {
    padding-right: calc((100% - 960px) / 2 + 10px) !important;
  }
}
@media (min-width: 1200px) {
  .container-right {
    padding-right: calc((100% - 1140px) / 2 + 10px) !important;
  }
}
@media (min-width: 1500px) {
  .container-right {
    padding-right: calc((100% - 1320px) / 2 + 10px) !important;
  }
}

.top-200 {
  top: -200px !important;
}

.top-199 {
  top: -199px !important;
}

.top-198 {
  top: -198px !important;
}

.top-197 {
  top: -197px !important;
}

.top-196 {
  top: -196px !important;
}

.top-195 {
  top: -195px !important;
}

.top-194 {
  top: -194px !important;
}

.top-193 {
  top: -193px !important;
}

.top-192 {
  top: -192px !important;
}

.top-191 {
  top: -191px !important;
}

.top-190 {
  top: -190px !important;
}

.top-189 {
  top: -189px !important;
}

.top-188 {
  top: -188px !important;
}

.top-187 {
  top: -187px !important;
}

.top-186 {
  top: -186px !important;
}

.top-185 {
  top: -185px !important;
}

.top-184 {
  top: -184px !important;
}

.top-183 {
  top: -183px !important;
}

.top-182 {
  top: -182px !important;
}

.top-181 {
  top: -181px !important;
}

.top-180 {
  top: -180px !important;
}

.top-179 {
  top: -179px !important;
}

.top-178 {
  top: -178px !important;
}

.top-177 {
  top: -177px !important;
}

.top-176 {
  top: -176px !important;
}

.top-175 {
  top: -175px !important;
}

.top-174 {
  top: -174px !important;
}

.top-173 {
  top: -173px !important;
}

.top-172 {
  top: -172px !important;
}

.top-171 {
  top: -171px !important;
}

.top-170 {
  top: -170px !important;
}

.top-169 {
  top: -169px !important;
}

.top-168 {
  top: -168px !important;
}

.top-167 {
  top: -167px !important;
}

.top-166 {
  top: -166px !important;
}

.top-165 {
  top: -165px !important;
}

.top-164 {
  top: -164px !important;
}

.top-163 {
  top: -163px !important;
}

.top-162 {
  top: -162px !important;
}

.top-161 {
  top: -161px !important;
}

.top-160 {
  top: -160px !important;
}

.top-159 {
  top: -159px !important;
}

.top-158 {
  top: -158px !important;
}

.top-157 {
  top: -157px !important;
}

.top-156 {
  top: -156px !important;
}

.top-155 {
  top: -155px !important;
}

.top-154 {
  top: -154px !important;
}

.top-153 {
  top: -153px !important;
}

.top-152 {
  top: -152px !important;
}

.top-151 {
  top: -151px !important;
}

.top-150 {
  top: -150px !important;
}

.top-149 {
  top: -149px !important;
}

.top-148 {
  top: -148px !important;
}

.top-147 {
  top: -147px !important;
}

.top-146 {
  top: -146px !important;
}

.top-145 {
  top: -145px !important;
}

.top-144 {
  top: -144px !important;
}

.top-143 {
  top: -143px !important;
}

.top-142 {
  top: -142px !important;
}

.top-141 {
  top: -141px !important;
}

.top-140 {
  top: -140px !important;
}

.top-139 {
  top: -139px !important;
}

.top-138 {
  top: -138px !important;
}

.top-137 {
  top: -137px !important;
}

.top-136 {
  top: -136px !important;
}

.top-135 {
  top: -135px !important;
}

.top-134 {
  top: -134px !important;
}

.top-133 {
  top: -133px !important;
}

.top-132 {
  top: -132px !important;
}

.top-131 {
  top: -131px !important;
}

.top-130 {
  top: -130px !important;
}

.top-129 {
  top: -129px !important;
}

.top-128 {
  top: -128px !important;
}

.top-127 {
  top: -127px !important;
}

.top-126 {
  top: -126px !important;
}

.top-125 {
  top: -125px !important;
}

.top-124 {
  top: -124px !important;
}

.top-123 {
  top: -123px !important;
}

.top-122 {
  top: -122px !important;
}

.top-121 {
  top: -121px !important;
}

.top-120 {
  top: -120px !important;
}

.top-119 {
  top: -119px !important;
}

.top-118 {
  top: -118px !important;
}

.top-117 {
  top: -117px !important;
}

.top-116 {
  top: -116px !important;
}

.top-115 {
  top: -115px !important;
}

.top-114 {
  top: -114px !important;
}

.top-113 {
  top: -113px !important;
}

.top-112 {
  top: -112px !important;
}

.top-111 {
  top: -111px !important;
}

.top-110 {
  top: -110px !important;
}

.top-109 {
  top: -109px !important;
}

.top-108 {
  top: -108px !important;
}

.top-107 {
  top: -107px !important;
}

.top-106 {
  top: -106px !important;
}

.top-105 {
  top: -105px !important;
}

.top-104 {
  top: -104px !important;
}

.top-103 {
  top: -103px !important;
}

.top-102 {
  top: -102px !important;
}

.top-101 {
  top: -101px !important;
}

.top-100 {
  top: -100px !important;
}

.top-99 {
  top: -99px !important;
}

.top-98 {
  top: -98px !important;
}

.top-97 {
  top: -97px !important;
}

.top-96 {
  top: -96px !important;
}

.top-95 {
  top: -95px !important;
}

.top-94 {
  top: -94px !important;
}

.top-93 {
  top: -93px !important;
}

.top-92 {
  top: -92px !important;
}

.top-91 {
  top: -91px !important;
}

.top-90 {
  top: -90px !important;
}

.top-89 {
  top: -89px !important;
}

.top-88 {
  top: -88px !important;
}

.top-87 {
  top: -87px !important;
}

.top-86 {
  top: -86px !important;
}

.top-85 {
  top: -85px !important;
}

.top-84 {
  top: -84px !important;
}

.top-83 {
  top: -83px !important;
}

.top-82 {
  top: -82px !important;
}

.top-81 {
  top: -81px !important;
}

.top-80 {
  top: -80px !important;
}

.top-79 {
  top: -79px !important;
}

.top-78 {
  top: -78px !important;
}

.top-77 {
  top: -77px !important;
}

.top-76 {
  top: -76px !important;
}

.top-75 {
  top: -75px !important;
}

.top-74 {
  top: -74px !important;
}

.top-73 {
  top: -73px !important;
}

.top-72 {
  top: -72px !important;
}

.top-71 {
  top: -71px !important;
}

.top-70 {
  top: -70px !important;
}

.top-69 {
  top: -69px !important;
}

.top-68 {
  top: -68px !important;
}

.top-67 {
  top: -67px !important;
}

.top-66 {
  top: -66px !important;
}

.top-65 {
  top: -65px !important;
}

.top-64 {
  top: -64px !important;
}

.top-63 {
  top: -63px !important;
}

.top-62 {
  top: -62px !important;
}

.top-61 {
  top: -61px !important;
}

.top-60 {
  top: -60px !important;
}

.top-59 {
  top: -59px !important;
}

.top-58 {
  top: -58px !important;
}

.top-57 {
  top: -57px !important;
}

.top-56 {
  top: -56px !important;
}

.top-55 {
  top: -55px !important;
}

.top-54 {
  top: -54px !important;
}

.top-53 {
  top: -53px !important;
}

.top-52 {
  top: -52px !important;
}

.top-51 {
  top: -51px !important;
}

.top-50 {
  top: -50px !important;
}

.top-49 {
  top: -49px !important;
}

.top-48 {
  top: -48px !important;
}

.top-47 {
  top: -47px !important;
}

.top-46 {
  top: -46px !important;
}

.top-45 {
  top: -45px !important;
}

.top-44 {
  top: -44px !important;
}

.top-43 {
  top: -43px !important;
}

.top-42 {
  top: -42px !important;
}

.top-41 {
  top: -41px !important;
}

.top-40 {
  top: -40px !important;
}

.top-39 {
  top: -39px !important;
}

.top-38 {
  top: -38px !important;
}

.top-37 {
  top: -37px !important;
}

.top-36 {
  top: -36px !important;
}

.top-35 {
  top: -35px !important;
}

.top-34 {
  top: -34px !important;
}

.top-33 {
  top: -33px !important;
}

.top-32 {
  top: -32px !important;
}

.top-31 {
  top: -31px !important;
}

.top-30 {
  top: -30px !important;
}

.top-29 {
  top: -29px !important;
}

.top-28 {
  top: -28px !important;
}

.top-27 {
  top: -27px !important;
}

.top-26 {
  top: -26px !important;
}

.top-25 {
  top: -25px !important;
}

.top-24 {
  top: -24px !important;
}

.top-23 {
  top: -23px !important;
}

.top-22 {
  top: -22px !important;
}

.top-21 {
  top: -21px !important;
}

.top-20 {
  top: -20px !important;
}

.top-19 {
  top: -19px !important;
}

.top-18 {
  top: -18px !important;
}

.top-17 {
  top: -17px !important;
}

.top-16 {
  top: -16px !important;
}

.top-15 {
  top: -15px !important;
}

.top-14 {
  top: -14px !important;
}

.top-13 {
  top: -13px !important;
}

.top-12 {
  top: -12px !important;
}

.top-11 {
  top: -11px !important;
}

.top-10 {
  top: -10px !important;
}

.top-9 {
  top: -9px !important;
}

.top-8 {
  top: -8px !important;
}

.top-7 {
  top: -7px !important;
}

.top-6 {
  top: -6px !important;
}

.top-5 {
  top: -5px !important;
}

.top-4 {
  top: -4px !important;
}

.top-3 {
  top: -3px !important;
}

.top-2 {
  top: -2px !important;
}

.top-1 {
  top: -1px !important;
}

.top0 {
  top: 0px !important;
}

.top1 {
  top: 1px !important;
}

.top2 {
  top: 2px !important;
}

.top3 {
  top: 3px !important;
}

.top4 {
  top: 4px !important;
}

.top5 {
  top: 5px !important;
}

.top6 {
  top: 6px !important;
}

.top7 {
  top: 7px !important;
}

.top8 {
  top: 8px !important;
}

.top9 {
  top: 9px !important;
}

.top10 {
  top: 10px !important;
}

.top11 {
  top: 11px !important;
}

.top12 {
  top: 12px !important;
}

.top13 {
  top: 13px !important;
}

.top14 {
  top: 14px !important;
}

.top15 {
  top: 15px !important;
}

.top16 {
  top: 16px !important;
}

.top17 {
  top: 17px !important;
}

.top18 {
  top: 18px !important;
}

.top19 {
  top: 19px !important;
}

.top20 {
  top: 20px !important;
}

.top21 {
  top: 21px !important;
}

.top22 {
  top: 22px !important;
}

.top23 {
  top: 23px !important;
}

.top24 {
  top: 24px !important;
}

.top25 {
  top: 25px !important;
}

.top26 {
  top: 26px !important;
}

.top27 {
  top: 27px !important;
}

.top28 {
  top: 28px !important;
}

.top29 {
  top: 29px !important;
}

.top30 {
  top: 30px !important;
}

.top31 {
  top: 31px !important;
}

.top32 {
  top: 32px !important;
}

.top33 {
  top: 33px !important;
}

.top34 {
  top: 34px !important;
}

.top35 {
  top: 35px !important;
}

.top36 {
  top: 36px !important;
}

.top37 {
  top: 37px !important;
}

.top38 {
  top: 38px !important;
}

.top39 {
  top: 39px !important;
}

.top40 {
  top: 40px !important;
}

.top41 {
  top: 41px !important;
}

.top42 {
  top: 42px !important;
}

.top43 {
  top: 43px !important;
}

.top44 {
  top: 44px !important;
}

.top45 {
  top: 45px !important;
}

.top46 {
  top: 46px !important;
}

.top47 {
  top: 47px !important;
}

.top48 {
  top: 48px !important;
}

.top49 {
  top: 49px !important;
}

.top50 {
  top: 50px !important;
}

.top51 {
  top: 51px !important;
}

.top52 {
  top: 52px !important;
}

.top53 {
  top: 53px !important;
}

.top54 {
  top: 54px !important;
}

.top55 {
  top: 55px !important;
}

.top56 {
  top: 56px !important;
}

.top57 {
  top: 57px !important;
}

.top58 {
  top: 58px !important;
}

.top59 {
  top: 59px !important;
}

.top60 {
  top: 60px !important;
}

.top61 {
  top: 61px !important;
}

.top62 {
  top: 62px !important;
}

.top63 {
  top: 63px !important;
}

.top64 {
  top: 64px !important;
}

.top65 {
  top: 65px !important;
}

.top66 {
  top: 66px !important;
}

.top67 {
  top: 67px !important;
}

.top68 {
  top: 68px !important;
}

.top69 {
  top: 69px !important;
}

.top70 {
  top: 70px !important;
}

.top71 {
  top: 71px !important;
}

.top72 {
  top: 72px !important;
}

.top73 {
  top: 73px !important;
}

.top74 {
  top: 74px !important;
}

.top75 {
  top: 75px !important;
}

.top76 {
  top: 76px !important;
}

.top77 {
  top: 77px !important;
}

.top78 {
  top: 78px !important;
}

.top79 {
  top: 79px !important;
}

.top80 {
  top: 80px !important;
}

.top81 {
  top: 81px !important;
}

.top82 {
  top: 82px !important;
}

.top83 {
  top: 83px !important;
}

.top84 {
  top: 84px !important;
}

.top85 {
  top: 85px !important;
}

.top86 {
  top: 86px !important;
}

.top87 {
  top: 87px !important;
}

.top88 {
  top: 88px !important;
}

.top89 {
  top: 89px !important;
}

.top90 {
  top: 90px !important;
}

.top91 {
  top: 91px !important;
}

.top92 {
  top: 92px !important;
}

.top93 {
  top: 93px !important;
}

.top94 {
  top: 94px !important;
}

.top95 {
  top: 95px !important;
}

.top96 {
  top: 96px !important;
}

.top97 {
  top: 97px !important;
}

.top98 {
  top: 98px !important;
}

.top99 {
  top: 99px !important;
}

.top100 {
  top: 100px !important;
}

.top101 {
  top: 101px !important;
}

.top102 {
  top: 102px !important;
}

.top103 {
  top: 103px !important;
}

.top104 {
  top: 104px !important;
}

.top105 {
  top: 105px !important;
}

.top106 {
  top: 106px !important;
}

.top107 {
  top: 107px !important;
}

.top108 {
  top: 108px !important;
}

.top109 {
  top: 109px !important;
}

.top110 {
  top: 110px !important;
}

.top111 {
  top: 111px !important;
}

.top112 {
  top: 112px !important;
}

.top113 {
  top: 113px !important;
}

.top114 {
  top: 114px !important;
}

.top115 {
  top: 115px !important;
}

.top116 {
  top: 116px !important;
}

.top117 {
  top: 117px !important;
}

.top118 {
  top: 118px !important;
}

.top119 {
  top: 119px !important;
}

.top120 {
  top: 120px !important;
}

.top121 {
  top: 121px !important;
}

.top122 {
  top: 122px !important;
}

.top123 {
  top: 123px !important;
}

.top124 {
  top: 124px !important;
}

.top125 {
  top: 125px !important;
}

.top126 {
  top: 126px !important;
}

.top127 {
  top: 127px !important;
}

.top128 {
  top: 128px !important;
}

.top129 {
  top: 129px !important;
}

.top130 {
  top: 130px !important;
}

.top131 {
  top: 131px !important;
}

.top132 {
  top: 132px !important;
}

.top133 {
  top: 133px !important;
}

.top134 {
  top: 134px !important;
}

.top135 {
  top: 135px !important;
}

.top136 {
  top: 136px !important;
}

.top137 {
  top: 137px !important;
}

.top138 {
  top: 138px !important;
}

.top139 {
  top: 139px !important;
}

.top140 {
  top: 140px !important;
}

.top141 {
  top: 141px !important;
}

.top142 {
  top: 142px !important;
}

.top143 {
  top: 143px !important;
}

.top144 {
  top: 144px !important;
}

.top145 {
  top: 145px !important;
}

.top146 {
  top: 146px !important;
}

.top147 {
  top: 147px !important;
}

.top148 {
  top: 148px !important;
}

.top149 {
  top: 149px !important;
}

.top150 {
  top: 150px !important;
}

.top151 {
  top: 151px !important;
}

.top152 {
  top: 152px !important;
}

.top153 {
  top: 153px !important;
}

.top154 {
  top: 154px !important;
}

.top155 {
  top: 155px !important;
}

.top156 {
  top: 156px !important;
}

.top157 {
  top: 157px !important;
}

.top158 {
  top: 158px !important;
}

.top159 {
  top: 159px !important;
}

.top160 {
  top: 160px !important;
}

.top161 {
  top: 161px !important;
}

.top162 {
  top: 162px !important;
}

.top163 {
  top: 163px !important;
}

.top164 {
  top: 164px !important;
}

.top165 {
  top: 165px !important;
}

.top166 {
  top: 166px !important;
}

.top167 {
  top: 167px !important;
}

.top168 {
  top: 168px !important;
}

.top169 {
  top: 169px !important;
}

.top170 {
  top: 170px !important;
}

.top171 {
  top: 171px !important;
}

.top172 {
  top: 172px !important;
}

.top173 {
  top: 173px !important;
}

.top174 {
  top: 174px !important;
}

.top175 {
  top: 175px !important;
}

.top176 {
  top: 176px !important;
}

.top177 {
  top: 177px !important;
}

.top178 {
  top: 178px !important;
}

.top179 {
  top: 179px !important;
}

.top180 {
  top: 180px !important;
}

.top181 {
  top: 181px !important;
}

.top182 {
  top: 182px !important;
}

.top183 {
  top: 183px !important;
}

.top184 {
  top: 184px !important;
}

.top185 {
  top: 185px !important;
}

.top186 {
  top: 186px !important;
}

.top187 {
  top: 187px !important;
}

.top188 {
  top: 188px !important;
}

.top189 {
  top: 189px !important;
}

.top190 {
  top: 190px !important;
}

.top191 {
  top: 191px !important;
}

.top192 {
  top: 192px !important;
}

.top193 {
  top: 193px !important;
}

.top194 {
  top: 194px !important;
}

.top195 {
  top: 195px !important;
}

.top196 {
  top: 196px !important;
}

.top197 {
  top: 197px !important;
}

.top198 {
  top: 198px !important;
}

.top199 {
  top: 199px !important;
}

.top200 {
  top: 200px !important;
}

@media (min-width: 576px) {
  .top-sm-200 {
    top: -200px !important;
  }

  .top-sm-199 {
    top: -199px !important;
  }

  .top-sm-198 {
    top: -198px !important;
  }

  .top-sm-197 {
    top: -197px !important;
  }

  .top-sm-196 {
    top: -196px !important;
  }

  .top-sm-195 {
    top: -195px !important;
  }

  .top-sm-194 {
    top: -194px !important;
  }

  .top-sm-193 {
    top: -193px !important;
  }

  .top-sm-192 {
    top: -192px !important;
  }

  .top-sm-191 {
    top: -191px !important;
  }

  .top-sm-190 {
    top: -190px !important;
  }

  .top-sm-189 {
    top: -189px !important;
  }

  .top-sm-188 {
    top: -188px !important;
  }

  .top-sm-187 {
    top: -187px !important;
  }

  .top-sm-186 {
    top: -186px !important;
  }

  .top-sm-185 {
    top: -185px !important;
  }

  .top-sm-184 {
    top: -184px !important;
  }

  .top-sm-183 {
    top: -183px !important;
  }

  .top-sm-182 {
    top: -182px !important;
  }

  .top-sm-181 {
    top: -181px !important;
  }

  .top-sm-180 {
    top: -180px !important;
  }

  .top-sm-179 {
    top: -179px !important;
  }

  .top-sm-178 {
    top: -178px !important;
  }

  .top-sm-177 {
    top: -177px !important;
  }

  .top-sm-176 {
    top: -176px !important;
  }

  .top-sm-175 {
    top: -175px !important;
  }

  .top-sm-174 {
    top: -174px !important;
  }

  .top-sm-173 {
    top: -173px !important;
  }

  .top-sm-172 {
    top: -172px !important;
  }

  .top-sm-171 {
    top: -171px !important;
  }

  .top-sm-170 {
    top: -170px !important;
  }

  .top-sm-169 {
    top: -169px !important;
  }

  .top-sm-168 {
    top: -168px !important;
  }

  .top-sm-167 {
    top: -167px !important;
  }

  .top-sm-166 {
    top: -166px !important;
  }

  .top-sm-165 {
    top: -165px !important;
  }

  .top-sm-164 {
    top: -164px !important;
  }

  .top-sm-163 {
    top: -163px !important;
  }

  .top-sm-162 {
    top: -162px !important;
  }

  .top-sm-161 {
    top: -161px !important;
  }

  .top-sm-160 {
    top: -160px !important;
  }

  .top-sm-159 {
    top: -159px !important;
  }

  .top-sm-158 {
    top: -158px !important;
  }

  .top-sm-157 {
    top: -157px !important;
  }

  .top-sm-156 {
    top: -156px !important;
  }

  .top-sm-155 {
    top: -155px !important;
  }

  .top-sm-154 {
    top: -154px !important;
  }

  .top-sm-153 {
    top: -153px !important;
  }

  .top-sm-152 {
    top: -152px !important;
  }

  .top-sm-151 {
    top: -151px !important;
  }

  .top-sm-150 {
    top: -150px !important;
  }

  .top-sm-149 {
    top: -149px !important;
  }

  .top-sm-148 {
    top: -148px !important;
  }

  .top-sm-147 {
    top: -147px !important;
  }

  .top-sm-146 {
    top: -146px !important;
  }

  .top-sm-145 {
    top: -145px !important;
  }

  .top-sm-144 {
    top: -144px !important;
  }

  .top-sm-143 {
    top: -143px !important;
  }

  .top-sm-142 {
    top: -142px !important;
  }

  .top-sm-141 {
    top: -141px !important;
  }

  .top-sm-140 {
    top: -140px !important;
  }

  .top-sm-139 {
    top: -139px !important;
  }

  .top-sm-138 {
    top: -138px !important;
  }

  .top-sm-137 {
    top: -137px !important;
  }

  .top-sm-136 {
    top: -136px !important;
  }

  .top-sm-135 {
    top: -135px !important;
  }

  .top-sm-134 {
    top: -134px !important;
  }

  .top-sm-133 {
    top: -133px !important;
  }

  .top-sm-132 {
    top: -132px !important;
  }

  .top-sm-131 {
    top: -131px !important;
  }

  .top-sm-130 {
    top: -130px !important;
  }

  .top-sm-129 {
    top: -129px !important;
  }

  .top-sm-128 {
    top: -128px !important;
  }

  .top-sm-127 {
    top: -127px !important;
  }

  .top-sm-126 {
    top: -126px !important;
  }

  .top-sm-125 {
    top: -125px !important;
  }

  .top-sm-124 {
    top: -124px !important;
  }

  .top-sm-123 {
    top: -123px !important;
  }

  .top-sm-122 {
    top: -122px !important;
  }

  .top-sm-121 {
    top: -121px !important;
  }

  .top-sm-120 {
    top: -120px !important;
  }

  .top-sm-119 {
    top: -119px !important;
  }

  .top-sm-118 {
    top: -118px !important;
  }

  .top-sm-117 {
    top: -117px !important;
  }

  .top-sm-116 {
    top: -116px !important;
  }

  .top-sm-115 {
    top: -115px !important;
  }

  .top-sm-114 {
    top: -114px !important;
  }

  .top-sm-113 {
    top: -113px !important;
  }

  .top-sm-112 {
    top: -112px !important;
  }

  .top-sm-111 {
    top: -111px !important;
  }

  .top-sm-110 {
    top: -110px !important;
  }

  .top-sm-109 {
    top: -109px !important;
  }

  .top-sm-108 {
    top: -108px !important;
  }

  .top-sm-107 {
    top: -107px !important;
  }

  .top-sm-106 {
    top: -106px !important;
  }

  .top-sm-105 {
    top: -105px !important;
  }

  .top-sm-104 {
    top: -104px !important;
  }

  .top-sm-103 {
    top: -103px !important;
  }

  .top-sm-102 {
    top: -102px !important;
  }

  .top-sm-101 {
    top: -101px !important;
  }

  .top-sm-100 {
    top: -100px !important;
  }

  .top-sm-99 {
    top: -99px !important;
  }

  .top-sm-98 {
    top: -98px !important;
  }

  .top-sm-97 {
    top: -97px !important;
  }

  .top-sm-96 {
    top: -96px !important;
  }

  .top-sm-95 {
    top: -95px !important;
  }

  .top-sm-94 {
    top: -94px !important;
  }

  .top-sm-93 {
    top: -93px !important;
  }

  .top-sm-92 {
    top: -92px !important;
  }

  .top-sm-91 {
    top: -91px !important;
  }

  .top-sm-90 {
    top: -90px !important;
  }

  .top-sm-89 {
    top: -89px !important;
  }

  .top-sm-88 {
    top: -88px !important;
  }

  .top-sm-87 {
    top: -87px !important;
  }

  .top-sm-86 {
    top: -86px !important;
  }

  .top-sm-85 {
    top: -85px !important;
  }

  .top-sm-84 {
    top: -84px !important;
  }

  .top-sm-83 {
    top: -83px !important;
  }

  .top-sm-82 {
    top: -82px !important;
  }

  .top-sm-81 {
    top: -81px !important;
  }

  .top-sm-80 {
    top: -80px !important;
  }

  .top-sm-79 {
    top: -79px !important;
  }

  .top-sm-78 {
    top: -78px !important;
  }

  .top-sm-77 {
    top: -77px !important;
  }

  .top-sm-76 {
    top: -76px !important;
  }

  .top-sm-75 {
    top: -75px !important;
  }

  .top-sm-74 {
    top: -74px !important;
  }

  .top-sm-73 {
    top: -73px !important;
  }

  .top-sm-72 {
    top: -72px !important;
  }

  .top-sm-71 {
    top: -71px !important;
  }

  .top-sm-70 {
    top: -70px !important;
  }

  .top-sm-69 {
    top: -69px !important;
  }

  .top-sm-68 {
    top: -68px !important;
  }

  .top-sm-67 {
    top: -67px !important;
  }

  .top-sm-66 {
    top: -66px !important;
  }

  .top-sm-65 {
    top: -65px !important;
  }

  .top-sm-64 {
    top: -64px !important;
  }

  .top-sm-63 {
    top: -63px !important;
  }

  .top-sm-62 {
    top: -62px !important;
  }

  .top-sm-61 {
    top: -61px !important;
  }

  .top-sm-60 {
    top: -60px !important;
  }

  .top-sm-59 {
    top: -59px !important;
  }

  .top-sm-58 {
    top: -58px !important;
  }

  .top-sm-57 {
    top: -57px !important;
  }

  .top-sm-56 {
    top: -56px !important;
  }

  .top-sm-55 {
    top: -55px !important;
  }

  .top-sm-54 {
    top: -54px !important;
  }

  .top-sm-53 {
    top: -53px !important;
  }

  .top-sm-52 {
    top: -52px !important;
  }

  .top-sm-51 {
    top: -51px !important;
  }

  .top-sm-50 {
    top: -50px !important;
  }

  .top-sm-49 {
    top: -49px !important;
  }

  .top-sm-48 {
    top: -48px !important;
  }

  .top-sm-47 {
    top: -47px !important;
  }

  .top-sm-46 {
    top: -46px !important;
  }

  .top-sm-45 {
    top: -45px !important;
  }

  .top-sm-44 {
    top: -44px !important;
  }

  .top-sm-43 {
    top: -43px !important;
  }

  .top-sm-42 {
    top: -42px !important;
  }

  .top-sm-41 {
    top: -41px !important;
  }

  .top-sm-40 {
    top: -40px !important;
  }

  .top-sm-39 {
    top: -39px !important;
  }

  .top-sm-38 {
    top: -38px !important;
  }

  .top-sm-37 {
    top: -37px !important;
  }

  .top-sm-36 {
    top: -36px !important;
  }

  .top-sm-35 {
    top: -35px !important;
  }

  .top-sm-34 {
    top: -34px !important;
  }

  .top-sm-33 {
    top: -33px !important;
  }

  .top-sm-32 {
    top: -32px !important;
  }

  .top-sm-31 {
    top: -31px !important;
  }

  .top-sm-30 {
    top: -30px !important;
  }

  .top-sm-29 {
    top: -29px !important;
  }

  .top-sm-28 {
    top: -28px !important;
  }

  .top-sm-27 {
    top: -27px !important;
  }

  .top-sm-26 {
    top: -26px !important;
  }

  .top-sm-25 {
    top: -25px !important;
  }

  .top-sm-24 {
    top: -24px !important;
  }

  .top-sm-23 {
    top: -23px !important;
  }

  .top-sm-22 {
    top: -22px !important;
  }

  .top-sm-21 {
    top: -21px !important;
  }

  .top-sm-20 {
    top: -20px !important;
  }

  .top-sm-19 {
    top: -19px !important;
  }

  .top-sm-18 {
    top: -18px !important;
  }

  .top-sm-17 {
    top: -17px !important;
  }

  .top-sm-16 {
    top: -16px !important;
  }

  .top-sm-15 {
    top: -15px !important;
  }

  .top-sm-14 {
    top: -14px !important;
  }

  .top-sm-13 {
    top: -13px !important;
  }

  .top-sm-12 {
    top: -12px !important;
  }

  .top-sm-11 {
    top: -11px !important;
  }

  .top-sm-10 {
    top: -10px !important;
  }

  .top-sm-9 {
    top: -9px !important;
  }

  .top-sm-8 {
    top: -8px !important;
  }

  .top-sm-7 {
    top: -7px !important;
  }

  .top-sm-6 {
    top: -6px !important;
  }

  .top-sm-5 {
    top: -5px !important;
  }

  .top-sm-4 {
    top: -4px !important;
  }

  .top-sm-3 {
    top: -3px !important;
  }

  .top-sm-2 {
    top: -2px !important;
  }

  .top-sm-1 {
    top: -1px !important;
  }

  .top-sm0 {
    top: 0px !important;
  }

  .top-sm1 {
    top: 1px !important;
  }

  .top-sm2 {
    top: 2px !important;
  }

  .top-sm3 {
    top: 3px !important;
  }

  .top-sm4 {
    top: 4px !important;
  }

  .top-sm5 {
    top: 5px !important;
  }

  .top-sm6 {
    top: 6px !important;
  }

  .top-sm7 {
    top: 7px !important;
  }

  .top-sm8 {
    top: 8px !important;
  }

  .top-sm9 {
    top: 9px !important;
  }

  .top-sm10 {
    top: 10px !important;
  }

  .top-sm11 {
    top: 11px !important;
  }

  .top-sm12 {
    top: 12px !important;
  }

  .top-sm13 {
    top: 13px !important;
  }

  .top-sm14 {
    top: 14px !important;
  }

  .top-sm15 {
    top: 15px !important;
  }

  .top-sm16 {
    top: 16px !important;
  }

  .top-sm17 {
    top: 17px !important;
  }

  .top-sm18 {
    top: 18px !important;
  }

  .top-sm19 {
    top: 19px !important;
  }

  .top-sm20 {
    top: 20px !important;
  }

  .top-sm21 {
    top: 21px !important;
  }

  .top-sm22 {
    top: 22px !important;
  }

  .top-sm23 {
    top: 23px !important;
  }

  .top-sm24 {
    top: 24px !important;
  }

  .top-sm25 {
    top: 25px !important;
  }

  .top-sm26 {
    top: 26px !important;
  }

  .top-sm27 {
    top: 27px !important;
  }

  .top-sm28 {
    top: 28px !important;
  }

  .top-sm29 {
    top: 29px !important;
  }

  .top-sm30 {
    top: 30px !important;
  }

  .top-sm31 {
    top: 31px !important;
  }

  .top-sm32 {
    top: 32px !important;
  }

  .top-sm33 {
    top: 33px !important;
  }

  .top-sm34 {
    top: 34px !important;
  }

  .top-sm35 {
    top: 35px !important;
  }

  .top-sm36 {
    top: 36px !important;
  }

  .top-sm37 {
    top: 37px !important;
  }

  .top-sm38 {
    top: 38px !important;
  }

  .top-sm39 {
    top: 39px !important;
  }

  .top-sm40 {
    top: 40px !important;
  }

  .top-sm41 {
    top: 41px !important;
  }

  .top-sm42 {
    top: 42px !important;
  }

  .top-sm43 {
    top: 43px !important;
  }

  .top-sm44 {
    top: 44px !important;
  }

  .top-sm45 {
    top: 45px !important;
  }

  .top-sm46 {
    top: 46px !important;
  }

  .top-sm47 {
    top: 47px !important;
  }

  .top-sm48 {
    top: 48px !important;
  }

  .top-sm49 {
    top: 49px !important;
  }

  .top-sm50 {
    top: 50px !important;
  }

  .top-sm51 {
    top: 51px !important;
  }

  .top-sm52 {
    top: 52px !important;
  }

  .top-sm53 {
    top: 53px !important;
  }

  .top-sm54 {
    top: 54px !important;
  }

  .top-sm55 {
    top: 55px !important;
  }

  .top-sm56 {
    top: 56px !important;
  }

  .top-sm57 {
    top: 57px !important;
  }

  .top-sm58 {
    top: 58px !important;
  }

  .top-sm59 {
    top: 59px !important;
  }

  .top-sm60 {
    top: 60px !important;
  }

  .top-sm61 {
    top: 61px !important;
  }

  .top-sm62 {
    top: 62px !important;
  }

  .top-sm63 {
    top: 63px !important;
  }

  .top-sm64 {
    top: 64px !important;
  }

  .top-sm65 {
    top: 65px !important;
  }

  .top-sm66 {
    top: 66px !important;
  }

  .top-sm67 {
    top: 67px !important;
  }

  .top-sm68 {
    top: 68px !important;
  }

  .top-sm69 {
    top: 69px !important;
  }

  .top-sm70 {
    top: 70px !important;
  }

  .top-sm71 {
    top: 71px !important;
  }

  .top-sm72 {
    top: 72px !important;
  }

  .top-sm73 {
    top: 73px !important;
  }

  .top-sm74 {
    top: 74px !important;
  }

  .top-sm75 {
    top: 75px !important;
  }

  .top-sm76 {
    top: 76px !important;
  }

  .top-sm77 {
    top: 77px !important;
  }

  .top-sm78 {
    top: 78px !important;
  }

  .top-sm79 {
    top: 79px !important;
  }

  .top-sm80 {
    top: 80px !important;
  }

  .top-sm81 {
    top: 81px !important;
  }

  .top-sm82 {
    top: 82px !important;
  }

  .top-sm83 {
    top: 83px !important;
  }

  .top-sm84 {
    top: 84px !important;
  }

  .top-sm85 {
    top: 85px !important;
  }

  .top-sm86 {
    top: 86px !important;
  }

  .top-sm87 {
    top: 87px !important;
  }

  .top-sm88 {
    top: 88px !important;
  }

  .top-sm89 {
    top: 89px !important;
  }

  .top-sm90 {
    top: 90px !important;
  }

  .top-sm91 {
    top: 91px !important;
  }

  .top-sm92 {
    top: 92px !important;
  }

  .top-sm93 {
    top: 93px !important;
  }

  .top-sm94 {
    top: 94px !important;
  }

  .top-sm95 {
    top: 95px !important;
  }

  .top-sm96 {
    top: 96px !important;
  }

  .top-sm97 {
    top: 97px !important;
  }

  .top-sm98 {
    top: 98px !important;
  }

  .top-sm99 {
    top: 99px !important;
  }

  .top-sm100 {
    top: 100px !important;
  }

  .top-sm101 {
    top: 101px !important;
  }

  .top-sm102 {
    top: 102px !important;
  }

  .top-sm103 {
    top: 103px !important;
  }

  .top-sm104 {
    top: 104px !important;
  }

  .top-sm105 {
    top: 105px !important;
  }

  .top-sm106 {
    top: 106px !important;
  }

  .top-sm107 {
    top: 107px !important;
  }

  .top-sm108 {
    top: 108px !important;
  }

  .top-sm109 {
    top: 109px !important;
  }

  .top-sm110 {
    top: 110px !important;
  }

  .top-sm111 {
    top: 111px !important;
  }

  .top-sm112 {
    top: 112px !important;
  }

  .top-sm113 {
    top: 113px !important;
  }

  .top-sm114 {
    top: 114px !important;
  }

  .top-sm115 {
    top: 115px !important;
  }

  .top-sm116 {
    top: 116px !important;
  }

  .top-sm117 {
    top: 117px !important;
  }

  .top-sm118 {
    top: 118px !important;
  }

  .top-sm119 {
    top: 119px !important;
  }

  .top-sm120 {
    top: 120px !important;
  }

  .top-sm121 {
    top: 121px !important;
  }

  .top-sm122 {
    top: 122px !important;
  }

  .top-sm123 {
    top: 123px !important;
  }

  .top-sm124 {
    top: 124px !important;
  }

  .top-sm125 {
    top: 125px !important;
  }

  .top-sm126 {
    top: 126px !important;
  }

  .top-sm127 {
    top: 127px !important;
  }

  .top-sm128 {
    top: 128px !important;
  }

  .top-sm129 {
    top: 129px !important;
  }

  .top-sm130 {
    top: 130px !important;
  }

  .top-sm131 {
    top: 131px !important;
  }

  .top-sm132 {
    top: 132px !important;
  }

  .top-sm133 {
    top: 133px !important;
  }

  .top-sm134 {
    top: 134px !important;
  }

  .top-sm135 {
    top: 135px !important;
  }

  .top-sm136 {
    top: 136px !important;
  }

  .top-sm137 {
    top: 137px !important;
  }

  .top-sm138 {
    top: 138px !important;
  }

  .top-sm139 {
    top: 139px !important;
  }

  .top-sm140 {
    top: 140px !important;
  }

  .top-sm141 {
    top: 141px !important;
  }

  .top-sm142 {
    top: 142px !important;
  }

  .top-sm143 {
    top: 143px !important;
  }

  .top-sm144 {
    top: 144px !important;
  }

  .top-sm145 {
    top: 145px !important;
  }

  .top-sm146 {
    top: 146px !important;
  }

  .top-sm147 {
    top: 147px !important;
  }

  .top-sm148 {
    top: 148px !important;
  }

  .top-sm149 {
    top: 149px !important;
  }

  .top-sm150 {
    top: 150px !important;
  }

  .top-sm151 {
    top: 151px !important;
  }

  .top-sm152 {
    top: 152px !important;
  }

  .top-sm153 {
    top: 153px !important;
  }

  .top-sm154 {
    top: 154px !important;
  }

  .top-sm155 {
    top: 155px !important;
  }

  .top-sm156 {
    top: 156px !important;
  }

  .top-sm157 {
    top: 157px !important;
  }

  .top-sm158 {
    top: 158px !important;
  }

  .top-sm159 {
    top: 159px !important;
  }

  .top-sm160 {
    top: 160px !important;
  }

  .top-sm161 {
    top: 161px !important;
  }

  .top-sm162 {
    top: 162px !important;
  }

  .top-sm163 {
    top: 163px !important;
  }

  .top-sm164 {
    top: 164px !important;
  }

  .top-sm165 {
    top: 165px !important;
  }

  .top-sm166 {
    top: 166px !important;
  }

  .top-sm167 {
    top: 167px !important;
  }

  .top-sm168 {
    top: 168px !important;
  }

  .top-sm169 {
    top: 169px !important;
  }

  .top-sm170 {
    top: 170px !important;
  }

  .top-sm171 {
    top: 171px !important;
  }

  .top-sm172 {
    top: 172px !important;
  }

  .top-sm173 {
    top: 173px !important;
  }

  .top-sm174 {
    top: 174px !important;
  }

  .top-sm175 {
    top: 175px !important;
  }

  .top-sm176 {
    top: 176px !important;
  }

  .top-sm177 {
    top: 177px !important;
  }

  .top-sm178 {
    top: 178px !important;
  }

  .top-sm179 {
    top: 179px !important;
  }

  .top-sm180 {
    top: 180px !important;
  }

  .top-sm181 {
    top: 181px !important;
  }

  .top-sm182 {
    top: 182px !important;
  }

  .top-sm183 {
    top: 183px !important;
  }

  .top-sm184 {
    top: 184px !important;
  }

  .top-sm185 {
    top: 185px !important;
  }

  .top-sm186 {
    top: 186px !important;
  }

  .top-sm187 {
    top: 187px !important;
  }

  .top-sm188 {
    top: 188px !important;
  }

  .top-sm189 {
    top: 189px !important;
  }

  .top-sm190 {
    top: 190px !important;
  }

  .top-sm191 {
    top: 191px !important;
  }

  .top-sm192 {
    top: 192px !important;
  }

  .top-sm193 {
    top: 193px !important;
  }

  .top-sm194 {
    top: 194px !important;
  }

  .top-sm195 {
    top: 195px !important;
  }

  .top-sm196 {
    top: 196px !important;
  }

  .top-sm197 {
    top: 197px !important;
  }

  .top-sm198 {
    top: 198px !important;
  }

  .top-sm199 {
    top: 199px !important;
  }

  .top-sm200 {
    top: 200px !important;
  }
}
@media (min-width: 768px) {
  .top-md-200 {
    top: -200px !important;
  }

  .top-md-199 {
    top: -199px !important;
  }

  .top-md-198 {
    top: -198px !important;
  }

  .top-md-197 {
    top: -197px !important;
  }

  .top-md-196 {
    top: -196px !important;
  }

  .top-md-195 {
    top: -195px !important;
  }

  .top-md-194 {
    top: -194px !important;
  }

  .top-md-193 {
    top: -193px !important;
  }

  .top-md-192 {
    top: -192px !important;
  }

  .top-md-191 {
    top: -191px !important;
  }

  .top-md-190 {
    top: -190px !important;
  }

  .top-md-189 {
    top: -189px !important;
  }

  .top-md-188 {
    top: -188px !important;
  }

  .top-md-187 {
    top: -187px !important;
  }

  .top-md-186 {
    top: -186px !important;
  }

  .top-md-185 {
    top: -185px !important;
  }

  .top-md-184 {
    top: -184px !important;
  }

  .top-md-183 {
    top: -183px !important;
  }

  .top-md-182 {
    top: -182px !important;
  }

  .top-md-181 {
    top: -181px !important;
  }

  .top-md-180 {
    top: -180px !important;
  }

  .top-md-179 {
    top: -179px !important;
  }

  .top-md-178 {
    top: -178px !important;
  }

  .top-md-177 {
    top: -177px !important;
  }

  .top-md-176 {
    top: -176px !important;
  }

  .top-md-175 {
    top: -175px !important;
  }

  .top-md-174 {
    top: -174px !important;
  }

  .top-md-173 {
    top: -173px !important;
  }

  .top-md-172 {
    top: -172px !important;
  }

  .top-md-171 {
    top: -171px !important;
  }

  .top-md-170 {
    top: -170px !important;
  }

  .top-md-169 {
    top: -169px !important;
  }

  .top-md-168 {
    top: -168px !important;
  }

  .top-md-167 {
    top: -167px !important;
  }

  .top-md-166 {
    top: -166px !important;
  }

  .top-md-165 {
    top: -165px !important;
  }

  .top-md-164 {
    top: -164px !important;
  }

  .top-md-163 {
    top: -163px !important;
  }

  .top-md-162 {
    top: -162px !important;
  }

  .top-md-161 {
    top: -161px !important;
  }

  .top-md-160 {
    top: -160px !important;
  }

  .top-md-159 {
    top: -159px !important;
  }

  .top-md-158 {
    top: -158px !important;
  }

  .top-md-157 {
    top: -157px !important;
  }

  .top-md-156 {
    top: -156px !important;
  }

  .top-md-155 {
    top: -155px !important;
  }

  .top-md-154 {
    top: -154px !important;
  }

  .top-md-153 {
    top: -153px !important;
  }

  .top-md-152 {
    top: -152px !important;
  }

  .top-md-151 {
    top: -151px !important;
  }

  .top-md-150 {
    top: -150px !important;
  }

  .top-md-149 {
    top: -149px !important;
  }

  .top-md-148 {
    top: -148px !important;
  }

  .top-md-147 {
    top: -147px !important;
  }

  .top-md-146 {
    top: -146px !important;
  }

  .top-md-145 {
    top: -145px !important;
  }

  .top-md-144 {
    top: -144px !important;
  }

  .top-md-143 {
    top: -143px !important;
  }

  .top-md-142 {
    top: -142px !important;
  }

  .top-md-141 {
    top: -141px !important;
  }

  .top-md-140 {
    top: -140px !important;
  }

  .top-md-139 {
    top: -139px !important;
  }

  .top-md-138 {
    top: -138px !important;
  }

  .top-md-137 {
    top: -137px !important;
  }

  .top-md-136 {
    top: -136px !important;
  }

  .top-md-135 {
    top: -135px !important;
  }

  .top-md-134 {
    top: -134px !important;
  }

  .top-md-133 {
    top: -133px !important;
  }

  .top-md-132 {
    top: -132px !important;
  }

  .top-md-131 {
    top: -131px !important;
  }

  .top-md-130 {
    top: -130px !important;
  }

  .top-md-129 {
    top: -129px !important;
  }

  .top-md-128 {
    top: -128px !important;
  }

  .top-md-127 {
    top: -127px !important;
  }

  .top-md-126 {
    top: -126px !important;
  }

  .top-md-125 {
    top: -125px !important;
  }

  .top-md-124 {
    top: -124px !important;
  }

  .top-md-123 {
    top: -123px !important;
  }

  .top-md-122 {
    top: -122px !important;
  }

  .top-md-121 {
    top: -121px !important;
  }

  .top-md-120 {
    top: -120px !important;
  }

  .top-md-119 {
    top: -119px !important;
  }

  .top-md-118 {
    top: -118px !important;
  }

  .top-md-117 {
    top: -117px !important;
  }

  .top-md-116 {
    top: -116px !important;
  }

  .top-md-115 {
    top: -115px !important;
  }

  .top-md-114 {
    top: -114px !important;
  }

  .top-md-113 {
    top: -113px !important;
  }

  .top-md-112 {
    top: -112px !important;
  }

  .top-md-111 {
    top: -111px !important;
  }

  .top-md-110 {
    top: -110px !important;
  }

  .top-md-109 {
    top: -109px !important;
  }

  .top-md-108 {
    top: -108px !important;
  }

  .top-md-107 {
    top: -107px !important;
  }

  .top-md-106 {
    top: -106px !important;
  }

  .top-md-105 {
    top: -105px !important;
  }

  .top-md-104 {
    top: -104px !important;
  }

  .top-md-103 {
    top: -103px !important;
  }

  .top-md-102 {
    top: -102px !important;
  }

  .top-md-101 {
    top: -101px !important;
  }

  .top-md-100 {
    top: -100px !important;
  }

  .top-md-99 {
    top: -99px !important;
  }

  .top-md-98 {
    top: -98px !important;
  }

  .top-md-97 {
    top: -97px !important;
  }

  .top-md-96 {
    top: -96px !important;
  }

  .top-md-95 {
    top: -95px !important;
  }

  .top-md-94 {
    top: -94px !important;
  }

  .top-md-93 {
    top: -93px !important;
  }

  .top-md-92 {
    top: -92px !important;
  }

  .top-md-91 {
    top: -91px !important;
  }

  .top-md-90 {
    top: -90px !important;
  }

  .top-md-89 {
    top: -89px !important;
  }

  .top-md-88 {
    top: -88px !important;
  }

  .top-md-87 {
    top: -87px !important;
  }

  .top-md-86 {
    top: -86px !important;
  }

  .top-md-85 {
    top: -85px !important;
  }

  .top-md-84 {
    top: -84px !important;
  }

  .top-md-83 {
    top: -83px !important;
  }

  .top-md-82 {
    top: -82px !important;
  }

  .top-md-81 {
    top: -81px !important;
  }

  .top-md-80 {
    top: -80px !important;
  }

  .top-md-79 {
    top: -79px !important;
  }

  .top-md-78 {
    top: -78px !important;
  }

  .top-md-77 {
    top: -77px !important;
  }

  .top-md-76 {
    top: -76px !important;
  }

  .top-md-75 {
    top: -75px !important;
  }

  .top-md-74 {
    top: -74px !important;
  }

  .top-md-73 {
    top: -73px !important;
  }

  .top-md-72 {
    top: -72px !important;
  }

  .top-md-71 {
    top: -71px !important;
  }

  .top-md-70 {
    top: -70px !important;
  }

  .top-md-69 {
    top: -69px !important;
  }

  .top-md-68 {
    top: -68px !important;
  }

  .top-md-67 {
    top: -67px !important;
  }

  .top-md-66 {
    top: -66px !important;
  }

  .top-md-65 {
    top: -65px !important;
  }

  .top-md-64 {
    top: -64px !important;
  }

  .top-md-63 {
    top: -63px !important;
  }

  .top-md-62 {
    top: -62px !important;
  }

  .top-md-61 {
    top: -61px !important;
  }

  .top-md-60 {
    top: -60px !important;
  }

  .top-md-59 {
    top: -59px !important;
  }

  .top-md-58 {
    top: -58px !important;
  }

  .top-md-57 {
    top: -57px !important;
  }

  .top-md-56 {
    top: -56px !important;
  }

  .top-md-55 {
    top: -55px !important;
  }

  .top-md-54 {
    top: -54px !important;
  }

  .top-md-53 {
    top: -53px !important;
  }

  .top-md-52 {
    top: -52px !important;
  }

  .top-md-51 {
    top: -51px !important;
  }

  .top-md-50 {
    top: -50px !important;
  }

  .top-md-49 {
    top: -49px !important;
  }

  .top-md-48 {
    top: -48px !important;
  }

  .top-md-47 {
    top: -47px !important;
  }

  .top-md-46 {
    top: -46px !important;
  }

  .top-md-45 {
    top: -45px !important;
  }

  .top-md-44 {
    top: -44px !important;
  }

  .top-md-43 {
    top: -43px !important;
  }

  .top-md-42 {
    top: -42px !important;
  }

  .top-md-41 {
    top: -41px !important;
  }

  .top-md-40 {
    top: -40px !important;
  }

  .top-md-39 {
    top: -39px !important;
  }

  .top-md-38 {
    top: -38px !important;
  }

  .top-md-37 {
    top: -37px !important;
  }

  .top-md-36 {
    top: -36px !important;
  }

  .top-md-35 {
    top: -35px !important;
  }

  .top-md-34 {
    top: -34px !important;
  }

  .top-md-33 {
    top: -33px !important;
  }

  .top-md-32 {
    top: -32px !important;
  }

  .top-md-31 {
    top: -31px !important;
  }

  .top-md-30 {
    top: -30px !important;
  }

  .top-md-29 {
    top: -29px !important;
  }

  .top-md-28 {
    top: -28px !important;
  }

  .top-md-27 {
    top: -27px !important;
  }

  .top-md-26 {
    top: -26px !important;
  }

  .top-md-25 {
    top: -25px !important;
  }

  .top-md-24 {
    top: -24px !important;
  }

  .top-md-23 {
    top: -23px !important;
  }

  .top-md-22 {
    top: -22px !important;
  }

  .top-md-21 {
    top: -21px !important;
  }

  .top-md-20 {
    top: -20px !important;
  }

  .top-md-19 {
    top: -19px !important;
  }

  .top-md-18 {
    top: -18px !important;
  }

  .top-md-17 {
    top: -17px !important;
  }

  .top-md-16 {
    top: -16px !important;
  }

  .top-md-15 {
    top: -15px !important;
  }

  .top-md-14 {
    top: -14px !important;
  }

  .top-md-13 {
    top: -13px !important;
  }

  .top-md-12 {
    top: -12px !important;
  }

  .top-md-11 {
    top: -11px !important;
  }

  .top-md-10 {
    top: -10px !important;
  }

  .top-md-9 {
    top: -9px !important;
  }

  .top-md-8 {
    top: -8px !important;
  }

  .top-md-7 {
    top: -7px !important;
  }

  .top-md-6 {
    top: -6px !important;
  }

  .top-md-5 {
    top: -5px !important;
  }

  .top-md-4 {
    top: -4px !important;
  }

  .top-md-3 {
    top: -3px !important;
  }

  .top-md-2 {
    top: -2px !important;
  }

  .top-md-1 {
    top: -1px !important;
  }

  .top-md0 {
    top: 0px !important;
  }

  .top-md1 {
    top: 1px !important;
  }

  .top-md2 {
    top: 2px !important;
  }

  .top-md3 {
    top: 3px !important;
  }

  .top-md4 {
    top: 4px !important;
  }

  .top-md5 {
    top: 5px !important;
  }

  .top-md6 {
    top: 6px !important;
  }

  .top-md7 {
    top: 7px !important;
  }

  .top-md8 {
    top: 8px !important;
  }

  .top-md9 {
    top: 9px !important;
  }

  .top-md10 {
    top: 10px !important;
  }

  .top-md11 {
    top: 11px !important;
  }

  .top-md12 {
    top: 12px !important;
  }

  .top-md13 {
    top: 13px !important;
  }

  .top-md14 {
    top: 14px !important;
  }

  .top-md15 {
    top: 15px !important;
  }

  .top-md16 {
    top: 16px !important;
  }

  .top-md17 {
    top: 17px !important;
  }

  .top-md18 {
    top: 18px !important;
  }

  .top-md19 {
    top: 19px !important;
  }

  .top-md20 {
    top: 20px !important;
  }

  .top-md21 {
    top: 21px !important;
  }

  .top-md22 {
    top: 22px !important;
  }

  .top-md23 {
    top: 23px !important;
  }

  .top-md24 {
    top: 24px !important;
  }

  .top-md25 {
    top: 25px !important;
  }

  .top-md26 {
    top: 26px !important;
  }

  .top-md27 {
    top: 27px !important;
  }

  .top-md28 {
    top: 28px !important;
  }

  .top-md29 {
    top: 29px !important;
  }

  .top-md30 {
    top: 30px !important;
  }

  .top-md31 {
    top: 31px !important;
  }

  .top-md32 {
    top: 32px !important;
  }

  .top-md33 {
    top: 33px !important;
  }

  .top-md34 {
    top: 34px !important;
  }

  .top-md35 {
    top: 35px !important;
  }

  .top-md36 {
    top: 36px !important;
  }

  .top-md37 {
    top: 37px !important;
  }

  .top-md38 {
    top: 38px !important;
  }

  .top-md39 {
    top: 39px !important;
  }

  .top-md40 {
    top: 40px !important;
  }

  .top-md41 {
    top: 41px !important;
  }

  .top-md42 {
    top: 42px !important;
  }

  .top-md43 {
    top: 43px !important;
  }

  .top-md44 {
    top: 44px !important;
  }

  .top-md45 {
    top: 45px !important;
  }

  .top-md46 {
    top: 46px !important;
  }

  .top-md47 {
    top: 47px !important;
  }

  .top-md48 {
    top: 48px !important;
  }

  .top-md49 {
    top: 49px !important;
  }

  .top-md50 {
    top: 50px !important;
  }

  .top-md51 {
    top: 51px !important;
  }

  .top-md52 {
    top: 52px !important;
  }

  .top-md53 {
    top: 53px !important;
  }

  .top-md54 {
    top: 54px !important;
  }

  .top-md55 {
    top: 55px !important;
  }

  .top-md56 {
    top: 56px !important;
  }

  .top-md57 {
    top: 57px !important;
  }

  .top-md58 {
    top: 58px !important;
  }

  .top-md59 {
    top: 59px !important;
  }

  .top-md60 {
    top: 60px !important;
  }

  .top-md61 {
    top: 61px !important;
  }

  .top-md62 {
    top: 62px !important;
  }

  .top-md63 {
    top: 63px !important;
  }

  .top-md64 {
    top: 64px !important;
  }

  .top-md65 {
    top: 65px !important;
  }

  .top-md66 {
    top: 66px !important;
  }

  .top-md67 {
    top: 67px !important;
  }

  .top-md68 {
    top: 68px !important;
  }

  .top-md69 {
    top: 69px !important;
  }

  .top-md70 {
    top: 70px !important;
  }

  .top-md71 {
    top: 71px !important;
  }

  .top-md72 {
    top: 72px !important;
  }

  .top-md73 {
    top: 73px !important;
  }

  .top-md74 {
    top: 74px !important;
  }

  .top-md75 {
    top: 75px !important;
  }

  .top-md76 {
    top: 76px !important;
  }

  .top-md77 {
    top: 77px !important;
  }

  .top-md78 {
    top: 78px !important;
  }

  .top-md79 {
    top: 79px !important;
  }

  .top-md80 {
    top: 80px !important;
  }

  .top-md81 {
    top: 81px !important;
  }

  .top-md82 {
    top: 82px !important;
  }

  .top-md83 {
    top: 83px !important;
  }

  .top-md84 {
    top: 84px !important;
  }

  .top-md85 {
    top: 85px !important;
  }

  .top-md86 {
    top: 86px !important;
  }

  .top-md87 {
    top: 87px !important;
  }

  .top-md88 {
    top: 88px !important;
  }

  .top-md89 {
    top: 89px !important;
  }

  .top-md90 {
    top: 90px !important;
  }

  .top-md91 {
    top: 91px !important;
  }

  .top-md92 {
    top: 92px !important;
  }

  .top-md93 {
    top: 93px !important;
  }

  .top-md94 {
    top: 94px !important;
  }

  .top-md95 {
    top: 95px !important;
  }

  .top-md96 {
    top: 96px !important;
  }

  .top-md97 {
    top: 97px !important;
  }

  .top-md98 {
    top: 98px !important;
  }

  .top-md99 {
    top: 99px !important;
  }

  .top-md100 {
    top: 100px !important;
  }

  .top-md101 {
    top: 101px !important;
  }

  .top-md102 {
    top: 102px !important;
  }

  .top-md103 {
    top: 103px !important;
  }

  .top-md104 {
    top: 104px !important;
  }

  .top-md105 {
    top: 105px !important;
  }

  .top-md106 {
    top: 106px !important;
  }

  .top-md107 {
    top: 107px !important;
  }

  .top-md108 {
    top: 108px !important;
  }

  .top-md109 {
    top: 109px !important;
  }

  .top-md110 {
    top: 110px !important;
  }

  .top-md111 {
    top: 111px !important;
  }

  .top-md112 {
    top: 112px !important;
  }

  .top-md113 {
    top: 113px !important;
  }

  .top-md114 {
    top: 114px !important;
  }

  .top-md115 {
    top: 115px !important;
  }

  .top-md116 {
    top: 116px !important;
  }

  .top-md117 {
    top: 117px !important;
  }

  .top-md118 {
    top: 118px !important;
  }

  .top-md119 {
    top: 119px !important;
  }

  .top-md120 {
    top: 120px !important;
  }

  .top-md121 {
    top: 121px !important;
  }

  .top-md122 {
    top: 122px !important;
  }

  .top-md123 {
    top: 123px !important;
  }

  .top-md124 {
    top: 124px !important;
  }

  .top-md125 {
    top: 125px !important;
  }

  .top-md126 {
    top: 126px !important;
  }

  .top-md127 {
    top: 127px !important;
  }

  .top-md128 {
    top: 128px !important;
  }

  .top-md129 {
    top: 129px !important;
  }

  .top-md130 {
    top: 130px !important;
  }

  .top-md131 {
    top: 131px !important;
  }

  .top-md132 {
    top: 132px !important;
  }

  .top-md133 {
    top: 133px !important;
  }

  .top-md134 {
    top: 134px !important;
  }

  .top-md135 {
    top: 135px !important;
  }

  .top-md136 {
    top: 136px !important;
  }

  .top-md137 {
    top: 137px !important;
  }

  .top-md138 {
    top: 138px !important;
  }

  .top-md139 {
    top: 139px !important;
  }

  .top-md140 {
    top: 140px !important;
  }

  .top-md141 {
    top: 141px !important;
  }

  .top-md142 {
    top: 142px !important;
  }

  .top-md143 {
    top: 143px !important;
  }

  .top-md144 {
    top: 144px !important;
  }

  .top-md145 {
    top: 145px !important;
  }

  .top-md146 {
    top: 146px !important;
  }

  .top-md147 {
    top: 147px !important;
  }

  .top-md148 {
    top: 148px !important;
  }

  .top-md149 {
    top: 149px !important;
  }

  .top-md150 {
    top: 150px !important;
  }

  .top-md151 {
    top: 151px !important;
  }

  .top-md152 {
    top: 152px !important;
  }

  .top-md153 {
    top: 153px !important;
  }

  .top-md154 {
    top: 154px !important;
  }

  .top-md155 {
    top: 155px !important;
  }

  .top-md156 {
    top: 156px !important;
  }

  .top-md157 {
    top: 157px !important;
  }

  .top-md158 {
    top: 158px !important;
  }

  .top-md159 {
    top: 159px !important;
  }

  .top-md160 {
    top: 160px !important;
  }

  .top-md161 {
    top: 161px !important;
  }

  .top-md162 {
    top: 162px !important;
  }

  .top-md163 {
    top: 163px !important;
  }

  .top-md164 {
    top: 164px !important;
  }

  .top-md165 {
    top: 165px !important;
  }

  .top-md166 {
    top: 166px !important;
  }

  .top-md167 {
    top: 167px !important;
  }

  .top-md168 {
    top: 168px !important;
  }

  .top-md169 {
    top: 169px !important;
  }

  .top-md170 {
    top: 170px !important;
  }

  .top-md171 {
    top: 171px !important;
  }

  .top-md172 {
    top: 172px !important;
  }

  .top-md173 {
    top: 173px !important;
  }

  .top-md174 {
    top: 174px !important;
  }

  .top-md175 {
    top: 175px !important;
  }

  .top-md176 {
    top: 176px !important;
  }

  .top-md177 {
    top: 177px !important;
  }

  .top-md178 {
    top: 178px !important;
  }

  .top-md179 {
    top: 179px !important;
  }

  .top-md180 {
    top: 180px !important;
  }

  .top-md181 {
    top: 181px !important;
  }

  .top-md182 {
    top: 182px !important;
  }

  .top-md183 {
    top: 183px !important;
  }

  .top-md184 {
    top: 184px !important;
  }

  .top-md185 {
    top: 185px !important;
  }

  .top-md186 {
    top: 186px !important;
  }

  .top-md187 {
    top: 187px !important;
  }

  .top-md188 {
    top: 188px !important;
  }

  .top-md189 {
    top: 189px !important;
  }

  .top-md190 {
    top: 190px !important;
  }

  .top-md191 {
    top: 191px !important;
  }

  .top-md192 {
    top: 192px !important;
  }

  .top-md193 {
    top: 193px !important;
  }

  .top-md194 {
    top: 194px !important;
  }

  .top-md195 {
    top: 195px !important;
  }

  .top-md196 {
    top: 196px !important;
  }

  .top-md197 {
    top: 197px !important;
  }

  .top-md198 {
    top: 198px !important;
  }

  .top-md199 {
    top: 199px !important;
  }

  .top-md200 {
    top: 200px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-200 {
    top: -200px !important;
  }

  .top-lg-199 {
    top: -199px !important;
  }

  .top-lg-198 {
    top: -198px !important;
  }

  .top-lg-197 {
    top: -197px !important;
  }

  .top-lg-196 {
    top: -196px !important;
  }

  .top-lg-195 {
    top: -195px !important;
  }

  .top-lg-194 {
    top: -194px !important;
  }

  .top-lg-193 {
    top: -193px !important;
  }

  .top-lg-192 {
    top: -192px !important;
  }

  .top-lg-191 {
    top: -191px !important;
  }

  .top-lg-190 {
    top: -190px !important;
  }

  .top-lg-189 {
    top: -189px !important;
  }

  .top-lg-188 {
    top: -188px !important;
  }

  .top-lg-187 {
    top: -187px !important;
  }

  .top-lg-186 {
    top: -186px !important;
  }

  .top-lg-185 {
    top: -185px !important;
  }

  .top-lg-184 {
    top: -184px !important;
  }

  .top-lg-183 {
    top: -183px !important;
  }

  .top-lg-182 {
    top: -182px !important;
  }

  .top-lg-181 {
    top: -181px !important;
  }

  .top-lg-180 {
    top: -180px !important;
  }

  .top-lg-179 {
    top: -179px !important;
  }

  .top-lg-178 {
    top: -178px !important;
  }

  .top-lg-177 {
    top: -177px !important;
  }

  .top-lg-176 {
    top: -176px !important;
  }

  .top-lg-175 {
    top: -175px !important;
  }

  .top-lg-174 {
    top: -174px !important;
  }

  .top-lg-173 {
    top: -173px !important;
  }

  .top-lg-172 {
    top: -172px !important;
  }

  .top-lg-171 {
    top: -171px !important;
  }

  .top-lg-170 {
    top: -170px !important;
  }

  .top-lg-169 {
    top: -169px !important;
  }

  .top-lg-168 {
    top: -168px !important;
  }

  .top-lg-167 {
    top: -167px !important;
  }

  .top-lg-166 {
    top: -166px !important;
  }

  .top-lg-165 {
    top: -165px !important;
  }

  .top-lg-164 {
    top: -164px !important;
  }

  .top-lg-163 {
    top: -163px !important;
  }

  .top-lg-162 {
    top: -162px !important;
  }

  .top-lg-161 {
    top: -161px !important;
  }

  .top-lg-160 {
    top: -160px !important;
  }

  .top-lg-159 {
    top: -159px !important;
  }

  .top-lg-158 {
    top: -158px !important;
  }

  .top-lg-157 {
    top: -157px !important;
  }

  .top-lg-156 {
    top: -156px !important;
  }

  .top-lg-155 {
    top: -155px !important;
  }

  .top-lg-154 {
    top: -154px !important;
  }

  .top-lg-153 {
    top: -153px !important;
  }

  .top-lg-152 {
    top: -152px !important;
  }

  .top-lg-151 {
    top: -151px !important;
  }

  .top-lg-150 {
    top: -150px !important;
  }

  .top-lg-149 {
    top: -149px !important;
  }

  .top-lg-148 {
    top: -148px !important;
  }

  .top-lg-147 {
    top: -147px !important;
  }

  .top-lg-146 {
    top: -146px !important;
  }

  .top-lg-145 {
    top: -145px !important;
  }

  .top-lg-144 {
    top: -144px !important;
  }

  .top-lg-143 {
    top: -143px !important;
  }

  .top-lg-142 {
    top: -142px !important;
  }

  .top-lg-141 {
    top: -141px !important;
  }

  .top-lg-140 {
    top: -140px !important;
  }

  .top-lg-139 {
    top: -139px !important;
  }

  .top-lg-138 {
    top: -138px !important;
  }

  .top-lg-137 {
    top: -137px !important;
  }

  .top-lg-136 {
    top: -136px !important;
  }

  .top-lg-135 {
    top: -135px !important;
  }

  .top-lg-134 {
    top: -134px !important;
  }

  .top-lg-133 {
    top: -133px !important;
  }

  .top-lg-132 {
    top: -132px !important;
  }

  .top-lg-131 {
    top: -131px !important;
  }

  .top-lg-130 {
    top: -130px !important;
  }

  .top-lg-129 {
    top: -129px !important;
  }

  .top-lg-128 {
    top: -128px !important;
  }

  .top-lg-127 {
    top: -127px !important;
  }

  .top-lg-126 {
    top: -126px !important;
  }

  .top-lg-125 {
    top: -125px !important;
  }

  .top-lg-124 {
    top: -124px !important;
  }

  .top-lg-123 {
    top: -123px !important;
  }

  .top-lg-122 {
    top: -122px !important;
  }

  .top-lg-121 {
    top: -121px !important;
  }

  .top-lg-120 {
    top: -120px !important;
  }

  .top-lg-119 {
    top: -119px !important;
  }

  .top-lg-118 {
    top: -118px !important;
  }

  .top-lg-117 {
    top: -117px !important;
  }

  .top-lg-116 {
    top: -116px !important;
  }

  .top-lg-115 {
    top: -115px !important;
  }

  .top-lg-114 {
    top: -114px !important;
  }

  .top-lg-113 {
    top: -113px !important;
  }

  .top-lg-112 {
    top: -112px !important;
  }

  .top-lg-111 {
    top: -111px !important;
  }

  .top-lg-110 {
    top: -110px !important;
  }

  .top-lg-109 {
    top: -109px !important;
  }

  .top-lg-108 {
    top: -108px !important;
  }

  .top-lg-107 {
    top: -107px !important;
  }

  .top-lg-106 {
    top: -106px !important;
  }

  .top-lg-105 {
    top: -105px !important;
  }

  .top-lg-104 {
    top: -104px !important;
  }

  .top-lg-103 {
    top: -103px !important;
  }

  .top-lg-102 {
    top: -102px !important;
  }

  .top-lg-101 {
    top: -101px !important;
  }

  .top-lg-100 {
    top: -100px !important;
  }

  .top-lg-99 {
    top: -99px !important;
  }

  .top-lg-98 {
    top: -98px !important;
  }

  .top-lg-97 {
    top: -97px !important;
  }

  .top-lg-96 {
    top: -96px !important;
  }

  .top-lg-95 {
    top: -95px !important;
  }

  .top-lg-94 {
    top: -94px !important;
  }

  .top-lg-93 {
    top: -93px !important;
  }

  .top-lg-92 {
    top: -92px !important;
  }

  .top-lg-91 {
    top: -91px !important;
  }

  .top-lg-90 {
    top: -90px !important;
  }

  .top-lg-89 {
    top: -89px !important;
  }

  .top-lg-88 {
    top: -88px !important;
  }

  .top-lg-87 {
    top: -87px !important;
  }

  .top-lg-86 {
    top: -86px !important;
  }

  .top-lg-85 {
    top: -85px !important;
  }

  .top-lg-84 {
    top: -84px !important;
  }

  .top-lg-83 {
    top: -83px !important;
  }

  .top-lg-82 {
    top: -82px !important;
  }

  .top-lg-81 {
    top: -81px !important;
  }

  .top-lg-80 {
    top: -80px !important;
  }

  .top-lg-79 {
    top: -79px !important;
  }

  .top-lg-78 {
    top: -78px !important;
  }

  .top-lg-77 {
    top: -77px !important;
  }

  .top-lg-76 {
    top: -76px !important;
  }

  .top-lg-75 {
    top: -75px !important;
  }

  .top-lg-74 {
    top: -74px !important;
  }

  .top-lg-73 {
    top: -73px !important;
  }

  .top-lg-72 {
    top: -72px !important;
  }

  .top-lg-71 {
    top: -71px !important;
  }

  .top-lg-70 {
    top: -70px !important;
  }

  .top-lg-69 {
    top: -69px !important;
  }

  .top-lg-68 {
    top: -68px !important;
  }

  .top-lg-67 {
    top: -67px !important;
  }

  .top-lg-66 {
    top: -66px !important;
  }

  .top-lg-65 {
    top: -65px !important;
  }

  .top-lg-64 {
    top: -64px !important;
  }

  .top-lg-63 {
    top: -63px !important;
  }

  .top-lg-62 {
    top: -62px !important;
  }

  .top-lg-61 {
    top: -61px !important;
  }

  .top-lg-60 {
    top: -60px !important;
  }

  .top-lg-59 {
    top: -59px !important;
  }

  .top-lg-58 {
    top: -58px !important;
  }

  .top-lg-57 {
    top: -57px !important;
  }

  .top-lg-56 {
    top: -56px !important;
  }

  .top-lg-55 {
    top: -55px !important;
  }

  .top-lg-54 {
    top: -54px !important;
  }

  .top-lg-53 {
    top: -53px !important;
  }

  .top-lg-52 {
    top: -52px !important;
  }

  .top-lg-51 {
    top: -51px !important;
  }

  .top-lg-50 {
    top: -50px !important;
  }

  .top-lg-49 {
    top: -49px !important;
  }

  .top-lg-48 {
    top: -48px !important;
  }

  .top-lg-47 {
    top: -47px !important;
  }

  .top-lg-46 {
    top: -46px !important;
  }

  .top-lg-45 {
    top: -45px !important;
  }

  .top-lg-44 {
    top: -44px !important;
  }

  .top-lg-43 {
    top: -43px !important;
  }

  .top-lg-42 {
    top: -42px !important;
  }

  .top-lg-41 {
    top: -41px !important;
  }

  .top-lg-40 {
    top: -40px !important;
  }

  .top-lg-39 {
    top: -39px !important;
  }

  .top-lg-38 {
    top: -38px !important;
  }

  .top-lg-37 {
    top: -37px !important;
  }

  .top-lg-36 {
    top: -36px !important;
  }

  .top-lg-35 {
    top: -35px !important;
  }

  .top-lg-34 {
    top: -34px !important;
  }

  .top-lg-33 {
    top: -33px !important;
  }

  .top-lg-32 {
    top: -32px !important;
  }

  .top-lg-31 {
    top: -31px !important;
  }

  .top-lg-30 {
    top: -30px !important;
  }

  .top-lg-29 {
    top: -29px !important;
  }

  .top-lg-28 {
    top: -28px !important;
  }

  .top-lg-27 {
    top: -27px !important;
  }

  .top-lg-26 {
    top: -26px !important;
  }

  .top-lg-25 {
    top: -25px !important;
  }

  .top-lg-24 {
    top: -24px !important;
  }

  .top-lg-23 {
    top: -23px !important;
  }

  .top-lg-22 {
    top: -22px !important;
  }

  .top-lg-21 {
    top: -21px !important;
  }

  .top-lg-20 {
    top: -20px !important;
  }

  .top-lg-19 {
    top: -19px !important;
  }

  .top-lg-18 {
    top: -18px !important;
  }

  .top-lg-17 {
    top: -17px !important;
  }

  .top-lg-16 {
    top: -16px !important;
  }

  .top-lg-15 {
    top: -15px !important;
  }

  .top-lg-14 {
    top: -14px !important;
  }

  .top-lg-13 {
    top: -13px !important;
  }

  .top-lg-12 {
    top: -12px !important;
  }

  .top-lg-11 {
    top: -11px !important;
  }

  .top-lg-10 {
    top: -10px !important;
  }

  .top-lg-9 {
    top: -9px !important;
  }

  .top-lg-8 {
    top: -8px !important;
  }

  .top-lg-7 {
    top: -7px !important;
  }

  .top-lg-6 {
    top: -6px !important;
  }

  .top-lg-5 {
    top: -5px !important;
  }

  .top-lg-4 {
    top: -4px !important;
  }

  .top-lg-3 {
    top: -3px !important;
  }

  .top-lg-2 {
    top: -2px !important;
  }

  .top-lg-1 {
    top: -1px !important;
  }

  .top-lg0 {
    top: 0px !important;
  }

  .top-lg1 {
    top: 1px !important;
  }

  .top-lg2 {
    top: 2px !important;
  }

  .top-lg3 {
    top: 3px !important;
  }

  .top-lg4 {
    top: 4px !important;
  }

  .top-lg5 {
    top: 5px !important;
  }

  .top-lg6 {
    top: 6px !important;
  }

  .top-lg7 {
    top: 7px !important;
  }

  .top-lg8 {
    top: 8px !important;
  }

  .top-lg9 {
    top: 9px !important;
  }

  .top-lg10 {
    top: 10px !important;
  }

  .top-lg11 {
    top: 11px !important;
  }

  .top-lg12 {
    top: 12px !important;
  }

  .top-lg13 {
    top: 13px !important;
  }

  .top-lg14 {
    top: 14px !important;
  }

  .top-lg15 {
    top: 15px !important;
  }

  .top-lg16 {
    top: 16px !important;
  }

  .top-lg17 {
    top: 17px !important;
  }

  .top-lg18 {
    top: 18px !important;
  }

  .top-lg19 {
    top: 19px !important;
  }

  .top-lg20 {
    top: 20px !important;
  }

  .top-lg21 {
    top: 21px !important;
  }

  .top-lg22 {
    top: 22px !important;
  }

  .top-lg23 {
    top: 23px !important;
  }

  .top-lg24 {
    top: 24px !important;
  }

  .top-lg25 {
    top: 25px !important;
  }

  .top-lg26 {
    top: 26px !important;
  }

  .top-lg27 {
    top: 27px !important;
  }

  .top-lg28 {
    top: 28px !important;
  }

  .top-lg29 {
    top: 29px !important;
  }

  .top-lg30 {
    top: 30px !important;
  }

  .top-lg31 {
    top: 31px !important;
  }

  .top-lg32 {
    top: 32px !important;
  }

  .top-lg33 {
    top: 33px !important;
  }

  .top-lg34 {
    top: 34px !important;
  }

  .top-lg35 {
    top: 35px !important;
  }

  .top-lg36 {
    top: 36px !important;
  }

  .top-lg37 {
    top: 37px !important;
  }

  .top-lg38 {
    top: 38px !important;
  }

  .top-lg39 {
    top: 39px !important;
  }

  .top-lg40 {
    top: 40px !important;
  }

  .top-lg41 {
    top: 41px !important;
  }

  .top-lg42 {
    top: 42px !important;
  }

  .top-lg43 {
    top: 43px !important;
  }

  .top-lg44 {
    top: 44px !important;
  }

  .top-lg45 {
    top: 45px !important;
  }

  .top-lg46 {
    top: 46px !important;
  }

  .top-lg47 {
    top: 47px !important;
  }

  .top-lg48 {
    top: 48px !important;
  }

  .top-lg49 {
    top: 49px !important;
  }

  .top-lg50 {
    top: 50px !important;
  }

  .top-lg51 {
    top: 51px !important;
  }

  .top-lg52 {
    top: 52px !important;
  }

  .top-lg53 {
    top: 53px !important;
  }

  .top-lg54 {
    top: 54px !important;
  }

  .top-lg55 {
    top: 55px !important;
  }

  .top-lg56 {
    top: 56px !important;
  }

  .top-lg57 {
    top: 57px !important;
  }

  .top-lg58 {
    top: 58px !important;
  }

  .top-lg59 {
    top: 59px !important;
  }

  .top-lg60 {
    top: 60px !important;
  }

  .top-lg61 {
    top: 61px !important;
  }

  .top-lg62 {
    top: 62px !important;
  }

  .top-lg63 {
    top: 63px !important;
  }

  .top-lg64 {
    top: 64px !important;
  }

  .top-lg65 {
    top: 65px !important;
  }

  .top-lg66 {
    top: 66px !important;
  }

  .top-lg67 {
    top: 67px !important;
  }

  .top-lg68 {
    top: 68px !important;
  }

  .top-lg69 {
    top: 69px !important;
  }

  .top-lg70 {
    top: 70px !important;
  }

  .top-lg71 {
    top: 71px !important;
  }

  .top-lg72 {
    top: 72px !important;
  }

  .top-lg73 {
    top: 73px !important;
  }

  .top-lg74 {
    top: 74px !important;
  }

  .top-lg75 {
    top: 75px !important;
  }

  .top-lg76 {
    top: 76px !important;
  }

  .top-lg77 {
    top: 77px !important;
  }

  .top-lg78 {
    top: 78px !important;
  }

  .top-lg79 {
    top: 79px !important;
  }

  .top-lg80 {
    top: 80px !important;
  }

  .top-lg81 {
    top: 81px !important;
  }

  .top-lg82 {
    top: 82px !important;
  }

  .top-lg83 {
    top: 83px !important;
  }

  .top-lg84 {
    top: 84px !important;
  }

  .top-lg85 {
    top: 85px !important;
  }

  .top-lg86 {
    top: 86px !important;
  }

  .top-lg87 {
    top: 87px !important;
  }

  .top-lg88 {
    top: 88px !important;
  }

  .top-lg89 {
    top: 89px !important;
  }

  .top-lg90 {
    top: 90px !important;
  }

  .top-lg91 {
    top: 91px !important;
  }

  .top-lg92 {
    top: 92px !important;
  }

  .top-lg93 {
    top: 93px !important;
  }

  .top-lg94 {
    top: 94px !important;
  }

  .top-lg95 {
    top: 95px !important;
  }

  .top-lg96 {
    top: 96px !important;
  }

  .top-lg97 {
    top: 97px !important;
  }

  .top-lg98 {
    top: 98px !important;
  }

  .top-lg99 {
    top: 99px !important;
  }

  .top-lg100 {
    top: 100px !important;
  }

  .top-lg101 {
    top: 101px !important;
  }

  .top-lg102 {
    top: 102px !important;
  }

  .top-lg103 {
    top: 103px !important;
  }

  .top-lg104 {
    top: 104px !important;
  }

  .top-lg105 {
    top: 105px !important;
  }

  .top-lg106 {
    top: 106px !important;
  }

  .top-lg107 {
    top: 107px !important;
  }

  .top-lg108 {
    top: 108px !important;
  }

  .top-lg109 {
    top: 109px !important;
  }

  .top-lg110 {
    top: 110px !important;
  }

  .top-lg111 {
    top: 111px !important;
  }

  .top-lg112 {
    top: 112px !important;
  }

  .top-lg113 {
    top: 113px !important;
  }

  .top-lg114 {
    top: 114px !important;
  }

  .top-lg115 {
    top: 115px !important;
  }

  .top-lg116 {
    top: 116px !important;
  }

  .top-lg117 {
    top: 117px !important;
  }

  .top-lg118 {
    top: 118px !important;
  }

  .top-lg119 {
    top: 119px !important;
  }

  .top-lg120 {
    top: 120px !important;
  }

  .top-lg121 {
    top: 121px !important;
  }

  .top-lg122 {
    top: 122px !important;
  }

  .top-lg123 {
    top: 123px !important;
  }

  .top-lg124 {
    top: 124px !important;
  }

  .top-lg125 {
    top: 125px !important;
  }

  .top-lg126 {
    top: 126px !important;
  }

  .top-lg127 {
    top: 127px !important;
  }

  .top-lg128 {
    top: 128px !important;
  }

  .top-lg129 {
    top: 129px !important;
  }

  .top-lg130 {
    top: 130px !important;
  }

  .top-lg131 {
    top: 131px !important;
  }

  .top-lg132 {
    top: 132px !important;
  }

  .top-lg133 {
    top: 133px !important;
  }

  .top-lg134 {
    top: 134px !important;
  }

  .top-lg135 {
    top: 135px !important;
  }

  .top-lg136 {
    top: 136px !important;
  }

  .top-lg137 {
    top: 137px !important;
  }

  .top-lg138 {
    top: 138px !important;
  }

  .top-lg139 {
    top: 139px !important;
  }

  .top-lg140 {
    top: 140px !important;
  }

  .top-lg141 {
    top: 141px !important;
  }

  .top-lg142 {
    top: 142px !important;
  }

  .top-lg143 {
    top: 143px !important;
  }

  .top-lg144 {
    top: 144px !important;
  }

  .top-lg145 {
    top: 145px !important;
  }

  .top-lg146 {
    top: 146px !important;
  }

  .top-lg147 {
    top: 147px !important;
  }

  .top-lg148 {
    top: 148px !important;
  }

  .top-lg149 {
    top: 149px !important;
  }

  .top-lg150 {
    top: 150px !important;
  }

  .top-lg151 {
    top: 151px !important;
  }

  .top-lg152 {
    top: 152px !important;
  }

  .top-lg153 {
    top: 153px !important;
  }

  .top-lg154 {
    top: 154px !important;
  }

  .top-lg155 {
    top: 155px !important;
  }

  .top-lg156 {
    top: 156px !important;
  }

  .top-lg157 {
    top: 157px !important;
  }

  .top-lg158 {
    top: 158px !important;
  }

  .top-lg159 {
    top: 159px !important;
  }

  .top-lg160 {
    top: 160px !important;
  }

  .top-lg161 {
    top: 161px !important;
  }

  .top-lg162 {
    top: 162px !important;
  }

  .top-lg163 {
    top: 163px !important;
  }

  .top-lg164 {
    top: 164px !important;
  }

  .top-lg165 {
    top: 165px !important;
  }

  .top-lg166 {
    top: 166px !important;
  }

  .top-lg167 {
    top: 167px !important;
  }

  .top-lg168 {
    top: 168px !important;
  }

  .top-lg169 {
    top: 169px !important;
  }

  .top-lg170 {
    top: 170px !important;
  }

  .top-lg171 {
    top: 171px !important;
  }

  .top-lg172 {
    top: 172px !important;
  }

  .top-lg173 {
    top: 173px !important;
  }

  .top-lg174 {
    top: 174px !important;
  }

  .top-lg175 {
    top: 175px !important;
  }

  .top-lg176 {
    top: 176px !important;
  }

  .top-lg177 {
    top: 177px !important;
  }

  .top-lg178 {
    top: 178px !important;
  }

  .top-lg179 {
    top: 179px !important;
  }

  .top-lg180 {
    top: 180px !important;
  }

  .top-lg181 {
    top: 181px !important;
  }

  .top-lg182 {
    top: 182px !important;
  }

  .top-lg183 {
    top: 183px !important;
  }

  .top-lg184 {
    top: 184px !important;
  }

  .top-lg185 {
    top: 185px !important;
  }

  .top-lg186 {
    top: 186px !important;
  }

  .top-lg187 {
    top: 187px !important;
  }

  .top-lg188 {
    top: 188px !important;
  }

  .top-lg189 {
    top: 189px !important;
  }

  .top-lg190 {
    top: 190px !important;
  }

  .top-lg191 {
    top: 191px !important;
  }

  .top-lg192 {
    top: 192px !important;
  }

  .top-lg193 {
    top: 193px !important;
  }

  .top-lg194 {
    top: 194px !important;
  }

  .top-lg195 {
    top: 195px !important;
  }

  .top-lg196 {
    top: 196px !important;
  }

  .top-lg197 {
    top: 197px !important;
  }

  .top-lg198 {
    top: 198px !important;
  }

  .top-lg199 {
    top: 199px !important;
  }

  .top-lg200 {
    top: 200px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-200 {
    top: -200px !important;
  }

  .top-xl-199 {
    top: -199px !important;
  }

  .top-xl-198 {
    top: -198px !important;
  }

  .top-xl-197 {
    top: -197px !important;
  }

  .top-xl-196 {
    top: -196px !important;
  }

  .top-xl-195 {
    top: -195px !important;
  }

  .top-xl-194 {
    top: -194px !important;
  }

  .top-xl-193 {
    top: -193px !important;
  }

  .top-xl-192 {
    top: -192px !important;
  }

  .top-xl-191 {
    top: -191px !important;
  }

  .top-xl-190 {
    top: -190px !important;
  }

  .top-xl-189 {
    top: -189px !important;
  }

  .top-xl-188 {
    top: -188px !important;
  }

  .top-xl-187 {
    top: -187px !important;
  }

  .top-xl-186 {
    top: -186px !important;
  }

  .top-xl-185 {
    top: -185px !important;
  }

  .top-xl-184 {
    top: -184px !important;
  }

  .top-xl-183 {
    top: -183px !important;
  }

  .top-xl-182 {
    top: -182px !important;
  }

  .top-xl-181 {
    top: -181px !important;
  }

  .top-xl-180 {
    top: -180px !important;
  }

  .top-xl-179 {
    top: -179px !important;
  }

  .top-xl-178 {
    top: -178px !important;
  }

  .top-xl-177 {
    top: -177px !important;
  }

  .top-xl-176 {
    top: -176px !important;
  }

  .top-xl-175 {
    top: -175px !important;
  }

  .top-xl-174 {
    top: -174px !important;
  }

  .top-xl-173 {
    top: -173px !important;
  }

  .top-xl-172 {
    top: -172px !important;
  }

  .top-xl-171 {
    top: -171px !important;
  }

  .top-xl-170 {
    top: -170px !important;
  }

  .top-xl-169 {
    top: -169px !important;
  }

  .top-xl-168 {
    top: -168px !important;
  }

  .top-xl-167 {
    top: -167px !important;
  }

  .top-xl-166 {
    top: -166px !important;
  }

  .top-xl-165 {
    top: -165px !important;
  }

  .top-xl-164 {
    top: -164px !important;
  }

  .top-xl-163 {
    top: -163px !important;
  }

  .top-xl-162 {
    top: -162px !important;
  }

  .top-xl-161 {
    top: -161px !important;
  }

  .top-xl-160 {
    top: -160px !important;
  }

  .top-xl-159 {
    top: -159px !important;
  }

  .top-xl-158 {
    top: -158px !important;
  }

  .top-xl-157 {
    top: -157px !important;
  }

  .top-xl-156 {
    top: -156px !important;
  }

  .top-xl-155 {
    top: -155px !important;
  }

  .top-xl-154 {
    top: -154px !important;
  }

  .top-xl-153 {
    top: -153px !important;
  }

  .top-xl-152 {
    top: -152px !important;
  }

  .top-xl-151 {
    top: -151px !important;
  }

  .top-xl-150 {
    top: -150px !important;
  }

  .top-xl-149 {
    top: -149px !important;
  }

  .top-xl-148 {
    top: -148px !important;
  }

  .top-xl-147 {
    top: -147px !important;
  }

  .top-xl-146 {
    top: -146px !important;
  }

  .top-xl-145 {
    top: -145px !important;
  }

  .top-xl-144 {
    top: -144px !important;
  }

  .top-xl-143 {
    top: -143px !important;
  }

  .top-xl-142 {
    top: -142px !important;
  }

  .top-xl-141 {
    top: -141px !important;
  }

  .top-xl-140 {
    top: -140px !important;
  }

  .top-xl-139 {
    top: -139px !important;
  }

  .top-xl-138 {
    top: -138px !important;
  }

  .top-xl-137 {
    top: -137px !important;
  }

  .top-xl-136 {
    top: -136px !important;
  }

  .top-xl-135 {
    top: -135px !important;
  }

  .top-xl-134 {
    top: -134px !important;
  }

  .top-xl-133 {
    top: -133px !important;
  }

  .top-xl-132 {
    top: -132px !important;
  }

  .top-xl-131 {
    top: -131px !important;
  }

  .top-xl-130 {
    top: -130px !important;
  }

  .top-xl-129 {
    top: -129px !important;
  }

  .top-xl-128 {
    top: -128px !important;
  }

  .top-xl-127 {
    top: -127px !important;
  }

  .top-xl-126 {
    top: -126px !important;
  }

  .top-xl-125 {
    top: -125px !important;
  }

  .top-xl-124 {
    top: -124px !important;
  }

  .top-xl-123 {
    top: -123px !important;
  }

  .top-xl-122 {
    top: -122px !important;
  }

  .top-xl-121 {
    top: -121px !important;
  }

  .top-xl-120 {
    top: -120px !important;
  }

  .top-xl-119 {
    top: -119px !important;
  }

  .top-xl-118 {
    top: -118px !important;
  }

  .top-xl-117 {
    top: -117px !important;
  }

  .top-xl-116 {
    top: -116px !important;
  }

  .top-xl-115 {
    top: -115px !important;
  }

  .top-xl-114 {
    top: -114px !important;
  }

  .top-xl-113 {
    top: -113px !important;
  }

  .top-xl-112 {
    top: -112px !important;
  }

  .top-xl-111 {
    top: -111px !important;
  }

  .top-xl-110 {
    top: -110px !important;
  }

  .top-xl-109 {
    top: -109px !important;
  }

  .top-xl-108 {
    top: -108px !important;
  }

  .top-xl-107 {
    top: -107px !important;
  }

  .top-xl-106 {
    top: -106px !important;
  }

  .top-xl-105 {
    top: -105px !important;
  }

  .top-xl-104 {
    top: -104px !important;
  }

  .top-xl-103 {
    top: -103px !important;
  }

  .top-xl-102 {
    top: -102px !important;
  }

  .top-xl-101 {
    top: -101px !important;
  }

  .top-xl-100 {
    top: -100px !important;
  }

  .top-xl-99 {
    top: -99px !important;
  }

  .top-xl-98 {
    top: -98px !important;
  }

  .top-xl-97 {
    top: -97px !important;
  }

  .top-xl-96 {
    top: -96px !important;
  }

  .top-xl-95 {
    top: -95px !important;
  }

  .top-xl-94 {
    top: -94px !important;
  }

  .top-xl-93 {
    top: -93px !important;
  }

  .top-xl-92 {
    top: -92px !important;
  }

  .top-xl-91 {
    top: -91px !important;
  }

  .top-xl-90 {
    top: -90px !important;
  }

  .top-xl-89 {
    top: -89px !important;
  }

  .top-xl-88 {
    top: -88px !important;
  }

  .top-xl-87 {
    top: -87px !important;
  }

  .top-xl-86 {
    top: -86px !important;
  }

  .top-xl-85 {
    top: -85px !important;
  }

  .top-xl-84 {
    top: -84px !important;
  }

  .top-xl-83 {
    top: -83px !important;
  }

  .top-xl-82 {
    top: -82px !important;
  }

  .top-xl-81 {
    top: -81px !important;
  }

  .top-xl-80 {
    top: -80px !important;
  }

  .top-xl-79 {
    top: -79px !important;
  }

  .top-xl-78 {
    top: -78px !important;
  }

  .top-xl-77 {
    top: -77px !important;
  }

  .top-xl-76 {
    top: -76px !important;
  }

  .top-xl-75 {
    top: -75px !important;
  }

  .top-xl-74 {
    top: -74px !important;
  }

  .top-xl-73 {
    top: -73px !important;
  }

  .top-xl-72 {
    top: -72px !important;
  }

  .top-xl-71 {
    top: -71px !important;
  }

  .top-xl-70 {
    top: -70px !important;
  }

  .top-xl-69 {
    top: -69px !important;
  }

  .top-xl-68 {
    top: -68px !important;
  }

  .top-xl-67 {
    top: -67px !important;
  }

  .top-xl-66 {
    top: -66px !important;
  }

  .top-xl-65 {
    top: -65px !important;
  }

  .top-xl-64 {
    top: -64px !important;
  }

  .top-xl-63 {
    top: -63px !important;
  }

  .top-xl-62 {
    top: -62px !important;
  }

  .top-xl-61 {
    top: -61px !important;
  }

  .top-xl-60 {
    top: -60px !important;
  }

  .top-xl-59 {
    top: -59px !important;
  }

  .top-xl-58 {
    top: -58px !important;
  }

  .top-xl-57 {
    top: -57px !important;
  }

  .top-xl-56 {
    top: -56px !important;
  }

  .top-xl-55 {
    top: -55px !important;
  }

  .top-xl-54 {
    top: -54px !important;
  }

  .top-xl-53 {
    top: -53px !important;
  }

  .top-xl-52 {
    top: -52px !important;
  }

  .top-xl-51 {
    top: -51px !important;
  }

  .top-xl-50 {
    top: -50px !important;
  }

  .top-xl-49 {
    top: -49px !important;
  }

  .top-xl-48 {
    top: -48px !important;
  }

  .top-xl-47 {
    top: -47px !important;
  }

  .top-xl-46 {
    top: -46px !important;
  }

  .top-xl-45 {
    top: -45px !important;
  }

  .top-xl-44 {
    top: -44px !important;
  }

  .top-xl-43 {
    top: -43px !important;
  }

  .top-xl-42 {
    top: -42px !important;
  }

  .top-xl-41 {
    top: -41px !important;
  }

  .top-xl-40 {
    top: -40px !important;
  }

  .top-xl-39 {
    top: -39px !important;
  }

  .top-xl-38 {
    top: -38px !important;
  }

  .top-xl-37 {
    top: -37px !important;
  }

  .top-xl-36 {
    top: -36px !important;
  }

  .top-xl-35 {
    top: -35px !important;
  }

  .top-xl-34 {
    top: -34px !important;
  }

  .top-xl-33 {
    top: -33px !important;
  }

  .top-xl-32 {
    top: -32px !important;
  }

  .top-xl-31 {
    top: -31px !important;
  }

  .top-xl-30 {
    top: -30px !important;
  }

  .top-xl-29 {
    top: -29px !important;
  }

  .top-xl-28 {
    top: -28px !important;
  }

  .top-xl-27 {
    top: -27px !important;
  }

  .top-xl-26 {
    top: -26px !important;
  }

  .top-xl-25 {
    top: -25px !important;
  }

  .top-xl-24 {
    top: -24px !important;
  }

  .top-xl-23 {
    top: -23px !important;
  }

  .top-xl-22 {
    top: -22px !important;
  }

  .top-xl-21 {
    top: -21px !important;
  }

  .top-xl-20 {
    top: -20px !important;
  }

  .top-xl-19 {
    top: -19px !important;
  }

  .top-xl-18 {
    top: -18px !important;
  }

  .top-xl-17 {
    top: -17px !important;
  }

  .top-xl-16 {
    top: -16px !important;
  }

  .top-xl-15 {
    top: -15px !important;
  }

  .top-xl-14 {
    top: -14px !important;
  }

  .top-xl-13 {
    top: -13px !important;
  }

  .top-xl-12 {
    top: -12px !important;
  }

  .top-xl-11 {
    top: -11px !important;
  }

  .top-xl-10 {
    top: -10px !important;
  }

  .top-xl-9 {
    top: -9px !important;
  }

  .top-xl-8 {
    top: -8px !important;
  }

  .top-xl-7 {
    top: -7px !important;
  }

  .top-xl-6 {
    top: -6px !important;
  }

  .top-xl-5 {
    top: -5px !important;
  }

  .top-xl-4 {
    top: -4px !important;
  }

  .top-xl-3 {
    top: -3px !important;
  }

  .top-xl-2 {
    top: -2px !important;
  }

  .top-xl-1 {
    top: -1px !important;
  }

  .top-xl0 {
    top: 0px !important;
  }

  .top-xl1 {
    top: 1px !important;
  }

  .top-xl2 {
    top: 2px !important;
  }

  .top-xl3 {
    top: 3px !important;
  }

  .top-xl4 {
    top: 4px !important;
  }

  .top-xl5 {
    top: 5px !important;
  }

  .top-xl6 {
    top: 6px !important;
  }

  .top-xl7 {
    top: 7px !important;
  }

  .top-xl8 {
    top: 8px !important;
  }

  .top-xl9 {
    top: 9px !important;
  }

  .top-xl10 {
    top: 10px !important;
  }

  .top-xl11 {
    top: 11px !important;
  }

  .top-xl12 {
    top: 12px !important;
  }

  .top-xl13 {
    top: 13px !important;
  }

  .top-xl14 {
    top: 14px !important;
  }

  .top-xl15 {
    top: 15px !important;
  }

  .top-xl16 {
    top: 16px !important;
  }

  .top-xl17 {
    top: 17px !important;
  }

  .top-xl18 {
    top: 18px !important;
  }

  .top-xl19 {
    top: 19px !important;
  }

  .top-xl20 {
    top: 20px !important;
  }

  .top-xl21 {
    top: 21px !important;
  }

  .top-xl22 {
    top: 22px !important;
  }

  .top-xl23 {
    top: 23px !important;
  }

  .top-xl24 {
    top: 24px !important;
  }

  .top-xl25 {
    top: 25px !important;
  }

  .top-xl26 {
    top: 26px !important;
  }

  .top-xl27 {
    top: 27px !important;
  }

  .top-xl28 {
    top: 28px !important;
  }

  .top-xl29 {
    top: 29px !important;
  }

  .top-xl30 {
    top: 30px !important;
  }

  .top-xl31 {
    top: 31px !important;
  }

  .top-xl32 {
    top: 32px !important;
  }

  .top-xl33 {
    top: 33px !important;
  }

  .top-xl34 {
    top: 34px !important;
  }

  .top-xl35 {
    top: 35px !important;
  }

  .top-xl36 {
    top: 36px !important;
  }

  .top-xl37 {
    top: 37px !important;
  }

  .top-xl38 {
    top: 38px !important;
  }

  .top-xl39 {
    top: 39px !important;
  }

  .top-xl40 {
    top: 40px !important;
  }

  .top-xl41 {
    top: 41px !important;
  }

  .top-xl42 {
    top: 42px !important;
  }

  .top-xl43 {
    top: 43px !important;
  }

  .top-xl44 {
    top: 44px !important;
  }

  .top-xl45 {
    top: 45px !important;
  }

  .top-xl46 {
    top: 46px !important;
  }

  .top-xl47 {
    top: 47px !important;
  }

  .top-xl48 {
    top: 48px !important;
  }

  .top-xl49 {
    top: 49px !important;
  }

  .top-xl50 {
    top: 50px !important;
  }

  .top-xl51 {
    top: 51px !important;
  }

  .top-xl52 {
    top: 52px !important;
  }

  .top-xl53 {
    top: 53px !important;
  }

  .top-xl54 {
    top: 54px !important;
  }

  .top-xl55 {
    top: 55px !important;
  }

  .top-xl56 {
    top: 56px !important;
  }

  .top-xl57 {
    top: 57px !important;
  }

  .top-xl58 {
    top: 58px !important;
  }

  .top-xl59 {
    top: 59px !important;
  }

  .top-xl60 {
    top: 60px !important;
  }

  .top-xl61 {
    top: 61px !important;
  }

  .top-xl62 {
    top: 62px !important;
  }

  .top-xl63 {
    top: 63px !important;
  }

  .top-xl64 {
    top: 64px !important;
  }

  .top-xl65 {
    top: 65px !important;
  }

  .top-xl66 {
    top: 66px !important;
  }

  .top-xl67 {
    top: 67px !important;
  }

  .top-xl68 {
    top: 68px !important;
  }

  .top-xl69 {
    top: 69px !important;
  }

  .top-xl70 {
    top: 70px !important;
  }

  .top-xl71 {
    top: 71px !important;
  }

  .top-xl72 {
    top: 72px !important;
  }

  .top-xl73 {
    top: 73px !important;
  }

  .top-xl74 {
    top: 74px !important;
  }

  .top-xl75 {
    top: 75px !important;
  }

  .top-xl76 {
    top: 76px !important;
  }

  .top-xl77 {
    top: 77px !important;
  }

  .top-xl78 {
    top: 78px !important;
  }

  .top-xl79 {
    top: 79px !important;
  }

  .top-xl80 {
    top: 80px !important;
  }

  .top-xl81 {
    top: 81px !important;
  }

  .top-xl82 {
    top: 82px !important;
  }

  .top-xl83 {
    top: 83px !important;
  }

  .top-xl84 {
    top: 84px !important;
  }

  .top-xl85 {
    top: 85px !important;
  }

  .top-xl86 {
    top: 86px !important;
  }

  .top-xl87 {
    top: 87px !important;
  }

  .top-xl88 {
    top: 88px !important;
  }

  .top-xl89 {
    top: 89px !important;
  }

  .top-xl90 {
    top: 90px !important;
  }

  .top-xl91 {
    top: 91px !important;
  }

  .top-xl92 {
    top: 92px !important;
  }

  .top-xl93 {
    top: 93px !important;
  }

  .top-xl94 {
    top: 94px !important;
  }

  .top-xl95 {
    top: 95px !important;
  }

  .top-xl96 {
    top: 96px !important;
  }

  .top-xl97 {
    top: 97px !important;
  }

  .top-xl98 {
    top: 98px !important;
  }

  .top-xl99 {
    top: 99px !important;
  }

  .top-xl100 {
    top: 100px !important;
  }

  .top-xl101 {
    top: 101px !important;
  }

  .top-xl102 {
    top: 102px !important;
  }

  .top-xl103 {
    top: 103px !important;
  }

  .top-xl104 {
    top: 104px !important;
  }

  .top-xl105 {
    top: 105px !important;
  }

  .top-xl106 {
    top: 106px !important;
  }

  .top-xl107 {
    top: 107px !important;
  }

  .top-xl108 {
    top: 108px !important;
  }

  .top-xl109 {
    top: 109px !important;
  }

  .top-xl110 {
    top: 110px !important;
  }

  .top-xl111 {
    top: 111px !important;
  }

  .top-xl112 {
    top: 112px !important;
  }

  .top-xl113 {
    top: 113px !important;
  }

  .top-xl114 {
    top: 114px !important;
  }

  .top-xl115 {
    top: 115px !important;
  }

  .top-xl116 {
    top: 116px !important;
  }

  .top-xl117 {
    top: 117px !important;
  }

  .top-xl118 {
    top: 118px !important;
  }

  .top-xl119 {
    top: 119px !important;
  }

  .top-xl120 {
    top: 120px !important;
  }

  .top-xl121 {
    top: 121px !important;
  }

  .top-xl122 {
    top: 122px !important;
  }

  .top-xl123 {
    top: 123px !important;
  }

  .top-xl124 {
    top: 124px !important;
  }

  .top-xl125 {
    top: 125px !important;
  }

  .top-xl126 {
    top: 126px !important;
  }

  .top-xl127 {
    top: 127px !important;
  }

  .top-xl128 {
    top: 128px !important;
  }

  .top-xl129 {
    top: 129px !important;
  }

  .top-xl130 {
    top: 130px !important;
  }

  .top-xl131 {
    top: 131px !important;
  }

  .top-xl132 {
    top: 132px !important;
  }

  .top-xl133 {
    top: 133px !important;
  }

  .top-xl134 {
    top: 134px !important;
  }

  .top-xl135 {
    top: 135px !important;
  }

  .top-xl136 {
    top: 136px !important;
  }

  .top-xl137 {
    top: 137px !important;
  }

  .top-xl138 {
    top: 138px !important;
  }

  .top-xl139 {
    top: 139px !important;
  }

  .top-xl140 {
    top: 140px !important;
  }

  .top-xl141 {
    top: 141px !important;
  }

  .top-xl142 {
    top: 142px !important;
  }

  .top-xl143 {
    top: 143px !important;
  }

  .top-xl144 {
    top: 144px !important;
  }

  .top-xl145 {
    top: 145px !important;
  }

  .top-xl146 {
    top: 146px !important;
  }

  .top-xl147 {
    top: 147px !important;
  }

  .top-xl148 {
    top: 148px !important;
  }

  .top-xl149 {
    top: 149px !important;
  }

  .top-xl150 {
    top: 150px !important;
  }

  .top-xl151 {
    top: 151px !important;
  }

  .top-xl152 {
    top: 152px !important;
  }

  .top-xl153 {
    top: 153px !important;
  }

  .top-xl154 {
    top: 154px !important;
  }

  .top-xl155 {
    top: 155px !important;
  }

  .top-xl156 {
    top: 156px !important;
  }

  .top-xl157 {
    top: 157px !important;
  }

  .top-xl158 {
    top: 158px !important;
  }

  .top-xl159 {
    top: 159px !important;
  }

  .top-xl160 {
    top: 160px !important;
  }

  .top-xl161 {
    top: 161px !important;
  }

  .top-xl162 {
    top: 162px !important;
  }

  .top-xl163 {
    top: 163px !important;
  }

  .top-xl164 {
    top: 164px !important;
  }

  .top-xl165 {
    top: 165px !important;
  }

  .top-xl166 {
    top: 166px !important;
  }

  .top-xl167 {
    top: 167px !important;
  }

  .top-xl168 {
    top: 168px !important;
  }

  .top-xl169 {
    top: 169px !important;
  }

  .top-xl170 {
    top: 170px !important;
  }

  .top-xl171 {
    top: 171px !important;
  }

  .top-xl172 {
    top: 172px !important;
  }

  .top-xl173 {
    top: 173px !important;
  }

  .top-xl174 {
    top: 174px !important;
  }

  .top-xl175 {
    top: 175px !important;
  }

  .top-xl176 {
    top: 176px !important;
  }

  .top-xl177 {
    top: 177px !important;
  }

  .top-xl178 {
    top: 178px !important;
  }

  .top-xl179 {
    top: 179px !important;
  }

  .top-xl180 {
    top: 180px !important;
  }

  .top-xl181 {
    top: 181px !important;
  }

  .top-xl182 {
    top: 182px !important;
  }

  .top-xl183 {
    top: 183px !important;
  }

  .top-xl184 {
    top: 184px !important;
  }

  .top-xl185 {
    top: 185px !important;
  }

  .top-xl186 {
    top: 186px !important;
  }

  .top-xl187 {
    top: 187px !important;
  }

  .top-xl188 {
    top: 188px !important;
  }

  .top-xl189 {
    top: 189px !important;
  }

  .top-xl190 {
    top: 190px !important;
  }

  .top-xl191 {
    top: 191px !important;
  }

  .top-xl192 {
    top: 192px !important;
  }

  .top-xl193 {
    top: 193px !important;
  }

  .top-xl194 {
    top: 194px !important;
  }

  .top-xl195 {
    top: 195px !important;
  }

  .top-xl196 {
    top: 196px !important;
  }

  .top-xl197 {
    top: 197px !important;
  }

  .top-xl198 {
    top: 198px !important;
  }

  .top-xl199 {
    top: 199px !important;
  }

  .top-xl200 {
    top: 200px !important;
  }
}
@media (min-width: 1500px) {
  .top-xxl-200 {
    top: -200px !important;
  }

  .top-xxl-199 {
    top: -199px !important;
  }

  .top-xxl-198 {
    top: -198px !important;
  }

  .top-xxl-197 {
    top: -197px !important;
  }

  .top-xxl-196 {
    top: -196px !important;
  }

  .top-xxl-195 {
    top: -195px !important;
  }

  .top-xxl-194 {
    top: -194px !important;
  }

  .top-xxl-193 {
    top: -193px !important;
  }

  .top-xxl-192 {
    top: -192px !important;
  }

  .top-xxl-191 {
    top: -191px !important;
  }

  .top-xxl-190 {
    top: -190px !important;
  }

  .top-xxl-189 {
    top: -189px !important;
  }

  .top-xxl-188 {
    top: -188px !important;
  }

  .top-xxl-187 {
    top: -187px !important;
  }

  .top-xxl-186 {
    top: -186px !important;
  }

  .top-xxl-185 {
    top: -185px !important;
  }

  .top-xxl-184 {
    top: -184px !important;
  }

  .top-xxl-183 {
    top: -183px !important;
  }

  .top-xxl-182 {
    top: -182px !important;
  }

  .top-xxl-181 {
    top: -181px !important;
  }

  .top-xxl-180 {
    top: -180px !important;
  }

  .top-xxl-179 {
    top: -179px !important;
  }

  .top-xxl-178 {
    top: -178px !important;
  }

  .top-xxl-177 {
    top: -177px !important;
  }

  .top-xxl-176 {
    top: -176px !important;
  }

  .top-xxl-175 {
    top: -175px !important;
  }

  .top-xxl-174 {
    top: -174px !important;
  }

  .top-xxl-173 {
    top: -173px !important;
  }

  .top-xxl-172 {
    top: -172px !important;
  }

  .top-xxl-171 {
    top: -171px !important;
  }

  .top-xxl-170 {
    top: -170px !important;
  }

  .top-xxl-169 {
    top: -169px !important;
  }

  .top-xxl-168 {
    top: -168px !important;
  }

  .top-xxl-167 {
    top: -167px !important;
  }

  .top-xxl-166 {
    top: -166px !important;
  }

  .top-xxl-165 {
    top: -165px !important;
  }

  .top-xxl-164 {
    top: -164px !important;
  }

  .top-xxl-163 {
    top: -163px !important;
  }

  .top-xxl-162 {
    top: -162px !important;
  }

  .top-xxl-161 {
    top: -161px !important;
  }

  .top-xxl-160 {
    top: -160px !important;
  }

  .top-xxl-159 {
    top: -159px !important;
  }

  .top-xxl-158 {
    top: -158px !important;
  }

  .top-xxl-157 {
    top: -157px !important;
  }

  .top-xxl-156 {
    top: -156px !important;
  }

  .top-xxl-155 {
    top: -155px !important;
  }

  .top-xxl-154 {
    top: -154px !important;
  }

  .top-xxl-153 {
    top: -153px !important;
  }

  .top-xxl-152 {
    top: -152px !important;
  }

  .top-xxl-151 {
    top: -151px !important;
  }

  .top-xxl-150 {
    top: -150px !important;
  }

  .top-xxl-149 {
    top: -149px !important;
  }

  .top-xxl-148 {
    top: -148px !important;
  }

  .top-xxl-147 {
    top: -147px !important;
  }

  .top-xxl-146 {
    top: -146px !important;
  }

  .top-xxl-145 {
    top: -145px !important;
  }

  .top-xxl-144 {
    top: -144px !important;
  }

  .top-xxl-143 {
    top: -143px !important;
  }

  .top-xxl-142 {
    top: -142px !important;
  }

  .top-xxl-141 {
    top: -141px !important;
  }

  .top-xxl-140 {
    top: -140px !important;
  }

  .top-xxl-139 {
    top: -139px !important;
  }

  .top-xxl-138 {
    top: -138px !important;
  }

  .top-xxl-137 {
    top: -137px !important;
  }

  .top-xxl-136 {
    top: -136px !important;
  }

  .top-xxl-135 {
    top: -135px !important;
  }

  .top-xxl-134 {
    top: -134px !important;
  }

  .top-xxl-133 {
    top: -133px !important;
  }

  .top-xxl-132 {
    top: -132px !important;
  }

  .top-xxl-131 {
    top: -131px !important;
  }

  .top-xxl-130 {
    top: -130px !important;
  }

  .top-xxl-129 {
    top: -129px !important;
  }

  .top-xxl-128 {
    top: -128px !important;
  }

  .top-xxl-127 {
    top: -127px !important;
  }

  .top-xxl-126 {
    top: -126px !important;
  }

  .top-xxl-125 {
    top: -125px !important;
  }

  .top-xxl-124 {
    top: -124px !important;
  }

  .top-xxl-123 {
    top: -123px !important;
  }

  .top-xxl-122 {
    top: -122px !important;
  }

  .top-xxl-121 {
    top: -121px !important;
  }

  .top-xxl-120 {
    top: -120px !important;
  }

  .top-xxl-119 {
    top: -119px !important;
  }

  .top-xxl-118 {
    top: -118px !important;
  }

  .top-xxl-117 {
    top: -117px !important;
  }

  .top-xxl-116 {
    top: -116px !important;
  }

  .top-xxl-115 {
    top: -115px !important;
  }

  .top-xxl-114 {
    top: -114px !important;
  }

  .top-xxl-113 {
    top: -113px !important;
  }

  .top-xxl-112 {
    top: -112px !important;
  }

  .top-xxl-111 {
    top: -111px !important;
  }

  .top-xxl-110 {
    top: -110px !important;
  }

  .top-xxl-109 {
    top: -109px !important;
  }

  .top-xxl-108 {
    top: -108px !important;
  }

  .top-xxl-107 {
    top: -107px !important;
  }

  .top-xxl-106 {
    top: -106px !important;
  }

  .top-xxl-105 {
    top: -105px !important;
  }

  .top-xxl-104 {
    top: -104px !important;
  }

  .top-xxl-103 {
    top: -103px !important;
  }

  .top-xxl-102 {
    top: -102px !important;
  }

  .top-xxl-101 {
    top: -101px !important;
  }

  .top-xxl-100 {
    top: -100px !important;
  }

  .top-xxl-99 {
    top: -99px !important;
  }

  .top-xxl-98 {
    top: -98px !important;
  }

  .top-xxl-97 {
    top: -97px !important;
  }

  .top-xxl-96 {
    top: -96px !important;
  }

  .top-xxl-95 {
    top: -95px !important;
  }

  .top-xxl-94 {
    top: -94px !important;
  }

  .top-xxl-93 {
    top: -93px !important;
  }

  .top-xxl-92 {
    top: -92px !important;
  }

  .top-xxl-91 {
    top: -91px !important;
  }

  .top-xxl-90 {
    top: -90px !important;
  }

  .top-xxl-89 {
    top: -89px !important;
  }

  .top-xxl-88 {
    top: -88px !important;
  }

  .top-xxl-87 {
    top: -87px !important;
  }

  .top-xxl-86 {
    top: -86px !important;
  }

  .top-xxl-85 {
    top: -85px !important;
  }

  .top-xxl-84 {
    top: -84px !important;
  }

  .top-xxl-83 {
    top: -83px !important;
  }

  .top-xxl-82 {
    top: -82px !important;
  }

  .top-xxl-81 {
    top: -81px !important;
  }

  .top-xxl-80 {
    top: -80px !important;
  }

  .top-xxl-79 {
    top: -79px !important;
  }

  .top-xxl-78 {
    top: -78px !important;
  }

  .top-xxl-77 {
    top: -77px !important;
  }

  .top-xxl-76 {
    top: -76px !important;
  }

  .top-xxl-75 {
    top: -75px !important;
  }

  .top-xxl-74 {
    top: -74px !important;
  }

  .top-xxl-73 {
    top: -73px !important;
  }

  .top-xxl-72 {
    top: -72px !important;
  }

  .top-xxl-71 {
    top: -71px !important;
  }

  .top-xxl-70 {
    top: -70px !important;
  }

  .top-xxl-69 {
    top: -69px !important;
  }

  .top-xxl-68 {
    top: -68px !important;
  }

  .top-xxl-67 {
    top: -67px !important;
  }

  .top-xxl-66 {
    top: -66px !important;
  }

  .top-xxl-65 {
    top: -65px !important;
  }

  .top-xxl-64 {
    top: -64px !important;
  }

  .top-xxl-63 {
    top: -63px !important;
  }

  .top-xxl-62 {
    top: -62px !important;
  }

  .top-xxl-61 {
    top: -61px !important;
  }

  .top-xxl-60 {
    top: -60px !important;
  }

  .top-xxl-59 {
    top: -59px !important;
  }

  .top-xxl-58 {
    top: -58px !important;
  }

  .top-xxl-57 {
    top: -57px !important;
  }

  .top-xxl-56 {
    top: -56px !important;
  }

  .top-xxl-55 {
    top: -55px !important;
  }

  .top-xxl-54 {
    top: -54px !important;
  }

  .top-xxl-53 {
    top: -53px !important;
  }

  .top-xxl-52 {
    top: -52px !important;
  }

  .top-xxl-51 {
    top: -51px !important;
  }

  .top-xxl-50 {
    top: -50px !important;
  }

  .top-xxl-49 {
    top: -49px !important;
  }

  .top-xxl-48 {
    top: -48px !important;
  }

  .top-xxl-47 {
    top: -47px !important;
  }

  .top-xxl-46 {
    top: -46px !important;
  }

  .top-xxl-45 {
    top: -45px !important;
  }

  .top-xxl-44 {
    top: -44px !important;
  }

  .top-xxl-43 {
    top: -43px !important;
  }

  .top-xxl-42 {
    top: -42px !important;
  }

  .top-xxl-41 {
    top: -41px !important;
  }

  .top-xxl-40 {
    top: -40px !important;
  }

  .top-xxl-39 {
    top: -39px !important;
  }

  .top-xxl-38 {
    top: -38px !important;
  }

  .top-xxl-37 {
    top: -37px !important;
  }

  .top-xxl-36 {
    top: -36px !important;
  }

  .top-xxl-35 {
    top: -35px !important;
  }

  .top-xxl-34 {
    top: -34px !important;
  }

  .top-xxl-33 {
    top: -33px !important;
  }

  .top-xxl-32 {
    top: -32px !important;
  }

  .top-xxl-31 {
    top: -31px !important;
  }

  .top-xxl-30 {
    top: -30px !important;
  }

  .top-xxl-29 {
    top: -29px !important;
  }

  .top-xxl-28 {
    top: -28px !important;
  }

  .top-xxl-27 {
    top: -27px !important;
  }

  .top-xxl-26 {
    top: -26px !important;
  }

  .top-xxl-25 {
    top: -25px !important;
  }

  .top-xxl-24 {
    top: -24px !important;
  }

  .top-xxl-23 {
    top: -23px !important;
  }

  .top-xxl-22 {
    top: -22px !important;
  }

  .top-xxl-21 {
    top: -21px !important;
  }

  .top-xxl-20 {
    top: -20px !important;
  }

  .top-xxl-19 {
    top: -19px !important;
  }

  .top-xxl-18 {
    top: -18px !important;
  }

  .top-xxl-17 {
    top: -17px !important;
  }

  .top-xxl-16 {
    top: -16px !important;
  }

  .top-xxl-15 {
    top: -15px !important;
  }

  .top-xxl-14 {
    top: -14px !important;
  }

  .top-xxl-13 {
    top: -13px !important;
  }

  .top-xxl-12 {
    top: -12px !important;
  }

  .top-xxl-11 {
    top: -11px !important;
  }

  .top-xxl-10 {
    top: -10px !important;
  }

  .top-xxl-9 {
    top: -9px !important;
  }

  .top-xxl-8 {
    top: -8px !important;
  }

  .top-xxl-7 {
    top: -7px !important;
  }

  .top-xxl-6 {
    top: -6px !important;
  }

  .top-xxl-5 {
    top: -5px !important;
  }

  .top-xxl-4 {
    top: -4px !important;
  }

  .top-xxl-3 {
    top: -3px !important;
  }

  .top-xxl-2 {
    top: -2px !important;
  }

  .top-xxl-1 {
    top: -1px !important;
  }

  .top-xxl0 {
    top: 0px !important;
  }

  .top-xxl1 {
    top: 1px !important;
  }

  .top-xxl2 {
    top: 2px !important;
  }

  .top-xxl3 {
    top: 3px !important;
  }

  .top-xxl4 {
    top: 4px !important;
  }

  .top-xxl5 {
    top: 5px !important;
  }

  .top-xxl6 {
    top: 6px !important;
  }

  .top-xxl7 {
    top: 7px !important;
  }

  .top-xxl8 {
    top: 8px !important;
  }

  .top-xxl9 {
    top: 9px !important;
  }

  .top-xxl10 {
    top: 10px !important;
  }

  .top-xxl11 {
    top: 11px !important;
  }

  .top-xxl12 {
    top: 12px !important;
  }

  .top-xxl13 {
    top: 13px !important;
  }

  .top-xxl14 {
    top: 14px !important;
  }

  .top-xxl15 {
    top: 15px !important;
  }

  .top-xxl16 {
    top: 16px !important;
  }

  .top-xxl17 {
    top: 17px !important;
  }

  .top-xxl18 {
    top: 18px !important;
  }

  .top-xxl19 {
    top: 19px !important;
  }

  .top-xxl20 {
    top: 20px !important;
  }

  .top-xxl21 {
    top: 21px !important;
  }

  .top-xxl22 {
    top: 22px !important;
  }

  .top-xxl23 {
    top: 23px !important;
  }

  .top-xxl24 {
    top: 24px !important;
  }

  .top-xxl25 {
    top: 25px !important;
  }

  .top-xxl26 {
    top: 26px !important;
  }

  .top-xxl27 {
    top: 27px !important;
  }

  .top-xxl28 {
    top: 28px !important;
  }

  .top-xxl29 {
    top: 29px !important;
  }

  .top-xxl30 {
    top: 30px !important;
  }

  .top-xxl31 {
    top: 31px !important;
  }

  .top-xxl32 {
    top: 32px !important;
  }

  .top-xxl33 {
    top: 33px !important;
  }

  .top-xxl34 {
    top: 34px !important;
  }

  .top-xxl35 {
    top: 35px !important;
  }

  .top-xxl36 {
    top: 36px !important;
  }

  .top-xxl37 {
    top: 37px !important;
  }

  .top-xxl38 {
    top: 38px !important;
  }

  .top-xxl39 {
    top: 39px !important;
  }

  .top-xxl40 {
    top: 40px !important;
  }

  .top-xxl41 {
    top: 41px !important;
  }

  .top-xxl42 {
    top: 42px !important;
  }

  .top-xxl43 {
    top: 43px !important;
  }

  .top-xxl44 {
    top: 44px !important;
  }

  .top-xxl45 {
    top: 45px !important;
  }

  .top-xxl46 {
    top: 46px !important;
  }

  .top-xxl47 {
    top: 47px !important;
  }

  .top-xxl48 {
    top: 48px !important;
  }

  .top-xxl49 {
    top: 49px !important;
  }

  .top-xxl50 {
    top: 50px !important;
  }

  .top-xxl51 {
    top: 51px !important;
  }

  .top-xxl52 {
    top: 52px !important;
  }

  .top-xxl53 {
    top: 53px !important;
  }

  .top-xxl54 {
    top: 54px !important;
  }

  .top-xxl55 {
    top: 55px !important;
  }

  .top-xxl56 {
    top: 56px !important;
  }

  .top-xxl57 {
    top: 57px !important;
  }

  .top-xxl58 {
    top: 58px !important;
  }

  .top-xxl59 {
    top: 59px !important;
  }

  .top-xxl60 {
    top: 60px !important;
  }

  .top-xxl61 {
    top: 61px !important;
  }

  .top-xxl62 {
    top: 62px !important;
  }

  .top-xxl63 {
    top: 63px !important;
  }

  .top-xxl64 {
    top: 64px !important;
  }

  .top-xxl65 {
    top: 65px !important;
  }

  .top-xxl66 {
    top: 66px !important;
  }

  .top-xxl67 {
    top: 67px !important;
  }

  .top-xxl68 {
    top: 68px !important;
  }

  .top-xxl69 {
    top: 69px !important;
  }

  .top-xxl70 {
    top: 70px !important;
  }

  .top-xxl71 {
    top: 71px !important;
  }

  .top-xxl72 {
    top: 72px !important;
  }

  .top-xxl73 {
    top: 73px !important;
  }

  .top-xxl74 {
    top: 74px !important;
  }

  .top-xxl75 {
    top: 75px !important;
  }

  .top-xxl76 {
    top: 76px !important;
  }

  .top-xxl77 {
    top: 77px !important;
  }

  .top-xxl78 {
    top: 78px !important;
  }

  .top-xxl79 {
    top: 79px !important;
  }

  .top-xxl80 {
    top: 80px !important;
  }

  .top-xxl81 {
    top: 81px !important;
  }

  .top-xxl82 {
    top: 82px !important;
  }

  .top-xxl83 {
    top: 83px !important;
  }

  .top-xxl84 {
    top: 84px !important;
  }

  .top-xxl85 {
    top: 85px !important;
  }

  .top-xxl86 {
    top: 86px !important;
  }

  .top-xxl87 {
    top: 87px !important;
  }

  .top-xxl88 {
    top: 88px !important;
  }

  .top-xxl89 {
    top: 89px !important;
  }

  .top-xxl90 {
    top: 90px !important;
  }

  .top-xxl91 {
    top: 91px !important;
  }

  .top-xxl92 {
    top: 92px !important;
  }

  .top-xxl93 {
    top: 93px !important;
  }

  .top-xxl94 {
    top: 94px !important;
  }

  .top-xxl95 {
    top: 95px !important;
  }

  .top-xxl96 {
    top: 96px !important;
  }

  .top-xxl97 {
    top: 97px !important;
  }

  .top-xxl98 {
    top: 98px !important;
  }

  .top-xxl99 {
    top: 99px !important;
  }

  .top-xxl100 {
    top: 100px !important;
  }

  .top-xxl101 {
    top: 101px !important;
  }

  .top-xxl102 {
    top: 102px !important;
  }

  .top-xxl103 {
    top: 103px !important;
  }

  .top-xxl104 {
    top: 104px !important;
  }

  .top-xxl105 {
    top: 105px !important;
  }

  .top-xxl106 {
    top: 106px !important;
  }

  .top-xxl107 {
    top: 107px !important;
  }

  .top-xxl108 {
    top: 108px !important;
  }

  .top-xxl109 {
    top: 109px !important;
  }

  .top-xxl110 {
    top: 110px !important;
  }

  .top-xxl111 {
    top: 111px !important;
  }

  .top-xxl112 {
    top: 112px !important;
  }

  .top-xxl113 {
    top: 113px !important;
  }

  .top-xxl114 {
    top: 114px !important;
  }

  .top-xxl115 {
    top: 115px !important;
  }

  .top-xxl116 {
    top: 116px !important;
  }

  .top-xxl117 {
    top: 117px !important;
  }

  .top-xxl118 {
    top: 118px !important;
  }

  .top-xxl119 {
    top: 119px !important;
  }

  .top-xxl120 {
    top: 120px !important;
  }

  .top-xxl121 {
    top: 121px !important;
  }

  .top-xxl122 {
    top: 122px !important;
  }

  .top-xxl123 {
    top: 123px !important;
  }

  .top-xxl124 {
    top: 124px !important;
  }

  .top-xxl125 {
    top: 125px !important;
  }

  .top-xxl126 {
    top: 126px !important;
  }

  .top-xxl127 {
    top: 127px !important;
  }

  .top-xxl128 {
    top: 128px !important;
  }

  .top-xxl129 {
    top: 129px !important;
  }

  .top-xxl130 {
    top: 130px !important;
  }

  .top-xxl131 {
    top: 131px !important;
  }

  .top-xxl132 {
    top: 132px !important;
  }

  .top-xxl133 {
    top: 133px !important;
  }

  .top-xxl134 {
    top: 134px !important;
  }

  .top-xxl135 {
    top: 135px !important;
  }

  .top-xxl136 {
    top: 136px !important;
  }

  .top-xxl137 {
    top: 137px !important;
  }

  .top-xxl138 {
    top: 138px !important;
  }

  .top-xxl139 {
    top: 139px !important;
  }

  .top-xxl140 {
    top: 140px !important;
  }

  .top-xxl141 {
    top: 141px !important;
  }

  .top-xxl142 {
    top: 142px !important;
  }

  .top-xxl143 {
    top: 143px !important;
  }

  .top-xxl144 {
    top: 144px !important;
  }

  .top-xxl145 {
    top: 145px !important;
  }

  .top-xxl146 {
    top: 146px !important;
  }

  .top-xxl147 {
    top: 147px !important;
  }

  .top-xxl148 {
    top: 148px !important;
  }

  .top-xxl149 {
    top: 149px !important;
  }

  .top-xxl150 {
    top: 150px !important;
  }

  .top-xxl151 {
    top: 151px !important;
  }

  .top-xxl152 {
    top: 152px !important;
  }

  .top-xxl153 {
    top: 153px !important;
  }

  .top-xxl154 {
    top: 154px !important;
  }

  .top-xxl155 {
    top: 155px !important;
  }

  .top-xxl156 {
    top: 156px !important;
  }

  .top-xxl157 {
    top: 157px !important;
  }

  .top-xxl158 {
    top: 158px !important;
  }

  .top-xxl159 {
    top: 159px !important;
  }

  .top-xxl160 {
    top: 160px !important;
  }

  .top-xxl161 {
    top: 161px !important;
  }

  .top-xxl162 {
    top: 162px !important;
  }

  .top-xxl163 {
    top: 163px !important;
  }

  .top-xxl164 {
    top: 164px !important;
  }

  .top-xxl165 {
    top: 165px !important;
  }

  .top-xxl166 {
    top: 166px !important;
  }

  .top-xxl167 {
    top: 167px !important;
  }

  .top-xxl168 {
    top: 168px !important;
  }

  .top-xxl169 {
    top: 169px !important;
  }

  .top-xxl170 {
    top: 170px !important;
  }

  .top-xxl171 {
    top: 171px !important;
  }

  .top-xxl172 {
    top: 172px !important;
  }

  .top-xxl173 {
    top: 173px !important;
  }

  .top-xxl174 {
    top: 174px !important;
  }

  .top-xxl175 {
    top: 175px !important;
  }

  .top-xxl176 {
    top: 176px !important;
  }

  .top-xxl177 {
    top: 177px !important;
  }

  .top-xxl178 {
    top: 178px !important;
  }

  .top-xxl179 {
    top: 179px !important;
  }

  .top-xxl180 {
    top: 180px !important;
  }

  .top-xxl181 {
    top: 181px !important;
  }

  .top-xxl182 {
    top: 182px !important;
  }

  .top-xxl183 {
    top: 183px !important;
  }

  .top-xxl184 {
    top: 184px !important;
  }

  .top-xxl185 {
    top: 185px !important;
  }

  .top-xxl186 {
    top: 186px !important;
  }

  .top-xxl187 {
    top: 187px !important;
  }

  .top-xxl188 {
    top: 188px !important;
  }

  .top-xxl189 {
    top: 189px !important;
  }

  .top-xxl190 {
    top: 190px !important;
  }

  .top-xxl191 {
    top: 191px !important;
  }

  .top-xxl192 {
    top: 192px !important;
  }

  .top-xxl193 {
    top: 193px !important;
  }

  .top-xxl194 {
    top: 194px !important;
  }

  .top-xxl195 {
    top: 195px !important;
  }

  .top-xxl196 {
    top: 196px !important;
  }

  .top-xxl197 {
    top: 197px !important;
  }

  .top-xxl198 {
    top: 198px !important;
  }

  .top-xxl199 {
    top: 199px !important;
  }

  .top-xxl200 {
    top: 200px !important;
  }
}
.bottom-200 {
  bottom: -200px !important;
}

.bottom-199 {
  bottom: -199px !important;
}

.bottom-198 {
  bottom: -198px !important;
}

.bottom-197 {
  bottom: -197px !important;
}

.bottom-196 {
  bottom: -196px !important;
}

.bottom-195 {
  bottom: -195px !important;
}

.bottom-194 {
  bottom: -194px !important;
}

.bottom-193 {
  bottom: -193px !important;
}

.bottom-192 {
  bottom: -192px !important;
}

.bottom-191 {
  bottom: -191px !important;
}

.bottom-190 {
  bottom: -190px !important;
}

.bottom-189 {
  bottom: -189px !important;
}

.bottom-188 {
  bottom: -188px !important;
}

.bottom-187 {
  bottom: -187px !important;
}

.bottom-186 {
  bottom: -186px !important;
}

.bottom-185 {
  bottom: -185px !important;
}

.bottom-184 {
  bottom: -184px !important;
}

.bottom-183 {
  bottom: -183px !important;
}

.bottom-182 {
  bottom: -182px !important;
}

.bottom-181 {
  bottom: -181px !important;
}

.bottom-180 {
  bottom: -180px !important;
}

.bottom-179 {
  bottom: -179px !important;
}

.bottom-178 {
  bottom: -178px !important;
}

.bottom-177 {
  bottom: -177px !important;
}

.bottom-176 {
  bottom: -176px !important;
}

.bottom-175 {
  bottom: -175px !important;
}

.bottom-174 {
  bottom: -174px !important;
}

.bottom-173 {
  bottom: -173px !important;
}

.bottom-172 {
  bottom: -172px !important;
}

.bottom-171 {
  bottom: -171px !important;
}

.bottom-170 {
  bottom: -170px !important;
}

.bottom-169 {
  bottom: -169px !important;
}

.bottom-168 {
  bottom: -168px !important;
}

.bottom-167 {
  bottom: -167px !important;
}

.bottom-166 {
  bottom: -166px !important;
}

.bottom-165 {
  bottom: -165px !important;
}

.bottom-164 {
  bottom: -164px !important;
}

.bottom-163 {
  bottom: -163px !important;
}

.bottom-162 {
  bottom: -162px !important;
}

.bottom-161 {
  bottom: -161px !important;
}

.bottom-160 {
  bottom: -160px !important;
}

.bottom-159 {
  bottom: -159px !important;
}

.bottom-158 {
  bottom: -158px !important;
}

.bottom-157 {
  bottom: -157px !important;
}

.bottom-156 {
  bottom: -156px !important;
}

.bottom-155 {
  bottom: -155px !important;
}

.bottom-154 {
  bottom: -154px !important;
}

.bottom-153 {
  bottom: -153px !important;
}

.bottom-152 {
  bottom: -152px !important;
}

.bottom-151 {
  bottom: -151px !important;
}

.bottom-150 {
  bottom: -150px !important;
}

.bottom-149 {
  bottom: -149px !important;
}

.bottom-148 {
  bottom: -148px !important;
}

.bottom-147 {
  bottom: -147px !important;
}

.bottom-146 {
  bottom: -146px !important;
}

.bottom-145 {
  bottom: -145px !important;
}

.bottom-144 {
  bottom: -144px !important;
}

.bottom-143 {
  bottom: -143px !important;
}

.bottom-142 {
  bottom: -142px !important;
}

.bottom-141 {
  bottom: -141px !important;
}

.bottom-140 {
  bottom: -140px !important;
}

.bottom-139 {
  bottom: -139px !important;
}

.bottom-138 {
  bottom: -138px !important;
}

.bottom-137 {
  bottom: -137px !important;
}

.bottom-136 {
  bottom: -136px !important;
}

.bottom-135 {
  bottom: -135px !important;
}

.bottom-134 {
  bottom: -134px !important;
}

.bottom-133 {
  bottom: -133px !important;
}

.bottom-132 {
  bottom: -132px !important;
}

.bottom-131 {
  bottom: -131px !important;
}

.bottom-130 {
  bottom: -130px !important;
}

.bottom-129 {
  bottom: -129px !important;
}

.bottom-128 {
  bottom: -128px !important;
}

.bottom-127 {
  bottom: -127px !important;
}

.bottom-126 {
  bottom: -126px !important;
}

.bottom-125 {
  bottom: -125px !important;
}

.bottom-124 {
  bottom: -124px !important;
}

.bottom-123 {
  bottom: -123px !important;
}

.bottom-122 {
  bottom: -122px !important;
}

.bottom-121 {
  bottom: -121px !important;
}

.bottom-120 {
  bottom: -120px !important;
}

.bottom-119 {
  bottom: -119px !important;
}

.bottom-118 {
  bottom: -118px !important;
}

.bottom-117 {
  bottom: -117px !important;
}

.bottom-116 {
  bottom: -116px !important;
}

.bottom-115 {
  bottom: -115px !important;
}

.bottom-114 {
  bottom: -114px !important;
}

.bottom-113 {
  bottom: -113px !important;
}

.bottom-112 {
  bottom: -112px !important;
}

.bottom-111 {
  bottom: -111px !important;
}

.bottom-110 {
  bottom: -110px !important;
}

.bottom-109 {
  bottom: -109px !important;
}

.bottom-108 {
  bottom: -108px !important;
}

.bottom-107 {
  bottom: -107px !important;
}

.bottom-106 {
  bottom: -106px !important;
}

.bottom-105 {
  bottom: -105px !important;
}

.bottom-104 {
  bottom: -104px !important;
}

.bottom-103 {
  bottom: -103px !important;
}

.bottom-102 {
  bottom: -102px !important;
}

.bottom-101 {
  bottom: -101px !important;
}

.bottom-100 {
  bottom: -100px !important;
}

.bottom-99 {
  bottom: -99px !important;
}

.bottom-98 {
  bottom: -98px !important;
}

.bottom-97 {
  bottom: -97px !important;
}

.bottom-96 {
  bottom: -96px !important;
}

.bottom-95 {
  bottom: -95px !important;
}

.bottom-94 {
  bottom: -94px !important;
}

.bottom-93 {
  bottom: -93px !important;
}

.bottom-92 {
  bottom: -92px !important;
}

.bottom-91 {
  bottom: -91px !important;
}

.bottom-90 {
  bottom: -90px !important;
}

.bottom-89 {
  bottom: -89px !important;
}

.bottom-88 {
  bottom: -88px !important;
}

.bottom-87 {
  bottom: -87px !important;
}

.bottom-86 {
  bottom: -86px !important;
}

.bottom-85 {
  bottom: -85px !important;
}

.bottom-84 {
  bottom: -84px !important;
}

.bottom-83 {
  bottom: -83px !important;
}

.bottom-82 {
  bottom: -82px !important;
}

.bottom-81 {
  bottom: -81px !important;
}

.bottom-80 {
  bottom: -80px !important;
}

.bottom-79 {
  bottom: -79px !important;
}

.bottom-78 {
  bottom: -78px !important;
}

.bottom-77 {
  bottom: -77px !important;
}

.bottom-76 {
  bottom: -76px !important;
}

.bottom-75 {
  bottom: -75px !important;
}

.bottom-74 {
  bottom: -74px !important;
}

.bottom-73 {
  bottom: -73px !important;
}

.bottom-72 {
  bottom: -72px !important;
}

.bottom-71 {
  bottom: -71px !important;
}

.bottom-70 {
  bottom: -70px !important;
}

.bottom-69 {
  bottom: -69px !important;
}

.bottom-68 {
  bottom: -68px !important;
}

.bottom-67 {
  bottom: -67px !important;
}

.bottom-66 {
  bottom: -66px !important;
}

.bottom-65 {
  bottom: -65px !important;
}

.bottom-64 {
  bottom: -64px !important;
}

.bottom-63 {
  bottom: -63px !important;
}

.bottom-62 {
  bottom: -62px !important;
}

.bottom-61 {
  bottom: -61px !important;
}

.bottom-60 {
  bottom: -60px !important;
}

.bottom-59 {
  bottom: -59px !important;
}

.bottom-58 {
  bottom: -58px !important;
}

.bottom-57 {
  bottom: -57px !important;
}

.bottom-56 {
  bottom: -56px !important;
}

.bottom-55 {
  bottom: -55px !important;
}

.bottom-54 {
  bottom: -54px !important;
}

.bottom-53 {
  bottom: -53px !important;
}

.bottom-52 {
  bottom: -52px !important;
}

.bottom-51 {
  bottom: -51px !important;
}

.bottom-50 {
  bottom: -50px !important;
}

.bottom-49 {
  bottom: -49px !important;
}

.bottom-48 {
  bottom: -48px !important;
}

.bottom-47 {
  bottom: -47px !important;
}

.bottom-46 {
  bottom: -46px !important;
}

.bottom-45 {
  bottom: -45px !important;
}

.bottom-44 {
  bottom: -44px !important;
}

.bottom-43 {
  bottom: -43px !important;
}

.bottom-42 {
  bottom: -42px !important;
}

.bottom-41 {
  bottom: -41px !important;
}

.bottom-40 {
  bottom: -40px !important;
}

.bottom-39 {
  bottom: -39px !important;
}

.bottom-38 {
  bottom: -38px !important;
}

.bottom-37 {
  bottom: -37px !important;
}

.bottom-36 {
  bottom: -36px !important;
}

.bottom-35 {
  bottom: -35px !important;
}

.bottom-34 {
  bottom: -34px !important;
}

.bottom-33 {
  bottom: -33px !important;
}

.bottom-32 {
  bottom: -32px !important;
}

.bottom-31 {
  bottom: -31px !important;
}

.bottom-30 {
  bottom: -30px !important;
}

.bottom-29 {
  bottom: -29px !important;
}

.bottom-28 {
  bottom: -28px !important;
}

.bottom-27 {
  bottom: -27px !important;
}

.bottom-26 {
  bottom: -26px !important;
}

.bottom-25 {
  bottom: -25px !important;
}

.bottom-24 {
  bottom: -24px !important;
}

.bottom-23 {
  bottom: -23px !important;
}

.bottom-22 {
  bottom: -22px !important;
}

.bottom-21 {
  bottom: -21px !important;
}

.bottom-20 {
  bottom: -20px !important;
}

.bottom-19 {
  bottom: -19px !important;
}

.bottom-18 {
  bottom: -18px !important;
}

.bottom-17 {
  bottom: -17px !important;
}

.bottom-16 {
  bottom: -16px !important;
}

.bottom-15 {
  bottom: -15px !important;
}

.bottom-14 {
  bottom: -14px !important;
}

.bottom-13 {
  bottom: -13px !important;
}

.bottom-12 {
  bottom: -12px !important;
}

.bottom-11 {
  bottom: -11px !important;
}

.bottom-10 {
  bottom: -10px !important;
}

.bottom-9 {
  bottom: -9px !important;
}

.bottom-8 {
  bottom: -8px !important;
}

.bottom-7 {
  bottom: -7px !important;
}

.bottom-6 {
  bottom: -6px !important;
}

.bottom-5 {
  bottom: -5px !important;
}

.bottom-4 {
  bottom: -4px !important;
}

.bottom-3 {
  bottom: -3px !important;
}

.bottom-2 {
  bottom: -2px !important;
}

.bottom-1 {
  bottom: -1px !important;
}

.bottom0 {
  bottom: 0px !important;
}

.bottom1 {
  bottom: 1px !important;
}

.bottom2 {
  bottom: 2px !important;
}

.bottom3 {
  bottom: 3px !important;
}

.bottom4 {
  bottom: 4px !important;
}

.bottom5 {
  bottom: 5px !important;
}

.bottom6 {
  bottom: 6px !important;
}

.bottom7 {
  bottom: 7px !important;
}

.bottom8 {
  bottom: 8px !important;
}

.bottom9 {
  bottom: 9px !important;
}

.bottom10 {
  bottom: 10px !important;
}

.bottom11 {
  bottom: 11px !important;
}

.bottom12 {
  bottom: 12px !important;
}

.bottom13 {
  bottom: 13px !important;
}

.bottom14 {
  bottom: 14px !important;
}

.bottom15 {
  bottom: 15px !important;
}

.bottom16 {
  bottom: 16px !important;
}

.bottom17 {
  bottom: 17px !important;
}

.bottom18 {
  bottom: 18px !important;
}

.bottom19 {
  bottom: 19px !important;
}

.bottom20 {
  bottom: 20px !important;
}

.bottom21 {
  bottom: 21px !important;
}

.bottom22 {
  bottom: 22px !important;
}

.bottom23 {
  bottom: 23px !important;
}

.bottom24 {
  bottom: 24px !important;
}

.bottom25 {
  bottom: 25px !important;
}

.bottom26 {
  bottom: 26px !important;
}

.bottom27 {
  bottom: 27px !important;
}

.bottom28 {
  bottom: 28px !important;
}

.bottom29 {
  bottom: 29px !important;
}

.bottom30 {
  bottom: 30px !important;
}

.bottom31 {
  bottom: 31px !important;
}

.bottom32 {
  bottom: 32px !important;
}

.bottom33 {
  bottom: 33px !important;
}

.bottom34 {
  bottom: 34px !important;
}

.bottom35 {
  bottom: 35px !important;
}

.bottom36 {
  bottom: 36px !important;
}

.bottom37 {
  bottom: 37px !important;
}

.bottom38 {
  bottom: 38px !important;
}

.bottom39 {
  bottom: 39px !important;
}

.bottom40 {
  bottom: 40px !important;
}

.bottom41 {
  bottom: 41px !important;
}

.bottom42 {
  bottom: 42px !important;
}

.bottom43 {
  bottom: 43px !important;
}

.bottom44 {
  bottom: 44px !important;
}

.bottom45 {
  bottom: 45px !important;
}

.bottom46 {
  bottom: 46px !important;
}

.bottom47 {
  bottom: 47px !important;
}

.bottom48 {
  bottom: 48px !important;
}

.bottom49 {
  bottom: 49px !important;
}

.bottom50 {
  bottom: 50px !important;
}

.bottom51 {
  bottom: 51px !important;
}

.bottom52 {
  bottom: 52px !important;
}

.bottom53 {
  bottom: 53px !important;
}

.bottom54 {
  bottom: 54px !important;
}

.bottom55 {
  bottom: 55px !important;
}

.bottom56 {
  bottom: 56px !important;
}

.bottom57 {
  bottom: 57px !important;
}

.bottom58 {
  bottom: 58px !important;
}

.bottom59 {
  bottom: 59px !important;
}

.bottom60 {
  bottom: 60px !important;
}

.bottom61 {
  bottom: 61px !important;
}

.bottom62 {
  bottom: 62px !important;
}

.bottom63 {
  bottom: 63px !important;
}

.bottom64 {
  bottom: 64px !important;
}

.bottom65 {
  bottom: 65px !important;
}

.bottom66 {
  bottom: 66px !important;
}

.bottom67 {
  bottom: 67px !important;
}

.bottom68 {
  bottom: 68px !important;
}

.bottom69 {
  bottom: 69px !important;
}

.bottom70 {
  bottom: 70px !important;
}

.bottom71 {
  bottom: 71px !important;
}

.bottom72 {
  bottom: 72px !important;
}

.bottom73 {
  bottom: 73px !important;
}

.bottom74 {
  bottom: 74px !important;
}

.bottom75 {
  bottom: 75px !important;
}

.bottom76 {
  bottom: 76px !important;
}

.bottom77 {
  bottom: 77px !important;
}

.bottom78 {
  bottom: 78px !important;
}

.bottom79 {
  bottom: 79px !important;
}

.bottom80 {
  bottom: 80px !important;
}

.bottom81 {
  bottom: 81px !important;
}

.bottom82 {
  bottom: 82px !important;
}

.bottom83 {
  bottom: 83px !important;
}

.bottom84 {
  bottom: 84px !important;
}

.bottom85 {
  bottom: 85px !important;
}

.bottom86 {
  bottom: 86px !important;
}

.bottom87 {
  bottom: 87px !important;
}

.bottom88 {
  bottom: 88px !important;
}

.bottom89 {
  bottom: 89px !important;
}

.bottom90 {
  bottom: 90px !important;
}

.bottom91 {
  bottom: 91px !important;
}

.bottom92 {
  bottom: 92px !important;
}

.bottom93 {
  bottom: 93px !important;
}

.bottom94 {
  bottom: 94px !important;
}

.bottom95 {
  bottom: 95px !important;
}

.bottom96 {
  bottom: 96px !important;
}

.bottom97 {
  bottom: 97px !important;
}

.bottom98 {
  bottom: 98px !important;
}

.bottom99 {
  bottom: 99px !important;
}

.bottom100 {
  bottom: 100px !important;
}

.bottom101 {
  bottom: 101px !important;
}

.bottom102 {
  bottom: 102px !important;
}

.bottom103 {
  bottom: 103px !important;
}

.bottom104 {
  bottom: 104px !important;
}

.bottom105 {
  bottom: 105px !important;
}

.bottom106 {
  bottom: 106px !important;
}

.bottom107 {
  bottom: 107px !important;
}

.bottom108 {
  bottom: 108px !important;
}

.bottom109 {
  bottom: 109px !important;
}

.bottom110 {
  bottom: 110px !important;
}

.bottom111 {
  bottom: 111px !important;
}

.bottom112 {
  bottom: 112px !important;
}

.bottom113 {
  bottom: 113px !important;
}

.bottom114 {
  bottom: 114px !important;
}

.bottom115 {
  bottom: 115px !important;
}

.bottom116 {
  bottom: 116px !important;
}

.bottom117 {
  bottom: 117px !important;
}

.bottom118 {
  bottom: 118px !important;
}

.bottom119 {
  bottom: 119px !important;
}

.bottom120 {
  bottom: 120px !important;
}

.bottom121 {
  bottom: 121px !important;
}

.bottom122 {
  bottom: 122px !important;
}

.bottom123 {
  bottom: 123px !important;
}

.bottom124 {
  bottom: 124px !important;
}

.bottom125 {
  bottom: 125px !important;
}

.bottom126 {
  bottom: 126px !important;
}

.bottom127 {
  bottom: 127px !important;
}

.bottom128 {
  bottom: 128px !important;
}

.bottom129 {
  bottom: 129px !important;
}

.bottom130 {
  bottom: 130px !important;
}

.bottom131 {
  bottom: 131px !important;
}

.bottom132 {
  bottom: 132px !important;
}

.bottom133 {
  bottom: 133px !important;
}

.bottom134 {
  bottom: 134px !important;
}

.bottom135 {
  bottom: 135px !important;
}

.bottom136 {
  bottom: 136px !important;
}

.bottom137 {
  bottom: 137px !important;
}

.bottom138 {
  bottom: 138px !important;
}

.bottom139 {
  bottom: 139px !important;
}

.bottom140 {
  bottom: 140px !important;
}

.bottom141 {
  bottom: 141px !important;
}

.bottom142 {
  bottom: 142px !important;
}

.bottom143 {
  bottom: 143px !important;
}

.bottom144 {
  bottom: 144px !important;
}

.bottom145 {
  bottom: 145px !important;
}

.bottom146 {
  bottom: 146px !important;
}

.bottom147 {
  bottom: 147px !important;
}

.bottom148 {
  bottom: 148px !important;
}

.bottom149 {
  bottom: 149px !important;
}

.bottom150 {
  bottom: 150px !important;
}

.bottom151 {
  bottom: 151px !important;
}

.bottom152 {
  bottom: 152px !important;
}

.bottom153 {
  bottom: 153px !important;
}

.bottom154 {
  bottom: 154px !important;
}

.bottom155 {
  bottom: 155px !important;
}

.bottom156 {
  bottom: 156px !important;
}

.bottom157 {
  bottom: 157px !important;
}

.bottom158 {
  bottom: 158px !important;
}

.bottom159 {
  bottom: 159px !important;
}

.bottom160 {
  bottom: 160px !important;
}

.bottom161 {
  bottom: 161px !important;
}

.bottom162 {
  bottom: 162px !important;
}

.bottom163 {
  bottom: 163px !important;
}

.bottom164 {
  bottom: 164px !important;
}

.bottom165 {
  bottom: 165px !important;
}

.bottom166 {
  bottom: 166px !important;
}

.bottom167 {
  bottom: 167px !important;
}

.bottom168 {
  bottom: 168px !important;
}

.bottom169 {
  bottom: 169px !important;
}

.bottom170 {
  bottom: 170px !important;
}

.bottom171 {
  bottom: 171px !important;
}

.bottom172 {
  bottom: 172px !important;
}

.bottom173 {
  bottom: 173px !important;
}

.bottom174 {
  bottom: 174px !important;
}

.bottom175 {
  bottom: 175px !important;
}

.bottom176 {
  bottom: 176px !important;
}

.bottom177 {
  bottom: 177px !important;
}

.bottom178 {
  bottom: 178px !important;
}

.bottom179 {
  bottom: 179px !important;
}

.bottom180 {
  bottom: 180px !important;
}

.bottom181 {
  bottom: 181px !important;
}

.bottom182 {
  bottom: 182px !important;
}

.bottom183 {
  bottom: 183px !important;
}

.bottom184 {
  bottom: 184px !important;
}

.bottom185 {
  bottom: 185px !important;
}

.bottom186 {
  bottom: 186px !important;
}

.bottom187 {
  bottom: 187px !important;
}

.bottom188 {
  bottom: 188px !important;
}

.bottom189 {
  bottom: 189px !important;
}

.bottom190 {
  bottom: 190px !important;
}

.bottom191 {
  bottom: 191px !important;
}

.bottom192 {
  bottom: 192px !important;
}

.bottom193 {
  bottom: 193px !important;
}

.bottom194 {
  bottom: 194px !important;
}

.bottom195 {
  bottom: 195px !important;
}

.bottom196 {
  bottom: 196px !important;
}

.bottom197 {
  bottom: 197px !important;
}

.bottom198 {
  bottom: 198px !important;
}

.bottom199 {
  bottom: 199px !important;
}

.bottom200 {
  bottom: 200px !important;
}

@media (min-width: 576px) {
  .bottom-sm-200 {
    bottom: -200px !important;
  }

  .bottom-sm-199 {
    bottom: -199px !important;
  }

  .bottom-sm-198 {
    bottom: -198px !important;
  }

  .bottom-sm-197 {
    bottom: -197px !important;
  }

  .bottom-sm-196 {
    bottom: -196px !important;
  }

  .bottom-sm-195 {
    bottom: -195px !important;
  }

  .bottom-sm-194 {
    bottom: -194px !important;
  }

  .bottom-sm-193 {
    bottom: -193px !important;
  }

  .bottom-sm-192 {
    bottom: -192px !important;
  }

  .bottom-sm-191 {
    bottom: -191px !important;
  }

  .bottom-sm-190 {
    bottom: -190px !important;
  }

  .bottom-sm-189 {
    bottom: -189px !important;
  }

  .bottom-sm-188 {
    bottom: -188px !important;
  }

  .bottom-sm-187 {
    bottom: -187px !important;
  }

  .bottom-sm-186 {
    bottom: -186px !important;
  }

  .bottom-sm-185 {
    bottom: -185px !important;
  }

  .bottom-sm-184 {
    bottom: -184px !important;
  }

  .bottom-sm-183 {
    bottom: -183px !important;
  }

  .bottom-sm-182 {
    bottom: -182px !important;
  }

  .bottom-sm-181 {
    bottom: -181px !important;
  }

  .bottom-sm-180 {
    bottom: -180px !important;
  }

  .bottom-sm-179 {
    bottom: -179px !important;
  }

  .bottom-sm-178 {
    bottom: -178px !important;
  }

  .bottom-sm-177 {
    bottom: -177px !important;
  }

  .bottom-sm-176 {
    bottom: -176px !important;
  }

  .bottom-sm-175 {
    bottom: -175px !important;
  }

  .bottom-sm-174 {
    bottom: -174px !important;
  }

  .bottom-sm-173 {
    bottom: -173px !important;
  }

  .bottom-sm-172 {
    bottom: -172px !important;
  }

  .bottom-sm-171 {
    bottom: -171px !important;
  }

  .bottom-sm-170 {
    bottom: -170px !important;
  }

  .bottom-sm-169 {
    bottom: -169px !important;
  }

  .bottom-sm-168 {
    bottom: -168px !important;
  }

  .bottom-sm-167 {
    bottom: -167px !important;
  }

  .bottom-sm-166 {
    bottom: -166px !important;
  }

  .bottom-sm-165 {
    bottom: -165px !important;
  }

  .bottom-sm-164 {
    bottom: -164px !important;
  }

  .bottom-sm-163 {
    bottom: -163px !important;
  }

  .bottom-sm-162 {
    bottom: -162px !important;
  }

  .bottom-sm-161 {
    bottom: -161px !important;
  }

  .bottom-sm-160 {
    bottom: -160px !important;
  }

  .bottom-sm-159 {
    bottom: -159px !important;
  }

  .bottom-sm-158 {
    bottom: -158px !important;
  }

  .bottom-sm-157 {
    bottom: -157px !important;
  }

  .bottom-sm-156 {
    bottom: -156px !important;
  }

  .bottom-sm-155 {
    bottom: -155px !important;
  }

  .bottom-sm-154 {
    bottom: -154px !important;
  }

  .bottom-sm-153 {
    bottom: -153px !important;
  }

  .bottom-sm-152 {
    bottom: -152px !important;
  }

  .bottom-sm-151 {
    bottom: -151px !important;
  }

  .bottom-sm-150 {
    bottom: -150px !important;
  }

  .bottom-sm-149 {
    bottom: -149px !important;
  }

  .bottom-sm-148 {
    bottom: -148px !important;
  }

  .bottom-sm-147 {
    bottom: -147px !important;
  }

  .bottom-sm-146 {
    bottom: -146px !important;
  }

  .bottom-sm-145 {
    bottom: -145px !important;
  }

  .bottom-sm-144 {
    bottom: -144px !important;
  }

  .bottom-sm-143 {
    bottom: -143px !important;
  }

  .bottom-sm-142 {
    bottom: -142px !important;
  }

  .bottom-sm-141 {
    bottom: -141px !important;
  }

  .bottom-sm-140 {
    bottom: -140px !important;
  }

  .bottom-sm-139 {
    bottom: -139px !important;
  }

  .bottom-sm-138 {
    bottom: -138px !important;
  }

  .bottom-sm-137 {
    bottom: -137px !important;
  }

  .bottom-sm-136 {
    bottom: -136px !important;
  }

  .bottom-sm-135 {
    bottom: -135px !important;
  }

  .bottom-sm-134 {
    bottom: -134px !important;
  }

  .bottom-sm-133 {
    bottom: -133px !important;
  }

  .bottom-sm-132 {
    bottom: -132px !important;
  }

  .bottom-sm-131 {
    bottom: -131px !important;
  }

  .bottom-sm-130 {
    bottom: -130px !important;
  }

  .bottom-sm-129 {
    bottom: -129px !important;
  }

  .bottom-sm-128 {
    bottom: -128px !important;
  }

  .bottom-sm-127 {
    bottom: -127px !important;
  }

  .bottom-sm-126 {
    bottom: -126px !important;
  }

  .bottom-sm-125 {
    bottom: -125px !important;
  }

  .bottom-sm-124 {
    bottom: -124px !important;
  }

  .bottom-sm-123 {
    bottom: -123px !important;
  }

  .bottom-sm-122 {
    bottom: -122px !important;
  }

  .bottom-sm-121 {
    bottom: -121px !important;
  }

  .bottom-sm-120 {
    bottom: -120px !important;
  }

  .bottom-sm-119 {
    bottom: -119px !important;
  }

  .bottom-sm-118 {
    bottom: -118px !important;
  }

  .bottom-sm-117 {
    bottom: -117px !important;
  }

  .bottom-sm-116 {
    bottom: -116px !important;
  }

  .bottom-sm-115 {
    bottom: -115px !important;
  }

  .bottom-sm-114 {
    bottom: -114px !important;
  }

  .bottom-sm-113 {
    bottom: -113px !important;
  }

  .bottom-sm-112 {
    bottom: -112px !important;
  }

  .bottom-sm-111 {
    bottom: -111px !important;
  }

  .bottom-sm-110 {
    bottom: -110px !important;
  }

  .bottom-sm-109 {
    bottom: -109px !important;
  }

  .bottom-sm-108 {
    bottom: -108px !important;
  }

  .bottom-sm-107 {
    bottom: -107px !important;
  }

  .bottom-sm-106 {
    bottom: -106px !important;
  }

  .bottom-sm-105 {
    bottom: -105px !important;
  }

  .bottom-sm-104 {
    bottom: -104px !important;
  }

  .bottom-sm-103 {
    bottom: -103px !important;
  }

  .bottom-sm-102 {
    bottom: -102px !important;
  }

  .bottom-sm-101 {
    bottom: -101px !important;
  }

  .bottom-sm-100 {
    bottom: -100px !important;
  }

  .bottom-sm-99 {
    bottom: -99px !important;
  }

  .bottom-sm-98 {
    bottom: -98px !important;
  }

  .bottom-sm-97 {
    bottom: -97px !important;
  }

  .bottom-sm-96 {
    bottom: -96px !important;
  }

  .bottom-sm-95 {
    bottom: -95px !important;
  }

  .bottom-sm-94 {
    bottom: -94px !important;
  }

  .bottom-sm-93 {
    bottom: -93px !important;
  }

  .bottom-sm-92 {
    bottom: -92px !important;
  }

  .bottom-sm-91 {
    bottom: -91px !important;
  }

  .bottom-sm-90 {
    bottom: -90px !important;
  }

  .bottom-sm-89 {
    bottom: -89px !important;
  }

  .bottom-sm-88 {
    bottom: -88px !important;
  }

  .bottom-sm-87 {
    bottom: -87px !important;
  }

  .bottom-sm-86 {
    bottom: -86px !important;
  }

  .bottom-sm-85 {
    bottom: -85px !important;
  }

  .bottom-sm-84 {
    bottom: -84px !important;
  }

  .bottom-sm-83 {
    bottom: -83px !important;
  }

  .bottom-sm-82 {
    bottom: -82px !important;
  }

  .bottom-sm-81 {
    bottom: -81px !important;
  }

  .bottom-sm-80 {
    bottom: -80px !important;
  }

  .bottom-sm-79 {
    bottom: -79px !important;
  }

  .bottom-sm-78 {
    bottom: -78px !important;
  }

  .bottom-sm-77 {
    bottom: -77px !important;
  }

  .bottom-sm-76 {
    bottom: -76px !important;
  }

  .bottom-sm-75 {
    bottom: -75px !important;
  }

  .bottom-sm-74 {
    bottom: -74px !important;
  }

  .bottom-sm-73 {
    bottom: -73px !important;
  }

  .bottom-sm-72 {
    bottom: -72px !important;
  }

  .bottom-sm-71 {
    bottom: -71px !important;
  }

  .bottom-sm-70 {
    bottom: -70px !important;
  }

  .bottom-sm-69 {
    bottom: -69px !important;
  }

  .bottom-sm-68 {
    bottom: -68px !important;
  }

  .bottom-sm-67 {
    bottom: -67px !important;
  }

  .bottom-sm-66 {
    bottom: -66px !important;
  }

  .bottom-sm-65 {
    bottom: -65px !important;
  }

  .bottom-sm-64 {
    bottom: -64px !important;
  }

  .bottom-sm-63 {
    bottom: -63px !important;
  }

  .bottom-sm-62 {
    bottom: -62px !important;
  }

  .bottom-sm-61 {
    bottom: -61px !important;
  }

  .bottom-sm-60 {
    bottom: -60px !important;
  }

  .bottom-sm-59 {
    bottom: -59px !important;
  }

  .bottom-sm-58 {
    bottom: -58px !important;
  }

  .bottom-sm-57 {
    bottom: -57px !important;
  }

  .bottom-sm-56 {
    bottom: -56px !important;
  }

  .bottom-sm-55 {
    bottom: -55px !important;
  }

  .bottom-sm-54 {
    bottom: -54px !important;
  }

  .bottom-sm-53 {
    bottom: -53px !important;
  }

  .bottom-sm-52 {
    bottom: -52px !important;
  }

  .bottom-sm-51 {
    bottom: -51px !important;
  }

  .bottom-sm-50 {
    bottom: -50px !important;
  }

  .bottom-sm-49 {
    bottom: -49px !important;
  }

  .bottom-sm-48 {
    bottom: -48px !important;
  }

  .bottom-sm-47 {
    bottom: -47px !important;
  }

  .bottom-sm-46 {
    bottom: -46px !important;
  }

  .bottom-sm-45 {
    bottom: -45px !important;
  }

  .bottom-sm-44 {
    bottom: -44px !important;
  }

  .bottom-sm-43 {
    bottom: -43px !important;
  }

  .bottom-sm-42 {
    bottom: -42px !important;
  }

  .bottom-sm-41 {
    bottom: -41px !important;
  }

  .bottom-sm-40 {
    bottom: -40px !important;
  }

  .bottom-sm-39 {
    bottom: -39px !important;
  }

  .bottom-sm-38 {
    bottom: -38px !important;
  }

  .bottom-sm-37 {
    bottom: -37px !important;
  }

  .bottom-sm-36 {
    bottom: -36px !important;
  }

  .bottom-sm-35 {
    bottom: -35px !important;
  }

  .bottom-sm-34 {
    bottom: -34px !important;
  }

  .bottom-sm-33 {
    bottom: -33px !important;
  }

  .bottom-sm-32 {
    bottom: -32px !important;
  }

  .bottom-sm-31 {
    bottom: -31px !important;
  }

  .bottom-sm-30 {
    bottom: -30px !important;
  }

  .bottom-sm-29 {
    bottom: -29px !important;
  }

  .bottom-sm-28 {
    bottom: -28px !important;
  }

  .bottom-sm-27 {
    bottom: -27px !important;
  }

  .bottom-sm-26 {
    bottom: -26px !important;
  }

  .bottom-sm-25 {
    bottom: -25px !important;
  }

  .bottom-sm-24 {
    bottom: -24px !important;
  }

  .bottom-sm-23 {
    bottom: -23px !important;
  }

  .bottom-sm-22 {
    bottom: -22px !important;
  }

  .bottom-sm-21 {
    bottom: -21px !important;
  }

  .bottom-sm-20 {
    bottom: -20px !important;
  }

  .bottom-sm-19 {
    bottom: -19px !important;
  }

  .bottom-sm-18 {
    bottom: -18px !important;
  }

  .bottom-sm-17 {
    bottom: -17px !important;
  }

  .bottom-sm-16 {
    bottom: -16px !important;
  }

  .bottom-sm-15 {
    bottom: -15px !important;
  }

  .bottom-sm-14 {
    bottom: -14px !important;
  }

  .bottom-sm-13 {
    bottom: -13px !important;
  }

  .bottom-sm-12 {
    bottom: -12px !important;
  }

  .bottom-sm-11 {
    bottom: -11px !important;
  }

  .bottom-sm-10 {
    bottom: -10px !important;
  }

  .bottom-sm-9 {
    bottom: -9px !important;
  }

  .bottom-sm-8 {
    bottom: -8px !important;
  }

  .bottom-sm-7 {
    bottom: -7px !important;
  }

  .bottom-sm-6 {
    bottom: -6px !important;
  }

  .bottom-sm-5 {
    bottom: -5px !important;
  }

  .bottom-sm-4 {
    bottom: -4px !important;
  }

  .bottom-sm-3 {
    bottom: -3px !important;
  }

  .bottom-sm-2 {
    bottom: -2px !important;
  }

  .bottom-sm-1 {
    bottom: -1px !important;
  }

  .bottom-sm0 {
    bottom: 0px !important;
  }

  .bottom-sm1 {
    bottom: 1px !important;
  }

  .bottom-sm2 {
    bottom: 2px !important;
  }

  .bottom-sm3 {
    bottom: 3px !important;
  }

  .bottom-sm4 {
    bottom: 4px !important;
  }

  .bottom-sm5 {
    bottom: 5px !important;
  }

  .bottom-sm6 {
    bottom: 6px !important;
  }

  .bottom-sm7 {
    bottom: 7px !important;
  }

  .bottom-sm8 {
    bottom: 8px !important;
  }

  .bottom-sm9 {
    bottom: 9px !important;
  }

  .bottom-sm10 {
    bottom: 10px !important;
  }

  .bottom-sm11 {
    bottom: 11px !important;
  }

  .bottom-sm12 {
    bottom: 12px !important;
  }

  .bottom-sm13 {
    bottom: 13px !important;
  }

  .bottom-sm14 {
    bottom: 14px !important;
  }

  .bottom-sm15 {
    bottom: 15px !important;
  }

  .bottom-sm16 {
    bottom: 16px !important;
  }

  .bottom-sm17 {
    bottom: 17px !important;
  }

  .bottom-sm18 {
    bottom: 18px !important;
  }

  .bottom-sm19 {
    bottom: 19px !important;
  }

  .bottom-sm20 {
    bottom: 20px !important;
  }

  .bottom-sm21 {
    bottom: 21px !important;
  }

  .bottom-sm22 {
    bottom: 22px !important;
  }

  .bottom-sm23 {
    bottom: 23px !important;
  }

  .bottom-sm24 {
    bottom: 24px !important;
  }

  .bottom-sm25 {
    bottom: 25px !important;
  }

  .bottom-sm26 {
    bottom: 26px !important;
  }

  .bottom-sm27 {
    bottom: 27px !important;
  }

  .bottom-sm28 {
    bottom: 28px !important;
  }

  .bottom-sm29 {
    bottom: 29px !important;
  }

  .bottom-sm30 {
    bottom: 30px !important;
  }

  .bottom-sm31 {
    bottom: 31px !important;
  }

  .bottom-sm32 {
    bottom: 32px !important;
  }

  .bottom-sm33 {
    bottom: 33px !important;
  }

  .bottom-sm34 {
    bottom: 34px !important;
  }

  .bottom-sm35 {
    bottom: 35px !important;
  }

  .bottom-sm36 {
    bottom: 36px !important;
  }

  .bottom-sm37 {
    bottom: 37px !important;
  }

  .bottom-sm38 {
    bottom: 38px !important;
  }

  .bottom-sm39 {
    bottom: 39px !important;
  }

  .bottom-sm40 {
    bottom: 40px !important;
  }

  .bottom-sm41 {
    bottom: 41px !important;
  }

  .bottom-sm42 {
    bottom: 42px !important;
  }

  .bottom-sm43 {
    bottom: 43px !important;
  }

  .bottom-sm44 {
    bottom: 44px !important;
  }

  .bottom-sm45 {
    bottom: 45px !important;
  }

  .bottom-sm46 {
    bottom: 46px !important;
  }

  .bottom-sm47 {
    bottom: 47px !important;
  }

  .bottom-sm48 {
    bottom: 48px !important;
  }

  .bottom-sm49 {
    bottom: 49px !important;
  }

  .bottom-sm50 {
    bottom: 50px !important;
  }

  .bottom-sm51 {
    bottom: 51px !important;
  }

  .bottom-sm52 {
    bottom: 52px !important;
  }

  .bottom-sm53 {
    bottom: 53px !important;
  }

  .bottom-sm54 {
    bottom: 54px !important;
  }

  .bottom-sm55 {
    bottom: 55px !important;
  }

  .bottom-sm56 {
    bottom: 56px !important;
  }

  .bottom-sm57 {
    bottom: 57px !important;
  }

  .bottom-sm58 {
    bottom: 58px !important;
  }

  .bottom-sm59 {
    bottom: 59px !important;
  }

  .bottom-sm60 {
    bottom: 60px !important;
  }

  .bottom-sm61 {
    bottom: 61px !important;
  }

  .bottom-sm62 {
    bottom: 62px !important;
  }

  .bottom-sm63 {
    bottom: 63px !important;
  }

  .bottom-sm64 {
    bottom: 64px !important;
  }

  .bottom-sm65 {
    bottom: 65px !important;
  }

  .bottom-sm66 {
    bottom: 66px !important;
  }

  .bottom-sm67 {
    bottom: 67px !important;
  }

  .bottom-sm68 {
    bottom: 68px !important;
  }

  .bottom-sm69 {
    bottom: 69px !important;
  }

  .bottom-sm70 {
    bottom: 70px !important;
  }

  .bottom-sm71 {
    bottom: 71px !important;
  }

  .bottom-sm72 {
    bottom: 72px !important;
  }

  .bottom-sm73 {
    bottom: 73px !important;
  }

  .bottom-sm74 {
    bottom: 74px !important;
  }

  .bottom-sm75 {
    bottom: 75px !important;
  }

  .bottom-sm76 {
    bottom: 76px !important;
  }

  .bottom-sm77 {
    bottom: 77px !important;
  }

  .bottom-sm78 {
    bottom: 78px !important;
  }

  .bottom-sm79 {
    bottom: 79px !important;
  }

  .bottom-sm80 {
    bottom: 80px !important;
  }

  .bottom-sm81 {
    bottom: 81px !important;
  }

  .bottom-sm82 {
    bottom: 82px !important;
  }

  .bottom-sm83 {
    bottom: 83px !important;
  }

  .bottom-sm84 {
    bottom: 84px !important;
  }

  .bottom-sm85 {
    bottom: 85px !important;
  }

  .bottom-sm86 {
    bottom: 86px !important;
  }

  .bottom-sm87 {
    bottom: 87px !important;
  }

  .bottom-sm88 {
    bottom: 88px !important;
  }

  .bottom-sm89 {
    bottom: 89px !important;
  }

  .bottom-sm90 {
    bottom: 90px !important;
  }

  .bottom-sm91 {
    bottom: 91px !important;
  }

  .bottom-sm92 {
    bottom: 92px !important;
  }

  .bottom-sm93 {
    bottom: 93px !important;
  }

  .bottom-sm94 {
    bottom: 94px !important;
  }

  .bottom-sm95 {
    bottom: 95px !important;
  }

  .bottom-sm96 {
    bottom: 96px !important;
  }

  .bottom-sm97 {
    bottom: 97px !important;
  }

  .bottom-sm98 {
    bottom: 98px !important;
  }

  .bottom-sm99 {
    bottom: 99px !important;
  }

  .bottom-sm100 {
    bottom: 100px !important;
  }

  .bottom-sm101 {
    bottom: 101px !important;
  }

  .bottom-sm102 {
    bottom: 102px !important;
  }

  .bottom-sm103 {
    bottom: 103px !important;
  }

  .bottom-sm104 {
    bottom: 104px !important;
  }

  .bottom-sm105 {
    bottom: 105px !important;
  }

  .bottom-sm106 {
    bottom: 106px !important;
  }

  .bottom-sm107 {
    bottom: 107px !important;
  }

  .bottom-sm108 {
    bottom: 108px !important;
  }

  .bottom-sm109 {
    bottom: 109px !important;
  }

  .bottom-sm110 {
    bottom: 110px !important;
  }

  .bottom-sm111 {
    bottom: 111px !important;
  }

  .bottom-sm112 {
    bottom: 112px !important;
  }

  .bottom-sm113 {
    bottom: 113px !important;
  }

  .bottom-sm114 {
    bottom: 114px !important;
  }

  .bottom-sm115 {
    bottom: 115px !important;
  }

  .bottom-sm116 {
    bottom: 116px !important;
  }

  .bottom-sm117 {
    bottom: 117px !important;
  }

  .bottom-sm118 {
    bottom: 118px !important;
  }

  .bottom-sm119 {
    bottom: 119px !important;
  }

  .bottom-sm120 {
    bottom: 120px !important;
  }

  .bottom-sm121 {
    bottom: 121px !important;
  }

  .bottom-sm122 {
    bottom: 122px !important;
  }

  .bottom-sm123 {
    bottom: 123px !important;
  }

  .bottom-sm124 {
    bottom: 124px !important;
  }

  .bottom-sm125 {
    bottom: 125px !important;
  }

  .bottom-sm126 {
    bottom: 126px !important;
  }

  .bottom-sm127 {
    bottom: 127px !important;
  }

  .bottom-sm128 {
    bottom: 128px !important;
  }

  .bottom-sm129 {
    bottom: 129px !important;
  }

  .bottom-sm130 {
    bottom: 130px !important;
  }

  .bottom-sm131 {
    bottom: 131px !important;
  }

  .bottom-sm132 {
    bottom: 132px !important;
  }

  .bottom-sm133 {
    bottom: 133px !important;
  }

  .bottom-sm134 {
    bottom: 134px !important;
  }

  .bottom-sm135 {
    bottom: 135px !important;
  }

  .bottom-sm136 {
    bottom: 136px !important;
  }

  .bottom-sm137 {
    bottom: 137px !important;
  }

  .bottom-sm138 {
    bottom: 138px !important;
  }

  .bottom-sm139 {
    bottom: 139px !important;
  }

  .bottom-sm140 {
    bottom: 140px !important;
  }

  .bottom-sm141 {
    bottom: 141px !important;
  }

  .bottom-sm142 {
    bottom: 142px !important;
  }

  .bottom-sm143 {
    bottom: 143px !important;
  }

  .bottom-sm144 {
    bottom: 144px !important;
  }

  .bottom-sm145 {
    bottom: 145px !important;
  }

  .bottom-sm146 {
    bottom: 146px !important;
  }

  .bottom-sm147 {
    bottom: 147px !important;
  }

  .bottom-sm148 {
    bottom: 148px !important;
  }

  .bottom-sm149 {
    bottom: 149px !important;
  }

  .bottom-sm150 {
    bottom: 150px !important;
  }

  .bottom-sm151 {
    bottom: 151px !important;
  }

  .bottom-sm152 {
    bottom: 152px !important;
  }

  .bottom-sm153 {
    bottom: 153px !important;
  }

  .bottom-sm154 {
    bottom: 154px !important;
  }

  .bottom-sm155 {
    bottom: 155px !important;
  }

  .bottom-sm156 {
    bottom: 156px !important;
  }

  .bottom-sm157 {
    bottom: 157px !important;
  }

  .bottom-sm158 {
    bottom: 158px !important;
  }

  .bottom-sm159 {
    bottom: 159px !important;
  }

  .bottom-sm160 {
    bottom: 160px !important;
  }

  .bottom-sm161 {
    bottom: 161px !important;
  }

  .bottom-sm162 {
    bottom: 162px !important;
  }

  .bottom-sm163 {
    bottom: 163px !important;
  }

  .bottom-sm164 {
    bottom: 164px !important;
  }

  .bottom-sm165 {
    bottom: 165px !important;
  }

  .bottom-sm166 {
    bottom: 166px !important;
  }

  .bottom-sm167 {
    bottom: 167px !important;
  }

  .bottom-sm168 {
    bottom: 168px !important;
  }

  .bottom-sm169 {
    bottom: 169px !important;
  }

  .bottom-sm170 {
    bottom: 170px !important;
  }

  .bottom-sm171 {
    bottom: 171px !important;
  }

  .bottom-sm172 {
    bottom: 172px !important;
  }

  .bottom-sm173 {
    bottom: 173px !important;
  }

  .bottom-sm174 {
    bottom: 174px !important;
  }

  .bottom-sm175 {
    bottom: 175px !important;
  }

  .bottom-sm176 {
    bottom: 176px !important;
  }

  .bottom-sm177 {
    bottom: 177px !important;
  }

  .bottom-sm178 {
    bottom: 178px !important;
  }

  .bottom-sm179 {
    bottom: 179px !important;
  }

  .bottom-sm180 {
    bottom: 180px !important;
  }

  .bottom-sm181 {
    bottom: 181px !important;
  }

  .bottom-sm182 {
    bottom: 182px !important;
  }

  .bottom-sm183 {
    bottom: 183px !important;
  }

  .bottom-sm184 {
    bottom: 184px !important;
  }

  .bottom-sm185 {
    bottom: 185px !important;
  }

  .bottom-sm186 {
    bottom: 186px !important;
  }

  .bottom-sm187 {
    bottom: 187px !important;
  }

  .bottom-sm188 {
    bottom: 188px !important;
  }

  .bottom-sm189 {
    bottom: 189px !important;
  }

  .bottom-sm190 {
    bottom: 190px !important;
  }

  .bottom-sm191 {
    bottom: 191px !important;
  }

  .bottom-sm192 {
    bottom: 192px !important;
  }

  .bottom-sm193 {
    bottom: 193px !important;
  }

  .bottom-sm194 {
    bottom: 194px !important;
  }

  .bottom-sm195 {
    bottom: 195px !important;
  }

  .bottom-sm196 {
    bottom: 196px !important;
  }

  .bottom-sm197 {
    bottom: 197px !important;
  }

  .bottom-sm198 {
    bottom: 198px !important;
  }

  .bottom-sm199 {
    bottom: 199px !important;
  }

  .bottom-sm200 {
    bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .bottom-md-200 {
    bottom: -200px !important;
  }

  .bottom-md-199 {
    bottom: -199px !important;
  }

  .bottom-md-198 {
    bottom: -198px !important;
  }

  .bottom-md-197 {
    bottom: -197px !important;
  }

  .bottom-md-196 {
    bottom: -196px !important;
  }

  .bottom-md-195 {
    bottom: -195px !important;
  }

  .bottom-md-194 {
    bottom: -194px !important;
  }

  .bottom-md-193 {
    bottom: -193px !important;
  }

  .bottom-md-192 {
    bottom: -192px !important;
  }

  .bottom-md-191 {
    bottom: -191px !important;
  }

  .bottom-md-190 {
    bottom: -190px !important;
  }

  .bottom-md-189 {
    bottom: -189px !important;
  }

  .bottom-md-188 {
    bottom: -188px !important;
  }

  .bottom-md-187 {
    bottom: -187px !important;
  }

  .bottom-md-186 {
    bottom: -186px !important;
  }

  .bottom-md-185 {
    bottom: -185px !important;
  }

  .bottom-md-184 {
    bottom: -184px !important;
  }

  .bottom-md-183 {
    bottom: -183px !important;
  }

  .bottom-md-182 {
    bottom: -182px !important;
  }

  .bottom-md-181 {
    bottom: -181px !important;
  }

  .bottom-md-180 {
    bottom: -180px !important;
  }

  .bottom-md-179 {
    bottom: -179px !important;
  }

  .bottom-md-178 {
    bottom: -178px !important;
  }

  .bottom-md-177 {
    bottom: -177px !important;
  }

  .bottom-md-176 {
    bottom: -176px !important;
  }

  .bottom-md-175 {
    bottom: -175px !important;
  }

  .bottom-md-174 {
    bottom: -174px !important;
  }

  .bottom-md-173 {
    bottom: -173px !important;
  }

  .bottom-md-172 {
    bottom: -172px !important;
  }

  .bottom-md-171 {
    bottom: -171px !important;
  }

  .bottom-md-170 {
    bottom: -170px !important;
  }

  .bottom-md-169 {
    bottom: -169px !important;
  }

  .bottom-md-168 {
    bottom: -168px !important;
  }

  .bottom-md-167 {
    bottom: -167px !important;
  }

  .bottom-md-166 {
    bottom: -166px !important;
  }

  .bottom-md-165 {
    bottom: -165px !important;
  }

  .bottom-md-164 {
    bottom: -164px !important;
  }

  .bottom-md-163 {
    bottom: -163px !important;
  }

  .bottom-md-162 {
    bottom: -162px !important;
  }

  .bottom-md-161 {
    bottom: -161px !important;
  }

  .bottom-md-160 {
    bottom: -160px !important;
  }

  .bottom-md-159 {
    bottom: -159px !important;
  }

  .bottom-md-158 {
    bottom: -158px !important;
  }

  .bottom-md-157 {
    bottom: -157px !important;
  }

  .bottom-md-156 {
    bottom: -156px !important;
  }

  .bottom-md-155 {
    bottom: -155px !important;
  }

  .bottom-md-154 {
    bottom: -154px !important;
  }

  .bottom-md-153 {
    bottom: -153px !important;
  }

  .bottom-md-152 {
    bottom: -152px !important;
  }

  .bottom-md-151 {
    bottom: -151px !important;
  }

  .bottom-md-150 {
    bottom: -150px !important;
  }

  .bottom-md-149 {
    bottom: -149px !important;
  }

  .bottom-md-148 {
    bottom: -148px !important;
  }

  .bottom-md-147 {
    bottom: -147px !important;
  }

  .bottom-md-146 {
    bottom: -146px !important;
  }

  .bottom-md-145 {
    bottom: -145px !important;
  }

  .bottom-md-144 {
    bottom: -144px !important;
  }

  .bottom-md-143 {
    bottom: -143px !important;
  }

  .bottom-md-142 {
    bottom: -142px !important;
  }

  .bottom-md-141 {
    bottom: -141px !important;
  }

  .bottom-md-140 {
    bottom: -140px !important;
  }

  .bottom-md-139 {
    bottom: -139px !important;
  }

  .bottom-md-138 {
    bottom: -138px !important;
  }

  .bottom-md-137 {
    bottom: -137px !important;
  }

  .bottom-md-136 {
    bottom: -136px !important;
  }

  .bottom-md-135 {
    bottom: -135px !important;
  }

  .bottom-md-134 {
    bottom: -134px !important;
  }

  .bottom-md-133 {
    bottom: -133px !important;
  }

  .bottom-md-132 {
    bottom: -132px !important;
  }

  .bottom-md-131 {
    bottom: -131px !important;
  }

  .bottom-md-130 {
    bottom: -130px !important;
  }

  .bottom-md-129 {
    bottom: -129px !important;
  }

  .bottom-md-128 {
    bottom: -128px !important;
  }

  .bottom-md-127 {
    bottom: -127px !important;
  }

  .bottom-md-126 {
    bottom: -126px !important;
  }

  .bottom-md-125 {
    bottom: -125px !important;
  }

  .bottom-md-124 {
    bottom: -124px !important;
  }

  .bottom-md-123 {
    bottom: -123px !important;
  }

  .bottom-md-122 {
    bottom: -122px !important;
  }

  .bottom-md-121 {
    bottom: -121px !important;
  }

  .bottom-md-120 {
    bottom: -120px !important;
  }

  .bottom-md-119 {
    bottom: -119px !important;
  }

  .bottom-md-118 {
    bottom: -118px !important;
  }

  .bottom-md-117 {
    bottom: -117px !important;
  }

  .bottom-md-116 {
    bottom: -116px !important;
  }

  .bottom-md-115 {
    bottom: -115px !important;
  }

  .bottom-md-114 {
    bottom: -114px !important;
  }

  .bottom-md-113 {
    bottom: -113px !important;
  }

  .bottom-md-112 {
    bottom: -112px !important;
  }

  .bottom-md-111 {
    bottom: -111px !important;
  }

  .bottom-md-110 {
    bottom: -110px !important;
  }

  .bottom-md-109 {
    bottom: -109px !important;
  }

  .bottom-md-108 {
    bottom: -108px !important;
  }

  .bottom-md-107 {
    bottom: -107px !important;
  }

  .bottom-md-106 {
    bottom: -106px !important;
  }

  .bottom-md-105 {
    bottom: -105px !important;
  }

  .bottom-md-104 {
    bottom: -104px !important;
  }

  .bottom-md-103 {
    bottom: -103px !important;
  }

  .bottom-md-102 {
    bottom: -102px !important;
  }

  .bottom-md-101 {
    bottom: -101px !important;
  }

  .bottom-md-100 {
    bottom: -100px !important;
  }

  .bottom-md-99 {
    bottom: -99px !important;
  }

  .bottom-md-98 {
    bottom: -98px !important;
  }

  .bottom-md-97 {
    bottom: -97px !important;
  }

  .bottom-md-96 {
    bottom: -96px !important;
  }

  .bottom-md-95 {
    bottom: -95px !important;
  }

  .bottom-md-94 {
    bottom: -94px !important;
  }

  .bottom-md-93 {
    bottom: -93px !important;
  }

  .bottom-md-92 {
    bottom: -92px !important;
  }

  .bottom-md-91 {
    bottom: -91px !important;
  }

  .bottom-md-90 {
    bottom: -90px !important;
  }

  .bottom-md-89 {
    bottom: -89px !important;
  }

  .bottom-md-88 {
    bottom: -88px !important;
  }

  .bottom-md-87 {
    bottom: -87px !important;
  }

  .bottom-md-86 {
    bottom: -86px !important;
  }

  .bottom-md-85 {
    bottom: -85px !important;
  }

  .bottom-md-84 {
    bottom: -84px !important;
  }

  .bottom-md-83 {
    bottom: -83px !important;
  }

  .bottom-md-82 {
    bottom: -82px !important;
  }

  .bottom-md-81 {
    bottom: -81px !important;
  }

  .bottom-md-80 {
    bottom: -80px !important;
  }

  .bottom-md-79 {
    bottom: -79px !important;
  }

  .bottom-md-78 {
    bottom: -78px !important;
  }

  .bottom-md-77 {
    bottom: -77px !important;
  }

  .bottom-md-76 {
    bottom: -76px !important;
  }

  .bottom-md-75 {
    bottom: -75px !important;
  }

  .bottom-md-74 {
    bottom: -74px !important;
  }

  .bottom-md-73 {
    bottom: -73px !important;
  }

  .bottom-md-72 {
    bottom: -72px !important;
  }

  .bottom-md-71 {
    bottom: -71px !important;
  }

  .bottom-md-70 {
    bottom: -70px !important;
  }

  .bottom-md-69 {
    bottom: -69px !important;
  }

  .bottom-md-68 {
    bottom: -68px !important;
  }

  .bottom-md-67 {
    bottom: -67px !important;
  }

  .bottom-md-66 {
    bottom: -66px !important;
  }

  .bottom-md-65 {
    bottom: -65px !important;
  }

  .bottom-md-64 {
    bottom: -64px !important;
  }

  .bottom-md-63 {
    bottom: -63px !important;
  }

  .bottom-md-62 {
    bottom: -62px !important;
  }

  .bottom-md-61 {
    bottom: -61px !important;
  }

  .bottom-md-60 {
    bottom: -60px !important;
  }

  .bottom-md-59 {
    bottom: -59px !important;
  }

  .bottom-md-58 {
    bottom: -58px !important;
  }

  .bottom-md-57 {
    bottom: -57px !important;
  }

  .bottom-md-56 {
    bottom: -56px !important;
  }

  .bottom-md-55 {
    bottom: -55px !important;
  }

  .bottom-md-54 {
    bottom: -54px !important;
  }

  .bottom-md-53 {
    bottom: -53px !important;
  }

  .bottom-md-52 {
    bottom: -52px !important;
  }

  .bottom-md-51 {
    bottom: -51px !important;
  }

  .bottom-md-50 {
    bottom: -50px !important;
  }

  .bottom-md-49 {
    bottom: -49px !important;
  }

  .bottom-md-48 {
    bottom: -48px !important;
  }

  .bottom-md-47 {
    bottom: -47px !important;
  }

  .bottom-md-46 {
    bottom: -46px !important;
  }

  .bottom-md-45 {
    bottom: -45px !important;
  }

  .bottom-md-44 {
    bottom: -44px !important;
  }

  .bottom-md-43 {
    bottom: -43px !important;
  }

  .bottom-md-42 {
    bottom: -42px !important;
  }

  .bottom-md-41 {
    bottom: -41px !important;
  }

  .bottom-md-40 {
    bottom: -40px !important;
  }

  .bottom-md-39 {
    bottom: -39px !important;
  }

  .bottom-md-38 {
    bottom: -38px !important;
  }

  .bottom-md-37 {
    bottom: -37px !important;
  }

  .bottom-md-36 {
    bottom: -36px !important;
  }

  .bottom-md-35 {
    bottom: -35px !important;
  }

  .bottom-md-34 {
    bottom: -34px !important;
  }

  .bottom-md-33 {
    bottom: -33px !important;
  }

  .bottom-md-32 {
    bottom: -32px !important;
  }

  .bottom-md-31 {
    bottom: -31px !important;
  }

  .bottom-md-30 {
    bottom: -30px !important;
  }

  .bottom-md-29 {
    bottom: -29px !important;
  }

  .bottom-md-28 {
    bottom: -28px !important;
  }

  .bottom-md-27 {
    bottom: -27px !important;
  }

  .bottom-md-26 {
    bottom: -26px !important;
  }

  .bottom-md-25 {
    bottom: -25px !important;
  }

  .bottom-md-24 {
    bottom: -24px !important;
  }

  .bottom-md-23 {
    bottom: -23px !important;
  }

  .bottom-md-22 {
    bottom: -22px !important;
  }

  .bottom-md-21 {
    bottom: -21px !important;
  }

  .bottom-md-20 {
    bottom: -20px !important;
  }

  .bottom-md-19 {
    bottom: -19px !important;
  }

  .bottom-md-18 {
    bottom: -18px !important;
  }

  .bottom-md-17 {
    bottom: -17px !important;
  }

  .bottom-md-16 {
    bottom: -16px !important;
  }

  .bottom-md-15 {
    bottom: -15px !important;
  }

  .bottom-md-14 {
    bottom: -14px !important;
  }

  .bottom-md-13 {
    bottom: -13px !important;
  }

  .bottom-md-12 {
    bottom: -12px !important;
  }

  .bottom-md-11 {
    bottom: -11px !important;
  }

  .bottom-md-10 {
    bottom: -10px !important;
  }

  .bottom-md-9 {
    bottom: -9px !important;
  }

  .bottom-md-8 {
    bottom: -8px !important;
  }

  .bottom-md-7 {
    bottom: -7px !important;
  }

  .bottom-md-6 {
    bottom: -6px !important;
  }

  .bottom-md-5 {
    bottom: -5px !important;
  }

  .bottom-md-4 {
    bottom: -4px !important;
  }

  .bottom-md-3 {
    bottom: -3px !important;
  }

  .bottom-md-2 {
    bottom: -2px !important;
  }

  .bottom-md-1 {
    bottom: -1px !important;
  }

  .bottom-md0 {
    bottom: 0px !important;
  }

  .bottom-md1 {
    bottom: 1px !important;
  }

  .bottom-md2 {
    bottom: 2px !important;
  }

  .bottom-md3 {
    bottom: 3px !important;
  }

  .bottom-md4 {
    bottom: 4px !important;
  }

  .bottom-md5 {
    bottom: 5px !important;
  }

  .bottom-md6 {
    bottom: 6px !important;
  }

  .bottom-md7 {
    bottom: 7px !important;
  }

  .bottom-md8 {
    bottom: 8px !important;
  }

  .bottom-md9 {
    bottom: 9px !important;
  }

  .bottom-md10 {
    bottom: 10px !important;
  }

  .bottom-md11 {
    bottom: 11px !important;
  }

  .bottom-md12 {
    bottom: 12px !important;
  }

  .bottom-md13 {
    bottom: 13px !important;
  }

  .bottom-md14 {
    bottom: 14px !important;
  }

  .bottom-md15 {
    bottom: 15px !important;
  }

  .bottom-md16 {
    bottom: 16px !important;
  }

  .bottom-md17 {
    bottom: 17px !important;
  }

  .bottom-md18 {
    bottom: 18px !important;
  }

  .bottom-md19 {
    bottom: 19px !important;
  }

  .bottom-md20 {
    bottom: 20px !important;
  }

  .bottom-md21 {
    bottom: 21px !important;
  }

  .bottom-md22 {
    bottom: 22px !important;
  }

  .bottom-md23 {
    bottom: 23px !important;
  }

  .bottom-md24 {
    bottom: 24px !important;
  }

  .bottom-md25 {
    bottom: 25px !important;
  }

  .bottom-md26 {
    bottom: 26px !important;
  }

  .bottom-md27 {
    bottom: 27px !important;
  }

  .bottom-md28 {
    bottom: 28px !important;
  }

  .bottom-md29 {
    bottom: 29px !important;
  }

  .bottom-md30 {
    bottom: 30px !important;
  }

  .bottom-md31 {
    bottom: 31px !important;
  }

  .bottom-md32 {
    bottom: 32px !important;
  }

  .bottom-md33 {
    bottom: 33px !important;
  }

  .bottom-md34 {
    bottom: 34px !important;
  }

  .bottom-md35 {
    bottom: 35px !important;
  }

  .bottom-md36 {
    bottom: 36px !important;
  }

  .bottom-md37 {
    bottom: 37px !important;
  }

  .bottom-md38 {
    bottom: 38px !important;
  }

  .bottom-md39 {
    bottom: 39px !important;
  }

  .bottom-md40 {
    bottom: 40px !important;
  }

  .bottom-md41 {
    bottom: 41px !important;
  }

  .bottom-md42 {
    bottom: 42px !important;
  }

  .bottom-md43 {
    bottom: 43px !important;
  }

  .bottom-md44 {
    bottom: 44px !important;
  }

  .bottom-md45 {
    bottom: 45px !important;
  }

  .bottom-md46 {
    bottom: 46px !important;
  }

  .bottom-md47 {
    bottom: 47px !important;
  }

  .bottom-md48 {
    bottom: 48px !important;
  }

  .bottom-md49 {
    bottom: 49px !important;
  }

  .bottom-md50 {
    bottom: 50px !important;
  }

  .bottom-md51 {
    bottom: 51px !important;
  }

  .bottom-md52 {
    bottom: 52px !important;
  }

  .bottom-md53 {
    bottom: 53px !important;
  }

  .bottom-md54 {
    bottom: 54px !important;
  }

  .bottom-md55 {
    bottom: 55px !important;
  }

  .bottom-md56 {
    bottom: 56px !important;
  }

  .bottom-md57 {
    bottom: 57px !important;
  }

  .bottom-md58 {
    bottom: 58px !important;
  }

  .bottom-md59 {
    bottom: 59px !important;
  }

  .bottom-md60 {
    bottom: 60px !important;
  }

  .bottom-md61 {
    bottom: 61px !important;
  }

  .bottom-md62 {
    bottom: 62px !important;
  }

  .bottom-md63 {
    bottom: 63px !important;
  }

  .bottom-md64 {
    bottom: 64px !important;
  }

  .bottom-md65 {
    bottom: 65px !important;
  }

  .bottom-md66 {
    bottom: 66px !important;
  }

  .bottom-md67 {
    bottom: 67px !important;
  }

  .bottom-md68 {
    bottom: 68px !important;
  }

  .bottom-md69 {
    bottom: 69px !important;
  }

  .bottom-md70 {
    bottom: 70px !important;
  }

  .bottom-md71 {
    bottom: 71px !important;
  }

  .bottom-md72 {
    bottom: 72px !important;
  }

  .bottom-md73 {
    bottom: 73px !important;
  }

  .bottom-md74 {
    bottom: 74px !important;
  }

  .bottom-md75 {
    bottom: 75px !important;
  }

  .bottom-md76 {
    bottom: 76px !important;
  }

  .bottom-md77 {
    bottom: 77px !important;
  }

  .bottom-md78 {
    bottom: 78px !important;
  }

  .bottom-md79 {
    bottom: 79px !important;
  }

  .bottom-md80 {
    bottom: 80px !important;
  }

  .bottom-md81 {
    bottom: 81px !important;
  }

  .bottom-md82 {
    bottom: 82px !important;
  }

  .bottom-md83 {
    bottom: 83px !important;
  }

  .bottom-md84 {
    bottom: 84px !important;
  }

  .bottom-md85 {
    bottom: 85px !important;
  }

  .bottom-md86 {
    bottom: 86px !important;
  }

  .bottom-md87 {
    bottom: 87px !important;
  }

  .bottom-md88 {
    bottom: 88px !important;
  }

  .bottom-md89 {
    bottom: 89px !important;
  }

  .bottom-md90 {
    bottom: 90px !important;
  }

  .bottom-md91 {
    bottom: 91px !important;
  }

  .bottom-md92 {
    bottom: 92px !important;
  }

  .bottom-md93 {
    bottom: 93px !important;
  }

  .bottom-md94 {
    bottom: 94px !important;
  }

  .bottom-md95 {
    bottom: 95px !important;
  }

  .bottom-md96 {
    bottom: 96px !important;
  }

  .bottom-md97 {
    bottom: 97px !important;
  }

  .bottom-md98 {
    bottom: 98px !important;
  }

  .bottom-md99 {
    bottom: 99px !important;
  }

  .bottom-md100 {
    bottom: 100px !important;
  }

  .bottom-md101 {
    bottom: 101px !important;
  }

  .bottom-md102 {
    bottom: 102px !important;
  }

  .bottom-md103 {
    bottom: 103px !important;
  }

  .bottom-md104 {
    bottom: 104px !important;
  }

  .bottom-md105 {
    bottom: 105px !important;
  }

  .bottom-md106 {
    bottom: 106px !important;
  }

  .bottom-md107 {
    bottom: 107px !important;
  }

  .bottom-md108 {
    bottom: 108px !important;
  }

  .bottom-md109 {
    bottom: 109px !important;
  }

  .bottom-md110 {
    bottom: 110px !important;
  }

  .bottom-md111 {
    bottom: 111px !important;
  }

  .bottom-md112 {
    bottom: 112px !important;
  }

  .bottom-md113 {
    bottom: 113px !important;
  }

  .bottom-md114 {
    bottom: 114px !important;
  }

  .bottom-md115 {
    bottom: 115px !important;
  }

  .bottom-md116 {
    bottom: 116px !important;
  }

  .bottom-md117 {
    bottom: 117px !important;
  }

  .bottom-md118 {
    bottom: 118px !important;
  }

  .bottom-md119 {
    bottom: 119px !important;
  }

  .bottom-md120 {
    bottom: 120px !important;
  }

  .bottom-md121 {
    bottom: 121px !important;
  }

  .bottom-md122 {
    bottom: 122px !important;
  }

  .bottom-md123 {
    bottom: 123px !important;
  }

  .bottom-md124 {
    bottom: 124px !important;
  }

  .bottom-md125 {
    bottom: 125px !important;
  }

  .bottom-md126 {
    bottom: 126px !important;
  }

  .bottom-md127 {
    bottom: 127px !important;
  }

  .bottom-md128 {
    bottom: 128px !important;
  }

  .bottom-md129 {
    bottom: 129px !important;
  }

  .bottom-md130 {
    bottom: 130px !important;
  }

  .bottom-md131 {
    bottom: 131px !important;
  }

  .bottom-md132 {
    bottom: 132px !important;
  }

  .bottom-md133 {
    bottom: 133px !important;
  }

  .bottom-md134 {
    bottom: 134px !important;
  }

  .bottom-md135 {
    bottom: 135px !important;
  }

  .bottom-md136 {
    bottom: 136px !important;
  }

  .bottom-md137 {
    bottom: 137px !important;
  }

  .bottom-md138 {
    bottom: 138px !important;
  }

  .bottom-md139 {
    bottom: 139px !important;
  }

  .bottom-md140 {
    bottom: 140px !important;
  }

  .bottom-md141 {
    bottom: 141px !important;
  }

  .bottom-md142 {
    bottom: 142px !important;
  }

  .bottom-md143 {
    bottom: 143px !important;
  }

  .bottom-md144 {
    bottom: 144px !important;
  }

  .bottom-md145 {
    bottom: 145px !important;
  }

  .bottom-md146 {
    bottom: 146px !important;
  }

  .bottom-md147 {
    bottom: 147px !important;
  }

  .bottom-md148 {
    bottom: 148px !important;
  }

  .bottom-md149 {
    bottom: 149px !important;
  }

  .bottom-md150 {
    bottom: 150px !important;
  }

  .bottom-md151 {
    bottom: 151px !important;
  }

  .bottom-md152 {
    bottom: 152px !important;
  }

  .bottom-md153 {
    bottom: 153px !important;
  }

  .bottom-md154 {
    bottom: 154px !important;
  }

  .bottom-md155 {
    bottom: 155px !important;
  }

  .bottom-md156 {
    bottom: 156px !important;
  }

  .bottom-md157 {
    bottom: 157px !important;
  }

  .bottom-md158 {
    bottom: 158px !important;
  }

  .bottom-md159 {
    bottom: 159px !important;
  }

  .bottom-md160 {
    bottom: 160px !important;
  }

  .bottom-md161 {
    bottom: 161px !important;
  }

  .bottom-md162 {
    bottom: 162px !important;
  }

  .bottom-md163 {
    bottom: 163px !important;
  }

  .bottom-md164 {
    bottom: 164px !important;
  }

  .bottom-md165 {
    bottom: 165px !important;
  }

  .bottom-md166 {
    bottom: 166px !important;
  }

  .bottom-md167 {
    bottom: 167px !important;
  }

  .bottom-md168 {
    bottom: 168px !important;
  }

  .bottom-md169 {
    bottom: 169px !important;
  }

  .bottom-md170 {
    bottom: 170px !important;
  }

  .bottom-md171 {
    bottom: 171px !important;
  }

  .bottom-md172 {
    bottom: 172px !important;
  }

  .bottom-md173 {
    bottom: 173px !important;
  }

  .bottom-md174 {
    bottom: 174px !important;
  }

  .bottom-md175 {
    bottom: 175px !important;
  }

  .bottom-md176 {
    bottom: 176px !important;
  }

  .bottom-md177 {
    bottom: 177px !important;
  }

  .bottom-md178 {
    bottom: 178px !important;
  }

  .bottom-md179 {
    bottom: 179px !important;
  }

  .bottom-md180 {
    bottom: 180px !important;
  }

  .bottom-md181 {
    bottom: 181px !important;
  }

  .bottom-md182 {
    bottom: 182px !important;
  }

  .bottom-md183 {
    bottom: 183px !important;
  }

  .bottom-md184 {
    bottom: 184px !important;
  }

  .bottom-md185 {
    bottom: 185px !important;
  }

  .bottom-md186 {
    bottom: 186px !important;
  }

  .bottom-md187 {
    bottom: 187px !important;
  }

  .bottom-md188 {
    bottom: 188px !important;
  }

  .bottom-md189 {
    bottom: 189px !important;
  }

  .bottom-md190 {
    bottom: 190px !important;
  }

  .bottom-md191 {
    bottom: 191px !important;
  }

  .bottom-md192 {
    bottom: 192px !important;
  }

  .bottom-md193 {
    bottom: 193px !important;
  }

  .bottom-md194 {
    bottom: 194px !important;
  }

  .bottom-md195 {
    bottom: 195px !important;
  }

  .bottom-md196 {
    bottom: 196px !important;
  }

  .bottom-md197 {
    bottom: 197px !important;
  }

  .bottom-md198 {
    bottom: 198px !important;
  }

  .bottom-md199 {
    bottom: 199px !important;
  }

  .bottom-md200 {
    bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .bottom-lg-200 {
    bottom: -200px !important;
  }

  .bottom-lg-199 {
    bottom: -199px !important;
  }

  .bottom-lg-198 {
    bottom: -198px !important;
  }

  .bottom-lg-197 {
    bottom: -197px !important;
  }

  .bottom-lg-196 {
    bottom: -196px !important;
  }

  .bottom-lg-195 {
    bottom: -195px !important;
  }

  .bottom-lg-194 {
    bottom: -194px !important;
  }

  .bottom-lg-193 {
    bottom: -193px !important;
  }

  .bottom-lg-192 {
    bottom: -192px !important;
  }

  .bottom-lg-191 {
    bottom: -191px !important;
  }

  .bottom-lg-190 {
    bottom: -190px !important;
  }

  .bottom-lg-189 {
    bottom: -189px !important;
  }

  .bottom-lg-188 {
    bottom: -188px !important;
  }

  .bottom-lg-187 {
    bottom: -187px !important;
  }

  .bottom-lg-186 {
    bottom: -186px !important;
  }

  .bottom-lg-185 {
    bottom: -185px !important;
  }

  .bottom-lg-184 {
    bottom: -184px !important;
  }

  .bottom-lg-183 {
    bottom: -183px !important;
  }

  .bottom-lg-182 {
    bottom: -182px !important;
  }

  .bottom-lg-181 {
    bottom: -181px !important;
  }

  .bottom-lg-180 {
    bottom: -180px !important;
  }

  .bottom-lg-179 {
    bottom: -179px !important;
  }

  .bottom-lg-178 {
    bottom: -178px !important;
  }

  .bottom-lg-177 {
    bottom: -177px !important;
  }

  .bottom-lg-176 {
    bottom: -176px !important;
  }

  .bottom-lg-175 {
    bottom: -175px !important;
  }

  .bottom-lg-174 {
    bottom: -174px !important;
  }

  .bottom-lg-173 {
    bottom: -173px !important;
  }

  .bottom-lg-172 {
    bottom: -172px !important;
  }

  .bottom-lg-171 {
    bottom: -171px !important;
  }

  .bottom-lg-170 {
    bottom: -170px !important;
  }

  .bottom-lg-169 {
    bottom: -169px !important;
  }

  .bottom-lg-168 {
    bottom: -168px !important;
  }

  .bottom-lg-167 {
    bottom: -167px !important;
  }

  .bottom-lg-166 {
    bottom: -166px !important;
  }

  .bottom-lg-165 {
    bottom: -165px !important;
  }

  .bottom-lg-164 {
    bottom: -164px !important;
  }

  .bottom-lg-163 {
    bottom: -163px !important;
  }

  .bottom-lg-162 {
    bottom: -162px !important;
  }

  .bottom-lg-161 {
    bottom: -161px !important;
  }

  .bottom-lg-160 {
    bottom: -160px !important;
  }

  .bottom-lg-159 {
    bottom: -159px !important;
  }

  .bottom-lg-158 {
    bottom: -158px !important;
  }

  .bottom-lg-157 {
    bottom: -157px !important;
  }

  .bottom-lg-156 {
    bottom: -156px !important;
  }

  .bottom-lg-155 {
    bottom: -155px !important;
  }

  .bottom-lg-154 {
    bottom: -154px !important;
  }

  .bottom-lg-153 {
    bottom: -153px !important;
  }

  .bottom-lg-152 {
    bottom: -152px !important;
  }

  .bottom-lg-151 {
    bottom: -151px !important;
  }

  .bottom-lg-150 {
    bottom: -150px !important;
  }

  .bottom-lg-149 {
    bottom: -149px !important;
  }

  .bottom-lg-148 {
    bottom: -148px !important;
  }

  .bottom-lg-147 {
    bottom: -147px !important;
  }

  .bottom-lg-146 {
    bottom: -146px !important;
  }

  .bottom-lg-145 {
    bottom: -145px !important;
  }

  .bottom-lg-144 {
    bottom: -144px !important;
  }

  .bottom-lg-143 {
    bottom: -143px !important;
  }

  .bottom-lg-142 {
    bottom: -142px !important;
  }

  .bottom-lg-141 {
    bottom: -141px !important;
  }

  .bottom-lg-140 {
    bottom: -140px !important;
  }

  .bottom-lg-139 {
    bottom: -139px !important;
  }

  .bottom-lg-138 {
    bottom: -138px !important;
  }

  .bottom-lg-137 {
    bottom: -137px !important;
  }

  .bottom-lg-136 {
    bottom: -136px !important;
  }

  .bottom-lg-135 {
    bottom: -135px !important;
  }

  .bottom-lg-134 {
    bottom: -134px !important;
  }

  .bottom-lg-133 {
    bottom: -133px !important;
  }

  .bottom-lg-132 {
    bottom: -132px !important;
  }

  .bottom-lg-131 {
    bottom: -131px !important;
  }

  .bottom-lg-130 {
    bottom: -130px !important;
  }

  .bottom-lg-129 {
    bottom: -129px !important;
  }

  .bottom-lg-128 {
    bottom: -128px !important;
  }

  .bottom-lg-127 {
    bottom: -127px !important;
  }

  .bottom-lg-126 {
    bottom: -126px !important;
  }

  .bottom-lg-125 {
    bottom: -125px !important;
  }

  .bottom-lg-124 {
    bottom: -124px !important;
  }

  .bottom-lg-123 {
    bottom: -123px !important;
  }

  .bottom-lg-122 {
    bottom: -122px !important;
  }

  .bottom-lg-121 {
    bottom: -121px !important;
  }

  .bottom-lg-120 {
    bottom: -120px !important;
  }

  .bottom-lg-119 {
    bottom: -119px !important;
  }

  .bottom-lg-118 {
    bottom: -118px !important;
  }

  .bottom-lg-117 {
    bottom: -117px !important;
  }

  .bottom-lg-116 {
    bottom: -116px !important;
  }

  .bottom-lg-115 {
    bottom: -115px !important;
  }

  .bottom-lg-114 {
    bottom: -114px !important;
  }

  .bottom-lg-113 {
    bottom: -113px !important;
  }

  .bottom-lg-112 {
    bottom: -112px !important;
  }

  .bottom-lg-111 {
    bottom: -111px !important;
  }

  .bottom-lg-110 {
    bottom: -110px !important;
  }

  .bottom-lg-109 {
    bottom: -109px !important;
  }

  .bottom-lg-108 {
    bottom: -108px !important;
  }

  .bottom-lg-107 {
    bottom: -107px !important;
  }

  .bottom-lg-106 {
    bottom: -106px !important;
  }

  .bottom-lg-105 {
    bottom: -105px !important;
  }

  .bottom-lg-104 {
    bottom: -104px !important;
  }

  .bottom-lg-103 {
    bottom: -103px !important;
  }

  .bottom-lg-102 {
    bottom: -102px !important;
  }

  .bottom-lg-101 {
    bottom: -101px !important;
  }

  .bottom-lg-100 {
    bottom: -100px !important;
  }

  .bottom-lg-99 {
    bottom: -99px !important;
  }

  .bottom-lg-98 {
    bottom: -98px !important;
  }

  .bottom-lg-97 {
    bottom: -97px !important;
  }

  .bottom-lg-96 {
    bottom: -96px !important;
  }

  .bottom-lg-95 {
    bottom: -95px !important;
  }

  .bottom-lg-94 {
    bottom: -94px !important;
  }

  .bottom-lg-93 {
    bottom: -93px !important;
  }

  .bottom-lg-92 {
    bottom: -92px !important;
  }

  .bottom-lg-91 {
    bottom: -91px !important;
  }

  .bottom-lg-90 {
    bottom: -90px !important;
  }

  .bottom-lg-89 {
    bottom: -89px !important;
  }

  .bottom-lg-88 {
    bottom: -88px !important;
  }

  .bottom-lg-87 {
    bottom: -87px !important;
  }

  .bottom-lg-86 {
    bottom: -86px !important;
  }

  .bottom-lg-85 {
    bottom: -85px !important;
  }

  .bottom-lg-84 {
    bottom: -84px !important;
  }

  .bottom-lg-83 {
    bottom: -83px !important;
  }

  .bottom-lg-82 {
    bottom: -82px !important;
  }

  .bottom-lg-81 {
    bottom: -81px !important;
  }

  .bottom-lg-80 {
    bottom: -80px !important;
  }

  .bottom-lg-79 {
    bottom: -79px !important;
  }

  .bottom-lg-78 {
    bottom: -78px !important;
  }

  .bottom-lg-77 {
    bottom: -77px !important;
  }

  .bottom-lg-76 {
    bottom: -76px !important;
  }

  .bottom-lg-75 {
    bottom: -75px !important;
  }

  .bottom-lg-74 {
    bottom: -74px !important;
  }

  .bottom-lg-73 {
    bottom: -73px !important;
  }

  .bottom-lg-72 {
    bottom: -72px !important;
  }

  .bottom-lg-71 {
    bottom: -71px !important;
  }

  .bottom-lg-70 {
    bottom: -70px !important;
  }

  .bottom-lg-69 {
    bottom: -69px !important;
  }

  .bottom-lg-68 {
    bottom: -68px !important;
  }

  .bottom-lg-67 {
    bottom: -67px !important;
  }

  .bottom-lg-66 {
    bottom: -66px !important;
  }

  .bottom-lg-65 {
    bottom: -65px !important;
  }

  .bottom-lg-64 {
    bottom: -64px !important;
  }

  .bottom-lg-63 {
    bottom: -63px !important;
  }

  .bottom-lg-62 {
    bottom: -62px !important;
  }

  .bottom-lg-61 {
    bottom: -61px !important;
  }

  .bottom-lg-60 {
    bottom: -60px !important;
  }

  .bottom-lg-59 {
    bottom: -59px !important;
  }

  .bottom-lg-58 {
    bottom: -58px !important;
  }

  .bottom-lg-57 {
    bottom: -57px !important;
  }

  .bottom-lg-56 {
    bottom: -56px !important;
  }

  .bottom-lg-55 {
    bottom: -55px !important;
  }

  .bottom-lg-54 {
    bottom: -54px !important;
  }

  .bottom-lg-53 {
    bottom: -53px !important;
  }

  .bottom-lg-52 {
    bottom: -52px !important;
  }

  .bottom-lg-51 {
    bottom: -51px !important;
  }

  .bottom-lg-50 {
    bottom: -50px !important;
  }

  .bottom-lg-49 {
    bottom: -49px !important;
  }

  .bottom-lg-48 {
    bottom: -48px !important;
  }

  .bottom-lg-47 {
    bottom: -47px !important;
  }

  .bottom-lg-46 {
    bottom: -46px !important;
  }

  .bottom-lg-45 {
    bottom: -45px !important;
  }

  .bottom-lg-44 {
    bottom: -44px !important;
  }

  .bottom-lg-43 {
    bottom: -43px !important;
  }

  .bottom-lg-42 {
    bottom: -42px !important;
  }

  .bottom-lg-41 {
    bottom: -41px !important;
  }

  .bottom-lg-40 {
    bottom: -40px !important;
  }

  .bottom-lg-39 {
    bottom: -39px !important;
  }

  .bottom-lg-38 {
    bottom: -38px !important;
  }

  .bottom-lg-37 {
    bottom: -37px !important;
  }

  .bottom-lg-36 {
    bottom: -36px !important;
  }

  .bottom-lg-35 {
    bottom: -35px !important;
  }

  .bottom-lg-34 {
    bottom: -34px !important;
  }

  .bottom-lg-33 {
    bottom: -33px !important;
  }

  .bottom-lg-32 {
    bottom: -32px !important;
  }

  .bottom-lg-31 {
    bottom: -31px !important;
  }

  .bottom-lg-30 {
    bottom: -30px !important;
  }

  .bottom-lg-29 {
    bottom: -29px !important;
  }

  .bottom-lg-28 {
    bottom: -28px !important;
  }

  .bottom-lg-27 {
    bottom: -27px !important;
  }

  .bottom-lg-26 {
    bottom: -26px !important;
  }

  .bottom-lg-25 {
    bottom: -25px !important;
  }

  .bottom-lg-24 {
    bottom: -24px !important;
  }

  .bottom-lg-23 {
    bottom: -23px !important;
  }

  .bottom-lg-22 {
    bottom: -22px !important;
  }

  .bottom-lg-21 {
    bottom: -21px !important;
  }

  .bottom-lg-20 {
    bottom: -20px !important;
  }

  .bottom-lg-19 {
    bottom: -19px !important;
  }

  .bottom-lg-18 {
    bottom: -18px !important;
  }

  .bottom-lg-17 {
    bottom: -17px !important;
  }

  .bottom-lg-16 {
    bottom: -16px !important;
  }

  .bottom-lg-15 {
    bottom: -15px !important;
  }

  .bottom-lg-14 {
    bottom: -14px !important;
  }

  .bottom-lg-13 {
    bottom: -13px !important;
  }

  .bottom-lg-12 {
    bottom: -12px !important;
  }

  .bottom-lg-11 {
    bottom: -11px !important;
  }

  .bottom-lg-10 {
    bottom: -10px !important;
  }

  .bottom-lg-9 {
    bottom: -9px !important;
  }

  .bottom-lg-8 {
    bottom: -8px !important;
  }

  .bottom-lg-7 {
    bottom: -7px !important;
  }

  .bottom-lg-6 {
    bottom: -6px !important;
  }

  .bottom-lg-5 {
    bottom: -5px !important;
  }

  .bottom-lg-4 {
    bottom: -4px !important;
  }

  .bottom-lg-3 {
    bottom: -3px !important;
  }

  .bottom-lg-2 {
    bottom: -2px !important;
  }

  .bottom-lg-1 {
    bottom: -1px !important;
  }

  .bottom-lg0 {
    bottom: 0px !important;
  }

  .bottom-lg1 {
    bottom: 1px !important;
  }

  .bottom-lg2 {
    bottom: 2px !important;
  }

  .bottom-lg3 {
    bottom: 3px !important;
  }

  .bottom-lg4 {
    bottom: 4px !important;
  }

  .bottom-lg5 {
    bottom: 5px !important;
  }

  .bottom-lg6 {
    bottom: 6px !important;
  }

  .bottom-lg7 {
    bottom: 7px !important;
  }

  .bottom-lg8 {
    bottom: 8px !important;
  }

  .bottom-lg9 {
    bottom: 9px !important;
  }

  .bottom-lg10 {
    bottom: 10px !important;
  }

  .bottom-lg11 {
    bottom: 11px !important;
  }

  .bottom-lg12 {
    bottom: 12px !important;
  }

  .bottom-lg13 {
    bottom: 13px !important;
  }

  .bottom-lg14 {
    bottom: 14px !important;
  }

  .bottom-lg15 {
    bottom: 15px !important;
  }

  .bottom-lg16 {
    bottom: 16px !important;
  }

  .bottom-lg17 {
    bottom: 17px !important;
  }

  .bottom-lg18 {
    bottom: 18px !important;
  }

  .bottom-lg19 {
    bottom: 19px !important;
  }

  .bottom-lg20 {
    bottom: 20px !important;
  }

  .bottom-lg21 {
    bottom: 21px !important;
  }

  .bottom-lg22 {
    bottom: 22px !important;
  }

  .bottom-lg23 {
    bottom: 23px !important;
  }

  .bottom-lg24 {
    bottom: 24px !important;
  }

  .bottom-lg25 {
    bottom: 25px !important;
  }

  .bottom-lg26 {
    bottom: 26px !important;
  }

  .bottom-lg27 {
    bottom: 27px !important;
  }

  .bottom-lg28 {
    bottom: 28px !important;
  }

  .bottom-lg29 {
    bottom: 29px !important;
  }

  .bottom-lg30 {
    bottom: 30px !important;
  }

  .bottom-lg31 {
    bottom: 31px !important;
  }

  .bottom-lg32 {
    bottom: 32px !important;
  }

  .bottom-lg33 {
    bottom: 33px !important;
  }

  .bottom-lg34 {
    bottom: 34px !important;
  }

  .bottom-lg35 {
    bottom: 35px !important;
  }

  .bottom-lg36 {
    bottom: 36px !important;
  }

  .bottom-lg37 {
    bottom: 37px !important;
  }

  .bottom-lg38 {
    bottom: 38px !important;
  }

  .bottom-lg39 {
    bottom: 39px !important;
  }

  .bottom-lg40 {
    bottom: 40px !important;
  }

  .bottom-lg41 {
    bottom: 41px !important;
  }

  .bottom-lg42 {
    bottom: 42px !important;
  }

  .bottom-lg43 {
    bottom: 43px !important;
  }

  .bottom-lg44 {
    bottom: 44px !important;
  }

  .bottom-lg45 {
    bottom: 45px !important;
  }

  .bottom-lg46 {
    bottom: 46px !important;
  }

  .bottom-lg47 {
    bottom: 47px !important;
  }

  .bottom-lg48 {
    bottom: 48px !important;
  }

  .bottom-lg49 {
    bottom: 49px !important;
  }

  .bottom-lg50 {
    bottom: 50px !important;
  }

  .bottom-lg51 {
    bottom: 51px !important;
  }

  .bottom-lg52 {
    bottom: 52px !important;
  }

  .bottom-lg53 {
    bottom: 53px !important;
  }

  .bottom-lg54 {
    bottom: 54px !important;
  }

  .bottom-lg55 {
    bottom: 55px !important;
  }

  .bottom-lg56 {
    bottom: 56px !important;
  }

  .bottom-lg57 {
    bottom: 57px !important;
  }

  .bottom-lg58 {
    bottom: 58px !important;
  }

  .bottom-lg59 {
    bottom: 59px !important;
  }

  .bottom-lg60 {
    bottom: 60px !important;
  }

  .bottom-lg61 {
    bottom: 61px !important;
  }

  .bottom-lg62 {
    bottom: 62px !important;
  }

  .bottom-lg63 {
    bottom: 63px !important;
  }

  .bottom-lg64 {
    bottom: 64px !important;
  }

  .bottom-lg65 {
    bottom: 65px !important;
  }

  .bottom-lg66 {
    bottom: 66px !important;
  }

  .bottom-lg67 {
    bottom: 67px !important;
  }

  .bottom-lg68 {
    bottom: 68px !important;
  }

  .bottom-lg69 {
    bottom: 69px !important;
  }

  .bottom-lg70 {
    bottom: 70px !important;
  }

  .bottom-lg71 {
    bottom: 71px !important;
  }

  .bottom-lg72 {
    bottom: 72px !important;
  }

  .bottom-lg73 {
    bottom: 73px !important;
  }

  .bottom-lg74 {
    bottom: 74px !important;
  }

  .bottom-lg75 {
    bottom: 75px !important;
  }

  .bottom-lg76 {
    bottom: 76px !important;
  }

  .bottom-lg77 {
    bottom: 77px !important;
  }

  .bottom-lg78 {
    bottom: 78px !important;
  }

  .bottom-lg79 {
    bottom: 79px !important;
  }

  .bottom-lg80 {
    bottom: 80px !important;
  }

  .bottom-lg81 {
    bottom: 81px !important;
  }

  .bottom-lg82 {
    bottom: 82px !important;
  }

  .bottom-lg83 {
    bottom: 83px !important;
  }

  .bottom-lg84 {
    bottom: 84px !important;
  }

  .bottom-lg85 {
    bottom: 85px !important;
  }

  .bottom-lg86 {
    bottom: 86px !important;
  }

  .bottom-lg87 {
    bottom: 87px !important;
  }

  .bottom-lg88 {
    bottom: 88px !important;
  }

  .bottom-lg89 {
    bottom: 89px !important;
  }

  .bottom-lg90 {
    bottom: 90px !important;
  }

  .bottom-lg91 {
    bottom: 91px !important;
  }

  .bottom-lg92 {
    bottom: 92px !important;
  }

  .bottom-lg93 {
    bottom: 93px !important;
  }

  .bottom-lg94 {
    bottom: 94px !important;
  }

  .bottom-lg95 {
    bottom: 95px !important;
  }

  .bottom-lg96 {
    bottom: 96px !important;
  }

  .bottom-lg97 {
    bottom: 97px !important;
  }

  .bottom-lg98 {
    bottom: 98px !important;
  }

  .bottom-lg99 {
    bottom: 99px !important;
  }

  .bottom-lg100 {
    bottom: 100px !important;
  }

  .bottom-lg101 {
    bottom: 101px !important;
  }

  .bottom-lg102 {
    bottom: 102px !important;
  }

  .bottom-lg103 {
    bottom: 103px !important;
  }

  .bottom-lg104 {
    bottom: 104px !important;
  }

  .bottom-lg105 {
    bottom: 105px !important;
  }

  .bottom-lg106 {
    bottom: 106px !important;
  }

  .bottom-lg107 {
    bottom: 107px !important;
  }

  .bottom-lg108 {
    bottom: 108px !important;
  }

  .bottom-lg109 {
    bottom: 109px !important;
  }

  .bottom-lg110 {
    bottom: 110px !important;
  }

  .bottom-lg111 {
    bottom: 111px !important;
  }

  .bottom-lg112 {
    bottom: 112px !important;
  }

  .bottom-lg113 {
    bottom: 113px !important;
  }

  .bottom-lg114 {
    bottom: 114px !important;
  }

  .bottom-lg115 {
    bottom: 115px !important;
  }

  .bottom-lg116 {
    bottom: 116px !important;
  }

  .bottom-lg117 {
    bottom: 117px !important;
  }

  .bottom-lg118 {
    bottom: 118px !important;
  }

  .bottom-lg119 {
    bottom: 119px !important;
  }

  .bottom-lg120 {
    bottom: 120px !important;
  }

  .bottom-lg121 {
    bottom: 121px !important;
  }

  .bottom-lg122 {
    bottom: 122px !important;
  }

  .bottom-lg123 {
    bottom: 123px !important;
  }

  .bottom-lg124 {
    bottom: 124px !important;
  }

  .bottom-lg125 {
    bottom: 125px !important;
  }

  .bottom-lg126 {
    bottom: 126px !important;
  }

  .bottom-lg127 {
    bottom: 127px !important;
  }

  .bottom-lg128 {
    bottom: 128px !important;
  }

  .bottom-lg129 {
    bottom: 129px !important;
  }

  .bottom-lg130 {
    bottom: 130px !important;
  }

  .bottom-lg131 {
    bottom: 131px !important;
  }

  .bottom-lg132 {
    bottom: 132px !important;
  }

  .bottom-lg133 {
    bottom: 133px !important;
  }

  .bottom-lg134 {
    bottom: 134px !important;
  }

  .bottom-lg135 {
    bottom: 135px !important;
  }

  .bottom-lg136 {
    bottom: 136px !important;
  }

  .bottom-lg137 {
    bottom: 137px !important;
  }

  .bottom-lg138 {
    bottom: 138px !important;
  }

  .bottom-lg139 {
    bottom: 139px !important;
  }

  .bottom-lg140 {
    bottom: 140px !important;
  }

  .bottom-lg141 {
    bottom: 141px !important;
  }

  .bottom-lg142 {
    bottom: 142px !important;
  }

  .bottom-lg143 {
    bottom: 143px !important;
  }

  .bottom-lg144 {
    bottom: 144px !important;
  }

  .bottom-lg145 {
    bottom: 145px !important;
  }

  .bottom-lg146 {
    bottom: 146px !important;
  }

  .bottom-lg147 {
    bottom: 147px !important;
  }

  .bottom-lg148 {
    bottom: 148px !important;
  }

  .bottom-lg149 {
    bottom: 149px !important;
  }

  .bottom-lg150 {
    bottom: 150px !important;
  }

  .bottom-lg151 {
    bottom: 151px !important;
  }

  .bottom-lg152 {
    bottom: 152px !important;
  }

  .bottom-lg153 {
    bottom: 153px !important;
  }

  .bottom-lg154 {
    bottom: 154px !important;
  }

  .bottom-lg155 {
    bottom: 155px !important;
  }

  .bottom-lg156 {
    bottom: 156px !important;
  }

  .bottom-lg157 {
    bottom: 157px !important;
  }

  .bottom-lg158 {
    bottom: 158px !important;
  }

  .bottom-lg159 {
    bottom: 159px !important;
  }

  .bottom-lg160 {
    bottom: 160px !important;
  }

  .bottom-lg161 {
    bottom: 161px !important;
  }

  .bottom-lg162 {
    bottom: 162px !important;
  }

  .bottom-lg163 {
    bottom: 163px !important;
  }

  .bottom-lg164 {
    bottom: 164px !important;
  }

  .bottom-lg165 {
    bottom: 165px !important;
  }

  .bottom-lg166 {
    bottom: 166px !important;
  }

  .bottom-lg167 {
    bottom: 167px !important;
  }

  .bottom-lg168 {
    bottom: 168px !important;
  }

  .bottom-lg169 {
    bottom: 169px !important;
  }

  .bottom-lg170 {
    bottom: 170px !important;
  }

  .bottom-lg171 {
    bottom: 171px !important;
  }

  .bottom-lg172 {
    bottom: 172px !important;
  }

  .bottom-lg173 {
    bottom: 173px !important;
  }

  .bottom-lg174 {
    bottom: 174px !important;
  }

  .bottom-lg175 {
    bottom: 175px !important;
  }

  .bottom-lg176 {
    bottom: 176px !important;
  }

  .bottom-lg177 {
    bottom: 177px !important;
  }

  .bottom-lg178 {
    bottom: 178px !important;
  }

  .bottom-lg179 {
    bottom: 179px !important;
  }

  .bottom-lg180 {
    bottom: 180px !important;
  }

  .bottom-lg181 {
    bottom: 181px !important;
  }

  .bottom-lg182 {
    bottom: 182px !important;
  }

  .bottom-lg183 {
    bottom: 183px !important;
  }

  .bottom-lg184 {
    bottom: 184px !important;
  }

  .bottom-lg185 {
    bottom: 185px !important;
  }

  .bottom-lg186 {
    bottom: 186px !important;
  }

  .bottom-lg187 {
    bottom: 187px !important;
  }

  .bottom-lg188 {
    bottom: 188px !important;
  }

  .bottom-lg189 {
    bottom: 189px !important;
  }

  .bottom-lg190 {
    bottom: 190px !important;
  }

  .bottom-lg191 {
    bottom: 191px !important;
  }

  .bottom-lg192 {
    bottom: 192px !important;
  }

  .bottom-lg193 {
    bottom: 193px !important;
  }

  .bottom-lg194 {
    bottom: 194px !important;
  }

  .bottom-lg195 {
    bottom: 195px !important;
  }

  .bottom-lg196 {
    bottom: 196px !important;
  }

  .bottom-lg197 {
    bottom: 197px !important;
  }

  .bottom-lg198 {
    bottom: 198px !important;
  }

  .bottom-lg199 {
    bottom: 199px !important;
  }

  .bottom-lg200 {
    bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-xl-200 {
    bottom: -200px !important;
  }

  .bottom-xl-199 {
    bottom: -199px !important;
  }

  .bottom-xl-198 {
    bottom: -198px !important;
  }

  .bottom-xl-197 {
    bottom: -197px !important;
  }

  .bottom-xl-196 {
    bottom: -196px !important;
  }

  .bottom-xl-195 {
    bottom: -195px !important;
  }

  .bottom-xl-194 {
    bottom: -194px !important;
  }

  .bottom-xl-193 {
    bottom: -193px !important;
  }

  .bottom-xl-192 {
    bottom: -192px !important;
  }

  .bottom-xl-191 {
    bottom: -191px !important;
  }

  .bottom-xl-190 {
    bottom: -190px !important;
  }

  .bottom-xl-189 {
    bottom: -189px !important;
  }

  .bottom-xl-188 {
    bottom: -188px !important;
  }

  .bottom-xl-187 {
    bottom: -187px !important;
  }

  .bottom-xl-186 {
    bottom: -186px !important;
  }

  .bottom-xl-185 {
    bottom: -185px !important;
  }

  .bottom-xl-184 {
    bottom: -184px !important;
  }

  .bottom-xl-183 {
    bottom: -183px !important;
  }

  .bottom-xl-182 {
    bottom: -182px !important;
  }

  .bottom-xl-181 {
    bottom: -181px !important;
  }

  .bottom-xl-180 {
    bottom: -180px !important;
  }

  .bottom-xl-179 {
    bottom: -179px !important;
  }

  .bottom-xl-178 {
    bottom: -178px !important;
  }

  .bottom-xl-177 {
    bottom: -177px !important;
  }

  .bottom-xl-176 {
    bottom: -176px !important;
  }

  .bottom-xl-175 {
    bottom: -175px !important;
  }

  .bottom-xl-174 {
    bottom: -174px !important;
  }

  .bottom-xl-173 {
    bottom: -173px !important;
  }

  .bottom-xl-172 {
    bottom: -172px !important;
  }

  .bottom-xl-171 {
    bottom: -171px !important;
  }

  .bottom-xl-170 {
    bottom: -170px !important;
  }

  .bottom-xl-169 {
    bottom: -169px !important;
  }

  .bottom-xl-168 {
    bottom: -168px !important;
  }

  .bottom-xl-167 {
    bottom: -167px !important;
  }

  .bottom-xl-166 {
    bottom: -166px !important;
  }

  .bottom-xl-165 {
    bottom: -165px !important;
  }

  .bottom-xl-164 {
    bottom: -164px !important;
  }

  .bottom-xl-163 {
    bottom: -163px !important;
  }

  .bottom-xl-162 {
    bottom: -162px !important;
  }

  .bottom-xl-161 {
    bottom: -161px !important;
  }

  .bottom-xl-160 {
    bottom: -160px !important;
  }

  .bottom-xl-159 {
    bottom: -159px !important;
  }

  .bottom-xl-158 {
    bottom: -158px !important;
  }

  .bottom-xl-157 {
    bottom: -157px !important;
  }

  .bottom-xl-156 {
    bottom: -156px !important;
  }

  .bottom-xl-155 {
    bottom: -155px !important;
  }

  .bottom-xl-154 {
    bottom: -154px !important;
  }

  .bottom-xl-153 {
    bottom: -153px !important;
  }

  .bottom-xl-152 {
    bottom: -152px !important;
  }

  .bottom-xl-151 {
    bottom: -151px !important;
  }

  .bottom-xl-150 {
    bottom: -150px !important;
  }

  .bottom-xl-149 {
    bottom: -149px !important;
  }

  .bottom-xl-148 {
    bottom: -148px !important;
  }

  .bottom-xl-147 {
    bottom: -147px !important;
  }

  .bottom-xl-146 {
    bottom: -146px !important;
  }

  .bottom-xl-145 {
    bottom: -145px !important;
  }

  .bottom-xl-144 {
    bottom: -144px !important;
  }

  .bottom-xl-143 {
    bottom: -143px !important;
  }

  .bottom-xl-142 {
    bottom: -142px !important;
  }

  .bottom-xl-141 {
    bottom: -141px !important;
  }

  .bottom-xl-140 {
    bottom: -140px !important;
  }

  .bottom-xl-139 {
    bottom: -139px !important;
  }

  .bottom-xl-138 {
    bottom: -138px !important;
  }

  .bottom-xl-137 {
    bottom: -137px !important;
  }

  .bottom-xl-136 {
    bottom: -136px !important;
  }

  .bottom-xl-135 {
    bottom: -135px !important;
  }

  .bottom-xl-134 {
    bottom: -134px !important;
  }

  .bottom-xl-133 {
    bottom: -133px !important;
  }

  .bottom-xl-132 {
    bottom: -132px !important;
  }

  .bottom-xl-131 {
    bottom: -131px !important;
  }

  .bottom-xl-130 {
    bottom: -130px !important;
  }

  .bottom-xl-129 {
    bottom: -129px !important;
  }

  .bottom-xl-128 {
    bottom: -128px !important;
  }

  .bottom-xl-127 {
    bottom: -127px !important;
  }

  .bottom-xl-126 {
    bottom: -126px !important;
  }

  .bottom-xl-125 {
    bottom: -125px !important;
  }

  .bottom-xl-124 {
    bottom: -124px !important;
  }

  .bottom-xl-123 {
    bottom: -123px !important;
  }

  .bottom-xl-122 {
    bottom: -122px !important;
  }

  .bottom-xl-121 {
    bottom: -121px !important;
  }

  .bottom-xl-120 {
    bottom: -120px !important;
  }

  .bottom-xl-119 {
    bottom: -119px !important;
  }

  .bottom-xl-118 {
    bottom: -118px !important;
  }

  .bottom-xl-117 {
    bottom: -117px !important;
  }

  .bottom-xl-116 {
    bottom: -116px !important;
  }

  .bottom-xl-115 {
    bottom: -115px !important;
  }

  .bottom-xl-114 {
    bottom: -114px !important;
  }

  .bottom-xl-113 {
    bottom: -113px !important;
  }

  .bottom-xl-112 {
    bottom: -112px !important;
  }

  .bottom-xl-111 {
    bottom: -111px !important;
  }

  .bottom-xl-110 {
    bottom: -110px !important;
  }

  .bottom-xl-109 {
    bottom: -109px !important;
  }

  .bottom-xl-108 {
    bottom: -108px !important;
  }

  .bottom-xl-107 {
    bottom: -107px !important;
  }

  .bottom-xl-106 {
    bottom: -106px !important;
  }

  .bottom-xl-105 {
    bottom: -105px !important;
  }

  .bottom-xl-104 {
    bottom: -104px !important;
  }

  .bottom-xl-103 {
    bottom: -103px !important;
  }

  .bottom-xl-102 {
    bottom: -102px !important;
  }

  .bottom-xl-101 {
    bottom: -101px !important;
  }

  .bottom-xl-100 {
    bottom: -100px !important;
  }

  .bottom-xl-99 {
    bottom: -99px !important;
  }

  .bottom-xl-98 {
    bottom: -98px !important;
  }

  .bottom-xl-97 {
    bottom: -97px !important;
  }

  .bottom-xl-96 {
    bottom: -96px !important;
  }

  .bottom-xl-95 {
    bottom: -95px !important;
  }

  .bottom-xl-94 {
    bottom: -94px !important;
  }

  .bottom-xl-93 {
    bottom: -93px !important;
  }

  .bottom-xl-92 {
    bottom: -92px !important;
  }

  .bottom-xl-91 {
    bottom: -91px !important;
  }

  .bottom-xl-90 {
    bottom: -90px !important;
  }

  .bottom-xl-89 {
    bottom: -89px !important;
  }

  .bottom-xl-88 {
    bottom: -88px !important;
  }

  .bottom-xl-87 {
    bottom: -87px !important;
  }

  .bottom-xl-86 {
    bottom: -86px !important;
  }

  .bottom-xl-85 {
    bottom: -85px !important;
  }

  .bottom-xl-84 {
    bottom: -84px !important;
  }

  .bottom-xl-83 {
    bottom: -83px !important;
  }

  .bottom-xl-82 {
    bottom: -82px !important;
  }

  .bottom-xl-81 {
    bottom: -81px !important;
  }

  .bottom-xl-80 {
    bottom: -80px !important;
  }

  .bottom-xl-79 {
    bottom: -79px !important;
  }

  .bottom-xl-78 {
    bottom: -78px !important;
  }

  .bottom-xl-77 {
    bottom: -77px !important;
  }

  .bottom-xl-76 {
    bottom: -76px !important;
  }

  .bottom-xl-75 {
    bottom: -75px !important;
  }

  .bottom-xl-74 {
    bottom: -74px !important;
  }

  .bottom-xl-73 {
    bottom: -73px !important;
  }

  .bottom-xl-72 {
    bottom: -72px !important;
  }

  .bottom-xl-71 {
    bottom: -71px !important;
  }

  .bottom-xl-70 {
    bottom: -70px !important;
  }

  .bottom-xl-69 {
    bottom: -69px !important;
  }

  .bottom-xl-68 {
    bottom: -68px !important;
  }

  .bottom-xl-67 {
    bottom: -67px !important;
  }

  .bottom-xl-66 {
    bottom: -66px !important;
  }

  .bottom-xl-65 {
    bottom: -65px !important;
  }

  .bottom-xl-64 {
    bottom: -64px !important;
  }

  .bottom-xl-63 {
    bottom: -63px !important;
  }

  .bottom-xl-62 {
    bottom: -62px !important;
  }

  .bottom-xl-61 {
    bottom: -61px !important;
  }

  .bottom-xl-60 {
    bottom: -60px !important;
  }

  .bottom-xl-59 {
    bottom: -59px !important;
  }

  .bottom-xl-58 {
    bottom: -58px !important;
  }

  .bottom-xl-57 {
    bottom: -57px !important;
  }

  .bottom-xl-56 {
    bottom: -56px !important;
  }

  .bottom-xl-55 {
    bottom: -55px !important;
  }

  .bottom-xl-54 {
    bottom: -54px !important;
  }

  .bottom-xl-53 {
    bottom: -53px !important;
  }

  .bottom-xl-52 {
    bottom: -52px !important;
  }

  .bottom-xl-51 {
    bottom: -51px !important;
  }

  .bottom-xl-50 {
    bottom: -50px !important;
  }

  .bottom-xl-49 {
    bottom: -49px !important;
  }

  .bottom-xl-48 {
    bottom: -48px !important;
  }

  .bottom-xl-47 {
    bottom: -47px !important;
  }

  .bottom-xl-46 {
    bottom: -46px !important;
  }

  .bottom-xl-45 {
    bottom: -45px !important;
  }

  .bottom-xl-44 {
    bottom: -44px !important;
  }

  .bottom-xl-43 {
    bottom: -43px !important;
  }

  .bottom-xl-42 {
    bottom: -42px !important;
  }

  .bottom-xl-41 {
    bottom: -41px !important;
  }

  .bottom-xl-40 {
    bottom: -40px !important;
  }

  .bottom-xl-39 {
    bottom: -39px !important;
  }

  .bottom-xl-38 {
    bottom: -38px !important;
  }

  .bottom-xl-37 {
    bottom: -37px !important;
  }

  .bottom-xl-36 {
    bottom: -36px !important;
  }

  .bottom-xl-35 {
    bottom: -35px !important;
  }

  .bottom-xl-34 {
    bottom: -34px !important;
  }

  .bottom-xl-33 {
    bottom: -33px !important;
  }

  .bottom-xl-32 {
    bottom: -32px !important;
  }

  .bottom-xl-31 {
    bottom: -31px !important;
  }

  .bottom-xl-30 {
    bottom: -30px !important;
  }

  .bottom-xl-29 {
    bottom: -29px !important;
  }

  .bottom-xl-28 {
    bottom: -28px !important;
  }

  .bottom-xl-27 {
    bottom: -27px !important;
  }

  .bottom-xl-26 {
    bottom: -26px !important;
  }

  .bottom-xl-25 {
    bottom: -25px !important;
  }

  .bottom-xl-24 {
    bottom: -24px !important;
  }

  .bottom-xl-23 {
    bottom: -23px !important;
  }

  .bottom-xl-22 {
    bottom: -22px !important;
  }

  .bottom-xl-21 {
    bottom: -21px !important;
  }

  .bottom-xl-20 {
    bottom: -20px !important;
  }

  .bottom-xl-19 {
    bottom: -19px !important;
  }

  .bottom-xl-18 {
    bottom: -18px !important;
  }

  .bottom-xl-17 {
    bottom: -17px !important;
  }

  .bottom-xl-16 {
    bottom: -16px !important;
  }

  .bottom-xl-15 {
    bottom: -15px !important;
  }

  .bottom-xl-14 {
    bottom: -14px !important;
  }

  .bottom-xl-13 {
    bottom: -13px !important;
  }

  .bottom-xl-12 {
    bottom: -12px !important;
  }

  .bottom-xl-11 {
    bottom: -11px !important;
  }

  .bottom-xl-10 {
    bottom: -10px !important;
  }

  .bottom-xl-9 {
    bottom: -9px !important;
  }

  .bottom-xl-8 {
    bottom: -8px !important;
  }

  .bottom-xl-7 {
    bottom: -7px !important;
  }

  .bottom-xl-6 {
    bottom: -6px !important;
  }

  .bottom-xl-5 {
    bottom: -5px !important;
  }

  .bottom-xl-4 {
    bottom: -4px !important;
  }

  .bottom-xl-3 {
    bottom: -3px !important;
  }

  .bottom-xl-2 {
    bottom: -2px !important;
  }

  .bottom-xl-1 {
    bottom: -1px !important;
  }

  .bottom-xl0 {
    bottom: 0px !important;
  }

  .bottom-xl1 {
    bottom: 1px !important;
  }

  .bottom-xl2 {
    bottom: 2px !important;
  }

  .bottom-xl3 {
    bottom: 3px !important;
  }

  .bottom-xl4 {
    bottom: 4px !important;
  }

  .bottom-xl5 {
    bottom: 5px !important;
  }

  .bottom-xl6 {
    bottom: 6px !important;
  }

  .bottom-xl7 {
    bottom: 7px !important;
  }

  .bottom-xl8 {
    bottom: 8px !important;
  }

  .bottom-xl9 {
    bottom: 9px !important;
  }

  .bottom-xl10 {
    bottom: 10px !important;
  }

  .bottom-xl11 {
    bottom: 11px !important;
  }

  .bottom-xl12 {
    bottom: 12px !important;
  }

  .bottom-xl13 {
    bottom: 13px !important;
  }

  .bottom-xl14 {
    bottom: 14px !important;
  }

  .bottom-xl15 {
    bottom: 15px !important;
  }

  .bottom-xl16 {
    bottom: 16px !important;
  }

  .bottom-xl17 {
    bottom: 17px !important;
  }

  .bottom-xl18 {
    bottom: 18px !important;
  }

  .bottom-xl19 {
    bottom: 19px !important;
  }

  .bottom-xl20 {
    bottom: 20px !important;
  }

  .bottom-xl21 {
    bottom: 21px !important;
  }

  .bottom-xl22 {
    bottom: 22px !important;
  }

  .bottom-xl23 {
    bottom: 23px !important;
  }

  .bottom-xl24 {
    bottom: 24px !important;
  }

  .bottom-xl25 {
    bottom: 25px !important;
  }

  .bottom-xl26 {
    bottom: 26px !important;
  }

  .bottom-xl27 {
    bottom: 27px !important;
  }

  .bottom-xl28 {
    bottom: 28px !important;
  }

  .bottom-xl29 {
    bottom: 29px !important;
  }

  .bottom-xl30 {
    bottom: 30px !important;
  }

  .bottom-xl31 {
    bottom: 31px !important;
  }

  .bottom-xl32 {
    bottom: 32px !important;
  }

  .bottom-xl33 {
    bottom: 33px !important;
  }

  .bottom-xl34 {
    bottom: 34px !important;
  }

  .bottom-xl35 {
    bottom: 35px !important;
  }

  .bottom-xl36 {
    bottom: 36px !important;
  }

  .bottom-xl37 {
    bottom: 37px !important;
  }

  .bottom-xl38 {
    bottom: 38px !important;
  }

  .bottom-xl39 {
    bottom: 39px !important;
  }

  .bottom-xl40 {
    bottom: 40px !important;
  }

  .bottom-xl41 {
    bottom: 41px !important;
  }

  .bottom-xl42 {
    bottom: 42px !important;
  }

  .bottom-xl43 {
    bottom: 43px !important;
  }

  .bottom-xl44 {
    bottom: 44px !important;
  }

  .bottom-xl45 {
    bottom: 45px !important;
  }

  .bottom-xl46 {
    bottom: 46px !important;
  }

  .bottom-xl47 {
    bottom: 47px !important;
  }

  .bottom-xl48 {
    bottom: 48px !important;
  }

  .bottom-xl49 {
    bottom: 49px !important;
  }

  .bottom-xl50 {
    bottom: 50px !important;
  }

  .bottom-xl51 {
    bottom: 51px !important;
  }

  .bottom-xl52 {
    bottom: 52px !important;
  }

  .bottom-xl53 {
    bottom: 53px !important;
  }

  .bottom-xl54 {
    bottom: 54px !important;
  }

  .bottom-xl55 {
    bottom: 55px !important;
  }

  .bottom-xl56 {
    bottom: 56px !important;
  }

  .bottom-xl57 {
    bottom: 57px !important;
  }

  .bottom-xl58 {
    bottom: 58px !important;
  }

  .bottom-xl59 {
    bottom: 59px !important;
  }

  .bottom-xl60 {
    bottom: 60px !important;
  }

  .bottom-xl61 {
    bottom: 61px !important;
  }

  .bottom-xl62 {
    bottom: 62px !important;
  }

  .bottom-xl63 {
    bottom: 63px !important;
  }

  .bottom-xl64 {
    bottom: 64px !important;
  }

  .bottom-xl65 {
    bottom: 65px !important;
  }

  .bottom-xl66 {
    bottom: 66px !important;
  }

  .bottom-xl67 {
    bottom: 67px !important;
  }

  .bottom-xl68 {
    bottom: 68px !important;
  }

  .bottom-xl69 {
    bottom: 69px !important;
  }

  .bottom-xl70 {
    bottom: 70px !important;
  }

  .bottom-xl71 {
    bottom: 71px !important;
  }

  .bottom-xl72 {
    bottom: 72px !important;
  }

  .bottom-xl73 {
    bottom: 73px !important;
  }

  .bottom-xl74 {
    bottom: 74px !important;
  }

  .bottom-xl75 {
    bottom: 75px !important;
  }

  .bottom-xl76 {
    bottom: 76px !important;
  }

  .bottom-xl77 {
    bottom: 77px !important;
  }

  .bottom-xl78 {
    bottom: 78px !important;
  }

  .bottom-xl79 {
    bottom: 79px !important;
  }

  .bottom-xl80 {
    bottom: 80px !important;
  }

  .bottom-xl81 {
    bottom: 81px !important;
  }

  .bottom-xl82 {
    bottom: 82px !important;
  }

  .bottom-xl83 {
    bottom: 83px !important;
  }

  .bottom-xl84 {
    bottom: 84px !important;
  }

  .bottom-xl85 {
    bottom: 85px !important;
  }

  .bottom-xl86 {
    bottom: 86px !important;
  }

  .bottom-xl87 {
    bottom: 87px !important;
  }

  .bottom-xl88 {
    bottom: 88px !important;
  }

  .bottom-xl89 {
    bottom: 89px !important;
  }

  .bottom-xl90 {
    bottom: 90px !important;
  }

  .bottom-xl91 {
    bottom: 91px !important;
  }

  .bottom-xl92 {
    bottom: 92px !important;
  }

  .bottom-xl93 {
    bottom: 93px !important;
  }

  .bottom-xl94 {
    bottom: 94px !important;
  }

  .bottom-xl95 {
    bottom: 95px !important;
  }

  .bottom-xl96 {
    bottom: 96px !important;
  }

  .bottom-xl97 {
    bottom: 97px !important;
  }

  .bottom-xl98 {
    bottom: 98px !important;
  }

  .bottom-xl99 {
    bottom: 99px !important;
  }

  .bottom-xl100 {
    bottom: 100px !important;
  }

  .bottom-xl101 {
    bottom: 101px !important;
  }

  .bottom-xl102 {
    bottom: 102px !important;
  }

  .bottom-xl103 {
    bottom: 103px !important;
  }

  .bottom-xl104 {
    bottom: 104px !important;
  }

  .bottom-xl105 {
    bottom: 105px !important;
  }

  .bottom-xl106 {
    bottom: 106px !important;
  }

  .bottom-xl107 {
    bottom: 107px !important;
  }

  .bottom-xl108 {
    bottom: 108px !important;
  }

  .bottom-xl109 {
    bottom: 109px !important;
  }

  .bottom-xl110 {
    bottom: 110px !important;
  }

  .bottom-xl111 {
    bottom: 111px !important;
  }

  .bottom-xl112 {
    bottom: 112px !important;
  }

  .bottom-xl113 {
    bottom: 113px !important;
  }

  .bottom-xl114 {
    bottom: 114px !important;
  }

  .bottom-xl115 {
    bottom: 115px !important;
  }

  .bottom-xl116 {
    bottom: 116px !important;
  }

  .bottom-xl117 {
    bottom: 117px !important;
  }

  .bottom-xl118 {
    bottom: 118px !important;
  }

  .bottom-xl119 {
    bottom: 119px !important;
  }

  .bottom-xl120 {
    bottom: 120px !important;
  }

  .bottom-xl121 {
    bottom: 121px !important;
  }

  .bottom-xl122 {
    bottom: 122px !important;
  }

  .bottom-xl123 {
    bottom: 123px !important;
  }

  .bottom-xl124 {
    bottom: 124px !important;
  }

  .bottom-xl125 {
    bottom: 125px !important;
  }

  .bottom-xl126 {
    bottom: 126px !important;
  }

  .bottom-xl127 {
    bottom: 127px !important;
  }

  .bottom-xl128 {
    bottom: 128px !important;
  }

  .bottom-xl129 {
    bottom: 129px !important;
  }

  .bottom-xl130 {
    bottom: 130px !important;
  }

  .bottom-xl131 {
    bottom: 131px !important;
  }

  .bottom-xl132 {
    bottom: 132px !important;
  }

  .bottom-xl133 {
    bottom: 133px !important;
  }

  .bottom-xl134 {
    bottom: 134px !important;
  }

  .bottom-xl135 {
    bottom: 135px !important;
  }

  .bottom-xl136 {
    bottom: 136px !important;
  }

  .bottom-xl137 {
    bottom: 137px !important;
  }

  .bottom-xl138 {
    bottom: 138px !important;
  }

  .bottom-xl139 {
    bottom: 139px !important;
  }

  .bottom-xl140 {
    bottom: 140px !important;
  }

  .bottom-xl141 {
    bottom: 141px !important;
  }

  .bottom-xl142 {
    bottom: 142px !important;
  }

  .bottom-xl143 {
    bottom: 143px !important;
  }

  .bottom-xl144 {
    bottom: 144px !important;
  }

  .bottom-xl145 {
    bottom: 145px !important;
  }

  .bottom-xl146 {
    bottom: 146px !important;
  }

  .bottom-xl147 {
    bottom: 147px !important;
  }

  .bottom-xl148 {
    bottom: 148px !important;
  }

  .bottom-xl149 {
    bottom: 149px !important;
  }

  .bottom-xl150 {
    bottom: 150px !important;
  }

  .bottom-xl151 {
    bottom: 151px !important;
  }

  .bottom-xl152 {
    bottom: 152px !important;
  }

  .bottom-xl153 {
    bottom: 153px !important;
  }

  .bottom-xl154 {
    bottom: 154px !important;
  }

  .bottom-xl155 {
    bottom: 155px !important;
  }

  .bottom-xl156 {
    bottom: 156px !important;
  }

  .bottom-xl157 {
    bottom: 157px !important;
  }

  .bottom-xl158 {
    bottom: 158px !important;
  }

  .bottom-xl159 {
    bottom: 159px !important;
  }

  .bottom-xl160 {
    bottom: 160px !important;
  }

  .bottom-xl161 {
    bottom: 161px !important;
  }

  .bottom-xl162 {
    bottom: 162px !important;
  }

  .bottom-xl163 {
    bottom: 163px !important;
  }

  .bottom-xl164 {
    bottom: 164px !important;
  }

  .bottom-xl165 {
    bottom: 165px !important;
  }

  .bottom-xl166 {
    bottom: 166px !important;
  }

  .bottom-xl167 {
    bottom: 167px !important;
  }

  .bottom-xl168 {
    bottom: 168px !important;
  }

  .bottom-xl169 {
    bottom: 169px !important;
  }

  .bottom-xl170 {
    bottom: 170px !important;
  }

  .bottom-xl171 {
    bottom: 171px !important;
  }

  .bottom-xl172 {
    bottom: 172px !important;
  }

  .bottom-xl173 {
    bottom: 173px !important;
  }

  .bottom-xl174 {
    bottom: 174px !important;
  }

  .bottom-xl175 {
    bottom: 175px !important;
  }

  .bottom-xl176 {
    bottom: 176px !important;
  }

  .bottom-xl177 {
    bottom: 177px !important;
  }

  .bottom-xl178 {
    bottom: 178px !important;
  }

  .bottom-xl179 {
    bottom: 179px !important;
  }

  .bottom-xl180 {
    bottom: 180px !important;
  }

  .bottom-xl181 {
    bottom: 181px !important;
  }

  .bottom-xl182 {
    bottom: 182px !important;
  }

  .bottom-xl183 {
    bottom: 183px !important;
  }

  .bottom-xl184 {
    bottom: 184px !important;
  }

  .bottom-xl185 {
    bottom: 185px !important;
  }

  .bottom-xl186 {
    bottom: 186px !important;
  }

  .bottom-xl187 {
    bottom: 187px !important;
  }

  .bottom-xl188 {
    bottom: 188px !important;
  }

  .bottom-xl189 {
    bottom: 189px !important;
  }

  .bottom-xl190 {
    bottom: 190px !important;
  }

  .bottom-xl191 {
    bottom: 191px !important;
  }

  .bottom-xl192 {
    bottom: 192px !important;
  }

  .bottom-xl193 {
    bottom: 193px !important;
  }

  .bottom-xl194 {
    bottom: 194px !important;
  }

  .bottom-xl195 {
    bottom: 195px !important;
  }

  .bottom-xl196 {
    bottom: 196px !important;
  }

  .bottom-xl197 {
    bottom: 197px !important;
  }

  .bottom-xl198 {
    bottom: 198px !important;
  }

  .bottom-xl199 {
    bottom: 199px !important;
  }

  .bottom-xl200 {
    bottom: 200px !important;
  }
}
@media (min-width: 1500px) {
  .bottom-xxl-200 {
    bottom: -200px !important;
  }

  .bottom-xxl-199 {
    bottom: -199px !important;
  }

  .bottom-xxl-198 {
    bottom: -198px !important;
  }

  .bottom-xxl-197 {
    bottom: -197px !important;
  }

  .bottom-xxl-196 {
    bottom: -196px !important;
  }

  .bottom-xxl-195 {
    bottom: -195px !important;
  }

  .bottom-xxl-194 {
    bottom: -194px !important;
  }

  .bottom-xxl-193 {
    bottom: -193px !important;
  }

  .bottom-xxl-192 {
    bottom: -192px !important;
  }

  .bottom-xxl-191 {
    bottom: -191px !important;
  }

  .bottom-xxl-190 {
    bottom: -190px !important;
  }

  .bottom-xxl-189 {
    bottom: -189px !important;
  }

  .bottom-xxl-188 {
    bottom: -188px !important;
  }

  .bottom-xxl-187 {
    bottom: -187px !important;
  }

  .bottom-xxl-186 {
    bottom: -186px !important;
  }

  .bottom-xxl-185 {
    bottom: -185px !important;
  }

  .bottom-xxl-184 {
    bottom: -184px !important;
  }

  .bottom-xxl-183 {
    bottom: -183px !important;
  }

  .bottom-xxl-182 {
    bottom: -182px !important;
  }

  .bottom-xxl-181 {
    bottom: -181px !important;
  }

  .bottom-xxl-180 {
    bottom: -180px !important;
  }

  .bottom-xxl-179 {
    bottom: -179px !important;
  }

  .bottom-xxl-178 {
    bottom: -178px !important;
  }

  .bottom-xxl-177 {
    bottom: -177px !important;
  }

  .bottom-xxl-176 {
    bottom: -176px !important;
  }

  .bottom-xxl-175 {
    bottom: -175px !important;
  }

  .bottom-xxl-174 {
    bottom: -174px !important;
  }

  .bottom-xxl-173 {
    bottom: -173px !important;
  }

  .bottom-xxl-172 {
    bottom: -172px !important;
  }

  .bottom-xxl-171 {
    bottom: -171px !important;
  }

  .bottom-xxl-170 {
    bottom: -170px !important;
  }

  .bottom-xxl-169 {
    bottom: -169px !important;
  }

  .bottom-xxl-168 {
    bottom: -168px !important;
  }

  .bottom-xxl-167 {
    bottom: -167px !important;
  }

  .bottom-xxl-166 {
    bottom: -166px !important;
  }

  .bottom-xxl-165 {
    bottom: -165px !important;
  }

  .bottom-xxl-164 {
    bottom: -164px !important;
  }

  .bottom-xxl-163 {
    bottom: -163px !important;
  }

  .bottom-xxl-162 {
    bottom: -162px !important;
  }

  .bottom-xxl-161 {
    bottom: -161px !important;
  }

  .bottom-xxl-160 {
    bottom: -160px !important;
  }

  .bottom-xxl-159 {
    bottom: -159px !important;
  }

  .bottom-xxl-158 {
    bottom: -158px !important;
  }

  .bottom-xxl-157 {
    bottom: -157px !important;
  }

  .bottom-xxl-156 {
    bottom: -156px !important;
  }

  .bottom-xxl-155 {
    bottom: -155px !important;
  }

  .bottom-xxl-154 {
    bottom: -154px !important;
  }

  .bottom-xxl-153 {
    bottom: -153px !important;
  }

  .bottom-xxl-152 {
    bottom: -152px !important;
  }

  .bottom-xxl-151 {
    bottom: -151px !important;
  }

  .bottom-xxl-150 {
    bottom: -150px !important;
  }

  .bottom-xxl-149 {
    bottom: -149px !important;
  }

  .bottom-xxl-148 {
    bottom: -148px !important;
  }

  .bottom-xxl-147 {
    bottom: -147px !important;
  }

  .bottom-xxl-146 {
    bottom: -146px !important;
  }

  .bottom-xxl-145 {
    bottom: -145px !important;
  }

  .bottom-xxl-144 {
    bottom: -144px !important;
  }

  .bottom-xxl-143 {
    bottom: -143px !important;
  }

  .bottom-xxl-142 {
    bottom: -142px !important;
  }

  .bottom-xxl-141 {
    bottom: -141px !important;
  }

  .bottom-xxl-140 {
    bottom: -140px !important;
  }

  .bottom-xxl-139 {
    bottom: -139px !important;
  }

  .bottom-xxl-138 {
    bottom: -138px !important;
  }

  .bottom-xxl-137 {
    bottom: -137px !important;
  }

  .bottom-xxl-136 {
    bottom: -136px !important;
  }

  .bottom-xxl-135 {
    bottom: -135px !important;
  }

  .bottom-xxl-134 {
    bottom: -134px !important;
  }

  .bottom-xxl-133 {
    bottom: -133px !important;
  }

  .bottom-xxl-132 {
    bottom: -132px !important;
  }

  .bottom-xxl-131 {
    bottom: -131px !important;
  }

  .bottom-xxl-130 {
    bottom: -130px !important;
  }

  .bottom-xxl-129 {
    bottom: -129px !important;
  }

  .bottom-xxl-128 {
    bottom: -128px !important;
  }

  .bottom-xxl-127 {
    bottom: -127px !important;
  }

  .bottom-xxl-126 {
    bottom: -126px !important;
  }

  .bottom-xxl-125 {
    bottom: -125px !important;
  }

  .bottom-xxl-124 {
    bottom: -124px !important;
  }

  .bottom-xxl-123 {
    bottom: -123px !important;
  }

  .bottom-xxl-122 {
    bottom: -122px !important;
  }

  .bottom-xxl-121 {
    bottom: -121px !important;
  }

  .bottom-xxl-120 {
    bottom: -120px !important;
  }

  .bottom-xxl-119 {
    bottom: -119px !important;
  }

  .bottom-xxl-118 {
    bottom: -118px !important;
  }

  .bottom-xxl-117 {
    bottom: -117px !important;
  }

  .bottom-xxl-116 {
    bottom: -116px !important;
  }

  .bottom-xxl-115 {
    bottom: -115px !important;
  }

  .bottom-xxl-114 {
    bottom: -114px !important;
  }

  .bottom-xxl-113 {
    bottom: -113px !important;
  }

  .bottom-xxl-112 {
    bottom: -112px !important;
  }

  .bottom-xxl-111 {
    bottom: -111px !important;
  }

  .bottom-xxl-110 {
    bottom: -110px !important;
  }

  .bottom-xxl-109 {
    bottom: -109px !important;
  }

  .bottom-xxl-108 {
    bottom: -108px !important;
  }

  .bottom-xxl-107 {
    bottom: -107px !important;
  }

  .bottom-xxl-106 {
    bottom: -106px !important;
  }

  .bottom-xxl-105 {
    bottom: -105px !important;
  }

  .bottom-xxl-104 {
    bottom: -104px !important;
  }

  .bottom-xxl-103 {
    bottom: -103px !important;
  }

  .bottom-xxl-102 {
    bottom: -102px !important;
  }

  .bottom-xxl-101 {
    bottom: -101px !important;
  }

  .bottom-xxl-100 {
    bottom: -100px !important;
  }

  .bottom-xxl-99 {
    bottom: -99px !important;
  }

  .bottom-xxl-98 {
    bottom: -98px !important;
  }

  .bottom-xxl-97 {
    bottom: -97px !important;
  }

  .bottom-xxl-96 {
    bottom: -96px !important;
  }

  .bottom-xxl-95 {
    bottom: -95px !important;
  }

  .bottom-xxl-94 {
    bottom: -94px !important;
  }

  .bottom-xxl-93 {
    bottom: -93px !important;
  }

  .bottom-xxl-92 {
    bottom: -92px !important;
  }

  .bottom-xxl-91 {
    bottom: -91px !important;
  }

  .bottom-xxl-90 {
    bottom: -90px !important;
  }

  .bottom-xxl-89 {
    bottom: -89px !important;
  }

  .bottom-xxl-88 {
    bottom: -88px !important;
  }

  .bottom-xxl-87 {
    bottom: -87px !important;
  }

  .bottom-xxl-86 {
    bottom: -86px !important;
  }

  .bottom-xxl-85 {
    bottom: -85px !important;
  }

  .bottom-xxl-84 {
    bottom: -84px !important;
  }

  .bottom-xxl-83 {
    bottom: -83px !important;
  }

  .bottom-xxl-82 {
    bottom: -82px !important;
  }

  .bottom-xxl-81 {
    bottom: -81px !important;
  }

  .bottom-xxl-80 {
    bottom: -80px !important;
  }

  .bottom-xxl-79 {
    bottom: -79px !important;
  }

  .bottom-xxl-78 {
    bottom: -78px !important;
  }

  .bottom-xxl-77 {
    bottom: -77px !important;
  }

  .bottom-xxl-76 {
    bottom: -76px !important;
  }

  .bottom-xxl-75 {
    bottom: -75px !important;
  }

  .bottom-xxl-74 {
    bottom: -74px !important;
  }

  .bottom-xxl-73 {
    bottom: -73px !important;
  }

  .bottom-xxl-72 {
    bottom: -72px !important;
  }

  .bottom-xxl-71 {
    bottom: -71px !important;
  }

  .bottom-xxl-70 {
    bottom: -70px !important;
  }

  .bottom-xxl-69 {
    bottom: -69px !important;
  }

  .bottom-xxl-68 {
    bottom: -68px !important;
  }

  .bottom-xxl-67 {
    bottom: -67px !important;
  }

  .bottom-xxl-66 {
    bottom: -66px !important;
  }

  .bottom-xxl-65 {
    bottom: -65px !important;
  }

  .bottom-xxl-64 {
    bottom: -64px !important;
  }

  .bottom-xxl-63 {
    bottom: -63px !important;
  }

  .bottom-xxl-62 {
    bottom: -62px !important;
  }

  .bottom-xxl-61 {
    bottom: -61px !important;
  }

  .bottom-xxl-60 {
    bottom: -60px !important;
  }

  .bottom-xxl-59 {
    bottom: -59px !important;
  }

  .bottom-xxl-58 {
    bottom: -58px !important;
  }

  .bottom-xxl-57 {
    bottom: -57px !important;
  }

  .bottom-xxl-56 {
    bottom: -56px !important;
  }

  .bottom-xxl-55 {
    bottom: -55px !important;
  }

  .bottom-xxl-54 {
    bottom: -54px !important;
  }

  .bottom-xxl-53 {
    bottom: -53px !important;
  }

  .bottom-xxl-52 {
    bottom: -52px !important;
  }

  .bottom-xxl-51 {
    bottom: -51px !important;
  }

  .bottom-xxl-50 {
    bottom: -50px !important;
  }

  .bottom-xxl-49 {
    bottom: -49px !important;
  }

  .bottom-xxl-48 {
    bottom: -48px !important;
  }

  .bottom-xxl-47 {
    bottom: -47px !important;
  }

  .bottom-xxl-46 {
    bottom: -46px !important;
  }

  .bottom-xxl-45 {
    bottom: -45px !important;
  }

  .bottom-xxl-44 {
    bottom: -44px !important;
  }

  .bottom-xxl-43 {
    bottom: -43px !important;
  }

  .bottom-xxl-42 {
    bottom: -42px !important;
  }

  .bottom-xxl-41 {
    bottom: -41px !important;
  }

  .bottom-xxl-40 {
    bottom: -40px !important;
  }

  .bottom-xxl-39 {
    bottom: -39px !important;
  }

  .bottom-xxl-38 {
    bottom: -38px !important;
  }

  .bottom-xxl-37 {
    bottom: -37px !important;
  }

  .bottom-xxl-36 {
    bottom: -36px !important;
  }

  .bottom-xxl-35 {
    bottom: -35px !important;
  }

  .bottom-xxl-34 {
    bottom: -34px !important;
  }

  .bottom-xxl-33 {
    bottom: -33px !important;
  }

  .bottom-xxl-32 {
    bottom: -32px !important;
  }

  .bottom-xxl-31 {
    bottom: -31px !important;
  }

  .bottom-xxl-30 {
    bottom: -30px !important;
  }

  .bottom-xxl-29 {
    bottom: -29px !important;
  }

  .bottom-xxl-28 {
    bottom: -28px !important;
  }

  .bottom-xxl-27 {
    bottom: -27px !important;
  }

  .bottom-xxl-26 {
    bottom: -26px !important;
  }

  .bottom-xxl-25 {
    bottom: -25px !important;
  }

  .bottom-xxl-24 {
    bottom: -24px !important;
  }

  .bottom-xxl-23 {
    bottom: -23px !important;
  }

  .bottom-xxl-22 {
    bottom: -22px !important;
  }

  .bottom-xxl-21 {
    bottom: -21px !important;
  }

  .bottom-xxl-20 {
    bottom: -20px !important;
  }

  .bottom-xxl-19 {
    bottom: -19px !important;
  }

  .bottom-xxl-18 {
    bottom: -18px !important;
  }

  .bottom-xxl-17 {
    bottom: -17px !important;
  }

  .bottom-xxl-16 {
    bottom: -16px !important;
  }

  .bottom-xxl-15 {
    bottom: -15px !important;
  }

  .bottom-xxl-14 {
    bottom: -14px !important;
  }

  .bottom-xxl-13 {
    bottom: -13px !important;
  }

  .bottom-xxl-12 {
    bottom: -12px !important;
  }

  .bottom-xxl-11 {
    bottom: -11px !important;
  }

  .bottom-xxl-10 {
    bottom: -10px !important;
  }

  .bottom-xxl-9 {
    bottom: -9px !important;
  }

  .bottom-xxl-8 {
    bottom: -8px !important;
  }

  .bottom-xxl-7 {
    bottom: -7px !important;
  }

  .bottom-xxl-6 {
    bottom: -6px !important;
  }

  .bottom-xxl-5 {
    bottom: -5px !important;
  }

  .bottom-xxl-4 {
    bottom: -4px !important;
  }

  .bottom-xxl-3 {
    bottom: -3px !important;
  }

  .bottom-xxl-2 {
    bottom: -2px !important;
  }

  .bottom-xxl-1 {
    bottom: -1px !important;
  }

  .bottom-xxl0 {
    bottom: 0px !important;
  }

  .bottom-xxl1 {
    bottom: 1px !important;
  }

  .bottom-xxl2 {
    bottom: 2px !important;
  }

  .bottom-xxl3 {
    bottom: 3px !important;
  }

  .bottom-xxl4 {
    bottom: 4px !important;
  }

  .bottom-xxl5 {
    bottom: 5px !important;
  }

  .bottom-xxl6 {
    bottom: 6px !important;
  }

  .bottom-xxl7 {
    bottom: 7px !important;
  }

  .bottom-xxl8 {
    bottom: 8px !important;
  }

  .bottom-xxl9 {
    bottom: 9px !important;
  }

  .bottom-xxl10 {
    bottom: 10px !important;
  }

  .bottom-xxl11 {
    bottom: 11px !important;
  }

  .bottom-xxl12 {
    bottom: 12px !important;
  }

  .bottom-xxl13 {
    bottom: 13px !important;
  }

  .bottom-xxl14 {
    bottom: 14px !important;
  }

  .bottom-xxl15 {
    bottom: 15px !important;
  }

  .bottom-xxl16 {
    bottom: 16px !important;
  }

  .bottom-xxl17 {
    bottom: 17px !important;
  }

  .bottom-xxl18 {
    bottom: 18px !important;
  }

  .bottom-xxl19 {
    bottom: 19px !important;
  }

  .bottom-xxl20 {
    bottom: 20px !important;
  }

  .bottom-xxl21 {
    bottom: 21px !important;
  }

  .bottom-xxl22 {
    bottom: 22px !important;
  }

  .bottom-xxl23 {
    bottom: 23px !important;
  }

  .bottom-xxl24 {
    bottom: 24px !important;
  }

  .bottom-xxl25 {
    bottom: 25px !important;
  }

  .bottom-xxl26 {
    bottom: 26px !important;
  }

  .bottom-xxl27 {
    bottom: 27px !important;
  }

  .bottom-xxl28 {
    bottom: 28px !important;
  }

  .bottom-xxl29 {
    bottom: 29px !important;
  }

  .bottom-xxl30 {
    bottom: 30px !important;
  }

  .bottom-xxl31 {
    bottom: 31px !important;
  }

  .bottom-xxl32 {
    bottom: 32px !important;
  }

  .bottom-xxl33 {
    bottom: 33px !important;
  }

  .bottom-xxl34 {
    bottom: 34px !important;
  }

  .bottom-xxl35 {
    bottom: 35px !important;
  }

  .bottom-xxl36 {
    bottom: 36px !important;
  }

  .bottom-xxl37 {
    bottom: 37px !important;
  }

  .bottom-xxl38 {
    bottom: 38px !important;
  }

  .bottom-xxl39 {
    bottom: 39px !important;
  }

  .bottom-xxl40 {
    bottom: 40px !important;
  }

  .bottom-xxl41 {
    bottom: 41px !important;
  }

  .bottom-xxl42 {
    bottom: 42px !important;
  }

  .bottom-xxl43 {
    bottom: 43px !important;
  }

  .bottom-xxl44 {
    bottom: 44px !important;
  }

  .bottom-xxl45 {
    bottom: 45px !important;
  }

  .bottom-xxl46 {
    bottom: 46px !important;
  }

  .bottom-xxl47 {
    bottom: 47px !important;
  }

  .bottom-xxl48 {
    bottom: 48px !important;
  }

  .bottom-xxl49 {
    bottom: 49px !important;
  }

  .bottom-xxl50 {
    bottom: 50px !important;
  }

  .bottom-xxl51 {
    bottom: 51px !important;
  }

  .bottom-xxl52 {
    bottom: 52px !important;
  }

  .bottom-xxl53 {
    bottom: 53px !important;
  }

  .bottom-xxl54 {
    bottom: 54px !important;
  }

  .bottom-xxl55 {
    bottom: 55px !important;
  }

  .bottom-xxl56 {
    bottom: 56px !important;
  }

  .bottom-xxl57 {
    bottom: 57px !important;
  }

  .bottom-xxl58 {
    bottom: 58px !important;
  }

  .bottom-xxl59 {
    bottom: 59px !important;
  }

  .bottom-xxl60 {
    bottom: 60px !important;
  }

  .bottom-xxl61 {
    bottom: 61px !important;
  }

  .bottom-xxl62 {
    bottom: 62px !important;
  }

  .bottom-xxl63 {
    bottom: 63px !important;
  }

  .bottom-xxl64 {
    bottom: 64px !important;
  }

  .bottom-xxl65 {
    bottom: 65px !important;
  }

  .bottom-xxl66 {
    bottom: 66px !important;
  }

  .bottom-xxl67 {
    bottom: 67px !important;
  }

  .bottom-xxl68 {
    bottom: 68px !important;
  }

  .bottom-xxl69 {
    bottom: 69px !important;
  }

  .bottom-xxl70 {
    bottom: 70px !important;
  }

  .bottom-xxl71 {
    bottom: 71px !important;
  }

  .bottom-xxl72 {
    bottom: 72px !important;
  }

  .bottom-xxl73 {
    bottom: 73px !important;
  }

  .bottom-xxl74 {
    bottom: 74px !important;
  }

  .bottom-xxl75 {
    bottom: 75px !important;
  }

  .bottom-xxl76 {
    bottom: 76px !important;
  }

  .bottom-xxl77 {
    bottom: 77px !important;
  }

  .bottom-xxl78 {
    bottom: 78px !important;
  }

  .bottom-xxl79 {
    bottom: 79px !important;
  }

  .bottom-xxl80 {
    bottom: 80px !important;
  }

  .bottom-xxl81 {
    bottom: 81px !important;
  }

  .bottom-xxl82 {
    bottom: 82px !important;
  }

  .bottom-xxl83 {
    bottom: 83px !important;
  }

  .bottom-xxl84 {
    bottom: 84px !important;
  }

  .bottom-xxl85 {
    bottom: 85px !important;
  }

  .bottom-xxl86 {
    bottom: 86px !important;
  }

  .bottom-xxl87 {
    bottom: 87px !important;
  }

  .bottom-xxl88 {
    bottom: 88px !important;
  }

  .bottom-xxl89 {
    bottom: 89px !important;
  }

  .bottom-xxl90 {
    bottom: 90px !important;
  }

  .bottom-xxl91 {
    bottom: 91px !important;
  }

  .bottom-xxl92 {
    bottom: 92px !important;
  }

  .bottom-xxl93 {
    bottom: 93px !important;
  }

  .bottom-xxl94 {
    bottom: 94px !important;
  }

  .bottom-xxl95 {
    bottom: 95px !important;
  }

  .bottom-xxl96 {
    bottom: 96px !important;
  }

  .bottom-xxl97 {
    bottom: 97px !important;
  }

  .bottom-xxl98 {
    bottom: 98px !important;
  }

  .bottom-xxl99 {
    bottom: 99px !important;
  }

  .bottom-xxl100 {
    bottom: 100px !important;
  }

  .bottom-xxl101 {
    bottom: 101px !important;
  }

  .bottom-xxl102 {
    bottom: 102px !important;
  }

  .bottom-xxl103 {
    bottom: 103px !important;
  }

  .bottom-xxl104 {
    bottom: 104px !important;
  }

  .bottom-xxl105 {
    bottom: 105px !important;
  }

  .bottom-xxl106 {
    bottom: 106px !important;
  }

  .bottom-xxl107 {
    bottom: 107px !important;
  }

  .bottom-xxl108 {
    bottom: 108px !important;
  }

  .bottom-xxl109 {
    bottom: 109px !important;
  }

  .bottom-xxl110 {
    bottom: 110px !important;
  }

  .bottom-xxl111 {
    bottom: 111px !important;
  }

  .bottom-xxl112 {
    bottom: 112px !important;
  }

  .bottom-xxl113 {
    bottom: 113px !important;
  }

  .bottom-xxl114 {
    bottom: 114px !important;
  }

  .bottom-xxl115 {
    bottom: 115px !important;
  }

  .bottom-xxl116 {
    bottom: 116px !important;
  }

  .bottom-xxl117 {
    bottom: 117px !important;
  }

  .bottom-xxl118 {
    bottom: 118px !important;
  }

  .bottom-xxl119 {
    bottom: 119px !important;
  }

  .bottom-xxl120 {
    bottom: 120px !important;
  }

  .bottom-xxl121 {
    bottom: 121px !important;
  }

  .bottom-xxl122 {
    bottom: 122px !important;
  }

  .bottom-xxl123 {
    bottom: 123px !important;
  }

  .bottom-xxl124 {
    bottom: 124px !important;
  }

  .bottom-xxl125 {
    bottom: 125px !important;
  }

  .bottom-xxl126 {
    bottom: 126px !important;
  }

  .bottom-xxl127 {
    bottom: 127px !important;
  }

  .bottom-xxl128 {
    bottom: 128px !important;
  }

  .bottom-xxl129 {
    bottom: 129px !important;
  }

  .bottom-xxl130 {
    bottom: 130px !important;
  }

  .bottom-xxl131 {
    bottom: 131px !important;
  }

  .bottom-xxl132 {
    bottom: 132px !important;
  }

  .bottom-xxl133 {
    bottom: 133px !important;
  }

  .bottom-xxl134 {
    bottom: 134px !important;
  }

  .bottom-xxl135 {
    bottom: 135px !important;
  }

  .bottom-xxl136 {
    bottom: 136px !important;
  }

  .bottom-xxl137 {
    bottom: 137px !important;
  }

  .bottom-xxl138 {
    bottom: 138px !important;
  }

  .bottom-xxl139 {
    bottom: 139px !important;
  }

  .bottom-xxl140 {
    bottom: 140px !important;
  }

  .bottom-xxl141 {
    bottom: 141px !important;
  }

  .bottom-xxl142 {
    bottom: 142px !important;
  }

  .bottom-xxl143 {
    bottom: 143px !important;
  }

  .bottom-xxl144 {
    bottom: 144px !important;
  }

  .bottom-xxl145 {
    bottom: 145px !important;
  }

  .bottom-xxl146 {
    bottom: 146px !important;
  }

  .bottom-xxl147 {
    bottom: 147px !important;
  }

  .bottom-xxl148 {
    bottom: 148px !important;
  }

  .bottom-xxl149 {
    bottom: 149px !important;
  }

  .bottom-xxl150 {
    bottom: 150px !important;
  }

  .bottom-xxl151 {
    bottom: 151px !important;
  }

  .bottom-xxl152 {
    bottom: 152px !important;
  }

  .bottom-xxl153 {
    bottom: 153px !important;
  }

  .bottom-xxl154 {
    bottom: 154px !important;
  }

  .bottom-xxl155 {
    bottom: 155px !important;
  }

  .bottom-xxl156 {
    bottom: 156px !important;
  }

  .bottom-xxl157 {
    bottom: 157px !important;
  }

  .bottom-xxl158 {
    bottom: 158px !important;
  }

  .bottom-xxl159 {
    bottom: 159px !important;
  }

  .bottom-xxl160 {
    bottom: 160px !important;
  }

  .bottom-xxl161 {
    bottom: 161px !important;
  }

  .bottom-xxl162 {
    bottom: 162px !important;
  }

  .bottom-xxl163 {
    bottom: 163px !important;
  }

  .bottom-xxl164 {
    bottom: 164px !important;
  }

  .bottom-xxl165 {
    bottom: 165px !important;
  }

  .bottom-xxl166 {
    bottom: 166px !important;
  }

  .bottom-xxl167 {
    bottom: 167px !important;
  }

  .bottom-xxl168 {
    bottom: 168px !important;
  }

  .bottom-xxl169 {
    bottom: 169px !important;
  }

  .bottom-xxl170 {
    bottom: 170px !important;
  }

  .bottom-xxl171 {
    bottom: 171px !important;
  }

  .bottom-xxl172 {
    bottom: 172px !important;
  }

  .bottom-xxl173 {
    bottom: 173px !important;
  }

  .bottom-xxl174 {
    bottom: 174px !important;
  }

  .bottom-xxl175 {
    bottom: 175px !important;
  }

  .bottom-xxl176 {
    bottom: 176px !important;
  }

  .bottom-xxl177 {
    bottom: 177px !important;
  }

  .bottom-xxl178 {
    bottom: 178px !important;
  }

  .bottom-xxl179 {
    bottom: 179px !important;
  }

  .bottom-xxl180 {
    bottom: 180px !important;
  }

  .bottom-xxl181 {
    bottom: 181px !important;
  }

  .bottom-xxl182 {
    bottom: 182px !important;
  }

  .bottom-xxl183 {
    bottom: 183px !important;
  }

  .bottom-xxl184 {
    bottom: 184px !important;
  }

  .bottom-xxl185 {
    bottom: 185px !important;
  }

  .bottom-xxl186 {
    bottom: 186px !important;
  }

  .bottom-xxl187 {
    bottom: 187px !important;
  }

  .bottom-xxl188 {
    bottom: 188px !important;
  }

  .bottom-xxl189 {
    bottom: 189px !important;
  }

  .bottom-xxl190 {
    bottom: 190px !important;
  }

  .bottom-xxl191 {
    bottom: 191px !important;
  }

  .bottom-xxl192 {
    bottom: 192px !important;
  }

  .bottom-xxl193 {
    bottom: 193px !important;
  }

  .bottom-xxl194 {
    bottom: 194px !important;
  }

  .bottom-xxl195 {
    bottom: 195px !important;
  }

  .bottom-xxl196 {
    bottom: 196px !important;
  }

  .bottom-xxl197 {
    bottom: 197px !important;
  }

  .bottom-xxl198 {
    bottom: 198px !important;
  }

  .bottom-xxl199 {
    bottom: 199px !important;
  }

  .bottom-xxl200 {
    bottom: 200px !important;
  }
}
.left-200 {
  left: -200px !important;
}

.left-199 {
  left: -199px !important;
}

.left-198 {
  left: -198px !important;
}

.left-197 {
  left: -197px !important;
}

.left-196 {
  left: -196px !important;
}

.left-195 {
  left: -195px !important;
}

.left-194 {
  left: -194px !important;
}

.left-193 {
  left: -193px !important;
}

.left-192 {
  left: -192px !important;
}

.left-191 {
  left: -191px !important;
}

.left-190 {
  left: -190px !important;
}

.left-189 {
  left: -189px !important;
}

.left-188 {
  left: -188px !important;
}

.left-187 {
  left: -187px !important;
}

.left-186 {
  left: -186px !important;
}

.left-185 {
  left: -185px !important;
}

.left-184 {
  left: -184px !important;
}

.left-183 {
  left: -183px !important;
}

.left-182 {
  left: -182px !important;
}

.left-181 {
  left: -181px !important;
}

.left-180 {
  left: -180px !important;
}

.left-179 {
  left: -179px !important;
}

.left-178 {
  left: -178px !important;
}

.left-177 {
  left: -177px !important;
}

.left-176 {
  left: -176px !important;
}

.left-175 {
  left: -175px !important;
}

.left-174 {
  left: -174px !important;
}

.left-173 {
  left: -173px !important;
}

.left-172 {
  left: -172px !important;
}

.left-171 {
  left: -171px !important;
}

.left-170 {
  left: -170px !important;
}

.left-169 {
  left: -169px !important;
}

.left-168 {
  left: -168px !important;
}

.left-167 {
  left: -167px !important;
}

.left-166 {
  left: -166px !important;
}

.left-165 {
  left: -165px !important;
}

.left-164 {
  left: -164px !important;
}

.left-163 {
  left: -163px !important;
}

.left-162 {
  left: -162px !important;
}

.left-161 {
  left: -161px !important;
}

.left-160 {
  left: -160px !important;
}

.left-159 {
  left: -159px !important;
}

.left-158 {
  left: -158px !important;
}

.left-157 {
  left: -157px !important;
}

.left-156 {
  left: -156px !important;
}

.left-155 {
  left: -155px !important;
}

.left-154 {
  left: -154px !important;
}

.left-153 {
  left: -153px !important;
}

.left-152 {
  left: -152px !important;
}

.left-151 {
  left: -151px !important;
}

.left-150 {
  left: -150px !important;
}

.left-149 {
  left: -149px !important;
}

.left-148 {
  left: -148px !important;
}

.left-147 {
  left: -147px !important;
}

.left-146 {
  left: -146px !important;
}

.left-145 {
  left: -145px !important;
}

.left-144 {
  left: -144px !important;
}

.left-143 {
  left: -143px !important;
}

.left-142 {
  left: -142px !important;
}

.left-141 {
  left: -141px !important;
}

.left-140 {
  left: -140px !important;
}

.left-139 {
  left: -139px !important;
}

.left-138 {
  left: -138px !important;
}

.left-137 {
  left: -137px !important;
}

.left-136 {
  left: -136px !important;
}

.left-135 {
  left: -135px !important;
}

.left-134 {
  left: -134px !important;
}

.left-133 {
  left: -133px !important;
}

.left-132 {
  left: -132px !important;
}

.left-131 {
  left: -131px !important;
}

.left-130 {
  left: -130px !important;
}

.left-129 {
  left: -129px !important;
}

.left-128 {
  left: -128px !important;
}

.left-127 {
  left: -127px !important;
}

.left-126 {
  left: -126px !important;
}

.left-125 {
  left: -125px !important;
}

.left-124 {
  left: -124px !important;
}

.left-123 {
  left: -123px !important;
}

.left-122 {
  left: -122px !important;
}

.left-121 {
  left: -121px !important;
}

.left-120 {
  left: -120px !important;
}

.left-119 {
  left: -119px !important;
}

.left-118 {
  left: -118px !important;
}

.left-117 {
  left: -117px !important;
}

.left-116 {
  left: -116px !important;
}

.left-115 {
  left: -115px !important;
}

.left-114 {
  left: -114px !important;
}

.left-113 {
  left: -113px !important;
}

.left-112 {
  left: -112px !important;
}

.left-111 {
  left: -111px !important;
}

.left-110 {
  left: -110px !important;
}

.left-109 {
  left: -109px !important;
}

.left-108 {
  left: -108px !important;
}

.left-107 {
  left: -107px !important;
}

.left-106 {
  left: -106px !important;
}

.left-105 {
  left: -105px !important;
}

.left-104 {
  left: -104px !important;
}

.left-103 {
  left: -103px !important;
}

.left-102 {
  left: -102px !important;
}

.left-101 {
  left: -101px !important;
}

.left-100 {
  left: -100px !important;
}

.left-99 {
  left: -99px !important;
}

.left-98 {
  left: -98px !important;
}

.left-97 {
  left: -97px !important;
}

.left-96 {
  left: -96px !important;
}

.left-95 {
  left: -95px !important;
}

.left-94 {
  left: -94px !important;
}

.left-93 {
  left: -93px !important;
}

.left-92 {
  left: -92px !important;
}

.left-91 {
  left: -91px !important;
}

.left-90 {
  left: -90px !important;
}

.left-89 {
  left: -89px !important;
}

.left-88 {
  left: -88px !important;
}

.left-87 {
  left: -87px !important;
}

.left-86 {
  left: -86px !important;
}

.left-85 {
  left: -85px !important;
}

.left-84 {
  left: -84px !important;
}

.left-83 {
  left: -83px !important;
}

.left-82 {
  left: -82px !important;
}

.left-81 {
  left: -81px !important;
}

.left-80 {
  left: -80px !important;
}

.left-79 {
  left: -79px !important;
}

.left-78 {
  left: -78px !important;
}

.left-77 {
  left: -77px !important;
}

.left-76 {
  left: -76px !important;
}

.left-75 {
  left: -75px !important;
}

.left-74 {
  left: -74px !important;
}

.left-73 {
  left: -73px !important;
}

.left-72 {
  left: -72px !important;
}

.left-71 {
  left: -71px !important;
}

.left-70 {
  left: -70px !important;
}

.left-69 {
  left: -69px !important;
}

.left-68 {
  left: -68px !important;
}

.left-67 {
  left: -67px !important;
}

.left-66 {
  left: -66px !important;
}

.left-65 {
  left: -65px !important;
}

.left-64 {
  left: -64px !important;
}

.left-63 {
  left: -63px !important;
}

.left-62 {
  left: -62px !important;
}

.left-61 {
  left: -61px !important;
}

.left-60 {
  left: -60px !important;
}

.left-59 {
  left: -59px !important;
}

.left-58 {
  left: -58px !important;
}

.left-57 {
  left: -57px !important;
}

.left-56 {
  left: -56px !important;
}

.left-55 {
  left: -55px !important;
}

.left-54 {
  left: -54px !important;
}

.left-53 {
  left: -53px !important;
}

.left-52 {
  left: -52px !important;
}

.left-51 {
  left: -51px !important;
}

.left-50 {
  left: -50px !important;
}

.left-49 {
  left: -49px !important;
}

.left-48 {
  left: -48px !important;
}

.left-47 {
  left: -47px !important;
}

.left-46 {
  left: -46px !important;
}

.left-45 {
  left: -45px !important;
}

.left-44 {
  left: -44px !important;
}

.left-43 {
  left: -43px !important;
}

.left-42 {
  left: -42px !important;
}

.left-41 {
  left: -41px !important;
}

.left-40 {
  left: -40px !important;
}

.left-39 {
  left: -39px !important;
}

.left-38 {
  left: -38px !important;
}

.left-37 {
  left: -37px !important;
}

.left-36 {
  left: -36px !important;
}

.left-35 {
  left: -35px !important;
}

.left-34 {
  left: -34px !important;
}

.left-33 {
  left: -33px !important;
}

.left-32 {
  left: -32px !important;
}

.left-31 {
  left: -31px !important;
}

.left-30 {
  left: -30px !important;
}

.left-29 {
  left: -29px !important;
}

.left-28 {
  left: -28px !important;
}

.left-27 {
  left: -27px !important;
}

.left-26 {
  left: -26px !important;
}

.left-25 {
  left: -25px !important;
}

.left-24 {
  left: -24px !important;
}

.left-23 {
  left: -23px !important;
}

.left-22 {
  left: -22px !important;
}

.left-21 {
  left: -21px !important;
}

.left-20 {
  left: -20px !important;
}

.left-19 {
  left: -19px !important;
}

.left-18 {
  left: -18px !important;
}

.left-17 {
  left: -17px !important;
}

.left-16 {
  left: -16px !important;
}

.left-15 {
  left: -15px !important;
}

.left-14 {
  left: -14px !important;
}

.left-13 {
  left: -13px !important;
}

.left-12 {
  left: -12px !important;
}

.left-11 {
  left: -11px !important;
}

.left-10 {
  left: -10px !important;
}

.left-9 {
  left: -9px !important;
}

.left-8 {
  left: -8px !important;
}

.left-7 {
  left: -7px !important;
}

.left-6 {
  left: -6px !important;
}

.left-5 {
  left: -5px !important;
}

.left-4 {
  left: -4px !important;
}

.left-3 {
  left: -3px !important;
}

.left-2 {
  left: -2px !important;
}

.left-1 {
  left: -1px !important;
}

.left0 {
  left: 0px !important;
}

.left1 {
  left: 1px !important;
}

.left2 {
  left: 2px !important;
}

.left3 {
  left: 3px !important;
}

.left4 {
  left: 4px !important;
}

.left5 {
  left: 5px !important;
}

.left6 {
  left: 6px !important;
}

.left7 {
  left: 7px !important;
}

.left8 {
  left: 8px !important;
}

.left9 {
  left: 9px !important;
}

.left10 {
  left: 10px !important;
}

.left11 {
  left: 11px !important;
}

.left12 {
  left: 12px !important;
}

.left13 {
  left: 13px !important;
}

.left14 {
  left: 14px !important;
}

.left15 {
  left: 15px !important;
}

.left16 {
  left: 16px !important;
}

.left17 {
  left: 17px !important;
}

.left18 {
  left: 18px !important;
}

.left19 {
  left: 19px !important;
}

.left20 {
  left: 20px !important;
}

.left21 {
  left: 21px !important;
}

.left22 {
  left: 22px !important;
}

.left23 {
  left: 23px !important;
}

.left24 {
  left: 24px !important;
}

.left25 {
  left: 25px !important;
}

.left26 {
  left: 26px !important;
}

.left27 {
  left: 27px !important;
}

.left28 {
  left: 28px !important;
}

.left29 {
  left: 29px !important;
}

.left30 {
  left: 30px !important;
}

.left31 {
  left: 31px !important;
}

.left32 {
  left: 32px !important;
}

.left33 {
  left: 33px !important;
}

.left34 {
  left: 34px !important;
}

.left35 {
  left: 35px !important;
}

.left36 {
  left: 36px !important;
}

.left37 {
  left: 37px !important;
}

.left38 {
  left: 38px !important;
}

.left39 {
  left: 39px !important;
}

.left40 {
  left: 40px !important;
}

.left41 {
  left: 41px !important;
}

.left42 {
  left: 42px !important;
}

.left43 {
  left: 43px !important;
}

.left44 {
  left: 44px !important;
}

.left45 {
  left: 45px !important;
}

.left46 {
  left: 46px !important;
}

.left47 {
  left: 47px !important;
}

.left48 {
  left: 48px !important;
}

.left49 {
  left: 49px !important;
}

.left50 {
  left: 50px !important;
}

.left51 {
  left: 51px !important;
}

.left52 {
  left: 52px !important;
}

.left53 {
  left: 53px !important;
}

.left54 {
  left: 54px !important;
}

.left55 {
  left: 55px !important;
}

.left56 {
  left: 56px !important;
}

.left57 {
  left: 57px !important;
}

.left58 {
  left: 58px !important;
}

.left59 {
  left: 59px !important;
}

.left60 {
  left: 60px !important;
}

.left61 {
  left: 61px !important;
}

.left62 {
  left: 62px !important;
}

.left63 {
  left: 63px !important;
}

.left64 {
  left: 64px !important;
}

.left65 {
  left: 65px !important;
}

.left66 {
  left: 66px !important;
}

.left67 {
  left: 67px !important;
}

.left68 {
  left: 68px !important;
}

.left69 {
  left: 69px !important;
}

.left70 {
  left: 70px !important;
}

.left71 {
  left: 71px !important;
}

.left72 {
  left: 72px !important;
}

.left73 {
  left: 73px !important;
}

.left74 {
  left: 74px !important;
}

.left75 {
  left: 75px !important;
}

.left76 {
  left: 76px !important;
}

.left77 {
  left: 77px !important;
}

.left78 {
  left: 78px !important;
}

.left79 {
  left: 79px !important;
}

.left80 {
  left: 80px !important;
}

.left81 {
  left: 81px !important;
}

.left82 {
  left: 82px !important;
}

.left83 {
  left: 83px !important;
}

.left84 {
  left: 84px !important;
}

.left85 {
  left: 85px !important;
}

.left86 {
  left: 86px !important;
}

.left87 {
  left: 87px !important;
}

.left88 {
  left: 88px !important;
}

.left89 {
  left: 89px !important;
}

.left90 {
  left: 90px !important;
}

.left91 {
  left: 91px !important;
}

.left92 {
  left: 92px !important;
}

.left93 {
  left: 93px !important;
}

.left94 {
  left: 94px !important;
}

.left95 {
  left: 95px !important;
}

.left96 {
  left: 96px !important;
}

.left97 {
  left: 97px !important;
}

.left98 {
  left: 98px !important;
}

.left99 {
  left: 99px !important;
}

.left100 {
  left: 100px !important;
}

.left101 {
  left: 101px !important;
}

.left102 {
  left: 102px !important;
}

.left103 {
  left: 103px !important;
}

.left104 {
  left: 104px !important;
}

.left105 {
  left: 105px !important;
}

.left106 {
  left: 106px !important;
}

.left107 {
  left: 107px !important;
}

.left108 {
  left: 108px !important;
}

.left109 {
  left: 109px !important;
}

.left110 {
  left: 110px !important;
}

.left111 {
  left: 111px !important;
}

.left112 {
  left: 112px !important;
}

.left113 {
  left: 113px !important;
}

.left114 {
  left: 114px !important;
}

.left115 {
  left: 115px !important;
}

.left116 {
  left: 116px !important;
}

.left117 {
  left: 117px !important;
}

.left118 {
  left: 118px !important;
}

.left119 {
  left: 119px !important;
}

.left120 {
  left: 120px !important;
}

.left121 {
  left: 121px !important;
}

.left122 {
  left: 122px !important;
}

.left123 {
  left: 123px !important;
}

.left124 {
  left: 124px !important;
}

.left125 {
  left: 125px !important;
}

.left126 {
  left: 126px !important;
}

.left127 {
  left: 127px !important;
}

.left128 {
  left: 128px !important;
}

.left129 {
  left: 129px !important;
}

.left130 {
  left: 130px !important;
}

.left131 {
  left: 131px !important;
}

.left132 {
  left: 132px !important;
}

.left133 {
  left: 133px !important;
}

.left134 {
  left: 134px !important;
}

.left135 {
  left: 135px !important;
}

.left136 {
  left: 136px !important;
}

.left137 {
  left: 137px !important;
}

.left138 {
  left: 138px !important;
}

.left139 {
  left: 139px !important;
}

.left140 {
  left: 140px !important;
}

.left141 {
  left: 141px !important;
}

.left142 {
  left: 142px !important;
}

.left143 {
  left: 143px !important;
}

.left144 {
  left: 144px !important;
}

.left145 {
  left: 145px !important;
}

.left146 {
  left: 146px !important;
}

.left147 {
  left: 147px !important;
}

.left148 {
  left: 148px !important;
}

.left149 {
  left: 149px !important;
}

.left150 {
  left: 150px !important;
}

.left151 {
  left: 151px !important;
}

.left152 {
  left: 152px !important;
}

.left153 {
  left: 153px !important;
}

.left154 {
  left: 154px !important;
}

.left155 {
  left: 155px !important;
}

.left156 {
  left: 156px !important;
}

.left157 {
  left: 157px !important;
}

.left158 {
  left: 158px !important;
}

.left159 {
  left: 159px !important;
}

.left160 {
  left: 160px !important;
}

.left161 {
  left: 161px !important;
}

.left162 {
  left: 162px !important;
}

.left163 {
  left: 163px !important;
}

.left164 {
  left: 164px !important;
}

.left165 {
  left: 165px !important;
}

.left166 {
  left: 166px !important;
}

.left167 {
  left: 167px !important;
}

.left168 {
  left: 168px !important;
}

.left169 {
  left: 169px !important;
}

.left170 {
  left: 170px !important;
}

.left171 {
  left: 171px !important;
}

.left172 {
  left: 172px !important;
}

.left173 {
  left: 173px !important;
}

.left174 {
  left: 174px !important;
}

.left175 {
  left: 175px !important;
}

.left176 {
  left: 176px !important;
}

.left177 {
  left: 177px !important;
}

.left178 {
  left: 178px !important;
}

.left179 {
  left: 179px !important;
}

.left180 {
  left: 180px !important;
}

.left181 {
  left: 181px !important;
}

.left182 {
  left: 182px !important;
}

.left183 {
  left: 183px !important;
}

.left184 {
  left: 184px !important;
}

.left185 {
  left: 185px !important;
}

.left186 {
  left: 186px !important;
}

.left187 {
  left: 187px !important;
}

.left188 {
  left: 188px !important;
}

.left189 {
  left: 189px !important;
}

.left190 {
  left: 190px !important;
}

.left191 {
  left: 191px !important;
}

.left192 {
  left: 192px !important;
}

.left193 {
  left: 193px !important;
}

.left194 {
  left: 194px !important;
}

.left195 {
  left: 195px !important;
}

.left196 {
  left: 196px !important;
}

.left197 {
  left: 197px !important;
}

.left198 {
  left: 198px !important;
}

.left199 {
  left: 199px !important;
}

.left200 {
  left: 200px !important;
}

@media (min-width: 576px) {
  .left-sm-200 {
    left: -200px !important;
  }

  .left-sm-199 {
    left: -199px !important;
  }

  .left-sm-198 {
    left: -198px !important;
  }

  .left-sm-197 {
    left: -197px !important;
  }

  .left-sm-196 {
    left: -196px !important;
  }

  .left-sm-195 {
    left: -195px !important;
  }

  .left-sm-194 {
    left: -194px !important;
  }

  .left-sm-193 {
    left: -193px !important;
  }

  .left-sm-192 {
    left: -192px !important;
  }

  .left-sm-191 {
    left: -191px !important;
  }

  .left-sm-190 {
    left: -190px !important;
  }

  .left-sm-189 {
    left: -189px !important;
  }

  .left-sm-188 {
    left: -188px !important;
  }

  .left-sm-187 {
    left: -187px !important;
  }

  .left-sm-186 {
    left: -186px !important;
  }

  .left-sm-185 {
    left: -185px !important;
  }

  .left-sm-184 {
    left: -184px !important;
  }

  .left-sm-183 {
    left: -183px !important;
  }

  .left-sm-182 {
    left: -182px !important;
  }

  .left-sm-181 {
    left: -181px !important;
  }

  .left-sm-180 {
    left: -180px !important;
  }

  .left-sm-179 {
    left: -179px !important;
  }

  .left-sm-178 {
    left: -178px !important;
  }

  .left-sm-177 {
    left: -177px !important;
  }

  .left-sm-176 {
    left: -176px !important;
  }

  .left-sm-175 {
    left: -175px !important;
  }

  .left-sm-174 {
    left: -174px !important;
  }

  .left-sm-173 {
    left: -173px !important;
  }

  .left-sm-172 {
    left: -172px !important;
  }

  .left-sm-171 {
    left: -171px !important;
  }

  .left-sm-170 {
    left: -170px !important;
  }

  .left-sm-169 {
    left: -169px !important;
  }

  .left-sm-168 {
    left: -168px !important;
  }

  .left-sm-167 {
    left: -167px !important;
  }

  .left-sm-166 {
    left: -166px !important;
  }

  .left-sm-165 {
    left: -165px !important;
  }

  .left-sm-164 {
    left: -164px !important;
  }

  .left-sm-163 {
    left: -163px !important;
  }

  .left-sm-162 {
    left: -162px !important;
  }

  .left-sm-161 {
    left: -161px !important;
  }

  .left-sm-160 {
    left: -160px !important;
  }

  .left-sm-159 {
    left: -159px !important;
  }

  .left-sm-158 {
    left: -158px !important;
  }

  .left-sm-157 {
    left: -157px !important;
  }

  .left-sm-156 {
    left: -156px !important;
  }

  .left-sm-155 {
    left: -155px !important;
  }

  .left-sm-154 {
    left: -154px !important;
  }

  .left-sm-153 {
    left: -153px !important;
  }

  .left-sm-152 {
    left: -152px !important;
  }

  .left-sm-151 {
    left: -151px !important;
  }

  .left-sm-150 {
    left: -150px !important;
  }

  .left-sm-149 {
    left: -149px !important;
  }

  .left-sm-148 {
    left: -148px !important;
  }

  .left-sm-147 {
    left: -147px !important;
  }

  .left-sm-146 {
    left: -146px !important;
  }

  .left-sm-145 {
    left: -145px !important;
  }

  .left-sm-144 {
    left: -144px !important;
  }

  .left-sm-143 {
    left: -143px !important;
  }

  .left-sm-142 {
    left: -142px !important;
  }

  .left-sm-141 {
    left: -141px !important;
  }

  .left-sm-140 {
    left: -140px !important;
  }

  .left-sm-139 {
    left: -139px !important;
  }

  .left-sm-138 {
    left: -138px !important;
  }

  .left-sm-137 {
    left: -137px !important;
  }

  .left-sm-136 {
    left: -136px !important;
  }

  .left-sm-135 {
    left: -135px !important;
  }

  .left-sm-134 {
    left: -134px !important;
  }

  .left-sm-133 {
    left: -133px !important;
  }

  .left-sm-132 {
    left: -132px !important;
  }

  .left-sm-131 {
    left: -131px !important;
  }

  .left-sm-130 {
    left: -130px !important;
  }

  .left-sm-129 {
    left: -129px !important;
  }

  .left-sm-128 {
    left: -128px !important;
  }

  .left-sm-127 {
    left: -127px !important;
  }

  .left-sm-126 {
    left: -126px !important;
  }

  .left-sm-125 {
    left: -125px !important;
  }

  .left-sm-124 {
    left: -124px !important;
  }

  .left-sm-123 {
    left: -123px !important;
  }

  .left-sm-122 {
    left: -122px !important;
  }

  .left-sm-121 {
    left: -121px !important;
  }

  .left-sm-120 {
    left: -120px !important;
  }

  .left-sm-119 {
    left: -119px !important;
  }

  .left-sm-118 {
    left: -118px !important;
  }

  .left-sm-117 {
    left: -117px !important;
  }

  .left-sm-116 {
    left: -116px !important;
  }

  .left-sm-115 {
    left: -115px !important;
  }

  .left-sm-114 {
    left: -114px !important;
  }

  .left-sm-113 {
    left: -113px !important;
  }

  .left-sm-112 {
    left: -112px !important;
  }

  .left-sm-111 {
    left: -111px !important;
  }

  .left-sm-110 {
    left: -110px !important;
  }

  .left-sm-109 {
    left: -109px !important;
  }

  .left-sm-108 {
    left: -108px !important;
  }

  .left-sm-107 {
    left: -107px !important;
  }

  .left-sm-106 {
    left: -106px !important;
  }

  .left-sm-105 {
    left: -105px !important;
  }

  .left-sm-104 {
    left: -104px !important;
  }

  .left-sm-103 {
    left: -103px !important;
  }

  .left-sm-102 {
    left: -102px !important;
  }

  .left-sm-101 {
    left: -101px !important;
  }

  .left-sm-100 {
    left: -100px !important;
  }

  .left-sm-99 {
    left: -99px !important;
  }

  .left-sm-98 {
    left: -98px !important;
  }

  .left-sm-97 {
    left: -97px !important;
  }

  .left-sm-96 {
    left: -96px !important;
  }

  .left-sm-95 {
    left: -95px !important;
  }

  .left-sm-94 {
    left: -94px !important;
  }

  .left-sm-93 {
    left: -93px !important;
  }

  .left-sm-92 {
    left: -92px !important;
  }

  .left-sm-91 {
    left: -91px !important;
  }

  .left-sm-90 {
    left: -90px !important;
  }

  .left-sm-89 {
    left: -89px !important;
  }

  .left-sm-88 {
    left: -88px !important;
  }

  .left-sm-87 {
    left: -87px !important;
  }

  .left-sm-86 {
    left: -86px !important;
  }

  .left-sm-85 {
    left: -85px !important;
  }

  .left-sm-84 {
    left: -84px !important;
  }

  .left-sm-83 {
    left: -83px !important;
  }

  .left-sm-82 {
    left: -82px !important;
  }

  .left-sm-81 {
    left: -81px !important;
  }

  .left-sm-80 {
    left: -80px !important;
  }

  .left-sm-79 {
    left: -79px !important;
  }

  .left-sm-78 {
    left: -78px !important;
  }

  .left-sm-77 {
    left: -77px !important;
  }

  .left-sm-76 {
    left: -76px !important;
  }

  .left-sm-75 {
    left: -75px !important;
  }

  .left-sm-74 {
    left: -74px !important;
  }

  .left-sm-73 {
    left: -73px !important;
  }

  .left-sm-72 {
    left: -72px !important;
  }

  .left-sm-71 {
    left: -71px !important;
  }

  .left-sm-70 {
    left: -70px !important;
  }

  .left-sm-69 {
    left: -69px !important;
  }

  .left-sm-68 {
    left: -68px !important;
  }

  .left-sm-67 {
    left: -67px !important;
  }

  .left-sm-66 {
    left: -66px !important;
  }

  .left-sm-65 {
    left: -65px !important;
  }

  .left-sm-64 {
    left: -64px !important;
  }

  .left-sm-63 {
    left: -63px !important;
  }

  .left-sm-62 {
    left: -62px !important;
  }

  .left-sm-61 {
    left: -61px !important;
  }

  .left-sm-60 {
    left: -60px !important;
  }

  .left-sm-59 {
    left: -59px !important;
  }

  .left-sm-58 {
    left: -58px !important;
  }

  .left-sm-57 {
    left: -57px !important;
  }

  .left-sm-56 {
    left: -56px !important;
  }

  .left-sm-55 {
    left: -55px !important;
  }

  .left-sm-54 {
    left: -54px !important;
  }

  .left-sm-53 {
    left: -53px !important;
  }

  .left-sm-52 {
    left: -52px !important;
  }

  .left-sm-51 {
    left: -51px !important;
  }

  .left-sm-50 {
    left: -50px !important;
  }

  .left-sm-49 {
    left: -49px !important;
  }

  .left-sm-48 {
    left: -48px !important;
  }

  .left-sm-47 {
    left: -47px !important;
  }

  .left-sm-46 {
    left: -46px !important;
  }

  .left-sm-45 {
    left: -45px !important;
  }

  .left-sm-44 {
    left: -44px !important;
  }

  .left-sm-43 {
    left: -43px !important;
  }

  .left-sm-42 {
    left: -42px !important;
  }

  .left-sm-41 {
    left: -41px !important;
  }

  .left-sm-40 {
    left: -40px !important;
  }

  .left-sm-39 {
    left: -39px !important;
  }

  .left-sm-38 {
    left: -38px !important;
  }

  .left-sm-37 {
    left: -37px !important;
  }

  .left-sm-36 {
    left: -36px !important;
  }

  .left-sm-35 {
    left: -35px !important;
  }

  .left-sm-34 {
    left: -34px !important;
  }

  .left-sm-33 {
    left: -33px !important;
  }

  .left-sm-32 {
    left: -32px !important;
  }

  .left-sm-31 {
    left: -31px !important;
  }

  .left-sm-30 {
    left: -30px !important;
  }

  .left-sm-29 {
    left: -29px !important;
  }

  .left-sm-28 {
    left: -28px !important;
  }

  .left-sm-27 {
    left: -27px !important;
  }

  .left-sm-26 {
    left: -26px !important;
  }

  .left-sm-25 {
    left: -25px !important;
  }

  .left-sm-24 {
    left: -24px !important;
  }

  .left-sm-23 {
    left: -23px !important;
  }

  .left-sm-22 {
    left: -22px !important;
  }

  .left-sm-21 {
    left: -21px !important;
  }

  .left-sm-20 {
    left: -20px !important;
  }

  .left-sm-19 {
    left: -19px !important;
  }

  .left-sm-18 {
    left: -18px !important;
  }

  .left-sm-17 {
    left: -17px !important;
  }

  .left-sm-16 {
    left: -16px !important;
  }

  .left-sm-15 {
    left: -15px !important;
  }

  .left-sm-14 {
    left: -14px !important;
  }

  .left-sm-13 {
    left: -13px !important;
  }

  .left-sm-12 {
    left: -12px !important;
  }

  .left-sm-11 {
    left: -11px !important;
  }

  .left-sm-10 {
    left: -10px !important;
  }

  .left-sm-9 {
    left: -9px !important;
  }

  .left-sm-8 {
    left: -8px !important;
  }

  .left-sm-7 {
    left: -7px !important;
  }

  .left-sm-6 {
    left: -6px !important;
  }

  .left-sm-5 {
    left: -5px !important;
  }

  .left-sm-4 {
    left: -4px !important;
  }

  .left-sm-3 {
    left: -3px !important;
  }

  .left-sm-2 {
    left: -2px !important;
  }

  .left-sm-1 {
    left: -1px !important;
  }

  .left-sm0 {
    left: 0px !important;
  }

  .left-sm1 {
    left: 1px !important;
  }

  .left-sm2 {
    left: 2px !important;
  }

  .left-sm3 {
    left: 3px !important;
  }

  .left-sm4 {
    left: 4px !important;
  }

  .left-sm5 {
    left: 5px !important;
  }

  .left-sm6 {
    left: 6px !important;
  }

  .left-sm7 {
    left: 7px !important;
  }

  .left-sm8 {
    left: 8px !important;
  }

  .left-sm9 {
    left: 9px !important;
  }

  .left-sm10 {
    left: 10px !important;
  }

  .left-sm11 {
    left: 11px !important;
  }

  .left-sm12 {
    left: 12px !important;
  }

  .left-sm13 {
    left: 13px !important;
  }

  .left-sm14 {
    left: 14px !important;
  }

  .left-sm15 {
    left: 15px !important;
  }

  .left-sm16 {
    left: 16px !important;
  }

  .left-sm17 {
    left: 17px !important;
  }

  .left-sm18 {
    left: 18px !important;
  }

  .left-sm19 {
    left: 19px !important;
  }

  .left-sm20 {
    left: 20px !important;
  }

  .left-sm21 {
    left: 21px !important;
  }

  .left-sm22 {
    left: 22px !important;
  }

  .left-sm23 {
    left: 23px !important;
  }

  .left-sm24 {
    left: 24px !important;
  }

  .left-sm25 {
    left: 25px !important;
  }

  .left-sm26 {
    left: 26px !important;
  }

  .left-sm27 {
    left: 27px !important;
  }

  .left-sm28 {
    left: 28px !important;
  }

  .left-sm29 {
    left: 29px !important;
  }

  .left-sm30 {
    left: 30px !important;
  }

  .left-sm31 {
    left: 31px !important;
  }

  .left-sm32 {
    left: 32px !important;
  }

  .left-sm33 {
    left: 33px !important;
  }

  .left-sm34 {
    left: 34px !important;
  }

  .left-sm35 {
    left: 35px !important;
  }

  .left-sm36 {
    left: 36px !important;
  }

  .left-sm37 {
    left: 37px !important;
  }

  .left-sm38 {
    left: 38px !important;
  }

  .left-sm39 {
    left: 39px !important;
  }

  .left-sm40 {
    left: 40px !important;
  }

  .left-sm41 {
    left: 41px !important;
  }

  .left-sm42 {
    left: 42px !important;
  }

  .left-sm43 {
    left: 43px !important;
  }

  .left-sm44 {
    left: 44px !important;
  }

  .left-sm45 {
    left: 45px !important;
  }

  .left-sm46 {
    left: 46px !important;
  }

  .left-sm47 {
    left: 47px !important;
  }

  .left-sm48 {
    left: 48px !important;
  }

  .left-sm49 {
    left: 49px !important;
  }

  .left-sm50 {
    left: 50px !important;
  }

  .left-sm51 {
    left: 51px !important;
  }

  .left-sm52 {
    left: 52px !important;
  }

  .left-sm53 {
    left: 53px !important;
  }

  .left-sm54 {
    left: 54px !important;
  }

  .left-sm55 {
    left: 55px !important;
  }

  .left-sm56 {
    left: 56px !important;
  }

  .left-sm57 {
    left: 57px !important;
  }

  .left-sm58 {
    left: 58px !important;
  }

  .left-sm59 {
    left: 59px !important;
  }

  .left-sm60 {
    left: 60px !important;
  }

  .left-sm61 {
    left: 61px !important;
  }

  .left-sm62 {
    left: 62px !important;
  }

  .left-sm63 {
    left: 63px !important;
  }

  .left-sm64 {
    left: 64px !important;
  }

  .left-sm65 {
    left: 65px !important;
  }

  .left-sm66 {
    left: 66px !important;
  }

  .left-sm67 {
    left: 67px !important;
  }

  .left-sm68 {
    left: 68px !important;
  }

  .left-sm69 {
    left: 69px !important;
  }

  .left-sm70 {
    left: 70px !important;
  }

  .left-sm71 {
    left: 71px !important;
  }

  .left-sm72 {
    left: 72px !important;
  }

  .left-sm73 {
    left: 73px !important;
  }

  .left-sm74 {
    left: 74px !important;
  }

  .left-sm75 {
    left: 75px !important;
  }

  .left-sm76 {
    left: 76px !important;
  }

  .left-sm77 {
    left: 77px !important;
  }

  .left-sm78 {
    left: 78px !important;
  }

  .left-sm79 {
    left: 79px !important;
  }

  .left-sm80 {
    left: 80px !important;
  }

  .left-sm81 {
    left: 81px !important;
  }

  .left-sm82 {
    left: 82px !important;
  }

  .left-sm83 {
    left: 83px !important;
  }

  .left-sm84 {
    left: 84px !important;
  }

  .left-sm85 {
    left: 85px !important;
  }

  .left-sm86 {
    left: 86px !important;
  }

  .left-sm87 {
    left: 87px !important;
  }

  .left-sm88 {
    left: 88px !important;
  }

  .left-sm89 {
    left: 89px !important;
  }

  .left-sm90 {
    left: 90px !important;
  }

  .left-sm91 {
    left: 91px !important;
  }

  .left-sm92 {
    left: 92px !important;
  }

  .left-sm93 {
    left: 93px !important;
  }

  .left-sm94 {
    left: 94px !important;
  }

  .left-sm95 {
    left: 95px !important;
  }

  .left-sm96 {
    left: 96px !important;
  }

  .left-sm97 {
    left: 97px !important;
  }

  .left-sm98 {
    left: 98px !important;
  }

  .left-sm99 {
    left: 99px !important;
  }

  .left-sm100 {
    left: 100px !important;
  }

  .left-sm101 {
    left: 101px !important;
  }

  .left-sm102 {
    left: 102px !important;
  }

  .left-sm103 {
    left: 103px !important;
  }

  .left-sm104 {
    left: 104px !important;
  }

  .left-sm105 {
    left: 105px !important;
  }

  .left-sm106 {
    left: 106px !important;
  }

  .left-sm107 {
    left: 107px !important;
  }

  .left-sm108 {
    left: 108px !important;
  }

  .left-sm109 {
    left: 109px !important;
  }

  .left-sm110 {
    left: 110px !important;
  }

  .left-sm111 {
    left: 111px !important;
  }

  .left-sm112 {
    left: 112px !important;
  }

  .left-sm113 {
    left: 113px !important;
  }

  .left-sm114 {
    left: 114px !important;
  }

  .left-sm115 {
    left: 115px !important;
  }

  .left-sm116 {
    left: 116px !important;
  }

  .left-sm117 {
    left: 117px !important;
  }

  .left-sm118 {
    left: 118px !important;
  }

  .left-sm119 {
    left: 119px !important;
  }

  .left-sm120 {
    left: 120px !important;
  }

  .left-sm121 {
    left: 121px !important;
  }

  .left-sm122 {
    left: 122px !important;
  }

  .left-sm123 {
    left: 123px !important;
  }

  .left-sm124 {
    left: 124px !important;
  }

  .left-sm125 {
    left: 125px !important;
  }

  .left-sm126 {
    left: 126px !important;
  }

  .left-sm127 {
    left: 127px !important;
  }

  .left-sm128 {
    left: 128px !important;
  }

  .left-sm129 {
    left: 129px !important;
  }

  .left-sm130 {
    left: 130px !important;
  }

  .left-sm131 {
    left: 131px !important;
  }

  .left-sm132 {
    left: 132px !important;
  }

  .left-sm133 {
    left: 133px !important;
  }

  .left-sm134 {
    left: 134px !important;
  }

  .left-sm135 {
    left: 135px !important;
  }

  .left-sm136 {
    left: 136px !important;
  }

  .left-sm137 {
    left: 137px !important;
  }

  .left-sm138 {
    left: 138px !important;
  }

  .left-sm139 {
    left: 139px !important;
  }

  .left-sm140 {
    left: 140px !important;
  }

  .left-sm141 {
    left: 141px !important;
  }

  .left-sm142 {
    left: 142px !important;
  }

  .left-sm143 {
    left: 143px !important;
  }

  .left-sm144 {
    left: 144px !important;
  }

  .left-sm145 {
    left: 145px !important;
  }

  .left-sm146 {
    left: 146px !important;
  }

  .left-sm147 {
    left: 147px !important;
  }

  .left-sm148 {
    left: 148px !important;
  }

  .left-sm149 {
    left: 149px !important;
  }

  .left-sm150 {
    left: 150px !important;
  }

  .left-sm151 {
    left: 151px !important;
  }

  .left-sm152 {
    left: 152px !important;
  }

  .left-sm153 {
    left: 153px !important;
  }

  .left-sm154 {
    left: 154px !important;
  }

  .left-sm155 {
    left: 155px !important;
  }

  .left-sm156 {
    left: 156px !important;
  }

  .left-sm157 {
    left: 157px !important;
  }

  .left-sm158 {
    left: 158px !important;
  }

  .left-sm159 {
    left: 159px !important;
  }

  .left-sm160 {
    left: 160px !important;
  }

  .left-sm161 {
    left: 161px !important;
  }

  .left-sm162 {
    left: 162px !important;
  }

  .left-sm163 {
    left: 163px !important;
  }

  .left-sm164 {
    left: 164px !important;
  }

  .left-sm165 {
    left: 165px !important;
  }

  .left-sm166 {
    left: 166px !important;
  }

  .left-sm167 {
    left: 167px !important;
  }

  .left-sm168 {
    left: 168px !important;
  }

  .left-sm169 {
    left: 169px !important;
  }

  .left-sm170 {
    left: 170px !important;
  }

  .left-sm171 {
    left: 171px !important;
  }

  .left-sm172 {
    left: 172px !important;
  }

  .left-sm173 {
    left: 173px !important;
  }

  .left-sm174 {
    left: 174px !important;
  }

  .left-sm175 {
    left: 175px !important;
  }

  .left-sm176 {
    left: 176px !important;
  }

  .left-sm177 {
    left: 177px !important;
  }

  .left-sm178 {
    left: 178px !important;
  }

  .left-sm179 {
    left: 179px !important;
  }

  .left-sm180 {
    left: 180px !important;
  }

  .left-sm181 {
    left: 181px !important;
  }

  .left-sm182 {
    left: 182px !important;
  }

  .left-sm183 {
    left: 183px !important;
  }

  .left-sm184 {
    left: 184px !important;
  }

  .left-sm185 {
    left: 185px !important;
  }

  .left-sm186 {
    left: 186px !important;
  }

  .left-sm187 {
    left: 187px !important;
  }

  .left-sm188 {
    left: 188px !important;
  }

  .left-sm189 {
    left: 189px !important;
  }

  .left-sm190 {
    left: 190px !important;
  }

  .left-sm191 {
    left: 191px !important;
  }

  .left-sm192 {
    left: 192px !important;
  }

  .left-sm193 {
    left: 193px !important;
  }

  .left-sm194 {
    left: 194px !important;
  }

  .left-sm195 {
    left: 195px !important;
  }

  .left-sm196 {
    left: 196px !important;
  }

  .left-sm197 {
    left: 197px !important;
  }

  .left-sm198 {
    left: 198px !important;
  }

  .left-sm199 {
    left: 199px !important;
  }

  .left-sm200 {
    left: 200px !important;
  }
}
@media (min-width: 768px) {
  .left-md-200 {
    left: -200px !important;
  }

  .left-md-199 {
    left: -199px !important;
  }

  .left-md-198 {
    left: -198px !important;
  }

  .left-md-197 {
    left: -197px !important;
  }

  .left-md-196 {
    left: -196px !important;
  }

  .left-md-195 {
    left: -195px !important;
  }

  .left-md-194 {
    left: -194px !important;
  }

  .left-md-193 {
    left: -193px !important;
  }

  .left-md-192 {
    left: -192px !important;
  }

  .left-md-191 {
    left: -191px !important;
  }

  .left-md-190 {
    left: -190px !important;
  }

  .left-md-189 {
    left: -189px !important;
  }

  .left-md-188 {
    left: -188px !important;
  }

  .left-md-187 {
    left: -187px !important;
  }

  .left-md-186 {
    left: -186px !important;
  }

  .left-md-185 {
    left: -185px !important;
  }

  .left-md-184 {
    left: -184px !important;
  }

  .left-md-183 {
    left: -183px !important;
  }

  .left-md-182 {
    left: -182px !important;
  }

  .left-md-181 {
    left: -181px !important;
  }

  .left-md-180 {
    left: -180px !important;
  }

  .left-md-179 {
    left: -179px !important;
  }

  .left-md-178 {
    left: -178px !important;
  }

  .left-md-177 {
    left: -177px !important;
  }

  .left-md-176 {
    left: -176px !important;
  }

  .left-md-175 {
    left: -175px !important;
  }

  .left-md-174 {
    left: -174px !important;
  }

  .left-md-173 {
    left: -173px !important;
  }

  .left-md-172 {
    left: -172px !important;
  }

  .left-md-171 {
    left: -171px !important;
  }

  .left-md-170 {
    left: -170px !important;
  }

  .left-md-169 {
    left: -169px !important;
  }

  .left-md-168 {
    left: -168px !important;
  }

  .left-md-167 {
    left: -167px !important;
  }

  .left-md-166 {
    left: -166px !important;
  }

  .left-md-165 {
    left: -165px !important;
  }

  .left-md-164 {
    left: -164px !important;
  }

  .left-md-163 {
    left: -163px !important;
  }

  .left-md-162 {
    left: -162px !important;
  }

  .left-md-161 {
    left: -161px !important;
  }

  .left-md-160 {
    left: -160px !important;
  }

  .left-md-159 {
    left: -159px !important;
  }

  .left-md-158 {
    left: -158px !important;
  }

  .left-md-157 {
    left: -157px !important;
  }

  .left-md-156 {
    left: -156px !important;
  }

  .left-md-155 {
    left: -155px !important;
  }

  .left-md-154 {
    left: -154px !important;
  }

  .left-md-153 {
    left: -153px !important;
  }

  .left-md-152 {
    left: -152px !important;
  }

  .left-md-151 {
    left: -151px !important;
  }

  .left-md-150 {
    left: -150px !important;
  }

  .left-md-149 {
    left: -149px !important;
  }

  .left-md-148 {
    left: -148px !important;
  }

  .left-md-147 {
    left: -147px !important;
  }

  .left-md-146 {
    left: -146px !important;
  }

  .left-md-145 {
    left: -145px !important;
  }

  .left-md-144 {
    left: -144px !important;
  }

  .left-md-143 {
    left: -143px !important;
  }

  .left-md-142 {
    left: -142px !important;
  }

  .left-md-141 {
    left: -141px !important;
  }

  .left-md-140 {
    left: -140px !important;
  }

  .left-md-139 {
    left: -139px !important;
  }

  .left-md-138 {
    left: -138px !important;
  }

  .left-md-137 {
    left: -137px !important;
  }

  .left-md-136 {
    left: -136px !important;
  }

  .left-md-135 {
    left: -135px !important;
  }

  .left-md-134 {
    left: -134px !important;
  }

  .left-md-133 {
    left: -133px !important;
  }

  .left-md-132 {
    left: -132px !important;
  }

  .left-md-131 {
    left: -131px !important;
  }

  .left-md-130 {
    left: -130px !important;
  }

  .left-md-129 {
    left: -129px !important;
  }

  .left-md-128 {
    left: -128px !important;
  }

  .left-md-127 {
    left: -127px !important;
  }

  .left-md-126 {
    left: -126px !important;
  }

  .left-md-125 {
    left: -125px !important;
  }

  .left-md-124 {
    left: -124px !important;
  }

  .left-md-123 {
    left: -123px !important;
  }

  .left-md-122 {
    left: -122px !important;
  }

  .left-md-121 {
    left: -121px !important;
  }

  .left-md-120 {
    left: -120px !important;
  }

  .left-md-119 {
    left: -119px !important;
  }

  .left-md-118 {
    left: -118px !important;
  }

  .left-md-117 {
    left: -117px !important;
  }

  .left-md-116 {
    left: -116px !important;
  }

  .left-md-115 {
    left: -115px !important;
  }

  .left-md-114 {
    left: -114px !important;
  }

  .left-md-113 {
    left: -113px !important;
  }

  .left-md-112 {
    left: -112px !important;
  }

  .left-md-111 {
    left: -111px !important;
  }

  .left-md-110 {
    left: -110px !important;
  }

  .left-md-109 {
    left: -109px !important;
  }

  .left-md-108 {
    left: -108px !important;
  }

  .left-md-107 {
    left: -107px !important;
  }

  .left-md-106 {
    left: -106px !important;
  }

  .left-md-105 {
    left: -105px !important;
  }

  .left-md-104 {
    left: -104px !important;
  }

  .left-md-103 {
    left: -103px !important;
  }

  .left-md-102 {
    left: -102px !important;
  }

  .left-md-101 {
    left: -101px !important;
  }

  .left-md-100 {
    left: -100px !important;
  }

  .left-md-99 {
    left: -99px !important;
  }

  .left-md-98 {
    left: -98px !important;
  }

  .left-md-97 {
    left: -97px !important;
  }

  .left-md-96 {
    left: -96px !important;
  }

  .left-md-95 {
    left: -95px !important;
  }

  .left-md-94 {
    left: -94px !important;
  }

  .left-md-93 {
    left: -93px !important;
  }

  .left-md-92 {
    left: -92px !important;
  }

  .left-md-91 {
    left: -91px !important;
  }

  .left-md-90 {
    left: -90px !important;
  }

  .left-md-89 {
    left: -89px !important;
  }

  .left-md-88 {
    left: -88px !important;
  }

  .left-md-87 {
    left: -87px !important;
  }

  .left-md-86 {
    left: -86px !important;
  }

  .left-md-85 {
    left: -85px !important;
  }

  .left-md-84 {
    left: -84px !important;
  }

  .left-md-83 {
    left: -83px !important;
  }

  .left-md-82 {
    left: -82px !important;
  }

  .left-md-81 {
    left: -81px !important;
  }

  .left-md-80 {
    left: -80px !important;
  }

  .left-md-79 {
    left: -79px !important;
  }

  .left-md-78 {
    left: -78px !important;
  }

  .left-md-77 {
    left: -77px !important;
  }

  .left-md-76 {
    left: -76px !important;
  }

  .left-md-75 {
    left: -75px !important;
  }

  .left-md-74 {
    left: -74px !important;
  }

  .left-md-73 {
    left: -73px !important;
  }

  .left-md-72 {
    left: -72px !important;
  }

  .left-md-71 {
    left: -71px !important;
  }

  .left-md-70 {
    left: -70px !important;
  }

  .left-md-69 {
    left: -69px !important;
  }

  .left-md-68 {
    left: -68px !important;
  }

  .left-md-67 {
    left: -67px !important;
  }

  .left-md-66 {
    left: -66px !important;
  }

  .left-md-65 {
    left: -65px !important;
  }

  .left-md-64 {
    left: -64px !important;
  }

  .left-md-63 {
    left: -63px !important;
  }

  .left-md-62 {
    left: -62px !important;
  }

  .left-md-61 {
    left: -61px !important;
  }

  .left-md-60 {
    left: -60px !important;
  }

  .left-md-59 {
    left: -59px !important;
  }

  .left-md-58 {
    left: -58px !important;
  }

  .left-md-57 {
    left: -57px !important;
  }

  .left-md-56 {
    left: -56px !important;
  }

  .left-md-55 {
    left: -55px !important;
  }

  .left-md-54 {
    left: -54px !important;
  }

  .left-md-53 {
    left: -53px !important;
  }

  .left-md-52 {
    left: -52px !important;
  }

  .left-md-51 {
    left: -51px !important;
  }

  .left-md-50 {
    left: -50px !important;
  }

  .left-md-49 {
    left: -49px !important;
  }

  .left-md-48 {
    left: -48px !important;
  }

  .left-md-47 {
    left: -47px !important;
  }

  .left-md-46 {
    left: -46px !important;
  }

  .left-md-45 {
    left: -45px !important;
  }

  .left-md-44 {
    left: -44px !important;
  }

  .left-md-43 {
    left: -43px !important;
  }

  .left-md-42 {
    left: -42px !important;
  }

  .left-md-41 {
    left: -41px !important;
  }

  .left-md-40 {
    left: -40px !important;
  }

  .left-md-39 {
    left: -39px !important;
  }

  .left-md-38 {
    left: -38px !important;
  }

  .left-md-37 {
    left: -37px !important;
  }

  .left-md-36 {
    left: -36px !important;
  }

  .left-md-35 {
    left: -35px !important;
  }

  .left-md-34 {
    left: -34px !important;
  }

  .left-md-33 {
    left: -33px !important;
  }

  .left-md-32 {
    left: -32px !important;
  }

  .left-md-31 {
    left: -31px !important;
  }

  .left-md-30 {
    left: -30px !important;
  }

  .left-md-29 {
    left: -29px !important;
  }

  .left-md-28 {
    left: -28px !important;
  }

  .left-md-27 {
    left: -27px !important;
  }

  .left-md-26 {
    left: -26px !important;
  }

  .left-md-25 {
    left: -25px !important;
  }

  .left-md-24 {
    left: -24px !important;
  }

  .left-md-23 {
    left: -23px !important;
  }

  .left-md-22 {
    left: -22px !important;
  }

  .left-md-21 {
    left: -21px !important;
  }

  .left-md-20 {
    left: -20px !important;
  }

  .left-md-19 {
    left: -19px !important;
  }

  .left-md-18 {
    left: -18px !important;
  }

  .left-md-17 {
    left: -17px !important;
  }

  .left-md-16 {
    left: -16px !important;
  }

  .left-md-15 {
    left: -15px !important;
  }

  .left-md-14 {
    left: -14px !important;
  }

  .left-md-13 {
    left: -13px !important;
  }

  .left-md-12 {
    left: -12px !important;
  }

  .left-md-11 {
    left: -11px !important;
  }

  .left-md-10 {
    left: -10px !important;
  }

  .left-md-9 {
    left: -9px !important;
  }

  .left-md-8 {
    left: -8px !important;
  }

  .left-md-7 {
    left: -7px !important;
  }

  .left-md-6 {
    left: -6px !important;
  }

  .left-md-5 {
    left: -5px !important;
  }

  .left-md-4 {
    left: -4px !important;
  }

  .left-md-3 {
    left: -3px !important;
  }

  .left-md-2 {
    left: -2px !important;
  }

  .left-md-1 {
    left: -1px !important;
  }

  .left-md0 {
    left: 0px !important;
  }

  .left-md1 {
    left: 1px !important;
  }

  .left-md2 {
    left: 2px !important;
  }

  .left-md3 {
    left: 3px !important;
  }

  .left-md4 {
    left: 4px !important;
  }

  .left-md5 {
    left: 5px !important;
  }

  .left-md6 {
    left: 6px !important;
  }

  .left-md7 {
    left: 7px !important;
  }

  .left-md8 {
    left: 8px !important;
  }

  .left-md9 {
    left: 9px !important;
  }

  .left-md10 {
    left: 10px !important;
  }

  .left-md11 {
    left: 11px !important;
  }

  .left-md12 {
    left: 12px !important;
  }

  .left-md13 {
    left: 13px !important;
  }

  .left-md14 {
    left: 14px !important;
  }

  .left-md15 {
    left: 15px !important;
  }

  .left-md16 {
    left: 16px !important;
  }

  .left-md17 {
    left: 17px !important;
  }

  .left-md18 {
    left: 18px !important;
  }

  .left-md19 {
    left: 19px !important;
  }

  .left-md20 {
    left: 20px !important;
  }

  .left-md21 {
    left: 21px !important;
  }

  .left-md22 {
    left: 22px !important;
  }

  .left-md23 {
    left: 23px !important;
  }

  .left-md24 {
    left: 24px !important;
  }

  .left-md25 {
    left: 25px !important;
  }

  .left-md26 {
    left: 26px !important;
  }

  .left-md27 {
    left: 27px !important;
  }

  .left-md28 {
    left: 28px !important;
  }

  .left-md29 {
    left: 29px !important;
  }

  .left-md30 {
    left: 30px !important;
  }

  .left-md31 {
    left: 31px !important;
  }

  .left-md32 {
    left: 32px !important;
  }

  .left-md33 {
    left: 33px !important;
  }

  .left-md34 {
    left: 34px !important;
  }

  .left-md35 {
    left: 35px !important;
  }

  .left-md36 {
    left: 36px !important;
  }

  .left-md37 {
    left: 37px !important;
  }

  .left-md38 {
    left: 38px !important;
  }

  .left-md39 {
    left: 39px !important;
  }

  .left-md40 {
    left: 40px !important;
  }

  .left-md41 {
    left: 41px !important;
  }

  .left-md42 {
    left: 42px !important;
  }

  .left-md43 {
    left: 43px !important;
  }

  .left-md44 {
    left: 44px !important;
  }

  .left-md45 {
    left: 45px !important;
  }

  .left-md46 {
    left: 46px !important;
  }

  .left-md47 {
    left: 47px !important;
  }

  .left-md48 {
    left: 48px !important;
  }

  .left-md49 {
    left: 49px !important;
  }

  .left-md50 {
    left: 50px !important;
  }

  .left-md51 {
    left: 51px !important;
  }

  .left-md52 {
    left: 52px !important;
  }

  .left-md53 {
    left: 53px !important;
  }

  .left-md54 {
    left: 54px !important;
  }

  .left-md55 {
    left: 55px !important;
  }

  .left-md56 {
    left: 56px !important;
  }

  .left-md57 {
    left: 57px !important;
  }

  .left-md58 {
    left: 58px !important;
  }

  .left-md59 {
    left: 59px !important;
  }

  .left-md60 {
    left: 60px !important;
  }

  .left-md61 {
    left: 61px !important;
  }

  .left-md62 {
    left: 62px !important;
  }

  .left-md63 {
    left: 63px !important;
  }

  .left-md64 {
    left: 64px !important;
  }

  .left-md65 {
    left: 65px !important;
  }

  .left-md66 {
    left: 66px !important;
  }

  .left-md67 {
    left: 67px !important;
  }

  .left-md68 {
    left: 68px !important;
  }

  .left-md69 {
    left: 69px !important;
  }

  .left-md70 {
    left: 70px !important;
  }

  .left-md71 {
    left: 71px !important;
  }

  .left-md72 {
    left: 72px !important;
  }

  .left-md73 {
    left: 73px !important;
  }

  .left-md74 {
    left: 74px !important;
  }

  .left-md75 {
    left: 75px !important;
  }

  .left-md76 {
    left: 76px !important;
  }

  .left-md77 {
    left: 77px !important;
  }

  .left-md78 {
    left: 78px !important;
  }

  .left-md79 {
    left: 79px !important;
  }

  .left-md80 {
    left: 80px !important;
  }

  .left-md81 {
    left: 81px !important;
  }

  .left-md82 {
    left: 82px !important;
  }

  .left-md83 {
    left: 83px !important;
  }

  .left-md84 {
    left: 84px !important;
  }

  .left-md85 {
    left: 85px !important;
  }

  .left-md86 {
    left: 86px !important;
  }

  .left-md87 {
    left: 87px !important;
  }

  .left-md88 {
    left: 88px !important;
  }

  .left-md89 {
    left: 89px !important;
  }

  .left-md90 {
    left: 90px !important;
  }

  .left-md91 {
    left: 91px !important;
  }

  .left-md92 {
    left: 92px !important;
  }

  .left-md93 {
    left: 93px !important;
  }

  .left-md94 {
    left: 94px !important;
  }

  .left-md95 {
    left: 95px !important;
  }

  .left-md96 {
    left: 96px !important;
  }

  .left-md97 {
    left: 97px !important;
  }

  .left-md98 {
    left: 98px !important;
  }

  .left-md99 {
    left: 99px !important;
  }

  .left-md100 {
    left: 100px !important;
  }

  .left-md101 {
    left: 101px !important;
  }

  .left-md102 {
    left: 102px !important;
  }

  .left-md103 {
    left: 103px !important;
  }

  .left-md104 {
    left: 104px !important;
  }

  .left-md105 {
    left: 105px !important;
  }

  .left-md106 {
    left: 106px !important;
  }

  .left-md107 {
    left: 107px !important;
  }

  .left-md108 {
    left: 108px !important;
  }

  .left-md109 {
    left: 109px !important;
  }

  .left-md110 {
    left: 110px !important;
  }

  .left-md111 {
    left: 111px !important;
  }

  .left-md112 {
    left: 112px !important;
  }

  .left-md113 {
    left: 113px !important;
  }

  .left-md114 {
    left: 114px !important;
  }

  .left-md115 {
    left: 115px !important;
  }

  .left-md116 {
    left: 116px !important;
  }

  .left-md117 {
    left: 117px !important;
  }

  .left-md118 {
    left: 118px !important;
  }

  .left-md119 {
    left: 119px !important;
  }

  .left-md120 {
    left: 120px !important;
  }

  .left-md121 {
    left: 121px !important;
  }

  .left-md122 {
    left: 122px !important;
  }

  .left-md123 {
    left: 123px !important;
  }

  .left-md124 {
    left: 124px !important;
  }

  .left-md125 {
    left: 125px !important;
  }

  .left-md126 {
    left: 126px !important;
  }

  .left-md127 {
    left: 127px !important;
  }

  .left-md128 {
    left: 128px !important;
  }

  .left-md129 {
    left: 129px !important;
  }

  .left-md130 {
    left: 130px !important;
  }

  .left-md131 {
    left: 131px !important;
  }

  .left-md132 {
    left: 132px !important;
  }

  .left-md133 {
    left: 133px !important;
  }

  .left-md134 {
    left: 134px !important;
  }

  .left-md135 {
    left: 135px !important;
  }

  .left-md136 {
    left: 136px !important;
  }

  .left-md137 {
    left: 137px !important;
  }

  .left-md138 {
    left: 138px !important;
  }

  .left-md139 {
    left: 139px !important;
  }

  .left-md140 {
    left: 140px !important;
  }

  .left-md141 {
    left: 141px !important;
  }

  .left-md142 {
    left: 142px !important;
  }

  .left-md143 {
    left: 143px !important;
  }

  .left-md144 {
    left: 144px !important;
  }

  .left-md145 {
    left: 145px !important;
  }

  .left-md146 {
    left: 146px !important;
  }

  .left-md147 {
    left: 147px !important;
  }

  .left-md148 {
    left: 148px !important;
  }

  .left-md149 {
    left: 149px !important;
  }

  .left-md150 {
    left: 150px !important;
  }

  .left-md151 {
    left: 151px !important;
  }

  .left-md152 {
    left: 152px !important;
  }

  .left-md153 {
    left: 153px !important;
  }

  .left-md154 {
    left: 154px !important;
  }

  .left-md155 {
    left: 155px !important;
  }

  .left-md156 {
    left: 156px !important;
  }

  .left-md157 {
    left: 157px !important;
  }

  .left-md158 {
    left: 158px !important;
  }

  .left-md159 {
    left: 159px !important;
  }

  .left-md160 {
    left: 160px !important;
  }

  .left-md161 {
    left: 161px !important;
  }

  .left-md162 {
    left: 162px !important;
  }

  .left-md163 {
    left: 163px !important;
  }

  .left-md164 {
    left: 164px !important;
  }

  .left-md165 {
    left: 165px !important;
  }

  .left-md166 {
    left: 166px !important;
  }

  .left-md167 {
    left: 167px !important;
  }

  .left-md168 {
    left: 168px !important;
  }

  .left-md169 {
    left: 169px !important;
  }

  .left-md170 {
    left: 170px !important;
  }

  .left-md171 {
    left: 171px !important;
  }

  .left-md172 {
    left: 172px !important;
  }

  .left-md173 {
    left: 173px !important;
  }

  .left-md174 {
    left: 174px !important;
  }

  .left-md175 {
    left: 175px !important;
  }

  .left-md176 {
    left: 176px !important;
  }

  .left-md177 {
    left: 177px !important;
  }

  .left-md178 {
    left: 178px !important;
  }

  .left-md179 {
    left: 179px !important;
  }

  .left-md180 {
    left: 180px !important;
  }

  .left-md181 {
    left: 181px !important;
  }

  .left-md182 {
    left: 182px !important;
  }

  .left-md183 {
    left: 183px !important;
  }

  .left-md184 {
    left: 184px !important;
  }

  .left-md185 {
    left: 185px !important;
  }

  .left-md186 {
    left: 186px !important;
  }

  .left-md187 {
    left: 187px !important;
  }

  .left-md188 {
    left: 188px !important;
  }

  .left-md189 {
    left: 189px !important;
  }

  .left-md190 {
    left: 190px !important;
  }

  .left-md191 {
    left: 191px !important;
  }

  .left-md192 {
    left: 192px !important;
  }

  .left-md193 {
    left: 193px !important;
  }

  .left-md194 {
    left: 194px !important;
  }

  .left-md195 {
    left: 195px !important;
  }

  .left-md196 {
    left: 196px !important;
  }

  .left-md197 {
    left: 197px !important;
  }

  .left-md198 {
    left: 198px !important;
  }

  .left-md199 {
    left: 199px !important;
  }

  .left-md200 {
    left: 200px !important;
  }
}
@media (min-width: 992px) {
  .left-lg-200 {
    left: -200px !important;
  }

  .left-lg-199 {
    left: -199px !important;
  }

  .left-lg-198 {
    left: -198px !important;
  }

  .left-lg-197 {
    left: -197px !important;
  }

  .left-lg-196 {
    left: -196px !important;
  }

  .left-lg-195 {
    left: -195px !important;
  }

  .left-lg-194 {
    left: -194px !important;
  }

  .left-lg-193 {
    left: -193px !important;
  }

  .left-lg-192 {
    left: -192px !important;
  }

  .left-lg-191 {
    left: -191px !important;
  }

  .left-lg-190 {
    left: -190px !important;
  }

  .left-lg-189 {
    left: -189px !important;
  }

  .left-lg-188 {
    left: -188px !important;
  }

  .left-lg-187 {
    left: -187px !important;
  }

  .left-lg-186 {
    left: -186px !important;
  }

  .left-lg-185 {
    left: -185px !important;
  }

  .left-lg-184 {
    left: -184px !important;
  }

  .left-lg-183 {
    left: -183px !important;
  }

  .left-lg-182 {
    left: -182px !important;
  }

  .left-lg-181 {
    left: -181px !important;
  }

  .left-lg-180 {
    left: -180px !important;
  }

  .left-lg-179 {
    left: -179px !important;
  }

  .left-lg-178 {
    left: -178px !important;
  }

  .left-lg-177 {
    left: -177px !important;
  }

  .left-lg-176 {
    left: -176px !important;
  }

  .left-lg-175 {
    left: -175px !important;
  }

  .left-lg-174 {
    left: -174px !important;
  }

  .left-lg-173 {
    left: -173px !important;
  }

  .left-lg-172 {
    left: -172px !important;
  }

  .left-lg-171 {
    left: -171px !important;
  }

  .left-lg-170 {
    left: -170px !important;
  }

  .left-lg-169 {
    left: -169px !important;
  }

  .left-lg-168 {
    left: -168px !important;
  }

  .left-lg-167 {
    left: -167px !important;
  }

  .left-lg-166 {
    left: -166px !important;
  }

  .left-lg-165 {
    left: -165px !important;
  }

  .left-lg-164 {
    left: -164px !important;
  }

  .left-lg-163 {
    left: -163px !important;
  }

  .left-lg-162 {
    left: -162px !important;
  }

  .left-lg-161 {
    left: -161px !important;
  }

  .left-lg-160 {
    left: -160px !important;
  }

  .left-lg-159 {
    left: -159px !important;
  }

  .left-lg-158 {
    left: -158px !important;
  }

  .left-lg-157 {
    left: -157px !important;
  }

  .left-lg-156 {
    left: -156px !important;
  }

  .left-lg-155 {
    left: -155px !important;
  }

  .left-lg-154 {
    left: -154px !important;
  }

  .left-lg-153 {
    left: -153px !important;
  }

  .left-lg-152 {
    left: -152px !important;
  }

  .left-lg-151 {
    left: -151px !important;
  }

  .left-lg-150 {
    left: -150px !important;
  }

  .left-lg-149 {
    left: -149px !important;
  }

  .left-lg-148 {
    left: -148px !important;
  }

  .left-lg-147 {
    left: -147px !important;
  }

  .left-lg-146 {
    left: -146px !important;
  }

  .left-lg-145 {
    left: -145px !important;
  }

  .left-lg-144 {
    left: -144px !important;
  }

  .left-lg-143 {
    left: -143px !important;
  }

  .left-lg-142 {
    left: -142px !important;
  }

  .left-lg-141 {
    left: -141px !important;
  }

  .left-lg-140 {
    left: -140px !important;
  }

  .left-lg-139 {
    left: -139px !important;
  }

  .left-lg-138 {
    left: -138px !important;
  }

  .left-lg-137 {
    left: -137px !important;
  }

  .left-lg-136 {
    left: -136px !important;
  }

  .left-lg-135 {
    left: -135px !important;
  }

  .left-lg-134 {
    left: -134px !important;
  }

  .left-lg-133 {
    left: -133px !important;
  }

  .left-lg-132 {
    left: -132px !important;
  }

  .left-lg-131 {
    left: -131px !important;
  }

  .left-lg-130 {
    left: -130px !important;
  }

  .left-lg-129 {
    left: -129px !important;
  }

  .left-lg-128 {
    left: -128px !important;
  }

  .left-lg-127 {
    left: -127px !important;
  }

  .left-lg-126 {
    left: -126px !important;
  }

  .left-lg-125 {
    left: -125px !important;
  }

  .left-lg-124 {
    left: -124px !important;
  }

  .left-lg-123 {
    left: -123px !important;
  }

  .left-lg-122 {
    left: -122px !important;
  }

  .left-lg-121 {
    left: -121px !important;
  }

  .left-lg-120 {
    left: -120px !important;
  }

  .left-lg-119 {
    left: -119px !important;
  }

  .left-lg-118 {
    left: -118px !important;
  }

  .left-lg-117 {
    left: -117px !important;
  }

  .left-lg-116 {
    left: -116px !important;
  }

  .left-lg-115 {
    left: -115px !important;
  }

  .left-lg-114 {
    left: -114px !important;
  }

  .left-lg-113 {
    left: -113px !important;
  }

  .left-lg-112 {
    left: -112px !important;
  }

  .left-lg-111 {
    left: -111px !important;
  }

  .left-lg-110 {
    left: -110px !important;
  }

  .left-lg-109 {
    left: -109px !important;
  }

  .left-lg-108 {
    left: -108px !important;
  }

  .left-lg-107 {
    left: -107px !important;
  }

  .left-lg-106 {
    left: -106px !important;
  }

  .left-lg-105 {
    left: -105px !important;
  }

  .left-lg-104 {
    left: -104px !important;
  }

  .left-lg-103 {
    left: -103px !important;
  }

  .left-lg-102 {
    left: -102px !important;
  }

  .left-lg-101 {
    left: -101px !important;
  }

  .left-lg-100 {
    left: -100px !important;
  }

  .left-lg-99 {
    left: -99px !important;
  }

  .left-lg-98 {
    left: -98px !important;
  }

  .left-lg-97 {
    left: -97px !important;
  }

  .left-lg-96 {
    left: -96px !important;
  }

  .left-lg-95 {
    left: -95px !important;
  }

  .left-lg-94 {
    left: -94px !important;
  }

  .left-lg-93 {
    left: -93px !important;
  }

  .left-lg-92 {
    left: -92px !important;
  }

  .left-lg-91 {
    left: -91px !important;
  }

  .left-lg-90 {
    left: -90px !important;
  }

  .left-lg-89 {
    left: -89px !important;
  }

  .left-lg-88 {
    left: -88px !important;
  }

  .left-lg-87 {
    left: -87px !important;
  }

  .left-lg-86 {
    left: -86px !important;
  }

  .left-lg-85 {
    left: -85px !important;
  }

  .left-lg-84 {
    left: -84px !important;
  }

  .left-lg-83 {
    left: -83px !important;
  }

  .left-lg-82 {
    left: -82px !important;
  }

  .left-lg-81 {
    left: -81px !important;
  }

  .left-lg-80 {
    left: -80px !important;
  }

  .left-lg-79 {
    left: -79px !important;
  }

  .left-lg-78 {
    left: -78px !important;
  }

  .left-lg-77 {
    left: -77px !important;
  }

  .left-lg-76 {
    left: -76px !important;
  }

  .left-lg-75 {
    left: -75px !important;
  }

  .left-lg-74 {
    left: -74px !important;
  }

  .left-lg-73 {
    left: -73px !important;
  }

  .left-lg-72 {
    left: -72px !important;
  }

  .left-lg-71 {
    left: -71px !important;
  }

  .left-lg-70 {
    left: -70px !important;
  }

  .left-lg-69 {
    left: -69px !important;
  }

  .left-lg-68 {
    left: -68px !important;
  }

  .left-lg-67 {
    left: -67px !important;
  }

  .left-lg-66 {
    left: -66px !important;
  }

  .left-lg-65 {
    left: -65px !important;
  }

  .left-lg-64 {
    left: -64px !important;
  }

  .left-lg-63 {
    left: -63px !important;
  }

  .left-lg-62 {
    left: -62px !important;
  }

  .left-lg-61 {
    left: -61px !important;
  }

  .left-lg-60 {
    left: -60px !important;
  }

  .left-lg-59 {
    left: -59px !important;
  }

  .left-lg-58 {
    left: -58px !important;
  }

  .left-lg-57 {
    left: -57px !important;
  }

  .left-lg-56 {
    left: -56px !important;
  }

  .left-lg-55 {
    left: -55px !important;
  }

  .left-lg-54 {
    left: -54px !important;
  }

  .left-lg-53 {
    left: -53px !important;
  }

  .left-lg-52 {
    left: -52px !important;
  }

  .left-lg-51 {
    left: -51px !important;
  }

  .left-lg-50 {
    left: -50px !important;
  }

  .left-lg-49 {
    left: -49px !important;
  }

  .left-lg-48 {
    left: -48px !important;
  }

  .left-lg-47 {
    left: -47px !important;
  }

  .left-lg-46 {
    left: -46px !important;
  }

  .left-lg-45 {
    left: -45px !important;
  }

  .left-lg-44 {
    left: -44px !important;
  }

  .left-lg-43 {
    left: -43px !important;
  }

  .left-lg-42 {
    left: -42px !important;
  }

  .left-lg-41 {
    left: -41px !important;
  }

  .left-lg-40 {
    left: -40px !important;
  }

  .left-lg-39 {
    left: -39px !important;
  }

  .left-lg-38 {
    left: -38px !important;
  }

  .left-lg-37 {
    left: -37px !important;
  }

  .left-lg-36 {
    left: -36px !important;
  }

  .left-lg-35 {
    left: -35px !important;
  }

  .left-lg-34 {
    left: -34px !important;
  }

  .left-lg-33 {
    left: -33px !important;
  }

  .left-lg-32 {
    left: -32px !important;
  }

  .left-lg-31 {
    left: -31px !important;
  }

  .left-lg-30 {
    left: -30px !important;
  }

  .left-lg-29 {
    left: -29px !important;
  }

  .left-lg-28 {
    left: -28px !important;
  }

  .left-lg-27 {
    left: -27px !important;
  }

  .left-lg-26 {
    left: -26px !important;
  }

  .left-lg-25 {
    left: -25px !important;
  }

  .left-lg-24 {
    left: -24px !important;
  }

  .left-lg-23 {
    left: -23px !important;
  }

  .left-lg-22 {
    left: -22px !important;
  }

  .left-lg-21 {
    left: -21px !important;
  }

  .left-lg-20 {
    left: -20px !important;
  }

  .left-lg-19 {
    left: -19px !important;
  }

  .left-lg-18 {
    left: -18px !important;
  }

  .left-lg-17 {
    left: -17px !important;
  }

  .left-lg-16 {
    left: -16px !important;
  }

  .left-lg-15 {
    left: -15px !important;
  }

  .left-lg-14 {
    left: -14px !important;
  }

  .left-lg-13 {
    left: -13px !important;
  }

  .left-lg-12 {
    left: -12px !important;
  }

  .left-lg-11 {
    left: -11px !important;
  }

  .left-lg-10 {
    left: -10px !important;
  }

  .left-lg-9 {
    left: -9px !important;
  }

  .left-lg-8 {
    left: -8px !important;
  }

  .left-lg-7 {
    left: -7px !important;
  }

  .left-lg-6 {
    left: -6px !important;
  }

  .left-lg-5 {
    left: -5px !important;
  }

  .left-lg-4 {
    left: -4px !important;
  }

  .left-lg-3 {
    left: -3px !important;
  }

  .left-lg-2 {
    left: -2px !important;
  }

  .left-lg-1 {
    left: -1px !important;
  }

  .left-lg0 {
    left: 0px !important;
  }

  .left-lg1 {
    left: 1px !important;
  }

  .left-lg2 {
    left: 2px !important;
  }

  .left-lg3 {
    left: 3px !important;
  }

  .left-lg4 {
    left: 4px !important;
  }

  .left-lg5 {
    left: 5px !important;
  }

  .left-lg6 {
    left: 6px !important;
  }

  .left-lg7 {
    left: 7px !important;
  }

  .left-lg8 {
    left: 8px !important;
  }

  .left-lg9 {
    left: 9px !important;
  }

  .left-lg10 {
    left: 10px !important;
  }

  .left-lg11 {
    left: 11px !important;
  }

  .left-lg12 {
    left: 12px !important;
  }

  .left-lg13 {
    left: 13px !important;
  }

  .left-lg14 {
    left: 14px !important;
  }

  .left-lg15 {
    left: 15px !important;
  }

  .left-lg16 {
    left: 16px !important;
  }

  .left-lg17 {
    left: 17px !important;
  }

  .left-lg18 {
    left: 18px !important;
  }

  .left-lg19 {
    left: 19px !important;
  }

  .left-lg20 {
    left: 20px !important;
  }

  .left-lg21 {
    left: 21px !important;
  }

  .left-lg22 {
    left: 22px !important;
  }

  .left-lg23 {
    left: 23px !important;
  }

  .left-lg24 {
    left: 24px !important;
  }

  .left-lg25 {
    left: 25px !important;
  }

  .left-lg26 {
    left: 26px !important;
  }

  .left-lg27 {
    left: 27px !important;
  }

  .left-lg28 {
    left: 28px !important;
  }

  .left-lg29 {
    left: 29px !important;
  }

  .left-lg30 {
    left: 30px !important;
  }

  .left-lg31 {
    left: 31px !important;
  }

  .left-lg32 {
    left: 32px !important;
  }

  .left-lg33 {
    left: 33px !important;
  }

  .left-lg34 {
    left: 34px !important;
  }

  .left-lg35 {
    left: 35px !important;
  }

  .left-lg36 {
    left: 36px !important;
  }

  .left-lg37 {
    left: 37px !important;
  }

  .left-lg38 {
    left: 38px !important;
  }

  .left-lg39 {
    left: 39px !important;
  }

  .left-lg40 {
    left: 40px !important;
  }

  .left-lg41 {
    left: 41px !important;
  }

  .left-lg42 {
    left: 42px !important;
  }

  .left-lg43 {
    left: 43px !important;
  }

  .left-lg44 {
    left: 44px !important;
  }

  .left-lg45 {
    left: 45px !important;
  }

  .left-lg46 {
    left: 46px !important;
  }

  .left-lg47 {
    left: 47px !important;
  }

  .left-lg48 {
    left: 48px !important;
  }

  .left-lg49 {
    left: 49px !important;
  }

  .left-lg50 {
    left: 50px !important;
  }

  .left-lg51 {
    left: 51px !important;
  }

  .left-lg52 {
    left: 52px !important;
  }

  .left-lg53 {
    left: 53px !important;
  }

  .left-lg54 {
    left: 54px !important;
  }

  .left-lg55 {
    left: 55px !important;
  }

  .left-lg56 {
    left: 56px !important;
  }

  .left-lg57 {
    left: 57px !important;
  }

  .left-lg58 {
    left: 58px !important;
  }

  .left-lg59 {
    left: 59px !important;
  }

  .left-lg60 {
    left: 60px !important;
  }

  .left-lg61 {
    left: 61px !important;
  }

  .left-lg62 {
    left: 62px !important;
  }

  .left-lg63 {
    left: 63px !important;
  }

  .left-lg64 {
    left: 64px !important;
  }

  .left-lg65 {
    left: 65px !important;
  }

  .left-lg66 {
    left: 66px !important;
  }

  .left-lg67 {
    left: 67px !important;
  }

  .left-lg68 {
    left: 68px !important;
  }

  .left-lg69 {
    left: 69px !important;
  }

  .left-lg70 {
    left: 70px !important;
  }

  .left-lg71 {
    left: 71px !important;
  }

  .left-lg72 {
    left: 72px !important;
  }

  .left-lg73 {
    left: 73px !important;
  }

  .left-lg74 {
    left: 74px !important;
  }

  .left-lg75 {
    left: 75px !important;
  }

  .left-lg76 {
    left: 76px !important;
  }

  .left-lg77 {
    left: 77px !important;
  }

  .left-lg78 {
    left: 78px !important;
  }

  .left-lg79 {
    left: 79px !important;
  }

  .left-lg80 {
    left: 80px !important;
  }

  .left-lg81 {
    left: 81px !important;
  }

  .left-lg82 {
    left: 82px !important;
  }

  .left-lg83 {
    left: 83px !important;
  }

  .left-lg84 {
    left: 84px !important;
  }

  .left-lg85 {
    left: 85px !important;
  }

  .left-lg86 {
    left: 86px !important;
  }

  .left-lg87 {
    left: 87px !important;
  }

  .left-lg88 {
    left: 88px !important;
  }

  .left-lg89 {
    left: 89px !important;
  }

  .left-lg90 {
    left: 90px !important;
  }

  .left-lg91 {
    left: 91px !important;
  }

  .left-lg92 {
    left: 92px !important;
  }

  .left-lg93 {
    left: 93px !important;
  }

  .left-lg94 {
    left: 94px !important;
  }

  .left-lg95 {
    left: 95px !important;
  }

  .left-lg96 {
    left: 96px !important;
  }

  .left-lg97 {
    left: 97px !important;
  }

  .left-lg98 {
    left: 98px !important;
  }

  .left-lg99 {
    left: 99px !important;
  }

  .left-lg100 {
    left: 100px !important;
  }

  .left-lg101 {
    left: 101px !important;
  }

  .left-lg102 {
    left: 102px !important;
  }

  .left-lg103 {
    left: 103px !important;
  }

  .left-lg104 {
    left: 104px !important;
  }

  .left-lg105 {
    left: 105px !important;
  }

  .left-lg106 {
    left: 106px !important;
  }

  .left-lg107 {
    left: 107px !important;
  }

  .left-lg108 {
    left: 108px !important;
  }

  .left-lg109 {
    left: 109px !important;
  }

  .left-lg110 {
    left: 110px !important;
  }

  .left-lg111 {
    left: 111px !important;
  }

  .left-lg112 {
    left: 112px !important;
  }

  .left-lg113 {
    left: 113px !important;
  }

  .left-lg114 {
    left: 114px !important;
  }

  .left-lg115 {
    left: 115px !important;
  }

  .left-lg116 {
    left: 116px !important;
  }

  .left-lg117 {
    left: 117px !important;
  }

  .left-lg118 {
    left: 118px !important;
  }

  .left-lg119 {
    left: 119px !important;
  }

  .left-lg120 {
    left: 120px !important;
  }

  .left-lg121 {
    left: 121px !important;
  }

  .left-lg122 {
    left: 122px !important;
  }

  .left-lg123 {
    left: 123px !important;
  }

  .left-lg124 {
    left: 124px !important;
  }

  .left-lg125 {
    left: 125px !important;
  }

  .left-lg126 {
    left: 126px !important;
  }

  .left-lg127 {
    left: 127px !important;
  }

  .left-lg128 {
    left: 128px !important;
  }

  .left-lg129 {
    left: 129px !important;
  }

  .left-lg130 {
    left: 130px !important;
  }

  .left-lg131 {
    left: 131px !important;
  }

  .left-lg132 {
    left: 132px !important;
  }

  .left-lg133 {
    left: 133px !important;
  }

  .left-lg134 {
    left: 134px !important;
  }

  .left-lg135 {
    left: 135px !important;
  }

  .left-lg136 {
    left: 136px !important;
  }

  .left-lg137 {
    left: 137px !important;
  }

  .left-lg138 {
    left: 138px !important;
  }

  .left-lg139 {
    left: 139px !important;
  }

  .left-lg140 {
    left: 140px !important;
  }

  .left-lg141 {
    left: 141px !important;
  }

  .left-lg142 {
    left: 142px !important;
  }

  .left-lg143 {
    left: 143px !important;
  }

  .left-lg144 {
    left: 144px !important;
  }

  .left-lg145 {
    left: 145px !important;
  }

  .left-lg146 {
    left: 146px !important;
  }

  .left-lg147 {
    left: 147px !important;
  }

  .left-lg148 {
    left: 148px !important;
  }

  .left-lg149 {
    left: 149px !important;
  }

  .left-lg150 {
    left: 150px !important;
  }

  .left-lg151 {
    left: 151px !important;
  }

  .left-lg152 {
    left: 152px !important;
  }

  .left-lg153 {
    left: 153px !important;
  }

  .left-lg154 {
    left: 154px !important;
  }

  .left-lg155 {
    left: 155px !important;
  }

  .left-lg156 {
    left: 156px !important;
  }

  .left-lg157 {
    left: 157px !important;
  }

  .left-lg158 {
    left: 158px !important;
  }

  .left-lg159 {
    left: 159px !important;
  }

  .left-lg160 {
    left: 160px !important;
  }

  .left-lg161 {
    left: 161px !important;
  }

  .left-lg162 {
    left: 162px !important;
  }

  .left-lg163 {
    left: 163px !important;
  }

  .left-lg164 {
    left: 164px !important;
  }

  .left-lg165 {
    left: 165px !important;
  }

  .left-lg166 {
    left: 166px !important;
  }

  .left-lg167 {
    left: 167px !important;
  }

  .left-lg168 {
    left: 168px !important;
  }

  .left-lg169 {
    left: 169px !important;
  }

  .left-lg170 {
    left: 170px !important;
  }

  .left-lg171 {
    left: 171px !important;
  }

  .left-lg172 {
    left: 172px !important;
  }

  .left-lg173 {
    left: 173px !important;
  }

  .left-lg174 {
    left: 174px !important;
  }

  .left-lg175 {
    left: 175px !important;
  }

  .left-lg176 {
    left: 176px !important;
  }

  .left-lg177 {
    left: 177px !important;
  }

  .left-lg178 {
    left: 178px !important;
  }

  .left-lg179 {
    left: 179px !important;
  }

  .left-lg180 {
    left: 180px !important;
  }

  .left-lg181 {
    left: 181px !important;
  }

  .left-lg182 {
    left: 182px !important;
  }

  .left-lg183 {
    left: 183px !important;
  }

  .left-lg184 {
    left: 184px !important;
  }

  .left-lg185 {
    left: 185px !important;
  }

  .left-lg186 {
    left: 186px !important;
  }

  .left-lg187 {
    left: 187px !important;
  }

  .left-lg188 {
    left: 188px !important;
  }

  .left-lg189 {
    left: 189px !important;
  }

  .left-lg190 {
    left: 190px !important;
  }

  .left-lg191 {
    left: 191px !important;
  }

  .left-lg192 {
    left: 192px !important;
  }

  .left-lg193 {
    left: 193px !important;
  }

  .left-lg194 {
    left: 194px !important;
  }

  .left-lg195 {
    left: 195px !important;
  }

  .left-lg196 {
    left: 196px !important;
  }

  .left-lg197 {
    left: 197px !important;
  }

  .left-lg198 {
    left: 198px !important;
  }

  .left-lg199 {
    left: 199px !important;
  }

  .left-lg200 {
    left: 200px !important;
  }
}
@media (min-width: 1200px) {
  .left-xl-200 {
    left: -200px !important;
  }

  .left-xl-199 {
    left: -199px !important;
  }

  .left-xl-198 {
    left: -198px !important;
  }

  .left-xl-197 {
    left: -197px !important;
  }

  .left-xl-196 {
    left: -196px !important;
  }

  .left-xl-195 {
    left: -195px !important;
  }

  .left-xl-194 {
    left: -194px !important;
  }

  .left-xl-193 {
    left: -193px !important;
  }

  .left-xl-192 {
    left: -192px !important;
  }

  .left-xl-191 {
    left: -191px !important;
  }

  .left-xl-190 {
    left: -190px !important;
  }

  .left-xl-189 {
    left: -189px !important;
  }

  .left-xl-188 {
    left: -188px !important;
  }

  .left-xl-187 {
    left: -187px !important;
  }

  .left-xl-186 {
    left: -186px !important;
  }

  .left-xl-185 {
    left: -185px !important;
  }

  .left-xl-184 {
    left: -184px !important;
  }

  .left-xl-183 {
    left: -183px !important;
  }

  .left-xl-182 {
    left: -182px !important;
  }

  .left-xl-181 {
    left: -181px !important;
  }

  .left-xl-180 {
    left: -180px !important;
  }

  .left-xl-179 {
    left: -179px !important;
  }

  .left-xl-178 {
    left: -178px !important;
  }

  .left-xl-177 {
    left: -177px !important;
  }

  .left-xl-176 {
    left: -176px !important;
  }

  .left-xl-175 {
    left: -175px !important;
  }

  .left-xl-174 {
    left: -174px !important;
  }

  .left-xl-173 {
    left: -173px !important;
  }

  .left-xl-172 {
    left: -172px !important;
  }

  .left-xl-171 {
    left: -171px !important;
  }

  .left-xl-170 {
    left: -170px !important;
  }

  .left-xl-169 {
    left: -169px !important;
  }

  .left-xl-168 {
    left: -168px !important;
  }

  .left-xl-167 {
    left: -167px !important;
  }

  .left-xl-166 {
    left: -166px !important;
  }

  .left-xl-165 {
    left: -165px !important;
  }

  .left-xl-164 {
    left: -164px !important;
  }

  .left-xl-163 {
    left: -163px !important;
  }

  .left-xl-162 {
    left: -162px !important;
  }

  .left-xl-161 {
    left: -161px !important;
  }

  .left-xl-160 {
    left: -160px !important;
  }

  .left-xl-159 {
    left: -159px !important;
  }

  .left-xl-158 {
    left: -158px !important;
  }

  .left-xl-157 {
    left: -157px !important;
  }

  .left-xl-156 {
    left: -156px !important;
  }

  .left-xl-155 {
    left: -155px !important;
  }

  .left-xl-154 {
    left: -154px !important;
  }

  .left-xl-153 {
    left: -153px !important;
  }

  .left-xl-152 {
    left: -152px !important;
  }

  .left-xl-151 {
    left: -151px !important;
  }

  .left-xl-150 {
    left: -150px !important;
  }

  .left-xl-149 {
    left: -149px !important;
  }

  .left-xl-148 {
    left: -148px !important;
  }

  .left-xl-147 {
    left: -147px !important;
  }

  .left-xl-146 {
    left: -146px !important;
  }

  .left-xl-145 {
    left: -145px !important;
  }

  .left-xl-144 {
    left: -144px !important;
  }

  .left-xl-143 {
    left: -143px !important;
  }

  .left-xl-142 {
    left: -142px !important;
  }

  .left-xl-141 {
    left: -141px !important;
  }

  .left-xl-140 {
    left: -140px !important;
  }

  .left-xl-139 {
    left: -139px !important;
  }

  .left-xl-138 {
    left: -138px !important;
  }

  .left-xl-137 {
    left: -137px !important;
  }

  .left-xl-136 {
    left: -136px !important;
  }

  .left-xl-135 {
    left: -135px !important;
  }

  .left-xl-134 {
    left: -134px !important;
  }

  .left-xl-133 {
    left: -133px !important;
  }

  .left-xl-132 {
    left: -132px !important;
  }

  .left-xl-131 {
    left: -131px !important;
  }

  .left-xl-130 {
    left: -130px !important;
  }

  .left-xl-129 {
    left: -129px !important;
  }

  .left-xl-128 {
    left: -128px !important;
  }

  .left-xl-127 {
    left: -127px !important;
  }

  .left-xl-126 {
    left: -126px !important;
  }

  .left-xl-125 {
    left: -125px !important;
  }

  .left-xl-124 {
    left: -124px !important;
  }

  .left-xl-123 {
    left: -123px !important;
  }

  .left-xl-122 {
    left: -122px !important;
  }

  .left-xl-121 {
    left: -121px !important;
  }

  .left-xl-120 {
    left: -120px !important;
  }

  .left-xl-119 {
    left: -119px !important;
  }

  .left-xl-118 {
    left: -118px !important;
  }

  .left-xl-117 {
    left: -117px !important;
  }

  .left-xl-116 {
    left: -116px !important;
  }

  .left-xl-115 {
    left: -115px !important;
  }

  .left-xl-114 {
    left: -114px !important;
  }

  .left-xl-113 {
    left: -113px !important;
  }

  .left-xl-112 {
    left: -112px !important;
  }

  .left-xl-111 {
    left: -111px !important;
  }

  .left-xl-110 {
    left: -110px !important;
  }

  .left-xl-109 {
    left: -109px !important;
  }

  .left-xl-108 {
    left: -108px !important;
  }

  .left-xl-107 {
    left: -107px !important;
  }

  .left-xl-106 {
    left: -106px !important;
  }

  .left-xl-105 {
    left: -105px !important;
  }

  .left-xl-104 {
    left: -104px !important;
  }

  .left-xl-103 {
    left: -103px !important;
  }

  .left-xl-102 {
    left: -102px !important;
  }

  .left-xl-101 {
    left: -101px !important;
  }

  .left-xl-100 {
    left: -100px !important;
  }

  .left-xl-99 {
    left: -99px !important;
  }

  .left-xl-98 {
    left: -98px !important;
  }

  .left-xl-97 {
    left: -97px !important;
  }

  .left-xl-96 {
    left: -96px !important;
  }

  .left-xl-95 {
    left: -95px !important;
  }

  .left-xl-94 {
    left: -94px !important;
  }

  .left-xl-93 {
    left: -93px !important;
  }

  .left-xl-92 {
    left: -92px !important;
  }

  .left-xl-91 {
    left: -91px !important;
  }

  .left-xl-90 {
    left: -90px !important;
  }

  .left-xl-89 {
    left: -89px !important;
  }

  .left-xl-88 {
    left: -88px !important;
  }

  .left-xl-87 {
    left: -87px !important;
  }

  .left-xl-86 {
    left: -86px !important;
  }

  .left-xl-85 {
    left: -85px !important;
  }

  .left-xl-84 {
    left: -84px !important;
  }

  .left-xl-83 {
    left: -83px !important;
  }

  .left-xl-82 {
    left: -82px !important;
  }

  .left-xl-81 {
    left: -81px !important;
  }

  .left-xl-80 {
    left: -80px !important;
  }

  .left-xl-79 {
    left: -79px !important;
  }

  .left-xl-78 {
    left: -78px !important;
  }

  .left-xl-77 {
    left: -77px !important;
  }

  .left-xl-76 {
    left: -76px !important;
  }

  .left-xl-75 {
    left: -75px !important;
  }

  .left-xl-74 {
    left: -74px !important;
  }

  .left-xl-73 {
    left: -73px !important;
  }

  .left-xl-72 {
    left: -72px !important;
  }

  .left-xl-71 {
    left: -71px !important;
  }

  .left-xl-70 {
    left: -70px !important;
  }

  .left-xl-69 {
    left: -69px !important;
  }

  .left-xl-68 {
    left: -68px !important;
  }

  .left-xl-67 {
    left: -67px !important;
  }

  .left-xl-66 {
    left: -66px !important;
  }

  .left-xl-65 {
    left: -65px !important;
  }

  .left-xl-64 {
    left: -64px !important;
  }

  .left-xl-63 {
    left: -63px !important;
  }

  .left-xl-62 {
    left: -62px !important;
  }

  .left-xl-61 {
    left: -61px !important;
  }

  .left-xl-60 {
    left: -60px !important;
  }

  .left-xl-59 {
    left: -59px !important;
  }

  .left-xl-58 {
    left: -58px !important;
  }

  .left-xl-57 {
    left: -57px !important;
  }

  .left-xl-56 {
    left: -56px !important;
  }

  .left-xl-55 {
    left: -55px !important;
  }

  .left-xl-54 {
    left: -54px !important;
  }

  .left-xl-53 {
    left: -53px !important;
  }

  .left-xl-52 {
    left: -52px !important;
  }

  .left-xl-51 {
    left: -51px !important;
  }

  .left-xl-50 {
    left: -50px !important;
  }

  .left-xl-49 {
    left: -49px !important;
  }

  .left-xl-48 {
    left: -48px !important;
  }

  .left-xl-47 {
    left: -47px !important;
  }

  .left-xl-46 {
    left: -46px !important;
  }

  .left-xl-45 {
    left: -45px !important;
  }

  .left-xl-44 {
    left: -44px !important;
  }

  .left-xl-43 {
    left: -43px !important;
  }

  .left-xl-42 {
    left: -42px !important;
  }

  .left-xl-41 {
    left: -41px !important;
  }

  .left-xl-40 {
    left: -40px !important;
  }

  .left-xl-39 {
    left: -39px !important;
  }

  .left-xl-38 {
    left: -38px !important;
  }

  .left-xl-37 {
    left: -37px !important;
  }

  .left-xl-36 {
    left: -36px !important;
  }

  .left-xl-35 {
    left: -35px !important;
  }

  .left-xl-34 {
    left: -34px !important;
  }

  .left-xl-33 {
    left: -33px !important;
  }

  .left-xl-32 {
    left: -32px !important;
  }

  .left-xl-31 {
    left: -31px !important;
  }

  .left-xl-30 {
    left: -30px !important;
  }

  .left-xl-29 {
    left: -29px !important;
  }

  .left-xl-28 {
    left: -28px !important;
  }

  .left-xl-27 {
    left: -27px !important;
  }

  .left-xl-26 {
    left: -26px !important;
  }

  .left-xl-25 {
    left: -25px !important;
  }

  .left-xl-24 {
    left: -24px !important;
  }

  .left-xl-23 {
    left: -23px !important;
  }

  .left-xl-22 {
    left: -22px !important;
  }

  .left-xl-21 {
    left: -21px !important;
  }

  .left-xl-20 {
    left: -20px !important;
  }

  .left-xl-19 {
    left: -19px !important;
  }

  .left-xl-18 {
    left: -18px !important;
  }

  .left-xl-17 {
    left: -17px !important;
  }

  .left-xl-16 {
    left: -16px !important;
  }

  .left-xl-15 {
    left: -15px !important;
  }

  .left-xl-14 {
    left: -14px !important;
  }

  .left-xl-13 {
    left: -13px !important;
  }

  .left-xl-12 {
    left: -12px !important;
  }

  .left-xl-11 {
    left: -11px !important;
  }

  .left-xl-10 {
    left: -10px !important;
  }

  .left-xl-9 {
    left: -9px !important;
  }

  .left-xl-8 {
    left: -8px !important;
  }

  .left-xl-7 {
    left: -7px !important;
  }

  .left-xl-6 {
    left: -6px !important;
  }

  .left-xl-5 {
    left: -5px !important;
  }

  .left-xl-4 {
    left: -4px !important;
  }

  .left-xl-3 {
    left: -3px !important;
  }

  .left-xl-2 {
    left: -2px !important;
  }

  .left-xl-1 {
    left: -1px !important;
  }

  .left-xl0 {
    left: 0px !important;
  }

  .left-xl1 {
    left: 1px !important;
  }

  .left-xl2 {
    left: 2px !important;
  }

  .left-xl3 {
    left: 3px !important;
  }

  .left-xl4 {
    left: 4px !important;
  }

  .left-xl5 {
    left: 5px !important;
  }

  .left-xl6 {
    left: 6px !important;
  }

  .left-xl7 {
    left: 7px !important;
  }

  .left-xl8 {
    left: 8px !important;
  }

  .left-xl9 {
    left: 9px !important;
  }

  .left-xl10 {
    left: 10px !important;
  }

  .left-xl11 {
    left: 11px !important;
  }

  .left-xl12 {
    left: 12px !important;
  }

  .left-xl13 {
    left: 13px !important;
  }

  .left-xl14 {
    left: 14px !important;
  }

  .left-xl15 {
    left: 15px !important;
  }

  .left-xl16 {
    left: 16px !important;
  }

  .left-xl17 {
    left: 17px !important;
  }

  .left-xl18 {
    left: 18px !important;
  }

  .left-xl19 {
    left: 19px !important;
  }

  .left-xl20 {
    left: 20px !important;
  }

  .left-xl21 {
    left: 21px !important;
  }

  .left-xl22 {
    left: 22px !important;
  }

  .left-xl23 {
    left: 23px !important;
  }

  .left-xl24 {
    left: 24px !important;
  }

  .left-xl25 {
    left: 25px !important;
  }

  .left-xl26 {
    left: 26px !important;
  }

  .left-xl27 {
    left: 27px !important;
  }

  .left-xl28 {
    left: 28px !important;
  }

  .left-xl29 {
    left: 29px !important;
  }

  .left-xl30 {
    left: 30px !important;
  }

  .left-xl31 {
    left: 31px !important;
  }

  .left-xl32 {
    left: 32px !important;
  }

  .left-xl33 {
    left: 33px !important;
  }

  .left-xl34 {
    left: 34px !important;
  }

  .left-xl35 {
    left: 35px !important;
  }

  .left-xl36 {
    left: 36px !important;
  }

  .left-xl37 {
    left: 37px !important;
  }

  .left-xl38 {
    left: 38px !important;
  }

  .left-xl39 {
    left: 39px !important;
  }

  .left-xl40 {
    left: 40px !important;
  }

  .left-xl41 {
    left: 41px !important;
  }

  .left-xl42 {
    left: 42px !important;
  }

  .left-xl43 {
    left: 43px !important;
  }

  .left-xl44 {
    left: 44px !important;
  }

  .left-xl45 {
    left: 45px !important;
  }

  .left-xl46 {
    left: 46px !important;
  }

  .left-xl47 {
    left: 47px !important;
  }

  .left-xl48 {
    left: 48px !important;
  }

  .left-xl49 {
    left: 49px !important;
  }

  .left-xl50 {
    left: 50px !important;
  }

  .left-xl51 {
    left: 51px !important;
  }

  .left-xl52 {
    left: 52px !important;
  }

  .left-xl53 {
    left: 53px !important;
  }

  .left-xl54 {
    left: 54px !important;
  }

  .left-xl55 {
    left: 55px !important;
  }

  .left-xl56 {
    left: 56px !important;
  }

  .left-xl57 {
    left: 57px !important;
  }

  .left-xl58 {
    left: 58px !important;
  }

  .left-xl59 {
    left: 59px !important;
  }

  .left-xl60 {
    left: 60px !important;
  }

  .left-xl61 {
    left: 61px !important;
  }

  .left-xl62 {
    left: 62px !important;
  }

  .left-xl63 {
    left: 63px !important;
  }

  .left-xl64 {
    left: 64px !important;
  }

  .left-xl65 {
    left: 65px !important;
  }

  .left-xl66 {
    left: 66px !important;
  }

  .left-xl67 {
    left: 67px !important;
  }

  .left-xl68 {
    left: 68px !important;
  }

  .left-xl69 {
    left: 69px !important;
  }

  .left-xl70 {
    left: 70px !important;
  }

  .left-xl71 {
    left: 71px !important;
  }

  .left-xl72 {
    left: 72px !important;
  }

  .left-xl73 {
    left: 73px !important;
  }

  .left-xl74 {
    left: 74px !important;
  }

  .left-xl75 {
    left: 75px !important;
  }

  .left-xl76 {
    left: 76px !important;
  }

  .left-xl77 {
    left: 77px !important;
  }

  .left-xl78 {
    left: 78px !important;
  }

  .left-xl79 {
    left: 79px !important;
  }

  .left-xl80 {
    left: 80px !important;
  }

  .left-xl81 {
    left: 81px !important;
  }

  .left-xl82 {
    left: 82px !important;
  }

  .left-xl83 {
    left: 83px !important;
  }

  .left-xl84 {
    left: 84px !important;
  }

  .left-xl85 {
    left: 85px !important;
  }

  .left-xl86 {
    left: 86px !important;
  }

  .left-xl87 {
    left: 87px !important;
  }

  .left-xl88 {
    left: 88px !important;
  }

  .left-xl89 {
    left: 89px !important;
  }

  .left-xl90 {
    left: 90px !important;
  }

  .left-xl91 {
    left: 91px !important;
  }

  .left-xl92 {
    left: 92px !important;
  }

  .left-xl93 {
    left: 93px !important;
  }

  .left-xl94 {
    left: 94px !important;
  }

  .left-xl95 {
    left: 95px !important;
  }

  .left-xl96 {
    left: 96px !important;
  }

  .left-xl97 {
    left: 97px !important;
  }

  .left-xl98 {
    left: 98px !important;
  }

  .left-xl99 {
    left: 99px !important;
  }

  .left-xl100 {
    left: 100px !important;
  }

  .left-xl101 {
    left: 101px !important;
  }

  .left-xl102 {
    left: 102px !important;
  }

  .left-xl103 {
    left: 103px !important;
  }

  .left-xl104 {
    left: 104px !important;
  }

  .left-xl105 {
    left: 105px !important;
  }

  .left-xl106 {
    left: 106px !important;
  }

  .left-xl107 {
    left: 107px !important;
  }

  .left-xl108 {
    left: 108px !important;
  }

  .left-xl109 {
    left: 109px !important;
  }

  .left-xl110 {
    left: 110px !important;
  }

  .left-xl111 {
    left: 111px !important;
  }

  .left-xl112 {
    left: 112px !important;
  }

  .left-xl113 {
    left: 113px !important;
  }

  .left-xl114 {
    left: 114px !important;
  }

  .left-xl115 {
    left: 115px !important;
  }

  .left-xl116 {
    left: 116px !important;
  }

  .left-xl117 {
    left: 117px !important;
  }

  .left-xl118 {
    left: 118px !important;
  }

  .left-xl119 {
    left: 119px !important;
  }

  .left-xl120 {
    left: 120px !important;
  }

  .left-xl121 {
    left: 121px !important;
  }

  .left-xl122 {
    left: 122px !important;
  }

  .left-xl123 {
    left: 123px !important;
  }

  .left-xl124 {
    left: 124px !important;
  }

  .left-xl125 {
    left: 125px !important;
  }

  .left-xl126 {
    left: 126px !important;
  }

  .left-xl127 {
    left: 127px !important;
  }

  .left-xl128 {
    left: 128px !important;
  }

  .left-xl129 {
    left: 129px !important;
  }

  .left-xl130 {
    left: 130px !important;
  }

  .left-xl131 {
    left: 131px !important;
  }

  .left-xl132 {
    left: 132px !important;
  }

  .left-xl133 {
    left: 133px !important;
  }

  .left-xl134 {
    left: 134px !important;
  }

  .left-xl135 {
    left: 135px !important;
  }

  .left-xl136 {
    left: 136px !important;
  }

  .left-xl137 {
    left: 137px !important;
  }

  .left-xl138 {
    left: 138px !important;
  }

  .left-xl139 {
    left: 139px !important;
  }

  .left-xl140 {
    left: 140px !important;
  }

  .left-xl141 {
    left: 141px !important;
  }

  .left-xl142 {
    left: 142px !important;
  }

  .left-xl143 {
    left: 143px !important;
  }

  .left-xl144 {
    left: 144px !important;
  }

  .left-xl145 {
    left: 145px !important;
  }

  .left-xl146 {
    left: 146px !important;
  }

  .left-xl147 {
    left: 147px !important;
  }

  .left-xl148 {
    left: 148px !important;
  }

  .left-xl149 {
    left: 149px !important;
  }

  .left-xl150 {
    left: 150px !important;
  }

  .left-xl151 {
    left: 151px !important;
  }

  .left-xl152 {
    left: 152px !important;
  }

  .left-xl153 {
    left: 153px !important;
  }

  .left-xl154 {
    left: 154px !important;
  }

  .left-xl155 {
    left: 155px !important;
  }

  .left-xl156 {
    left: 156px !important;
  }

  .left-xl157 {
    left: 157px !important;
  }

  .left-xl158 {
    left: 158px !important;
  }

  .left-xl159 {
    left: 159px !important;
  }

  .left-xl160 {
    left: 160px !important;
  }

  .left-xl161 {
    left: 161px !important;
  }

  .left-xl162 {
    left: 162px !important;
  }

  .left-xl163 {
    left: 163px !important;
  }

  .left-xl164 {
    left: 164px !important;
  }

  .left-xl165 {
    left: 165px !important;
  }

  .left-xl166 {
    left: 166px !important;
  }

  .left-xl167 {
    left: 167px !important;
  }

  .left-xl168 {
    left: 168px !important;
  }

  .left-xl169 {
    left: 169px !important;
  }

  .left-xl170 {
    left: 170px !important;
  }

  .left-xl171 {
    left: 171px !important;
  }

  .left-xl172 {
    left: 172px !important;
  }

  .left-xl173 {
    left: 173px !important;
  }

  .left-xl174 {
    left: 174px !important;
  }

  .left-xl175 {
    left: 175px !important;
  }

  .left-xl176 {
    left: 176px !important;
  }

  .left-xl177 {
    left: 177px !important;
  }

  .left-xl178 {
    left: 178px !important;
  }

  .left-xl179 {
    left: 179px !important;
  }

  .left-xl180 {
    left: 180px !important;
  }

  .left-xl181 {
    left: 181px !important;
  }

  .left-xl182 {
    left: 182px !important;
  }

  .left-xl183 {
    left: 183px !important;
  }

  .left-xl184 {
    left: 184px !important;
  }

  .left-xl185 {
    left: 185px !important;
  }

  .left-xl186 {
    left: 186px !important;
  }

  .left-xl187 {
    left: 187px !important;
  }

  .left-xl188 {
    left: 188px !important;
  }

  .left-xl189 {
    left: 189px !important;
  }

  .left-xl190 {
    left: 190px !important;
  }

  .left-xl191 {
    left: 191px !important;
  }

  .left-xl192 {
    left: 192px !important;
  }

  .left-xl193 {
    left: 193px !important;
  }

  .left-xl194 {
    left: 194px !important;
  }

  .left-xl195 {
    left: 195px !important;
  }

  .left-xl196 {
    left: 196px !important;
  }

  .left-xl197 {
    left: 197px !important;
  }

  .left-xl198 {
    left: 198px !important;
  }

  .left-xl199 {
    left: 199px !important;
  }

  .left-xl200 {
    left: 200px !important;
  }
}
@media (min-width: 1500px) {
  .left-xxl-200 {
    left: -200px !important;
  }

  .left-xxl-199 {
    left: -199px !important;
  }

  .left-xxl-198 {
    left: -198px !important;
  }

  .left-xxl-197 {
    left: -197px !important;
  }

  .left-xxl-196 {
    left: -196px !important;
  }

  .left-xxl-195 {
    left: -195px !important;
  }

  .left-xxl-194 {
    left: -194px !important;
  }

  .left-xxl-193 {
    left: -193px !important;
  }

  .left-xxl-192 {
    left: -192px !important;
  }

  .left-xxl-191 {
    left: -191px !important;
  }

  .left-xxl-190 {
    left: -190px !important;
  }

  .left-xxl-189 {
    left: -189px !important;
  }

  .left-xxl-188 {
    left: -188px !important;
  }

  .left-xxl-187 {
    left: -187px !important;
  }

  .left-xxl-186 {
    left: -186px !important;
  }

  .left-xxl-185 {
    left: -185px !important;
  }

  .left-xxl-184 {
    left: -184px !important;
  }

  .left-xxl-183 {
    left: -183px !important;
  }

  .left-xxl-182 {
    left: -182px !important;
  }

  .left-xxl-181 {
    left: -181px !important;
  }

  .left-xxl-180 {
    left: -180px !important;
  }

  .left-xxl-179 {
    left: -179px !important;
  }

  .left-xxl-178 {
    left: -178px !important;
  }

  .left-xxl-177 {
    left: -177px !important;
  }

  .left-xxl-176 {
    left: -176px !important;
  }

  .left-xxl-175 {
    left: -175px !important;
  }

  .left-xxl-174 {
    left: -174px !important;
  }

  .left-xxl-173 {
    left: -173px !important;
  }

  .left-xxl-172 {
    left: -172px !important;
  }

  .left-xxl-171 {
    left: -171px !important;
  }

  .left-xxl-170 {
    left: -170px !important;
  }

  .left-xxl-169 {
    left: -169px !important;
  }

  .left-xxl-168 {
    left: -168px !important;
  }

  .left-xxl-167 {
    left: -167px !important;
  }

  .left-xxl-166 {
    left: -166px !important;
  }

  .left-xxl-165 {
    left: -165px !important;
  }

  .left-xxl-164 {
    left: -164px !important;
  }

  .left-xxl-163 {
    left: -163px !important;
  }

  .left-xxl-162 {
    left: -162px !important;
  }

  .left-xxl-161 {
    left: -161px !important;
  }

  .left-xxl-160 {
    left: -160px !important;
  }

  .left-xxl-159 {
    left: -159px !important;
  }

  .left-xxl-158 {
    left: -158px !important;
  }

  .left-xxl-157 {
    left: -157px !important;
  }

  .left-xxl-156 {
    left: -156px !important;
  }

  .left-xxl-155 {
    left: -155px !important;
  }

  .left-xxl-154 {
    left: -154px !important;
  }

  .left-xxl-153 {
    left: -153px !important;
  }

  .left-xxl-152 {
    left: -152px !important;
  }

  .left-xxl-151 {
    left: -151px !important;
  }

  .left-xxl-150 {
    left: -150px !important;
  }

  .left-xxl-149 {
    left: -149px !important;
  }

  .left-xxl-148 {
    left: -148px !important;
  }

  .left-xxl-147 {
    left: -147px !important;
  }

  .left-xxl-146 {
    left: -146px !important;
  }

  .left-xxl-145 {
    left: -145px !important;
  }

  .left-xxl-144 {
    left: -144px !important;
  }

  .left-xxl-143 {
    left: -143px !important;
  }

  .left-xxl-142 {
    left: -142px !important;
  }

  .left-xxl-141 {
    left: -141px !important;
  }

  .left-xxl-140 {
    left: -140px !important;
  }

  .left-xxl-139 {
    left: -139px !important;
  }

  .left-xxl-138 {
    left: -138px !important;
  }

  .left-xxl-137 {
    left: -137px !important;
  }

  .left-xxl-136 {
    left: -136px !important;
  }

  .left-xxl-135 {
    left: -135px !important;
  }

  .left-xxl-134 {
    left: -134px !important;
  }

  .left-xxl-133 {
    left: -133px !important;
  }

  .left-xxl-132 {
    left: -132px !important;
  }

  .left-xxl-131 {
    left: -131px !important;
  }

  .left-xxl-130 {
    left: -130px !important;
  }

  .left-xxl-129 {
    left: -129px !important;
  }

  .left-xxl-128 {
    left: -128px !important;
  }

  .left-xxl-127 {
    left: -127px !important;
  }

  .left-xxl-126 {
    left: -126px !important;
  }

  .left-xxl-125 {
    left: -125px !important;
  }

  .left-xxl-124 {
    left: -124px !important;
  }

  .left-xxl-123 {
    left: -123px !important;
  }

  .left-xxl-122 {
    left: -122px !important;
  }

  .left-xxl-121 {
    left: -121px !important;
  }

  .left-xxl-120 {
    left: -120px !important;
  }

  .left-xxl-119 {
    left: -119px !important;
  }

  .left-xxl-118 {
    left: -118px !important;
  }

  .left-xxl-117 {
    left: -117px !important;
  }

  .left-xxl-116 {
    left: -116px !important;
  }

  .left-xxl-115 {
    left: -115px !important;
  }

  .left-xxl-114 {
    left: -114px !important;
  }

  .left-xxl-113 {
    left: -113px !important;
  }

  .left-xxl-112 {
    left: -112px !important;
  }

  .left-xxl-111 {
    left: -111px !important;
  }

  .left-xxl-110 {
    left: -110px !important;
  }

  .left-xxl-109 {
    left: -109px !important;
  }

  .left-xxl-108 {
    left: -108px !important;
  }

  .left-xxl-107 {
    left: -107px !important;
  }

  .left-xxl-106 {
    left: -106px !important;
  }

  .left-xxl-105 {
    left: -105px !important;
  }

  .left-xxl-104 {
    left: -104px !important;
  }

  .left-xxl-103 {
    left: -103px !important;
  }

  .left-xxl-102 {
    left: -102px !important;
  }

  .left-xxl-101 {
    left: -101px !important;
  }

  .left-xxl-100 {
    left: -100px !important;
  }

  .left-xxl-99 {
    left: -99px !important;
  }

  .left-xxl-98 {
    left: -98px !important;
  }

  .left-xxl-97 {
    left: -97px !important;
  }

  .left-xxl-96 {
    left: -96px !important;
  }

  .left-xxl-95 {
    left: -95px !important;
  }

  .left-xxl-94 {
    left: -94px !important;
  }

  .left-xxl-93 {
    left: -93px !important;
  }

  .left-xxl-92 {
    left: -92px !important;
  }

  .left-xxl-91 {
    left: -91px !important;
  }

  .left-xxl-90 {
    left: -90px !important;
  }

  .left-xxl-89 {
    left: -89px !important;
  }

  .left-xxl-88 {
    left: -88px !important;
  }

  .left-xxl-87 {
    left: -87px !important;
  }

  .left-xxl-86 {
    left: -86px !important;
  }

  .left-xxl-85 {
    left: -85px !important;
  }

  .left-xxl-84 {
    left: -84px !important;
  }

  .left-xxl-83 {
    left: -83px !important;
  }

  .left-xxl-82 {
    left: -82px !important;
  }

  .left-xxl-81 {
    left: -81px !important;
  }

  .left-xxl-80 {
    left: -80px !important;
  }

  .left-xxl-79 {
    left: -79px !important;
  }

  .left-xxl-78 {
    left: -78px !important;
  }

  .left-xxl-77 {
    left: -77px !important;
  }

  .left-xxl-76 {
    left: -76px !important;
  }

  .left-xxl-75 {
    left: -75px !important;
  }

  .left-xxl-74 {
    left: -74px !important;
  }

  .left-xxl-73 {
    left: -73px !important;
  }

  .left-xxl-72 {
    left: -72px !important;
  }

  .left-xxl-71 {
    left: -71px !important;
  }

  .left-xxl-70 {
    left: -70px !important;
  }

  .left-xxl-69 {
    left: -69px !important;
  }

  .left-xxl-68 {
    left: -68px !important;
  }

  .left-xxl-67 {
    left: -67px !important;
  }

  .left-xxl-66 {
    left: -66px !important;
  }

  .left-xxl-65 {
    left: -65px !important;
  }

  .left-xxl-64 {
    left: -64px !important;
  }

  .left-xxl-63 {
    left: -63px !important;
  }

  .left-xxl-62 {
    left: -62px !important;
  }

  .left-xxl-61 {
    left: -61px !important;
  }

  .left-xxl-60 {
    left: -60px !important;
  }

  .left-xxl-59 {
    left: -59px !important;
  }

  .left-xxl-58 {
    left: -58px !important;
  }

  .left-xxl-57 {
    left: -57px !important;
  }

  .left-xxl-56 {
    left: -56px !important;
  }

  .left-xxl-55 {
    left: -55px !important;
  }

  .left-xxl-54 {
    left: -54px !important;
  }

  .left-xxl-53 {
    left: -53px !important;
  }

  .left-xxl-52 {
    left: -52px !important;
  }

  .left-xxl-51 {
    left: -51px !important;
  }

  .left-xxl-50 {
    left: -50px !important;
  }

  .left-xxl-49 {
    left: -49px !important;
  }

  .left-xxl-48 {
    left: -48px !important;
  }

  .left-xxl-47 {
    left: -47px !important;
  }

  .left-xxl-46 {
    left: -46px !important;
  }

  .left-xxl-45 {
    left: -45px !important;
  }

  .left-xxl-44 {
    left: -44px !important;
  }

  .left-xxl-43 {
    left: -43px !important;
  }

  .left-xxl-42 {
    left: -42px !important;
  }

  .left-xxl-41 {
    left: -41px !important;
  }

  .left-xxl-40 {
    left: -40px !important;
  }

  .left-xxl-39 {
    left: -39px !important;
  }

  .left-xxl-38 {
    left: -38px !important;
  }

  .left-xxl-37 {
    left: -37px !important;
  }

  .left-xxl-36 {
    left: -36px !important;
  }

  .left-xxl-35 {
    left: -35px !important;
  }

  .left-xxl-34 {
    left: -34px !important;
  }

  .left-xxl-33 {
    left: -33px !important;
  }

  .left-xxl-32 {
    left: -32px !important;
  }

  .left-xxl-31 {
    left: -31px !important;
  }

  .left-xxl-30 {
    left: -30px !important;
  }

  .left-xxl-29 {
    left: -29px !important;
  }

  .left-xxl-28 {
    left: -28px !important;
  }

  .left-xxl-27 {
    left: -27px !important;
  }

  .left-xxl-26 {
    left: -26px !important;
  }

  .left-xxl-25 {
    left: -25px !important;
  }

  .left-xxl-24 {
    left: -24px !important;
  }

  .left-xxl-23 {
    left: -23px !important;
  }

  .left-xxl-22 {
    left: -22px !important;
  }

  .left-xxl-21 {
    left: -21px !important;
  }

  .left-xxl-20 {
    left: -20px !important;
  }

  .left-xxl-19 {
    left: -19px !important;
  }

  .left-xxl-18 {
    left: -18px !important;
  }

  .left-xxl-17 {
    left: -17px !important;
  }

  .left-xxl-16 {
    left: -16px !important;
  }

  .left-xxl-15 {
    left: -15px !important;
  }

  .left-xxl-14 {
    left: -14px !important;
  }

  .left-xxl-13 {
    left: -13px !important;
  }

  .left-xxl-12 {
    left: -12px !important;
  }

  .left-xxl-11 {
    left: -11px !important;
  }

  .left-xxl-10 {
    left: -10px !important;
  }

  .left-xxl-9 {
    left: -9px !important;
  }

  .left-xxl-8 {
    left: -8px !important;
  }

  .left-xxl-7 {
    left: -7px !important;
  }

  .left-xxl-6 {
    left: -6px !important;
  }

  .left-xxl-5 {
    left: -5px !important;
  }

  .left-xxl-4 {
    left: -4px !important;
  }

  .left-xxl-3 {
    left: -3px !important;
  }

  .left-xxl-2 {
    left: -2px !important;
  }

  .left-xxl-1 {
    left: -1px !important;
  }

  .left-xxl0 {
    left: 0px !important;
  }

  .left-xxl1 {
    left: 1px !important;
  }

  .left-xxl2 {
    left: 2px !important;
  }

  .left-xxl3 {
    left: 3px !important;
  }

  .left-xxl4 {
    left: 4px !important;
  }

  .left-xxl5 {
    left: 5px !important;
  }

  .left-xxl6 {
    left: 6px !important;
  }

  .left-xxl7 {
    left: 7px !important;
  }

  .left-xxl8 {
    left: 8px !important;
  }

  .left-xxl9 {
    left: 9px !important;
  }

  .left-xxl10 {
    left: 10px !important;
  }

  .left-xxl11 {
    left: 11px !important;
  }

  .left-xxl12 {
    left: 12px !important;
  }

  .left-xxl13 {
    left: 13px !important;
  }

  .left-xxl14 {
    left: 14px !important;
  }

  .left-xxl15 {
    left: 15px !important;
  }

  .left-xxl16 {
    left: 16px !important;
  }

  .left-xxl17 {
    left: 17px !important;
  }

  .left-xxl18 {
    left: 18px !important;
  }

  .left-xxl19 {
    left: 19px !important;
  }

  .left-xxl20 {
    left: 20px !important;
  }

  .left-xxl21 {
    left: 21px !important;
  }

  .left-xxl22 {
    left: 22px !important;
  }

  .left-xxl23 {
    left: 23px !important;
  }

  .left-xxl24 {
    left: 24px !important;
  }

  .left-xxl25 {
    left: 25px !important;
  }

  .left-xxl26 {
    left: 26px !important;
  }

  .left-xxl27 {
    left: 27px !important;
  }

  .left-xxl28 {
    left: 28px !important;
  }

  .left-xxl29 {
    left: 29px !important;
  }

  .left-xxl30 {
    left: 30px !important;
  }

  .left-xxl31 {
    left: 31px !important;
  }

  .left-xxl32 {
    left: 32px !important;
  }

  .left-xxl33 {
    left: 33px !important;
  }

  .left-xxl34 {
    left: 34px !important;
  }

  .left-xxl35 {
    left: 35px !important;
  }

  .left-xxl36 {
    left: 36px !important;
  }

  .left-xxl37 {
    left: 37px !important;
  }

  .left-xxl38 {
    left: 38px !important;
  }

  .left-xxl39 {
    left: 39px !important;
  }

  .left-xxl40 {
    left: 40px !important;
  }

  .left-xxl41 {
    left: 41px !important;
  }

  .left-xxl42 {
    left: 42px !important;
  }

  .left-xxl43 {
    left: 43px !important;
  }

  .left-xxl44 {
    left: 44px !important;
  }

  .left-xxl45 {
    left: 45px !important;
  }

  .left-xxl46 {
    left: 46px !important;
  }

  .left-xxl47 {
    left: 47px !important;
  }

  .left-xxl48 {
    left: 48px !important;
  }

  .left-xxl49 {
    left: 49px !important;
  }

  .left-xxl50 {
    left: 50px !important;
  }

  .left-xxl51 {
    left: 51px !important;
  }

  .left-xxl52 {
    left: 52px !important;
  }

  .left-xxl53 {
    left: 53px !important;
  }

  .left-xxl54 {
    left: 54px !important;
  }

  .left-xxl55 {
    left: 55px !important;
  }

  .left-xxl56 {
    left: 56px !important;
  }

  .left-xxl57 {
    left: 57px !important;
  }

  .left-xxl58 {
    left: 58px !important;
  }

  .left-xxl59 {
    left: 59px !important;
  }

  .left-xxl60 {
    left: 60px !important;
  }

  .left-xxl61 {
    left: 61px !important;
  }

  .left-xxl62 {
    left: 62px !important;
  }

  .left-xxl63 {
    left: 63px !important;
  }

  .left-xxl64 {
    left: 64px !important;
  }

  .left-xxl65 {
    left: 65px !important;
  }

  .left-xxl66 {
    left: 66px !important;
  }

  .left-xxl67 {
    left: 67px !important;
  }

  .left-xxl68 {
    left: 68px !important;
  }

  .left-xxl69 {
    left: 69px !important;
  }

  .left-xxl70 {
    left: 70px !important;
  }

  .left-xxl71 {
    left: 71px !important;
  }

  .left-xxl72 {
    left: 72px !important;
  }

  .left-xxl73 {
    left: 73px !important;
  }

  .left-xxl74 {
    left: 74px !important;
  }

  .left-xxl75 {
    left: 75px !important;
  }

  .left-xxl76 {
    left: 76px !important;
  }

  .left-xxl77 {
    left: 77px !important;
  }

  .left-xxl78 {
    left: 78px !important;
  }

  .left-xxl79 {
    left: 79px !important;
  }

  .left-xxl80 {
    left: 80px !important;
  }

  .left-xxl81 {
    left: 81px !important;
  }

  .left-xxl82 {
    left: 82px !important;
  }

  .left-xxl83 {
    left: 83px !important;
  }

  .left-xxl84 {
    left: 84px !important;
  }

  .left-xxl85 {
    left: 85px !important;
  }

  .left-xxl86 {
    left: 86px !important;
  }

  .left-xxl87 {
    left: 87px !important;
  }

  .left-xxl88 {
    left: 88px !important;
  }

  .left-xxl89 {
    left: 89px !important;
  }

  .left-xxl90 {
    left: 90px !important;
  }

  .left-xxl91 {
    left: 91px !important;
  }

  .left-xxl92 {
    left: 92px !important;
  }

  .left-xxl93 {
    left: 93px !important;
  }

  .left-xxl94 {
    left: 94px !important;
  }

  .left-xxl95 {
    left: 95px !important;
  }

  .left-xxl96 {
    left: 96px !important;
  }

  .left-xxl97 {
    left: 97px !important;
  }

  .left-xxl98 {
    left: 98px !important;
  }

  .left-xxl99 {
    left: 99px !important;
  }

  .left-xxl100 {
    left: 100px !important;
  }

  .left-xxl101 {
    left: 101px !important;
  }

  .left-xxl102 {
    left: 102px !important;
  }

  .left-xxl103 {
    left: 103px !important;
  }

  .left-xxl104 {
    left: 104px !important;
  }

  .left-xxl105 {
    left: 105px !important;
  }

  .left-xxl106 {
    left: 106px !important;
  }

  .left-xxl107 {
    left: 107px !important;
  }

  .left-xxl108 {
    left: 108px !important;
  }

  .left-xxl109 {
    left: 109px !important;
  }

  .left-xxl110 {
    left: 110px !important;
  }

  .left-xxl111 {
    left: 111px !important;
  }

  .left-xxl112 {
    left: 112px !important;
  }

  .left-xxl113 {
    left: 113px !important;
  }

  .left-xxl114 {
    left: 114px !important;
  }

  .left-xxl115 {
    left: 115px !important;
  }

  .left-xxl116 {
    left: 116px !important;
  }

  .left-xxl117 {
    left: 117px !important;
  }

  .left-xxl118 {
    left: 118px !important;
  }

  .left-xxl119 {
    left: 119px !important;
  }

  .left-xxl120 {
    left: 120px !important;
  }

  .left-xxl121 {
    left: 121px !important;
  }

  .left-xxl122 {
    left: 122px !important;
  }

  .left-xxl123 {
    left: 123px !important;
  }

  .left-xxl124 {
    left: 124px !important;
  }

  .left-xxl125 {
    left: 125px !important;
  }

  .left-xxl126 {
    left: 126px !important;
  }

  .left-xxl127 {
    left: 127px !important;
  }

  .left-xxl128 {
    left: 128px !important;
  }

  .left-xxl129 {
    left: 129px !important;
  }

  .left-xxl130 {
    left: 130px !important;
  }

  .left-xxl131 {
    left: 131px !important;
  }

  .left-xxl132 {
    left: 132px !important;
  }

  .left-xxl133 {
    left: 133px !important;
  }

  .left-xxl134 {
    left: 134px !important;
  }

  .left-xxl135 {
    left: 135px !important;
  }

  .left-xxl136 {
    left: 136px !important;
  }

  .left-xxl137 {
    left: 137px !important;
  }

  .left-xxl138 {
    left: 138px !important;
  }

  .left-xxl139 {
    left: 139px !important;
  }

  .left-xxl140 {
    left: 140px !important;
  }

  .left-xxl141 {
    left: 141px !important;
  }

  .left-xxl142 {
    left: 142px !important;
  }

  .left-xxl143 {
    left: 143px !important;
  }

  .left-xxl144 {
    left: 144px !important;
  }

  .left-xxl145 {
    left: 145px !important;
  }

  .left-xxl146 {
    left: 146px !important;
  }

  .left-xxl147 {
    left: 147px !important;
  }

  .left-xxl148 {
    left: 148px !important;
  }

  .left-xxl149 {
    left: 149px !important;
  }

  .left-xxl150 {
    left: 150px !important;
  }

  .left-xxl151 {
    left: 151px !important;
  }

  .left-xxl152 {
    left: 152px !important;
  }

  .left-xxl153 {
    left: 153px !important;
  }

  .left-xxl154 {
    left: 154px !important;
  }

  .left-xxl155 {
    left: 155px !important;
  }

  .left-xxl156 {
    left: 156px !important;
  }

  .left-xxl157 {
    left: 157px !important;
  }

  .left-xxl158 {
    left: 158px !important;
  }

  .left-xxl159 {
    left: 159px !important;
  }

  .left-xxl160 {
    left: 160px !important;
  }

  .left-xxl161 {
    left: 161px !important;
  }

  .left-xxl162 {
    left: 162px !important;
  }

  .left-xxl163 {
    left: 163px !important;
  }

  .left-xxl164 {
    left: 164px !important;
  }

  .left-xxl165 {
    left: 165px !important;
  }

  .left-xxl166 {
    left: 166px !important;
  }

  .left-xxl167 {
    left: 167px !important;
  }

  .left-xxl168 {
    left: 168px !important;
  }

  .left-xxl169 {
    left: 169px !important;
  }

  .left-xxl170 {
    left: 170px !important;
  }

  .left-xxl171 {
    left: 171px !important;
  }

  .left-xxl172 {
    left: 172px !important;
  }

  .left-xxl173 {
    left: 173px !important;
  }

  .left-xxl174 {
    left: 174px !important;
  }

  .left-xxl175 {
    left: 175px !important;
  }

  .left-xxl176 {
    left: 176px !important;
  }

  .left-xxl177 {
    left: 177px !important;
  }

  .left-xxl178 {
    left: 178px !important;
  }

  .left-xxl179 {
    left: 179px !important;
  }

  .left-xxl180 {
    left: 180px !important;
  }

  .left-xxl181 {
    left: 181px !important;
  }

  .left-xxl182 {
    left: 182px !important;
  }

  .left-xxl183 {
    left: 183px !important;
  }

  .left-xxl184 {
    left: 184px !important;
  }

  .left-xxl185 {
    left: 185px !important;
  }

  .left-xxl186 {
    left: 186px !important;
  }

  .left-xxl187 {
    left: 187px !important;
  }

  .left-xxl188 {
    left: 188px !important;
  }

  .left-xxl189 {
    left: 189px !important;
  }

  .left-xxl190 {
    left: 190px !important;
  }

  .left-xxl191 {
    left: 191px !important;
  }

  .left-xxl192 {
    left: 192px !important;
  }

  .left-xxl193 {
    left: 193px !important;
  }

  .left-xxl194 {
    left: 194px !important;
  }

  .left-xxl195 {
    left: 195px !important;
  }

  .left-xxl196 {
    left: 196px !important;
  }

  .left-xxl197 {
    left: 197px !important;
  }

  .left-xxl198 {
    left: 198px !important;
  }

  .left-xxl199 {
    left: 199px !important;
  }

  .left-xxl200 {
    left: 200px !important;
  }
}
.right-200 {
  right: -200px !important;
}

.right-199 {
  right: -199px !important;
}

.right-198 {
  right: -198px !important;
}

.right-197 {
  right: -197px !important;
}

.right-196 {
  right: -196px !important;
}

.right-195 {
  right: -195px !important;
}

.right-194 {
  right: -194px !important;
}

.right-193 {
  right: -193px !important;
}

.right-192 {
  right: -192px !important;
}

.right-191 {
  right: -191px !important;
}

.right-190 {
  right: -190px !important;
}

.right-189 {
  right: -189px !important;
}

.right-188 {
  right: -188px !important;
}

.right-187 {
  right: -187px !important;
}

.right-186 {
  right: -186px !important;
}

.right-185 {
  right: -185px !important;
}

.right-184 {
  right: -184px !important;
}

.right-183 {
  right: -183px !important;
}

.right-182 {
  right: -182px !important;
}

.right-181 {
  right: -181px !important;
}

.right-180 {
  right: -180px !important;
}

.right-179 {
  right: -179px !important;
}

.right-178 {
  right: -178px !important;
}

.right-177 {
  right: -177px !important;
}

.right-176 {
  right: -176px !important;
}

.right-175 {
  right: -175px !important;
}

.right-174 {
  right: -174px !important;
}

.right-173 {
  right: -173px !important;
}

.right-172 {
  right: -172px !important;
}

.right-171 {
  right: -171px !important;
}

.right-170 {
  right: -170px !important;
}

.right-169 {
  right: -169px !important;
}

.right-168 {
  right: -168px !important;
}

.right-167 {
  right: -167px !important;
}

.right-166 {
  right: -166px !important;
}

.right-165 {
  right: -165px !important;
}

.right-164 {
  right: -164px !important;
}

.right-163 {
  right: -163px !important;
}

.right-162 {
  right: -162px !important;
}

.right-161 {
  right: -161px !important;
}

.right-160 {
  right: -160px !important;
}

.right-159 {
  right: -159px !important;
}

.right-158 {
  right: -158px !important;
}

.right-157 {
  right: -157px !important;
}

.right-156 {
  right: -156px !important;
}

.right-155 {
  right: -155px !important;
}

.right-154 {
  right: -154px !important;
}

.right-153 {
  right: -153px !important;
}

.right-152 {
  right: -152px !important;
}

.right-151 {
  right: -151px !important;
}

.right-150 {
  right: -150px !important;
}

.right-149 {
  right: -149px !important;
}

.right-148 {
  right: -148px !important;
}

.right-147 {
  right: -147px !important;
}

.right-146 {
  right: -146px !important;
}

.right-145 {
  right: -145px !important;
}

.right-144 {
  right: -144px !important;
}

.right-143 {
  right: -143px !important;
}

.right-142 {
  right: -142px !important;
}

.right-141 {
  right: -141px !important;
}

.right-140 {
  right: -140px !important;
}

.right-139 {
  right: -139px !important;
}

.right-138 {
  right: -138px !important;
}

.right-137 {
  right: -137px !important;
}

.right-136 {
  right: -136px !important;
}

.right-135 {
  right: -135px !important;
}

.right-134 {
  right: -134px !important;
}

.right-133 {
  right: -133px !important;
}

.right-132 {
  right: -132px !important;
}

.right-131 {
  right: -131px !important;
}

.right-130 {
  right: -130px !important;
}

.right-129 {
  right: -129px !important;
}

.right-128 {
  right: -128px !important;
}

.right-127 {
  right: -127px !important;
}

.right-126 {
  right: -126px !important;
}

.right-125 {
  right: -125px !important;
}

.right-124 {
  right: -124px !important;
}

.right-123 {
  right: -123px !important;
}

.right-122 {
  right: -122px !important;
}

.right-121 {
  right: -121px !important;
}

.right-120 {
  right: -120px !important;
}

.right-119 {
  right: -119px !important;
}

.right-118 {
  right: -118px !important;
}

.right-117 {
  right: -117px !important;
}

.right-116 {
  right: -116px !important;
}

.right-115 {
  right: -115px !important;
}

.right-114 {
  right: -114px !important;
}

.right-113 {
  right: -113px !important;
}

.right-112 {
  right: -112px !important;
}

.right-111 {
  right: -111px !important;
}

.right-110 {
  right: -110px !important;
}

.right-109 {
  right: -109px !important;
}

.right-108 {
  right: -108px !important;
}

.right-107 {
  right: -107px !important;
}

.right-106 {
  right: -106px !important;
}

.right-105 {
  right: -105px !important;
}

.right-104 {
  right: -104px !important;
}

.right-103 {
  right: -103px !important;
}

.right-102 {
  right: -102px !important;
}

.right-101 {
  right: -101px !important;
}

.right-100 {
  right: -100px !important;
}

.right-99 {
  right: -99px !important;
}

.right-98 {
  right: -98px !important;
}

.right-97 {
  right: -97px !important;
}

.right-96 {
  right: -96px !important;
}

.right-95 {
  right: -95px !important;
}

.right-94 {
  right: -94px !important;
}

.right-93 {
  right: -93px !important;
}

.right-92 {
  right: -92px !important;
}

.right-91 {
  right: -91px !important;
}

.right-90 {
  right: -90px !important;
}

.right-89 {
  right: -89px !important;
}

.right-88 {
  right: -88px !important;
}

.right-87 {
  right: -87px !important;
}

.right-86 {
  right: -86px !important;
}

.right-85 {
  right: -85px !important;
}

.right-84 {
  right: -84px !important;
}

.right-83 {
  right: -83px !important;
}

.right-82 {
  right: -82px !important;
}

.right-81 {
  right: -81px !important;
}

.right-80 {
  right: -80px !important;
}

.right-79 {
  right: -79px !important;
}

.right-78 {
  right: -78px !important;
}

.right-77 {
  right: -77px !important;
}

.right-76 {
  right: -76px !important;
}

.right-75 {
  right: -75px !important;
}

.right-74 {
  right: -74px !important;
}

.right-73 {
  right: -73px !important;
}

.right-72 {
  right: -72px !important;
}

.right-71 {
  right: -71px !important;
}

.right-70 {
  right: -70px !important;
}

.right-69 {
  right: -69px !important;
}

.right-68 {
  right: -68px !important;
}

.right-67 {
  right: -67px !important;
}

.right-66 {
  right: -66px !important;
}

.right-65 {
  right: -65px !important;
}

.right-64 {
  right: -64px !important;
}

.right-63 {
  right: -63px !important;
}

.right-62 {
  right: -62px !important;
}

.right-61 {
  right: -61px !important;
}

.right-60 {
  right: -60px !important;
}

.right-59 {
  right: -59px !important;
}

.right-58 {
  right: -58px !important;
}

.right-57 {
  right: -57px !important;
}

.right-56 {
  right: -56px !important;
}

.right-55 {
  right: -55px !important;
}

.right-54 {
  right: -54px !important;
}

.right-53 {
  right: -53px !important;
}

.right-52 {
  right: -52px !important;
}

.right-51 {
  right: -51px !important;
}

.right-50 {
  right: -50px !important;
}

.right-49 {
  right: -49px !important;
}

.right-48 {
  right: -48px !important;
}

.right-47 {
  right: -47px !important;
}

.right-46 {
  right: -46px !important;
}

.right-45 {
  right: -45px !important;
}

.right-44 {
  right: -44px !important;
}

.right-43 {
  right: -43px !important;
}

.right-42 {
  right: -42px !important;
}

.right-41 {
  right: -41px !important;
}

.right-40 {
  right: -40px !important;
}

.right-39 {
  right: -39px !important;
}

.right-38 {
  right: -38px !important;
}

.right-37 {
  right: -37px !important;
}

.right-36 {
  right: -36px !important;
}

.right-35 {
  right: -35px !important;
}

.right-34 {
  right: -34px !important;
}

.right-33 {
  right: -33px !important;
}

.right-32 {
  right: -32px !important;
}

.right-31 {
  right: -31px !important;
}

.right-30 {
  right: -30px !important;
}

.right-29 {
  right: -29px !important;
}

.right-28 {
  right: -28px !important;
}

.right-27 {
  right: -27px !important;
}

.right-26 {
  right: -26px !important;
}

.right-25 {
  right: -25px !important;
}

.right-24 {
  right: -24px !important;
}

.right-23 {
  right: -23px !important;
}

.right-22 {
  right: -22px !important;
}

.right-21 {
  right: -21px !important;
}

.right-20 {
  right: -20px !important;
}

.right-19 {
  right: -19px !important;
}

.right-18 {
  right: -18px !important;
}

.right-17 {
  right: -17px !important;
}

.right-16 {
  right: -16px !important;
}

.right-15 {
  right: -15px !important;
}

.right-14 {
  right: -14px !important;
}

.right-13 {
  right: -13px !important;
}

.right-12 {
  right: -12px !important;
}

.right-11 {
  right: -11px !important;
}

.right-10 {
  right: -10px !important;
}

.right-9 {
  right: -9px !important;
}

.right-8 {
  right: -8px !important;
}

.right-7 {
  right: -7px !important;
}

.right-6 {
  right: -6px !important;
}

.right-5 {
  right: -5px !important;
}

.right-4 {
  right: -4px !important;
}

.right-3 {
  right: -3px !important;
}

.right-2 {
  right: -2px !important;
}

.right-1 {
  right: -1px !important;
}

.right0 {
  right: 0px !important;
}

.right1 {
  right: 1px !important;
}

.right2 {
  right: 2px !important;
}

.right3 {
  right: 3px !important;
}

.right4 {
  right: 4px !important;
}

.right5 {
  right: 5px !important;
}

.right6 {
  right: 6px !important;
}

.right7 {
  right: 7px !important;
}

.right8 {
  right: 8px !important;
}

.right9 {
  right: 9px !important;
}

.right10 {
  right: 10px !important;
}

.right11 {
  right: 11px !important;
}

.right12 {
  right: 12px !important;
}

.right13 {
  right: 13px !important;
}

.right14 {
  right: 14px !important;
}

.right15 {
  right: 15px !important;
}

.right16 {
  right: 16px !important;
}

.right17 {
  right: 17px !important;
}

.right18 {
  right: 18px !important;
}

.right19 {
  right: 19px !important;
}

.right20 {
  right: 20px !important;
}

.right21 {
  right: 21px !important;
}

.right22 {
  right: 22px !important;
}

.right23 {
  right: 23px !important;
}

.right24 {
  right: 24px !important;
}

.right25 {
  right: 25px !important;
}

.right26 {
  right: 26px !important;
}

.right27 {
  right: 27px !important;
}

.right28 {
  right: 28px !important;
}

.right29 {
  right: 29px !important;
}

.right30 {
  right: 30px !important;
}

.right31 {
  right: 31px !important;
}

.right32 {
  right: 32px !important;
}

.right33 {
  right: 33px !important;
}

.right34 {
  right: 34px !important;
}

.right35 {
  right: 35px !important;
}

.right36 {
  right: 36px !important;
}

.right37 {
  right: 37px !important;
}

.right38 {
  right: 38px !important;
}

.right39 {
  right: 39px !important;
}

.right40 {
  right: 40px !important;
}

.right41 {
  right: 41px !important;
}

.right42 {
  right: 42px !important;
}

.right43 {
  right: 43px !important;
}

.right44 {
  right: 44px !important;
}

.right45 {
  right: 45px !important;
}

.right46 {
  right: 46px !important;
}

.right47 {
  right: 47px !important;
}

.right48 {
  right: 48px !important;
}

.right49 {
  right: 49px !important;
}

.right50 {
  right: 50px !important;
}

.right51 {
  right: 51px !important;
}

.right52 {
  right: 52px !important;
}

.right53 {
  right: 53px !important;
}

.right54 {
  right: 54px !important;
}

.right55 {
  right: 55px !important;
}

.right56 {
  right: 56px !important;
}

.right57 {
  right: 57px !important;
}

.right58 {
  right: 58px !important;
}

.right59 {
  right: 59px !important;
}

.right60 {
  right: 60px !important;
}

.right61 {
  right: 61px !important;
}

.right62 {
  right: 62px !important;
}

.right63 {
  right: 63px !important;
}

.right64 {
  right: 64px !important;
}

.right65 {
  right: 65px !important;
}

.right66 {
  right: 66px !important;
}

.right67 {
  right: 67px !important;
}

.right68 {
  right: 68px !important;
}

.right69 {
  right: 69px !important;
}

.right70 {
  right: 70px !important;
}

.right71 {
  right: 71px !important;
}

.right72 {
  right: 72px !important;
}

.right73 {
  right: 73px !important;
}

.right74 {
  right: 74px !important;
}

.right75 {
  right: 75px !important;
}

.right76 {
  right: 76px !important;
}

.right77 {
  right: 77px !important;
}

.right78 {
  right: 78px !important;
}

.right79 {
  right: 79px !important;
}

.right80 {
  right: 80px !important;
}

.right81 {
  right: 81px !important;
}

.right82 {
  right: 82px !important;
}

.right83 {
  right: 83px !important;
}

.right84 {
  right: 84px !important;
}

.right85 {
  right: 85px !important;
}

.right86 {
  right: 86px !important;
}

.right87 {
  right: 87px !important;
}

.right88 {
  right: 88px !important;
}

.right89 {
  right: 89px !important;
}

.right90 {
  right: 90px !important;
}

.right91 {
  right: 91px !important;
}

.right92 {
  right: 92px !important;
}

.right93 {
  right: 93px !important;
}

.right94 {
  right: 94px !important;
}

.right95 {
  right: 95px !important;
}

.right96 {
  right: 96px !important;
}

.right97 {
  right: 97px !important;
}

.right98 {
  right: 98px !important;
}

.right99 {
  right: 99px !important;
}

.right100 {
  right: 100px !important;
}

.right101 {
  right: 101px !important;
}

.right102 {
  right: 102px !important;
}

.right103 {
  right: 103px !important;
}

.right104 {
  right: 104px !important;
}

.right105 {
  right: 105px !important;
}

.right106 {
  right: 106px !important;
}

.right107 {
  right: 107px !important;
}

.right108 {
  right: 108px !important;
}

.right109 {
  right: 109px !important;
}

.right110 {
  right: 110px !important;
}

.right111 {
  right: 111px !important;
}

.right112 {
  right: 112px !important;
}

.right113 {
  right: 113px !important;
}

.right114 {
  right: 114px !important;
}

.right115 {
  right: 115px !important;
}

.right116 {
  right: 116px !important;
}

.right117 {
  right: 117px !important;
}

.right118 {
  right: 118px !important;
}

.right119 {
  right: 119px !important;
}

.right120 {
  right: 120px !important;
}

.right121 {
  right: 121px !important;
}

.right122 {
  right: 122px !important;
}

.right123 {
  right: 123px !important;
}

.right124 {
  right: 124px !important;
}

.right125 {
  right: 125px !important;
}

.right126 {
  right: 126px !important;
}

.right127 {
  right: 127px !important;
}

.right128 {
  right: 128px !important;
}

.right129 {
  right: 129px !important;
}

.right130 {
  right: 130px !important;
}

.right131 {
  right: 131px !important;
}

.right132 {
  right: 132px !important;
}

.right133 {
  right: 133px !important;
}

.right134 {
  right: 134px !important;
}

.right135 {
  right: 135px !important;
}

.right136 {
  right: 136px !important;
}

.right137 {
  right: 137px !important;
}

.right138 {
  right: 138px !important;
}

.right139 {
  right: 139px !important;
}

.right140 {
  right: 140px !important;
}

.right141 {
  right: 141px !important;
}

.right142 {
  right: 142px !important;
}

.right143 {
  right: 143px !important;
}

.right144 {
  right: 144px !important;
}

.right145 {
  right: 145px !important;
}

.right146 {
  right: 146px !important;
}

.right147 {
  right: 147px !important;
}

.right148 {
  right: 148px !important;
}

.right149 {
  right: 149px !important;
}

.right150 {
  right: 150px !important;
}

.right151 {
  right: 151px !important;
}

.right152 {
  right: 152px !important;
}

.right153 {
  right: 153px !important;
}

.right154 {
  right: 154px !important;
}

.right155 {
  right: 155px !important;
}

.right156 {
  right: 156px !important;
}

.right157 {
  right: 157px !important;
}

.right158 {
  right: 158px !important;
}

.right159 {
  right: 159px !important;
}

.right160 {
  right: 160px !important;
}

.right161 {
  right: 161px !important;
}

.right162 {
  right: 162px !important;
}

.right163 {
  right: 163px !important;
}

.right164 {
  right: 164px !important;
}

.right165 {
  right: 165px !important;
}

.right166 {
  right: 166px !important;
}

.right167 {
  right: 167px !important;
}

.right168 {
  right: 168px !important;
}

.right169 {
  right: 169px !important;
}

.right170 {
  right: 170px !important;
}

.right171 {
  right: 171px !important;
}

.right172 {
  right: 172px !important;
}

.right173 {
  right: 173px !important;
}

.right174 {
  right: 174px !important;
}

.right175 {
  right: 175px !important;
}

.right176 {
  right: 176px !important;
}

.right177 {
  right: 177px !important;
}

.right178 {
  right: 178px !important;
}

.right179 {
  right: 179px !important;
}

.right180 {
  right: 180px !important;
}

.right181 {
  right: 181px !important;
}

.right182 {
  right: 182px !important;
}

.right183 {
  right: 183px !important;
}

.right184 {
  right: 184px !important;
}

.right185 {
  right: 185px !important;
}

.right186 {
  right: 186px !important;
}

.right187 {
  right: 187px !important;
}

.right188 {
  right: 188px !important;
}

.right189 {
  right: 189px !important;
}

.right190 {
  right: 190px !important;
}

.right191 {
  right: 191px !important;
}

.right192 {
  right: 192px !important;
}

.right193 {
  right: 193px !important;
}

.right194 {
  right: 194px !important;
}

.right195 {
  right: 195px !important;
}

.right196 {
  right: 196px !important;
}

.right197 {
  right: 197px !important;
}

.right198 {
  right: 198px !important;
}

.right199 {
  right: 199px !important;
}

.right200 {
  right: 200px !important;
}

@media (min-width: 576px) {
  .right-sm-200 {
    right: -200px !important;
  }

  .right-sm-199 {
    right: -199px !important;
  }

  .right-sm-198 {
    right: -198px !important;
  }

  .right-sm-197 {
    right: -197px !important;
  }

  .right-sm-196 {
    right: -196px !important;
  }

  .right-sm-195 {
    right: -195px !important;
  }

  .right-sm-194 {
    right: -194px !important;
  }

  .right-sm-193 {
    right: -193px !important;
  }

  .right-sm-192 {
    right: -192px !important;
  }

  .right-sm-191 {
    right: -191px !important;
  }

  .right-sm-190 {
    right: -190px !important;
  }

  .right-sm-189 {
    right: -189px !important;
  }

  .right-sm-188 {
    right: -188px !important;
  }

  .right-sm-187 {
    right: -187px !important;
  }

  .right-sm-186 {
    right: -186px !important;
  }

  .right-sm-185 {
    right: -185px !important;
  }

  .right-sm-184 {
    right: -184px !important;
  }

  .right-sm-183 {
    right: -183px !important;
  }

  .right-sm-182 {
    right: -182px !important;
  }

  .right-sm-181 {
    right: -181px !important;
  }

  .right-sm-180 {
    right: -180px !important;
  }

  .right-sm-179 {
    right: -179px !important;
  }

  .right-sm-178 {
    right: -178px !important;
  }

  .right-sm-177 {
    right: -177px !important;
  }

  .right-sm-176 {
    right: -176px !important;
  }

  .right-sm-175 {
    right: -175px !important;
  }

  .right-sm-174 {
    right: -174px !important;
  }

  .right-sm-173 {
    right: -173px !important;
  }

  .right-sm-172 {
    right: -172px !important;
  }

  .right-sm-171 {
    right: -171px !important;
  }

  .right-sm-170 {
    right: -170px !important;
  }

  .right-sm-169 {
    right: -169px !important;
  }

  .right-sm-168 {
    right: -168px !important;
  }

  .right-sm-167 {
    right: -167px !important;
  }

  .right-sm-166 {
    right: -166px !important;
  }

  .right-sm-165 {
    right: -165px !important;
  }

  .right-sm-164 {
    right: -164px !important;
  }

  .right-sm-163 {
    right: -163px !important;
  }

  .right-sm-162 {
    right: -162px !important;
  }

  .right-sm-161 {
    right: -161px !important;
  }

  .right-sm-160 {
    right: -160px !important;
  }

  .right-sm-159 {
    right: -159px !important;
  }

  .right-sm-158 {
    right: -158px !important;
  }

  .right-sm-157 {
    right: -157px !important;
  }

  .right-sm-156 {
    right: -156px !important;
  }

  .right-sm-155 {
    right: -155px !important;
  }

  .right-sm-154 {
    right: -154px !important;
  }

  .right-sm-153 {
    right: -153px !important;
  }

  .right-sm-152 {
    right: -152px !important;
  }

  .right-sm-151 {
    right: -151px !important;
  }

  .right-sm-150 {
    right: -150px !important;
  }

  .right-sm-149 {
    right: -149px !important;
  }

  .right-sm-148 {
    right: -148px !important;
  }

  .right-sm-147 {
    right: -147px !important;
  }

  .right-sm-146 {
    right: -146px !important;
  }

  .right-sm-145 {
    right: -145px !important;
  }

  .right-sm-144 {
    right: -144px !important;
  }

  .right-sm-143 {
    right: -143px !important;
  }

  .right-sm-142 {
    right: -142px !important;
  }

  .right-sm-141 {
    right: -141px !important;
  }

  .right-sm-140 {
    right: -140px !important;
  }

  .right-sm-139 {
    right: -139px !important;
  }

  .right-sm-138 {
    right: -138px !important;
  }

  .right-sm-137 {
    right: -137px !important;
  }

  .right-sm-136 {
    right: -136px !important;
  }

  .right-sm-135 {
    right: -135px !important;
  }

  .right-sm-134 {
    right: -134px !important;
  }

  .right-sm-133 {
    right: -133px !important;
  }

  .right-sm-132 {
    right: -132px !important;
  }

  .right-sm-131 {
    right: -131px !important;
  }

  .right-sm-130 {
    right: -130px !important;
  }

  .right-sm-129 {
    right: -129px !important;
  }

  .right-sm-128 {
    right: -128px !important;
  }

  .right-sm-127 {
    right: -127px !important;
  }

  .right-sm-126 {
    right: -126px !important;
  }

  .right-sm-125 {
    right: -125px !important;
  }

  .right-sm-124 {
    right: -124px !important;
  }

  .right-sm-123 {
    right: -123px !important;
  }

  .right-sm-122 {
    right: -122px !important;
  }

  .right-sm-121 {
    right: -121px !important;
  }

  .right-sm-120 {
    right: -120px !important;
  }

  .right-sm-119 {
    right: -119px !important;
  }

  .right-sm-118 {
    right: -118px !important;
  }

  .right-sm-117 {
    right: -117px !important;
  }

  .right-sm-116 {
    right: -116px !important;
  }

  .right-sm-115 {
    right: -115px !important;
  }

  .right-sm-114 {
    right: -114px !important;
  }

  .right-sm-113 {
    right: -113px !important;
  }

  .right-sm-112 {
    right: -112px !important;
  }

  .right-sm-111 {
    right: -111px !important;
  }

  .right-sm-110 {
    right: -110px !important;
  }

  .right-sm-109 {
    right: -109px !important;
  }

  .right-sm-108 {
    right: -108px !important;
  }

  .right-sm-107 {
    right: -107px !important;
  }

  .right-sm-106 {
    right: -106px !important;
  }

  .right-sm-105 {
    right: -105px !important;
  }

  .right-sm-104 {
    right: -104px !important;
  }

  .right-sm-103 {
    right: -103px !important;
  }

  .right-sm-102 {
    right: -102px !important;
  }

  .right-sm-101 {
    right: -101px !important;
  }

  .right-sm-100 {
    right: -100px !important;
  }

  .right-sm-99 {
    right: -99px !important;
  }

  .right-sm-98 {
    right: -98px !important;
  }

  .right-sm-97 {
    right: -97px !important;
  }

  .right-sm-96 {
    right: -96px !important;
  }

  .right-sm-95 {
    right: -95px !important;
  }

  .right-sm-94 {
    right: -94px !important;
  }

  .right-sm-93 {
    right: -93px !important;
  }

  .right-sm-92 {
    right: -92px !important;
  }

  .right-sm-91 {
    right: -91px !important;
  }

  .right-sm-90 {
    right: -90px !important;
  }

  .right-sm-89 {
    right: -89px !important;
  }

  .right-sm-88 {
    right: -88px !important;
  }

  .right-sm-87 {
    right: -87px !important;
  }

  .right-sm-86 {
    right: -86px !important;
  }

  .right-sm-85 {
    right: -85px !important;
  }

  .right-sm-84 {
    right: -84px !important;
  }

  .right-sm-83 {
    right: -83px !important;
  }

  .right-sm-82 {
    right: -82px !important;
  }

  .right-sm-81 {
    right: -81px !important;
  }

  .right-sm-80 {
    right: -80px !important;
  }

  .right-sm-79 {
    right: -79px !important;
  }

  .right-sm-78 {
    right: -78px !important;
  }

  .right-sm-77 {
    right: -77px !important;
  }

  .right-sm-76 {
    right: -76px !important;
  }

  .right-sm-75 {
    right: -75px !important;
  }

  .right-sm-74 {
    right: -74px !important;
  }

  .right-sm-73 {
    right: -73px !important;
  }

  .right-sm-72 {
    right: -72px !important;
  }

  .right-sm-71 {
    right: -71px !important;
  }

  .right-sm-70 {
    right: -70px !important;
  }

  .right-sm-69 {
    right: -69px !important;
  }

  .right-sm-68 {
    right: -68px !important;
  }

  .right-sm-67 {
    right: -67px !important;
  }

  .right-sm-66 {
    right: -66px !important;
  }

  .right-sm-65 {
    right: -65px !important;
  }

  .right-sm-64 {
    right: -64px !important;
  }

  .right-sm-63 {
    right: -63px !important;
  }

  .right-sm-62 {
    right: -62px !important;
  }

  .right-sm-61 {
    right: -61px !important;
  }

  .right-sm-60 {
    right: -60px !important;
  }

  .right-sm-59 {
    right: -59px !important;
  }

  .right-sm-58 {
    right: -58px !important;
  }

  .right-sm-57 {
    right: -57px !important;
  }

  .right-sm-56 {
    right: -56px !important;
  }

  .right-sm-55 {
    right: -55px !important;
  }

  .right-sm-54 {
    right: -54px !important;
  }

  .right-sm-53 {
    right: -53px !important;
  }

  .right-sm-52 {
    right: -52px !important;
  }

  .right-sm-51 {
    right: -51px !important;
  }

  .right-sm-50 {
    right: -50px !important;
  }

  .right-sm-49 {
    right: -49px !important;
  }

  .right-sm-48 {
    right: -48px !important;
  }

  .right-sm-47 {
    right: -47px !important;
  }

  .right-sm-46 {
    right: -46px !important;
  }

  .right-sm-45 {
    right: -45px !important;
  }

  .right-sm-44 {
    right: -44px !important;
  }

  .right-sm-43 {
    right: -43px !important;
  }

  .right-sm-42 {
    right: -42px !important;
  }

  .right-sm-41 {
    right: -41px !important;
  }

  .right-sm-40 {
    right: -40px !important;
  }

  .right-sm-39 {
    right: -39px !important;
  }

  .right-sm-38 {
    right: -38px !important;
  }

  .right-sm-37 {
    right: -37px !important;
  }

  .right-sm-36 {
    right: -36px !important;
  }

  .right-sm-35 {
    right: -35px !important;
  }

  .right-sm-34 {
    right: -34px !important;
  }

  .right-sm-33 {
    right: -33px !important;
  }

  .right-sm-32 {
    right: -32px !important;
  }

  .right-sm-31 {
    right: -31px !important;
  }

  .right-sm-30 {
    right: -30px !important;
  }

  .right-sm-29 {
    right: -29px !important;
  }

  .right-sm-28 {
    right: -28px !important;
  }

  .right-sm-27 {
    right: -27px !important;
  }

  .right-sm-26 {
    right: -26px !important;
  }

  .right-sm-25 {
    right: -25px !important;
  }

  .right-sm-24 {
    right: -24px !important;
  }

  .right-sm-23 {
    right: -23px !important;
  }

  .right-sm-22 {
    right: -22px !important;
  }

  .right-sm-21 {
    right: -21px !important;
  }

  .right-sm-20 {
    right: -20px !important;
  }

  .right-sm-19 {
    right: -19px !important;
  }

  .right-sm-18 {
    right: -18px !important;
  }

  .right-sm-17 {
    right: -17px !important;
  }

  .right-sm-16 {
    right: -16px !important;
  }

  .right-sm-15 {
    right: -15px !important;
  }

  .right-sm-14 {
    right: -14px !important;
  }

  .right-sm-13 {
    right: -13px !important;
  }

  .right-sm-12 {
    right: -12px !important;
  }

  .right-sm-11 {
    right: -11px !important;
  }

  .right-sm-10 {
    right: -10px !important;
  }

  .right-sm-9 {
    right: -9px !important;
  }

  .right-sm-8 {
    right: -8px !important;
  }

  .right-sm-7 {
    right: -7px !important;
  }

  .right-sm-6 {
    right: -6px !important;
  }

  .right-sm-5 {
    right: -5px !important;
  }

  .right-sm-4 {
    right: -4px !important;
  }

  .right-sm-3 {
    right: -3px !important;
  }

  .right-sm-2 {
    right: -2px !important;
  }

  .right-sm-1 {
    right: -1px !important;
  }

  .right-sm0 {
    right: 0px !important;
  }

  .right-sm1 {
    right: 1px !important;
  }

  .right-sm2 {
    right: 2px !important;
  }

  .right-sm3 {
    right: 3px !important;
  }

  .right-sm4 {
    right: 4px !important;
  }

  .right-sm5 {
    right: 5px !important;
  }

  .right-sm6 {
    right: 6px !important;
  }

  .right-sm7 {
    right: 7px !important;
  }

  .right-sm8 {
    right: 8px !important;
  }

  .right-sm9 {
    right: 9px !important;
  }

  .right-sm10 {
    right: 10px !important;
  }

  .right-sm11 {
    right: 11px !important;
  }

  .right-sm12 {
    right: 12px !important;
  }

  .right-sm13 {
    right: 13px !important;
  }

  .right-sm14 {
    right: 14px !important;
  }

  .right-sm15 {
    right: 15px !important;
  }

  .right-sm16 {
    right: 16px !important;
  }

  .right-sm17 {
    right: 17px !important;
  }

  .right-sm18 {
    right: 18px !important;
  }

  .right-sm19 {
    right: 19px !important;
  }

  .right-sm20 {
    right: 20px !important;
  }

  .right-sm21 {
    right: 21px !important;
  }

  .right-sm22 {
    right: 22px !important;
  }

  .right-sm23 {
    right: 23px !important;
  }

  .right-sm24 {
    right: 24px !important;
  }

  .right-sm25 {
    right: 25px !important;
  }

  .right-sm26 {
    right: 26px !important;
  }

  .right-sm27 {
    right: 27px !important;
  }

  .right-sm28 {
    right: 28px !important;
  }

  .right-sm29 {
    right: 29px !important;
  }

  .right-sm30 {
    right: 30px !important;
  }

  .right-sm31 {
    right: 31px !important;
  }

  .right-sm32 {
    right: 32px !important;
  }

  .right-sm33 {
    right: 33px !important;
  }

  .right-sm34 {
    right: 34px !important;
  }

  .right-sm35 {
    right: 35px !important;
  }

  .right-sm36 {
    right: 36px !important;
  }

  .right-sm37 {
    right: 37px !important;
  }

  .right-sm38 {
    right: 38px !important;
  }

  .right-sm39 {
    right: 39px !important;
  }

  .right-sm40 {
    right: 40px !important;
  }

  .right-sm41 {
    right: 41px !important;
  }

  .right-sm42 {
    right: 42px !important;
  }

  .right-sm43 {
    right: 43px !important;
  }

  .right-sm44 {
    right: 44px !important;
  }

  .right-sm45 {
    right: 45px !important;
  }

  .right-sm46 {
    right: 46px !important;
  }

  .right-sm47 {
    right: 47px !important;
  }

  .right-sm48 {
    right: 48px !important;
  }

  .right-sm49 {
    right: 49px !important;
  }

  .right-sm50 {
    right: 50px !important;
  }

  .right-sm51 {
    right: 51px !important;
  }

  .right-sm52 {
    right: 52px !important;
  }

  .right-sm53 {
    right: 53px !important;
  }

  .right-sm54 {
    right: 54px !important;
  }

  .right-sm55 {
    right: 55px !important;
  }

  .right-sm56 {
    right: 56px !important;
  }

  .right-sm57 {
    right: 57px !important;
  }

  .right-sm58 {
    right: 58px !important;
  }

  .right-sm59 {
    right: 59px !important;
  }

  .right-sm60 {
    right: 60px !important;
  }

  .right-sm61 {
    right: 61px !important;
  }

  .right-sm62 {
    right: 62px !important;
  }

  .right-sm63 {
    right: 63px !important;
  }

  .right-sm64 {
    right: 64px !important;
  }

  .right-sm65 {
    right: 65px !important;
  }

  .right-sm66 {
    right: 66px !important;
  }

  .right-sm67 {
    right: 67px !important;
  }

  .right-sm68 {
    right: 68px !important;
  }

  .right-sm69 {
    right: 69px !important;
  }

  .right-sm70 {
    right: 70px !important;
  }

  .right-sm71 {
    right: 71px !important;
  }

  .right-sm72 {
    right: 72px !important;
  }

  .right-sm73 {
    right: 73px !important;
  }

  .right-sm74 {
    right: 74px !important;
  }

  .right-sm75 {
    right: 75px !important;
  }

  .right-sm76 {
    right: 76px !important;
  }

  .right-sm77 {
    right: 77px !important;
  }

  .right-sm78 {
    right: 78px !important;
  }

  .right-sm79 {
    right: 79px !important;
  }

  .right-sm80 {
    right: 80px !important;
  }

  .right-sm81 {
    right: 81px !important;
  }

  .right-sm82 {
    right: 82px !important;
  }

  .right-sm83 {
    right: 83px !important;
  }

  .right-sm84 {
    right: 84px !important;
  }

  .right-sm85 {
    right: 85px !important;
  }

  .right-sm86 {
    right: 86px !important;
  }

  .right-sm87 {
    right: 87px !important;
  }

  .right-sm88 {
    right: 88px !important;
  }

  .right-sm89 {
    right: 89px !important;
  }

  .right-sm90 {
    right: 90px !important;
  }

  .right-sm91 {
    right: 91px !important;
  }

  .right-sm92 {
    right: 92px !important;
  }

  .right-sm93 {
    right: 93px !important;
  }

  .right-sm94 {
    right: 94px !important;
  }

  .right-sm95 {
    right: 95px !important;
  }

  .right-sm96 {
    right: 96px !important;
  }

  .right-sm97 {
    right: 97px !important;
  }

  .right-sm98 {
    right: 98px !important;
  }

  .right-sm99 {
    right: 99px !important;
  }

  .right-sm100 {
    right: 100px !important;
  }

  .right-sm101 {
    right: 101px !important;
  }

  .right-sm102 {
    right: 102px !important;
  }

  .right-sm103 {
    right: 103px !important;
  }

  .right-sm104 {
    right: 104px !important;
  }

  .right-sm105 {
    right: 105px !important;
  }

  .right-sm106 {
    right: 106px !important;
  }

  .right-sm107 {
    right: 107px !important;
  }

  .right-sm108 {
    right: 108px !important;
  }

  .right-sm109 {
    right: 109px !important;
  }

  .right-sm110 {
    right: 110px !important;
  }

  .right-sm111 {
    right: 111px !important;
  }

  .right-sm112 {
    right: 112px !important;
  }

  .right-sm113 {
    right: 113px !important;
  }

  .right-sm114 {
    right: 114px !important;
  }

  .right-sm115 {
    right: 115px !important;
  }

  .right-sm116 {
    right: 116px !important;
  }

  .right-sm117 {
    right: 117px !important;
  }

  .right-sm118 {
    right: 118px !important;
  }

  .right-sm119 {
    right: 119px !important;
  }

  .right-sm120 {
    right: 120px !important;
  }

  .right-sm121 {
    right: 121px !important;
  }

  .right-sm122 {
    right: 122px !important;
  }

  .right-sm123 {
    right: 123px !important;
  }

  .right-sm124 {
    right: 124px !important;
  }

  .right-sm125 {
    right: 125px !important;
  }

  .right-sm126 {
    right: 126px !important;
  }

  .right-sm127 {
    right: 127px !important;
  }

  .right-sm128 {
    right: 128px !important;
  }

  .right-sm129 {
    right: 129px !important;
  }

  .right-sm130 {
    right: 130px !important;
  }

  .right-sm131 {
    right: 131px !important;
  }

  .right-sm132 {
    right: 132px !important;
  }

  .right-sm133 {
    right: 133px !important;
  }

  .right-sm134 {
    right: 134px !important;
  }

  .right-sm135 {
    right: 135px !important;
  }

  .right-sm136 {
    right: 136px !important;
  }

  .right-sm137 {
    right: 137px !important;
  }

  .right-sm138 {
    right: 138px !important;
  }

  .right-sm139 {
    right: 139px !important;
  }

  .right-sm140 {
    right: 140px !important;
  }

  .right-sm141 {
    right: 141px !important;
  }

  .right-sm142 {
    right: 142px !important;
  }

  .right-sm143 {
    right: 143px !important;
  }

  .right-sm144 {
    right: 144px !important;
  }

  .right-sm145 {
    right: 145px !important;
  }

  .right-sm146 {
    right: 146px !important;
  }

  .right-sm147 {
    right: 147px !important;
  }

  .right-sm148 {
    right: 148px !important;
  }

  .right-sm149 {
    right: 149px !important;
  }

  .right-sm150 {
    right: 150px !important;
  }

  .right-sm151 {
    right: 151px !important;
  }

  .right-sm152 {
    right: 152px !important;
  }

  .right-sm153 {
    right: 153px !important;
  }

  .right-sm154 {
    right: 154px !important;
  }

  .right-sm155 {
    right: 155px !important;
  }

  .right-sm156 {
    right: 156px !important;
  }

  .right-sm157 {
    right: 157px !important;
  }

  .right-sm158 {
    right: 158px !important;
  }

  .right-sm159 {
    right: 159px !important;
  }

  .right-sm160 {
    right: 160px !important;
  }

  .right-sm161 {
    right: 161px !important;
  }

  .right-sm162 {
    right: 162px !important;
  }

  .right-sm163 {
    right: 163px !important;
  }

  .right-sm164 {
    right: 164px !important;
  }

  .right-sm165 {
    right: 165px !important;
  }

  .right-sm166 {
    right: 166px !important;
  }

  .right-sm167 {
    right: 167px !important;
  }

  .right-sm168 {
    right: 168px !important;
  }

  .right-sm169 {
    right: 169px !important;
  }

  .right-sm170 {
    right: 170px !important;
  }

  .right-sm171 {
    right: 171px !important;
  }

  .right-sm172 {
    right: 172px !important;
  }

  .right-sm173 {
    right: 173px !important;
  }

  .right-sm174 {
    right: 174px !important;
  }

  .right-sm175 {
    right: 175px !important;
  }

  .right-sm176 {
    right: 176px !important;
  }

  .right-sm177 {
    right: 177px !important;
  }

  .right-sm178 {
    right: 178px !important;
  }

  .right-sm179 {
    right: 179px !important;
  }

  .right-sm180 {
    right: 180px !important;
  }

  .right-sm181 {
    right: 181px !important;
  }

  .right-sm182 {
    right: 182px !important;
  }

  .right-sm183 {
    right: 183px !important;
  }

  .right-sm184 {
    right: 184px !important;
  }

  .right-sm185 {
    right: 185px !important;
  }

  .right-sm186 {
    right: 186px !important;
  }

  .right-sm187 {
    right: 187px !important;
  }

  .right-sm188 {
    right: 188px !important;
  }

  .right-sm189 {
    right: 189px !important;
  }

  .right-sm190 {
    right: 190px !important;
  }

  .right-sm191 {
    right: 191px !important;
  }

  .right-sm192 {
    right: 192px !important;
  }

  .right-sm193 {
    right: 193px !important;
  }

  .right-sm194 {
    right: 194px !important;
  }

  .right-sm195 {
    right: 195px !important;
  }

  .right-sm196 {
    right: 196px !important;
  }

  .right-sm197 {
    right: 197px !important;
  }

  .right-sm198 {
    right: 198px !important;
  }

  .right-sm199 {
    right: 199px !important;
  }

  .right-sm200 {
    right: 200px !important;
  }
}
@media (min-width: 768px) {
  .right-md-200 {
    right: -200px !important;
  }

  .right-md-199 {
    right: -199px !important;
  }

  .right-md-198 {
    right: -198px !important;
  }

  .right-md-197 {
    right: -197px !important;
  }

  .right-md-196 {
    right: -196px !important;
  }

  .right-md-195 {
    right: -195px !important;
  }

  .right-md-194 {
    right: -194px !important;
  }

  .right-md-193 {
    right: -193px !important;
  }

  .right-md-192 {
    right: -192px !important;
  }

  .right-md-191 {
    right: -191px !important;
  }

  .right-md-190 {
    right: -190px !important;
  }

  .right-md-189 {
    right: -189px !important;
  }

  .right-md-188 {
    right: -188px !important;
  }

  .right-md-187 {
    right: -187px !important;
  }

  .right-md-186 {
    right: -186px !important;
  }

  .right-md-185 {
    right: -185px !important;
  }

  .right-md-184 {
    right: -184px !important;
  }

  .right-md-183 {
    right: -183px !important;
  }

  .right-md-182 {
    right: -182px !important;
  }

  .right-md-181 {
    right: -181px !important;
  }

  .right-md-180 {
    right: -180px !important;
  }

  .right-md-179 {
    right: -179px !important;
  }

  .right-md-178 {
    right: -178px !important;
  }

  .right-md-177 {
    right: -177px !important;
  }

  .right-md-176 {
    right: -176px !important;
  }

  .right-md-175 {
    right: -175px !important;
  }

  .right-md-174 {
    right: -174px !important;
  }

  .right-md-173 {
    right: -173px !important;
  }

  .right-md-172 {
    right: -172px !important;
  }

  .right-md-171 {
    right: -171px !important;
  }

  .right-md-170 {
    right: -170px !important;
  }

  .right-md-169 {
    right: -169px !important;
  }

  .right-md-168 {
    right: -168px !important;
  }

  .right-md-167 {
    right: -167px !important;
  }

  .right-md-166 {
    right: -166px !important;
  }

  .right-md-165 {
    right: -165px !important;
  }

  .right-md-164 {
    right: -164px !important;
  }

  .right-md-163 {
    right: -163px !important;
  }

  .right-md-162 {
    right: -162px !important;
  }

  .right-md-161 {
    right: -161px !important;
  }

  .right-md-160 {
    right: -160px !important;
  }

  .right-md-159 {
    right: -159px !important;
  }

  .right-md-158 {
    right: -158px !important;
  }

  .right-md-157 {
    right: -157px !important;
  }

  .right-md-156 {
    right: -156px !important;
  }

  .right-md-155 {
    right: -155px !important;
  }

  .right-md-154 {
    right: -154px !important;
  }

  .right-md-153 {
    right: -153px !important;
  }

  .right-md-152 {
    right: -152px !important;
  }

  .right-md-151 {
    right: -151px !important;
  }

  .right-md-150 {
    right: -150px !important;
  }

  .right-md-149 {
    right: -149px !important;
  }

  .right-md-148 {
    right: -148px !important;
  }

  .right-md-147 {
    right: -147px !important;
  }

  .right-md-146 {
    right: -146px !important;
  }

  .right-md-145 {
    right: -145px !important;
  }

  .right-md-144 {
    right: -144px !important;
  }

  .right-md-143 {
    right: -143px !important;
  }

  .right-md-142 {
    right: -142px !important;
  }

  .right-md-141 {
    right: -141px !important;
  }

  .right-md-140 {
    right: -140px !important;
  }

  .right-md-139 {
    right: -139px !important;
  }

  .right-md-138 {
    right: -138px !important;
  }

  .right-md-137 {
    right: -137px !important;
  }

  .right-md-136 {
    right: -136px !important;
  }

  .right-md-135 {
    right: -135px !important;
  }

  .right-md-134 {
    right: -134px !important;
  }

  .right-md-133 {
    right: -133px !important;
  }

  .right-md-132 {
    right: -132px !important;
  }

  .right-md-131 {
    right: -131px !important;
  }

  .right-md-130 {
    right: -130px !important;
  }

  .right-md-129 {
    right: -129px !important;
  }

  .right-md-128 {
    right: -128px !important;
  }

  .right-md-127 {
    right: -127px !important;
  }

  .right-md-126 {
    right: -126px !important;
  }

  .right-md-125 {
    right: -125px !important;
  }

  .right-md-124 {
    right: -124px !important;
  }

  .right-md-123 {
    right: -123px !important;
  }

  .right-md-122 {
    right: -122px !important;
  }

  .right-md-121 {
    right: -121px !important;
  }

  .right-md-120 {
    right: -120px !important;
  }

  .right-md-119 {
    right: -119px !important;
  }

  .right-md-118 {
    right: -118px !important;
  }

  .right-md-117 {
    right: -117px !important;
  }

  .right-md-116 {
    right: -116px !important;
  }

  .right-md-115 {
    right: -115px !important;
  }

  .right-md-114 {
    right: -114px !important;
  }

  .right-md-113 {
    right: -113px !important;
  }

  .right-md-112 {
    right: -112px !important;
  }

  .right-md-111 {
    right: -111px !important;
  }

  .right-md-110 {
    right: -110px !important;
  }

  .right-md-109 {
    right: -109px !important;
  }

  .right-md-108 {
    right: -108px !important;
  }

  .right-md-107 {
    right: -107px !important;
  }

  .right-md-106 {
    right: -106px !important;
  }

  .right-md-105 {
    right: -105px !important;
  }

  .right-md-104 {
    right: -104px !important;
  }

  .right-md-103 {
    right: -103px !important;
  }

  .right-md-102 {
    right: -102px !important;
  }

  .right-md-101 {
    right: -101px !important;
  }

  .right-md-100 {
    right: -100px !important;
  }

  .right-md-99 {
    right: -99px !important;
  }

  .right-md-98 {
    right: -98px !important;
  }

  .right-md-97 {
    right: -97px !important;
  }

  .right-md-96 {
    right: -96px !important;
  }

  .right-md-95 {
    right: -95px !important;
  }

  .right-md-94 {
    right: -94px !important;
  }

  .right-md-93 {
    right: -93px !important;
  }

  .right-md-92 {
    right: -92px !important;
  }

  .right-md-91 {
    right: -91px !important;
  }

  .right-md-90 {
    right: -90px !important;
  }

  .right-md-89 {
    right: -89px !important;
  }

  .right-md-88 {
    right: -88px !important;
  }

  .right-md-87 {
    right: -87px !important;
  }

  .right-md-86 {
    right: -86px !important;
  }

  .right-md-85 {
    right: -85px !important;
  }

  .right-md-84 {
    right: -84px !important;
  }

  .right-md-83 {
    right: -83px !important;
  }

  .right-md-82 {
    right: -82px !important;
  }

  .right-md-81 {
    right: -81px !important;
  }

  .right-md-80 {
    right: -80px !important;
  }

  .right-md-79 {
    right: -79px !important;
  }

  .right-md-78 {
    right: -78px !important;
  }

  .right-md-77 {
    right: -77px !important;
  }

  .right-md-76 {
    right: -76px !important;
  }

  .right-md-75 {
    right: -75px !important;
  }

  .right-md-74 {
    right: -74px !important;
  }

  .right-md-73 {
    right: -73px !important;
  }

  .right-md-72 {
    right: -72px !important;
  }

  .right-md-71 {
    right: -71px !important;
  }

  .right-md-70 {
    right: -70px !important;
  }

  .right-md-69 {
    right: -69px !important;
  }

  .right-md-68 {
    right: -68px !important;
  }

  .right-md-67 {
    right: -67px !important;
  }

  .right-md-66 {
    right: -66px !important;
  }

  .right-md-65 {
    right: -65px !important;
  }

  .right-md-64 {
    right: -64px !important;
  }

  .right-md-63 {
    right: -63px !important;
  }

  .right-md-62 {
    right: -62px !important;
  }

  .right-md-61 {
    right: -61px !important;
  }

  .right-md-60 {
    right: -60px !important;
  }

  .right-md-59 {
    right: -59px !important;
  }

  .right-md-58 {
    right: -58px !important;
  }

  .right-md-57 {
    right: -57px !important;
  }

  .right-md-56 {
    right: -56px !important;
  }

  .right-md-55 {
    right: -55px !important;
  }

  .right-md-54 {
    right: -54px !important;
  }

  .right-md-53 {
    right: -53px !important;
  }

  .right-md-52 {
    right: -52px !important;
  }

  .right-md-51 {
    right: -51px !important;
  }

  .right-md-50 {
    right: -50px !important;
  }

  .right-md-49 {
    right: -49px !important;
  }

  .right-md-48 {
    right: -48px !important;
  }

  .right-md-47 {
    right: -47px !important;
  }

  .right-md-46 {
    right: -46px !important;
  }

  .right-md-45 {
    right: -45px !important;
  }

  .right-md-44 {
    right: -44px !important;
  }

  .right-md-43 {
    right: -43px !important;
  }

  .right-md-42 {
    right: -42px !important;
  }

  .right-md-41 {
    right: -41px !important;
  }

  .right-md-40 {
    right: -40px !important;
  }

  .right-md-39 {
    right: -39px !important;
  }

  .right-md-38 {
    right: -38px !important;
  }

  .right-md-37 {
    right: -37px !important;
  }

  .right-md-36 {
    right: -36px !important;
  }

  .right-md-35 {
    right: -35px !important;
  }

  .right-md-34 {
    right: -34px !important;
  }

  .right-md-33 {
    right: -33px !important;
  }

  .right-md-32 {
    right: -32px !important;
  }

  .right-md-31 {
    right: -31px !important;
  }

  .right-md-30 {
    right: -30px !important;
  }

  .right-md-29 {
    right: -29px !important;
  }

  .right-md-28 {
    right: -28px !important;
  }

  .right-md-27 {
    right: -27px !important;
  }

  .right-md-26 {
    right: -26px !important;
  }

  .right-md-25 {
    right: -25px !important;
  }

  .right-md-24 {
    right: -24px !important;
  }

  .right-md-23 {
    right: -23px !important;
  }

  .right-md-22 {
    right: -22px !important;
  }

  .right-md-21 {
    right: -21px !important;
  }

  .right-md-20 {
    right: -20px !important;
  }

  .right-md-19 {
    right: -19px !important;
  }

  .right-md-18 {
    right: -18px !important;
  }

  .right-md-17 {
    right: -17px !important;
  }

  .right-md-16 {
    right: -16px !important;
  }

  .right-md-15 {
    right: -15px !important;
  }

  .right-md-14 {
    right: -14px !important;
  }

  .right-md-13 {
    right: -13px !important;
  }

  .right-md-12 {
    right: -12px !important;
  }

  .right-md-11 {
    right: -11px !important;
  }

  .right-md-10 {
    right: -10px !important;
  }

  .right-md-9 {
    right: -9px !important;
  }

  .right-md-8 {
    right: -8px !important;
  }

  .right-md-7 {
    right: -7px !important;
  }

  .right-md-6 {
    right: -6px !important;
  }

  .right-md-5 {
    right: -5px !important;
  }

  .right-md-4 {
    right: -4px !important;
  }

  .right-md-3 {
    right: -3px !important;
  }

  .right-md-2 {
    right: -2px !important;
  }

  .right-md-1 {
    right: -1px !important;
  }

  .right-md0 {
    right: 0px !important;
  }

  .right-md1 {
    right: 1px !important;
  }

  .right-md2 {
    right: 2px !important;
  }

  .right-md3 {
    right: 3px !important;
  }

  .right-md4 {
    right: 4px !important;
  }

  .right-md5 {
    right: 5px !important;
  }

  .right-md6 {
    right: 6px !important;
  }

  .right-md7 {
    right: 7px !important;
  }

  .right-md8 {
    right: 8px !important;
  }

  .right-md9 {
    right: 9px !important;
  }

  .right-md10 {
    right: 10px !important;
  }

  .right-md11 {
    right: 11px !important;
  }

  .right-md12 {
    right: 12px !important;
  }

  .right-md13 {
    right: 13px !important;
  }

  .right-md14 {
    right: 14px !important;
  }

  .right-md15 {
    right: 15px !important;
  }

  .right-md16 {
    right: 16px !important;
  }

  .right-md17 {
    right: 17px !important;
  }

  .right-md18 {
    right: 18px !important;
  }

  .right-md19 {
    right: 19px !important;
  }

  .right-md20 {
    right: 20px !important;
  }

  .right-md21 {
    right: 21px !important;
  }

  .right-md22 {
    right: 22px !important;
  }

  .right-md23 {
    right: 23px !important;
  }

  .right-md24 {
    right: 24px !important;
  }

  .right-md25 {
    right: 25px !important;
  }

  .right-md26 {
    right: 26px !important;
  }

  .right-md27 {
    right: 27px !important;
  }

  .right-md28 {
    right: 28px !important;
  }

  .right-md29 {
    right: 29px !important;
  }

  .right-md30 {
    right: 30px !important;
  }

  .right-md31 {
    right: 31px !important;
  }

  .right-md32 {
    right: 32px !important;
  }

  .right-md33 {
    right: 33px !important;
  }

  .right-md34 {
    right: 34px !important;
  }

  .right-md35 {
    right: 35px !important;
  }

  .right-md36 {
    right: 36px !important;
  }

  .right-md37 {
    right: 37px !important;
  }

  .right-md38 {
    right: 38px !important;
  }

  .right-md39 {
    right: 39px !important;
  }

  .right-md40 {
    right: 40px !important;
  }

  .right-md41 {
    right: 41px !important;
  }

  .right-md42 {
    right: 42px !important;
  }

  .right-md43 {
    right: 43px !important;
  }

  .right-md44 {
    right: 44px !important;
  }

  .right-md45 {
    right: 45px !important;
  }

  .right-md46 {
    right: 46px !important;
  }

  .right-md47 {
    right: 47px !important;
  }

  .right-md48 {
    right: 48px !important;
  }

  .right-md49 {
    right: 49px !important;
  }

  .right-md50 {
    right: 50px !important;
  }

  .right-md51 {
    right: 51px !important;
  }

  .right-md52 {
    right: 52px !important;
  }

  .right-md53 {
    right: 53px !important;
  }

  .right-md54 {
    right: 54px !important;
  }

  .right-md55 {
    right: 55px !important;
  }

  .right-md56 {
    right: 56px !important;
  }

  .right-md57 {
    right: 57px !important;
  }

  .right-md58 {
    right: 58px !important;
  }

  .right-md59 {
    right: 59px !important;
  }

  .right-md60 {
    right: 60px !important;
  }

  .right-md61 {
    right: 61px !important;
  }

  .right-md62 {
    right: 62px !important;
  }

  .right-md63 {
    right: 63px !important;
  }

  .right-md64 {
    right: 64px !important;
  }

  .right-md65 {
    right: 65px !important;
  }

  .right-md66 {
    right: 66px !important;
  }

  .right-md67 {
    right: 67px !important;
  }

  .right-md68 {
    right: 68px !important;
  }

  .right-md69 {
    right: 69px !important;
  }

  .right-md70 {
    right: 70px !important;
  }

  .right-md71 {
    right: 71px !important;
  }

  .right-md72 {
    right: 72px !important;
  }

  .right-md73 {
    right: 73px !important;
  }

  .right-md74 {
    right: 74px !important;
  }

  .right-md75 {
    right: 75px !important;
  }

  .right-md76 {
    right: 76px !important;
  }

  .right-md77 {
    right: 77px !important;
  }

  .right-md78 {
    right: 78px !important;
  }

  .right-md79 {
    right: 79px !important;
  }

  .right-md80 {
    right: 80px !important;
  }

  .right-md81 {
    right: 81px !important;
  }

  .right-md82 {
    right: 82px !important;
  }

  .right-md83 {
    right: 83px !important;
  }

  .right-md84 {
    right: 84px !important;
  }

  .right-md85 {
    right: 85px !important;
  }

  .right-md86 {
    right: 86px !important;
  }

  .right-md87 {
    right: 87px !important;
  }

  .right-md88 {
    right: 88px !important;
  }

  .right-md89 {
    right: 89px !important;
  }

  .right-md90 {
    right: 90px !important;
  }

  .right-md91 {
    right: 91px !important;
  }

  .right-md92 {
    right: 92px !important;
  }

  .right-md93 {
    right: 93px !important;
  }

  .right-md94 {
    right: 94px !important;
  }

  .right-md95 {
    right: 95px !important;
  }

  .right-md96 {
    right: 96px !important;
  }

  .right-md97 {
    right: 97px !important;
  }

  .right-md98 {
    right: 98px !important;
  }

  .right-md99 {
    right: 99px !important;
  }

  .right-md100 {
    right: 100px !important;
  }

  .right-md101 {
    right: 101px !important;
  }

  .right-md102 {
    right: 102px !important;
  }

  .right-md103 {
    right: 103px !important;
  }

  .right-md104 {
    right: 104px !important;
  }

  .right-md105 {
    right: 105px !important;
  }

  .right-md106 {
    right: 106px !important;
  }

  .right-md107 {
    right: 107px !important;
  }

  .right-md108 {
    right: 108px !important;
  }

  .right-md109 {
    right: 109px !important;
  }

  .right-md110 {
    right: 110px !important;
  }

  .right-md111 {
    right: 111px !important;
  }

  .right-md112 {
    right: 112px !important;
  }

  .right-md113 {
    right: 113px !important;
  }

  .right-md114 {
    right: 114px !important;
  }

  .right-md115 {
    right: 115px !important;
  }

  .right-md116 {
    right: 116px !important;
  }

  .right-md117 {
    right: 117px !important;
  }

  .right-md118 {
    right: 118px !important;
  }

  .right-md119 {
    right: 119px !important;
  }

  .right-md120 {
    right: 120px !important;
  }

  .right-md121 {
    right: 121px !important;
  }

  .right-md122 {
    right: 122px !important;
  }

  .right-md123 {
    right: 123px !important;
  }

  .right-md124 {
    right: 124px !important;
  }

  .right-md125 {
    right: 125px !important;
  }

  .right-md126 {
    right: 126px !important;
  }

  .right-md127 {
    right: 127px !important;
  }

  .right-md128 {
    right: 128px !important;
  }

  .right-md129 {
    right: 129px !important;
  }

  .right-md130 {
    right: 130px !important;
  }

  .right-md131 {
    right: 131px !important;
  }

  .right-md132 {
    right: 132px !important;
  }

  .right-md133 {
    right: 133px !important;
  }

  .right-md134 {
    right: 134px !important;
  }

  .right-md135 {
    right: 135px !important;
  }

  .right-md136 {
    right: 136px !important;
  }

  .right-md137 {
    right: 137px !important;
  }

  .right-md138 {
    right: 138px !important;
  }

  .right-md139 {
    right: 139px !important;
  }

  .right-md140 {
    right: 140px !important;
  }

  .right-md141 {
    right: 141px !important;
  }

  .right-md142 {
    right: 142px !important;
  }

  .right-md143 {
    right: 143px !important;
  }

  .right-md144 {
    right: 144px !important;
  }

  .right-md145 {
    right: 145px !important;
  }

  .right-md146 {
    right: 146px !important;
  }

  .right-md147 {
    right: 147px !important;
  }

  .right-md148 {
    right: 148px !important;
  }

  .right-md149 {
    right: 149px !important;
  }

  .right-md150 {
    right: 150px !important;
  }

  .right-md151 {
    right: 151px !important;
  }

  .right-md152 {
    right: 152px !important;
  }

  .right-md153 {
    right: 153px !important;
  }

  .right-md154 {
    right: 154px !important;
  }

  .right-md155 {
    right: 155px !important;
  }

  .right-md156 {
    right: 156px !important;
  }

  .right-md157 {
    right: 157px !important;
  }

  .right-md158 {
    right: 158px !important;
  }

  .right-md159 {
    right: 159px !important;
  }

  .right-md160 {
    right: 160px !important;
  }

  .right-md161 {
    right: 161px !important;
  }

  .right-md162 {
    right: 162px !important;
  }

  .right-md163 {
    right: 163px !important;
  }

  .right-md164 {
    right: 164px !important;
  }

  .right-md165 {
    right: 165px !important;
  }

  .right-md166 {
    right: 166px !important;
  }

  .right-md167 {
    right: 167px !important;
  }

  .right-md168 {
    right: 168px !important;
  }

  .right-md169 {
    right: 169px !important;
  }

  .right-md170 {
    right: 170px !important;
  }

  .right-md171 {
    right: 171px !important;
  }

  .right-md172 {
    right: 172px !important;
  }

  .right-md173 {
    right: 173px !important;
  }

  .right-md174 {
    right: 174px !important;
  }

  .right-md175 {
    right: 175px !important;
  }

  .right-md176 {
    right: 176px !important;
  }

  .right-md177 {
    right: 177px !important;
  }

  .right-md178 {
    right: 178px !important;
  }

  .right-md179 {
    right: 179px !important;
  }

  .right-md180 {
    right: 180px !important;
  }

  .right-md181 {
    right: 181px !important;
  }

  .right-md182 {
    right: 182px !important;
  }

  .right-md183 {
    right: 183px !important;
  }

  .right-md184 {
    right: 184px !important;
  }

  .right-md185 {
    right: 185px !important;
  }

  .right-md186 {
    right: 186px !important;
  }

  .right-md187 {
    right: 187px !important;
  }

  .right-md188 {
    right: 188px !important;
  }

  .right-md189 {
    right: 189px !important;
  }

  .right-md190 {
    right: 190px !important;
  }

  .right-md191 {
    right: 191px !important;
  }

  .right-md192 {
    right: 192px !important;
  }

  .right-md193 {
    right: 193px !important;
  }

  .right-md194 {
    right: 194px !important;
  }

  .right-md195 {
    right: 195px !important;
  }

  .right-md196 {
    right: 196px !important;
  }

  .right-md197 {
    right: 197px !important;
  }

  .right-md198 {
    right: 198px !important;
  }

  .right-md199 {
    right: 199px !important;
  }

  .right-md200 {
    right: 200px !important;
  }
}
@media (min-width: 992px) {
  .right-lg-200 {
    right: -200px !important;
  }

  .right-lg-199 {
    right: -199px !important;
  }

  .right-lg-198 {
    right: -198px !important;
  }

  .right-lg-197 {
    right: -197px !important;
  }

  .right-lg-196 {
    right: -196px !important;
  }

  .right-lg-195 {
    right: -195px !important;
  }

  .right-lg-194 {
    right: -194px !important;
  }

  .right-lg-193 {
    right: -193px !important;
  }

  .right-lg-192 {
    right: -192px !important;
  }

  .right-lg-191 {
    right: -191px !important;
  }

  .right-lg-190 {
    right: -190px !important;
  }

  .right-lg-189 {
    right: -189px !important;
  }

  .right-lg-188 {
    right: -188px !important;
  }

  .right-lg-187 {
    right: -187px !important;
  }

  .right-lg-186 {
    right: -186px !important;
  }

  .right-lg-185 {
    right: -185px !important;
  }

  .right-lg-184 {
    right: -184px !important;
  }

  .right-lg-183 {
    right: -183px !important;
  }

  .right-lg-182 {
    right: -182px !important;
  }

  .right-lg-181 {
    right: -181px !important;
  }

  .right-lg-180 {
    right: -180px !important;
  }

  .right-lg-179 {
    right: -179px !important;
  }

  .right-lg-178 {
    right: -178px !important;
  }

  .right-lg-177 {
    right: -177px !important;
  }

  .right-lg-176 {
    right: -176px !important;
  }

  .right-lg-175 {
    right: -175px !important;
  }

  .right-lg-174 {
    right: -174px !important;
  }

  .right-lg-173 {
    right: -173px !important;
  }

  .right-lg-172 {
    right: -172px !important;
  }

  .right-lg-171 {
    right: -171px !important;
  }

  .right-lg-170 {
    right: -170px !important;
  }

  .right-lg-169 {
    right: -169px !important;
  }

  .right-lg-168 {
    right: -168px !important;
  }

  .right-lg-167 {
    right: -167px !important;
  }

  .right-lg-166 {
    right: -166px !important;
  }

  .right-lg-165 {
    right: -165px !important;
  }

  .right-lg-164 {
    right: -164px !important;
  }

  .right-lg-163 {
    right: -163px !important;
  }

  .right-lg-162 {
    right: -162px !important;
  }

  .right-lg-161 {
    right: -161px !important;
  }

  .right-lg-160 {
    right: -160px !important;
  }

  .right-lg-159 {
    right: -159px !important;
  }

  .right-lg-158 {
    right: -158px !important;
  }

  .right-lg-157 {
    right: -157px !important;
  }

  .right-lg-156 {
    right: -156px !important;
  }

  .right-lg-155 {
    right: -155px !important;
  }

  .right-lg-154 {
    right: -154px !important;
  }

  .right-lg-153 {
    right: -153px !important;
  }

  .right-lg-152 {
    right: -152px !important;
  }

  .right-lg-151 {
    right: -151px !important;
  }

  .right-lg-150 {
    right: -150px !important;
  }

  .right-lg-149 {
    right: -149px !important;
  }

  .right-lg-148 {
    right: -148px !important;
  }

  .right-lg-147 {
    right: -147px !important;
  }

  .right-lg-146 {
    right: -146px !important;
  }

  .right-lg-145 {
    right: -145px !important;
  }

  .right-lg-144 {
    right: -144px !important;
  }

  .right-lg-143 {
    right: -143px !important;
  }

  .right-lg-142 {
    right: -142px !important;
  }

  .right-lg-141 {
    right: -141px !important;
  }

  .right-lg-140 {
    right: -140px !important;
  }

  .right-lg-139 {
    right: -139px !important;
  }

  .right-lg-138 {
    right: -138px !important;
  }

  .right-lg-137 {
    right: -137px !important;
  }

  .right-lg-136 {
    right: -136px !important;
  }

  .right-lg-135 {
    right: -135px !important;
  }

  .right-lg-134 {
    right: -134px !important;
  }

  .right-lg-133 {
    right: -133px !important;
  }

  .right-lg-132 {
    right: -132px !important;
  }

  .right-lg-131 {
    right: -131px !important;
  }

  .right-lg-130 {
    right: -130px !important;
  }

  .right-lg-129 {
    right: -129px !important;
  }

  .right-lg-128 {
    right: -128px !important;
  }

  .right-lg-127 {
    right: -127px !important;
  }

  .right-lg-126 {
    right: -126px !important;
  }

  .right-lg-125 {
    right: -125px !important;
  }

  .right-lg-124 {
    right: -124px !important;
  }

  .right-lg-123 {
    right: -123px !important;
  }

  .right-lg-122 {
    right: -122px !important;
  }

  .right-lg-121 {
    right: -121px !important;
  }

  .right-lg-120 {
    right: -120px !important;
  }

  .right-lg-119 {
    right: -119px !important;
  }

  .right-lg-118 {
    right: -118px !important;
  }

  .right-lg-117 {
    right: -117px !important;
  }

  .right-lg-116 {
    right: -116px !important;
  }

  .right-lg-115 {
    right: -115px !important;
  }

  .right-lg-114 {
    right: -114px !important;
  }

  .right-lg-113 {
    right: -113px !important;
  }

  .right-lg-112 {
    right: -112px !important;
  }

  .right-lg-111 {
    right: -111px !important;
  }

  .right-lg-110 {
    right: -110px !important;
  }

  .right-lg-109 {
    right: -109px !important;
  }

  .right-lg-108 {
    right: -108px !important;
  }

  .right-lg-107 {
    right: -107px !important;
  }

  .right-lg-106 {
    right: -106px !important;
  }

  .right-lg-105 {
    right: -105px !important;
  }

  .right-lg-104 {
    right: -104px !important;
  }

  .right-lg-103 {
    right: -103px !important;
  }

  .right-lg-102 {
    right: -102px !important;
  }

  .right-lg-101 {
    right: -101px !important;
  }

  .right-lg-100 {
    right: -100px !important;
  }

  .right-lg-99 {
    right: -99px !important;
  }

  .right-lg-98 {
    right: -98px !important;
  }

  .right-lg-97 {
    right: -97px !important;
  }

  .right-lg-96 {
    right: -96px !important;
  }

  .right-lg-95 {
    right: -95px !important;
  }

  .right-lg-94 {
    right: -94px !important;
  }

  .right-lg-93 {
    right: -93px !important;
  }

  .right-lg-92 {
    right: -92px !important;
  }

  .right-lg-91 {
    right: -91px !important;
  }

  .right-lg-90 {
    right: -90px !important;
  }

  .right-lg-89 {
    right: -89px !important;
  }

  .right-lg-88 {
    right: -88px !important;
  }

  .right-lg-87 {
    right: -87px !important;
  }

  .right-lg-86 {
    right: -86px !important;
  }

  .right-lg-85 {
    right: -85px !important;
  }

  .right-lg-84 {
    right: -84px !important;
  }

  .right-lg-83 {
    right: -83px !important;
  }

  .right-lg-82 {
    right: -82px !important;
  }

  .right-lg-81 {
    right: -81px !important;
  }

  .right-lg-80 {
    right: -80px !important;
  }

  .right-lg-79 {
    right: -79px !important;
  }

  .right-lg-78 {
    right: -78px !important;
  }

  .right-lg-77 {
    right: -77px !important;
  }

  .right-lg-76 {
    right: -76px !important;
  }

  .right-lg-75 {
    right: -75px !important;
  }

  .right-lg-74 {
    right: -74px !important;
  }

  .right-lg-73 {
    right: -73px !important;
  }

  .right-lg-72 {
    right: -72px !important;
  }

  .right-lg-71 {
    right: -71px !important;
  }

  .right-lg-70 {
    right: -70px !important;
  }

  .right-lg-69 {
    right: -69px !important;
  }

  .right-lg-68 {
    right: -68px !important;
  }

  .right-lg-67 {
    right: -67px !important;
  }

  .right-lg-66 {
    right: -66px !important;
  }

  .right-lg-65 {
    right: -65px !important;
  }

  .right-lg-64 {
    right: -64px !important;
  }

  .right-lg-63 {
    right: -63px !important;
  }

  .right-lg-62 {
    right: -62px !important;
  }

  .right-lg-61 {
    right: -61px !important;
  }

  .right-lg-60 {
    right: -60px !important;
  }

  .right-lg-59 {
    right: -59px !important;
  }

  .right-lg-58 {
    right: -58px !important;
  }

  .right-lg-57 {
    right: -57px !important;
  }

  .right-lg-56 {
    right: -56px !important;
  }

  .right-lg-55 {
    right: -55px !important;
  }

  .right-lg-54 {
    right: -54px !important;
  }

  .right-lg-53 {
    right: -53px !important;
  }

  .right-lg-52 {
    right: -52px !important;
  }

  .right-lg-51 {
    right: -51px !important;
  }

  .right-lg-50 {
    right: -50px !important;
  }

  .right-lg-49 {
    right: -49px !important;
  }

  .right-lg-48 {
    right: -48px !important;
  }

  .right-lg-47 {
    right: -47px !important;
  }

  .right-lg-46 {
    right: -46px !important;
  }

  .right-lg-45 {
    right: -45px !important;
  }

  .right-lg-44 {
    right: -44px !important;
  }

  .right-lg-43 {
    right: -43px !important;
  }

  .right-lg-42 {
    right: -42px !important;
  }

  .right-lg-41 {
    right: -41px !important;
  }

  .right-lg-40 {
    right: -40px !important;
  }

  .right-lg-39 {
    right: -39px !important;
  }

  .right-lg-38 {
    right: -38px !important;
  }

  .right-lg-37 {
    right: -37px !important;
  }

  .right-lg-36 {
    right: -36px !important;
  }

  .right-lg-35 {
    right: -35px !important;
  }

  .right-lg-34 {
    right: -34px !important;
  }

  .right-lg-33 {
    right: -33px !important;
  }

  .right-lg-32 {
    right: -32px !important;
  }

  .right-lg-31 {
    right: -31px !important;
  }

  .right-lg-30 {
    right: -30px !important;
  }

  .right-lg-29 {
    right: -29px !important;
  }

  .right-lg-28 {
    right: -28px !important;
  }

  .right-lg-27 {
    right: -27px !important;
  }

  .right-lg-26 {
    right: -26px !important;
  }

  .right-lg-25 {
    right: -25px !important;
  }

  .right-lg-24 {
    right: -24px !important;
  }

  .right-lg-23 {
    right: -23px !important;
  }

  .right-lg-22 {
    right: -22px !important;
  }

  .right-lg-21 {
    right: -21px !important;
  }

  .right-lg-20 {
    right: -20px !important;
  }

  .right-lg-19 {
    right: -19px !important;
  }

  .right-lg-18 {
    right: -18px !important;
  }

  .right-lg-17 {
    right: -17px !important;
  }

  .right-lg-16 {
    right: -16px !important;
  }

  .right-lg-15 {
    right: -15px !important;
  }

  .right-lg-14 {
    right: -14px !important;
  }

  .right-lg-13 {
    right: -13px !important;
  }

  .right-lg-12 {
    right: -12px !important;
  }

  .right-lg-11 {
    right: -11px !important;
  }

  .right-lg-10 {
    right: -10px !important;
  }

  .right-lg-9 {
    right: -9px !important;
  }

  .right-lg-8 {
    right: -8px !important;
  }

  .right-lg-7 {
    right: -7px !important;
  }

  .right-lg-6 {
    right: -6px !important;
  }

  .right-lg-5 {
    right: -5px !important;
  }

  .right-lg-4 {
    right: -4px !important;
  }

  .right-lg-3 {
    right: -3px !important;
  }

  .right-lg-2 {
    right: -2px !important;
  }

  .right-lg-1 {
    right: -1px !important;
  }

  .right-lg0 {
    right: 0px !important;
  }

  .right-lg1 {
    right: 1px !important;
  }

  .right-lg2 {
    right: 2px !important;
  }

  .right-lg3 {
    right: 3px !important;
  }

  .right-lg4 {
    right: 4px !important;
  }

  .right-lg5 {
    right: 5px !important;
  }

  .right-lg6 {
    right: 6px !important;
  }

  .right-lg7 {
    right: 7px !important;
  }

  .right-lg8 {
    right: 8px !important;
  }

  .right-lg9 {
    right: 9px !important;
  }

  .right-lg10 {
    right: 10px !important;
  }

  .right-lg11 {
    right: 11px !important;
  }

  .right-lg12 {
    right: 12px !important;
  }

  .right-lg13 {
    right: 13px !important;
  }

  .right-lg14 {
    right: 14px !important;
  }

  .right-lg15 {
    right: 15px !important;
  }

  .right-lg16 {
    right: 16px !important;
  }

  .right-lg17 {
    right: 17px !important;
  }

  .right-lg18 {
    right: 18px !important;
  }

  .right-lg19 {
    right: 19px !important;
  }

  .right-lg20 {
    right: 20px !important;
  }

  .right-lg21 {
    right: 21px !important;
  }

  .right-lg22 {
    right: 22px !important;
  }

  .right-lg23 {
    right: 23px !important;
  }

  .right-lg24 {
    right: 24px !important;
  }

  .right-lg25 {
    right: 25px !important;
  }

  .right-lg26 {
    right: 26px !important;
  }

  .right-lg27 {
    right: 27px !important;
  }

  .right-lg28 {
    right: 28px !important;
  }

  .right-lg29 {
    right: 29px !important;
  }

  .right-lg30 {
    right: 30px !important;
  }

  .right-lg31 {
    right: 31px !important;
  }

  .right-lg32 {
    right: 32px !important;
  }

  .right-lg33 {
    right: 33px !important;
  }

  .right-lg34 {
    right: 34px !important;
  }

  .right-lg35 {
    right: 35px !important;
  }

  .right-lg36 {
    right: 36px !important;
  }

  .right-lg37 {
    right: 37px !important;
  }

  .right-lg38 {
    right: 38px !important;
  }

  .right-lg39 {
    right: 39px !important;
  }

  .right-lg40 {
    right: 40px !important;
  }

  .right-lg41 {
    right: 41px !important;
  }

  .right-lg42 {
    right: 42px !important;
  }

  .right-lg43 {
    right: 43px !important;
  }

  .right-lg44 {
    right: 44px !important;
  }

  .right-lg45 {
    right: 45px !important;
  }

  .right-lg46 {
    right: 46px !important;
  }

  .right-lg47 {
    right: 47px !important;
  }

  .right-lg48 {
    right: 48px !important;
  }

  .right-lg49 {
    right: 49px !important;
  }

  .right-lg50 {
    right: 50px !important;
  }

  .right-lg51 {
    right: 51px !important;
  }

  .right-lg52 {
    right: 52px !important;
  }

  .right-lg53 {
    right: 53px !important;
  }

  .right-lg54 {
    right: 54px !important;
  }

  .right-lg55 {
    right: 55px !important;
  }

  .right-lg56 {
    right: 56px !important;
  }

  .right-lg57 {
    right: 57px !important;
  }

  .right-lg58 {
    right: 58px !important;
  }

  .right-lg59 {
    right: 59px !important;
  }

  .right-lg60 {
    right: 60px !important;
  }

  .right-lg61 {
    right: 61px !important;
  }

  .right-lg62 {
    right: 62px !important;
  }

  .right-lg63 {
    right: 63px !important;
  }

  .right-lg64 {
    right: 64px !important;
  }

  .right-lg65 {
    right: 65px !important;
  }

  .right-lg66 {
    right: 66px !important;
  }

  .right-lg67 {
    right: 67px !important;
  }

  .right-lg68 {
    right: 68px !important;
  }

  .right-lg69 {
    right: 69px !important;
  }

  .right-lg70 {
    right: 70px !important;
  }

  .right-lg71 {
    right: 71px !important;
  }

  .right-lg72 {
    right: 72px !important;
  }

  .right-lg73 {
    right: 73px !important;
  }

  .right-lg74 {
    right: 74px !important;
  }

  .right-lg75 {
    right: 75px !important;
  }

  .right-lg76 {
    right: 76px !important;
  }

  .right-lg77 {
    right: 77px !important;
  }

  .right-lg78 {
    right: 78px !important;
  }

  .right-lg79 {
    right: 79px !important;
  }

  .right-lg80 {
    right: 80px !important;
  }

  .right-lg81 {
    right: 81px !important;
  }

  .right-lg82 {
    right: 82px !important;
  }

  .right-lg83 {
    right: 83px !important;
  }

  .right-lg84 {
    right: 84px !important;
  }

  .right-lg85 {
    right: 85px !important;
  }

  .right-lg86 {
    right: 86px !important;
  }

  .right-lg87 {
    right: 87px !important;
  }

  .right-lg88 {
    right: 88px !important;
  }

  .right-lg89 {
    right: 89px !important;
  }

  .right-lg90 {
    right: 90px !important;
  }

  .right-lg91 {
    right: 91px !important;
  }

  .right-lg92 {
    right: 92px !important;
  }

  .right-lg93 {
    right: 93px !important;
  }

  .right-lg94 {
    right: 94px !important;
  }

  .right-lg95 {
    right: 95px !important;
  }

  .right-lg96 {
    right: 96px !important;
  }

  .right-lg97 {
    right: 97px !important;
  }

  .right-lg98 {
    right: 98px !important;
  }

  .right-lg99 {
    right: 99px !important;
  }

  .right-lg100 {
    right: 100px !important;
  }

  .right-lg101 {
    right: 101px !important;
  }

  .right-lg102 {
    right: 102px !important;
  }

  .right-lg103 {
    right: 103px !important;
  }

  .right-lg104 {
    right: 104px !important;
  }

  .right-lg105 {
    right: 105px !important;
  }

  .right-lg106 {
    right: 106px !important;
  }

  .right-lg107 {
    right: 107px !important;
  }

  .right-lg108 {
    right: 108px !important;
  }

  .right-lg109 {
    right: 109px !important;
  }

  .right-lg110 {
    right: 110px !important;
  }

  .right-lg111 {
    right: 111px !important;
  }

  .right-lg112 {
    right: 112px !important;
  }

  .right-lg113 {
    right: 113px !important;
  }

  .right-lg114 {
    right: 114px !important;
  }

  .right-lg115 {
    right: 115px !important;
  }

  .right-lg116 {
    right: 116px !important;
  }

  .right-lg117 {
    right: 117px !important;
  }

  .right-lg118 {
    right: 118px !important;
  }

  .right-lg119 {
    right: 119px !important;
  }

  .right-lg120 {
    right: 120px !important;
  }

  .right-lg121 {
    right: 121px !important;
  }

  .right-lg122 {
    right: 122px !important;
  }

  .right-lg123 {
    right: 123px !important;
  }

  .right-lg124 {
    right: 124px !important;
  }

  .right-lg125 {
    right: 125px !important;
  }

  .right-lg126 {
    right: 126px !important;
  }

  .right-lg127 {
    right: 127px !important;
  }

  .right-lg128 {
    right: 128px !important;
  }

  .right-lg129 {
    right: 129px !important;
  }

  .right-lg130 {
    right: 130px !important;
  }

  .right-lg131 {
    right: 131px !important;
  }

  .right-lg132 {
    right: 132px !important;
  }

  .right-lg133 {
    right: 133px !important;
  }

  .right-lg134 {
    right: 134px !important;
  }

  .right-lg135 {
    right: 135px !important;
  }

  .right-lg136 {
    right: 136px !important;
  }

  .right-lg137 {
    right: 137px !important;
  }

  .right-lg138 {
    right: 138px !important;
  }

  .right-lg139 {
    right: 139px !important;
  }

  .right-lg140 {
    right: 140px !important;
  }

  .right-lg141 {
    right: 141px !important;
  }

  .right-lg142 {
    right: 142px !important;
  }

  .right-lg143 {
    right: 143px !important;
  }

  .right-lg144 {
    right: 144px !important;
  }

  .right-lg145 {
    right: 145px !important;
  }

  .right-lg146 {
    right: 146px !important;
  }

  .right-lg147 {
    right: 147px !important;
  }

  .right-lg148 {
    right: 148px !important;
  }

  .right-lg149 {
    right: 149px !important;
  }

  .right-lg150 {
    right: 150px !important;
  }

  .right-lg151 {
    right: 151px !important;
  }

  .right-lg152 {
    right: 152px !important;
  }

  .right-lg153 {
    right: 153px !important;
  }

  .right-lg154 {
    right: 154px !important;
  }

  .right-lg155 {
    right: 155px !important;
  }

  .right-lg156 {
    right: 156px !important;
  }

  .right-lg157 {
    right: 157px !important;
  }

  .right-lg158 {
    right: 158px !important;
  }

  .right-lg159 {
    right: 159px !important;
  }

  .right-lg160 {
    right: 160px !important;
  }

  .right-lg161 {
    right: 161px !important;
  }

  .right-lg162 {
    right: 162px !important;
  }

  .right-lg163 {
    right: 163px !important;
  }

  .right-lg164 {
    right: 164px !important;
  }

  .right-lg165 {
    right: 165px !important;
  }

  .right-lg166 {
    right: 166px !important;
  }

  .right-lg167 {
    right: 167px !important;
  }

  .right-lg168 {
    right: 168px !important;
  }

  .right-lg169 {
    right: 169px !important;
  }

  .right-lg170 {
    right: 170px !important;
  }

  .right-lg171 {
    right: 171px !important;
  }

  .right-lg172 {
    right: 172px !important;
  }

  .right-lg173 {
    right: 173px !important;
  }

  .right-lg174 {
    right: 174px !important;
  }

  .right-lg175 {
    right: 175px !important;
  }

  .right-lg176 {
    right: 176px !important;
  }

  .right-lg177 {
    right: 177px !important;
  }

  .right-lg178 {
    right: 178px !important;
  }

  .right-lg179 {
    right: 179px !important;
  }

  .right-lg180 {
    right: 180px !important;
  }

  .right-lg181 {
    right: 181px !important;
  }

  .right-lg182 {
    right: 182px !important;
  }

  .right-lg183 {
    right: 183px !important;
  }

  .right-lg184 {
    right: 184px !important;
  }

  .right-lg185 {
    right: 185px !important;
  }

  .right-lg186 {
    right: 186px !important;
  }

  .right-lg187 {
    right: 187px !important;
  }

  .right-lg188 {
    right: 188px !important;
  }

  .right-lg189 {
    right: 189px !important;
  }

  .right-lg190 {
    right: 190px !important;
  }

  .right-lg191 {
    right: 191px !important;
  }

  .right-lg192 {
    right: 192px !important;
  }

  .right-lg193 {
    right: 193px !important;
  }

  .right-lg194 {
    right: 194px !important;
  }

  .right-lg195 {
    right: 195px !important;
  }

  .right-lg196 {
    right: 196px !important;
  }

  .right-lg197 {
    right: 197px !important;
  }

  .right-lg198 {
    right: 198px !important;
  }

  .right-lg199 {
    right: 199px !important;
  }

  .right-lg200 {
    right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .right-xl-200 {
    right: -200px !important;
  }

  .right-xl-199 {
    right: -199px !important;
  }

  .right-xl-198 {
    right: -198px !important;
  }

  .right-xl-197 {
    right: -197px !important;
  }

  .right-xl-196 {
    right: -196px !important;
  }

  .right-xl-195 {
    right: -195px !important;
  }

  .right-xl-194 {
    right: -194px !important;
  }

  .right-xl-193 {
    right: -193px !important;
  }

  .right-xl-192 {
    right: -192px !important;
  }

  .right-xl-191 {
    right: -191px !important;
  }

  .right-xl-190 {
    right: -190px !important;
  }

  .right-xl-189 {
    right: -189px !important;
  }

  .right-xl-188 {
    right: -188px !important;
  }

  .right-xl-187 {
    right: -187px !important;
  }

  .right-xl-186 {
    right: -186px !important;
  }

  .right-xl-185 {
    right: -185px !important;
  }

  .right-xl-184 {
    right: -184px !important;
  }

  .right-xl-183 {
    right: -183px !important;
  }

  .right-xl-182 {
    right: -182px !important;
  }

  .right-xl-181 {
    right: -181px !important;
  }

  .right-xl-180 {
    right: -180px !important;
  }

  .right-xl-179 {
    right: -179px !important;
  }

  .right-xl-178 {
    right: -178px !important;
  }

  .right-xl-177 {
    right: -177px !important;
  }

  .right-xl-176 {
    right: -176px !important;
  }

  .right-xl-175 {
    right: -175px !important;
  }

  .right-xl-174 {
    right: -174px !important;
  }

  .right-xl-173 {
    right: -173px !important;
  }

  .right-xl-172 {
    right: -172px !important;
  }

  .right-xl-171 {
    right: -171px !important;
  }

  .right-xl-170 {
    right: -170px !important;
  }

  .right-xl-169 {
    right: -169px !important;
  }

  .right-xl-168 {
    right: -168px !important;
  }

  .right-xl-167 {
    right: -167px !important;
  }

  .right-xl-166 {
    right: -166px !important;
  }

  .right-xl-165 {
    right: -165px !important;
  }

  .right-xl-164 {
    right: -164px !important;
  }

  .right-xl-163 {
    right: -163px !important;
  }

  .right-xl-162 {
    right: -162px !important;
  }

  .right-xl-161 {
    right: -161px !important;
  }

  .right-xl-160 {
    right: -160px !important;
  }

  .right-xl-159 {
    right: -159px !important;
  }

  .right-xl-158 {
    right: -158px !important;
  }

  .right-xl-157 {
    right: -157px !important;
  }

  .right-xl-156 {
    right: -156px !important;
  }

  .right-xl-155 {
    right: -155px !important;
  }

  .right-xl-154 {
    right: -154px !important;
  }

  .right-xl-153 {
    right: -153px !important;
  }

  .right-xl-152 {
    right: -152px !important;
  }

  .right-xl-151 {
    right: -151px !important;
  }

  .right-xl-150 {
    right: -150px !important;
  }

  .right-xl-149 {
    right: -149px !important;
  }

  .right-xl-148 {
    right: -148px !important;
  }

  .right-xl-147 {
    right: -147px !important;
  }

  .right-xl-146 {
    right: -146px !important;
  }

  .right-xl-145 {
    right: -145px !important;
  }

  .right-xl-144 {
    right: -144px !important;
  }

  .right-xl-143 {
    right: -143px !important;
  }

  .right-xl-142 {
    right: -142px !important;
  }

  .right-xl-141 {
    right: -141px !important;
  }

  .right-xl-140 {
    right: -140px !important;
  }

  .right-xl-139 {
    right: -139px !important;
  }

  .right-xl-138 {
    right: -138px !important;
  }

  .right-xl-137 {
    right: -137px !important;
  }

  .right-xl-136 {
    right: -136px !important;
  }

  .right-xl-135 {
    right: -135px !important;
  }

  .right-xl-134 {
    right: -134px !important;
  }

  .right-xl-133 {
    right: -133px !important;
  }

  .right-xl-132 {
    right: -132px !important;
  }

  .right-xl-131 {
    right: -131px !important;
  }

  .right-xl-130 {
    right: -130px !important;
  }

  .right-xl-129 {
    right: -129px !important;
  }

  .right-xl-128 {
    right: -128px !important;
  }

  .right-xl-127 {
    right: -127px !important;
  }

  .right-xl-126 {
    right: -126px !important;
  }

  .right-xl-125 {
    right: -125px !important;
  }

  .right-xl-124 {
    right: -124px !important;
  }

  .right-xl-123 {
    right: -123px !important;
  }

  .right-xl-122 {
    right: -122px !important;
  }

  .right-xl-121 {
    right: -121px !important;
  }

  .right-xl-120 {
    right: -120px !important;
  }

  .right-xl-119 {
    right: -119px !important;
  }

  .right-xl-118 {
    right: -118px !important;
  }

  .right-xl-117 {
    right: -117px !important;
  }

  .right-xl-116 {
    right: -116px !important;
  }

  .right-xl-115 {
    right: -115px !important;
  }

  .right-xl-114 {
    right: -114px !important;
  }

  .right-xl-113 {
    right: -113px !important;
  }

  .right-xl-112 {
    right: -112px !important;
  }

  .right-xl-111 {
    right: -111px !important;
  }

  .right-xl-110 {
    right: -110px !important;
  }

  .right-xl-109 {
    right: -109px !important;
  }

  .right-xl-108 {
    right: -108px !important;
  }

  .right-xl-107 {
    right: -107px !important;
  }

  .right-xl-106 {
    right: -106px !important;
  }

  .right-xl-105 {
    right: -105px !important;
  }

  .right-xl-104 {
    right: -104px !important;
  }

  .right-xl-103 {
    right: -103px !important;
  }

  .right-xl-102 {
    right: -102px !important;
  }

  .right-xl-101 {
    right: -101px !important;
  }

  .right-xl-100 {
    right: -100px !important;
  }

  .right-xl-99 {
    right: -99px !important;
  }

  .right-xl-98 {
    right: -98px !important;
  }

  .right-xl-97 {
    right: -97px !important;
  }

  .right-xl-96 {
    right: -96px !important;
  }

  .right-xl-95 {
    right: -95px !important;
  }

  .right-xl-94 {
    right: -94px !important;
  }

  .right-xl-93 {
    right: -93px !important;
  }

  .right-xl-92 {
    right: -92px !important;
  }

  .right-xl-91 {
    right: -91px !important;
  }

  .right-xl-90 {
    right: -90px !important;
  }

  .right-xl-89 {
    right: -89px !important;
  }

  .right-xl-88 {
    right: -88px !important;
  }

  .right-xl-87 {
    right: -87px !important;
  }

  .right-xl-86 {
    right: -86px !important;
  }

  .right-xl-85 {
    right: -85px !important;
  }

  .right-xl-84 {
    right: -84px !important;
  }

  .right-xl-83 {
    right: -83px !important;
  }

  .right-xl-82 {
    right: -82px !important;
  }

  .right-xl-81 {
    right: -81px !important;
  }

  .right-xl-80 {
    right: -80px !important;
  }

  .right-xl-79 {
    right: -79px !important;
  }

  .right-xl-78 {
    right: -78px !important;
  }

  .right-xl-77 {
    right: -77px !important;
  }

  .right-xl-76 {
    right: -76px !important;
  }

  .right-xl-75 {
    right: -75px !important;
  }

  .right-xl-74 {
    right: -74px !important;
  }

  .right-xl-73 {
    right: -73px !important;
  }

  .right-xl-72 {
    right: -72px !important;
  }

  .right-xl-71 {
    right: -71px !important;
  }

  .right-xl-70 {
    right: -70px !important;
  }

  .right-xl-69 {
    right: -69px !important;
  }

  .right-xl-68 {
    right: -68px !important;
  }

  .right-xl-67 {
    right: -67px !important;
  }

  .right-xl-66 {
    right: -66px !important;
  }

  .right-xl-65 {
    right: -65px !important;
  }

  .right-xl-64 {
    right: -64px !important;
  }

  .right-xl-63 {
    right: -63px !important;
  }

  .right-xl-62 {
    right: -62px !important;
  }

  .right-xl-61 {
    right: -61px !important;
  }

  .right-xl-60 {
    right: -60px !important;
  }

  .right-xl-59 {
    right: -59px !important;
  }

  .right-xl-58 {
    right: -58px !important;
  }

  .right-xl-57 {
    right: -57px !important;
  }

  .right-xl-56 {
    right: -56px !important;
  }

  .right-xl-55 {
    right: -55px !important;
  }

  .right-xl-54 {
    right: -54px !important;
  }

  .right-xl-53 {
    right: -53px !important;
  }

  .right-xl-52 {
    right: -52px !important;
  }

  .right-xl-51 {
    right: -51px !important;
  }

  .right-xl-50 {
    right: -50px !important;
  }

  .right-xl-49 {
    right: -49px !important;
  }

  .right-xl-48 {
    right: -48px !important;
  }

  .right-xl-47 {
    right: -47px !important;
  }

  .right-xl-46 {
    right: -46px !important;
  }

  .right-xl-45 {
    right: -45px !important;
  }

  .right-xl-44 {
    right: -44px !important;
  }

  .right-xl-43 {
    right: -43px !important;
  }

  .right-xl-42 {
    right: -42px !important;
  }

  .right-xl-41 {
    right: -41px !important;
  }

  .right-xl-40 {
    right: -40px !important;
  }

  .right-xl-39 {
    right: -39px !important;
  }

  .right-xl-38 {
    right: -38px !important;
  }

  .right-xl-37 {
    right: -37px !important;
  }

  .right-xl-36 {
    right: -36px !important;
  }

  .right-xl-35 {
    right: -35px !important;
  }

  .right-xl-34 {
    right: -34px !important;
  }

  .right-xl-33 {
    right: -33px !important;
  }

  .right-xl-32 {
    right: -32px !important;
  }

  .right-xl-31 {
    right: -31px !important;
  }

  .right-xl-30 {
    right: -30px !important;
  }

  .right-xl-29 {
    right: -29px !important;
  }

  .right-xl-28 {
    right: -28px !important;
  }

  .right-xl-27 {
    right: -27px !important;
  }

  .right-xl-26 {
    right: -26px !important;
  }

  .right-xl-25 {
    right: -25px !important;
  }

  .right-xl-24 {
    right: -24px !important;
  }

  .right-xl-23 {
    right: -23px !important;
  }

  .right-xl-22 {
    right: -22px !important;
  }

  .right-xl-21 {
    right: -21px !important;
  }

  .right-xl-20 {
    right: -20px !important;
  }

  .right-xl-19 {
    right: -19px !important;
  }

  .right-xl-18 {
    right: -18px !important;
  }

  .right-xl-17 {
    right: -17px !important;
  }

  .right-xl-16 {
    right: -16px !important;
  }

  .right-xl-15 {
    right: -15px !important;
  }

  .right-xl-14 {
    right: -14px !important;
  }

  .right-xl-13 {
    right: -13px !important;
  }

  .right-xl-12 {
    right: -12px !important;
  }

  .right-xl-11 {
    right: -11px !important;
  }

  .right-xl-10 {
    right: -10px !important;
  }

  .right-xl-9 {
    right: -9px !important;
  }

  .right-xl-8 {
    right: -8px !important;
  }

  .right-xl-7 {
    right: -7px !important;
  }

  .right-xl-6 {
    right: -6px !important;
  }

  .right-xl-5 {
    right: -5px !important;
  }

  .right-xl-4 {
    right: -4px !important;
  }

  .right-xl-3 {
    right: -3px !important;
  }

  .right-xl-2 {
    right: -2px !important;
  }

  .right-xl-1 {
    right: -1px !important;
  }

  .right-xl0 {
    right: 0px !important;
  }

  .right-xl1 {
    right: 1px !important;
  }

  .right-xl2 {
    right: 2px !important;
  }

  .right-xl3 {
    right: 3px !important;
  }

  .right-xl4 {
    right: 4px !important;
  }

  .right-xl5 {
    right: 5px !important;
  }

  .right-xl6 {
    right: 6px !important;
  }

  .right-xl7 {
    right: 7px !important;
  }

  .right-xl8 {
    right: 8px !important;
  }

  .right-xl9 {
    right: 9px !important;
  }

  .right-xl10 {
    right: 10px !important;
  }

  .right-xl11 {
    right: 11px !important;
  }

  .right-xl12 {
    right: 12px !important;
  }

  .right-xl13 {
    right: 13px !important;
  }

  .right-xl14 {
    right: 14px !important;
  }

  .right-xl15 {
    right: 15px !important;
  }

  .right-xl16 {
    right: 16px !important;
  }

  .right-xl17 {
    right: 17px !important;
  }

  .right-xl18 {
    right: 18px !important;
  }

  .right-xl19 {
    right: 19px !important;
  }

  .right-xl20 {
    right: 20px !important;
  }

  .right-xl21 {
    right: 21px !important;
  }

  .right-xl22 {
    right: 22px !important;
  }

  .right-xl23 {
    right: 23px !important;
  }

  .right-xl24 {
    right: 24px !important;
  }

  .right-xl25 {
    right: 25px !important;
  }

  .right-xl26 {
    right: 26px !important;
  }

  .right-xl27 {
    right: 27px !important;
  }

  .right-xl28 {
    right: 28px !important;
  }

  .right-xl29 {
    right: 29px !important;
  }

  .right-xl30 {
    right: 30px !important;
  }

  .right-xl31 {
    right: 31px !important;
  }

  .right-xl32 {
    right: 32px !important;
  }

  .right-xl33 {
    right: 33px !important;
  }

  .right-xl34 {
    right: 34px !important;
  }

  .right-xl35 {
    right: 35px !important;
  }

  .right-xl36 {
    right: 36px !important;
  }

  .right-xl37 {
    right: 37px !important;
  }

  .right-xl38 {
    right: 38px !important;
  }

  .right-xl39 {
    right: 39px !important;
  }

  .right-xl40 {
    right: 40px !important;
  }

  .right-xl41 {
    right: 41px !important;
  }

  .right-xl42 {
    right: 42px !important;
  }

  .right-xl43 {
    right: 43px !important;
  }

  .right-xl44 {
    right: 44px !important;
  }

  .right-xl45 {
    right: 45px !important;
  }

  .right-xl46 {
    right: 46px !important;
  }

  .right-xl47 {
    right: 47px !important;
  }

  .right-xl48 {
    right: 48px !important;
  }

  .right-xl49 {
    right: 49px !important;
  }

  .right-xl50 {
    right: 50px !important;
  }

  .right-xl51 {
    right: 51px !important;
  }

  .right-xl52 {
    right: 52px !important;
  }

  .right-xl53 {
    right: 53px !important;
  }

  .right-xl54 {
    right: 54px !important;
  }

  .right-xl55 {
    right: 55px !important;
  }

  .right-xl56 {
    right: 56px !important;
  }

  .right-xl57 {
    right: 57px !important;
  }

  .right-xl58 {
    right: 58px !important;
  }

  .right-xl59 {
    right: 59px !important;
  }

  .right-xl60 {
    right: 60px !important;
  }

  .right-xl61 {
    right: 61px !important;
  }

  .right-xl62 {
    right: 62px !important;
  }

  .right-xl63 {
    right: 63px !important;
  }

  .right-xl64 {
    right: 64px !important;
  }

  .right-xl65 {
    right: 65px !important;
  }

  .right-xl66 {
    right: 66px !important;
  }

  .right-xl67 {
    right: 67px !important;
  }

  .right-xl68 {
    right: 68px !important;
  }

  .right-xl69 {
    right: 69px !important;
  }

  .right-xl70 {
    right: 70px !important;
  }

  .right-xl71 {
    right: 71px !important;
  }

  .right-xl72 {
    right: 72px !important;
  }

  .right-xl73 {
    right: 73px !important;
  }

  .right-xl74 {
    right: 74px !important;
  }

  .right-xl75 {
    right: 75px !important;
  }

  .right-xl76 {
    right: 76px !important;
  }

  .right-xl77 {
    right: 77px !important;
  }

  .right-xl78 {
    right: 78px !important;
  }

  .right-xl79 {
    right: 79px !important;
  }

  .right-xl80 {
    right: 80px !important;
  }

  .right-xl81 {
    right: 81px !important;
  }

  .right-xl82 {
    right: 82px !important;
  }

  .right-xl83 {
    right: 83px !important;
  }

  .right-xl84 {
    right: 84px !important;
  }

  .right-xl85 {
    right: 85px !important;
  }

  .right-xl86 {
    right: 86px !important;
  }

  .right-xl87 {
    right: 87px !important;
  }

  .right-xl88 {
    right: 88px !important;
  }

  .right-xl89 {
    right: 89px !important;
  }

  .right-xl90 {
    right: 90px !important;
  }

  .right-xl91 {
    right: 91px !important;
  }

  .right-xl92 {
    right: 92px !important;
  }

  .right-xl93 {
    right: 93px !important;
  }

  .right-xl94 {
    right: 94px !important;
  }

  .right-xl95 {
    right: 95px !important;
  }

  .right-xl96 {
    right: 96px !important;
  }

  .right-xl97 {
    right: 97px !important;
  }

  .right-xl98 {
    right: 98px !important;
  }

  .right-xl99 {
    right: 99px !important;
  }

  .right-xl100 {
    right: 100px !important;
  }

  .right-xl101 {
    right: 101px !important;
  }

  .right-xl102 {
    right: 102px !important;
  }

  .right-xl103 {
    right: 103px !important;
  }

  .right-xl104 {
    right: 104px !important;
  }

  .right-xl105 {
    right: 105px !important;
  }

  .right-xl106 {
    right: 106px !important;
  }

  .right-xl107 {
    right: 107px !important;
  }

  .right-xl108 {
    right: 108px !important;
  }

  .right-xl109 {
    right: 109px !important;
  }

  .right-xl110 {
    right: 110px !important;
  }

  .right-xl111 {
    right: 111px !important;
  }

  .right-xl112 {
    right: 112px !important;
  }

  .right-xl113 {
    right: 113px !important;
  }

  .right-xl114 {
    right: 114px !important;
  }

  .right-xl115 {
    right: 115px !important;
  }

  .right-xl116 {
    right: 116px !important;
  }

  .right-xl117 {
    right: 117px !important;
  }

  .right-xl118 {
    right: 118px !important;
  }

  .right-xl119 {
    right: 119px !important;
  }

  .right-xl120 {
    right: 120px !important;
  }

  .right-xl121 {
    right: 121px !important;
  }

  .right-xl122 {
    right: 122px !important;
  }

  .right-xl123 {
    right: 123px !important;
  }

  .right-xl124 {
    right: 124px !important;
  }

  .right-xl125 {
    right: 125px !important;
  }

  .right-xl126 {
    right: 126px !important;
  }

  .right-xl127 {
    right: 127px !important;
  }

  .right-xl128 {
    right: 128px !important;
  }

  .right-xl129 {
    right: 129px !important;
  }

  .right-xl130 {
    right: 130px !important;
  }

  .right-xl131 {
    right: 131px !important;
  }

  .right-xl132 {
    right: 132px !important;
  }

  .right-xl133 {
    right: 133px !important;
  }

  .right-xl134 {
    right: 134px !important;
  }

  .right-xl135 {
    right: 135px !important;
  }

  .right-xl136 {
    right: 136px !important;
  }

  .right-xl137 {
    right: 137px !important;
  }

  .right-xl138 {
    right: 138px !important;
  }

  .right-xl139 {
    right: 139px !important;
  }

  .right-xl140 {
    right: 140px !important;
  }

  .right-xl141 {
    right: 141px !important;
  }

  .right-xl142 {
    right: 142px !important;
  }

  .right-xl143 {
    right: 143px !important;
  }

  .right-xl144 {
    right: 144px !important;
  }

  .right-xl145 {
    right: 145px !important;
  }

  .right-xl146 {
    right: 146px !important;
  }

  .right-xl147 {
    right: 147px !important;
  }

  .right-xl148 {
    right: 148px !important;
  }

  .right-xl149 {
    right: 149px !important;
  }

  .right-xl150 {
    right: 150px !important;
  }

  .right-xl151 {
    right: 151px !important;
  }

  .right-xl152 {
    right: 152px !important;
  }

  .right-xl153 {
    right: 153px !important;
  }

  .right-xl154 {
    right: 154px !important;
  }

  .right-xl155 {
    right: 155px !important;
  }

  .right-xl156 {
    right: 156px !important;
  }

  .right-xl157 {
    right: 157px !important;
  }

  .right-xl158 {
    right: 158px !important;
  }

  .right-xl159 {
    right: 159px !important;
  }

  .right-xl160 {
    right: 160px !important;
  }

  .right-xl161 {
    right: 161px !important;
  }

  .right-xl162 {
    right: 162px !important;
  }

  .right-xl163 {
    right: 163px !important;
  }

  .right-xl164 {
    right: 164px !important;
  }

  .right-xl165 {
    right: 165px !important;
  }

  .right-xl166 {
    right: 166px !important;
  }

  .right-xl167 {
    right: 167px !important;
  }

  .right-xl168 {
    right: 168px !important;
  }

  .right-xl169 {
    right: 169px !important;
  }

  .right-xl170 {
    right: 170px !important;
  }

  .right-xl171 {
    right: 171px !important;
  }

  .right-xl172 {
    right: 172px !important;
  }

  .right-xl173 {
    right: 173px !important;
  }

  .right-xl174 {
    right: 174px !important;
  }

  .right-xl175 {
    right: 175px !important;
  }

  .right-xl176 {
    right: 176px !important;
  }

  .right-xl177 {
    right: 177px !important;
  }

  .right-xl178 {
    right: 178px !important;
  }

  .right-xl179 {
    right: 179px !important;
  }

  .right-xl180 {
    right: 180px !important;
  }

  .right-xl181 {
    right: 181px !important;
  }

  .right-xl182 {
    right: 182px !important;
  }

  .right-xl183 {
    right: 183px !important;
  }

  .right-xl184 {
    right: 184px !important;
  }

  .right-xl185 {
    right: 185px !important;
  }

  .right-xl186 {
    right: 186px !important;
  }

  .right-xl187 {
    right: 187px !important;
  }

  .right-xl188 {
    right: 188px !important;
  }

  .right-xl189 {
    right: 189px !important;
  }

  .right-xl190 {
    right: 190px !important;
  }

  .right-xl191 {
    right: 191px !important;
  }

  .right-xl192 {
    right: 192px !important;
  }

  .right-xl193 {
    right: 193px !important;
  }

  .right-xl194 {
    right: 194px !important;
  }

  .right-xl195 {
    right: 195px !important;
  }

  .right-xl196 {
    right: 196px !important;
  }

  .right-xl197 {
    right: 197px !important;
  }

  .right-xl198 {
    right: 198px !important;
  }

  .right-xl199 {
    right: 199px !important;
  }

  .right-xl200 {
    right: 200px !important;
  }
}
@media (min-width: 1500px) {
  .right-xxl-200 {
    right: -200px !important;
  }

  .right-xxl-199 {
    right: -199px !important;
  }

  .right-xxl-198 {
    right: -198px !important;
  }

  .right-xxl-197 {
    right: -197px !important;
  }

  .right-xxl-196 {
    right: -196px !important;
  }

  .right-xxl-195 {
    right: -195px !important;
  }

  .right-xxl-194 {
    right: -194px !important;
  }

  .right-xxl-193 {
    right: -193px !important;
  }

  .right-xxl-192 {
    right: -192px !important;
  }

  .right-xxl-191 {
    right: -191px !important;
  }

  .right-xxl-190 {
    right: -190px !important;
  }

  .right-xxl-189 {
    right: -189px !important;
  }

  .right-xxl-188 {
    right: -188px !important;
  }

  .right-xxl-187 {
    right: -187px !important;
  }

  .right-xxl-186 {
    right: -186px !important;
  }

  .right-xxl-185 {
    right: -185px !important;
  }

  .right-xxl-184 {
    right: -184px !important;
  }

  .right-xxl-183 {
    right: -183px !important;
  }

  .right-xxl-182 {
    right: -182px !important;
  }

  .right-xxl-181 {
    right: -181px !important;
  }

  .right-xxl-180 {
    right: -180px !important;
  }

  .right-xxl-179 {
    right: -179px !important;
  }

  .right-xxl-178 {
    right: -178px !important;
  }

  .right-xxl-177 {
    right: -177px !important;
  }

  .right-xxl-176 {
    right: -176px !important;
  }

  .right-xxl-175 {
    right: -175px !important;
  }

  .right-xxl-174 {
    right: -174px !important;
  }

  .right-xxl-173 {
    right: -173px !important;
  }

  .right-xxl-172 {
    right: -172px !important;
  }

  .right-xxl-171 {
    right: -171px !important;
  }

  .right-xxl-170 {
    right: -170px !important;
  }

  .right-xxl-169 {
    right: -169px !important;
  }

  .right-xxl-168 {
    right: -168px !important;
  }

  .right-xxl-167 {
    right: -167px !important;
  }

  .right-xxl-166 {
    right: -166px !important;
  }

  .right-xxl-165 {
    right: -165px !important;
  }

  .right-xxl-164 {
    right: -164px !important;
  }

  .right-xxl-163 {
    right: -163px !important;
  }

  .right-xxl-162 {
    right: -162px !important;
  }

  .right-xxl-161 {
    right: -161px !important;
  }

  .right-xxl-160 {
    right: -160px !important;
  }

  .right-xxl-159 {
    right: -159px !important;
  }

  .right-xxl-158 {
    right: -158px !important;
  }

  .right-xxl-157 {
    right: -157px !important;
  }

  .right-xxl-156 {
    right: -156px !important;
  }

  .right-xxl-155 {
    right: -155px !important;
  }

  .right-xxl-154 {
    right: -154px !important;
  }

  .right-xxl-153 {
    right: -153px !important;
  }

  .right-xxl-152 {
    right: -152px !important;
  }

  .right-xxl-151 {
    right: -151px !important;
  }

  .right-xxl-150 {
    right: -150px !important;
  }

  .right-xxl-149 {
    right: -149px !important;
  }

  .right-xxl-148 {
    right: -148px !important;
  }

  .right-xxl-147 {
    right: -147px !important;
  }

  .right-xxl-146 {
    right: -146px !important;
  }

  .right-xxl-145 {
    right: -145px !important;
  }

  .right-xxl-144 {
    right: -144px !important;
  }

  .right-xxl-143 {
    right: -143px !important;
  }

  .right-xxl-142 {
    right: -142px !important;
  }

  .right-xxl-141 {
    right: -141px !important;
  }

  .right-xxl-140 {
    right: -140px !important;
  }

  .right-xxl-139 {
    right: -139px !important;
  }

  .right-xxl-138 {
    right: -138px !important;
  }

  .right-xxl-137 {
    right: -137px !important;
  }

  .right-xxl-136 {
    right: -136px !important;
  }

  .right-xxl-135 {
    right: -135px !important;
  }

  .right-xxl-134 {
    right: -134px !important;
  }

  .right-xxl-133 {
    right: -133px !important;
  }

  .right-xxl-132 {
    right: -132px !important;
  }

  .right-xxl-131 {
    right: -131px !important;
  }

  .right-xxl-130 {
    right: -130px !important;
  }

  .right-xxl-129 {
    right: -129px !important;
  }

  .right-xxl-128 {
    right: -128px !important;
  }

  .right-xxl-127 {
    right: -127px !important;
  }

  .right-xxl-126 {
    right: -126px !important;
  }

  .right-xxl-125 {
    right: -125px !important;
  }

  .right-xxl-124 {
    right: -124px !important;
  }

  .right-xxl-123 {
    right: -123px !important;
  }

  .right-xxl-122 {
    right: -122px !important;
  }

  .right-xxl-121 {
    right: -121px !important;
  }

  .right-xxl-120 {
    right: -120px !important;
  }

  .right-xxl-119 {
    right: -119px !important;
  }

  .right-xxl-118 {
    right: -118px !important;
  }

  .right-xxl-117 {
    right: -117px !important;
  }

  .right-xxl-116 {
    right: -116px !important;
  }

  .right-xxl-115 {
    right: -115px !important;
  }

  .right-xxl-114 {
    right: -114px !important;
  }

  .right-xxl-113 {
    right: -113px !important;
  }

  .right-xxl-112 {
    right: -112px !important;
  }

  .right-xxl-111 {
    right: -111px !important;
  }

  .right-xxl-110 {
    right: -110px !important;
  }

  .right-xxl-109 {
    right: -109px !important;
  }

  .right-xxl-108 {
    right: -108px !important;
  }

  .right-xxl-107 {
    right: -107px !important;
  }

  .right-xxl-106 {
    right: -106px !important;
  }

  .right-xxl-105 {
    right: -105px !important;
  }

  .right-xxl-104 {
    right: -104px !important;
  }

  .right-xxl-103 {
    right: -103px !important;
  }

  .right-xxl-102 {
    right: -102px !important;
  }

  .right-xxl-101 {
    right: -101px !important;
  }

  .right-xxl-100 {
    right: -100px !important;
  }

  .right-xxl-99 {
    right: -99px !important;
  }

  .right-xxl-98 {
    right: -98px !important;
  }

  .right-xxl-97 {
    right: -97px !important;
  }

  .right-xxl-96 {
    right: -96px !important;
  }

  .right-xxl-95 {
    right: -95px !important;
  }

  .right-xxl-94 {
    right: -94px !important;
  }

  .right-xxl-93 {
    right: -93px !important;
  }

  .right-xxl-92 {
    right: -92px !important;
  }

  .right-xxl-91 {
    right: -91px !important;
  }

  .right-xxl-90 {
    right: -90px !important;
  }

  .right-xxl-89 {
    right: -89px !important;
  }

  .right-xxl-88 {
    right: -88px !important;
  }

  .right-xxl-87 {
    right: -87px !important;
  }

  .right-xxl-86 {
    right: -86px !important;
  }

  .right-xxl-85 {
    right: -85px !important;
  }

  .right-xxl-84 {
    right: -84px !important;
  }

  .right-xxl-83 {
    right: -83px !important;
  }

  .right-xxl-82 {
    right: -82px !important;
  }

  .right-xxl-81 {
    right: -81px !important;
  }

  .right-xxl-80 {
    right: -80px !important;
  }

  .right-xxl-79 {
    right: -79px !important;
  }

  .right-xxl-78 {
    right: -78px !important;
  }

  .right-xxl-77 {
    right: -77px !important;
  }

  .right-xxl-76 {
    right: -76px !important;
  }

  .right-xxl-75 {
    right: -75px !important;
  }

  .right-xxl-74 {
    right: -74px !important;
  }

  .right-xxl-73 {
    right: -73px !important;
  }

  .right-xxl-72 {
    right: -72px !important;
  }

  .right-xxl-71 {
    right: -71px !important;
  }

  .right-xxl-70 {
    right: -70px !important;
  }

  .right-xxl-69 {
    right: -69px !important;
  }

  .right-xxl-68 {
    right: -68px !important;
  }

  .right-xxl-67 {
    right: -67px !important;
  }

  .right-xxl-66 {
    right: -66px !important;
  }

  .right-xxl-65 {
    right: -65px !important;
  }

  .right-xxl-64 {
    right: -64px !important;
  }

  .right-xxl-63 {
    right: -63px !important;
  }

  .right-xxl-62 {
    right: -62px !important;
  }

  .right-xxl-61 {
    right: -61px !important;
  }

  .right-xxl-60 {
    right: -60px !important;
  }

  .right-xxl-59 {
    right: -59px !important;
  }

  .right-xxl-58 {
    right: -58px !important;
  }

  .right-xxl-57 {
    right: -57px !important;
  }

  .right-xxl-56 {
    right: -56px !important;
  }

  .right-xxl-55 {
    right: -55px !important;
  }

  .right-xxl-54 {
    right: -54px !important;
  }

  .right-xxl-53 {
    right: -53px !important;
  }

  .right-xxl-52 {
    right: -52px !important;
  }

  .right-xxl-51 {
    right: -51px !important;
  }

  .right-xxl-50 {
    right: -50px !important;
  }

  .right-xxl-49 {
    right: -49px !important;
  }

  .right-xxl-48 {
    right: -48px !important;
  }

  .right-xxl-47 {
    right: -47px !important;
  }

  .right-xxl-46 {
    right: -46px !important;
  }

  .right-xxl-45 {
    right: -45px !important;
  }

  .right-xxl-44 {
    right: -44px !important;
  }

  .right-xxl-43 {
    right: -43px !important;
  }

  .right-xxl-42 {
    right: -42px !important;
  }

  .right-xxl-41 {
    right: -41px !important;
  }

  .right-xxl-40 {
    right: -40px !important;
  }

  .right-xxl-39 {
    right: -39px !important;
  }

  .right-xxl-38 {
    right: -38px !important;
  }

  .right-xxl-37 {
    right: -37px !important;
  }

  .right-xxl-36 {
    right: -36px !important;
  }

  .right-xxl-35 {
    right: -35px !important;
  }

  .right-xxl-34 {
    right: -34px !important;
  }

  .right-xxl-33 {
    right: -33px !important;
  }

  .right-xxl-32 {
    right: -32px !important;
  }

  .right-xxl-31 {
    right: -31px !important;
  }

  .right-xxl-30 {
    right: -30px !important;
  }

  .right-xxl-29 {
    right: -29px !important;
  }

  .right-xxl-28 {
    right: -28px !important;
  }

  .right-xxl-27 {
    right: -27px !important;
  }

  .right-xxl-26 {
    right: -26px !important;
  }

  .right-xxl-25 {
    right: -25px !important;
  }

  .right-xxl-24 {
    right: -24px !important;
  }

  .right-xxl-23 {
    right: -23px !important;
  }

  .right-xxl-22 {
    right: -22px !important;
  }

  .right-xxl-21 {
    right: -21px !important;
  }

  .right-xxl-20 {
    right: -20px !important;
  }

  .right-xxl-19 {
    right: -19px !important;
  }

  .right-xxl-18 {
    right: -18px !important;
  }

  .right-xxl-17 {
    right: -17px !important;
  }

  .right-xxl-16 {
    right: -16px !important;
  }

  .right-xxl-15 {
    right: -15px !important;
  }

  .right-xxl-14 {
    right: -14px !important;
  }

  .right-xxl-13 {
    right: -13px !important;
  }

  .right-xxl-12 {
    right: -12px !important;
  }

  .right-xxl-11 {
    right: -11px !important;
  }

  .right-xxl-10 {
    right: -10px !important;
  }

  .right-xxl-9 {
    right: -9px !important;
  }

  .right-xxl-8 {
    right: -8px !important;
  }

  .right-xxl-7 {
    right: -7px !important;
  }

  .right-xxl-6 {
    right: -6px !important;
  }

  .right-xxl-5 {
    right: -5px !important;
  }

  .right-xxl-4 {
    right: -4px !important;
  }

  .right-xxl-3 {
    right: -3px !important;
  }

  .right-xxl-2 {
    right: -2px !important;
  }

  .right-xxl-1 {
    right: -1px !important;
  }

  .right-xxl0 {
    right: 0px !important;
  }

  .right-xxl1 {
    right: 1px !important;
  }

  .right-xxl2 {
    right: 2px !important;
  }

  .right-xxl3 {
    right: 3px !important;
  }

  .right-xxl4 {
    right: 4px !important;
  }

  .right-xxl5 {
    right: 5px !important;
  }

  .right-xxl6 {
    right: 6px !important;
  }

  .right-xxl7 {
    right: 7px !important;
  }

  .right-xxl8 {
    right: 8px !important;
  }

  .right-xxl9 {
    right: 9px !important;
  }

  .right-xxl10 {
    right: 10px !important;
  }

  .right-xxl11 {
    right: 11px !important;
  }

  .right-xxl12 {
    right: 12px !important;
  }

  .right-xxl13 {
    right: 13px !important;
  }

  .right-xxl14 {
    right: 14px !important;
  }

  .right-xxl15 {
    right: 15px !important;
  }

  .right-xxl16 {
    right: 16px !important;
  }

  .right-xxl17 {
    right: 17px !important;
  }

  .right-xxl18 {
    right: 18px !important;
  }

  .right-xxl19 {
    right: 19px !important;
  }

  .right-xxl20 {
    right: 20px !important;
  }

  .right-xxl21 {
    right: 21px !important;
  }

  .right-xxl22 {
    right: 22px !important;
  }

  .right-xxl23 {
    right: 23px !important;
  }

  .right-xxl24 {
    right: 24px !important;
  }

  .right-xxl25 {
    right: 25px !important;
  }

  .right-xxl26 {
    right: 26px !important;
  }

  .right-xxl27 {
    right: 27px !important;
  }

  .right-xxl28 {
    right: 28px !important;
  }

  .right-xxl29 {
    right: 29px !important;
  }

  .right-xxl30 {
    right: 30px !important;
  }

  .right-xxl31 {
    right: 31px !important;
  }

  .right-xxl32 {
    right: 32px !important;
  }

  .right-xxl33 {
    right: 33px !important;
  }

  .right-xxl34 {
    right: 34px !important;
  }

  .right-xxl35 {
    right: 35px !important;
  }

  .right-xxl36 {
    right: 36px !important;
  }

  .right-xxl37 {
    right: 37px !important;
  }

  .right-xxl38 {
    right: 38px !important;
  }

  .right-xxl39 {
    right: 39px !important;
  }

  .right-xxl40 {
    right: 40px !important;
  }

  .right-xxl41 {
    right: 41px !important;
  }

  .right-xxl42 {
    right: 42px !important;
  }

  .right-xxl43 {
    right: 43px !important;
  }

  .right-xxl44 {
    right: 44px !important;
  }

  .right-xxl45 {
    right: 45px !important;
  }

  .right-xxl46 {
    right: 46px !important;
  }

  .right-xxl47 {
    right: 47px !important;
  }

  .right-xxl48 {
    right: 48px !important;
  }

  .right-xxl49 {
    right: 49px !important;
  }

  .right-xxl50 {
    right: 50px !important;
  }

  .right-xxl51 {
    right: 51px !important;
  }

  .right-xxl52 {
    right: 52px !important;
  }

  .right-xxl53 {
    right: 53px !important;
  }

  .right-xxl54 {
    right: 54px !important;
  }

  .right-xxl55 {
    right: 55px !important;
  }

  .right-xxl56 {
    right: 56px !important;
  }

  .right-xxl57 {
    right: 57px !important;
  }

  .right-xxl58 {
    right: 58px !important;
  }

  .right-xxl59 {
    right: 59px !important;
  }

  .right-xxl60 {
    right: 60px !important;
  }

  .right-xxl61 {
    right: 61px !important;
  }

  .right-xxl62 {
    right: 62px !important;
  }

  .right-xxl63 {
    right: 63px !important;
  }

  .right-xxl64 {
    right: 64px !important;
  }

  .right-xxl65 {
    right: 65px !important;
  }

  .right-xxl66 {
    right: 66px !important;
  }

  .right-xxl67 {
    right: 67px !important;
  }

  .right-xxl68 {
    right: 68px !important;
  }

  .right-xxl69 {
    right: 69px !important;
  }

  .right-xxl70 {
    right: 70px !important;
  }

  .right-xxl71 {
    right: 71px !important;
  }

  .right-xxl72 {
    right: 72px !important;
  }

  .right-xxl73 {
    right: 73px !important;
  }

  .right-xxl74 {
    right: 74px !important;
  }

  .right-xxl75 {
    right: 75px !important;
  }

  .right-xxl76 {
    right: 76px !important;
  }

  .right-xxl77 {
    right: 77px !important;
  }

  .right-xxl78 {
    right: 78px !important;
  }

  .right-xxl79 {
    right: 79px !important;
  }

  .right-xxl80 {
    right: 80px !important;
  }

  .right-xxl81 {
    right: 81px !important;
  }

  .right-xxl82 {
    right: 82px !important;
  }

  .right-xxl83 {
    right: 83px !important;
  }

  .right-xxl84 {
    right: 84px !important;
  }

  .right-xxl85 {
    right: 85px !important;
  }

  .right-xxl86 {
    right: 86px !important;
  }

  .right-xxl87 {
    right: 87px !important;
  }

  .right-xxl88 {
    right: 88px !important;
  }

  .right-xxl89 {
    right: 89px !important;
  }

  .right-xxl90 {
    right: 90px !important;
  }

  .right-xxl91 {
    right: 91px !important;
  }

  .right-xxl92 {
    right: 92px !important;
  }

  .right-xxl93 {
    right: 93px !important;
  }

  .right-xxl94 {
    right: 94px !important;
  }

  .right-xxl95 {
    right: 95px !important;
  }

  .right-xxl96 {
    right: 96px !important;
  }

  .right-xxl97 {
    right: 97px !important;
  }

  .right-xxl98 {
    right: 98px !important;
  }

  .right-xxl99 {
    right: 99px !important;
  }

  .right-xxl100 {
    right: 100px !important;
  }

  .right-xxl101 {
    right: 101px !important;
  }

  .right-xxl102 {
    right: 102px !important;
  }

  .right-xxl103 {
    right: 103px !important;
  }

  .right-xxl104 {
    right: 104px !important;
  }

  .right-xxl105 {
    right: 105px !important;
  }

  .right-xxl106 {
    right: 106px !important;
  }

  .right-xxl107 {
    right: 107px !important;
  }

  .right-xxl108 {
    right: 108px !important;
  }

  .right-xxl109 {
    right: 109px !important;
  }

  .right-xxl110 {
    right: 110px !important;
  }

  .right-xxl111 {
    right: 111px !important;
  }

  .right-xxl112 {
    right: 112px !important;
  }

  .right-xxl113 {
    right: 113px !important;
  }

  .right-xxl114 {
    right: 114px !important;
  }

  .right-xxl115 {
    right: 115px !important;
  }

  .right-xxl116 {
    right: 116px !important;
  }

  .right-xxl117 {
    right: 117px !important;
  }

  .right-xxl118 {
    right: 118px !important;
  }

  .right-xxl119 {
    right: 119px !important;
  }

  .right-xxl120 {
    right: 120px !important;
  }

  .right-xxl121 {
    right: 121px !important;
  }

  .right-xxl122 {
    right: 122px !important;
  }

  .right-xxl123 {
    right: 123px !important;
  }

  .right-xxl124 {
    right: 124px !important;
  }

  .right-xxl125 {
    right: 125px !important;
  }

  .right-xxl126 {
    right: 126px !important;
  }

  .right-xxl127 {
    right: 127px !important;
  }

  .right-xxl128 {
    right: 128px !important;
  }

  .right-xxl129 {
    right: 129px !important;
  }

  .right-xxl130 {
    right: 130px !important;
  }

  .right-xxl131 {
    right: 131px !important;
  }

  .right-xxl132 {
    right: 132px !important;
  }

  .right-xxl133 {
    right: 133px !important;
  }

  .right-xxl134 {
    right: 134px !important;
  }

  .right-xxl135 {
    right: 135px !important;
  }

  .right-xxl136 {
    right: 136px !important;
  }

  .right-xxl137 {
    right: 137px !important;
  }

  .right-xxl138 {
    right: 138px !important;
  }

  .right-xxl139 {
    right: 139px !important;
  }

  .right-xxl140 {
    right: 140px !important;
  }

  .right-xxl141 {
    right: 141px !important;
  }

  .right-xxl142 {
    right: 142px !important;
  }

  .right-xxl143 {
    right: 143px !important;
  }

  .right-xxl144 {
    right: 144px !important;
  }

  .right-xxl145 {
    right: 145px !important;
  }

  .right-xxl146 {
    right: 146px !important;
  }

  .right-xxl147 {
    right: 147px !important;
  }

  .right-xxl148 {
    right: 148px !important;
  }

  .right-xxl149 {
    right: 149px !important;
  }

  .right-xxl150 {
    right: 150px !important;
  }

  .right-xxl151 {
    right: 151px !important;
  }

  .right-xxl152 {
    right: 152px !important;
  }

  .right-xxl153 {
    right: 153px !important;
  }

  .right-xxl154 {
    right: 154px !important;
  }

  .right-xxl155 {
    right: 155px !important;
  }

  .right-xxl156 {
    right: 156px !important;
  }

  .right-xxl157 {
    right: 157px !important;
  }

  .right-xxl158 {
    right: 158px !important;
  }

  .right-xxl159 {
    right: 159px !important;
  }

  .right-xxl160 {
    right: 160px !important;
  }

  .right-xxl161 {
    right: 161px !important;
  }

  .right-xxl162 {
    right: 162px !important;
  }

  .right-xxl163 {
    right: 163px !important;
  }

  .right-xxl164 {
    right: 164px !important;
  }

  .right-xxl165 {
    right: 165px !important;
  }

  .right-xxl166 {
    right: 166px !important;
  }

  .right-xxl167 {
    right: 167px !important;
  }

  .right-xxl168 {
    right: 168px !important;
  }

  .right-xxl169 {
    right: 169px !important;
  }

  .right-xxl170 {
    right: 170px !important;
  }

  .right-xxl171 {
    right: 171px !important;
  }

  .right-xxl172 {
    right: 172px !important;
  }

  .right-xxl173 {
    right: 173px !important;
  }

  .right-xxl174 {
    right: 174px !important;
  }

  .right-xxl175 {
    right: 175px !important;
  }

  .right-xxl176 {
    right: 176px !important;
  }

  .right-xxl177 {
    right: 177px !important;
  }

  .right-xxl178 {
    right: 178px !important;
  }

  .right-xxl179 {
    right: 179px !important;
  }

  .right-xxl180 {
    right: 180px !important;
  }

  .right-xxl181 {
    right: 181px !important;
  }

  .right-xxl182 {
    right: 182px !important;
  }

  .right-xxl183 {
    right: 183px !important;
  }

  .right-xxl184 {
    right: 184px !important;
  }

  .right-xxl185 {
    right: 185px !important;
  }

  .right-xxl186 {
    right: 186px !important;
  }

  .right-xxl187 {
    right: 187px !important;
  }

  .right-xxl188 {
    right: 188px !important;
  }

  .right-xxl189 {
    right: 189px !important;
  }

  .right-xxl190 {
    right: 190px !important;
  }

  .right-xxl191 {
    right: 191px !important;
  }

  .right-xxl192 {
    right: 192px !important;
  }

  .right-xxl193 {
    right: 193px !important;
  }

  .right-xxl194 {
    right: 194px !important;
  }

  .right-xxl195 {
    right: 195px !important;
  }

  .right-xxl196 {
    right: 196px !important;
  }

  .right-xxl197 {
    right: 197px !important;
  }

  .right-xxl198 {
    right: 198px !important;
  }

  .right-xxl199 {
    right: 199px !important;
  }

  .right-xxl200 {
    right: 200px !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }

  .position-sm-relative {
    position: relative !important;
  }

  .position-sm-absolute {
    position: absolute !important;
  }

  .position-sm-fixed {
    position: fixed !important;
  }

  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }

  .position-md-relative {
    position: relative !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .position-md-fixed {
    position: fixed !important;
  }

  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }

  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }

  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  .position-xl-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1500px) {
  .position-xxl-static {
    position: static !important;
  }

  .position-xxl-relative {
    position: relative !important;
  }

  .position-xxl-absolute {
    position: absolute !important;
  }

  .position-xxl-fixed {
    position: fixed !important;
  }

  .position-xxl-sticky {
    position: sticky !important;
  }
}
.scrollable-div::-webkit-scrollbar {
  width: var(--sb-size);
}

.scrollable-div::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 0;
}

.scrollable-div::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 0;
}

#menulisModal .modal-body .btn-submit:disabled {
  background-color: #b6b6b6;
  cursor: not-allowed;
}

#menulisModal .modal-body .btn-submit {
  background-color: #084640;
  transition: all 0.5s ease;
  color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 150px;
  margin-top: 5px;
  padding: 8px 10px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(9, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1200.98px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.grid [class^=grid] {
  min-height: 180px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transform: scale(1);
  transition: all 0.5s ease;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 10px solid transparent;
}
@media only screen and (min-width: 1500.98px) {
  .grid [class^=grid] {
    border: 12px solid transparent;
  }
}
@media only screen and (max-width: 1200.98px) {
  .grid [class^=grid] {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.grid [class^=grid]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  transition: all 0.5s ease;
  opacity: 1;
}
@media only screen and (min-width: 1500.98px) {
  .grid [class^=grid]::after {
    border-radius: 30px;
  }
}
.grid [class^=grid] h3 {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s ease;
}
.grid [class^=grid] .plus {
  display: flex;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 30px;
  width: 30px;
  font-size: 28px;
  border-radius: 100px;
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}
.grid [class^=grid]:hover {
  transform: scale(1.03);
}
.grid [class^=grid]:hover::after {
  opacity: 0;
}
.grid [class^=grid]:hover h3 {
  opacity: 0;
}
.grid .grid1 {
  grid-column: 1/span 2;
  grid-row: 1/span 3;
  transform: scale(1) !important;
}
.grid .grid1 h1 {
  line-height: 1;
}
.grid .grid1::after {
  content: none !important;
}
@media only screen and (max-width: 1200.98px) {
  .grid .grid1 {
    grid-column: 2/span 1 !important;
    grid-row: 1/span 1 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .grid .grid1 {
    grid-column: 1/span 2 !important;
    grid-row: 1 !important;
  }
}
.grid .grid2 {
  grid-column: 3/span 3;
  grid-row: 1/span 3;
  border-color: #f974a6 !important;
}
@media only screen and (max-width: 1200.98px) {
  .grid .grid2 {
    grid-column: 3/span 1 !important;
    grid-row: 2 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .grid .grid2 {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
}
.grid .grid3 {
  grid-column: 6/span 3;
  grid-row: 1/span 3;
  border-color: #f974a6 !important;
}
@media only screen and (max-width: 1200.98px) {
  .grid .grid3 {
    grid-row: 2 !important;
  }
}
.grid .grid4 {
  grid-column: 1/span 2;
  grid-row: 4/span 6;
  border-color: #79c9fa !important;
}
@media only screen and (max-width: 1200.98px) {
  .grid .grid4 {
    grid-row: 2 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .grid .grid4 {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
}
.grid .grid5 {
  grid-column: 3/span 3;
  grid-row: 4/span 3;
  border-color: #79c9fa !important;
}
@media only screen and (max-width: 1200.98px) {
  .grid .grid5 {
    grid-row: 3 !important;
  }
}
.grid .grid6 {
  grid-column: 6/span 3;
  grid-row: 4/span 6;
  border-color: #79c9fa !important;
}
@media only screen and (max-width: 1200.98px) {
  .grid .grid6 {
    grid-row: 3 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .grid .grid6 {
    grid-column: 1 !important;
    grid-row: 4 !important;
  }
}
.grid .grid7 {
  grid-column: 3/span 3;
  grid-row: 7/span 3;
  border-color: #f974a6 !important;
}
@media only screen and (max-width: 1200.98px) {
  .grid .grid7 {
    grid-row: 3 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .grid .grid7 {
    grid-column: 2 !important;
    grid-row: 4 !important;
  }
}

.bg-navy-feb26 .scrollable-div {
  --sb-track-color: #e2e2e2;
  --sb-thumb-color: #e2a54d;
  --sb-size: 10px;
  overflow-y: scroll;
  padding-top: 5px;
}
@media (min-width: 991px) {
  .bg-navy-feb26 .scrollable-div {
    margin-right: -10px;
  }
}
@media (max-width: 576px) {
  .bg-navy-feb26 .scrollable-div {
    margin-right: 0;
    padding-right: 20px;
  }
}

.daftarIsi-wrapper .daftarIsi-content-wrapper {
  margin-bottom: 90px;
}
.daftarIsi-wrapper .daftarIsi-content-wrapper .img-daftarIsi {
  width: 100%;
  max-width: 180px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-row a {
  display: flex;
  align-items: center;
}
.daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-content .copy-wrapper {
  width: calc(100% - 55px);
}
.daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-content .arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 4px solid white;
  border-radius: 100px;
  margin-right: 10px;
}
.daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-content .arrow i {
  font-size: 1.5625rem;
  display: block;
  transition: transform 0.5s ease;
}
.daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-content:hover .arrow i {
  animation: moveRight 0.6s linear infinite;
}

@media (min-width: 1500px) {
  h3,
.title-m {
    font-size: 1.5625rem;
  }

  .subtitle {
    font-size: 1.6875rem;
  }

  .daftarIsi-wrapper .daftarIsi-content-wrapper {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 1200.98px) {
  h3,
.title-m {
    font-size: 1.4375rem;
  }

  .daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-row {
    margin-top: 0;
    margin: 0 auto;
    max-width: 850px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  h3,
.title-m {
    font-size: 1.4375rem;
  }

  .daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-row {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .daftarIsi-wrapper {
    margin-top: 60px;
  }
  .daftarIsi-wrapper .daftarIsi-content-wrapper {
    margin-bottom: 60px;
  }
  .daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-row {
    max-width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 576px) {
  .daftarIsi-wrapper .daftarIsi-content-wrapper .daftarIsi-row {
    max-width: 100%;
    padding: 0 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.takKenal-content {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1199.98px) {
  .takKenal-content {
    width: 33.33%;
  }
}
@media (max-width: 578px) {
  .takKenal-content {
    width: 50%;
  }
}
.takKenal-content .takKenal-name {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: calc(100% - 40px);
  border-radius: 15px;
}
.takKenal-content .takKenal-name p {
  line-height: 1;
}

.takKenal-section .col-lg-8 {
  position: relative;
}
.takKenal-section .col-lg-8:before {
  background-image: url("../img/ornament/ornament-desk.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: -50px;
  width: 120px;
  height: 120px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .takKenal-section .col-lg-8:before {
    left: -15px;
  }
}
@media (max-width: 576px) {
  .takKenal-section .col-lg-8:before {
    width: 100px;
    height: 100px;
    top: -25px;
  }
}

.artikel-section {
  position: relative;
}

.article-card {
  cursor: pointer;
  transform: scale(1);
  transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .article-card {
    max-width: 300px;
    margin: 0 auto;
  }
}
.article-card:hover {
  transform: scale(1.03);
  transition: transform 0.5s ease;
}

.sapa-wrapper {
  width: 100%;
}
@media (max-width: 576px) {
  .sapa-wrapper {
    max-width: 300px;
    margin: 0 auto;
  }
}

.calendar-wrapper {
  overflow-x: auto;
  overflow-y: unset !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
}
.calendar-wrapper .img-calendar {
  width: 100%;
  min-width: 750px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.calendar-new {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.calendar-new .calendar-content {
  width: calc(100% / 3);
}
@media (max-width: 767.98px) {
  .calendar-new .calendar-content {
    width: calc(100% / 2);
  }
}
@media (max-width: 576px) {
  .calendar-new .calendar-content {
    width: calc(100% / 1);
  }
}
.calendar-new .calendar-content .date {
  color: #fffdf4 !important;
  padding: 10px 5px;
  width: 90px;
}
.calendar-new .calendar-content .date h2 {
  font-size: 40px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 0px -2px 0 #000, 3px 4px 0 #000;
  padding: 0 5px;
  text-align: center;
}
.calendar-new .calendar-content .name {
  background-color: #3f1116 !important;
  color: white !important;
  padding: 20px 15px;
  font-size: 12px;
  width: 100%;
}
.calendar-new .calendar-content .name p,
.calendar-new .calendar-content .name span {
  font-size: 12px;
  margin-bottom: 0;
}
.calendar-new .calendar-content:nth-child(odd) .date {
  background-color: #fffdf4 !important;
}
.calendar-new .calendar-content:nth-child(even) .date {
  background-color: #fffdf4 !important;
}
@media (max-width: 767.98px) {
  .calendar-new .calendar-content:nth-child(4n+1) .date, .calendar-new .calendar-content:nth-child(4n) .date {
    background-color: #fffdf4 !important;
  }
  .calendar-new .calendar-content:nth-child(4n+2) .date, .calendar-new .calendar-content:nth-child(4n+3) .date {
    background-color: #fffdf4 !important;
  }
}
@media (max-width: 576.98px) {
  .calendar-new .calendar-content:nth-child(odd) .date {
    background-color: #fffdf4 !important;
  }
  .calendar-new .calendar-content:nth-child(even) .date {
    background-color: #fffdf4 !important;
  }
}

.saran-wrapper .form-container .form-wrapper {
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.link-maka {
  width: 100%;
  max-width: 250px;
  text-align: center;
  position: relative;
}
.link-maka::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-right: 1px dotted white;
}
.link-maka:last-child::after {
  content: none !important;
}
.link-maka a {
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-right: 10px;
  line-height: 1;
}
.link-maka a p {
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  text-align: left;
  line-height: 1.4;
}
.link-maka a img {
  width: 45px;
}
@media only screen and (max-width: 567.98px) {
  .link-maka a img {
    width: 40px !important;
  }
}
.link-maka a:hover {
  filter: none !important;
  transition: all 0.5s ease-in-out;
}
.link-maka a:hover p {
  transition: all 0.5s ease-in-out;
  color: #ffbd15 !important;
}
@media (max-width: 767.98px) {
  .link-maka {
    max-width: 100%;
  }
  .link-maka::after {
    content: none;
  }
  .link-maka a {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

.section1-mei26 .top-notch {
  margin-bottom: -25px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .section1-mei26 .top-notch {
    margin-bottom: -20px;
  }
  .section1-mei26 .top-notch span {
    font-size: 16px !important;
  }
}
.section1-mei26 .title-xxl {
  font-size: 5rem;
}
@media (max-width: 1499.98px) {
  .section1-mei26 .title-xxl {
    font-size: 4.6875rem;
  }
}
@media (max-width: 1199.98px) {
  .section1-mei26 .title-xxl {
    font-size: 4.375rem;
  }
}
@media (max-width: 991.98px) {
  .section1-mei26 .title-xxl {
    font-size: 4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .section1-mei26 .title-xxl {
    font-size: 3.75rem;
  }
}
@media (min-width: 1500px) {
  .section1-mei26 .title-xxl {
    font-size: 5.3125rem;
  }
}
@media (min-width: 1800px) {
  .section1-mei26 .title-xxl {
    font-size: 5.625rem;
  }
}
.section1-mei26 h1,
.section1-mei26 h2 {
  color: white;
}
@media (max-width: 767.98px) {
  .section1-mei26 h1,
.section1-mei26 h2 {
    color: #3f1116;
  }
}

.section4-mei26 .artikel-item {
  width: calc(100% / 3);
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s ease;
}
@media (max-width: 991.98px) {
  .section4-mei26 .artikel-item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .section4-mei26 .artikel-item {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
.section4-mei26 .artikel-item h4,
.section4-mei26 .artikel-item p {
  color: #000;
  text-decoration: none !important;
}
.section4-mei26 .artikel-item h4 .underlined,
.section4-mei26 .artikel-item p .underlined {
  text-decoration: underline !important;
}
.section4-mei26 .artikel-item:hover {
  transform: scale(1.03);
  transition: transform 0.5s ease;
}
.section4-mei26 .artikel-item .img-wrapper {
  position: relative;
}
.section4-mei26 .artikel-item .img-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom 10px;
}

.section6-mei26 {
  background-image: url("../img/ornament/ornament-pengumuman.png");
  background-size: 300px;
  background-position: top right;
}
@media (max-width: 575.98px) {
  .section6-mei26 {
    background-size: 100px;
  }
}

.section2-mei26 {
  background-image: url("../img/ornament/ornament-rounded-m2.png");
  background-repeat: repeat-x;
  background-size: 700px;
  background-position: top center;
  padding-top: 60px;
}

.section7-mei26 {
  background-image: url("../img/ornament/ornament-rounded-m.png");
  background-repeat: repeat-x;
  background-size: 700px;
  background-position: top center;
  padding-top: 60px;
}
.section7-mei26 .form-wrapper {
  position: relative;
}
.section7-mei26 .form-wrapper:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 20px;
  background-image: url("../img/bg-quiz.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.section7-mei26 .quiz-card {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section7-mei26 .quiz-options {
  display: flex;
  flex-direction: column;
}
.section7-mei26 .option {
  color: #333;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.section7-mei26 .option:hover {
  color: #3f1116;
  text-decoration: underline !important;
}
.section7-mei26 .option:has(input[type=radio]:checked) {
  color: #3f1116;
  font-weight: 700;
  text-decoration: underline !important;
}
.section7-mei26 .option input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border: 2px solid #3f1116;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
.section7-mei26 .option input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3f1116;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.section7-mei26 .option input[type=radio]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

.section11-mei26 {
  background-image: url("../img/img-saran.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 400px;
}
@media (min-width: 1500px) {
  .section11-mei26 {
    background-image: none;
  }
}
@media (max-width: 1199.98px) {
  .section11-mei26 {
    background-size: 32vw;
  }
}
@media (max-width: 991.98px) {
  .section11-mei26 {
    background-size: 27vw;
  }
}
@media (max-width: 575.98px) {
  .section11-mei26 {
    background-size: 150px;
  }
}
.section11-mei26 .form-container {
  margin-bottom: 90px;
}
@media (max-width: 575.98px) {
  .section11-mei26 .form-container {
    margin-bottom: 190px;
  }
}

.section12-mei26 {
  background-image: url("../img/ornament/ornament-bulb-left.png"), url("../img/ornament/ornament-bulb-right.png");
  background-repeat: no-repeat;
  background-size: 240px, 140px;
  background-position: bottom right 5%, bottom left 10%;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .section12-mei26 {
    background-size: 150px, 120px;
    background-position: bottom right 10px, bottom left 10px;
  }
}
@media (max-width: 767.98px) {
  .section12-mei26 {
    background-size: 90px, 70px;
    background-position: bottom right 40px, bottom left 40px;
  }
}

.section3-apr26 .grid-alt {
  row-gap: 60px;
}
@media (min-width: 1500px) {
  .section3-apr26 .grid-alt {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .section3-apr26 .grid-alt {
    max-width: 992px;
    margin: 0 auto;
    row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .section3-apr26 .grid-alt {
    row-gap: 30px;
  }
}
@media (max-width: 450px) {
  .section3-apr26 .grid-alt {
    row-gap: 45px;
  }
}
.section3-apr26 .grid-alt a {
  display: flex;
  width: 50%;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 450px) {
  .section3-apr26 .grid-alt a {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
.section3-apr26 .grid-alt a:before {
  content: "";
  position: absolute;
  inset: -20px 0 0 0;
  background: url("../img/ornament/ornament-tape.png") no-repeat left 40% top/120px;
  z-index: 3;
}
.section3-apr26 .grid-alt a .gallery-content {
  max-width: 350px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1500px) {
  .section3-apr26 .grid-alt a .gallery-content {
    max-width: 500px;
  }
}
@media (max-width: 450px) {
  .section3-apr26 .grid-alt a .gallery-content {
    max-width: 400px;
    margin-right: 10px;
  }
}
.section3-apr26 .grid-alt a .gallery-content:before, .section3-apr26 .grid-alt a .gallery-content:after {
  content: "";
  position: absolute;
  inset: 0;
}
.section3-apr26 .grid-alt a .gallery-content:before {
  background: #fff;
  z-index: -1;
}
.section3-apr26 .grid-alt a .gallery-content:after {
  inset: 10px -10px -10px 10px;
  background: rgba(156, 182, 189, 0.7);
  z-index: -2;
}
.section3-apr26 .grid-alt a img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .section3-apr26 .grid-alt .gallery1,
.section3-apr26 .grid-alt .gallery2,
.section3-apr26 .grid-alt .gallery3,
.section3-apr26 .grid-alt .gallery4 {
    justify-content: center;
  }
  .section3-apr26 .grid-alt .gallery1:before,
.section3-apr26 .grid-alt .gallery2:before,
.section3-apr26 .grid-alt .gallery3:before,
.section3-apr26 .grid-alt .gallery4:before {
    background-position: center top;
  }
}
@media (max-width: 767.98px) {
  .section3-apr26 .grid-alt .gallery1:before,
.section3-apr26 .grid-alt .gallery2:before,
.section3-apr26 .grid-alt .gallery3:before,
.section3-apr26 .grid-alt .gallery4:before {
    background-size: 100px;
    background-position: center top 3px;
  }
}
@media (min-width: 1500px) {
  .section3-apr26 .grid-alt .gallery1:before,
.section3-apr26 .grid-alt .gallery2:before,
.section3-apr26 .grid-alt .gallery3:before,
.section3-apr26 .grid-alt .gallery4:before {
    background-size: 170px;
    background-position: 30% top -15px;
  }
}
.section3-apr26 .grid-alt .gallery1,
.section3-apr26 .grid-alt .gallery2 {
  justify-content: flex-end;
}
.section3-apr26 .grid-alt .gallery1:before,
.section3-apr26 .grid-alt .gallery2:before {
  background-position: right 40% top;
}
@media (min-width: 1500px) {
  .section3-apr26 .grid-alt .gallery1:before,
.section3-apr26 .grid-alt .gallery2:before {
    background-position: right 30% top -15px;
  }
}
.section3-apr26 .grid-alt .gallery3,
.section3-apr26 .grid-alt .gallery4 {
  justify-content: flex-start;
}
.section3-apr26 .grid-alt .gallery3:before,
.section3-apr26 .grid-alt .gallery4:before {
  background-position: left 40% top;
}
@media (min-width: 1500px) {
  .section3-apr26 .grid-alt .gallery3:before,
.section3-apr26 .grid-alt .gallery4:before {
    background-position: left 30% top -15px;
  }
}

.section5-apr26 .timeline {
  position: relative;
}
.section5-apr26 .timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 0;
  background: #000;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section5-apr26 .timeline-line {
    left: 24px;
    transform: none;
  }
}
.section5-apr26 .timeline-item {
  position: relative;
  --dot-scale: 0;
}
.section5-apr26 .timeline-item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #6b7c6b;
  border-radius: 50%;
  transform: translateY(-50%) scale(var(--dot-scale));
  transform-origin: center;
  transition: transform 0.3s ease;
  z-index: 3;
}
.section5-apr26 .timeline-item .content,
.section5-apr26 .timeline-item .image {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  will-change: transform, opacity;
}
.section5-apr26 .timeline-item.left::before {
  right: calc(50% - 9px);
}
.section5-apr26 .timeline-item.left .image img {
  top: 45px;
}
.section5-apr26 .timeline-item.right::before {
  left: calc(50% - 9px);
}
.section5-apr26 .timeline-item.right .image img {
  bottom: 45px;
}
.section5-apr26 .timeline-item .image img {
  position: absolute;
}
@media (max-width: 991.98px) {
  .section5-apr26 .timeline-item {
    padding-left: 0;
  }
  .section5-apr26 .timeline-item .image img {
    position: relative;
  }
  .section5-apr26 .timeline-item::before {
    left: 18px !important;
  }
  .section5-apr26 .timeline-item.right .image img {
    bottom: 0 !important;
  }
  .section5-apr26 .timeline-item.left .image img {
    top: 0 !important;
  }
}

.section5-mei26 .scrollable-div,
.section8-mei26 .scrollable-div,
.section9-mei26 .scrollable-div {
  --sb-track-color: #ffbd15;
  --sb-thumb-color: black;
  --sb-size: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 5px;
}
@media (min-width: 991px) {
  .section5-mei26 .scrollable-div,
.section8-mei26 .scrollable-div,
.section9-mei26 .scrollable-div {
    margin-right: -10px;
  }
}
@media (max-width: 576px) {
  .section5-mei26 .scrollable-div,
.section8-mei26 .scrollable-div,
.section9-mei26 .scrollable-div {
    margin-right: 0;
  }
}

.section7 .form-control,
.section9 .form-control {
  border: 1px solid lightgrey !important;
}

.ornament-fab1 {
  position: relative;
}
.ornament-fab1::before {
  content: "";
  background-image: url("../img/ornament/ornament-fab1.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: -40px;
  width: 100px;
  height: 100px;
  z-index: 3;
}

.ornament-fab2 {
  position: relative;
}
.ornament-fab2::before {
  content: "";
  background-image: url("../img/ornament/ornament-fab2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 100px;
  height: 100px;
  z-index: 3;
}

.ornament-fab3 {
  position: relative;
}
.ornament-fab3 img {
  position: relative;
  z-index: 2;
}
.ornament-fab3::before {
  content: "";
  background-image: url("../img/ornament/ornament-fab3.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: -20px;
  width: 120px;
  height: 120px;
  z-index: 0;
}

.upload-wrapper .quiz-content .formWrapper {
  display: block;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  background: #fff;
}

.upload-wrapper .upload-wrapper {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.upload-wrapper .upload-content-wrapper {
  position: relative;
  border-radius: 20px;
  border: 2px dashed rgba(22, 22, 22, 0.25);
  background: #fff;
  color: #777;
  overflow: hidden;
}

.upload-wrapper .upload-content {
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 6px auto 18px;
}

.upload-wrapper .upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

/*  ======================================================
	Footer 
	======================================================  */
/*  ======================================================
	Responsive 
	======================================================  */
@media (min-width: 1500px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1500px;
  }

  .border-radius {
    border-radius: 40px;
  }

  .section-full {
    min-height: 1300px;
  }

  .navbar .navbar-brand .logo {
    width: 90px;
  }
  .navbar .nav-content .nav-target {
    width: 300px;
  }

  .slick-prev span,
.slick-next span {
    width: 55px;
    height: 55px;
  }

  .modal-xl {
    max-width: 1300px;
    margin: 60px auto;
  }

  .modal-close {
    width: 60px;
    height: 60px;
  }
  .modal-close .icon-close {
    font-size: 20px !important;
  }

  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .rounded-100 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .btn {
    line-height: 1.8 !important;
    padding: 8px 20px;
  }

  .modal .icon-close {
    font-size: 1.125rem;
  }

  .form-group .form-control {
    border-radius: 20px;
    padding: 12px 25px;
  }

  .title-xxl {
    font-size: 4.0625rem;
  }

  .title-xl {
    font-size: 3.125rem;
  }

  h1,
h3.title-m,
.title-l {
    font-size: 2.5rem;
  }

  h2,
.title {
    font-size: 2.1875rem;
  }

  h3,
.title-m {
    font-size: 1.875rem;
  }

  .title-s {
    font-size: 1.5625rem;
  }

  .subtitle,
.subtitle p {
    font-size: 1.6875rem;
  }

  h5,
.copy,
.copy-l {
    font-size: 1.3125rem;
    line-height: 1.8;
  }

  h6,
p,
.copy-m {
    font-size: 1.1875rem;
  }

  .copy-s {
    font-size: 1.0625rem;
  }

  .copy-xs {
    font-size: 0.9375rem;
  }

  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media only screen and (max-width: 1399.98px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media only screen and (max-width: 1200.98px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .title-xxl {
    font-size: 2.8125rem;
  }

  .title-xl {
    font-size: 2.5rem;
  }

  h1,
.title-l {
    font-size: 1.75rem;
  }

  h2,
.title {
    font-size: 1.5625rem;
  }

  h3,
.title-m {
    font-size: 1.4375rem;
  }

  .title-s {
    font-size: 1.25rem;
  }

  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media only screen and (max-width: 991.98px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .title-xxl {
    font-size: 2.5rem;
  }

  .title-xl {
    font-size: 2.1875rem;
  }

  h1,
.title-l {
    font-size: 1.75rem;
  }

  h2,
.title {
    font-size: 1.5625rem;
  }

  h3,
.title-m {
    font-size: 1.4375rem;
  }

  .title-s {
    font-size: 1.25rem;
  }

  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media only screen and (max-width: 767.98px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .pr-lg-30 {
    padding-right: 0px !important;
  }

  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .container {
    max-width: 100%;
  }

  .modal-dialog {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 100%;
    min-width: unset;
  }

  .modal-content {
    border-radius: 0;
  }

  .modal-body {
    padding: 72px 24px 24px;
  }

  .modal-close {
    right: 24px;
    top: 16px;
  }

  .form-group .form-control {
    padding: 10px 16px;
  }

  .boxPaging .grayr {
    margin-top: 0;
  }
  .boxPaging .grayr a {
    font-size: 0.875rem;
    width: 30px;
    height: 30px;
  }
  .boxPaging .grayr .current,
.boxPaging .grayr .next-prev {
    font-size: 0.875rem;
    width: 30px;
    height: 30px;
  }

  .pagination-wrapper {
    margin-top: 60px;
  }

  .title-xxl {
    font-size: 2.1875rem;
  }

  .title-xl {
    font-size: 1.875rem;
  }

  h1,
.title-l {
    font-size: 1.5625rem;
  }

  h2,
.title {
    font-size: 1.4375rem;
  }

  h3,
.title-m {
    font-size: 1.25rem;
  }

  .title-s {
    font-size: 1.125rem;
  }

  .subtitle,
.subtitle p {
    font-size: 1rem;
  }

  h5,
.copy {
    font-size: 0.9375rem;
  }

  h6,
p,
.copy-m {
    font-size: 0.9375rem;
  }

  .copy-s {
    font-size: 0.75rem;
  }

  .copy-xs {
    font-size: 0.625rem;
  }

  .close-button {
    top: -50px;
    right: 15px;
  }

  /* footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media only screen and (max-width: 576px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .navbar .navbar-brand .logo {
    width: 60px;
  }

  .visible-500 {
    display: block !important;
  }

  .hidden-500 {
    display: none !important;
  }

  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
  }

  .slick-prev span,
.slick-next span {
    width: 40px;
    height: 40px;
  }

  .title-xxl {
    font-size: 1.875rem;
  }

  .title-xl {
    font-size: 1.5625rem;
  }

  h1,
.title-l {
    font-size: 1.5625rem;
  }

  h2,
.title {
    font-size: 1.25rem;
  }

  h3,
.title-m {
    font-size: 1.125rem;
  }

  .title-s {
    font-size: 1rem;
  }

  .subtitle,
.subtitle p {
    font-size: 0.875rem;
  }

  h5,
.copy {
    font-size: 0.875rem;
  }

  h6,
p,
.copy-m {
    font-size: 0.875rem;
  }

  .copy-s {
    font-size: 0.625rem;
  }

  .copy-xs {
    font-size: 0.625rem;
  }

  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media only screen and (max-width: 320px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .title-xxl {
    font-size: 2.0625rem;
  }

  .title-xl {
    font-size: 1.4375rem;
  }

  h1,
.title-l {
    font-size: 1.25rem;
  }

  h2,
.title {
    font-size: 1.125rem;
  }

  h3,
.title-m {
    font-size: 1rem;
  }

  .title-s {
    font-size: 0.875rem;
  }

  .subtitle,
.subtitle p {
    font-size: 0.875rem;
  }

  h5,
.copy {
    font-size: 0.75rem;
  }

  h6,
p,
.copy-m {
    font-size: 0.625rem;
  }

  .copy-s {
    font-size: 0.625rem;
  }

  .copy-xs {
    font-size: 0.625rem;
  }

  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media (min-width: 541px) {
  .mCSB_container {
    width: 100% !important;
  }
}
@media (width: 768px) and (height: 1024px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@media (width: 1024px) and (height: 1366px) {
  /* Header
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Main
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
/* Rizqi Kautsar - http://rizqikautsar.com - 2017 */
