/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./public/src/assets/styles/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css);
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./public/src/assets/styles/main.scss (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,900);
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./public/src/assets/styles/main.scss (2) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/leaflet/dist/leaflet.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../images/416d91365b44e4b4f477.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/8f2c4d11474275fbc161.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(../images/2b3e1faf89f94a483539.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/flatpickr/dist/flatpickr.css ***!
  \******************************************************************************************************************************************************************************************************************************************/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./public/src/assets/styles/main.scss (3) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
* 7-1 Sass Architecture
* https:*sass-guidelin.es/#the-7-1-pattern
* Essential Vendors
* external libraries that should be loaded before
*/
/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
/*
* Abstracts
* - tools and helpers
*/
/*
* -----------------------------------------------------------------------------
* Functions
* -----------------------------------------------------------------------------
*/
/*
* Helper: Remove (strip) Units
* @author Bourbon / Thoughbot
*
* @parameter {Value} $value -Value, assumed number with unit
*
* @example  scss - Usage
*   line-height: strip-unit(1.5em);
* @example css - Output
*   line-height: 1.5;
*/
/*
* Return WCAG2.0 relative luminance
* Helper: Calculate Luminance of a single color
* @author Sérgio Gomes
* Adapted from: https://medium.com/dev-channel/using-sass-to-automatically-pick-text-colors-4ba7645d2796
*
* @require {list} $linear-channel-values (custom)
* @require {function} nth (core Sass)
* @require {function} red, green, blue (core Sass)
*
* @param {Valid Color Value} Color to retreive luminance from
*
* Note: White luminance is 1, Black luminance is 0
*
* Note: To be used in other functions or mixins — creates non-standard CSS output:
* @example scss - Usage
*    .sample { luminance: luminanceOf(#c00); }
*
* @example css - Output
*    .sample { luminance: 12.83679; }
*
*/
/*
* Helper: Calculate "readability" as defined by WCAG 2.1
* @author Sérgio Gomes and J. Hogue
* Adapted from: https://github.com/LeaVerou/contrast-ratio/blob/gh-pages/color.js
*
* @require {function} luminance (Custom)
* @require {function} round (core Sass)
*
* @param {Valid Color Value} Color 1
* @param {Valid Color Value} Color 2
*
* Note: Low contrast is 0, High contrast is 21.0
*
* Note: To be used in other functions or mixins — creates non-standard CSS output:
* @example scss - Usage
*    .sample { contrast-ratio: contrast-ratio(#c00, #fff); }
*
* @example css - Output
*    .sample { contrast-ratio: 5.89; }
*
*/
/*
* Helper: Depending on the unit recalculate a font size value into unitless pixels
* @author J. Hogue
*
* @require {function} unit (core Sass)
* @require {function} strip-unit (custom)
*
* @param {String} Number with or without unit
*
* Note: To be used in other functions or mixins — creates non-standard CSS output:
* @example scss - Usage
*    .sample { validate-font-size: validate-font-size(1em); }
*
* @example css - Output
*    .sample { validate-font-size: 16; }
*
*/
/*
* Helper: Determine the correct ratio value to use based on font-size and WCAG Level
* @author J. Hogue
*
* @require {function} validate-font-size (custom)
*
* @param {String} Level. 'AA' or 'AAA' expected, 'AA' default
* @param {Number} Font size in unitless px expected, 16 default
* @param {Boolean} Whether or not the fontis bold, false default
*
* Note: To be used in other functions or mixins — creates non-standard CSS output:
* @example scss - Usage
*    .sample { get-ratio: get-ratio('AAA', 19, true); }
*
* @example css - Output
*    .sample { get-ratio: 4.5; }
*
*/
/*
* Helper: Use contrast against white or black to determine if a color is "light" or "dark"
* @author Sérgio Gomes and J. Hogue
* Adapted from: https://medium.com/dev-channel/using-sass-to-automatically-pick-text-colors-4ba7645d2796
*
* @require {function} contrast-ratio (custom)
*
* @param {String} {Valid Color Value} Color
*
* Note: To be used in other functions or mixins — creates non-standard CSS output:
* @example scss - Usage
*    .sample { light-or-dark: light-or-dark(#c00); }
*
* @example css - Output
*    .sample { light-or-dark: "light"; }
*
*/
/*
* Also useful: Given one color, which is most readable with it, black or white?
* @author Sérgio Gomes and J. Hogue
*
* @require {function} light-or-dark (custom)
*
* @param {String} {Valid Color Value} Color
*
* @example scss - Usage
*     .sample {
*       background-color: #c00;
*       color: high-contrast-color(#c00);
*     }
*
* @example css - Output
*     .sample {
*       background-color: #c00;
*       color: #fff;
*     }
*
*/
/*
* Return a color that passes for the chosen WCAG level without changing the Hue of the color
* @author A. Hosseini, J. Hogue
*
* @require {function} validate-font-size (custom)
* @require {function} get-ratio (custom)
* @require {function} contrast-ratio (custom)
* @require {function} light-or-dark (custom)
* @require {function} scale-color (core Sass)
*
* @param {String} {Valid Color Value} Color 1
* @param {String} {Valid Color Value} Color 2
* @param {String} Level. 'AA' or 'AAA' expected, 'AA' default
* @param {Number} Font size in unitless px expected, 16 default
* @param {Boolean} Whether or not the fontis bold, false default
*
* @example scss - Usage
*     .sample {
*       background-color: #000;
*       color: a11y-color(#c0c, #000);
*     }
*
* @example css - Output
*     .sample {
*       background-color: #000;
*       color: #d200d2;
*     }
*
*/
/*
* Converts hex to rgb form
* @param {String} {Valid Color Value}
* @param {Boolean} {Value in rgb() function or values only} 2
*/
/*
* Vendors
* - CSS from external libraries and frameworks
*/
:root,
[data-bs-theme=light] {
  --bs-blue: #2196f3;
  --bs-indigo: #651fff;
  --bs-purple: #d500f9;
  --bs-pink: #f50057;
  --bs-red: #ff1744;
  --bs-orange: #ff9100;
  --bs-yellow: #ffea00;
  --bs-green: #00e676;
  --bs-teal: #1de9b6;
  --bs-cyan: #00e5ff;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #f57f17;
  --bs-secondary: #2979ff;
  --bs-success: #198754;
  --bs-info: #00e5ff;
  --bs-warning: #ffea00;
  --bs-danger: #ff1744;
  --bs-light: #fafafa;
  --bs-dark: #212121;
  --bs-primary-rgb: 245, 127, 23;
  --bs-secondary-rgb: 41, 121, 255;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 0, 229, 255;
  --bs-warning-rgb: 255, 234, 0;
  --bs-danger-rgb: 255, 23, 68;
  --bs-light-rgb: 250, 250, 250;
  --bs-dark-rgb: 33, 33, 33;
  --bs-primary-text-emphasis: rgb(98, 50.8, 9.2);
  --bs-secondary-text-emphasis: rgb(16.4, 48.4, 102);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(0, 91.6, 102);
  --bs-warning-text-emphasis: rgb(102, 93.6, 0);
  --bs-danger-text-emphasis: rgb(102, 9.2, 27.2);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(253, 229.4, 208.6);
  --bs-secondary-bg-subtle: rgb(212.2, 228.2, 255);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(204, 249.8, 255);
  --bs-warning-bg-subtle: rgb(255, 250.8, 204);
  --bs-danger-bg-subtle: rgb(255, 208.6, 217.6);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(251, 203.8, 162.2);
  --bs-secondary-border-subtle: rgb(169.4, 201.4, 255);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(153, 244.6, 255);
  --bs-warning-border-subtle: rgb(255, 246.6, 153);
  --bs-danger-border-subtle: rgb(255, 162.2, 180.2);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #f57f17;
  --bs-link-color-rgb: 245, 127, 23;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(196, 101.6, 18.4);
  --bs-link-hover-color-rgb: 196, 102, 18;
  --bs-code-color: #f50057;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 250.8, 204);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #ededed;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(245, 127, 23, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #ff1744;
  --bs-form-invalid-border-color: #ff1744;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(249, 178.2, 115.8);
  --bs-secondary-text-emphasis: rgb(126.6, 174.6, 255);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(102, 239.4, 255);
  --bs-warning-text-emphasis: rgb(255, 242.4, 102);
  --bs-danger-text-emphasis: rgb(255, 115.8, 142.8);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(49, 25.4, 4.6);
  --bs-secondary-bg-subtle: rgb(8.2, 24.2, 51);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(0, 45.8, 51);
  --bs-warning-bg-subtle: rgb(51, 46.8, 0);
  --bs-danger-bg-subtle: rgb(51, 4.6, 13.6);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(147, 76.2, 13.8);
  --bs-secondary-border-subtle: rgb(24.6, 72.6, 153);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(0, 137.4, 153);
  --bs-warning-border-subtle: rgb(153, 140.4, 0);
  --bs-danger-border-subtle: rgb(153, 13.8, 40.8);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(249, 178.2, 115.8);
  --bs-link-hover-color: rgb(250.2, 193.56, 143.64);
  --bs-link-color-rgb: 249, 178, 116;
  --bs-link-hover-color-rgb: 250, 194, 144;
  --bs-code-color: rgb(249, 102, 154.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 93.6, 0);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 240, 172.8);
  --bs-form-valid-border-color: rgb(102, 240, 172.8);
  --bs-form-invalid-color: rgb(255, 115.8, 142.8);
  --bs-form-invalid-border-color: rgb(255, 115.8, 142.8);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: #e0e0e0;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 900;
}

small, .small {
  font-size: 0.875rem;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875rem;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

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,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: 1.5rem;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.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: 0.875rem;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(253, 229.4, 208.6);
  --bs-table-border-color: rgb(202.4, 183.52, 166.88);
  --bs-table-striped-bg: rgb(240.35, 217.93, 198.17);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(227.7, 206.46, 187.74);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(234.025, 212.195, 192.955);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(212.2, 228.2, 255);
  --bs-table-border-color: rgb(169.76, 182.56, 204);
  --bs-table-striped-bg: rgb(201.59, 216.79, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(190.98, 205.38, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(196.285, 211.085, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(204, 249.8, 255);
  --bs-table-border-color: rgb(163.2, 199.84, 204);
  --bs-table-striped-bg: rgb(193.8, 237.31, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 224.82, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 231.065, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 250.8, 204);
  --bs-table-border-color: rgb(204, 200.64, 163.2);
  --bs-table-striped-bg: rgb(242.25, 238.26, 193.8);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 225.72, 183.6);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 231.99, 188.7);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 208.6, 217.6);
  --bs-table-border-color: rgb(204, 166.88, 174.08);
  --bs-table-striped-bg: rgb(242.25, 198.17, 206.72);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 187.74, 195.84);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 192.955, 201.28);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #fafafa;
  --bs-table-border-color: #c8c8c8;
  --bs-table-striped-bg: rgb(237.5, 237.5, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1e1e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(231.25, 231.25, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212121;
  --bs-table-border-color: rgb(77.4, 77.4, 77.4);
  --bs-table-striped-bg: rgb(44.1, 44.1, 44.1);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 55.2, 55.2);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 49.65, 49.65);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #fabf8b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #fabf8b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 24px;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #fabf8b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
}
.form-check-input:checked {
  background-color: #f57f17;
  border-color: #f57f17;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #f57f17;
  border-color: #f57f17;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fabf8b%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #f57f17;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(252, 216.6, 185.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #f57f17;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(252, 216.6, 185.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.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.1%27/%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: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.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 .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.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.1%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff1744%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff1744%27 stroke=%27none%27/%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: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.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 .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff1744%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff1744%27 stroke=%27none%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f57f17;
  --bs-btn-border-color: #f57f17;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.5, 146.2, 57.8);
  --bs-btn-hover-border-color: rgb(246, 139.8, 46.2);
  --bs-btn-focus-shadow-rgb: 208, 108, 20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247, 152.6, 69.4);
  --bs-btn-active-border-color: rgb(246, 139.8, 46.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f57f17;
  --bs-btn-disabled-border-color: #f57f17;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #2979ff;
  --bs-btn-border-color: #2979ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(73.1, 141.1, 255);
  --bs-btn-hover-border-color: rgb(62.4, 134.4, 255);
  --bs-btn-focus-shadow-rgb: 35, 103, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(83.8, 147.8, 255);
  --bs-btn-active-border-color: rgb(62.4, 134.4, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #2979ff;
  --bs-btn-disabled-border-color: #2979ff;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #00e5ff;
  --bs-btn-border-color: #00e5ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(38.25, 232.9, 255);
  --bs-btn-hover-border-color: rgb(25.5, 231.6, 255);
  --bs-btn-focus-shadow-rgb: 0, 195, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(51, 234.2, 255);
  --bs-btn-active-border-color: rgb(25.5, 231.6, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00e5ff;
  --bs-btn-disabled-border-color: #00e5ff;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffea00;
  --bs-btn-border-color: #ffea00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 237.15, 38.25);
  --bs-btn-hover-border-color: rgb(255, 236.1, 25.5);
  --bs-btn-focus-shadow-rgb: 217, 199, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 238.2, 51);
  --bs-btn-active-border-color: rgb(255, 236.1, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffea00;
  --bs-btn-disabled-border-color: #ffea00;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff1744;
  --bs-btn-border-color: #ff1744;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 57.8, 96.05);
  --bs-btn-hover-border-color: rgb(255, 46.2, 86.7);
  --bs-btn-focus-shadow-rgb: 217, 20, 58;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 69.4, 105.4);
  --bs-btn-active-border-color: rgb(255, 46.2, 86.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff1744;
  --bs-btn-disabled-border-color: #ff1744;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fafafa;
  --bs-btn-border-color: #fafafa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(212.5, 212.5, 212.5);
  --bs-btn-hover-border-color: #c8c8c8;
  --bs-btn-focus-shadow-rgb: 213, 213, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c8c8c8;
  --bs-btn-active-border-color: rgb(187.5, 187.5, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fafafa;
  --bs-btn-disabled-border-color: #fafafa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212121;
  --bs-btn-border-color: #212121;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 66.3, 66.3);
  --bs-btn-hover-border-color: rgb(55.2, 55.2, 55.2);
  --bs-btn-focus-shadow-rgb: 66, 66, 66;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 77.4, 77.4);
  --bs-btn-active-border-color: rgb(55.2, 55.2, 55.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212121;
  --bs-btn-disabled-border-color: #212121;
}

.btn-outline-primary {
  --bs-btn-color: #f57f17;
  --bs-btn-border-color: #f57f17;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f57f17;
  --bs-btn-hover-border-color: #f57f17;
  --bs-btn-focus-shadow-rgb: 245, 127, 23;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f57f17;
  --bs-btn-active-border-color: #f57f17;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f57f17;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f57f17;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #2979ff;
  --bs-btn-border-color: #2979ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2979ff;
  --bs-btn-hover-border-color: #2979ff;
  --bs-btn-focus-shadow-rgb: 41, 121, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #2979ff;
  --bs-btn-active-border-color: #2979ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2979ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2979ff;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #00e5ff;
  --bs-btn-border-color: #00e5ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00e5ff;
  --bs-btn-hover-border-color: #00e5ff;
  --bs-btn-focus-shadow-rgb: 0, 229, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00e5ff;
  --bs-btn-active-border-color: #00e5ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00e5ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00e5ff;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffea00;
  --bs-btn-border-color: #ffea00;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffea00;
  --bs-btn-hover-border-color: #ffea00;
  --bs-btn-focus-shadow-rgb: 255, 234, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffea00;
  --bs-btn-active-border-color: #ffea00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffea00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffea00;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #ff1744;
  --bs-btn-border-color: #ff1744;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff1744;
  --bs-btn-hover-border-color: #ff1744;
  --bs-btn-focus-shadow-rgb: 255, 23, 68;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff1744;
  --bs-btn-active-border-color: #ff1744;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff1744;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff1744;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #fafafa;
  --bs-btn-border-color: #fafafa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fafafa;
  --bs-btn-hover-border-color: #fafafa;
  --bs-btn-focus-shadow-rgb: 250, 250, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fafafa;
  --bs-btn-active-border-color: #fafafa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fafafa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fafafa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212121;
  --bs-btn-border-color: #212121;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212121;
  --bs-btn-hover-border-color: #212121;
  --bs-btn-focus-shadow-rgb: 33, 33, 33;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212121;
  --bs-btn-active-border-color: #212121;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212121;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212121;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 208, 108, 20;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #f57f17;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #f57f17;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.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-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.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 {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.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, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .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: calc(-1 * var(--bs-border-width));
}
.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:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #f57f17;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 500;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 5px;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 20px;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 20px;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27rgb%2898, 50.8, 9.2%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28249, 178.2, 115.8%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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-.708%27/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28249, 178.2, 115.8%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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-.708%27/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #f57f17;
  --bs-pagination-active-border-color: #f57f17;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #f57f17;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #f57f17;
  --bs-list-group-active-border-color: #f57f17;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414%27/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(245, 127, 23, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 4px;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@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 {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.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-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  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-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    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;
  filter: var(--bs-carousel-control-icon-filter);
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0%27/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708%27/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

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

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(247, 153, 69, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(247, 153, 69, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(84, 148, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(84, 148, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(51, 234, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 234, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 238, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 238, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(255, 69, 105, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 69, 105, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(251, 251, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 251, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 26, 26, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 26, 26, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

.d-inline-grid {
  display: inline-grid !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;
}

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 2.75rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 0.875rem !important;
}

.fs-5 {
  font-size: 0.75rem !important;
}

.fs-6 {
  font-size: 0.6875rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 900 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !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;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
* Base
* - standard styles for commonly elements
*/
html {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  font-size: 10px;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #323F48;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 998px) {
  html,
  body {
    overflow-x: hidden !important;
  }
}
html *,
body * {
  transition: 0.3s;
  transition-delay: 0ms;
}
html a,
body a {
  color: #519267;
}
html a:hover, html a:focus, html a:active,
body a:hover,
body a:focus,
body a:active {
  color: #2A647B !important;
}
html h2, html .h2, html .titleh2,
body h2,
body .h2,
body .titleh2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
  color: #323F48;
}
@media (max-width: 767.98px) {
  html h2, html .h2, html .titleh2,
  body h2,
  body .h2,
  body .titleh2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
html h3, html .h3, html .titleh3,
body h3,
body .h3,
body .titleh3 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  font-weight: 500;
  color: #323F48;
}
html p,
body p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #323F48;
}

strong {
  font-weight: 600 !important;
}

body * {
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: inherit;
}

main {
  position: relative;
  background-color: #FAFAFA;
}

html {
  background-color: #fff;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1600px !important;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

table {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-width: 100%;
}
@media (max-width: 991.98px) {
  table {
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  table::-webkit-scrollbar {
    display: none;
  }
}
table caption {
  text-align: right;
}
table thead th {
  vertical-align: top;
  line-height: 24px;
}
table thead b {
  font-size: 18px;
  line-height: 24px;
}
table thead tr th {
  min-width: 200px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  padding: 20px 30px;
  background-color: #2A647B;
  color: white;
}
table thead tr th p strong {
  font-weight: 500 !important;
}
table thead tr td.black-cell, table thead tr th.black-cell,
table tbody tr td.black-cell,
table tbody tr th.black-cell {
  background-color: black;
  color: white;
}
table thead tr td.black-cell p, table thead tr td.black-cell span, table thead tr th.black-cell p, table thead tr th.black-cell span,
table tbody tr td.black-cell p,
table tbody tr td.black-cell span,
table tbody tr th.black-cell p,
table tbody tr th.black-cell span {
  color: white;
}
table thead tr td.grey-cell, table thead tr th.grey-cell,
table tbody tr td.grey-cell,
table tbody tr th.grey-cell {
  background-color: #F3F3F3;
}
table thead tr td p, table thead tr td span, table thead tr th p, table thead tr th span,
table tbody tr td p,
table tbody tr td span,
table tbody tr th p,
table tbody tr th span {
  color: #323F48;
  font-weight: 400;
}
table thead tr td p strong, table thead tr td span strong, table thead tr th p strong, table thead tr th span strong,
table tbody tr td p strong,
table tbody tr td span strong,
table tbody tr th p strong,
table tbody tr th span strong {
  font-weight: 600;
}
table tbody tr:nth-child(even) {
  background-color: #F0F0F0;
  color: #519267;
}
table tbody tr:nth-last-of-type(odd) {
  border-bottom: 1px solid #e5e5e5;
}
table tbody tr:nth-child(odd) {
  background-color: white;
  color: #519267;
}
table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  color: #323F48;
  font-weight: 400;
  border-top: 1px solid #F3F3F3;
  vertical-align: top;
}
@media (min-width: 768px) {
  table tbody tr td {
    padding: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  table tbody tr td {
    padding: 20px 30px;
  }
}

@media (max-width: 991.98px) {
  #main-page-content {
    margin-top: 0px;
  }
}
#main-page-content h1, #main-page-content .h1, #main-page-content .titleh1 {
  font-size: 6rem;
  line-height: 7rem;
  color: #323F48;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #main-page-content h1, #main-page-content .h1, #main-page-content .titleh1 {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2.5rem !important;
  }
}
#main-page-content h1.mb-0, #main-page-content .mb-0.h1, #main-page-content .titleh1.mb-0 {
  margin-bottom: 0 !important;
}
#main-page-content h1.titleAlign, #main-page-content .titleAlign.h1, #main-page-content .titleh1.titleAlign {
  margin-bottom: 100px !important;
}
@media (max-width: 991.98px) {
  #main-page-content h1.titleAlign, #main-page-content .titleAlign.h1, #main-page-content .titleh1.titleAlign {
    margin-bottom: 25px !important;
  }
}
#main-page-content h2, #main-page-content .h2, #main-page-content .titleh2 {
  color: #323F48;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  #main-page-content h2, #main-page-content .h2, #main-page-content .titleh2 {
    font-size: 2.5rem;
    line-height: 3.3rem;
    margin-bottom: 2rem;
  }
}
#main-page-content h3, #main-page-content .h3, #main-page-content .titleh3 {
  color: #323F48;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  #main-page-content h3, #main-page-content .h3, #main-page-content .titleh3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#main-page-content h3.intro, #main-page-content .intro.h3, #main-page-content .titleh3.intro {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  #main-page-content h3.intro, #main-page-content .intro.h3, #main-page-content .titleh3.intro {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0px !important;
  }
}
#main-page-content h4, #main-page-content .h4, #main-page-content .titleh4 {
  color: #323F48;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  #main-page-content h4, #main-page-content .h4, #main-page-content .titleh4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#main-page-content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #323F48;
  margin-bottom: 25px;
}
#main-page-content p:last-child {
  margin-bottom: 0px;
}
#main-page-content .lightgallery p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 15px;
}
#main-page-content .textimg h1, #main-page-content .textimg .h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  #main-page-content .textimg h1, #main-page-content .textimg .h1 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 700;
  }
}
#main-page-content .contact-text .wy {
  margin: 3px 0px;
}
#main-page-content .contact-text i {
  color: #519267;
  font-size: 1.5rem;
  margin-right: 10px;
}
#main-page-content .social a {
  text-decoration: none;
  margin: 0px 3px;
  font-size: 1.8rem;
  background-color: #323F48;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: inline-grid;
  align-content: center;
  align-items: center;
  text-align: center;
}
#main-page-content .social a i {
  color: #fff;
}
#main-page-content .social a:hover {
  opacity: 0.8;
}
#main-page-content .tabs h3, #main-page-content .tabs .h3 {
  font-size: 2.2rem;
  line-height: 3.3rem;
}

.breadcrumb {
  background: transparent;
  color: #519267;
  margin-bottom: 30px;
}
.breadcrumb a, .breadcrumb span {
  color: #519267;
}
.breadcrumb.red-style {
  background: transparent;
  color: #E6E6E6;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 800px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .breadcrumb.red-style {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb.red-style {
    margin-bottom: 20px;
  }
}
.breadcrumb.red-style a, .breadcrumb.red-style span {
  color: #519267 !important;
}

.download-files {
  color: #519267;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
}
.download-files .file {
  transition: 0.3s;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: inline-flex;
  align-items: center;
}
.download-files .file span {
  color: #519267;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.download-files .file i {
  font-size: 18px;
  color: #519267;
  margin-right: 5px;
  opacity: 0.5;
  margin-top: 5px !important;
}
.download-files .file .content {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 20px;
}
.download-files .file .content i {
  opacity: 1;
}
.download-files .file:hover * {
  color: #323F48;
}
.download-files .file:hover span {
  text-decoration: underline;
}

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

b {
  font-weight: 700 !important;
}

.plusBtn {
  background-color: transparent;
  border: 0;
  transition: 0.3s;
}
.plusBtn .plusnav {
  font-size: 12px;
  color: #898C8D;
  margin-left: 5px !important;
  position: relative;
  top: 2px;
}
.plusBtn:hover {
  color: #323F48;
}

.text-custom-one {
  font-size: 16px;
  line-height: 24px;
}

.pt-50 {
  padding-top: 50px !important;
}
@media (max-width: 992px) {
  .pt-50 {
    padding-top: 15px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 992px) {
  .pb-50 {
    padding-bottom: 15px !important;
  }
}

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

@media (min-width: 992px) {
  .pt-lg-95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
}

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

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

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

.mt-30 {
  margin-top: 30px !important;
}

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

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

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

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

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

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

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

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}
@media (max-width: 767.98px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 767.98px) {
  .mt-100 {
    margin-top: 25px !important;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
}
.pt-20 {
  padding-top: 20px !important;
}

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

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

.pb-20 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media (max-width: 767.98px) {
  .pb-40 {
    padding-bottom: 20px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}

.pt-150 {
  padding-top: 150px !important;
}
@media (max-width: 767.98px) {
  .pt-150 {
    padding-top: 60px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

/**
* Margin + Padding
*/
.padding-element-top-listing {
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .padding-element-top-listing {
    padding-top: 0px;
  }
}

.padding-element-bottom-listing {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-listing {
    padding-bottom: 30px;
  }
}

.padding-element-top-150 {
  padding-top: 150px;
}
@media (max-width: 767.98px) {
  .padding-element-top-150 {
    padding-top: 60px;
  }
}

.padding-element-bottom-150 {
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-150 {
    padding-bottom: 60px;
  }
}

.padding-element-top-50 {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .padding-element-top-50 {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-top-50 {
    padding-top: 25px;
  }
}

.padding-element-bottom-50 {
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .padding-element-bottom-50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-bottom-50 {
    padding-bottom: 25px;
  }
}

.padding-element-top-custom {
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .padding-element-top-custom {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-top-custom {
    padding-top: 25px;
  }
}

.padding-element-bottom-custom {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .padding-element-bottom-custom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-bottom-custom {
    padding-bottom: 25px;
  }
}

.padding-element-top-home {
  padding-top: 90px;
}
@media (max-width: 767.98px) {
  .padding-element-top-home {
    padding-top: 50px;
  }
}

.padding-element-bottom-home {
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-home {
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .padding-element-bottom-homeblog {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-bottom-homeblog {
    padding-bottom: 40px;
  }
}

.padding-element-top-0 {
  padding-top: 0;
}

.padding-element-top-40 {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .padding-element-top-40 {
    padding-top: 30px;
  }
}

.padding-element-top-80 {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .padding-element-top-80 {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-top-80 {
    padding-top: 40px;
  }
}

.padding-element-top-90 {
  padding-top: 90px;
}
@media (max-width: 991.98px) {
  .padding-element-top-90 {
    padding-top: 60px;
  }
}

.padding-element-top-100 {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .padding-element-top-100 {
    padding-top: 25px;
  }
}

.padding-element-top-120 {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .padding-element-top-120 {
    padding-top: 50px;
  }
}

.padding-element-bottom-0 {
  padding-bottom: 0;
}

.padding-element-bottom-40 {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-40 {
    padding-bottom: 30px;
  }
}

.padding-element-bottom-80 {
  padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .padding-element-bottom-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .padding-element-bottom-80 {
    padding-bottom: 40px;
  }
}

.padding-element-bottom-100 {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-100 {
    padding-bottom: 25px;
  }
}

.padding-element-bottom-120 {
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .padding-element-bottom-120 {
    padding-bottom: 50px;
  }
}

.smalltitle {
  font-size: 20px;
  line-height: 28px;
}

/**
* Border
*/
.br-0 {
  border-radius: 0px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-15 {
  border-radius: 15px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.br-5 {
  border-radius: 5px;
}

.br-bottom-5 {
  border-radius: 0 0 5px 5px;
}

.border-top-white {
  border-top: 1px solid #fff;
}

.border-colored {
  border: 1px solid #519267;
}

.border-custom-end {
  border-right: 1px solid #d4d4d4;
}

.border-color-secondary {
  border-color: #519267;
}

.border-ed {
  border: 1px solid #ededed;
}

.border-top-koerich {
  border-top: 5px solid #33424B;
}

.border-bottom-koerich {
  border-bottom: 5px solid #33424B;
}

/**
* Shadow
*/
.shadow-dark {
  box-shadow: inset 0 1px 0 0 rgba(78, 78, 78, 0.75), 0 1px 0 0 rgba(78, 78, 78, 0.75);
}

.wrapper-image.with-border {
  border: 1px solid #ededed;
}
.wrapper-image.image-end {
  margin: 0 0 30px 70px;
}
@media (max-width: 1199.98px) {
  .wrapper-image.image-end {
    width: 50%;
    max-width: 50% !important;
  }
  .wrapper-image.image-end img {
    max-width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .wrapper-image.image-end {
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 30px 0;
  }
  .wrapper-image.image-end img {
    max-width: 100% !important;
  }
}
.wrapper-image.image-start {
  margin: 0 70px 30px 0;
}
@media (max-width: 1199.98px) {
  .wrapper-image.image-start {
    width: 50%;
    max-width: 50% !important;
  }
  .wrapper-image.image-start img {
    max-width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .wrapper-image.image-start {
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 30px 0;
  }
  .wrapper-image.image-start img {
    max-width: 100% !important;
  }
}
.wrapper-image.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pr-slider {
  /* Hide scrollbar for IE, Edge and Firefox */
}
@media (max-width: 991.98px) {
  .pr-slider {
    padding-right: 0 !important;
  }
}
.pr-slider::-webkit-scrollbar {
  display: none;
}
.pr-slider {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.highlight .cover-image-custom {
  width: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover";
}
@media (max-width: 991.98px) {
  .highlight .cover-image-custom {
    height: 350px;
  }
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover";
}

.cover-image-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover";
}

.fichehead {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.lg-close:after {
  content: "\f00d" !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.lg-next:before {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.lg-prev:after {
  content: "\f053" !important;
  font-family: "Font Awesome 6 Pro" !important;
}

.btn-more {
  transition: 0.3s;
  height: 44px;
  font-size: 16px;
  padding: 0 40px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #323F48;
}
.btn-more:hover {
  transition: 0.3s;
  background-color: transparent;
  color: #323F48;
}

.lazyloaded {
  opacity: 1;
  filter: blur(0px);
  transition: all 500ms ease-in-out;
}
.lazyloaded.filter-bw {
  filter: blur(0px);
}

.categ {
  left: 20px;
}
.categ .categBox {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  white-space: nowrap;
  display: block;
  transition: 0.3s;
}

.control-bar-page a {
  text-decoration: none;
  color: #519267;
}
.control-bar-page a:hover {
  color: #519267;
}
.control-bar-page a:hover span {
  color: #519267;
}
.control-bar-page a i {
  margin-right: 10px;
}
.control-bar-page a i:hover {
  color: #519267;
}

#displayText {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-right: 15px;
  display: inline-block;
  color: #656565;
}

.highlightModalButton {
  background-color: transparent;
  border: 0;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px;
}
.highlightModalButton i {
  font-size: 20px;
  line-height: 25px;
  color: #EBD433;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .highlightModalButton i {
    color: #EBD433;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .highlightModalButton {
    margin-left: 5px;
  }
}
.highlightModalButton:hover i {
  scale: 1.2;
}

.modal-opening {
  width: -moz-fit-content;
  width: fit-content;
}

#popup {
  display: none;
}

.popup-container {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
}

.popup {
  position: relative;
  background-color: #ffffff;
  padding: 50px;
  width: 50%;
  border-radius: 5px;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .popup {
    width: 90%;
  }
}

.close-popup {
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 991.98px) {
  .close-popup {
    top: 0px;
    right: 0px;
  }
}
.close-popup i {
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.close-popup:hover i {
  scale: 1.2;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.close-popup a {
  font-size: 2.2rem;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
}
.close-popup a i {
  color: #323F48;
}

.popup > h2, .popup > .h2 {
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-weight: 700;
}

.popup > p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.popup > p strong {
  font-weight: 700;
  color: #519267;
}

.popup hr {
  display: block;
  margin: 20px 0px;
}
.popup .address p {
  padding-bottom: 0px;
}
.popup .address p a {
  text-decoration: none;
  color: #519267;
  font-weight: 600;
  margin-bottom: 0px;
}
.popup .address p strong {
  color: #323F48;
  font-weight: 600;
}

.popup-btn:hover {
  background-color: rebeccapurple;
  color: #fff;
}

.hover-socials {
  border-radius: 50%;
  margin-right: 5px;
}
.hover-socials .logo-inner {
  fill: transparent;
  transition: 0.3s;
}
.hover-socials .bg-icon-color {
  transition: 0.3s;
}
.hover-socials:hover {
  background-color: white;
}
.hover-socials:hover .bg-icon-color {
  fill: #519267;
}
.hover-socials:hover .logo-inner {
  fill: white;
}

.contact-tag {
  padding: 2px 8px;
  background-color: #519267;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 3px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-tag p:last-of-type {
  margin-bottom: 0px;
}
.contact-tag * {
  color: #FFFFFF;
}

/**
* Select, Inputs
*/
.form-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-group > i {
  position: absolute;
  pointer-events: none;
  right: 40px;
  top: 17px;
  color: #F0F0F0;
}
.form-group.half {
  width: 50%;
}
@media (max-width: 767.98px) {
  .form-group.half {
    width: 100%;
  }
}
.form-group.quarter {
  width: 25%;
}
@media (max-width: 767.98px) {
  .form-group.quarter {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .mw-xl-200 {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .mw-750 {
    max-width: 750px;
  }
}

.inputleft input[type=text]::-moz-placeholder {
  text-align: left;
}

.inputleft input[type=text]::placeholder {
  text-align: left;
}

input.form-control,
select.form-control, textarea.form-control {
  border-color: #e5e5e5;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  border-bottom: 1px solid #EFEFEF;
  overflow: hidden;
  color: #707070;
}
input.form-control-sm,
select.form-control-sm, textarea.form-control-sm {
  height: 44px;
  padding: 0 15px;
}
input.form-control:focus,
select.form-control:focus, textarea.form-control:focus {
  border-color: #519267;
  box-shadow: none;
}
input.form-control::-moz-placeholder, select.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #707070;
  font-size: 18px !important;
  line-height: 24px;
  margin-left: -22px !important;
}
input.form-control::placeholder,
select.form-control::placeholder, textarea.form-control::placeholder {
  color: #707070;
  font-size: 18px !important;
  line-height: 24px;
  margin-left: -22px !important;
}

select {
  cursor: pointer;
}

textarea.form-control {
  height: 120px;
}

.fw-400 {
  font-weight: 400;
}

.btn-custom {
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #519267;
  color: white;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 700;
  border: 0;
}
@media (max-width: 575.98px) {
  .btn-custom {
    width: 100%;
  }
}
.btn-custom span {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
}
.btn-custom:hover {
  background-color: #323F48;
  text-decoration: none;
}
.btn-custom:hover span, .btn-custom:hover i {
  text-decoration: none;
  color: white;
}
.btn-custom:hover * {
  text-decoration: none;
}

.modalOpeningsContainer {
  padding: 50px 60px;
  max-width: 513px;
  z-index: 1;
}
@media (min-width: 768px) {
  .modalOpeningsContainer {
    width: 500px;
  }
}
@media (max-width: 767.98px) {
  .modalOpeningsContainer {
    padding: 25px;
  }
}
.modalOpeningsContainer .closeOpenings i {
  font-size: 25px;
  transition: 0.3s;
  color: #323F48;
}
.modalOpeningsContainer .closeOpenings i:hover {
  color: #519267;
}
.modalOpeningsContainer .OpeningsTitle {
  font-size: 25px;
  line-height: 32px;
  color: #323F48;
}
.modalOpeningsContainer .secondary-title {
  color: #323F48;
}
.modalOpeningsContainer .textOpenings p, .modalOpeningsContainer .textOpenings span {
  color: #519267;
  font-weight: 700;
}
.modalOpeningsContainer .textOpenings p:not(.text-custom-light-blue), .modalOpeningsContainer .textOpenings span:not(.text-custom-light-blue) {
  font-weight: 400;
  color: #323F48;
}
.modalOpeningsContainer .textOpenings a {
  color: #519267;
}
.modalOpeningsContainer .textOpenings .secondPart p {
  font-size: 16px;
  line-height: 26px;
}
.modalOpeningsContainer .textOpenings p + p {
  margin-top: 10px;
}
.modalOpeningsContainer .textOpenings p:last-of-type {
  margin-bottom: 0;
}
.modalOpeningsContainer .textOpenings hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #519267;
  max-width: 383px;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 20px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 20px;
  --bs-modal-header-padding-y: 20px;
  --bs-modal-header-padding: 20px 20px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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 {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1699.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.btn.bg-danger {
  height: 40px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  transition: 0.3s;
  color: #fff;
}
.btn.bg-danger:hover {
  background-color: rgb(201.5, 0, 39.0840517241) !important;
  color: #fff;
}

.btn.bg-success {
  height: 40px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  transition: 0.3s;
  color: #fff;
}
.btn.bg-success:hover {
  background-color: rgb(15.4375, 83.3625, 51.87) !important;
  color: #fff;
}

.no-decoration {
  text-decoration: none;
}

.no-decoration-hover {
  text-decoration: none;
  text-underline: none !important;
}
.no-decoration-hover * {
  text-decoration: none !important;
  text-underline: none !important;
}
.no-decoration-hover *:hover {
  text-decoration: none !important;
  text-underline: none !important;
}

.pr-slider {
  /* Hide scrollbar for IE, Edge and Firefox */
}
@media (max-width: 991.98px) {
  .pr-slider {
    padding-right: 0 !important;
  }
}
.pr-slider::-webkit-scrollbar {
  display: none;
}
.pr-slider {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/**
 * Line Clamping
 */
.ellipsisone {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsistwo {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisthree {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisfour {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisfive {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsisseven {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sib-container input::-moz-placeholder {
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}

#sib-container input::placeholder {
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}

#sib-container input::-moz-placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #ffffff;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: Helvetica, sans-serif;
  color: #ffffff;
}

#sib-container {
  padding: 0px !important;
}

#sib-container a {
  text-decoration: underline;
  color: #2BB2FC;
}

.sib-form {
  padding: 0px !important;
}

.sib-form-block {
  padding: 0px;
}

#sib-form {
  margin-top: 0px;
}

#sib-form .entry__choice p {
  font-size: 12px;
}

#sib-form input {
  border-color: #e5e5e5;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 15px;
  color: #707070;
  height: 53px;
}

.sib-hide-loader-icon {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  background-color: transparent !important;
}

#sib-form .btn-redange {
  position: relative;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 1.8rem;
}

.language-switcher {
  position: relative;
}
.language-switcher .languages-switch {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0px;
  text-align: left;
  display: inline-flex;
  left: 0px;
  top: 40px;
}
.language-switcher .languages-switch a {
  margin-left: 0px !important;
  margin-right: 15px;
}
.language-switcher .languages-switch:hover {
  display: inline-flex;
  opacity: 1;
  visibility: visible;
}
.language-switcher:hover .languages-switch {
  display: inline-flex;
  opacity: 1;
  visibility: visible;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
  outline: none !important;
}

a:focus:focus-visible,
button:focus:focus-visible,
input:focus:focus-visible,
textarea:focus:focus-visible,
select:focus:focus-visible {
  outline: 2px solid #519267 !important;
  outline-offset: 2px !important;
  transition: outline-color 0.3s ease, outline-offset 0.3s ease !important;
}

a:hover, a:focus:focus-visible {
  color: #519267 !important;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 50;
  cursor: pointer;
}
.lg-outer .lg-has-html5 .lg-video-play {
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

/**
* Cursor
*/
.cursor-pointer {
  cursor: pointer;
}

.not-allowed {
  cursor: not-allowed;
}

.slider-fullscreen .slider-fullscreen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slider-fullscreen .glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .slider-fullscreen .glide__slide img {
    height: 215px;
  }
}

.tcols-slider-txt {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .tcols-slider-txt {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.tcols-slider-txt .row {
  border-radius: 5px;
  overflow: hidden;
}
.tcols-slider-txt .glide__arrows {
  position: absolute;
  left: 50%;
  bottom: 40px;
}
@media (max-width: 991.98px) {
  .tcols-slider-txt .glide__arrows {
    position: static;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.tcols-slider-txt .glide__arrows .glide__arrow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  color: #519267 !important;
  border: none !important;
}
@media (max-width: 991.98px) {
  .tcols-slider-txt .glide__arrows .glide__arrow {
    background-color: #519267 !important;
    color: #fff !important;
    border: none !important;
    position: static;
  }
}
.tcols-slider-txt .glide__arrows .glide__arrow i {
  font-size: 1.6rem;
}
.tcols-slider-txt .glide__arrows .glide__arrow.glide__arrow--left {
  left: -60px;
}
@media (max-width: 991.98px) {
  .tcols-slider-txt .glide__arrows .glide__arrow.glide__arrow--left {
    left: auto;
  }
}
.tcols-slider-txt .glide__arrows .glide__arrow.glide__arrow--right {
  right: -25px;
}
@media (max-width: 991.98px) {
  .tcols-slider-txt .glide__arrows .glide__arrow.glide__arrow--right {
    right: auto;
  }
}
.tcols-slider-txt .glide__arrows .glide__arrow:hover {
  background-color: #2A647B !important;
}
.tcols-slider-txt .glide__arrows .glide__arrow:hover i {
  color: #fff !important;
}
.tcols-slider-txt .content {
  background-color: #fff;
  padding: 80px;
  align-items: flex-start;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .tcols-slider-txt .content {
    padding: 30px 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.tcols-slider-txt .content .inner-content {
  height: 100%;
  margin-left: 40px;
}
@media (max-width: 991.98px) {
  .tcols-slider-txt .content .inner-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.tcols-slider-txt .content h2, .tcols-slider-txt .content .h2, .tcols-slider-txt .content .titleh2 {
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .tcols-slider-txt .content h2, .tcols-slider-txt .content .h2, .tcols-slider-txt .content .titleh2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.tcols-slider-txt .content p {
  margin-bottom: 20px;
}
.tcols-slider-txt .content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: block;
  color: #519267;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.tcols-slider-txt .content a i {
  margin-left: 5px;
  font-size: 1.6rem;
}
.tcols-slider-txt .content a:hover {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}

.h2style {
  color: #323F48;
  font-family: #323F48;
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .h2style {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 25px;
  }
}

.title-result {
  font-size: 18px;
  line-height: 26px;
  color: #323F48;
}

.btnsecondary {
  transition: 0.3s;
  color: white;
  background-color: #323F48;
  font-size: 18px;
  line-height: 26px;
  padding: 9px 30px;
  border-radius: 5px;
}
.btnsecondary:hover {
  background-color: #519267;
  text-decoration: none;
  color: white !important;
}
.btnsecondary:hover span {
  color: white;
}

.slider-progress-bar {
  flex: 1;
  height: 2px;
  background: #eee;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 40px;
}

.slider-progress-indicator {
  position: absolute;
  height: 100%;
  width: 33.3333333333%;
  background-color: #2A647B;
  left: 0;
  border-radius: 40px;
  transition: left 0.4s ease, width 0.4s ease;
}

.glide__slides {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

#weatherTemp {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
}

#weatherIcon {
  margin-right: 8px;
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .partners-title {
    text-align: left !important;
  }
}

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

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

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.p-55 {
  padding: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.p-65 {
  padding: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.p-85 {
  padding: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.p-95 {
  padding: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-105 {
  margin: 105px !important;
}

.p-105 {
  padding: 105px !important;
}

.m-110 {
  margin: 110px !important;
}

.p-110 {
  padding: 110px !important;
}

.m-115 {
  margin: 115px !important;
}

.p-115 {
  padding: 115px !important;
}

.m-120 {
  margin: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.m-125 {
  margin: 125px !important;
}

.p-125 {
  padding: 125px !important;
}

.m-130 {
  margin: 130px !important;
}

.p-130 {
  padding: 130px !important;
}

.m-135 {
  margin: 135px !important;
}

.p-135 {
  padding: 135px !important;
}

.m-140 {
  margin: 140px !important;
}

.p-140 {
  padding: 140px !important;
}

.m-145 {
  margin: 145px !important;
}

.p-145 {
  padding: 145px !important;
}

.m-150 {
  margin: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.m-155 {
  margin: 155px !important;
}

.p-155 {
  padding: 155px !important;
}

.m-160 {
  margin: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.m-165 {
  margin: 165px !important;
}

.p-165 {
  padding: 165px !important;
}

.m-170 {
  margin: 170px !important;
}

.p-170 {
  padding: 170px !important;
}

.m-175 {
  margin: 175px !important;
}

.p-175 {
  padding: 175px !important;
}

.m-180 {
  margin: 180px !important;
}

.p-180 {
  padding: 180px !important;
}

.m-185 {
  margin: 185px !important;
}

.p-185 {
  padding: 185px !important;
}

.m-190 {
  margin: 190px !important;
}

.p-190 {
  padding: 190px !important;
}

.m-195 {
  margin: 195px !important;
}

.p-195 {
  padding: 195px !important;
}

.m-200 {
  margin: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.m-205 {
  margin: 205px !important;
}

.p-205 {
  padding: 205px !important;
}

.m-210 {
  margin: 210px !important;
}

.p-210 {
  padding: 210px !important;
}

.m-215 {
  margin: 215px !important;
}

.p-215 {
  padding: 215px !important;
}

.m-220 {
  margin: 220px !important;
}

.p-220 {
  padding: 220px !important;
}

.m-225 {
  margin: 225px !important;
}

.p-225 {
  padding: 225px !important;
}

.m-230 {
  margin: 230px !important;
}

.p-230 {
  padding: 230px !important;
}

.m-235 {
  margin: 235px !important;
}

.p-235 {
  padding: 235px !important;
}

.m-240 {
  margin: 240px !important;
}

.p-240 {
  padding: 240px !important;
}

.m-245 {
  margin: 245px !important;
}

.p-245 {
  padding: 245px !important;
}

.m-250 {
  margin: 250px !important;
}

.p-250 {
  padding: 250px !important;
}

.m-255 {
  margin: 255px !important;
}

.p-255 {
  padding: 255px !important;
}

.m-260 {
  margin: 260px !important;
}

.p-260 {
  padding: 260px !important;
}

.m-265 {
  margin: 265px !important;
}

.p-265 {
  padding: 265px !important;
}

.m-270 {
  margin: 270px !important;
}

.p-270 {
  padding: 270px !important;
}

.m-275 {
  margin: 275px !important;
}

.p-275 {
  padding: 275px !important;
}

.m-280 {
  margin: 280px !important;
}

.p-280 {
  padding: 280px !important;
}

.m-285 {
  margin: 285px !important;
}

.p-285 {
  padding: 285px !important;
}

.m-290 {
  margin: 290px !important;
}

.p-290 {
  padding: 290px !important;
}

.m-295 {
  margin: 295px !important;
}

.p-295 {
  padding: 295px !important;
}

.m-300 {
  margin: 300px !important;
}

.p-300 {
  padding: 300px !important;
}

.m-305 {
  margin: 305px !important;
}

.p-305 {
  padding: 305px !important;
}

.m-310 {
  margin: 310px !important;
}

.p-310 {
  padding: 310px !important;
}

.m-315 {
  margin: 315px !important;
}

.p-315 {
  padding: 315px !important;
}

.m-320 {
  margin: 320px !important;
}

.p-320 {
  padding: 320px !important;
}

.m-325 {
  margin: 325px !important;
}

.p-325 {
  padding: 325px !important;
}

.m-330 {
  margin: 330px !important;
}

.p-330 {
  padding: 330px !important;
}

.m-335 {
  margin: 335px !important;
}

.p-335 {
  padding: 335px !important;
}

.m-340 {
  margin: 340px !important;
}

.p-340 {
  padding: 340px !important;
}

.m-345 {
  margin: 345px !important;
}

.p-345 {
  padding: 345px !important;
}

.m-350 {
  margin: 350px !important;
}

.p-350 {
  padding: 350px !important;
}

.m-355 {
  margin: 355px !important;
}

.p-355 {
  padding: 355px !important;
}

.m-360 {
  margin: 360px !important;
}

.p-360 {
  padding: 360px !important;
}

.m-365 {
  margin: 365px !important;
}

.p-365 {
  padding: 365px !important;
}

.m-370 {
  margin: 370px !important;
}

.p-370 {
  padding: 370px !important;
}

.m-375 {
  margin: 375px !important;
}

.p-375 {
  padding: 375px !important;
}

.m-380 {
  margin: 380px !important;
}

.p-380 {
  padding: 380px !important;
}

.m-385 {
  margin: 385px !important;
}

.p-385 {
  padding: 385px !important;
}

.m-390 {
  margin: 390px !important;
}

.p-390 {
  padding: 390px !important;
}

.m-395 {
  margin: 395px !important;
}

.p-395 {
  padding: 395px !important;
}

.m-400 {
  margin: 400px !important;
}

.p-400 {
  padding: 400px !important;
}

.m-405 {
  margin: 405px !important;
}

.p-405 {
  padding: 405px !important;
}

.m-410 {
  margin: 410px !important;
}

.p-410 {
  padding: 410px !important;
}

.m-415 {
  margin: 415px !important;
}

.p-415 {
  padding: 415px !important;
}

.m-420 {
  margin: 420px !important;
}

.p-420 {
  padding: 420px !important;
}

.m-425 {
  margin: 425px !important;
}

.p-425 {
  padding: 425px !important;
}

.m-430 {
  margin: 430px !important;
}

.p-430 {
  padding: 430px !important;
}

.m-435 {
  margin: 435px !important;
}

.p-435 {
  padding: 435px !important;
}

.m-440 {
  margin: 440px !important;
}

.p-440 {
  padding: 440px !important;
}

.m-445 {
  margin: 445px !important;
}

.p-445 {
  padding: 445px !important;
}

.m-450 {
  margin: 450px !important;
}

.p-450 {
  padding: 450px !important;
}

.m-455 {
  margin: 455px !important;
}

.p-455 {
  padding: 455px !important;
}

.m-460 {
  margin: 460px !important;
}

.p-460 {
  padding: 460px !important;
}

.m-465 {
  margin: 465px !important;
}

.p-465 {
  padding: 465px !important;
}

.m-470 {
  margin: 470px !important;
}

.p-470 {
  padding: 470px !important;
}

.m-475 {
  margin: 475px !important;
}

.p-475 {
  padding: 475px !important;
}

.m-480 {
  margin: 480px !important;
}

.p-480 {
  padding: 480px !important;
}

.m-485 {
  margin: 485px !important;
}

.p-485 {
  padding: 485px !important;
}

.m-490 {
  margin: 490px !important;
}

.p-490 {
  padding: 490px !important;
}

.m-495 {
  margin: 495px !important;
}

.p-495 {
  padding: 495px !important;
}

.m-500 {
  margin: 500px !important;
}

.p-500 {
  padding: 500px !important;
}

.m-505 {
  margin: 505px !important;
}

.p-505 {
  padding: 505px !important;
}

.m-510 {
  margin: 510px !important;
}

.p-510 {
  padding: 510px !important;
}

.m-515 {
  margin: 515px !important;
}

.p-515 {
  padding: 515px !important;
}

.m-520 {
  margin: 520px !important;
}

.p-520 {
  padding: 520px !important;
}

.m-525 {
  margin: 525px !important;
}

.p-525 {
  padding: 525px !important;
}

.m-530 {
  margin: 530px !important;
}

.p-530 {
  padding: 530px !important;
}

.m-535 {
  margin: 535px !important;
}

.p-535 {
  padding: 535px !important;
}

.m-540 {
  margin: 540px !important;
}

.p-540 {
  padding: 540px !important;
}

.m-545 {
  margin: 545px !important;
}

.p-545 {
  padding: 545px !important;
}

.m-550 {
  margin: 550px !important;
}

.p-550 {
  padding: 550px !important;
}

.m-555 {
  margin: 555px !important;
}

.p-555 {
  padding: 555px !important;
}

.m-560 {
  margin: 560px !important;
}

.p-560 {
  padding: 560px !important;
}

.m-565 {
  margin: 565px !important;
}

.p-565 {
  padding: 565px !important;
}

.m-570 {
  margin: 570px !important;
}

.p-570 {
  padding: 570px !important;
}

.m-575 {
  margin: 575px !important;
}

.p-575 {
  padding: 575px !important;
}

.m-580 {
  margin: 580px !important;
}

.p-580 {
  padding: 580px !important;
}

.m-585 {
  margin: 585px !important;
}

.p-585 {
  padding: 585px !important;
}

.m-590 {
  margin: 590px !important;
}

.p-590 {
  padding: 590px !important;
}

.m-595 {
  margin: 595px !important;
}

.p-595 {
  padding: 595px !important;
}

.m-600 {
  margin: 600px !important;
}

.p-600 {
  padding: 600px !important;
}

.m-605 {
  margin: 605px !important;
}

.p-605 {
  padding: 605px !important;
}

.m-610 {
  margin: 610px !important;
}

.p-610 {
  padding: 610px !important;
}

.m-615 {
  margin: 615px !important;
}

.p-615 {
  padding: 615px !important;
}

.m-620 {
  margin: 620px !important;
}

.p-620 {
  padding: 620px !important;
}

.m-625 {
  margin: 625px !important;
}

.p-625 {
  padding: 625px !important;
}

.m-630 {
  margin: 630px !important;
}

.p-630 {
  padding: 630px !important;
}

.m-635 {
  margin: 635px !important;
}

.p-635 {
  padding: 635px !important;
}

.m-640 {
  margin: 640px !important;
}

.p-640 {
  padding: 640px !important;
}

.m-645 {
  margin: 645px !important;
}

.p-645 {
  padding: 645px !important;
}

.m-650 {
  margin: 650px !important;
}

.p-650 {
  padding: 650px !important;
}

.m-655 {
  margin: 655px !important;
}

.p-655 {
  padding: 655px !important;
}

.m-660 {
  margin: 660px !important;
}

.p-660 {
  padding: 660px !important;
}

.m-665 {
  margin: 665px !important;
}

.p-665 {
  padding: 665px !important;
}

.m-670 {
  margin: 670px !important;
}

.p-670 {
  padding: 670px !important;
}

.m-675 {
  margin: 675px !important;
}

.p-675 {
  padding: 675px !important;
}

.m-680 {
  margin: 680px !important;
}

.p-680 {
  padding: 680px !important;
}

.m-685 {
  margin: 685px !important;
}

.p-685 {
  padding: 685px !important;
}

.m-690 {
  margin: 690px !important;
}

.p-690 {
  padding: 690px !important;
}

.m-695 {
  margin: 695px !important;
}

.p-695 {
  padding: 695px !important;
}

.m-700 {
  margin: 700px !important;
}

.p-700 {
  padding: 700px !important;
}

.m-705 {
  margin: 705px !important;
}

.p-705 {
  padding: 705px !important;
}

.m-710 {
  margin: 710px !important;
}

.p-710 {
  padding: 710px !important;
}

.m-715 {
  margin: 715px !important;
}

.p-715 {
  padding: 715px !important;
}

.m-720 {
  margin: 720px !important;
}

.p-720 {
  padding: 720px !important;
}

.m-725 {
  margin: 725px !important;
}

.p-725 {
  padding: 725px !important;
}

.m-730 {
  margin: 730px !important;
}

.p-730 {
  padding: 730px !important;
}

.m-735 {
  margin: 735px !important;
}

.p-735 {
  padding: 735px !important;
}

.m-740 {
  margin: 740px !important;
}

.p-740 {
  padding: 740px !important;
}

.m-745 {
  margin: 745px !important;
}

.p-745 {
  padding: 745px !important;
}

.m-750 {
  margin: 750px !important;
}

.p-750 {
  padding: 750px !important;
}

.m-755 {
  margin: 755px !important;
}

.p-755 {
  padding: 755px !important;
}

.m-760 {
  margin: 760px !important;
}

.p-760 {
  padding: 760px !important;
}

.m-765 {
  margin: 765px !important;
}

.p-765 {
  padding: 765px !important;
}

.m-770 {
  margin: 770px !important;
}

.p-770 {
  padding: 770px !important;
}

.m-775 {
  margin: 775px !important;
}

.p-775 {
  padding: 775px !important;
}

.m-780 {
  margin: 780px !important;
}

.p-780 {
  padding: 780px !important;
}

.m-785 {
  margin: 785px !important;
}

.p-785 {
  padding: 785px !important;
}

.m-790 {
  margin: 790px !important;
}

.p-790 {
  padding: 790px !important;
}

.m-795 {
  margin: 795px !important;
}

.p-795 {
  padding: 795px !important;
}

.m-800 {
  margin: 800px !important;
}

.p-800 {
  padding: 800px !important;
}

.m-805 {
  margin: 805px !important;
}

.p-805 {
  padding: 805px !important;
}

.m-810 {
  margin: 810px !important;
}

.p-810 {
  padding: 810px !important;
}

.m-815 {
  margin: 815px !important;
}

.p-815 {
  padding: 815px !important;
}

.m-820 {
  margin: 820px !important;
}

.p-820 {
  padding: 820px !important;
}

.m-825 {
  margin: 825px !important;
}

.p-825 {
  padding: 825px !important;
}

.m-830 {
  margin: 830px !important;
}

.p-830 {
  padding: 830px !important;
}

.m-835 {
  margin: 835px !important;
}

.p-835 {
  padding: 835px !important;
}

.m-840 {
  margin: 840px !important;
}

.p-840 {
  padding: 840px !important;
}

.m-845 {
  margin: 845px !important;
}

.p-845 {
  padding: 845px !important;
}

.m-850 {
  margin: 850px !important;
}

.p-850 {
  padding: 850px !important;
}

.m-855 {
  margin: 855px !important;
}

.p-855 {
  padding: 855px !important;
}

.m-860 {
  margin: 860px !important;
}

.p-860 {
  padding: 860px !important;
}

.m-865 {
  margin: 865px !important;
}

.p-865 {
  padding: 865px !important;
}

.m-870 {
  margin: 870px !important;
}

.p-870 {
  padding: 870px !important;
}

.m-875 {
  margin: 875px !important;
}

.p-875 {
  padding: 875px !important;
}

.m-880 {
  margin: 880px !important;
}

.p-880 {
  padding: 880px !important;
}

.m-885 {
  margin: 885px !important;
}

.p-885 {
  padding: 885px !important;
}

.m-890 {
  margin: 890px !important;
}

.p-890 {
  padding: 890px !important;
}

.m-895 {
  margin: 895px !important;
}

.p-895 {
  padding: 895px !important;
}

.m-900 {
  margin: 900px !important;
}

.p-900 {
  padding: 900px !important;
}

.m-905 {
  margin: 905px !important;
}

.p-905 {
  padding: 905px !important;
}

.m-910 {
  margin: 910px !important;
}

.p-910 {
  padding: 910px !important;
}

.m-915 {
  margin: 915px !important;
}

.p-915 {
  padding: 915px !important;
}

.m-920 {
  margin: 920px !important;
}

.p-920 {
  padding: 920px !important;
}

.m-925 {
  margin: 925px !important;
}

.p-925 {
  padding: 925px !important;
}

.m-930 {
  margin: 930px !important;
}

.p-930 {
  padding: 930px !important;
}

.m-935 {
  margin: 935px !important;
}

.p-935 {
  padding: 935px !important;
}

.m-940 {
  margin: 940px !important;
}

.p-940 {
  padding: 940px !important;
}

.m-945 {
  margin: 945px !important;
}

.p-945 {
  padding: 945px !important;
}

.m-950 {
  margin: 950px !important;
}

.p-950 {
  padding: 950px !important;
}

.m-955 {
  margin: 955px !important;
}

.p-955 {
  padding: 955px !important;
}

.m-960 {
  margin: 960px !important;
}

.p-960 {
  padding: 960px !important;
}

.m-965 {
  margin: 965px !important;
}

.p-965 {
  padding: 965px !important;
}

.m-970 {
  margin: 970px !important;
}

.p-970 {
  padding: 970px !important;
}

.m-975 {
  margin: 975px !important;
}

.p-975 {
  padding: 975px !important;
}

.m-980 {
  margin: 980px !important;
}

.p-980 {
  padding: 980px !important;
}

.m-985 {
  margin: 985px !important;
}

.p-985 {
  padding: 985px !important;
}

.m-990 {
  margin: 990px !important;
}

.p-990 {
  padding: 990px !important;
}

.m-995 {
  margin: 995px !important;
}

.p-995 {
  padding: 995px !important;
}

.m-1000 {
  margin: 1000px !important;
}

.p-1000 {
  padding: 1000px !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-25 {
  margin-top: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.mt-205 {
  margin-top: 205px !important;
}

.pt-205 {
  padding-top: 205px !important;
}

.mt-210 {
  margin-top: 210px !important;
}

.pt-210 {
  padding-top: 210px !important;
}

.mt-215 {
  margin-top: 215px !important;
}

.pt-215 {
  padding-top: 215px !important;
}

.mt-220 {
  margin-top: 220px !important;
}

.pt-220 {
  padding-top: 220px !important;
}

.mt-225 {
  margin-top: 225px !important;
}

.pt-225 {
  padding-top: 225px !important;
}

.mt-230 {
  margin-top: 230px !important;
}

.pt-230 {
  padding-top: 230px !important;
}

.mt-235 {
  margin-top: 235px !important;
}

.pt-235 {
  padding-top: 235px !important;
}

.mt-240 {
  margin-top: 240px !important;
}

.pt-240 {
  padding-top: 240px !important;
}

.mt-245 {
  margin-top: 245px !important;
}

.pt-245 {
  padding-top: 245px !important;
}

.mt-250 {
  margin-top: 250px !important;
}

.pt-250 {
  padding-top: 250px !important;
}

.mt-255 {
  margin-top: 255px !important;
}

.pt-255 {
  padding-top: 255px !important;
}

.mt-260 {
  margin-top: 260px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.mt-265 {
  margin-top: 265px !important;
}

.pt-265 {
  padding-top: 265px !important;
}

.mt-270 {
  margin-top: 270px !important;
}

.pt-270 {
  padding-top: 270px !important;
}

.mt-275 {
  margin-top: 275px !important;
}

.pt-275 {
  padding-top: 275px !important;
}

.mt-280 {
  margin-top: 280px !important;
}

.pt-280 {
  padding-top: 280px !important;
}

.mt-285 {
  margin-top: 285px !important;
}

.pt-285 {
  padding-top: 285px !important;
}

.mt-290 {
  margin-top: 290px !important;
}

.pt-290 {
  padding-top: 290px !important;
}

.mt-295 {
  margin-top: 295px !important;
}

.pt-295 {
  padding-top: 295px !important;
}

.mt-300 {
  margin-top: 300px !important;
}

.pt-300 {
  padding-top: 300px !important;
}

.mt-305 {
  margin-top: 305px !important;
}

.pt-305 {
  padding-top: 305px !important;
}

.mt-310 {
  margin-top: 310px !important;
}

.pt-310 {
  padding-top: 310px !important;
}

.mt-315 {
  margin-top: 315px !important;
}

.pt-315 {
  padding-top: 315px !important;
}

.mt-320 {
  margin-top: 320px !important;
}

.pt-320 {
  padding-top: 320px !important;
}

.mt-325 {
  margin-top: 325px !important;
}

.pt-325 {
  padding-top: 325px !important;
}

.mt-330 {
  margin-top: 330px !important;
}

.pt-330 {
  padding-top: 330px !important;
}

.mt-335 {
  margin-top: 335px !important;
}

.pt-335 {
  padding-top: 335px !important;
}

.mt-340 {
  margin-top: 340px !important;
}

.pt-340 {
  padding-top: 340px !important;
}

.mt-345 {
  margin-top: 345px !important;
}

.pt-345 {
  padding-top: 345px !important;
}

.mt-350 {
  margin-top: 350px !important;
}

.pt-350 {
  padding-top: 350px !important;
}

.mt-355 {
  margin-top: 355px !important;
}

.pt-355 {
  padding-top: 355px !important;
}

.mt-360 {
  margin-top: 360px !important;
}

.pt-360 {
  padding-top: 360px !important;
}

.mt-365 {
  margin-top: 365px !important;
}

.pt-365 {
  padding-top: 365px !important;
}

.mt-370 {
  margin-top: 370px !important;
}

.pt-370 {
  padding-top: 370px !important;
}

.mt-375 {
  margin-top: 375px !important;
}

.pt-375 {
  padding-top: 375px !important;
}

.mt-380 {
  margin-top: 380px !important;
}

.pt-380 {
  padding-top: 380px !important;
}

.mt-385 {
  margin-top: 385px !important;
}

.pt-385 {
  padding-top: 385px !important;
}

.mt-390 {
  margin-top: 390px !important;
}

.pt-390 {
  padding-top: 390px !important;
}

.mt-395 {
  margin-top: 395px !important;
}

.pt-395 {
  padding-top: 395px !important;
}

.mt-400 {
  margin-top: 400px !important;
}

.pt-400 {
  padding-top: 400px !important;
}

.mt-405 {
  margin-top: 405px !important;
}

.pt-405 {
  padding-top: 405px !important;
}

.mt-410 {
  margin-top: 410px !important;
}

.pt-410 {
  padding-top: 410px !important;
}

.mt-415 {
  margin-top: 415px !important;
}

.pt-415 {
  padding-top: 415px !important;
}

.mt-420 {
  margin-top: 420px !important;
}

.pt-420 {
  padding-top: 420px !important;
}

.mt-425 {
  margin-top: 425px !important;
}

.pt-425 {
  padding-top: 425px !important;
}

.mt-430 {
  margin-top: 430px !important;
}

.pt-430 {
  padding-top: 430px !important;
}

.mt-435 {
  margin-top: 435px !important;
}

.pt-435 {
  padding-top: 435px !important;
}

.mt-440 {
  margin-top: 440px !important;
}

.pt-440 {
  padding-top: 440px !important;
}

.mt-445 {
  margin-top: 445px !important;
}

.pt-445 {
  padding-top: 445px !important;
}

.mt-450 {
  margin-top: 450px !important;
}

.pt-450 {
  padding-top: 450px !important;
}

.mt-455 {
  margin-top: 455px !important;
}

.pt-455 {
  padding-top: 455px !important;
}

.mt-460 {
  margin-top: 460px !important;
}

.pt-460 {
  padding-top: 460px !important;
}

.mt-465 {
  margin-top: 465px !important;
}

.pt-465 {
  padding-top: 465px !important;
}

.mt-470 {
  margin-top: 470px !important;
}

.pt-470 {
  padding-top: 470px !important;
}

.mt-475 {
  margin-top: 475px !important;
}

.pt-475 {
  padding-top: 475px !important;
}

.mt-480 {
  margin-top: 480px !important;
}

.pt-480 {
  padding-top: 480px !important;
}

.mt-485 {
  margin-top: 485px !important;
}

.pt-485 {
  padding-top: 485px !important;
}

.mt-490 {
  margin-top: 490px !important;
}

.pt-490 {
  padding-top: 490px !important;
}

.mt-495 {
  margin-top: 495px !important;
}

.pt-495 {
  padding-top: 495px !important;
}

.mt-500 {
  margin-top: 500px !important;
}

.pt-500 {
  padding-top: 500px !important;
}

.mt-505 {
  margin-top: 505px !important;
}

.pt-505 {
  padding-top: 505px !important;
}

.mt-510 {
  margin-top: 510px !important;
}

.pt-510 {
  padding-top: 510px !important;
}

.mt-515 {
  margin-top: 515px !important;
}

.pt-515 {
  padding-top: 515px !important;
}

.mt-520 {
  margin-top: 520px !important;
}

.pt-520 {
  padding-top: 520px !important;
}

.mt-525 {
  margin-top: 525px !important;
}

.pt-525 {
  padding-top: 525px !important;
}

.mt-530 {
  margin-top: 530px !important;
}

.pt-530 {
  padding-top: 530px !important;
}

.mt-535 {
  margin-top: 535px !important;
}

.pt-535 {
  padding-top: 535px !important;
}

.mt-540 {
  margin-top: 540px !important;
}

.pt-540 {
  padding-top: 540px !important;
}

.mt-545 {
  margin-top: 545px !important;
}

.pt-545 {
  padding-top: 545px !important;
}

.mt-550 {
  margin-top: 550px !important;
}

.pt-550 {
  padding-top: 550px !important;
}

.mt-555 {
  margin-top: 555px !important;
}

.pt-555 {
  padding-top: 555px !important;
}

.mt-560 {
  margin-top: 560px !important;
}

.pt-560 {
  padding-top: 560px !important;
}

.mt-565 {
  margin-top: 565px !important;
}

.pt-565 {
  padding-top: 565px !important;
}

.mt-570 {
  margin-top: 570px !important;
}

.pt-570 {
  padding-top: 570px !important;
}

.mt-575 {
  margin-top: 575px !important;
}

.pt-575 {
  padding-top: 575px !important;
}

.mt-580 {
  margin-top: 580px !important;
}

.pt-580 {
  padding-top: 580px !important;
}

.mt-585 {
  margin-top: 585px !important;
}

.pt-585 {
  padding-top: 585px !important;
}

.mt-590 {
  margin-top: 590px !important;
}

.pt-590 {
  padding-top: 590px !important;
}

.mt-595 {
  margin-top: 595px !important;
}

.pt-595 {
  padding-top: 595px !important;
}

.mt-600 {
  margin-top: 600px !important;
}

.pt-600 {
  padding-top: 600px !important;
}

.mt-605 {
  margin-top: 605px !important;
}

.pt-605 {
  padding-top: 605px !important;
}

.mt-610 {
  margin-top: 610px !important;
}

.pt-610 {
  padding-top: 610px !important;
}

.mt-615 {
  margin-top: 615px !important;
}

.pt-615 {
  padding-top: 615px !important;
}

.mt-620 {
  margin-top: 620px !important;
}

.pt-620 {
  padding-top: 620px !important;
}

.mt-625 {
  margin-top: 625px !important;
}

.pt-625 {
  padding-top: 625px !important;
}

.mt-630 {
  margin-top: 630px !important;
}

.pt-630 {
  padding-top: 630px !important;
}

.mt-635 {
  margin-top: 635px !important;
}

.pt-635 {
  padding-top: 635px !important;
}

.mt-640 {
  margin-top: 640px !important;
}

.pt-640 {
  padding-top: 640px !important;
}

.mt-645 {
  margin-top: 645px !important;
}

.pt-645 {
  padding-top: 645px !important;
}

.mt-650 {
  margin-top: 650px !important;
}

.pt-650 {
  padding-top: 650px !important;
}

.mt-655 {
  margin-top: 655px !important;
}

.pt-655 {
  padding-top: 655px !important;
}

.mt-660 {
  margin-top: 660px !important;
}

.pt-660 {
  padding-top: 660px !important;
}

.mt-665 {
  margin-top: 665px !important;
}

.pt-665 {
  padding-top: 665px !important;
}

.mt-670 {
  margin-top: 670px !important;
}

.pt-670 {
  padding-top: 670px !important;
}

.mt-675 {
  margin-top: 675px !important;
}

.pt-675 {
  padding-top: 675px !important;
}

.mt-680 {
  margin-top: 680px !important;
}

.pt-680 {
  padding-top: 680px !important;
}

.mt-685 {
  margin-top: 685px !important;
}

.pt-685 {
  padding-top: 685px !important;
}

.mt-690 {
  margin-top: 690px !important;
}

.pt-690 {
  padding-top: 690px !important;
}

.mt-695 {
  margin-top: 695px !important;
}

.pt-695 {
  padding-top: 695px !important;
}

.mt-700 {
  margin-top: 700px !important;
}

.pt-700 {
  padding-top: 700px !important;
}

.mt-705 {
  margin-top: 705px !important;
}

.pt-705 {
  padding-top: 705px !important;
}

.mt-710 {
  margin-top: 710px !important;
}

.pt-710 {
  padding-top: 710px !important;
}

.mt-715 {
  margin-top: 715px !important;
}

.pt-715 {
  padding-top: 715px !important;
}

.mt-720 {
  margin-top: 720px !important;
}

.pt-720 {
  padding-top: 720px !important;
}

.mt-725 {
  margin-top: 725px !important;
}

.pt-725 {
  padding-top: 725px !important;
}

.mt-730 {
  margin-top: 730px !important;
}

.pt-730 {
  padding-top: 730px !important;
}

.mt-735 {
  margin-top: 735px !important;
}

.pt-735 {
  padding-top: 735px !important;
}

.mt-740 {
  margin-top: 740px !important;
}

.pt-740 {
  padding-top: 740px !important;
}

.mt-745 {
  margin-top: 745px !important;
}

.pt-745 {
  padding-top: 745px !important;
}

.mt-750 {
  margin-top: 750px !important;
}

.pt-750 {
  padding-top: 750px !important;
}

.mt-755 {
  margin-top: 755px !important;
}

.pt-755 {
  padding-top: 755px !important;
}

.mt-760 {
  margin-top: 760px !important;
}

.pt-760 {
  padding-top: 760px !important;
}

.mt-765 {
  margin-top: 765px !important;
}

.pt-765 {
  padding-top: 765px !important;
}

.mt-770 {
  margin-top: 770px !important;
}

.pt-770 {
  padding-top: 770px !important;
}

.mt-775 {
  margin-top: 775px !important;
}

.pt-775 {
  padding-top: 775px !important;
}

.mt-780 {
  margin-top: 780px !important;
}

.pt-780 {
  padding-top: 780px !important;
}

.mt-785 {
  margin-top: 785px !important;
}

.pt-785 {
  padding-top: 785px !important;
}

.mt-790 {
  margin-top: 790px !important;
}

.pt-790 {
  padding-top: 790px !important;
}

.mt-795 {
  margin-top: 795px !important;
}

.pt-795 {
  padding-top: 795px !important;
}

.mt-800 {
  margin-top: 800px !important;
}

.pt-800 {
  padding-top: 800px !important;
}

.mt-805 {
  margin-top: 805px !important;
}

.pt-805 {
  padding-top: 805px !important;
}

.mt-810 {
  margin-top: 810px !important;
}

.pt-810 {
  padding-top: 810px !important;
}

.mt-815 {
  margin-top: 815px !important;
}

.pt-815 {
  padding-top: 815px !important;
}

.mt-820 {
  margin-top: 820px !important;
}

.pt-820 {
  padding-top: 820px !important;
}

.mt-825 {
  margin-top: 825px !important;
}

.pt-825 {
  padding-top: 825px !important;
}

.mt-830 {
  margin-top: 830px !important;
}

.pt-830 {
  padding-top: 830px !important;
}

.mt-835 {
  margin-top: 835px !important;
}

.pt-835 {
  padding-top: 835px !important;
}

.mt-840 {
  margin-top: 840px !important;
}

.pt-840 {
  padding-top: 840px !important;
}

.mt-845 {
  margin-top: 845px !important;
}

.pt-845 {
  padding-top: 845px !important;
}

.mt-850 {
  margin-top: 850px !important;
}

.pt-850 {
  padding-top: 850px !important;
}

.mt-855 {
  margin-top: 855px !important;
}

.pt-855 {
  padding-top: 855px !important;
}

.mt-860 {
  margin-top: 860px !important;
}

.pt-860 {
  padding-top: 860px !important;
}

.mt-865 {
  margin-top: 865px !important;
}

.pt-865 {
  padding-top: 865px !important;
}

.mt-870 {
  margin-top: 870px !important;
}

.pt-870 {
  padding-top: 870px !important;
}

.mt-875 {
  margin-top: 875px !important;
}

.pt-875 {
  padding-top: 875px !important;
}

.mt-880 {
  margin-top: 880px !important;
}

.pt-880 {
  padding-top: 880px !important;
}

.mt-885 {
  margin-top: 885px !important;
}

.pt-885 {
  padding-top: 885px !important;
}

.mt-890 {
  margin-top: 890px !important;
}

.pt-890 {
  padding-top: 890px !important;
}

.mt-895 {
  margin-top: 895px !important;
}

.pt-895 {
  padding-top: 895px !important;
}

.mt-900 {
  margin-top: 900px !important;
}

.pt-900 {
  padding-top: 900px !important;
}

.mt-905 {
  margin-top: 905px !important;
}

.pt-905 {
  padding-top: 905px !important;
}

.mt-910 {
  margin-top: 910px !important;
}

.pt-910 {
  padding-top: 910px !important;
}

.mt-915 {
  margin-top: 915px !important;
}

.pt-915 {
  padding-top: 915px !important;
}

.mt-920 {
  margin-top: 920px !important;
}

.pt-920 {
  padding-top: 920px !important;
}

.mt-925 {
  margin-top: 925px !important;
}

.pt-925 {
  padding-top: 925px !important;
}

.mt-930 {
  margin-top: 930px !important;
}

.pt-930 {
  padding-top: 930px !important;
}

.mt-935 {
  margin-top: 935px !important;
}

.pt-935 {
  padding-top: 935px !important;
}

.mt-940 {
  margin-top: 940px !important;
}

.pt-940 {
  padding-top: 940px !important;
}

.mt-945 {
  margin-top: 945px !important;
}

.pt-945 {
  padding-top: 945px !important;
}

.mt-950 {
  margin-top: 950px !important;
}

.pt-950 {
  padding-top: 950px !important;
}

.mt-955 {
  margin-top: 955px !important;
}

.pt-955 {
  padding-top: 955px !important;
}

.mt-960 {
  margin-top: 960px !important;
}

.pt-960 {
  padding-top: 960px !important;
}

.mt-965 {
  margin-top: 965px !important;
}

.pt-965 {
  padding-top: 965px !important;
}

.mt-970 {
  margin-top: 970px !important;
}

.pt-970 {
  padding-top: 970px !important;
}

.mt-975 {
  margin-top: 975px !important;
}

.pt-975 {
  padding-top: 975px !important;
}

.mt-980 {
  margin-top: 980px !important;
}

.pt-980 {
  padding-top: 980px !important;
}

.mt-985 {
  margin-top: 985px !important;
}

.pt-985 {
  padding-top: 985px !important;
}

.mt-990 {
  margin-top: 990px !important;
}

.pt-990 {
  padding-top: 990px !important;
}

.mt-995 {
  margin-top: 995px !important;
}

.pt-995 {
  padding-top: 995px !important;
}

.mt-1000 {
  margin-top: 1000px !important;
}

.pt-1000 {
  padding-top: 1000px !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-25 {
  margin-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.mb-205 {
  margin-bottom: 205px !important;
}

.pb-205 {
  padding-bottom: 205px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.pb-210 {
  padding-bottom: 210px !important;
}

.mb-215 {
  margin-bottom: 215px !important;
}

.pb-215 {
  padding-bottom: 215px !important;
}

.mb-220 {
  margin-bottom: 220px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

.mb-225 {
  margin-bottom: 225px !important;
}

.pb-225 {
  padding-bottom: 225px !important;
}

.mb-230 {
  margin-bottom: 230px !important;
}

.pb-230 {
  padding-bottom: 230px !important;
}

.mb-235 {
  margin-bottom: 235px !important;
}

.pb-235 {
  padding-bottom: 235px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.pb-240 {
  padding-bottom: 240px !important;
}

.mb-245 {
  margin-bottom: 245px !important;
}

.pb-245 {
  padding-bottom: 245px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.mb-255 {
  margin-bottom: 255px !important;
}

.pb-255 {
  padding-bottom: 255px !important;
}

.mb-260 {
  margin-bottom: 260px !important;
}

.pb-260 {
  padding-bottom: 260px !important;
}

.mb-265 {
  margin-bottom: 265px !important;
}

.pb-265 {
  padding-bottom: 265px !important;
}

.mb-270 {
  margin-bottom: 270px !important;
}

.pb-270 {
  padding-bottom: 270px !important;
}

.mb-275 {
  margin-bottom: 275px !important;
}

.pb-275 {
  padding-bottom: 275px !important;
}

.mb-280 {
  margin-bottom: 280px !important;
}

.pb-280 {
  padding-bottom: 280px !important;
}

.mb-285 {
  margin-bottom: 285px !important;
}

.pb-285 {
  padding-bottom: 285px !important;
}

.mb-290 {
  margin-bottom: 290px !important;
}

.pb-290 {
  padding-bottom: 290px !important;
}

.mb-295 {
  margin-bottom: 295px !important;
}

.pb-295 {
  padding-bottom: 295px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.pb-300 {
  padding-bottom: 300px !important;
}

.mb-305 {
  margin-bottom: 305px !important;
}

.pb-305 {
  padding-bottom: 305px !important;
}

.mb-310 {
  margin-bottom: 310px !important;
}

.pb-310 {
  padding-bottom: 310px !important;
}

.mb-315 {
  margin-bottom: 315px !important;
}

.pb-315 {
  padding-bottom: 315px !important;
}

.mb-320 {
  margin-bottom: 320px !important;
}

.pb-320 {
  padding-bottom: 320px !important;
}

.mb-325 {
  margin-bottom: 325px !important;
}

.pb-325 {
  padding-bottom: 325px !important;
}

.mb-330 {
  margin-bottom: 330px !important;
}

.pb-330 {
  padding-bottom: 330px !important;
}

.mb-335 {
  margin-bottom: 335px !important;
}

.pb-335 {
  padding-bottom: 335px !important;
}

.mb-340 {
  margin-bottom: 340px !important;
}

.pb-340 {
  padding-bottom: 340px !important;
}

.mb-345 {
  margin-bottom: 345px !important;
}

.pb-345 {
  padding-bottom: 345px !important;
}

.mb-350 {
  margin-bottom: 350px !important;
}

.pb-350 {
  padding-bottom: 350px !important;
}

.mb-355 {
  margin-bottom: 355px !important;
}

.pb-355 {
  padding-bottom: 355px !important;
}

.mb-360 {
  margin-bottom: 360px !important;
}

.pb-360 {
  padding-bottom: 360px !important;
}

.mb-365 {
  margin-bottom: 365px !important;
}

.pb-365 {
  padding-bottom: 365px !important;
}

.mb-370 {
  margin-bottom: 370px !important;
}

.pb-370 {
  padding-bottom: 370px !important;
}

.mb-375 {
  margin-bottom: 375px !important;
}

.pb-375 {
  padding-bottom: 375px !important;
}

.mb-380 {
  margin-bottom: 380px !important;
}

.pb-380 {
  padding-bottom: 380px !important;
}

.mb-385 {
  margin-bottom: 385px !important;
}

.pb-385 {
  padding-bottom: 385px !important;
}

.mb-390 {
  margin-bottom: 390px !important;
}

.pb-390 {
  padding-bottom: 390px !important;
}

.mb-395 {
  margin-bottom: 395px !important;
}

.pb-395 {
  padding-bottom: 395px !important;
}

.mb-400 {
  margin-bottom: 400px !important;
}

.pb-400 {
  padding-bottom: 400px !important;
}

.mb-405 {
  margin-bottom: 405px !important;
}

.pb-405 {
  padding-bottom: 405px !important;
}

.mb-410 {
  margin-bottom: 410px !important;
}

.pb-410 {
  padding-bottom: 410px !important;
}

.mb-415 {
  margin-bottom: 415px !important;
}

.pb-415 {
  padding-bottom: 415px !important;
}

.mb-420 {
  margin-bottom: 420px !important;
}

.pb-420 {
  padding-bottom: 420px !important;
}

.mb-425 {
  margin-bottom: 425px !important;
}

.pb-425 {
  padding-bottom: 425px !important;
}

.mb-430 {
  margin-bottom: 430px !important;
}

.pb-430 {
  padding-bottom: 430px !important;
}

.mb-435 {
  margin-bottom: 435px !important;
}

.pb-435 {
  padding-bottom: 435px !important;
}

.mb-440 {
  margin-bottom: 440px !important;
}

.pb-440 {
  padding-bottom: 440px !important;
}

.mb-445 {
  margin-bottom: 445px !important;
}

.pb-445 {
  padding-bottom: 445px !important;
}

.mb-450 {
  margin-bottom: 450px !important;
}

.pb-450 {
  padding-bottom: 450px !important;
}

.mb-455 {
  margin-bottom: 455px !important;
}

.pb-455 {
  padding-bottom: 455px !important;
}

.mb-460 {
  margin-bottom: 460px !important;
}

.pb-460 {
  padding-bottom: 460px !important;
}

.mb-465 {
  margin-bottom: 465px !important;
}

.pb-465 {
  padding-bottom: 465px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.pb-470 {
  padding-bottom: 470px !important;
}

.mb-475 {
  margin-bottom: 475px !important;
}

.pb-475 {
  padding-bottom: 475px !important;
}

.mb-480 {
  margin-bottom: 480px !important;
}

.pb-480 {
  padding-bottom: 480px !important;
}

.mb-485 {
  margin-bottom: 485px !important;
}

.pb-485 {
  padding-bottom: 485px !important;
}

.mb-490 {
  margin-bottom: 490px !important;
}

.pb-490 {
  padding-bottom: 490px !important;
}

.mb-495 {
  margin-bottom: 495px !important;
}

.pb-495 {
  padding-bottom: 495px !important;
}

.mb-500 {
  margin-bottom: 500px !important;
}

.pb-500 {
  padding-bottom: 500px !important;
}

.mb-505 {
  margin-bottom: 505px !important;
}

.pb-505 {
  padding-bottom: 505px !important;
}

.mb-510 {
  margin-bottom: 510px !important;
}

.pb-510 {
  padding-bottom: 510px !important;
}

.mb-515 {
  margin-bottom: 515px !important;
}

.pb-515 {
  padding-bottom: 515px !important;
}

.mb-520 {
  margin-bottom: 520px !important;
}

.pb-520 {
  padding-bottom: 520px !important;
}

.mb-525 {
  margin-bottom: 525px !important;
}

.pb-525 {
  padding-bottom: 525px !important;
}

.mb-530 {
  margin-bottom: 530px !important;
}

.pb-530 {
  padding-bottom: 530px !important;
}

.mb-535 {
  margin-bottom: 535px !important;
}

.pb-535 {
  padding-bottom: 535px !important;
}

.mb-540 {
  margin-bottom: 540px !important;
}

.pb-540 {
  padding-bottom: 540px !important;
}

.mb-545 {
  margin-bottom: 545px !important;
}

.pb-545 {
  padding-bottom: 545px !important;
}

.mb-550 {
  margin-bottom: 550px !important;
}

.pb-550 {
  padding-bottom: 550px !important;
}

.mb-555 {
  margin-bottom: 555px !important;
}

.pb-555 {
  padding-bottom: 555px !important;
}

.mb-560 {
  margin-bottom: 560px !important;
}

.pb-560 {
  padding-bottom: 560px !important;
}

.mb-565 {
  margin-bottom: 565px !important;
}

.pb-565 {
  padding-bottom: 565px !important;
}

.mb-570 {
  margin-bottom: 570px !important;
}

.pb-570 {
  padding-bottom: 570px !important;
}

.mb-575 {
  margin-bottom: 575px !important;
}

.pb-575 {
  padding-bottom: 575px !important;
}

.mb-580 {
  margin-bottom: 580px !important;
}

.pb-580 {
  padding-bottom: 580px !important;
}

.mb-585 {
  margin-bottom: 585px !important;
}

.pb-585 {
  padding-bottom: 585px !important;
}

.mb-590 {
  margin-bottom: 590px !important;
}

.pb-590 {
  padding-bottom: 590px !important;
}

.mb-595 {
  margin-bottom: 595px !important;
}

.pb-595 {
  padding-bottom: 595px !important;
}

.mb-600 {
  margin-bottom: 600px !important;
}

.pb-600 {
  padding-bottom: 600px !important;
}

.mb-605 {
  margin-bottom: 605px !important;
}

.pb-605 {
  padding-bottom: 605px !important;
}

.mb-610 {
  margin-bottom: 610px !important;
}

.pb-610 {
  padding-bottom: 610px !important;
}

.mb-615 {
  margin-bottom: 615px !important;
}

.pb-615 {
  padding-bottom: 615px !important;
}

.mb-620 {
  margin-bottom: 620px !important;
}

.pb-620 {
  padding-bottom: 620px !important;
}

.mb-625 {
  margin-bottom: 625px !important;
}

.pb-625 {
  padding-bottom: 625px !important;
}

.mb-630 {
  margin-bottom: 630px !important;
}

.pb-630 {
  padding-bottom: 630px !important;
}

.mb-635 {
  margin-bottom: 635px !important;
}

.pb-635 {
  padding-bottom: 635px !important;
}

.mb-640 {
  margin-bottom: 640px !important;
}

.pb-640 {
  padding-bottom: 640px !important;
}

.mb-645 {
  margin-bottom: 645px !important;
}

.pb-645 {
  padding-bottom: 645px !important;
}

.mb-650 {
  margin-bottom: 650px !important;
}

.pb-650 {
  padding-bottom: 650px !important;
}

.mb-655 {
  margin-bottom: 655px !important;
}

.pb-655 {
  padding-bottom: 655px !important;
}

.mb-660 {
  margin-bottom: 660px !important;
}

.pb-660 {
  padding-bottom: 660px !important;
}

.mb-665 {
  margin-bottom: 665px !important;
}

.pb-665 {
  padding-bottom: 665px !important;
}

.mb-670 {
  margin-bottom: 670px !important;
}

.pb-670 {
  padding-bottom: 670px !important;
}

.mb-675 {
  margin-bottom: 675px !important;
}

.pb-675 {
  padding-bottom: 675px !important;
}

.mb-680 {
  margin-bottom: 680px !important;
}

.pb-680 {
  padding-bottom: 680px !important;
}

.mb-685 {
  margin-bottom: 685px !important;
}

.pb-685 {
  padding-bottom: 685px !important;
}

.mb-690 {
  margin-bottom: 690px !important;
}

.pb-690 {
  padding-bottom: 690px !important;
}

.mb-695 {
  margin-bottom: 695px !important;
}

.pb-695 {
  padding-bottom: 695px !important;
}

.mb-700 {
  margin-bottom: 700px !important;
}

.pb-700 {
  padding-bottom: 700px !important;
}

.mb-705 {
  margin-bottom: 705px !important;
}

.pb-705 {
  padding-bottom: 705px !important;
}

.mb-710 {
  margin-bottom: 710px !important;
}

.pb-710 {
  padding-bottom: 710px !important;
}

.mb-715 {
  margin-bottom: 715px !important;
}

.pb-715 {
  padding-bottom: 715px !important;
}

.mb-720 {
  margin-bottom: 720px !important;
}

.pb-720 {
  padding-bottom: 720px !important;
}

.mb-725 {
  margin-bottom: 725px !important;
}

.pb-725 {
  padding-bottom: 725px !important;
}

.mb-730 {
  margin-bottom: 730px !important;
}

.pb-730 {
  padding-bottom: 730px !important;
}

.mb-735 {
  margin-bottom: 735px !important;
}

.pb-735 {
  padding-bottom: 735px !important;
}

.mb-740 {
  margin-bottom: 740px !important;
}

.pb-740 {
  padding-bottom: 740px !important;
}

.mb-745 {
  margin-bottom: 745px !important;
}

.pb-745 {
  padding-bottom: 745px !important;
}

.mb-750 {
  margin-bottom: 750px !important;
}

.pb-750 {
  padding-bottom: 750px !important;
}

.mb-755 {
  margin-bottom: 755px !important;
}

.pb-755 {
  padding-bottom: 755px !important;
}

.mb-760 {
  margin-bottom: 760px !important;
}

.pb-760 {
  padding-bottom: 760px !important;
}

.mb-765 {
  margin-bottom: 765px !important;
}

.pb-765 {
  padding-bottom: 765px !important;
}

.mb-770 {
  margin-bottom: 770px !important;
}

.pb-770 {
  padding-bottom: 770px !important;
}

.mb-775 {
  margin-bottom: 775px !important;
}

.pb-775 {
  padding-bottom: 775px !important;
}

.mb-780 {
  margin-bottom: 780px !important;
}

.pb-780 {
  padding-bottom: 780px !important;
}

.mb-785 {
  margin-bottom: 785px !important;
}

.pb-785 {
  padding-bottom: 785px !important;
}

.mb-790 {
  margin-bottom: 790px !important;
}

.pb-790 {
  padding-bottom: 790px !important;
}

.mb-795 {
  margin-bottom: 795px !important;
}

.pb-795 {
  padding-bottom: 795px !important;
}

.mb-800 {
  margin-bottom: 800px !important;
}

.pb-800 {
  padding-bottom: 800px !important;
}

.mb-805 {
  margin-bottom: 805px !important;
}

.pb-805 {
  padding-bottom: 805px !important;
}

.mb-810 {
  margin-bottom: 810px !important;
}

.pb-810 {
  padding-bottom: 810px !important;
}

.mb-815 {
  margin-bottom: 815px !important;
}

.pb-815 {
  padding-bottom: 815px !important;
}

.mb-820 {
  margin-bottom: 820px !important;
}

.pb-820 {
  padding-bottom: 820px !important;
}

.mb-825 {
  margin-bottom: 825px !important;
}

.pb-825 {
  padding-bottom: 825px !important;
}

.mb-830 {
  margin-bottom: 830px !important;
}

.pb-830 {
  padding-bottom: 830px !important;
}

.mb-835 {
  margin-bottom: 835px !important;
}

.pb-835 {
  padding-bottom: 835px !important;
}

.mb-840 {
  margin-bottom: 840px !important;
}

.pb-840 {
  padding-bottom: 840px !important;
}

.mb-845 {
  margin-bottom: 845px !important;
}

.pb-845 {
  padding-bottom: 845px !important;
}

.mb-850 {
  margin-bottom: 850px !important;
}

.pb-850 {
  padding-bottom: 850px !important;
}

.mb-855 {
  margin-bottom: 855px !important;
}

.pb-855 {
  padding-bottom: 855px !important;
}

.mb-860 {
  margin-bottom: 860px !important;
}

.pb-860 {
  padding-bottom: 860px !important;
}

.mb-865 {
  margin-bottom: 865px !important;
}

.pb-865 {
  padding-bottom: 865px !important;
}

.mb-870 {
  margin-bottom: 870px !important;
}

.pb-870 {
  padding-bottom: 870px !important;
}

.mb-875 {
  margin-bottom: 875px !important;
}

.pb-875 {
  padding-bottom: 875px !important;
}

.mb-880 {
  margin-bottom: 880px !important;
}

.pb-880 {
  padding-bottom: 880px !important;
}

.mb-885 {
  margin-bottom: 885px !important;
}

.pb-885 {
  padding-bottom: 885px !important;
}

.mb-890 {
  margin-bottom: 890px !important;
}

.pb-890 {
  padding-bottom: 890px !important;
}

.mb-895 {
  margin-bottom: 895px !important;
}

.pb-895 {
  padding-bottom: 895px !important;
}

.mb-900 {
  margin-bottom: 900px !important;
}

.pb-900 {
  padding-bottom: 900px !important;
}

.mb-905 {
  margin-bottom: 905px !important;
}

.pb-905 {
  padding-bottom: 905px !important;
}

.mb-910 {
  margin-bottom: 910px !important;
}

.pb-910 {
  padding-bottom: 910px !important;
}

.mb-915 {
  margin-bottom: 915px !important;
}

.pb-915 {
  padding-bottom: 915px !important;
}

.mb-920 {
  margin-bottom: 920px !important;
}

.pb-920 {
  padding-bottom: 920px !important;
}

.mb-925 {
  margin-bottom: 925px !important;
}

.pb-925 {
  padding-bottom: 925px !important;
}

.mb-930 {
  margin-bottom: 930px !important;
}

.pb-930 {
  padding-bottom: 930px !important;
}

.mb-935 {
  margin-bottom: 935px !important;
}

.pb-935 {
  padding-bottom: 935px !important;
}

.mb-940 {
  margin-bottom: 940px !important;
}

.pb-940 {
  padding-bottom: 940px !important;
}

.mb-945 {
  margin-bottom: 945px !important;
}

.pb-945 {
  padding-bottom: 945px !important;
}

.mb-950 {
  margin-bottom: 950px !important;
}

.pb-950 {
  padding-bottom: 950px !important;
}

.mb-955 {
  margin-bottom: 955px !important;
}

.pb-955 {
  padding-bottom: 955px !important;
}

.mb-960 {
  margin-bottom: 960px !important;
}

.pb-960 {
  padding-bottom: 960px !important;
}

.mb-965 {
  margin-bottom: 965px !important;
}

.pb-965 {
  padding-bottom: 965px !important;
}

.mb-970 {
  margin-bottom: 970px !important;
}

.pb-970 {
  padding-bottom: 970px !important;
}

.mb-975 {
  margin-bottom: 975px !important;
}

.pb-975 {
  padding-bottom: 975px !important;
}

.mb-980 {
  margin-bottom: 980px !important;
}

.pb-980 {
  padding-bottom: 980px !important;
}

.mb-985 {
  margin-bottom: 985px !important;
}

.pb-985 {
  padding-bottom: 985px !important;
}

.mb-990 {
  margin-bottom: 990px !important;
}

.pb-990 {
  padding-bottom: 990px !important;
}

.mb-995 {
  margin-bottom: 995px !important;
}

.pb-995 {
  padding-bottom: 995px !important;
}

.mb-1000 {
  margin-bottom: 1000px !important;
}

.pb-1000 {
  padding-bottom: 1000px !important;
}

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

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

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

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

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

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

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

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

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

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

.ml-25 {
  margin-left: 25px !important;
}

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

.ml-30 {
  margin-left: 30px !important;
}

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

.ml-35 {
  margin-left: 35px !important;
}

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

.ml-40 {
  margin-left: 40px !important;
}

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

.ml-45 {
  margin-left: 45px !important;
}

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

.ml-50 {
  margin-left: 50px !important;
}

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

.ml-55 {
  margin-left: 55px !important;
}

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

.ml-60 {
  margin-left: 60px !important;
}

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

.ml-65 {
  margin-left: 65px !important;
}

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

.ml-70 {
  margin-left: 70px !important;
}

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

.ml-75 {
  margin-left: 75px !important;
}

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

.ml-80 {
  margin-left: 80px !important;
}

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

.ml-85 {
  margin-left: 85px !important;
}

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

.ml-90 {
  margin-left: 90px !important;
}

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

.ml-95 {
  margin-left: 95px !important;
}

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

.ml-100 {
  margin-left: 100px !important;
}

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

.ml-105 {
  margin-left: 105px !important;
}

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

.ml-110 {
  margin-left: 110px !important;
}

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

.ml-115 {
  margin-left: 115px !important;
}

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

.ml-120 {
  margin-left: 120px !important;
}

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

.ml-125 {
  margin-left: 125px !important;
}

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

.ml-130 {
  margin-left: 130px !important;
}

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

.ml-135 {
  margin-left: 135px !important;
}

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

.ml-140 {
  margin-left: 140px !important;
}

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

.ml-145 {
  margin-left: 145px !important;
}

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

.ml-150 {
  margin-left: 150px !important;
}

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

.ml-155 {
  margin-left: 155px !important;
}

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

.ml-160 {
  margin-left: 160px !important;
}

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

.ml-165 {
  margin-left: 165px !important;
}

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

.ml-170 {
  margin-left: 170px !important;
}

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

.ml-175 {
  margin-left: 175px !important;
}

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

.ml-180 {
  margin-left: 180px !important;
}

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

.ml-185 {
  margin-left: 185px !important;
}

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

.ml-190 {
  margin-left: 190px !important;
}

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

.ml-195 {
  margin-left: 195px !important;
}

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

.ml-200 {
  margin-left: 200px !important;
}

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

.ml-205 {
  margin-left: 205px !important;
}

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

.ml-210 {
  margin-left: 210px !important;
}

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

.ml-215 {
  margin-left: 215px !important;
}

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

.ml-220 {
  margin-left: 220px !important;
}

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

.ml-225 {
  margin-left: 225px !important;
}

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

.ml-230 {
  margin-left: 230px !important;
}

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

.ml-235 {
  margin-left: 235px !important;
}

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

.ml-240 {
  margin-left: 240px !important;
}

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

.ml-245 {
  margin-left: 245px !important;
}

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

.ml-250 {
  margin-left: 250px !important;
}

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

.ml-255 {
  margin-left: 255px !important;
}

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

.ml-260 {
  margin-left: 260px !important;
}

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

.ml-265 {
  margin-left: 265px !important;
}

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

.ml-270 {
  margin-left: 270px !important;
}

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

.ml-275 {
  margin-left: 275px !important;
}

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

.ml-280 {
  margin-left: 280px !important;
}

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

.ml-285 {
  margin-left: 285px !important;
}

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

.ml-290 {
  margin-left: 290px !important;
}

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

.ml-295 {
  margin-left: 295px !important;
}

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

.ml-300 {
  margin-left: 300px !important;
}

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

.ml-305 {
  margin-left: 305px !important;
}

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

.ml-310 {
  margin-left: 310px !important;
}

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

.ml-315 {
  margin-left: 315px !important;
}

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

.ml-320 {
  margin-left: 320px !important;
}

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

.ml-325 {
  margin-left: 325px !important;
}

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

.ml-330 {
  margin-left: 330px !important;
}

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

.ml-335 {
  margin-left: 335px !important;
}

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

.ml-340 {
  margin-left: 340px !important;
}

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

.ml-345 {
  margin-left: 345px !important;
}

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

.ml-350 {
  margin-left: 350px !important;
}

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

.ml-355 {
  margin-left: 355px !important;
}

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

.ml-360 {
  margin-left: 360px !important;
}

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

.ml-365 {
  margin-left: 365px !important;
}

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

.ml-370 {
  margin-left: 370px !important;
}

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

.ml-375 {
  margin-left: 375px !important;
}

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

.ml-380 {
  margin-left: 380px !important;
}

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

.ml-385 {
  margin-left: 385px !important;
}

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

.ml-390 {
  margin-left: 390px !important;
}

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

.ml-395 {
  margin-left: 395px !important;
}

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

.ml-400 {
  margin-left: 400px !important;
}

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

.ml-405 {
  margin-left: 405px !important;
}

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

.ml-410 {
  margin-left: 410px !important;
}

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

.ml-415 {
  margin-left: 415px !important;
}

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

.ml-420 {
  margin-left: 420px !important;
}

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

.ml-425 {
  margin-left: 425px !important;
}

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

.ml-430 {
  margin-left: 430px !important;
}

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

.ml-435 {
  margin-left: 435px !important;
}

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

.ml-440 {
  margin-left: 440px !important;
}

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

.ml-445 {
  margin-left: 445px !important;
}

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

.ml-450 {
  margin-left: 450px !important;
}

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

.ml-455 {
  margin-left: 455px !important;
}

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

.ml-460 {
  margin-left: 460px !important;
}

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

.ml-465 {
  margin-left: 465px !important;
}

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

.ml-470 {
  margin-left: 470px !important;
}

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

.ml-475 {
  margin-left: 475px !important;
}

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

.ml-480 {
  margin-left: 480px !important;
}

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

.ml-485 {
  margin-left: 485px !important;
}

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

.ml-490 {
  margin-left: 490px !important;
}

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

.ml-495 {
  margin-left: 495px !important;
}

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

.ml-500 {
  margin-left: 500px !important;
}

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

.ml-505 {
  margin-left: 505px !important;
}

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

.ml-510 {
  margin-left: 510px !important;
}

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

.ml-515 {
  margin-left: 515px !important;
}

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

.ml-520 {
  margin-left: 520px !important;
}

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

.ml-525 {
  margin-left: 525px !important;
}

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

.ml-530 {
  margin-left: 530px !important;
}

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

.ml-535 {
  margin-left: 535px !important;
}

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

.ml-540 {
  margin-left: 540px !important;
}

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

.ml-545 {
  margin-left: 545px !important;
}

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

.ml-550 {
  margin-left: 550px !important;
}

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

.ml-555 {
  margin-left: 555px !important;
}

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

.ml-560 {
  margin-left: 560px !important;
}

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

.ml-565 {
  margin-left: 565px !important;
}

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

.ml-570 {
  margin-left: 570px !important;
}

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

.ml-575 {
  margin-left: 575px !important;
}

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

.ml-580 {
  margin-left: 580px !important;
}

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

.ml-585 {
  margin-left: 585px !important;
}

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

.ml-590 {
  margin-left: 590px !important;
}

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

.ml-595 {
  margin-left: 595px !important;
}

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

.ml-600 {
  margin-left: 600px !important;
}

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

.ml-605 {
  margin-left: 605px !important;
}

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

.ml-610 {
  margin-left: 610px !important;
}

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

.ml-615 {
  margin-left: 615px !important;
}

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

.ml-620 {
  margin-left: 620px !important;
}

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

.ml-625 {
  margin-left: 625px !important;
}

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

.ml-630 {
  margin-left: 630px !important;
}

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

.ml-635 {
  margin-left: 635px !important;
}

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

.ml-640 {
  margin-left: 640px !important;
}

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

.ml-645 {
  margin-left: 645px !important;
}

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

.ml-650 {
  margin-left: 650px !important;
}

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

.ml-655 {
  margin-left: 655px !important;
}

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

.ml-660 {
  margin-left: 660px !important;
}

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

.ml-665 {
  margin-left: 665px !important;
}

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

.ml-670 {
  margin-left: 670px !important;
}

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

.ml-675 {
  margin-left: 675px !important;
}

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

.ml-680 {
  margin-left: 680px !important;
}

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

.ml-685 {
  margin-left: 685px !important;
}

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

.ml-690 {
  margin-left: 690px !important;
}

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

.ml-695 {
  margin-left: 695px !important;
}

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

.ml-700 {
  margin-left: 700px !important;
}

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

.ml-705 {
  margin-left: 705px !important;
}

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

.ml-710 {
  margin-left: 710px !important;
}

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

.ml-715 {
  margin-left: 715px !important;
}

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

.ml-720 {
  margin-left: 720px !important;
}

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

.ml-725 {
  margin-left: 725px !important;
}

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

.ml-730 {
  margin-left: 730px !important;
}

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

.ml-735 {
  margin-left: 735px !important;
}

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

.ml-740 {
  margin-left: 740px !important;
}

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

.ml-745 {
  margin-left: 745px !important;
}

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

.ml-750 {
  margin-left: 750px !important;
}

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

.ml-755 {
  margin-left: 755px !important;
}

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

.ml-760 {
  margin-left: 760px !important;
}

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

.ml-765 {
  margin-left: 765px !important;
}

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

.ml-770 {
  margin-left: 770px !important;
}

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

.ml-775 {
  margin-left: 775px !important;
}

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

.ml-780 {
  margin-left: 780px !important;
}

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

.ml-785 {
  margin-left: 785px !important;
}

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

.ml-790 {
  margin-left: 790px !important;
}

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

.ml-795 {
  margin-left: 795px !important;
}

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

.ml-800 {
  margin-left: 800px !important;
}

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

.ml-805 {
  margin-left: 805px !important;
}

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

.ml-810 {
  margin-left: 810px !important;
}

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

.ml-815 {
  margin-left: 815px !important;
}

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

.ml-820 {
  margin-left: 820px !important;
}

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

.ml-825 {
  margin-left: 825px !important;
}

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

.ml-830 {
  margin-left: 830px !important;
}

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

.ml-835 {
  margin-left: 835px !important;
}

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

.ml-840 {
  margin-left: 840px !important;
}

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

.ml-845 {
  margin-left: 845px !important;
}

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

.ml-850 {
  margin-left: 850px !important;
}

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

.ml-855 {
  margin-left: 855px !important;
}

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

.ml-860 {
  margin-left: 860px !important;
}

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

.ml-865 {
  margin-left: 865px !important;
}

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

.ml-870 {
  margin-left: 870px !important;
}

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

.ml-875 {
  margin-left: 875px !important;
}

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

.ml-880 {
  margin-left: 880px !important;
}

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

.ml-885 {
  margin-left: 885px !important;
}

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

.ml-890 {
  margin-left: 890px !important;
}

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

.ml-895 {
  margin-left: 895px !important;
}

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

.ml-900 {
  margin-left: 900px !important;
}

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

.ml-905 {
  margin-left: 905px !important;
}

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

.ml-910 {
  margin-left: 910px !important;
}

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

.ml-915 {
  margin-left: 915px !important;
}

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

.ml-920 {
  margin-left: 920px !important;
}

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

.ml-925 {
  margin-left: 925px !important;
}

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

.ml-930 {
  margin-left: 930px !important;
}

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

.ml-935 {
  margin-left: 935px !important;
}

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

.ml-940 {
  margin-left: 940px !important;
}

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

.ml-945 {
  margin-left: 945px !important;
}

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

.ml-950 {
  margin-left: 950px !important;
}

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

.ml-955 {
  margin-left: 955px !important;
}

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

.ml-960 {
  margin-left: 960px !important;
}

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

.ml-965 {
  margin-left: 965px !important;
}

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

.ml-970 {
  margin-left: 970px !important;
}

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

.ml-975 {
  margin-left: 975px !important;
}

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

.ml-980 {
  margin-left: 980px !important;
}

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

.ml-985 {
  margin-left: 985px !important;
}

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

.ml-990 {
  margin-left: 990px !important;
}

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

.ml-995 {
  margin-left: 995px !important;
}

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

.ml-1000 {
  margin-left: 1000px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-25 {
  margin-right: 25px !important;
}

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

.mr-30 {
  margin-right: 30px !important;
}

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

.mr-35 {
  margin-right: 35px !important;
}

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

.mr-40 {
  margin-right: 40px !important;
}

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

.mr-45 {
  margin-right: 45px !important;
}

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

.mr-50 {
  margin-right: 50px !important;
}

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

.mr-55 {
  margin-right: 55px !important;
}

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

.mr-60 {
  margin-right: 60px !important;
}

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

.mr-65 {
  margin-right: 65px !important;
}

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

.mr-70 {
  margin-right: 70px !important;
}

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

.mr-75 {
  margin-right: 75px !important;
}

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

.mr-80 {
  margin-right: 80px !important;
}

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

.mr-85 {
  margin-right: 85px !important;
}

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

.mr-90 {
  margin-right: 90px !important;
}

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

.mr-95 {
  margin-right: 95px !important;
}

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

.mr-100 {
  margin-right: 100px !important;
}

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

.mr-105 {
  margin-right: 105px !important;
}

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

.mr-110 {
  margin-right: 110px !important;
}

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

.mr-115 {
  margin-right: 115px !important;
}

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

.mr-120 {
  margin-right: 120px !important;
}

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

.mr-125 {
  margin-right: 125px !important;
}

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

.mr-130 {
  margin-right: 130px !important;
}

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

.mr-135 {
  margin-right: 135px !important;
}

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

.mr-140 {
  margin-right: 140px !important;
}

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

.mr-145 {
  margin-right: 145px !important;
}

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

.mr-150 {
  margin-right: 150px !important;
}

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

.mr-155 {
  margin-right: 155px !important;
}

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

.mr-160 {
  margin-right: 160px !important;
}

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

.mr-165 {
  margin-right: 165px !important;
}

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

.mr-170 {
  margin-right: 170px !important;
}

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

.mr-175 {
  margin-right: 175px !important;
}

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

.mr-180 {
  margin-right: 180px !important;
}

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

.mr-185 {
  margin-right: 185px !important;
}

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

.mr-190 {
  margin-right: 190px !important;
}

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

.mr-195 {
  margin-right: 195px !important;
}

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

.mr-200 {
  margin-right: 200px !important;
}

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

.mr-205 {
  margin-right: 205px !important;
}

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

.mr-210 {
  margin-right: 210px !important;
}

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

.mr-215 {
  margin-right: 215px !important;
}

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

.mr-220 {
  margin-right: 220px !important;
}

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

.mr-225 {
  margin-right: 225px !important;
}

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

.mr-230 {
  margin-right: 230px !important;
}

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

.mr-235 {
  margin-right: 235px !important;
}

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

.mr-240 {
  margin-right: 240px !important;
}

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

.mr-245 {
  margin-right: 245px !important;
}

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

.mr-250 {
  margin-right: 250px !important;
}

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

.mr-255 {
  margin-right: 255px !important;
}

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

.mr-260 {
  margin-right: 260px !important;
}

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

.mr-265 {
  margin-right: 265px !important;
}

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

.mr-270 {
  margin-right: 270px !important;
}

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

.mr-275 {
  margin-right: 275px !important;
}

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

.mr-280 {
  margin-right: 280px !important;
}

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

.mr-285 {
  margin-right: 285px !important;
}

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

.mr-290 {
  margin-right: 290px !important;
}

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

.mr-295 {
  margin-right: 295px !important;
}

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

.mr-300 {
  margin-right: 300px !important;
}

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

.mr-305 {
  margin-right: 305px !important;
}

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

.mr-310 {
  margin-right: 310px !important;
}

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

.mr-315 {
  margin-right: 315px !important;
}

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

.mr-320 {
  margin-right: 320px !important;
}

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

.mr-325 {
  margin-right: 325px !important;
}

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

.mr-330 {
  margin-right: 330px !important;
}

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

.mr-335 {
  margin-right: 335px !important;
}

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

.mr-340 {
  margin-right: 340px !important;
}

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

.mr-345 {
  margin-right: 345px !important;
}

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

.mr-350 {
  margin-right: 350px !important;
}

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

.mr-355 {
  margin-right: 355px !important;
}

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

.mr-360 {
  margin-right: 360px !important;
}

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

.mr-365 {
  margin-right: 365px !important;
}

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

.mr-370 {
  margin-right: 370px !important;
}

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

.mr-375 {
  margin-right: 375px !important;
}

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

.mr-380 {
  margin-right: 380px !important;
}

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

.mr-385 {
  margin-right: 385px !important;
}

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

.mr-390 {
  margin-right: 390px !important;
}

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

.mr-395 {
  margin-right: 395px !important;
}

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

.mr-400 {
  margin-right: 400px !important;
}

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

.mr-405 {
  margin-right: 405px !important;
}

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

.mr-410 {
  margin-right: 410px !important;
}

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

.mr-415 {
  margin-right: 415px !important;
}

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

.mr-420 {
  margin-right: 420px !important;
}

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

.mr-425 {
  margin-right: 425px !important;
}

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

.mr-430 {
  margin-right: 430px !important;
}

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

.mr-435 {
  margin-right: 435px !important;
}

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

.mr-440 {
  margin-right: 440px !important;
}

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

.mr-445 {
  margin-right: 445px !important;
}

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

.mr-450 {
  margin-right: 450px !important;
}

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

.mr-455 {
  margin-right: 455px !important;
}

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

.mr-460 {
  margin-right: 460px !important;
}

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

.mr-465 {
  margin-right: 465px !important;
}

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

.mr-470 {
  margin-right: 470px !important;
}

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

.mr-475 {
  margin-right: 475px !important;
}

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

.mr-480 {
  margin-right: 480px !important;
}

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

.mr-485 {
  margin-right: 485px !important;
}

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

.mr-490 {
  margin-right: 490px !important;
}

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

.mr-495 {
  margin-right: 495px !important;
}

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

.mr-500 {
  margin-right: 500px !important;
}

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

.mr-505 {
  margin-right: 505px !important;
}

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

.mr-510 {
  margin-right: 510px !important;
}

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

.mr-515 {
  margin-right: 515px !important;
}

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

.mr-520 {
  margin-right: 520px !important;
}

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

.mr-525 {
  margin-right: 525px !important;
}

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

.mr-530 {
  margin-right: 530px !important;
}

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

.mr-535 {
  margin-right: 535px !important;
}

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

.mr-540 {
  margin-right: 540px !important;
}

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

.mr-545 {
  margin-right: 545px !important;
}

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

.mr-550 {
  margin-right: 550px !important;
}

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

.mr-555 {
  margin-right: 555px !important;
}

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

.mr-560 {
  margin-right: 560px !important;
}

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

.mr-565 {
  margin-right: 565px !important;
}

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

.mr-570 {
  margin-right: 570px !important;
}

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

.mr-575 {
  margin-right: 575px !important;
}

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

.mr-580 {
  margin-right: 580px !important;
}

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

.mr-585 {
  margin-right: 585px !important;
}

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

.mr-590 {
  margin-right: 590px !important;
}

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

.mr-595 {
  margin-right: 595px !important;
}

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

.mr-600 {
  margin-right: 600px !important;
}

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

.mr-605 {
  margin-right: 605px !important;
}

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

.mr-610 {
  margin-right: 610px !important;
}

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

.mr-615 {
  margin-right: 615px !important;
}

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

.mr-620 {
  margin-right: 620px !important;
}

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

.mr-625 {
  margin-right: 625px !important;
}

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

.mr-630 {
  margin-right: 630px !important;
}

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

.mr-635 {
  margin-right: 635px !important;
}

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

.mr-640 {
  margin-right: 640px !important;
}

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

.mr-645 {
  margin-right: 645px !important;
}

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

.mr-650 {
  margin-right: 650px !important;
}

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

.mr-655 {
  margin-right: 655px !important;
}

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

.mr-660 {
  margin-right: 660px !important;
}

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

.mr-665 {
  margin-right: 665px !important;
}

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

.mr-670 {
  margin-right: 670px !important;
}

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

.mr-675 {
  margin-right: 675px !important;
}

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

.mr-680 {
  margin-right: 680px !important;
}

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

.mr-685 {
  margin-right: 685px !important;
}

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

.mr-690 {
  margin-right: 690px !important;
}

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

.mr-695 {
  margin-right: 695px !important;
}

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

.mr-700 {
  margin-right: 700px !important;
}

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

.mr-705 {
  margin-right: 705px !important;
}

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

.mr-710 {
  margin-right: 710px !important;
}

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

.mr-715 {
  margin-right: 715px !important;
}

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

.mr-720 {
  margin-right: 720px !important;
}

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

.mr-725 {
  margin-right: 725px !important;
}

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

.mr-730 {
  margin-right: 730px !important;
}

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

.mr-735 {
  margin-right: 735px !important;
}

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

.mr-740 {
  margin-right: 740px !important;
}

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

.mr-745 {
  margin-right: 745px !important;
}

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

.mr-750 {
  margin-right: 750px !important;
}

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

.mr-755 {
  margin-right: 755px !important;
}

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

.mr-760 {
  margin-right: 760px !important;
}

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

.mr-765 {
  margin-right: 765px !important;
}

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

.mr-770 {
  margin-right: 770px !important;
}

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

.mr-775 {
  margin-right: 775px !important;
}

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

.mr-780 {
  margin-right: 780px !important;
}

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

.mr-785 {
  margin-right: 785px !important;
}

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

.mr-790 {
  margin-right: 790px !important;
}

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

.mr-795 {
  margin-right: 795px !important;
}

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

.mr-800 {
  margin-right: 800px !important;
}

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

.mr-805 {
  margin-right: 805px !important;
}

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

.mr-810 {
  margin-right: 810px !important;
}

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

.mr-815 {
  margin-right: 815px !important;
}

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

.mr-820 {
  margin-right: 820px !important;
}

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

.mr-825 {
  margin-right: 825px !important;
}

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

.mr-830 {
  margin-right: 830px !important;
}

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

.mr-835 {
  margin-right: 835px !important;
}

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

.mr-840 {
  margin-right: 840px !important;
}

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

.mr-845 {
  margin-right: 845px !important;
}

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

.mr-850 {
  margin-right: 850px !important;
}

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

.mr-855 {
  margin-right: 855px !important;
}

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

.mr-860 {
  margin-right: 860px !important;
}

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

.mr-865 {
  margin-right: 865px !important;
}

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

.mr-870 {
  margin-right: 870px !important;
}

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

.mr-875 {
  margin-right: 875px !important;
}

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

.mr-880 {
  margin-right: 880px !important;
}

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

.mr-885 {
  margin-right: 885px !important;
}

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

.mr-890 {
  margin-right: 890px !important;
}

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

.mr-895 {
  margin-right: 895px !important;
}

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

.mr-900 {
  margin-right: 900px !important;
}

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

.mr-905 {
  margin-right: 905px !important;
}

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

.mr-910 {
  margin-right: 910px !important;
}

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

.mr-915 {
  margin-right: 915px !important;
}

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

.mr-920 {
  margin-right: 920px !important;
}

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

.mr-925 {
  margin-right: 925px !important;
}

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

.mr-930 {
  margin-right: 930px !important;
}

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

.mr-935 {
  margin-right: 935px !important;
}

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

.mr-940 {
  margin-right: 940px !important;
}

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

.mr-945 {
  margin-right: 945px !important;
}

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

.mr-950 {
  margin-right: 950px !important;
}

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

.mr-955 {
  margin-right: 955px !important;
}

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

.mr-960 {
  margin-right: 960px !important;
}

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

.mr-965 {
  margin-right: 965px !important;
}

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

.mr-970 {
  margin-right: 970px !important;
}

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

.mr-975 {
  margin-right: 975px !important;
}

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

.mr-980 {
  margin-right: 980px !important;
}

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

.mr-985 {
  margin-right: 985px !important;
}

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

.mr-990 {
  margin-right: 990px !important;
}

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

.mr-995 {
  margin-right: 995px !important;
}

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

.mr-1000 {
  margin-right: 1000px !important;
}

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

@media (min-width: 0) {
  .m-xs-0 {
    margin: 0px !important;
  }
  .p-xs-0 {
    padding: 0px !important;
  }
}
@media (min-width: 0) {
  .m-xs-5 {
    margin: 5px !important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
}
@media (min-width: 0) {
  .m-xs-10 {
    margin: 10px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
}
@media (min-width: 0) {
  .m-xs-15 {
    margin: 15px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
}
@media (min-width: 0) {
  .m-xs-20 {
    margin: 20px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
}
@media (min-width: 0) {
  .m-xs-25 {
    margin: 25px !important;
  }
  .p-xs-25 {
    padding: 25px !important;
  }
}
@media (min-width: 0) {
  .m-xs-30 {
    margin: 30px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
}
@media (min-width: 0) {
  .m-xs-35 {
    margin: 35px !important;
  }
  .p-xs-35 {
    padding: 35px !important;
  }
}
@media (min-width: 0) {
  .m-xs-40 {
    margin: 40px !important;
  }
  .p-xs-40 {
    padding: 40px !important;
  }
}
@media (min-width: 0) {
  .m-xs-45 {
    margin: 45px !important;
  }
  .p-xs-45 {
    padding: 45px !important;
  }
}
@media (min-width: 0) {
  .m-xs-50 {
    margin: 50px !important;
  }
  .p-xs-50 {
    padding: 50px !important;
  }
}
@media (min-width: 0) {
  .m-xs-55 {
    margin: 55px !important;
  }
  .p-xs-55 {
    padding: 55px !important;
  }
}
@media (min-width: 0) {
  .m-xs-60 {
    margin: 60px !important;
  }
  .p-xs-60 {
    padding: 60px !important;
  }
}
@media (min-width: 0) {
  .m-xs-65 {
    margin: 65px !important;
  }
  .p-xs-65 {
    padding: 65px !important;
  }
}
@media (min-width: 0) {
  .m-xs-70 {
    margin: 70px !important;
  }
  .p-xs-70 {
    padding: 70px !important;
  }
}
@media (min-width: 0) {
  .m-xs-75 {
    margin: 75px !important;
  }
  .p-xs-75 {
    padding: 75px !important;
  }
}
@media (min-width: 0) {
  .m-xs-80 {
    margin: 80px !important;
  }
  .p-xs-80 {
    padding: 80px !important;
  }
}
@media (min-width: 0) {
  .m-xs-85 {
    margin: 85px !important;
  }
  .p-xs-85 {
    padding: 85px !important;
  }
}
@media (min-width: 0) {
  .m-xs-90 {
    margin: 90px !important;
  }
  .p-xs-90 {
    padding: 90px !important;
  }
}
@media (min-width: 0) {
  .m-xs-95 {
    margin: 95px !important;
  }
  .p-xs-95 {
    padding: 95px !important;
  }
}
@media (min-width: 0) {
  .m-xs-100 {
    margin: 100px !important;
  }
  .p-xs-100 {
    padding: 100px !important;
  }
}
@media (min-width: 0) {
  .m-xs-105 {
    margin: 105px !important;
  }
  .p-xs-105 {
    padding: 105px !important;
  }
}
@media (min-width: 0) {
  .m-xs-110 {
    margin: 110px !important;
  }
  .p-xs-110 {
    padding: 110px !important;
  }
}
@media (min-width: 0) {
  .m-xs-115 {
    margin: 115px !important;
  }
  .p-xs-115 {
    padding: 115px !important;
  }
}
@media (min-width: 0) {
  .m-xs-120 {
    margin: 120px !important;
  }
  .p-xs-120 {
    padding: 120px !important;
  }
}
@media (min-width: 0) {
  .m-xs-125 {
    margin: 125px !important;
  }
  .p-xs-125 {
    padding: 125px !important;
  }
}
@media (min-width: 0) {
  .m-xs-130 {
    margin: 130px !important;
  }
  .p-xs-130 {
    padding: 130px !important;
  }
}
@media (min-width: 0) {
  .m-xs-135 {
    margin: 135px !important;
  }
  .p-xs-135 {
    padding: 135px !important;
  }
}
@media (min-width: 0) {
  .m-xs-140 {
    margin: 140px !important;
  }
  .p-xs-140 {
    padding: 140px !important;
  }
}
@media (min-width: 0) {
  .m-xs-145 {
    margin: 145px !important;
  }
  .p-xs-145 {
    padding: 145px !important;
  }
}
@media (min-width: 0) {
  .m-xs-150 {
    margin: 150px !important;
  }
  .p-xs-150 {
    padding: 150px !important;
  }
}
@media (min-width: 0) {
  .m-xs-155 {
    margin: 155px !important;
  }
  .p-xs-155 {
    padding: 155px !important;
  }
}
@media (min-width: 0) {
  .m-xs-160 {
    margin: 160px !important;
  }
  .p-xs-160 {
    padding: 160px !important;
  }
}
@media (min-width: 0) {
  .m-xs-165 {
    margin: 165px !important;
  }
  .p-xs-165 {
    padding: 165px !important;
  }
}
@media (min-width: 0) {
  .m-xs-170 {
    margin: 170px !important;
  }
  .p-xs-170 {
    padding: 170px !important;
  }
}
@media (min-width: 0) {
  .m-xs-175 {
    margin: 175px !important;
  }
  .p-xs-175 {
    padding: 175px !important;
  }
}
@media (min-width: 0) {
  .m-xs-180 {
    margin: 180px !important;
  }
  .p-xs-180 {
    padding: 180px !important;
  }
}
@media (min-width: 0) {
  .m-xs-185 {
    margin: 185px !important;
  }
  .p-xs-185 {
    padding: 185px !important;
  }
}
@media (min-width: 0) {
  .m-xs-190 {
    margin: 190px !important;
  }
  .p-xs-190 {
    padding: 190px !important;
  }
}
@media (min-width: 0) {
  .m-xs-195 {
    margin: 195px !important;
  }
  .p-xs-195 {
    padding: 195px !important;
  }
}
@media (min-width: 0) {
  .m-xs-200 {
    margin: 200px !important;
  }
  .p-xs-200 {
    padding: 200px !important;
  }
}
@media (min-width: 0) {
  .m-xs-205 {
    margin: 205px !important;
  }
  .p-xs-205 {
    padding: 205px !important;
  }
}
@media (min-width: 0) {
  .m-xs-210 {
    margin: 210px !important;
  }
  .p-xs-210 {
    padding: 210px !important;
  }
}
@media (min-width: 0) {
  .m-xs-215 {
    margin: 215px !important;
  }
  .p-xs-215 {
    padding: 215px !important;
  }
}
@media (min-width: 0) {
  .m-xs-220 {
    margin: 220px !important;
  }
  .p-xs-220 {
    padding: 220px !important;
  }
}
@media (min-width: 0) {
  .m-xs-225 {
    margin: 225px !important;
  }
  .p-xs-225 {
    padding: 225px !important;
  }
}
@media (min-width: 0) {
  .m-xs-230 {
    margin: 230px !important;
  }
  .p-xs-230 {
    padding: 230px !important;
  }
}
@media (min-width: 0) {
  .m-xs-235 {
    margin: 235px !important;
  }
  .p-xs-235 {
    padding: 235px !important;
  }
}
@media (min-width: 0) {
  .m-xs-240 {
    margin: 240px !important;
  }
  .p-xs-240 {
    padding: 240px !important;
  }
}
@media (min-width: 0) {
  .m-xs-245 {
    margin: 245px !important;
  }
  .p-xs-245 {
    padding: 245px !important;
  }
}
@media (min-width: 0) {
  .m-xs-250 {
    margin: 250px !important;
  }
  .p-xs-250 {
    padding: 250px !important;
  }
}
@media (min-width: 0) {
  .m-xs-255 {
    margin: 255px !important;
  }
  .p-xs-255 {
    padding: 255px !important;
  }
}
@media (min-width: 0) {
  .m-xs-260 {
    margin: 260px !important;
  }
  .p-xs-260 {
    padding: 260px !important;
  }
}
@media (min-width: 0) {
  .m-xs-265 {
    margin: 265px !important;
  }
  .p-xs-265 {
    padding: 265px !important;
  }
}
@media (min-width: 0) {
  .m-xs-270 {
    margin: 270px !important;
  }
  .p-xs-270 {
    padding: 270px !important;
  }
}
@media (min-width: 0) {
  .m-xs-275 {
    margin: 275px !important;
  }
  .p-xs-275 {
    padding: 275px !important;
  }
}
@media (min-width: 0) {
  .m-xs-280 {
    margin: 280px !important;
  }
  .p-xs-280 {
    padding: 280px !important;
  }
}
@media (min-width: 0) {
  .m-xs-285 {
    margin: 285px !important;
  }
  .p-xs-285 {
    padding: 285px !important;
  }
}
@media (min-width: 0) {
  .m-xs-290 {
    margin: 290px !important;
  }
  .p-xs-290 {
    padding: 290px !important;
  }
}
@media (min-width: 0) {
  .m-xs-295 {
    margin: 295px !important;
  }
  .p-xs-295 {
    padding: 295px !important;
  }
}
@media (min-width: 0) {
  .m-xs-300 {
    margin: 300px !important;
  }
  .p-xs-300 {
    padding: 300px !important;
  }
}
@media (min-width: 0) {
  .m-xs-305 {
    margin: 305px !important;
  }
  .p-xs-305 {
    padding: 305px !important;
  }
}
@media (min-width: 0) {
  .m-xs-310 {
    margin: 310px !important;
  }
  .p-xs-310 {
    padding: 310px !important;
  }
}
@media (min-width: 0) {
  .m-xs-315 {
    margin: 315px !important;
  }
  .p-xs-315 {
    padding: 315px !important;
  }
}
@media (min-width: 0) {
  .m-xs-320 {
    margin: 320px !important;
  }
  .p-xs-320 {
    padding: 320px !important;
  }
}
@media (min-width: 0) {
  .m-xs-325 {
    margin: 325px !important;
  }
  .p-xs-325 {
    padding: 325px !important;
  }
}
@media (min-width: 0) {
  .m-xs-330 {
    margin: 330px !important;
  }
  .p-xs-330 {
    padding: 330px !important;
  }
}
@media (min-width: 0) {
  .m-xs-335 {
    margin: 335px !important;
  }
  .p-xs-335 {
    padding: 335px !important;
  }
}
@media (min-width: 0) {
  .m-xs-340 {
    margin: 340px !important;
  }
  .p-xs-340 {
    padding: 340px !important;
  }
}
@media (min-width: 0) {
  .m-xs-345 {
    margin: 345px !important;
  }
  .p-xs-345 {
    padding: 345px !important;
  }
}
@media (min-width: 0) {
  .m-xs-350 {
    margin: 350px !important;
  }
  .p-xs-350 {
    padding: 350px !important;
  }
}
@media (min-width: 0) {
  .m-xs-355 {
    margin: 355px !important;
  }
  .p-xs-355 {
    padding: 355px !important;
  }
}
@media (min-width: 0) {
  .m-xs-360 {
    margin: 360px !important;
  }
  .p-xs-360 {
    padding: 360px !important;
  }
}
@media (min-width: 0) {
  .m-xs-365 {
    margin: 365px !important;
  }
  .p-xs-365 {
    padding: 365px !important;
  }
}
@media (min-width: 0) {
  .m-xs-370 {
    margin: 370px !important;
  }
  .p-xs-370 {
    padding: 370px !important;
  }
}
@media (min-width: 0) {
  .m-xs-375 {
    margin: 375px !important;
  }
  .p-xs-375 {
    padding: 375px !important;
  }
}
@media (min-width: 0) {
  .m-xs-380 {
    margin: 380px !important;
  }
  .p-xs-380 {
    padding: 380px !important;
  }
}
@media (min-width: 0) {
  .m-xs-385 {
    margin: 385px !important;
  }
  .p-xs-385 {
    padding: 385px !important;
  }
}
@media (min-width: 0) {
  .m-xs-390 {
    margin: 390px !important;
  }
  .p-xs-390 {
    padding: 390px !important;
  }
}
@media (min-width: 0) {
  .m-xs-395 {
    margin: 395px !important;
  }
  .p-xs-395 {
    padding: 395px !important;
  }
}
@media (min-width: 0) {
  .m-xs-400 {
    margin: 400px !important;
  }
  .p-xs-400 {
    padding: 400px !important;
  }
}
@media (min-width: 0) {
  .m-xs-405 {
    margin: 405px !important;
  }
  .p-xs-405 {
    padding: 405px !important;
  }
}
@media (min-width: 0) {
  .m-xs-410 {
    margin: 410px !important;
  }
  .p-xs-410 {
    padding: 410px !important;
  }
}
@media (min-width: 0) {
  .m-xs-415 {
    margin: 415px !important;
  }
  .p-xs-415 {
    padding: 415px !important;
  }
}
@media (min-width: 0) {
  .m-xs-420 {
    margin: 420px !important;
  }
  .p-xs-420 {
    padding: 420px !important;
  }
}
@media (min-width: 0) {
  .m-xs-425 {
    margin: 425px !important;
  }
  .p-xs-425 {
    padding: 425px !important;
  }
}
@media (min-width: 0) {
  .m-xs-430 {
    margin: 430px !important;
  }
  .p-xs-430 {
    padding: 430px !important;
  }
}
@media (min-width: 0) {
  .m-xs-435 {
    margin: 435px !important;
  }
  .p-xs-435 {
    padding: 435px !important;
  }
}
@media (min-width: 0) {
  .m-xs-440 {
    margin: 440px !important;
  }
  .p-xs-440 {
    padding: 440px !important;
  }
}
@media (min-width: 0) {
  .m-xs-445 {
    margin: 445px !important;
  }
  .p-xs-445 {
    padding: 445px !important;
  }
}
@media (min-width: 0) {
  .m-xs-450 {
    margin: 450px !important;
  }
  .p-xs-450 {
    padding: 450px !important;
  }
}
@media (min-width: 0) {
  .m-xs-455 {
    margin: 455px !important;
  }
  .p-xs-455 {
    padding: 455px !important;
  }
}
@media (min-width: 0) {
  .m-xs-460 {
    margin: 460px !important;
  }
  .p-xs-460 {
    padding: 460px !important;
  }
}
@media (min-width: 0) {
  .m-xs-465 {
    margin: 465px !important;
  }
  .p-xs-465 {
    padding: 465px !important;
  }
}
@media (min-width: 0) {
  .m-xs-470 {
    margin: 470px !important;
  }
  .p-xs-470 {
    padding: 470px !important;
  }
}
@media (min-width: 0) {
  .m-xs-475 {
    margin: 475px !important;
  }
  .p-xs-475 {
    padding: 475px !important;
  }
}
@media (min-width: 0) {
  .m-xs-480 {
    margin: 480px !important;
  }
  .p-xs-480 {
    padding: 480px !important;
  }
}
@media (min-width: 0) {
  .m-xs-485 {
    margin: 485px !important;
  }
  .p-xs-485 {
    padding: 485px !important;
  }
}
@media (min-width: 0) {
  .m-xs-490 {
    margin: 490px !important;
  }
  .p-xs-490 {
    padding: 490px !important;
  }
}
@media (min-width: 0) {
  .m-xs-495 {
    margin: 495px !important;
  }
  .p-xs-495 {
    padding: 495px !important;
  }
}
@media (min-width: 0) {
  .m-xs-500 {
    margin: 500px !important;
  }
  .p-xs-500 {
    padding: 500px !important;
  }
}
@media (min-width: 0) {
  .m-xs-505 {
    margin: 505px !important;
  }
  .p-xs-505 {
    padding: 505px !important;
  }
}
@media (min-width: 0) {
  .m-xs-510 {
    margin: 510px !important;
  }
  .p-xs-510 {
    padding: 510px !important;
  }
}
@media (min-width: 0) {
  .m-xs-515 {
    margin: 515px !important;
  }
  .p-xs-515 {
    padding: 515px !important;
  }
}
@media (min-width: 0) {
  .m-xs-520 {
    margin: 520px !important;
  }
  .p-xs-520 {
    padding: 520px !important;
  }
}
@media (min-width: 0) {
  .m-xs-525 {
    margin: 525px !important;
  }
  .p-xs-525 {
    padding: 525px !important;
  }
}
@media (min-width: 0) {
  .m-xs-530 {
    margin: 530px !important;
  }
  .p-xs-530 {
    padding: 530px !important;
  }
}
@media (min-width: 0) {
  .m-xs-535 {
    margin: 535px !important;
  }
  .p-xs-535 {
    padding: 535px !important;
  }
}
@media (min-width: 0) {
  .m-xs-540 {
    margin: 540px !important;
  }
  .p-xs-540 {
    padding: 540px !important;
  }
}
@media (min-width: 0) {
  .m-xs-545 {
    margin: 545px !important;
  }
  .p-xs-545 {
    padding: 545px !important;
  }
}
@media (min-width: 0) {
  .m-xs-550 {
    margin: 550px !important;
  }
  .p-xs-550 {
    padding: 550px !important;
  }
}
@media (min-width: 0) {
  .m-xs-555 {
    margin: 555px !important;
  }
  .p-xs-555 {
    padding: 555px !important;
  }
}
@media (min-width: 0) {
  .m-xs-560 {
    margin: 560px !important;
  }
  .p-xs-560 {
    padding: 560px !important;
  }
}
@media (min-width: 0) {
  .m-xs-565 {
    margin: 565px !important;
  }
  .p-xs-565 {
    padding: 565px !important;
  }
}
@media (min-width: 0) {
  .m-xs-570 {
    margin: 570px !important;
  }
  .p-xs-570 {
    padding: 570px !important;
  }
}
@media (min-width: 0) {
  .m-xs-575 {
    margin: 575px !important;
  }
  .p-xs-575 {
    padding: 575px !important;
  }
}
@media (min-width: 0) {
  .m-xs-580 {
    margin: 580px !important;
  }
  .p-xs-580 {
    padding: 580px !important;
  }
}
@media (min-width: 0) {
  .m-xs-585 {
    margin: 585px !important;
  }
  .p-xs-585 {
    padding: 585px !important;
  }
}
@media (min-width: 0) {
  .m-xs-590 {
    margin: 590px !important;
  }
  .p-xs-590 {
    padding: 590px !important;
  }
}
@media (min-width: 0) {
  .m-xs-595 {
    margin: 595px !important;
  }
  .p-xs-595 {
    padding: 595px !important;
  }
}
@media (min-width: 0) {
  .m-xs-600 {
    margin: 600px !important;
  }
  .p-xs-600 {
    padding: 600px !important;
  }
}
@media (min-width: 0) {
  .m-xs-605 {
    margin: 605px !important;
  }
  .p-xs-605 {
    padding: 605px !important;
  }
}
@media (min-width: 0) {
  .m-xs-610 {
    margin: 610px !important;
  }
  .p-xs-610 {
    padding: 610px !important;
  }
}
@media (min-width: 0) {
  .m-xs-615 {
    margin: 615px !important;
  }
  .p-xs-615 {
    padding: 615px !important;
  }
}
@media (min-width: 0) {
  .m-xs-620 {
    margin: 620px !important;
  }
  .p-xs-620 {
    padding: 620px !important;
  }
}
@media (min-width: 0) {
  .m-xs-625 {
    margin: 625px !important;
  }
  .p-xs-625 {
    padding: 625px !important;
  }
}
@media (min-width: 0) {
  .m-xs-630 {
    margin: 630px !important;
  }
  .p-xs-630 {
    padding: 630px !important;
  }
}
@media (min-width: 0) {
  .m-xs-635 {
    margin: 635px !important;
  }
  .p-xs-635 {
    padding: 635px !important;
  }
}
@media (min-width: 0) {
  .m-xs-640 {
    margin: 640px !important;
  }
  .p-xs-640 {
    padding: 640px !important;
  }
}
@media (min-width: 0) {
  .m-xs-645 {
    margin: 645px !important;
  }
  .p-xs-645 {
    padding: 645px !important;
  }
}
@media (min-width: 0) {
  .m-xs-650 {
    margin: 650px !important;
  }
  .p-xs-650 {
    padding: 650px !important;
  }
}
@media (min-width: 0) {
  .m-xs-655 {
    margin: 655px !important;
  }
  .p-xs-655 {
    padding: 655px !important;
  }
}
@media (min-width: 0) {
  .m-xs-660 {
    margin: 660px !important;
  }
  .p-xs-660 {
    padding: 660px !important;
  }
}
@media (min-width: 0) {
  .m-xs-665 {
    margin: 665px !important;
  }
  .p-xs-665 {
    padding: 665px !important;
  }
}
@media (min-width: 0) {
  .m-xs-670 {
    margin: 670px !important;
  }
  .p-xs-670 {
    padding: 670px !important;
  }
}
@media (min-width: 0) {
  .m-xs-675 {
    margin: 675px !important;
  }
  .p-xs-675 {
    padding: 675px !important;
  }
}
@media (min-width: 0) {
  .m-xs-680 {
    margin: 680px !important;
  }
  .p-xs-680 {
    padding: 680px !important;
  }
}
@media (min-width: 0) {
  .m-xs-685 {
    margin: 685px !important;
  }
  .p-xs-685 {
    padding: 685px !important;
  }
}
@media (min-width: 0) {
  .m-xs-690 {
    margin: 690px !important;
  }
  .p-xs-690 {
    padding: 690px !important;
  }
}
@media (min-width: 0) {
  .m-xs-695 {
    margin: 695px !important;
  }
  .p-xs-695 {
    padding: 695px !important;
  }
}
@media (min-width: 0) {
  .m-xs-700 {
    margin: 700px !important;
  }
  .p-xs-700 {
    padding: 700px !important;
  }
}
@media (min-width: 0) {
  .m-xs-705 {
    margin: 705px !important;
  }
  .p-xs-705 {
    padding: 705px !important;
  }
}
@media (min-width: 0) {
  .m-xs-710 {
    margin: 710px !important;
  }
  .p-xs-710 {
    padding: 710px !important;
  }
}
@media (min-width: 0) {
  .m-xs-715 {
    margin: 715px !important;
  }
  .p-xs-715 {
    padding: 715px !important;
  }
}
@media (min-width: 0) {
  .m-xs-720 {
    margin: 720px !important;
  }
  .p-xs-720 {
    padding: 720px !important;
  }
}
@media (min-width: 0) {
  .m-xs-725 {
    margin: 725px !important;
  }
  .p-xs-725 {
    padding: 725px !important;
  }
}
@media (min-width: 0) {
  .m-xs-730 {
    margin: 730px !important;
  }
  .p-xs-730 {
    padding: 730px !important;
  }
}
@media (min-width: 0) {
  .m-xs-735 {
    margin: 735px !important;
  }
  .p-xs-735 {
    padding: 735px !important;
  }
}
@media (min-width: 0) {
  .m-xs-740 {
    margin: 740px !important;
  }
  .p-xs-740 {
    padding: 740px !important;
  }
}
@media (min-width: 0) {
  .m-xs-745 {
    margin: 745px !important;
  }
  .p-xs-745 {
    padding: 745px !important;
  }
}
@media (min-width: 0) {
  .m-xs-750 {
    margin: 750px !important;
  }
  .p-xs-750 {
    padding: 750px !important;
  }
}
@media (min-width: 0) {
  .m-xs-755 {
    margin: 755px !important;
  }
  .p-xs-755 {
    padding: 755px !important;
  }
}
@media (min-width: 0) {
  .m-xs-760 {
    margin: 760px !important;
  }
  .p-xs-760 {
    padding: 760px !important;
  }
}
@media (min-width: 0) {
  .m-xs-765 {
    margin: 765px !important;
  }
  .p-xs-765 {
    padding: 765px !important;
  }
}
@media (min-width: 0) {
  .m-xs-770 {
    margin: 770px !important;
  }
  .p-xs-770 {
    padding: 770px !important;
  }
}
@media (min-width: 0) {
  .m-xs-775 {
    margin: 775px !important;
  }
  .p-xs-775 {
    padding: 775px !important;
  }
}
@media (min-width: 0) {
  .m-xs-780 {
    margin: 780px !important;
  }
  .p-xs-780 {
    padding: 780px !important;
  }
}
@media (min-width: 0) {
  .m-xs-785 {
    margin: 785px !important;
  }
  .p-xs-785 {
    padding: 785px !important;
  }
}
@media (min-width: 0) {
  .m-xs-790 {
    margin: 790px !important;
  }
  .p-xs-790 {
    padding: 790px !important;
  }
}
@media (min-width: 0) {
  .m-xs-795 {
    margin: 795px !important;
  }
  .p-xs-795 {
    padding: 795px !important;
  }
}
@media (min-width: 0) {
  .m-xs-800 {
    margin: 800px !important;
  }
  .p-xs-800 {
    padding: 800px !important;
  }
}
@media (min-width: 0) {
  .m-xs-805 {
    margin: 805px !important;
  }
  .p-xs-805 {
    padding: 805px !important;
  }
}
@media (min-width: 0) {
  .m-xs-810 {
    margin: 810px !important;
  }
  .p-xs-810 {
    padding: 810px !important;
  }
}
@media (min-width: 0) {
  .m-xs-815 {
    margin: 815px !important;
  }
  .p-xs-815 {
    padding: 815px !important;
  }
}
@media (min-width: 0) {
  .m-xs-820 {
    margin: 820px !important;
  }
  .p-xs-820 {
    padding: 820px !important;
  }
}
@media (min-width: 0) {
  .m-xs-825 {
    margin: 825px !important;
  }
  .p-xs-825 {
    padding: 825px !important;
  }
}
@media (min-width: 0) {
  .m-xs-830 {
    margin: 830px !important;
  }
  .p-xs-830 {
    padding: 830px !important;
  }
}
@media (min-width: 0) {
  .m-xs-835 {
    margin: 835px !important;
  }
  .p-xs-835 {
    padding: 835px !important;
  }
}
@media (min-width: 0) {
  .m-xs-840 {
    margin: 840px !important;
  }
  .p-xs-840 {
    padding: 840px !important;
  }
}
@media (min-width: 0) {
  .m-xs-845 {
    margin: 845px !important;
  }
  .p-xs-845 {
    padding: 845px !important;
  }
}
@media (min-width: 0) {
  .m-xs-850 {
    margin: 850px !important;
  }
  .p-xs-850 {
    padding: 850px !important;
  }
}
@media (min-width: 0) {
  .m-xs-855 {
    margin: 855px !important;
  }
  .p-xs-855 {
    padding: 855px !important;
  }
}
@media (min-width: 0) {
  .m-xs-860 {
    margin: 860px !important;
  }
  .p-xs-860 {
    padding: 860px !important;
  }
}
@media (min-width: 0) {
  .m-xs-865 {
    margin: 865px !important;
  }
  .p-xs-865 {
    padding: 865px !important;
  }
}
@media (min-width: 0) {
  .m-xs-870 {
    margin: 870px !important;
  }
  .p-xs-870 {
    padding: 870px !important;
  }
}
@media (min-width: 0) {
  .m-xs-875 {
    margin: 875px !important;
  }
  .p-xs-875 {
    padding: 875px !important;
  }
}
@media (min-width: 0) {
  .m-xs-880 {
    margin: 880px !important;
  }
  .p-xs-880 {
    padding: 880px !important;
  }
}
@media (min-width: 0) {
  .m-xs-885 {
    margin: 885px !important;
  }
  .p-xs-885 {
    padding: 885px !important;
  }
}
@media (min-width: 0) {
  .m-xs-890 {
    margin: 890px !important;
  }
  .p-xs-890 {
    padding: 890px !important;
  }
}
@media (min-width: 0) {
  .m-xs-895 {
    margin: 895px !important;
  }
  .p-xs-895 {
    padding: 895px !important;
  }
}
@media (min-width: 0) {
  .m-xs-900 {
    margin: 900px !important;
  }
  .p-xs-900 {
    padding: 900px !important;
  }
}
@media (min-width: 0) {
  .m-xs-905 {
    margin: 905px !important;
  }
  .p-xs-905 {
    padding: 905px !important;
  }
}
@media (min-width: 0) {
  .m-xs-910 {
    margin: 910px !important;
  }
  .p-xs-910 {
    padding: 910px !important;
  }
}
@media (min-width: 0) {
  .m-xs-915 {
    margin: 915px !important;
  }
  .p-xs-915 {
    padding: 915px !important;
  }
}
@media (min-width: 0) {
  .m-xs-920 {
    margin: 920px !important;
  }
  .p-xs-920 {
    padding: 920px !important;
  }
}
@media (min-width: 0) {
  .m-xs-925 {
    margin: 925px !important;
  }
  .p-xs-925 {
    padding: 925px !important;
  }
}
@media (min-width: 0) {
  .m-xs-930 {
    margin: 930px !important;
  }
  .p-xs-930 {
    padding: 930px !important;
  }
}
@media (min-width: 0) {
  .m-xs-935 {
    margin: 935px !important;
  }
  .p-xs-935 {
    padding: 935px !important;
  }
}
@media (min-width: 0) {
  .m-xs-940 {
    margin: 940px !important;
  }
  .p-xs-940 {
    padding: 940px !important;
  }
}
@media (min-width: 0) {
  .m-xs-945 {
    margin: 945px !important;
  }
  .p-xs-945 {
    padding: 945px !important;
  }
}
@media (min-width: 0) {
  .m-xs-950 {
    margin: 950px !important;
  }
  .p-xs-950 {
    padding: 950px !important;
  }
}
@media (min-width: 0) {
  .m-xs-955 {
    margin: 955px !important;
  }
  .p-xs-955 {
    padding: 955px !important;
  }
}
@media (min-width: 0) {
  .m-xs-960 {
    margin: 960px !important;
  }
  .p-xs-960 {
    padding: 960px !important;
  }
}
@media (min-width: 0) {
  .m-xs-965 {
    margin: 965px !important;
  }
  .p-xs-965 {
    padding: 965px !important;
  }
}
@media (min-width: 0) {
  .m-xs-970 {
    margin: 970px !important;
  }
  .p-xs-970 {
    padding: 970px !important;
  }
}
@media (min-width: 0) {
  .m-xs-975 {
    margin: 975px !important;
  }
  .p-xs-975 {
    padding: 975px !important;
  }
}
@media (min-width: 0) {
  .m-xs-980 {
    margin: 980px !important;
  }
  .p-xs-980 {
    padding: 980px !important;
  }
}
@media (min-width: 0) {
  .m-xs-985 {
    margin: 985px !important;
  }
  .p-xs-985 {
    padding: 985px !important;
  }
}
@media (min-width: 0) {
  .m-xs-990 {
    margin: 990px !important;
  }
  .p-xs-990 {
    padding: 990px !important;
  }
}
@media (min-width: 0) {
  .m-xs-995 {
    margin: 995px !important;
  }
  .p-xs-995 {
    padding: 995px !important;
  }
}
@media (min-width: 0) {
  .m-xs-1000 {
    margin: 1000px !important;
  }
  .p-xs-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  .pt-xs-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  .pt-xs-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-35 {
    margin-top: 35px !important;
  }
  .pt-xs-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  .pt-xs-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-55 {
    margin-top: 55px !important;
  }
  .pt-xs-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-65 {
    margin-top: 65px !important;
  }
  .pt-xs-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-75 {
    margin-top: 75px !important;
  }
  .pt-xs-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-85 {
    margin-top: 85px !important;
  }
  .pt-xs-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-95 {
    margin-top: 95px !important;
  }
  .pt-xs-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-105 {
    margin-top: 105px !important;
  }
  .pt-xs-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-115 {
    margin-top: 115px !important;
  }
  .pt-xs-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-125 {
    margin-top: 125px !important;
  }
  .pt-xs-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-135 {
    margin-top: 135px !important;
  }
  .pt-xs-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-145 {
    margin-top: 145px !important;
  }
  .pt-xs-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-155 {
    margin-top: 155px !important;
  }
  .pt-xs-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-165 {
    margin-top: 165px !important;
  }
  .pt-xs-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  .pt-xs-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-175 {
    margin-top: 175px !important;
  }
  .pt-xs-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  .pt-xs-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-185 {
    margin-top: 185px !important;
  }
  .pt-xs-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  .pt-xs-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-195 {
    margin-top: 195px !important;
  }
  .pt-xs-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-205 {
    margin-top: 205px !important;
  }
  .pt-xs-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-210 {
    margin-top: 210px !important;
  }
  .pt-xs-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-215 {
    margin-top: 215px !important;
  }
  .pt-xs-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-220 {
    margin-top: 220px !important;
  }
  .pt-xs-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-225 {
    margin-top: 225px !important;
  }
  .pt-xs-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-230 {
    margin-top: 230px !important;
  }
  .pt-xs-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-235 {
    margin-top: 235px !important;
  }
  .pt-xs-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-240 {
    margin-top: 240px !important;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-245 {
    margin-top: 245px !important;
  }
  .pt-xs-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-250 {
    margin-top: 250px !important;
  }
  .pt-xs-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-255 {
    margin-top: 255px !important;
  }
  .pt-xs-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-260 {
    margin-top: 260px !important;
  }
  .pt-xs-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-265 {
    margin-top: 265px !important;
  }
  .pt-xs-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-270 {
    margin-top: 270px !important;
  }
  .pt-xs-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-275 {
    margin-top: 275px !important;
  }
  .pt-xs-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-280 {
    margin-top: 280px !important;
  }
  .pt-xs-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-285 {
    margin-top: 285px !important;
  }
  .pt-xs-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-290 {
    margin-top: 290px !important;
  }
  .pt-xs-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-295 {
    margin-top: 295px !important;
  }
  .pt-xs-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-300 {
    margin-top: 300px !important;
  }
  .pt-xs-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-305 {
    margin-top: 305px !important;
  }
  .pt-xs-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-310 {
    margin-top: 310px !important;
  }
  .pt-xs-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-315 {
    margin-top: 315px !important;
  }
  .pt-xs-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-320 {
    margin-top: 320px !important;
  }
  .pt-xs-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-325 {
    margin-top: 325px !important;
  }
  .pt-xs-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-330 {
    margin-top: 330px !important;
  }
  .pt-xs-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-335 {
    margin-top: 335px !important;
  }
  .pt-xs-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-340 {
    margin-top: 340px !important;
  }
  .pt-xs-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-345 {
    margin-top: 345px !important;
  }
  .pt-xs-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-350 {
    margin-top: 350px !important;
  }
  .pt-xs-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-355 {
    margin-top: 355px !important;
  }
  .pt-xs-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-360 {
    margin-top: 360px !important;
  }
  .pt-xs-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-365 {
    margin-top: 365px !important;
  }
  .pt-xs-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-370 {
    margin-top: 370px !important;
  }
  .pt-xs-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-375 {
    margin-top: 375px !important;
  }
  .pt-xs-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-380 {
    margin-top: 380px !important;
  }
  .pt-xs-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-385 {
    margin-top: 385px !important;
  }
  .pt-xs-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-390 {
    margin-top: 390px !important;
  }
  .pt-xs-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-395 {
    margin-top: 395px !important;
  }
  .pt-xs-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-400 {
    margin-top: 400px !important;
  }
  .pt-xs-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-405 {
    margin-top: 405px !important;
  }
  .pt-xs-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-410 {
    margin-top: 410px !important;
  }
  .pt-xs-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-415 {
    margin-top: 415px !important;
  }
  .pt-xs-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-420 {
    margin-top: 420px !important;
  }
  .pt-xs-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-425 {
    margin-top: 425px !important;
  }
  .pt-xs-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-430 {
    margin-top: 430px !important;
  }
  .pt-xs-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-435 {
    margin-top: 435px !important;
  }
  .pt-xs-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-440 {
    margin-top: 440px !important;
  }
  .pt-xs-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-445 {
    margin-top: 445px !important;
  }
  .pt-xs-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-450 {
    margin-top: 450px !important;
  }
  .pt-xs-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-455 {
    margin-top: 455px !important;
  }
  .pt-xs-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-460 {
    margin-top: 460px !important;
  }
  .pt-xs-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-465 {
    margin-top: 465px !important;
  }
  .pt-xs-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-470 {
    margin-top: 470px !important;
  }
  .pt-xs-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-475 {
    margin-top: 475px !important;
  }
  .pt-xs-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-480 {
    margin-top: 480px !important;
  }
  .pt-xs-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-485 {
    margin-top: 485px !important;
  }
  .pt-xs-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-490 {
    margin-top: 490px !important;
  }
  .pt-xs-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-495 {
    margin-top: 495px !important;
  }
  .pt-xs-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-500 {
    margin-top: 500px !important;
  }
  .pt-xs-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-505 {
    margin-top: 505px !important;
  }
  .pt-xs-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-510 {
    margin-top: 510px !important;
  }
  .pt-xs-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-515 {
    margin-top: 515px !important;
  }
  .pt-xs-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-520 {
    margin-top: 520px !important;
  }
  .pt-xs-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-525 {
    margin-top: 525px !important;
  }
  .pt-xs-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-530 {
    margin-top: 530px !important;
  }
  .pt-xs-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-535 {
    margin-top: 535px !important;
  }
  .pt-xs-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-540 {
    margin-top: 540px !important;
  }
  .pt-xs-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-545 {
    margin-top: 545px !important;
  }
  .pt-xs-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-550 {
    margin-top: 550px !important;
  }
  .pt-xs-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-555 {
    margin-top: 555px !important;
  }
  .pt-xs-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-560 {
    margin-top: 560px !important;
  }
  .pt-xs-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-565 {
    margin-top: 565px !important;
  }
  .pt-xs-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-570 {
    margin-top: 570px !important;
  }
  .pt-xs-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-575 {
    margin-top: 575px !important;
  }
  .pt-xs-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-580 {
    margin-top: 580px !important;
  }
  .pt-xs-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-585 {
    margin-top: 585px !important;
  }
  .pt-xs-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-590 {
    margin-top: 590px !important;
  }
  .pt-xs-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-595 {
    margin-top: 595px !important;
  }
  .pt-xs-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-600 {
    margin-top: 600px !important;
  }
  .pt-xs-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-605 {
    margin-top: 605px !important;
  }
  .pt-xs-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-610 {
    margin-top: 610px !important;
  }
  .pt-xs-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-615 {
    margin-top: 615px !important;
  }
  .pt-xs-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-620 {
    margin-top: 620px !important;
  }
  .pt-xs-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-625 {
    margin-top: 625px !important;
  }
  .pt-xs-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-630 {
    margin-top: 630px !important;
  }
  .pt-xs-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-635 {
    margin-top: 635px !important;
  }
  .pt-xs-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-640 {
    margin-top: 640px !important;
  }
  .pt-xs-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-645 {
    margin-top: 645px !important;
  }
  .pt-xs-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-650 {
    margin-top: 650px !important;
  }
  .pt-xs-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-655 {
    margin-top: 655px !important;
  }
  .pt-xs-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-660 {
    margin-top: 660px !important;
  }
  .pt-xs-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-665 {
    margin-top: 665px !important;
  }
  .pt-xs-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-670 {
    margin-top: 670px !important;
  }
  .pt-xs-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-675 {
    margin-top: 675px !important;
  }
  .pt-xs-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-680 {
    margin-top: 680px !important;
  }
  .pt-xs-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-685 {
    margin-top: 685px !important;
  }
  .pt-xs-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-690 {
    margin-top: 690px !important;
  }
  .pt-xs-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-695 {
    margin-top: 695px !important;
  }
  .pt-xs-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-700 {
    margin-top: 700px !important;
  }
  .pt-xs-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-705 {
    margin-top: 705px !important;
  }
  .pt-xs-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-710 {
    margin-top: 710px !important;
  }
  .pt-xs-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-715 {
    margin-top: 715px !important;
  }
  .pt-xs-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-720 {
    margin-top: 720px !important;
  }
  .pt-xs-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-725 {
    margin-top: 725px !important;
  }
  .pt-xs-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-730 {
    margin-top: 730px !important;
  }
  .pt-xs-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-735 {
    margin-top: 735px !important;
  }
  .pt-xs-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-740 {
    margin-top: 740px !important;
  }
  .pt-xs-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-745 {
    margin-top: 745px !important;
  }
  .pt-xs-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-750 {
    margin-top: 750px !important;
  }
  .pt-xs-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-755 {
    margin-top: 755px !important;
  }
  .pt-xs-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-760 {
    margin-top: 760px !important;
  }
  .pt-xs-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-765 {
    margin-top: 765px !important;
  }
  .pt-xs-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-770 {
    margin-top: 770px !important;
  }
  .pt-xs-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-775 {
    margin-top: 775px !important;
  }
  .pt-xs-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-780 {
    margin-top: 780px !important;
  }
  .pt-xs-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-785 {
    margin-top: 785px !important;
  }
  .pt-xs-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-790 {
    margin-top: 790px !important;
  }
  .pt-xs-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-795 {
    margin-top: 795px !important;
  }
  .pt-xs-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-800 {
    margin-top: 800px !important;
  }
  .pt-xs-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-805 {
    margin-top: 805px !important;
  }
  .pt-xs-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-810 {
    margin-top: 810px !important;
  }
  .pt-xs-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-815 {
    margin-top: 815px !important;
  }
  .pt-xs-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-820 {
    margin-top: 820px !important;
  }
  .pt-xs-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-825 {
    margin-top: 825px !important;
  }
  .pt-xs-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-830 {
    margin-top: 830px !important;
  }
  .pt-xs-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-835 {
    margin-top: 835px !important;
  }
  .pt-xs-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-840 {
    margin-top: 840px !important;
  }
  .pt-xs-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-845 {
    margin-top: 845px !important;
  }
  .pt-xs-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-850 {
    margin-top: 850px !important;
  }
  .pt-xs-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-855 {
    margin-top: 855px !important;
  }
  .pt-xs-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-860 {
    margin-top: 860px !important;
  }
  .pt-xs-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-865 {
    margin-top: 865px !important;
  }
  .pt-xs-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-870 {
    margin-top: 870px !important;
  }
  .pt-xs-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-875 {
    margin-top: 875px !important;
  }
  .pt-xs-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-880 {
    margin-top: 880px !important;
  }
  .pt-xs-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-885 {
    margin-top: 885px !important;
  }
  .pt-xs-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-890 {
    margin-top: 890px !important;
  }
  .pt-xs-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-895 {
    margin-top: 895px !important;
  }
  .pt-xs-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-900 {
    margin-top: 900px !important;
  }
  .pt-xs-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-905 {
    margin-top: 905px !important;
  }
  .pt-xs-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-910 {
    margin-top: 910px !important;
  }
  .pt-xs-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-915 {
    margin-top: 915px !important;
  }
  .pt-xs-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-920 {
    margin-top: 920px !important;
  }
  .pt-xs-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-925 {
    margin-top: 925px !important;
  }
  .pt-xs-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-930 {
    margin-top: 930px !important;
  }
  .pt-xs-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-935 {
    margin-top: 935px !important;
  }
  .pt-xs-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-940 {
    margin-top: 940px !important;
  }
  .pt-xs-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-945 {
    margin-top: 945px !important;
  }
  .pt-xs-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-950 {
    margin-top: 950px !important;
  }
  .pt-xs-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-955 {
    margin-top: 955px !important;
  }
  .pt-xs-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-960 {
    margin-top: 960px !important;
  }
  .pt-xs-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-965 {
    margin-top: 965px !important;
  }
  .pt-xs-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-970 {
    margin-top: 970px !important;
  }
  .pt-xs-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-975 {
    margin-top: 975px !important;
  }
  .pt-xs-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-980 {
    margin-top: 980px !important;
  }
  .pt-xs-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-985 {
    margin-top: 985px !important;
  }
  .pt-xs-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-990 {
    margin-top: 990px !important;
  }
  .pt-xs-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-995 {
    margin-top: 995px !important;
  }
  .pt-xs-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-1000 {
    margin-top: 1000px !important;
  }
  .pt-xs-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-55 {
    margin-bottom: 55px !important;
  }
  .pb-xs-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-65 {
    margin-bottom: 65px !important;
  }
  .pb-xs-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-75 {
    margin-bottom: 75px !important;
  }
  .pb-xs-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-85 {
    margin-bottom: 85px !important;
  }
  .pb-xs-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-95 {
    margin-bottom: 95px !important;
  }
  .pb-xs-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-105 {
    margin-bottom: 105px !important;
  }
  .pb-xs-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-115 {
    margin-bottom: 115px !important;
  }
  .pb-xs-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-125 {
    margin-bottom: 125px !important;
  }
  .pb-xs-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-135 {
    margin-bottom: 135px !important;
  }
  .pb-xs-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-145 {
    margin-bottom: 145px !important;
  }
  .pb-xs-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-155 {
    margin-bottom: 155px !important;
  }
  .pb-xs-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-165 {
    margin-bottom: 165px !important;
  }
  .pb-xs-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-175 {
    margin-bottom: 175px !important;
  }
  .pb-xs-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-185 {
    margin-bottom: 185px !important;
  }
  .pb-xs-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-195 {
    margin-bottom: 195px !important;
  }
  .pb-xs-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-205 {
    margin-bottom: 205px !important;
  }
  .pb-xs-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-210 {
    margin-bottom: 210px !important;
  }
  .pb-xs-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-215 {
    margin-bottom: 215px !important;
  }
  .pb-xs-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-220 {
    margin-bottom: 220px !important;
  }
  .pb-xs-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-225 {
    margin-bottom: 225px !important;
  }
  .pb-xs-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-230 {
    margin-bottom: 230px !important;
  }
  .pb-xs-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-235 {
    margin-bottom: 235px !important;
  }
  .pb-xs-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-240 {
    margin-bottom: 240px !important;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-245 {
    margin-bottom: 245px !important;
  }
  .pb-xs-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-250 {
    margin-bottom: 250px !important;
  }
  .pb-xs-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-255 {
    margin-bottom: 255px !important;
  }
  .pb-xs-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-260 {
    margin-bottom: 260px !important;
  }
  .pb-xs-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-265 {
    margin-bottom: 265px !important;
  }
  .pb-xs-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-270 {
    margin-bottom: 270px !important;
  }
  .pb-xs-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-275 {
    margin-bottom: 275px !important;
  }
  .pb-xs-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-280 {
    margin-bottom: 280px !important;
  }
  .pb-xs-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-285 {
    margin-bottom: 285px !important;
  }
  .pb-xs-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-290 {
    margin-bottom: 290px !important;
  }
  .pb-xs-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-295 {
    margin-bottom: 295px !important;
  }
  .pb-xs-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-300 {
    margin-bottom: 300px !important;
  }
  .pb-xs-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-305 {
    margin-bottom: 305px !important;
  }
  .pb-xs-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-310 {
    margin-bottom: 310px !important;
  }
  .pb-xs-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-315 {
    margin-bottom: 315px !important;
  }
  .pb-xs-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-320 {
    margin-bottom: 320px !important;
  }
  .pb-xs-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-325 {
    margin-bottom: 325px !important;
  }
  .pb-xs-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-330 {
    margin-bottom: 330px !important;
  }
  .pb-xs-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-335 {
    margin-bottom: 335px !important;
  }
  .pb-xs-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-340 {
    margin-bottom: 340px !important;
  }
  .pb-xs-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-345 {
    margin-bottom: 345px !important;
  }
  .pb-xs-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-350 {
    margin-bottom: 350px !important;
  }
  .pb-xs-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-355 {
    margin-bottom: 355px !important;
  }
  .pb-xs-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-360 {
    margin-bottom: 360px !important;
  }
  .pb-xs-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-365 {
    margin-bottom: 365px !important;
  }
  .pb-xs-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-370 {
    margin-bottom: 370px !important;
  }
  .pb-xs-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-375 {
    margin-bottom: 375px !important;
  }
  .pb-xs-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-380 {
    margin-bottom: 380px !important;
  }
  .pb-xs-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-385 {
    margin-bottom: 385px !important;
  }
  .pb-xs-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-390 {
    margin-bottom: 390px !important;
  }
  .pb-xs-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-395 {
    margin-bottom: 395px !important;
  }
  .pb-xs-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-400 {
    margin-bottom: 400px !important;
  }
  .pb-xs-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-405 {
    margin-bottom: 405px !important;
  }
  .pb-xs-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-410 {
    margin-bottom: 410px !important;
  }
  .pb-xs-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-415 {
    margin-bottom: 415px !important;
  }
  .pb-xs-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-420 {
    margin-bottom: 420px !important;
  }
  .pb-xs-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-425 {
    margin-bottom: 425px !important;
  }
  .pb-xs-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-430 {
    margin-bottom: 430px !important;
  }
  .pb-xs-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-435 {
    margin-bottom: 435px !important;
  }
  .pb-xs-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-440 {
    margin-bottom: 440px !important;
  }
  .pb-xs-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-445 {
    margin-bottom: 445px !important;
  }
  .pb-xs-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-450 {
    margin-bottom: 450px !important;
  }
  .pb-xs-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-455 {
    margin-bottom: 455px !important;
  }
  .pb-xs-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-460 {
    margin-bottom: 460px !important;
  }
  .pb-xs-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-465 {
    margin-bottom: 465px !important;
  }
  .pb-xs-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-470 {
    margin-bottom: 470px !important;
  }
  .pb-xs-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-475 {
    margin-bottom: 475px !important;
  }
  .pb-xs-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-480 {
    margin-bottom: 480px !important;
  }
  .pb-xs-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-485 {
    margin-bottom: 485px !important;
  }
  .pb-xs-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-490 {
    margin-bottom: 490px !important;
  }
  .pb-xs-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-495 {
    margin-bottom: 495px !important;
  }
  .pb-xs-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-500 {
    margin-bottom: 500px !important;
  }
  .pb-xs-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-505 {
    margin-bottom: 505px !important;
  }
  .pb-xs-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-510 {
    margin-bottom: 510px !important;
  }
  .pb-xs-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-515 {
    margin-bottom: 515px !important;
  }
  .pb-xs-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-520 {
    margin-bottom: 520px !important;
  }
  .pb-xs-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-525 {
    margin-bottom: 525px !important;
  }
  .pb-xs-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-530 {
    margin-bottom: 530px !important;
  }
  .pb-xs-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-535 {
    margin-bottom: 535px !important;
  }
  .pb-xs-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-540 {
    margin-bottom: 540px !important;
  }
  .pb-xs-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-545 {
    margin-bottom: 545px !important;
  }
  .pb-xs-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-550 {
    margin-bottom: 550px !important;
  }
  .pb-xs-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-555 {
    margin-bottom: 555px !important;
  }
  .pb-xs-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-560 {
    margin-bottom: 560px !important;
  }
  .pb-xs-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-565 {
    margin-bottom: 565px !important;
  }
  .pb-xs-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-570 {
    margin-bottom: 570px !important;
  }
  .pb-xs-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-575 {
    margin-bottom: 575px !important;
  }
  .pb-xs-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-580 {
    margin-bottom: 580px !important;
  }
  .pb-xs-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-585 {
    margin-bottom: 585px !important;
  }
  .pb-xs-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-590 {
    margin-bottom: 590px !important;
  }
  .pb-xs-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-595 {
    margin-bottom: 595px !important;
  }
  .pb-xs-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-600 {
    margin-bottom: 600px !important;
  }
  .pb-xs-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-605 {
    margin-bottom: 605px !important;
  }
  .pb-xs-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-610 {
    margin-bottom: 610px !important;
  }
  .pb-xs-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-615 {
    margin-bottom: 615px !important;
  }
  .pb-xs-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-620 {
    margin-bottom: 620px !important;
  }
  .pb-xs-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-625 {
    margin-bottom: 625px !important;
  }
  .pb-xs-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-630 {
    margin-bottom: 630px !important;
  }
  .pb-xs-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-635 {
    margin-bottom: 635px !important;
  }
  .pb-xs-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-640 {
    margin-bottom: 640px !important;
  }
  .pb-xs-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-645 {
    margin-bottom: 645px !important;
  }
  .pb-xs-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-650 {
    margin-bottom: 650px !important;
  }
  .pb-xs-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-655 {
    margin-bottom: 655px !important;
  }
  .pb-xs-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-660 {
    margin-bottom: 660px !important;
  }
  .pb-xs-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-665 {
    margin-bottom: 665px !important;
  }
  .pb-xs-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-670 {
    margin-bottom: 670px !important;
  }
  .pb-xs-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-675 {
    margin-bottom: 675px !important;
  }
  .pb-xs-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-680 {
    margin-bottom: 680px !important;
  }
  .pb-xs-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-685 {
    margin-bottom: 685px !important;
  }
  .pb-xs-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-690 {
    margin-bottom: 690px !important;
  }
  .pb-xs-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-695 {
    margin-bottom: 695px !important;
  }
  .pb-xs-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-700 {
    margin-bottom: 700px !important;
  }
  .pb-xs-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-705 {
    margin-bottom: 705px !important;
  }
  .pb-xs-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-710 {
    margin-bottom: 710px !important;
  }
  .pb-xs-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-715 {
    margin-bottom: 715px !important;
  }
  .pb-xs-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-720 {
    margin-bottom: 720px !important;
  }
  .pb-xs-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-725 {
    margin-bottom: 725px !important;
  }
  .pb-xs-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-730 {
    margin-bottom: 730px !important;
  }
  .pb-xs-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-735 {
    margin-bottom: 735px !important;
  }
  .pb-xs-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-740 {
    margin-bottom: 740px !important;
  }
  .pb-xs-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-745 {
    margin-bottom: 745px !important;
  }
  .pb-xs-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-750 {
    margin-bottom: 750px !important;
  }
  .pb-xs-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-755 {
    margin-bottom: 755px !important;
  }
  .pb-xs-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-760 {
    margin-bottom: 760px !important;
  }
  .pb-xs-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-765 {
    margin-bottom: 765px !important;
  }
  .pb-xs-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-770 {
    margin-bottom: 770px !important;
  }
  .pb-xs-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-775 {
    margin-bottom: 775px !important;
  }
  .pb-xs-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-780 {
    margin-bottom: 780px !important;
  }
  .pb-xs-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-785 {
    margin-bottom: 785px !important;
  }
  .pb-xs-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-790 {
    margin-bottom: 790px !important;
  }
  .pb-xs-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-795 {
    margin-bottom: 795px !important;
  }
  .pb-xs-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-800 {
    margin-bottom: 800px !important;
  }
  .pb-xs-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-805 {
    margin-bottom: 805px !important;
  }
  .pb-xs-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-810 {
    margin-bottom: 810px !important;
  }
  .pb-xs-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-815 {
    margin-bottom: 815px !important;
  }
  .pb-xs-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-820 {
    margin-bottom: 820px !important;
  }
  .pb-xs-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-825 {
    margin-bottom: 825px !important;
  }
  .pb-xs-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-830 {
    margin-bottom: 830px !important;
  }
  .pb-xs-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-835 {
    margin-bottom: 835px !important;
  }
  .pb-xs-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-840 {
    margin-bottom: 840px !important;
  }
  .pb-xs-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-845 {
    margin-bottom: 845px !important;
  }
  .pb-xs-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-850 {
    margin-bottom: 850px !important;
  }
  .pb-xs-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-855 {
    margin-bottom: 855px !important;
  }
  .pb-xs-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-860 {
    margin-bottom: 860px !important;
  }
  .pb-xs-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-865 {
    margin-bottom: 865px !important;
  }
  .pb-xs-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-870 {
    margin-bottom: 870px !important;
  }
  .pb-xs-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-875 {
    margin-bottom: 875px !important;
  }
  .pb-xs-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-880 {
    margin-bottom: 880px !important;
  }
  .pb-xs-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-885 {
    margin-bottom: 885px !important;
  }
  .pb-xs-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-890 {
    margin-bottom: 890px !important;
  }
  .pb-xs-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-895 {
    margin-bottom: 895px !important;
  }
  .pb-xs-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-900 {
    margin-bottom: 900px !important;
  }
  .pb-xs-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-905 {
    margin-bottom: 905px !important;
  }
  .pb-xs-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-910 {
    margin-bottom: 910px !important;
  }
  .pb-xs-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-915 {
    margin-bottom: 915px !important;
  }
  .pb-xs-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-920 {
    margin-bottom: 920px !important;
  }
  .pb-xs-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-925 {
    margin-bottom: 925px !important;
  }
  .pb-xs-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-930 {
    margin-bottom: 930px !important;
  }
  .pb-xs-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-935 {
    margin-bottom: 935px !important;
  }
  .pb-xs-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-940 {
    margin-bottom: 940px !important;
  }
  .pb-xs-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-945 {
    margin-bottom: 945px !important;
  }
  .pb-xs-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-950 {
    margin-bottom: 950px !important;
  }
  .pb-xs-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-955 {
    margin-bottom: 955px !important;
  }
  .pb-xs-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-960 {
    margin-bottom: 960px !important;
  }
  .pb-xs-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-965 {
    margin-bottom: 965px !important;
  }
  .pb-xs-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-970 {
    margin-bottom: 970px !important;
  }
  .pb-xs-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-975 {
    margin-bottom: 975px !important;
  }
  .pb-xs-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-980 {
    margin-bottom: 980px !important;
  }
  .pb-xs-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-985 {
    margin-bottom: 985px !important;
  }
  .pb-xs-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-990 {
    margin-bottom: 990px !important;
  }
  .pb-xs-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-995 {
    margin-bottom: 995px !important;
  }
  .pb-xs-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-xs-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-0 {
    margin-left: 0px !important;
  }
  .pl-xs-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-25 {
    margin-left: 25px !important;
  }
  .pl-xs-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-35 {
    margin-left: 35px !important;
  }
  .pl-xs-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-40 {
    margin-left: 40px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-45 {
    margin-left: 45px !important;
  }
  .pl-xs-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-50 {
    margin-left: 50px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-55 {
    margin-left: 55px !important;
  }
  .pl-xs-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-60 {
    margin-left: 60px !important;
  }
  .pl-xs-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-65 {
    margin-left: 65px !important;
  }
  .pl-xs-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-70 {
    margin-left: 70px !important;
  }
  .pl-xs-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-75 {
    margin-left: 75px !important;
  }
  .pl-xs-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-80 {
    margin-left: 80px !important;
  }
  .pl-xs-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-85 {
    margin-left: 85px !important;
  }
  .pl-xs-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-90 {
    margin-left: 90px !important;
  }
  .pl-xs-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-95 {
    margin-left: 95px !important;
  }
  .pl-xs-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-100 {
    margin-left: 100px !important;
  }
  .pl-xs-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-105 {
    margin-left: 105px !important;
  }
  .pl-xs-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-110 {
    margin-left: 110px !important;
  }
  .pl-xs-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-115 {
    margin-left: 115px !important;
  }
  .pl-xs-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-120 {
    margin-left: 120px !important;
  }
  .pl-xs-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-125 {
    margin-left: 125px !important;
  }
  .pl-xs-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-130 {
    margin-left: 130px !important;
  }
  .pl-xs-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-135 {
    margin-left: 135px !important;
  }
  .pl-xs-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-140 {
    margin-left: 140px !important;
  }
  .pl-xs-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-145 {
    margin-left: 145px !important;
  }
  .pl-xs-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-150 {
    margin-left: 150px !important;
  }
  .pl-xs-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-155 {
    margin-left: 155px !important;
  }
  .pl-xs-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-160 {
    margin-left: 160px !important;
  }
  .pl-xs-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-165 {
    margin-left: 165px !important;
  }
  .pl-xs-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-170 {
    margin-left: 170px !important;
  }
  .pl-xs-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-175 {
    margin-left: 175px !important;
  }
  .pl-xs-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-180 {
    margin-left: 180px !important;
  }
  .pl-xs-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-185 {
    margin-left: 185px !important;
  }
  .pl-xs-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-190 {
    margin-left: 190px !important;
  }
  .pl-xs-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-195 {
    margin-left: 195px !important;
  }
  .pl-xs-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-200 {
    margin-left: 200px !important;
  }
  .pl-xs-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-205 {
    margin-left: 205px !important;
  }
  .pl-xs-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-210 {
    margin-left: 210px !important;
  }
  .pl-xs-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-215 {
    margin-left: 215px !important;
  }
  .pl-xs-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-220 {
    margin-left: 220px !important;
  }
  .pl-xs-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-225 {
    margin-left: 225px !important;
  }
  .pl-xs-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-230 {
    margin-left: 230px !important;
  }
  .pl-xs-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-235 {
    margin-left: 235px !important;
  }
  .pl-xs-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-240 {
    margin-left: 240px !important;
  }
  .pl-xs-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-245 {
    margin-left: 245px !important;
  }
  .pl-xs-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-250 {
    margin-left: 250px !important;
  }
  .pl-xs-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-255 {
    margin-left: 255px !important;
  }
  .pl-xs-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-260 {
    margin-left: 260px !important;
  }
  .pl-xs-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-265 {
    margin-left: 265px !important;
  }
  .pl-xs-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-270 {
    margin-left: 270px !important;
  }
  .pl-xs-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-275 {
    margin-left: 275px !important;
  }
  .pl-xs-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-280 {
    margin-left: 280px !important;
  }
  .pl-xs-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-285 {
    margin-left: 285px !important;
  }
  .pl-xs-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-290 {
    margin-left: 290px !important;
  }
  .pl-xs-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-295 {
    margin-left: 295px !important;
  }
  .pl-xs-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-300 {
    margin-left: 300px !important;
  }
  .pl-xs-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-305 {
    margin-left: 305px !important;
  }
  .pl-xs-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-310 {
    margin-left: 310px !important;
  }
  .pl-xs-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-315 {
    margin-left: 315px !important;
  }
  .pl-xs-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-320 {
    margin-left: 320px !important;
  }
  .pl-xs-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-325 {
    margin-left: 325px !important;
  }
  .pl-xs-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-330 {
    margin-left: 330px !important;
  }
  .pl-xs-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-335 {
    margin-left: 335px !important;
  }
  .pl-xs-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-340 {
    margin-left: 340px !important;
  }
  .pl-xs-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-345 {
    margin-left: 345px !important;
  }
  .pl-xs-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-350 {
    margin-left: 350px !important;
  }
  .pl-xs-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-355 {
    margin-left: 355px !important;
  }
  .pl-xs-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-360 {
    margin-left: 360px !important;
  }
  .pl-xs-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-365 {
    margin-left: 365px !important;
  }
  .pl-xs-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-370 {
    margin-left: 370px !important;
  }
  .pl-xs-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-375 {
    margin-left: 375px !important;
  }
  .pl-xs-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-380 {
    margin-left: 380px !important;
  }
  .pl-xs-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-385 {
    margin-left: 385px !important;
  }
  .pl-xs-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-390 {
    margin-left: 390px !important;
  }
  .pl-xs-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-395 {
    margin-left: 395px !important;
  }
  .pl-xs-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-400 {
    margin-left: 400px !important;
  }
  .pl-xs-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-405 {
    margin-left: 405px !important;
  }
  .pl-xs-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-410 {
    margin-left: 410px !important;
  }
  .pl-xs-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-415 {
    margin-left: 415px !important;
  }
  .pl-xs-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-420 {
    margin-left: 420px !important;
  }
  .pl-xs-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-425 {
    margin-left: 425px !important;
  }
  .pl-xs-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-430 {
    margin-left: 430px !important;
  }
  .pl-xs-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-435 {
    margin-left: 435px !important;
  }
  .pl-xs-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-440 {
    margin-left: 440px !important;
  }
  .pl-xs-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-445 {
    margin-left: 445px !important;
  }
  .pl-xs-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-450 {
    margin-left: 450px !important;
  }
  .pl-xs-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-455 {
    margin-left: 455px !important;
  }
  .pl-xs-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-460 {
    margin-left: 460px !important;
  }
  .pl-xs-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-465 {
    margin-left: 465px !important;
  }
  .pl-xs-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-470 {
    margin-left: 470px !important;
  }
  .pl-xs-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-475 {
    margin-left: 475px !important;
  }
  .pl-xs-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-480 {
    margin-left: 480px !important;
  }
  .pl-xs-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-485 {
    margin-left: 485px !important;
  }
  .pl-xs-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-490 {
    margin-left: 490px !important;
  }
  .pl-xs-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-495 {
    margin-left: 495px !important;
  }
  .pl-xs-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-500 {
    margin-left: 500px !important;
  }
  .pl-xs-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-505 {
    margin-left: 505px !important;
  }
  .pl-xs-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-510 {
    margin-left: 510px !important;
  }
  .pl-xs-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-515 {
    margin-left: 515px !important;
  }
  .pl-xs-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-520 {
    margin-left: 520px !important;
  }
  .pl-xs-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-525 {
    margin-left: 525px !important;
  }
  .pl-xs-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-530 {
    margin-left: 530px !important;
  }
  .pl-xs-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-535 {
    margin-left: 535px !important;
  }
  .pl-xs-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-540 {
    margin-left: 540px !important;
  }
  .pl-xs-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-545 {
    margin-left: 545px !important;
  }
  .pl-xs-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-550 {
    margin-left: 550px !important;
  }
  .pl-xs-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-555 {
    margin-left: 555px !important;
  }
  .pl-xs-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-560 {
    margin-left: 560px !important;
  }
  .pl-xs-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-565 {
    margin-left: 565px !important;
  }
  .pl-xs-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-570 {
    margin-left: 570px !important;
  }
  .pl-xs-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-575 {
    margin-left: 575px !important;
  }
  .pl-xs-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-580 {
    margin-left: 580px !important;
  }
  .pl-xs-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-585 {
    margin-left: 585px !important;
  }
  .pl-xs-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-590 {
    margin-left: 590px !important;
  }
  .pl-xs-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-595 {
    margin-left: 595px !important;
  }
  .pl-xs-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-600 {
    margin-left: 600px !important;
  }
  .pl-xs-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-605 {
    margin-left: 605px !important;
  }
  .pl-xs-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-610 {
    margin-left: 610px !important;
  }
  .pl-xs-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-615 {
    margin-left: 615px !important;
  }
  .pl-xs-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-620 {
    margin-left: 620px !important;
  }
  .pl-xs-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-625 {
    margin-left: 625px !important;
  }
  .pl-xs-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-630 {
    margin-left: 630px !important;
  }
  .pl-xs-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-635 {
    margin-left: 635px !important;
  }
  .pl-xs-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-640 {
    margin-left: 640px !important;
  }
  .pl-xs-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-645 {
    margin-left: 645px !important;
  }
  .pl-xs-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-650 {
    margin-left: 650px !important;
  }
  .pl-xs-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-655 {
    margin-left: 655px !important;
  }
  .pl-xs-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-660 {
    margin-left: 660px !important;
  }
  .pl-xs-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-665 {
    margin-left: 665px !important;
  }
  .pl-xs-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-670 {
    margin-left: 670px !important;
  }
  .pl-xs-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-675 {
    margin-left: 675px !important;
  }
  .pl-xs-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-680 {
    margin-left: 680px !important;
  }
  .pl-xs-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-685 {
    margin-left: 685px !important;
  }
  .pl-xs-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-690 {
    margin-left: 690px !important;
  }
  .pl-xs-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-695 {
    margin-left: 695px !important;
  }
  .pl-xs-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-700 {
    margin-left: 700px !important;
  }
  .pl-xs-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-705 {
    margin-left: 705px !important;
  }
  .pl-xs-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-710 {
    margin-left: 710px !important;
  }
  .pl-xs-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-715 {
    margin-left: 715px !important;
  }
  .pl-xs-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-720 {
    margin-left: 720px !important;
  }
  .pl-xs-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-725 {
    margin-left: 725px !important;
  }
  .pl-xs-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-730 {
    margin-left: 730px !important;
  }
  .pl-xs-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-735 {
    margin-left: 735px !important;
  }
  .pl-xs-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-740 {
    margin-left: 740px !important;
  }
  .pl-xs-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-745 {
    margin-left: 745px !important;
  }
  .pl-xs-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-750 {
    margin-left: 750px !important;
  }
  .pl-xs-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-755 {
    margin-left: 755px !important;
  }
  .pl-xs-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-760 {
    margin-left: 760px !important;
  }
  .pl-xs-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-765 {
    margin-left: 765px !important;
  }
  .pl-xs-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-770 {
    margin-left: 770px !important;
  }
  .pl-xs-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-775 {
    margin-left: 775px !important;
  }
  .pl-xs-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-780 {
    margin-left: 780px !important;
  }
  .pl-xs-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-785 {
    margin-left: 785px !important;
  }
  .pl-xs-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-790 {
    margin-left: 790px !important;
  }
  .pl-xs-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-795 {
    margin-left: 795px !important;
  }
  .pl-xs-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-800 {
    margin-left: 800px !important;
  }
  .pl-xs-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-805 {
    margin-left: 805px !important;
  }
  .pl-xs-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-810 {
    margin-left: 810px !important;
  }
  .pl-xs-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-815 {
    margin-left: 815px !important;
  }
  .pl-xs-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-820 {
    margin-left: 820px !important;
  }
  .pl-xs-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-825 {
    margin-left: 825px !important;
  }
  .pl-xs-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-830 {
    margin-left: 830px !important;
  }
  .pl-xs-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-835 {
    margin-left: 835px !important;
  }
  .pl-xs-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-840 {
    margin-left: 840px !important;
  }
  .pl-xs-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-845 {
    margin-left: 845px !important;
  }
  .pl-xs-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-850 {
    margin-left: 850px !important;
  }
  .pl-xs-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-855 {
    margin-left: 855px !important;
  }
  .pl-xs-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-860 {
    margin-left: 860px !important;
  }
  .pl-xs-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-865 {
    margin-left: 865px !important;
  }
  .pl-xs-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-870 {
    margin-left: 870px !important;
  }
  .pl-xs-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-875 {
    margin-left: 875px !important;
  }
  .pl-xs-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-880 {
    margin-left: 880px !important;
  }
  .pl-xs-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-885 {
    margin-left: 885px !important;
  }
  .pl-xs-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-890 {
    margin-left: 890px !important;
  }
  .pl-xs-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-895 {
    margin-left: 895px !important;
  }
  .pl-xs-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-900 {
    margin-left: 900px !important;
  }
  .pl-xs-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-905 {
    margin-left: 905px !important;
  }
  .pl-xs-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-910 {
    margin-left: 910px !important;
  }
  .pl-xs-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-915 {
    margin-left: 915px !important;
  }
  .pl-xs-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-920 {
    margin-left: 920px !important;
  }
  .pl-xs-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-925 {
    margin-left: 925px !important;
  }
  .pl-xs-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-930 {
    margin-left: 930px !important;
  }
  .pl-xs-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-935 {
    margin-left: 935px !important;
  }
  .pl-xs-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-940 {
    margin-left: 940px !important;
  }
  .pl-xs-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-945 {
    margin-left: 945px !important;
  }
  .pl-xs-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-950 {
    margin-left: 950px !important;
  }
  .pl-xs-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-955 {
    margin-left: 955px !important;
  }
  .pl-xs-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-960 {
    margin-left: 960px !important;
  }
  .pl-xs-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-965 {
    margin-left: 965px !important;
  }
  .pl-xs-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-970 {
    margin-left: 970px !important;
  }
  .pl-xs-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-975 {
    margin-left: 975px !important;
  }
  .pl-xs-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-980 {
    margin-left: 980px !important;
  }
  .pl-xs-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-985 {
    margin-left: 985px !important;
  }
  .pl-xs-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-990 {
    margin-left: 990px !important;
  }
  .pl-xs-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-995 {
    margin-left: 995px !important;
  }
  .pl-xs-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-1000 {
    margin-left: 1000px !important;
  }
  .pl-xs-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-0 {
    margin-right: 0px !important;
  }
  .pr-xs-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-25 {
    margin-right: 25px !important;
  }
  .pr-xs-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-35 {
    margin-right: 35px !important;
  }
  .pr-xs-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-40 {
    margin-right: 40px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-45 {
    margin-right: 45px !important;
  }
  .pr-xs-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-50 {
    margin-right: 50px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-55 {
    margin-right: 55px !important;
  }
  .pr-xs-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-60 {
    margin-right: 60px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-65 {
    margin-right: 65px !important;
  }
  .pr-xs-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-70 {
    margin-right: 70px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-75 {
    margin-right: 75px !important;
  }
  .pr-xs-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-80 {
    margin-right: 80px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-85 {
    margin-right: 85px !important;
  }
  .pr-xs-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-90 {
    margin-right: 90px !important;
  }
  .pr-xs-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-95 {
    margin-right: 95px !important;
  }
  .pr-xs-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-100 {
    margin-right: 100px !important;
  }
  .pr-xs-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-105 {
    margin-right: 105px !important;
  }
  .pr-xs-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-110 {
    margin-right: 110px !important;
  }
  .pr-xs-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-115 {
    margin-right: 115px !important;
  }
  .pr-xs-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-120 {
    margin-right: 120px !important;
  }
  .pr-xs-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-125 {
    margin-right: 125px !important;
  }
  .pr-xs-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-130 {
    margin-right: 130px !important;
  }
  .pr-xs-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-135 {
    margin-right: 135px !important;
  }
  .pr-xs-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-140 {
    margin-right: 140px !important;
  }
  .pr-xs-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-145 {
    margin-right: 145px !important;
  }
  .pr-xs-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-150 {
    margin-right: 150px !important;
  }
  .pr-xs-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-155 {
    margin-right: 155px !important;
  }
  .pr-xs-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-160 {
    margin-right: 160px !important;
  }
  .pr-xs-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-165 {
    margin-right: 165px !important;
  }
  .pr-xs-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-170 {
    margin-right: 170px !important;
  }
  .pr-xs-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-175 {
    margin-right: 175px !important;
  }
  .pr-xs-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-180 {
    margin-right: 180px !important;
  }
  .pr-xs-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-185 {
    margin-right: 185px !important;
  }
  .pr-xs-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-190 {
    margin-right: 190px !important;
  }
  .pr-xs-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-195 {
    margin-right: 195px !important;
  }
  .pr-xs-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-200 {
    margin-right: 200px !important;
  }
  .pr-xs-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-205 {
    margin-right: 205px !important;
  }
  .pr-xs-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-210 {
    margin-right: 210px !important;
  }
  .pr-xs-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-215 {
    margin-right: 215px !important;
  }
  .pr-xs-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-220 {
    margin-right: 220px !important;
  }
  .pr-xs-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-225 {
    margin-right: 225px !important;
  }
  .pr-xs-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-230 {
    margin-right: 230px !important;
  }
  .pr-xs-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-235 {
    margin-right: 235px !important;
  }
  .pr-xs-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-240 {
    margin-right: 240px !important;
  }
  .pr-xs-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-245 {
    margin-right: 245px !important;
  }
  .pr-xs-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-250 {
    margin-right: 250px !important;
  }
  .pr-xs-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-255 {
    margin-right: 255px !important;
  }
  .pr-xs-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-260 {
    margin-right: 260px !important;
  }
  .pr-xs-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-265 {
    margin-right: 265px !important;
  }
  .pr-xs-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-270 {
    margin-right: 270px !important;
  }
  .pr-xs-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-275 {
    margin-right: 275px !important;
  }
  .pr-xs-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-280 {
    margin-right: 280px !important;
  }
  .pr-xs-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-285 {
    margin-right: 285px !important;
  }
  .pr-xs-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-290 {
    margin-right: 290px !important;
  }
  .pr-xs-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-295 {
    margin-right: 295px !important;
  }
  .pr-xs-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-300 {
    margin-right: 300px !important;
  }
  .pr-xs-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-305 {
    margin-right: 305px !important;
  }
  .pr-xs-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-310 {
    margin-right: 310px !important;
  }
  .pr-xs-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-315 {
    margin-right: 315px !important;
  }
  .pr-xs-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-320 {
    margin-right: 320px !important;
  }
  .pr-xs-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-325 {
    margin-right: 325px !important;
  }
  .pr-xs-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-330 {
    margin-right: 330px !important;
  }
  .pr-xs-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-335 {
    margin-right: 335px !important;
  }
  .pr-xs-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-340 {
    margin-right: 340px !important;
  }
  .pr-xs-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-345 {
    margin-right: 345px !important;
  }
  .pr-xs-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-350 {
    margin-right: 350px !important;
  }
  .pr-xs-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-355 {
    margin-right: 355px !important;
  }
  .pr-xs-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-360 {
    margin-right: 360px !important;
  }
  .pr-xs-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-365 {
    margin-right: 365px !important;
  }
  .pr-xs-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-370 {
    margin-right: 370px !important;
  }
  .pr-xs-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-375 {
    margin-right: 375px !important;
  }
  .pr-xs-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-380 {
    margin-right: 380px !important;
  }
  .pr-xs-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-385 {
    margin-right: 385px !important;
  }
  .pr-xs-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-390 {
    margin-right: 390px !important;
  }
  .pr-xs-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-395 {
    margin-right: 395px !important;
  }
  .pr-xs-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-400 {
    margin-right: 400px !important;
  }
  .pr-xs-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-405 {
    margin-right: 405px !important;
  }
  .pr-xs-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-410 {
    margin-right: 410px !important;
  }
  .pr-xs-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-415 {
    margin-right: 415px !important;
  }
  .pr-xs-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-420 {
    margin-right: 420px !important;
  }
  .pr-xs-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-425 {
    margin-right: 425px !important;
  }
  .pr-xs-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-430 {
    margin-right: 430px !important;
  }
  .pr-xs-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-435 {
    margin-right: 435px !important;
  }
  .pr-xs-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-440 {
    margin-right: 440px !important;
  }
  .pr-xs-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-445 {
    margin-right: 445px !important;
  }
  .pr-xs-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-450 {
    margin-right: 450px !important;
  }
  .pr-xs-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-455 {
    margin-right: 455px !important;
  }
  .pr-xs-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-460 {
    margin-right: 460px !important;
  }
  .pr-xs-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-465 {
    margin-right: 465px !important;
  }
  .pr-xs-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-470 {
    margin-right: 470px !important;
  }
  .pr-xs-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-475 {
    margin-right: 475px !important;
  }
  .pr-xs-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-480 {
    margin-right: 480px !important;
  }
  .pr-xs-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-485 {
    margin-right: 485px !important;
  }
  .pr-xs-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-490 {
    margin-right: 490px !important;
  }
  .pr-xs-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-495 {
    margin-right: 495px !important;
  }
  .pr-xs-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-500 {
    margin-right: 500px !important;
  }
  .pr-xs-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-505 {
    margin-right: 505px !important;
  }
  .pr-xs-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-510 {
    margin-right: 510px !important;
  }
  .pr-xs-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-515 {
    margin-right: 515px !important;
  }
  .pr-xs-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-520 {
    margin-right: 520px !important;
  }
  .pr-xs-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-525 {
    margin-right: 525px !important;
  }
  .pr-xs-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-530 {
    margin-right: 530px !important;
  }
  .pr-xs-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-535 {
    margin-right: 535px !important;
  }
  .pr-xs-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-540 {
    margin-right: 540px !important;
  }
  .pr-xs-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-545 {
    margin-right: 545px !important;
  }
  .pr-xs-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-550 {
    margin-right: 550px !important;
  }
  .pr-xs-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-555 {
    margin-right: 555px !important;
  }
  .pr-xs-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-560 {
    margin-right: 560px !important;
  }
  .pr-xs-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-565 {
    margin-right: 565px !important;
  }
  .pr-xs-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-570 {
    margin-right: 570px !important;
  }
  .pr-xs-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-575 {
    margin-right: 575px !important;
  }
  .pr-xs-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-580 {
    margin-right: 580px !important;
  }
  .pr-xs-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-585 {
    margin-right: 585px !important;
  }
  .pr-xs-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-590 {
    margin-right: 590px !important;
  }
  .pr-xs-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-595 {
    margin-right: 595px !important;
  }
  .pr-xs-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-600 {
    margin-right: 600px !important;
  }
  .pr-xs-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-605 {
    margin-right: 605px !important;
  }
  .pr-xs-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-610 {
    margin-right: 610px !important;
  }
  .pr-xs-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-615 {
    margin-right: 615px !important;
  }
  .pr-xs-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-620 {
    margin-right: 620px !important;
  }
  .pr-xs-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-625 {
    margin-right: 625px !important;
  }
  .pr-xs-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-630 {
    margin-right: 630px !important;
  }
  .pr-xs-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-635 {
    margin-right: 635px !important;
  }
  .pr-xs-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-640 {
    margin-right: 640px !important;
  }
  .pr-xs-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-645 {
    margin-right: 645px !important;
  }
  .pr-xs-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-650 {
    margin-right: 650px !important;
  }
  .pr-xs-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-655 {
    margin-right: 655px !important;
  }
  .pr-xs-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-660 {
    margin-right: 660px !important;
  }
  .pr-xs-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-665 {
    margin-right: 665px !important;
  }
  .pr-xs-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-670 {
    margin-right: 670px !important;
  }
  .pr-xs-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-675 {
    margin-right: 675px !important;
  }
  .pr-xs-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-680 {
    margin-right: 680px !important;
  }
  .pr-xs-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-685 {
    margin-right: 685px !important;
  }
  .pr-xs-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-690 {
    margin-right: 690px !important;
  }
  .pr-xs-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-695 {
    margin-right: 695px !important;
  }
  .pr-xs-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-700 {
    margin-right: 700px !important;
  }
  .pr-xs-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-705 {
    margin-right: 705px !important;
  }
  .pr-xs-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-710 {
    margin-right: 710px !important;
  }
  .pr-xs-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-715 {
    margin-right: 715px !important;
  }
  .pr-xs-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-720 {
    margin-right: 720px !important;
  }
  .pr-xs-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-725 {
    margin-right: 725px !important;
  }
  .pr-xs-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-730 {
    margin-right: 730px !important;
  }
  .pr-xs-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-735 {
    margin-right: 735px !important;
  }
  .pr-xs-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-740 {
    margin-right: 740px !important;
  }
  .pr-xs-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-745 {
    margin-right: 745px !important;
  }
  .pr-xs-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-750 {
    margin-right: 750px !important;
  }
  .pr-xs-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-755 {
    margin-right: 755px !important;
  }
  .pr-xs-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-760 {
    margin-right: 760px !important;
  }
  .pr-xs-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-765 {
    margin-right: 765px !important;
  }
  .pr-xs-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-770 {
    margin-right: 770px !important;
  }
  .pr-xs-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-775 {
    margin-right: 775px !important;
  }
  .pr-xs-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-780 {
    margin-right: 780px !important;
  }
  .pr-xs-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-785 {
    margin-right: 785px !important;
  }
  .pr-xs-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-790 {
    margin-right: 790px !important;
  }
  .pr-xs-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-795 {
    margin-right: 795px !important;
  }
  .pr-xs-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-800 {
    margin-right: 800px !important;
  }
  .pr-xs-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-805 {
    margin-right: 805px !important;
  }
  .pr-xs-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-810 {
    margin-right: 810px !important;
  }
  .pr-xs-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-815 {
    margin-right: 815px !important;
  }
  .pr-xs-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-820 {
    margin-right: 820px !important;
  }
  .pr-xs-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-825 {
    margin-right: 825px !important;
  }
  .pr-xs-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-830 {
    margin-right: 830px !important;
  }
  .pr-xs-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-835 {
    margin-right: 835px !important;
  }
  .pr-xs-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-840 {
    margin-right: 840px !important;
  }
  .pr-xs-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-845 {
    margin-right: 845px !important;
  }
  .pr-xs-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-850 {
    margin-right: 850px !important;
  }
  .pr-xs-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-855 {
    margin-right: 855px !important;
  }
  .pr-xs-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-860 {
    margin-right: 860px !important;
  }
  .pr-xs-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-865 {
    margin-right: 865px !important;
  }
  .pr-xs-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-870 {
    margin-right: 870px !important;
  }
  .pr-xs-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-875 {
    margin-right: 875px !important;
  }
  .pr-xs-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-880 {
    margin-right: 880px !important;
  }
  .pr-xs-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-885 {
    margin-right: 885px !important;
  }
  .pr-xs-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-890 {
    margin-right: 890px !important;
  }
  .pr-xs-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-895 {
    margin-right: 895px !important;
  }
  .pr-xs-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-900 {
    margin-right: 900px !important;
  }
  .pr-xs-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-905 {
    margin-right: 905px !important;
  }
  .pr-xs-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-910 {
    margin-right: 910px !important;
  }
  .pr-xs-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-915 {
    margin-right: 915px !important;
  }
  .pr-xs-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-920 {
    margin-right: 920px !important;
  }
  .pr-xs-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-925 {
    margin-right: 925px !important;
  }
  .pr-xs-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-930 {
    margin-right: 930px !important;
  }
  .pr-xs-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-935 {
    margin-right: 935px !important;
  }
  .pr-xs-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-940 {
    margin-right: 940px !important;
  }
  .pr-xs-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-945 {
    margin-right: 945px !important;
  }
  .pr-xs-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-950 {
    margin-right: 950px !important;
  }
  .pr-xs-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-955 {
    margin-right: 955px !important;
  }
  .pr-xs-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-960 {
    margin-right: 960px !important;
  }
  .pr-xs-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-965 {
    margin-right: 965px !important;
  }
  .pr-xs-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-970 {
    margin-right: 970px !important;
  }
  .pr-xs-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-975 {
    margin-right: 975px !important;
  }
  .pr-xs-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-980 {
    margin-right: 980px !important;
  }
  .pr-xs-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-985 {
    margin-right: 985px !important;
  }
  .pr-xs-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-990 {
    margin-right: 990px !important;
  }
  .pr-xs-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-995 {
    margin-right: 995px !important;
  }
  .pr-xs-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-1000 {
    margin-right: 1000px !important;
  }
  .pr-xs-1000 {
    padding-right: 1000px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-5 {
    margin: 5px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-10 {
    margin: 10px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-15 {
    margin: 15px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-20 {
    margin: 20px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-25 {
    margin: 25px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-30 {
    margin: 30px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-35 {
    margin: 35px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-40 {
    margin: 40px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-45 {
    margin: 45px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-50 {
    margin: 50px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-55 {
    margin: 55px !important;
  }
  .p-sm-55 {
    padding: 55px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-60 {
    margin: 60px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-65 {
    margin: 65px !important;
  }
  .p-sm-65 {
    padding: 65px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-70 {
    margin: 70px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-75 {
    margin: 75px !important;
  }
  .p-sm-75 {
    padding: 75px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-80 {
    margin: 80px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-85 {
    margin: 85px !important;
  }
  .p-sm-85 {
    padding: 85px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-90 {
    margin: 90px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-95 {
    margin: 95px !important;
  }
  .p-sm-95 {
    padding: 95px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-100 {
    margin: 100px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-105 {
    margin: 105px !important;
  }
  .p-sm-105 {
    padding: 105px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-110 {
    margin: 110px !important;
  }
  .p-sm-110 {
    padding: 110px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-115 {
    margin: 115px !important;
  }
  .p-sm-115 {
    padding: 115px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-120 {
    margin: 120px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-125 {
    margin: 125px !important;
  }
  .p-sm-125 {
    padding: 125px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-130 {
    margin: 130px !important;
  }
  .p-sm-130 {
    padding: 130px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-135 {
    margin: 135px !important;
  }
  .p-sm-135 {
    padding: 135px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-140 {
    margin: 140px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-145 {
    margin: 145px !important;
  }
  .p-sm-145 {
    padding: 145px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-150 {
    margin: 150px !important;
  }
  .p-sm-150 {
    padding: 150px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-155 {
    margin: 155px !important;
  }
  .p-sm-155 {
    padding: 155px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-160 {
    margin: 160px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-165 {
    margin: 165px !important;
  }
  .p-sm-165 {
    padding: 165px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-170 {
    margin: 170px !important;
  }
  .p-sm-170 {
    padding: 170px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-175 {
    margin: 175px !important;
  }
  .p-sm-175 {
    padding: 175px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-180 {
    margin: 180px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-185 {
    margin: 185px !important;
  }
  .p-sm-185 {
    padding: 185px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-190 {
    margin: 190px !important;
  }
  .p-sm-190 {
    padding: 190px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-195 {
    margin: 195px !important;
  }
  .p-sm-195 {
    padding: 195px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-200 {
    margin: 200px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-205 {
    margin: 205px !important;
  }
  .p-sm-205 {
    padding: 205px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-210 {
    margin: 210px !important;
  }
  .p-sm-210 {
    padding: 210px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-215 {
    margin: 215px !important;
  }
  .p-sm-215 {
    padding: 215px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-220 {
    margin: 220px !important;
  }
  .p-sm-220 {
    padding: 220px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-225 {
    margin: 225px !important;
  }
  .p-sm-225 {
    padding: 225px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-230 {
    margin: 230px !important;
  }
  .p-sm-230 {
    padding: 230px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-235 {
    margin: 235px !important;
  }
  .p-sm-235 {
    padding: 235px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-240 {
    margin: 240px !important;
  }
  .p-sm-240 {
    padding: 240px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-245 {
    margin: 245px !important;
  }
  .p-sm-245 {
    padding: 245px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-250 {
    margin: 250px !important;
  }
  .p-sm-250 {
    padding: 250px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-255 {
    margin: 255px !important;
  }
  .p-sm-255 {
    padding: 255px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-260 {
    margin: 260px !important;
  }
  .p-sm-260 {
    padding: 260px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-265 {
    margin: 265px !important;
  }
  .p-sm-265 {
    padding: 265px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-270 {
    margin: 270px !important;
  }
  .p-sm-270 {
    padding: 270px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-275 {
    margin: 275px !important;
  }
  .p-sm-275 {
    padding: 275px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-280 {
    margin: 280px !important;
  }
  .p-sm-280 {
    padding: 280px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-285 {
    margin: 285px !important;
  }
  .p-sm-285 {
    padding: 285px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-290 {
    margin: 290px !important;
  }
  .p-sm-290 {
    padding: 290px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-295 {
    margin: 295px !important;
  }
  .p-sm-295 {
    padding: 295px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-300 {
    margin: 300px !important;
  }
  .p-sm-300 {
    padding: 300px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-305 {
    margin: 305px !important;
  }
  .p-sm-305 {
    padding: 305px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-310 {
    margin: 310px !important;
  }
  .p-sm-310 {
    padding: 310px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-315 {
    margin: 315px !important;
  }
  .p-sm-315 {
    padding: 315px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-320 {
    margin: 320px !important;
  }
  .p-sm-320 {
    padding: 320px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-325 {
    margin: 325px !important;
  }
  .p-sm-325 {
    padding: 325px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-330 {
    margin: 330px !important;
  }
  .p-sm-330 {
    padding: 330px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-335 {
    margin: 335px !important;
  }
  .p-sm-335 {
    padding: 335px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-340 {
    margin: 340px !important;
  }
  .p-sm-340 {
    padding: 340px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-345 {
    margin: 345px !important;
  }
  .p-sm-345 {
    padding: 345px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-350 {
    margin: 350px !important;
  }
  .p-sm-350 {
    padding: 350px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-355 {
    margin: 355px !important;
  }
  .p-sm-355 {
    padding: 355px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-360 {
    margin: 360px !important;
  }
  .p-sm-360 {
    padding: 360px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-365 {
    margin: 365px !important;
  }
  .p-sm-365 {
    padding: 365px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-370 {
    margin: 370px !important;
  }
  .p-sm-370 {
    padding: 370px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-375 {
    margin: 375px !important;
  }
  .p-sm-375 {
    padding: 375px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-380 {
    margin: 380px !important;
  }
  .p-sm-380 {
    padding: 380px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-385 {
    margin: 385px !important;
  }
  .p-sm-385 {
    padding: 385px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-390 {
    margin: 390px !important;
  }
  .p-sm-390 {
    padding: 390px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-395 {
    margin: 395px !important;
  }
  .p-sm-395 {
    padding: 395px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-400 {
    margin: 400px !important;
  }
  .p-sm-400 {
    padding: 400px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-405 {
    margin: 405px !important;
  }
  .p-sm-405 {
    padding: 405px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-410 {
    margin: 410px !important;
  }
  .p-sm-410 {
    padding: 410px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-415 {
    margin: 415px !important;
  }
  .p-sm-415 {
    padding: 415px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-420 {
    margin: 420px !important;
  }
  .p-sm-420 {
    padding: 420px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-425 {
    margin: 425px !important;
  }
  .p-sm-425 {
    padding: 425px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-430 {
    margin: 430px !important;
  }
  .p-sm-430 {
    padding: 430px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-435 {
    margin: 435px !important;
  }
  .p-sm-435 {
    padding: 435px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-440 {
    margin: 440px !important;
  }
  .p-sm-440 {
    padding: 440px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-445 {
    margin: 445px !important;
  }
  .p-sm-445 {
    padding: 445px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-450 {
    margin: 450px !important;
  }
  .p-sm-450 {
    padding: 450px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-455 {
    margin: 455px !important;
  }
  .p-sm-455 {
    padding: 455px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-460 {
    margin: 460px !important;
  }
  .p-sm-460 {
    padding: 460px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-465 {
    margin: 465px !important;
  }
  .p-sm-465 {
    padding: 465px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-470 {
    margin: 470px !important;
  }
  .p-sm-470 {
    padding: 470px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-475 {
    margin: 475px !important;
  }
  .p-sm-475 {
    padding: 475px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-480 {
    margin: 480px !important;
  }
  .p-sm-480 {
    padding: 480px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-485 {
    margin: 485px !important;
  }
  .p-sm-485 {
    padding: 485px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-490 {
    margin: 490px !important;
  }
  .p-sm-490 {
    padding: 490px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-495 {
    margin: 495px !important;
  }
  .p-sm-495 {
    padding: 495px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-500 {
    margin: 500px !important;
  }
  .p-sm-500 {
    padding: 500px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-505 {
    margin: 505px !important;
  }
  .p-sm-505 {
    padding: 505px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-510 {
    margin: 510px !important;
  }
  .p-sm-510 {
    padding: 510px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-515 {
    margin: 515px !important;
  }
  .p-sm-515 {
    padding: 515px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-520 {
    margin: 520px !important;
  }
  .p-sm-520 {
    padding: 520px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-525 {
    margin: 525px !important;
  }
  .p-sm-525 {
    padding: 525px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-530 {
    margin: 530px !important;
  }
  .p-sm-530 {
    padding: 530px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-535 {
    margin: 535px !important;
  }
  .p-sm-535 {
    padding: 535px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-540 {
    margin: 540px !important;
  }
  .p-sm-540 {
    padding: 540px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-545 {
    margin: 545px !important;
  }
  .p-sm-545 {
    padding: 545px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-550 {
    margin: 550px !important;
  }
  .p-sm-550 {
    padding: 550px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-555 {
    margin: 555px !important;
  }
  .p-sm-555 {
    padding: 555px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-560 {
    margin: 560px !important;
  }
  .p-sm-560 {
    padding: 560px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-565 {
    margin: 565px !important;
  }
  .p-sm-565 {
    padding: 565px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-570 {
    margin: 570px !important;
  }
  .p-sm-570 {
    padding: 570px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-575 {
    margin: 575px !important;
  }
  .p-sm-575 {
    padding: 575px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-580 {
    margin: 580px !important;
  }
  .p-sm-580 {
    padding: 580px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-585 {
    margin: 585px !important;
  }
  .p-sm-585 {
    padding: 585px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-590 {
    margin: 590px !important;
  }
  .p-sm-590 {
    padding: 590px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-595 {
    margin: 595px !important;
  }
  .p-sm-595 {
    padding: 595px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-600 {
    margin: 600px !important;
  }
  .p-sm-600 {
    padding: 600px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-605 {
    margin: 605px !important;
  }
  .p-sm-605 {
    padding: 605px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-610 {
    margin: 610px !important;
  }
  .p-sm-610 {
    padding: 610px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-615 {
    margin: 615px !important;
  }
  .p-sm-615 {
    padding: 615px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-620 {
    margin: 620px !important;
  }
  .p-sm-620 {
    padding: 620px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-625 {
    margin: 625px !important;
  }
  .p-sm-625 {
    padding: 625px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-630 {
    margin: 630px !important;
  }
  .p-sm-630 {
    padding: 630px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-635 {
    margin: 635px !important;
  }
  .p-sm-635 {
    padding: 635px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-640 {
    margin: 640px !important;
  }
  .p-sm-640 {
    padding: 640px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-645 {
    margin: 645px !important;
  }
  .p-sm-645 {
    padding: 645px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-650 {
    margin: 650px !important;
  }
  .p-sm-650 {
    padding: 650px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-655 {
    margin: 655px !important;
  }
  .p-sm-655 {
    padding: 655px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-660 {
    margin: 660px !important;
  }
  .p-sm-660 {
    padding: 660px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-665 {
    margin: 665px !important;
  }
  .p-sm-665 {
    padding: 665px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-670 {
    margin: 670px !important;
  }
  .p-sm-670 {
    padding: 670px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-675 {
    margin: 675px !important;
  }
  .p-sm-675 {
    padding: 675px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-680 {
    margin: 680px !important;
  }
  .p-sm-680 {
    padding: 680px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-685 {
    margin: 685px !important;
  }
  .p-sm-685 {
    padding: 685px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-690 {
    margin: 690px !important;
  }
  .p-sm-690 {
    padding: 690px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-695 {
    margin: 695px !important;
  }
  .p-sm-695 {
    padding: 695px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-700 {
    margin: 700px !important;
  }
  .p-sm-700 {
    padding: 700px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-705 {
    margin: 705px !important;
  }
  .p-sm-705 {
    padding: 705px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-710 {
    margin: 710px !important;
  }
  .p-sm-710 {
    padding: 710px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-715 {
    margin: 715px !important;
  }
  .p-sm-715 {
    padding: 715px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-720 {
    margin: 720px !important;
  }
  .p-sm-720 {
    padding: 720px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-725 {
    margin: 725px !important;
  }
  .p-sm-725 {
    padding: 725px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-730 {
    margin: 730px !important;
  }
  .p-sm-730 {
    padding: 730px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-735 {
    margin: 735px !important;
  }
  .p-sm-735 {
    padding: 735px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-740 {
    margin: 740px !important;
  }
  .p-sm-740 {
    padding: 740px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-745 {
    margin: 745px !important;
  }
  .p-sm-745 {
    padding: 745px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-750 {
    margin: 750px !important;
  }
  .p-sm-750 {
    padding: 750px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-755 {
    margin: 755px !important;
  }
  .p-sm-755 {
    padding: 755px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-760 {
    margin: 760px !important;
  }
  .p-sm-760 {
    padding: 760px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-765 {
    margin: 765px !important;
  }
  .p-sm-765 {
    padding: 765px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-770 {
    margin: 770px !important;
  }
  .p-sm-770 {
    padding: 770px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-775 {
    margin: 775px !important;
  }
  .p-sm-775 {
    padding: 775px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-780 {
    margin: 780px !important;
  }
  .p-sm-780 {
    padding: 780px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-785 {
    margin: 785px !important;
  }
  .p-sm-785 {
    padding: 785px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-790 {
    margin: 790px !important;
  }
  .p-sm-790 {
    padding: 790px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-795 {
    margin: 795px !important;
  }
  .p-sm-795 {
    padding: 795px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-800 {
    margin: 800px !important;
  }
  .p-sm-800 {
    padding: 800px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-805 {
    margin: 805px !important;
  }
  .p-sm-805 {
    padding: 805px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-810 {
    margin: 810px !important;
  }
  .p-sm-810 {
    padding: 810px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-815 {
    margin: 815px !important;
  }
  .p-sm-815 {
    padding: 815px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-820 {
    margin: 820px !important;
  }
  .p-sm-820 {
    padding: 820px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-825 {
    margin: 825px !important;
  }
  .p-sm-825 {
    padding: 825px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-830 {
    margin: 830px !important;
  }
  .p-sm-830 {
    padding: 830px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-835 {
    margin: 835px !important;
  }
  .p-sm-835 {
    padding: 835px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-840 {
    margin: 840px !important;
  }
  .p-sm-840 {
    padding: 840px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-845 {
    margin: 845px !important;
  }
  .p-sm-845 {
    padding: 845px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-850 {
    margin: 850px !important;
  }
  .p-sm-850 {
    padding: 850px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-855 {
    margin: 855px !important;
  }
  .p-sm-855 {
    padding: 855px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-860 {
    margin: 860px !important;
  }
  .p-sm-860 {
    padding: 860px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-865 {
    margin: 865px !important;
  }
  .p-sm-865 {
    padding: 865px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-870 {
    margin: 870px !important;
  }
  .p-sm-870 {
    padding: 870px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-875 {
    margin: 875px !important;
  }
  .p-sm-875 {
    padding: 875px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-880 {
    margin: 880px !important;
  }
  .p-sm-880 {
    padding: 880px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-885 {
    margin: 885px !important;
  }
  .p-sm-885 {
    padding: 885px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-890 {
    margin: 890px !important;
  }
  .p-sm-890 {
    padding: 890px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-895 {
    margin: 895px !important;
  }
  .p-sm-895 {
    padding: 895px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-900 {
    margin: 900px !important;
  }
  .p-sm-900 {
    padding: 900px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-905 {
    margin: 905px !important;
  }
  .p-sm-905 {
    padding: 905px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-910 {
    margin: 910px !important;
  }
  .p-sm-910 {
    padding: 910px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-915 {
    margin: 915px !important;
  }
  .p-sm-915 {
    padding: 915px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-920 {
    margin: 920px !important;
  }
  .p-sm-920 {
    padding: 920px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-925 {
    margin: 925px !important;
  }
  .p-sm-925 {
    padding: 925px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-930 {
    margin: 930px !important;
  }
  .p-sm-930 {
    padding: 930px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-935 {
    margin: 935px !important;
  }
  .p-sm-935 {
    padding: 935px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-940 {
    margin: 940px !important;
  }
  .p-sm-940 {
    padding: 940px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-945 {
    margin: 945px !important;
  }
  .p-sm-945 {
    padding: 945px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-950 {
    margin: 950px !important;
  }
  .p-sm-950 {
    padding: 950px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-955 {
    margin: 955px !important;
  }
  .p-sm-955 {
    padding: 955px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-960 {
    margin: 960px !important;
  }
  .p-sm-960 {
    padding: 960px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-965 {
    margin: 965px !important;
  }
  .p-sm-965 {
    padding: 965px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-970 {
    margin: 970px !important;
  }
  .p-sm-970 {
    padding: 970px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-975 {
    margin: 975px !important;
  }
  .p-sm-975 {
    padding: 975px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-980 {
    margin: 980px !important;
  }
  .p-sm-980 {
    padding: 980px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-985 {
    margin: 985px !important;
  }
  .p-sm-985 {
    padding: 985px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-990 {
    margin: 990px !important;
  }
  .p-sm-990 {
    padding: 990px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-995 {
    margin: 995px !important;
  }
  .p-sm-995 {
    padding: 995px !important;
  }
}
@media (min-width: 576px) {
  .m-sm-1000 {
    margin: 1000px !important;
  }
  .p-sm-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .pt-sm-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .pt-sm-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .pt-sm-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-105 {
    margin-top: 105px !important;
  }
  .pt-sm-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-115 {
    margin-top: 115px !important;
  }
  .pt-sm-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-125 {
    margin-top: 125px !important;
  }
  .pt-sm-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-135 {
    margin-top: 135px !important;
  }
  .pt-sm-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-145 {
    margin-top: 145px !important;
  }
  .pt-sm-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-155 {
    margin-top: 155px !important;
  }
  .pt-sm-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-165 {
    margin-top: 165px !important;
  }
  .pt-sm-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-175 {
    margin-top: 175px !important;
  }
  .pt-sm-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-185 {
    margin-top: 185px !important;
  }
  .pt-sm-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-195 {
    margin-top: 195px !important;
  }
  .pt-sm-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-205 {
    margin-top: 205px !important;
  }
  .pt-sm-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-210 {
    margin-top: 210px !important;
  }
  .pt-sm-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-215 {
    margin-top: 215px !important;
  }
  .pt-sm-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-220 {
    margin-top: 220px !important;
  }
  .pt-sm-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-225 {
    margin-top: 225px !important;
  }
  .pt-sm-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-230 {
    margin-top: 230px !important;
  }
  .pt-sm-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-235 {
    margin-top: 235px !important;
  }
  .pt-sm-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-240 {
    margin-top: 240px !important;
  }
  .pt-sm-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-245 {
    margin-top: 245px !important;
  }
  .pt-sm-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-250 {
    margin-top: 250px !important;
  }
  .pt-sm-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-255 {
    margin-top: 255px !important;
  }
  .pt-sm-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-260 {
    margin-top: 260px !important;
  }
  .pt-sm-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-265 {
    margin-top: 265px !important;
  }
  .pt-sm-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-270 {
    margin-top: 270px !important;
  }
  .pt-sm-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-275 {
    margin-top: 275px !important;
  }
  .pt-sm-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-280 {
    margin-top: 280px !important;
  }
  .pt-sm-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-285 {
    margin-top: 285px !important;
  }
  .pt-sm-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-290 {
    margin-top: 290px !important;
  }
  .pt-sm-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-295 {
    margin-top: 295px !important;
  }
  .pt-sm-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-300 {
    margin-top: 300px !important;
  }
  .pt-sm-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-305 {
    margin-top: 305px !important;
  }
  .pt-sm-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-310 {
    margin-top: 310px !important;
  }
  .pt-sm-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-315 {
    margin-top: 315px !important;
  }
  .pt-sm-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-320 {
    margin-top: 320px !important;
  }
  .pt-sm-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-325 {
    margin-top: 325px !important;
  }
  .pt-sm-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-330 {
    margin-top: 330px !important;
  }
  .pt-sm-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-335 {
    margin-top: 335px !important;
  }
  .pt-sm-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-340 {
    margin-top: 340px !important;
  }
  .pt-sm-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-345 {
    margin-top: 345px !important;
  }
  .pt-sm-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-350 {
    margin-top: 350px !important;
  }
  .pt-sm-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-355 {
    margin-top: 355px !important;
  }
  .pt-sm-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-360 {
    margin-top: 360px !important;
  }
  .pt-sm-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-365 {
    margin-top: 365px !important;
  }
  .pt-sm-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-370 {
    margin-top: 370px !important;
  }
  .pt-sm-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-375 {
    margin-top: 375px !important;
  }
  .pt-sm-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-380 {
    margin-top: 380px !important;
  }
  .pt-sm-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-385 {
    margin-top: 385px !important;
  }
  .pt-sm-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-390 {
    margin-top: 390px !important;
  }
  .pt-sm-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-395 {
    margin-top: 395px !important;
  }
  .pt-sm-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-400 {
    margin-top: 400px !important;
  }
  .pt-sm-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-405 {
    margin-top: 405px !important;
  }
  .pt-sm-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-410 {
    margin-top: 410px !important;
  }
  .pt-sm-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-415 {
    margin-top: 415px !important;
  }
  .pt-sm-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-420 {
    margin-top: 420px !important;
  }
  .pt-sm-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-425 {
    margin-top: 425px !important;
  }
  .pt-sm-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-430 {
    margin-top: 430px !important;
  }
  .pt-sm-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-435 {
    margin-top: 435px !important;
  }
  .pt-sm-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-440 {
    margin-top: 440px !important;
  }
  .pt-sm-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-445 {
    margin-top: 445px !important;
  }
  .pt-sm-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-450 {
    margin-top: 450px !important;
  }
  .pt-sm-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-455 {
    margin-top: 455px !important;
  }
  .pt-sm-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-460 {
    margin-top: 460px !important;
  }
  .pt-sm-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-465 {
    margin-top: 465px !important;
  }
  .pt-sm-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-470 {
    margin-top: 470px !important;
  }
  .pt-sm-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-475 {
    margin-top: 475px !important;
  }
  .pt-sm-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-480 {
    margin-top: 480px !important;
  }
  .pt-sm-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-485 {
    margin-top: 485px !important;
  }
  .pt-sm-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-490 {
    margin-top: 490px !important;
  }
  .pt-sm-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-495 {
    margin-top: 495px !important;
  }
  .pt-sm-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-500 {
    margin-top: 500px !important;
  }
  .pt-sm-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-505 {
    margin-top: 505px !important;
  }
  .pt-sm-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-510 {
    margin-top: 510px !important;
  }
  .pt-sm-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-515 {
    margin-top: 515px !important;
  }
  .pt-sm-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-520 {
    margin-top: 520px !important;
  }
  .pt-sm-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-525 {
    margin-top: 525px !important;
  }
  .pt-sm-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-530 {
    margin-top: 530px !important;
  }
  .pt-sm-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-535 {
    margin-top: 535px !important;
  }
  .pt-sm-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-540 {
    margin-top: 540px !important;
  }
  .pt-sm-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-545 {
    margin-top: 545px !important;
  }
  .pt-sm-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-550 {
    margin-top: 550px !important;
  }
  .pt-sm-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-555 {
    margin-top: 555px !important;
  }
  .pt-sm-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-560 {
    margin-top: 560px !important;
  }
  .pt-sm-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-565 {
    margin-top: 565px !important;
  }
  .pt-sm-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-570 {
    margin-top: 570px !important;
  }
  .pt-sm-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-575 {
    margin-top: 575px !important;
  }
  .pt-sm-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-580 {
    margin-top: 580px !important;
  }
  .pt-sm-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-585 {
    margin-top: 585px !important;
  }
  .pt-sm-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-590 {
    margin-top: 590px !important;
  }
  .pt-sm-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-595 {
    margin-top: 595px !important;
  }
  .pt-sm-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-600 {
    margin-top: 600px !important;
  }
  .pt-sm-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-605 {
    margin-top: 605px !important;
  }
  .pt-sm-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-610 {
    margin-top: 610px !important;
  }
  .pt-sm-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-615 {
    margin-top: 615px !important;
  }
  .pt-sm-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-620 {
    margin-top: 620px !important;
  }
  .pt-sm-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-625 {
    margin-top: 625px !important;
  }
  .pt-sm-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-630 {
    margin-top: 630px !important;
  }
  .pt-sm-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-635 {
    margin-top: 635px !important;
  }
  .pt-sm-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-640 {
    margin-top: 640px !important;
  }
  .pt-sm-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-645 {
    margin-top: 645px !important;
  }
  .pt-sm-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-650 {
    margin-top: 650px !important;
  }
  .pt-sm-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-655 {
    margin-top: 655px !important;
  }
  .pt-sm-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-660 {
    margin-top: 660px !important;
  }
  .pt-sm-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-665 {
    margin-top: 665px !important;
  }
  .pt-sm-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-670 {
    margin-top: 670px !important;
  }
  .pt-sm-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-675 {
    margin-top: 675px !important;
  }
  .pt-sm-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-680 {
    margin-top: 680px !important;
  }
  .pt-sm-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-685 {
    margin-top: 685px !important;
  }
  .pt-sm-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-690 {
    margin-top: 690px !important;
  }
  .pt-sm-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-695 {
    margin-top: 695px !important;
  }
  .pt-sm-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-700 {
    margin-top: 700px !important;
  }
  .pt-sm-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-705 {
    margin-top: 705px !important;
  }
  .pt-sm-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-710 {
    margin-top: 710px !important;
  }
  .pt-sm-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-715 {
    margin-top: 715px !important;
  }
  .pt-sm-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-720 {
    margin-top: 720px !important;
  }
  .pt-sm-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-725 {
    margin-top: 725px !important;
  }
  .pt-sm-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-730 {
    margin-top: 730px !important;
  }
  .pt-sm-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-735 {
    margin-top: 735px !important;
  }
  .pt-sm-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-740 {
    margin-top: 740px !important;
  }
  .pt-sm-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-745 {
    margin-top: 745px !important;
  }
  .pt-sm-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-750 {
    margin-top: 750px !important;
  }
  .pt-sm-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-755 {
    margin-top: 755px !important;
  }
  .pt-sm-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-760 {
    margin-top: 760px !important;
  }
  .pt-sm-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-765 {
    margin-top: 765px !important;
  }
  .pt-sm-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-770 {
    margin-top: 770px !important;
  }
  .pt-sm-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-775 {
    margin-top: 775px !important;
  }
  .pt-sm-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-780 {
    margin-top: 780px !important;
  }
  .pt-sm-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-785 {
    margin-top: 785px !important;
  }
  .pt-sm-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-790 {
    margin-top: 790px !important;
  }
  .pt-sm-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-795 {
    margin-top: 795px !important;
  }
  .pt-sm-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-800 {
    margin-top: 800px !important;
  }
  .pt-sm-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-805 {
    margin-top: 805px !important;
  }
  .pt-sm-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-810 {
    margin-top: 810px !important;
  }
  .pt-sm-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-815 {
    margin-top: 815px !important;
  }
  .pt-sm-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-820 {
    margin-top: 820px !important;
  }
  .pt-sm-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-825 {
    margin-top: 825px !important;
  }
  .pt-sm-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-830 {
    margin-top: 830px !important;
  }
  .pt-sm-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-835 {
    margin-top: 835px !important;
  }
  .pt-sm-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-840 {
    margin-top: 840px !important;
  }
  .pt-sm-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-845 {
    margin-top: 845px !important;
  }
  .pt-sm-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-850 {
    margin-top: 850px !important;
  }
  .pt-sm-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-855 {
    margin-top: 855px !important;
  }
  .pt-sm-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-860 {
    margin-top: 860px !important;
  }
  .pt-sm-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-865 {
    margin-top: 865px !important;
  }
  .pt-sm-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-870 {
    margin-top: 870px !important;
  }
  .pt-sm-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-875 {
    margin-top: 875px !important;
  }
  .pt-sm-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-880 {
    margin-top: 880px !important;
  }
  .pt-sm-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-885 {
    margin-top: 885px !important;
  }
  .pt-sm-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-890 {
    margin-top: 890px !important;
  }
  .pt-sm-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-895 {
    margin-top: 895px !important;
  }
  .pt-sm-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-900 {
    margin-top: 900px !important;
  }
  .pt-sm-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-905 {
    margin-top: 905px !important;
  }
  .pt-sm-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-910 {
    margin-top: 910px !important;
  }
  .pt-sm-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-915 {
    margin-top: 915px !important;
  }
  .pt-sm-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-920 {
    margin-top: 920px !important;
  }
  .pt-sm-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-925 {
    margin-top: 925px !important;
  }
  .pt-sm-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-930 {
    margin-top: 930px !important;
  }
  .pt-sm-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-935 {
    margin-top: 935px !important;
  }
  .pt-sm-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-940 {
    margin-top: 940px !important;
  }
  .pt-sm-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-945 {
    margin-top: 945px !important;
  }
  .pt-sm-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-950 {
    margin-top: 950px !important;
  }
  .pt-sm-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-955 {
    margin-top: 955px !important;
  }
  .pt-sm-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-960 {
    margin-top: 960px !important;
  }
  .pt-sm-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-965 {
    margin-top: 965px !important;
  }
  .pt-sm-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-970 {
    margin-top: 970px !important;
  }
  .pt-sm-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-975 {
    margin-top: 975px !important;
  }
  .pt-sm-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-980 {
    margin-top: 980px !important;
  }
  .pt-sm-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-985 {
    margin-top: 985px !important;
  }
  .pt-sm-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-990 {
    margin-top: 990px !important;
  }
  .pt-sm-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-995 {
    margin-top: 995px !important;
  }
  .pt-sm-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-1000 {
    margin-top: 1000px !important;
  }
  .pt-sm-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  .pb-sm-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  .pb-sm-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  .pb-sm-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  .pb-sm-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  .pb-sm-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-155 {
    margin-bottom: 155px !important;
  }
  .pb-sm-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-165 {
    margin-bottom: 165px !important;
  }
  .pb-sm-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-175 {
    margin-bottom: 175px !important;
  }
  .pb-sm-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-185 {
    margin-bottom: 185px !important;
  }
  .pb-sm-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-195 {
    margin-bottom: 195px !important;
  }
  .pb-sm-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-205 {
    margin-bottom: 205px !important;
  }
  .pb-sm-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .pb-sm-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-215 {
    margin-bottom: 215px !important;
  }
  .pb-sm-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-220 {
    margin-bottom: 220px !important;
  }
  .pb-sm-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-225 {
    margin-bottom: 225px !important;
  }
  .pb-sm-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-230 {
    margin-bottom: 230px !important;
  }
  .pb-sm-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-235 {
    margin-bottom: 235px !important;
  }
  .pb-sm-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .pb-sm-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-245 {
    margin-bottom: 245px !important;
  }
  .pb-sm-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
  .pb-sm-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-255 {
    margin-bottom: 255px !important;
  }
  .pb-sm-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-260 {
    margin-bottom: 260px !important;
  }
  .pb-sm-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-265 {
    margin-bottom: 265px !important;
  }
  .pb-sm-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-270 {
    margin-bottom: 270px !important;
  }
  .pb-sm-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-275 {
    margin-bottom: 275px !important;
  }
  .pb-sm-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-280 {
    margin-bottom: 280px !important;
  }
  .pb-sm-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-285 {
    margin-bottom: 285px !important;
  }
  .pb-sm-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-290 {
    margin-bottom: 290px !important;
  }
  .pb-sm-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-295 {
    margin-bottom: 295px !important;
  }
  .pb-sm-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-300 {
    margin-bottom: 300px !important;
  }
  .pb-sm-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-305 {
    margin-bottom: 305px !important;
  }
  .pb-sm-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-310 {
    margin-bottom: 310px !important;
  }
  .pb-sm-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-315 {
    margin-bottom: 315px !important;
  }
  .pb-sm-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-320 {
    margin-bottom: 320px !important;
  }
  .pb-sm-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-325 {
    margin-bottom: 325px !important;
  }
  .pb-sm-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-330 {
    margin-bottom: 330px !important;
  }
  .pb-sm-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-335 {
    margin-bottom: 335px !important;
  }
  .pb-sm-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-340 {
    margin-bottom: 340px !important;
  }
  .pb-sm-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-345 {
    margin-bottom: 345px !important;
  }
  .pb-sm-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-350 {
    margin-bottom: 350px !important;
  }
  .pb-sm-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-355 {
    margin-bottom: 355px !important;
  }
  .pb-sm-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-360 {
    margin-bottom: 360px !important;
  }
  .pb-sm-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-365 {
    margin-bottom: 365px !important;
  }
  .pb-sm-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-370 {
    margin-bottom: 370px !important;
  }
  .pb-sm-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-375 {
    margin-bottom: 375px !important;
  }
  .pb-sm-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-380 {
    margin-bottom: 380px !important;
  }
  .pb-sm-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-385 {
    margin-bottom: 385px !important;
  }
  .pb-sm-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-390 {
    margin-bottom: 390px !important;
  }
  .pb-sm-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-395 {
    margin-bottom: 395px !important;
  }
  .pb-sm-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-400 {
    margin-bottom: 400px !important;
  }
  .pb-sm-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-405 {
    margin-bottom: 405px !important;
  }
  .pb-sm-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-410 {
    margin-bottom: 410px !important;
  }
  .pb-sm-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-415 {
    margin-bottom: 415px !important;
  }
  .pb-sm-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-420 {
    margin-bottom: 420px !important;
  }
  .pb-sm-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-425 {
    margin-bottom: 425px !important;
  }
  .pb-sm-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-430 {
    margin-bottom: 430px !important;
  }
  .pb-sm-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-435 {
    margin-bottom: 435px !important;
  }
  .pb-sm-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-440 {
    margin-bottom: 440px !important;
  }
  .pb-sm-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-445 {
    margin-bottom: 445px !important;
  }
  .pb-sm-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-450 {
    margin-bottom: 450px !important;
  }
  .pb-sm-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-455 {
    margin-bottom: 455px !important;
  }
  .pb-sm-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-460 {
    margin-bottom: 460px !important;
  }
  .pb-sm-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-465 {
    margin-bottom: 465px !important;
  }
  .pb-sm-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-470 {
    margin-bottom: 470px !important;
  }
  .pb-sm-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-475 {
    margin-bottom: 475px !important;
  }
  .pb-sm-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-480 {
    margin-bottom: 480px !important;
  }
  .pb-sm-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-485 {
    margin-bottom: 485px !important;
  }
  .pb-sm-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-490 {
    margin-bottom: 490px !important;
  }
  .pb-sm-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-495 {
    margin-bottom: 495px !important;
  }
  .pb-sm-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-500 {
    margin-bottom: 500px !important;
  }
  .pb-sm-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-505 {
    margin-bottom: 505px !important;
  }
  .pb-sm-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-510 {
    margin-bottom: 510px !important;
  }
  .pb-sm-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-515 {
    margin-bottom: 515px !important;
  }
  .pb-sm-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-520 {
    margin-bottom: 520px !important;
  }
  .pb-sm-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-525 {
    margin-bottom: 525px !important;
  }
  .pb-sm-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-530 {
    margin-bottom: 530px !important;
  }
  .pb-sm-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-535 {
    margin-bottom: 535px !important;
  }
  .pb-sm-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-540 {
    margin-bottom: 540px !important;
  }
  .pb-sm-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-545 {
    margin-bottom: 545px !important;
  }
  .pb-sm-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-550 {
    margin-bottom: 550px !important;
  }
  .pb-sm-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-555 {
    margin-bottom: 555px !important;
  }
  .pb-sm-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-560 {
    margin-bottom: 560px !important;
  }
  .pb-sm-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-565 {
    margin-bottom: 565px !important;
  }
  .pb-sm-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-570 {
    margin-bottom: 570px !important;
  }
  .pb-sm-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-575 {
    margin-bottom: 575px !important;
  }
  .pb-sm-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-580 {
    margin-bottom: 580px !important;
  }
  .pb-sm-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-585 {
    margin-bottom: 585px !important;
  }
  .pb-sm-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-590 {
    margin-bottom: 590px !important;
  }
  .pb-sm-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-595 {
    margin-bottom: 595px !important;
  }
  .pb-sm-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-600 {
    margin-bottom: 600px !important;
  }
  .pb-sm-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-605 {
    margin-bottom: 605px !important;
  }
  .pb-sm-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-610 {
    margin-bottom: 610px !important;
  }
  .pb-sm-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-615 {
    margin-bottom: 615px !important;
  }
  .pb-sm-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-620 {
    margin-bottom: 620px !important;
  }
  .pb-sm-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-625 {
    margin-bottom: 625px !important;
  }
  .pb-sm-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-630 {
    margin-bottom: 630px !important;
  }
  .pb-sm-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-635 {
    margin-bottom: 635px !important;
  }
  .pb-sm-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-640 {
    margin-bottom: 640px !important;
  }
  .pb-sm-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-645 {
    margin-bottom: 645px !important;
  }
  .pb-sm-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-650 {
    margin-bottom: 650px !important;
  }
  .pb-sm-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-655 {
    margin-bottom: 655px !important;
  }
  .pb-sm-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-660 {
    margin-bottom: 660px !important;
  }
  .pb-sm-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-665 {
    margin-bottom: 665px !important;
  }
  .pb-sm-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-670 {
    margin-bottom: 670px !important;
  }
  .pb-sm-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-675 {
    margin-bottom: 675px !important;
  }
  .pb-sm-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-680 {
    margin-bottom: 680px !important;
  }
  .pb-sm-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-685 {
    margin-bottom: 685px !important;
  }
  .pb-sm-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-690 {
    margin-bottom: 690px !important;
  }
  .pb-sm-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-695 {
    margin-bottom: 695px !important;
  }
  .pb-sm-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-700 {
    margin-bottom: 700px !important;
  }
  .pb-sm-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-705 {
    margin-bottom: 705px !important;
  }
  .pb-sm-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-710 {
    margin-bottom: 710px !important;
  }
  .pb-sm-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-715 {
    margin-bottom: 715px !important;
  }
  .pb-sm-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-720 {
    margin-bottom: 720px !important;
  }
  .pb-sm-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-725 {
    margin-bottom: 725px !important;
  }
  .pb-sm-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-730 {
    margin-bottom: 730px !important;
  }
  .pb-sm-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-735 {
    margin-bottom: 735px !important;
  }
  .pb-sm-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-740 {
    margin-bottom: 740px !important;
  }
  .pb-sm-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-745 {
    margin-bottom: 745px !important;
  }
  .pb-sm-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-750 {
    margin-bottom: 750px !important;
  }
  .pb-sm-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-755 {
    margin-bottom: 755px !important;
  }
  .pb-sm-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-760 {
    margin-bottom: 760px !important;
  }
  .pb-sm-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-765 {
    margin-bottom: 765px !important;
  }
  .pb-sm-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-770 {
    margin-bottom: 770px !important;
  }
  .pb-sm-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-775 {
    margin-bottom: 775px !important;
  }
  .pb-sm-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-780 {
    margin-bottom: 780px !important;
  }
  .pb-sm-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-785 {
    margin-bottom: 785px !important;
  }
  .pb-sm-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-790 {
    margin-bottom: 790px !important;
  }
  .pb-sm-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-795 {
    margin-bottom: 795px !important;
  }
  .pb-sm-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-800 {
    margin-bottom: 800px !important;
  }
  .pb-sm-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-805 {
    margin-bottom: 805px !important;
  }
  .pb-sm-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-810 {
    margin-bottom: 810px !important;
  }
  .pb-sm-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-815 {
    margin-bottom: 815px !important;
  }
  .pb-sm-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-820 {
    margin-bottom: 820px !important;
  }
  .pb-sm-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-825 {
    margin-bottom: 825px !important;
  }
  .pb-sm-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-830 {
    margin-bottom: 830px !important;
  }
  .pb-sm-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-835 {
    margin-bottom: 835px !important;
  }
  .pb-sm-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-840 {
    margin-bottom: 840px !important;
  }
  .pb-sm-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-845 {
    margin-bottom: 845px !important;
  }
  .pb-sm-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-850 {
    margin-bottom: 850px !important;
  }
  .pb-sm-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-855 {
    margin-bottom: 855px !important;
  }
  .pb-sm-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-860 {
    margin-bottom: 860px !important;
  }
  .pb-sm-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-865 {
    margin-bottom: 865px !important;
  }
  .pb-sm-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-870 {
    margin-bottom: 870px !important;
  }
  .pb-sm-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-875 {
    margin-bottom: 875px !important;
  }
  .pb-sm-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-880 {
    margin-bottom: 880px !important;
  }
  .pb-sm-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-885 {
    margin-bottom: 885px !important;
  }
  .pb-sm-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-890 {
    margin-bottom: 890px !important;
  }
  .pb-sm-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-895 {
    margin-bottom: 895px !important;
  }
  .pb-sm-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-900 {
    margin-bottom: 900px !important;
  }
  .pb-sm-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-905 {
    margin-bottom: 905px !important;
  }
  .pb-sm-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-910 {
    margin-bottom: 910px !important;
  }
  .pb-sm-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-915 {
    margin-bottom: 915px !important;
  }
  .pb-sm-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-920 {
    margin-bottom: 920px !important;
  }
  .pb-sm-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-925 {
    margin-bottom: 925px !important;
  }
  .pb-sm-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-930 {
    margin-bottom: 930px !important;
  }
  .pb-sm-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-935 {
    margin-bottom: 935px !important;
  }
  .pb-sm-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-940 {
    margin-bottom: 940px !important;
  }
  .pb-sm-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-945 {
    margin-bottom: 945px !important;
  }
  .pb-sm-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-950 {
    margin-bottom: 950px !important;
  }
  .pb-sm-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-955 {
    margin-bottom: 955px !important;
  }
  .pb-sm-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-960 {
    margin-bottom: 960px !important;
  }
  .pb-sm-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-965 {
    margin-bottom: 965px !important;
  }
  .pb-sm-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-970 {
    margin-bottom: 970px !important;
  }
  .pb-sm-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-975 {
    margin-bottom: 975px !important;
  }
  .pb-sm-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-980 {
    margin-bottom: 980px !important;
  }
  .pb-sm-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-985 {
    margin-bottom: 985px !important;
  }
  .pb-sm-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-990 {
    margin-bottom: 990px !important;
  }
  .pb-sm-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-995 {
    margin-bottom: 995px !important;
  }
  .pb-sm-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-sm-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-55 {
    margin-left: 55px !important;
  }
  .pl-sm-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-65 {
    margin-left: 65px !important;
  }
  .pl-sm-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-75 {
    margin-left: 75px !important;
  }
  .pl-sm-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-85 {
    margin-left: 85px !important;
  }
  .pl-sm-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-95 {
    margin-left: 95px !important;
  }
  .pl-sm-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-105 {
    margin-left: 105px !important;
  }
  .pl-sm-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-110 {
    margin-left: 110px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-115 {
    margin-left: 115px !important;
  }
  .pl-sm-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-125 {
    margin-left: 125px !important;
  }
  .pl-sm-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-130 {
    margin-left: 130px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-135 {
    margin-left: 135px !important;
  }
  .pl-sm-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-145 {
    margin-left: 145px !important;
  }
  .pl-sm-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-155 {
    margin-left: 155px !important;
  }
  .pl-sm-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-165 {
    margin-left: 165px !important;
  }
  .pl-sm-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-170 {
    margin-left: 170px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-175 {
    margin-left: 175px !important;
  }
  .pl-sm-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-185 {
    margin-left: 185px !important;
  }
  .pl-sm-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-190 {
    margin-left: 190px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-195 {
    margin-left: 195px !important;
  }
  .pl-sm-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-205 {
    margin-left: 205px !important;
  }
  .pl-sm-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-210 {
    margin-left: 210px !important;
  }
  .pl-sm-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-215 {
    margin-left: 215px !important;
  }
  .pl-sm-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-220 {
    margin-left: 220px !important;
  }
  .pl-sm-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-225 {
    margin-left: 225px !important;
  }
  .pl-sm-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-230 {
    margin-left: 230px !important;
  }
  .pl-sm-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-235 {
    margin-left: 235px !important;
  }
  .pl-sm-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-240 {
    margin-left: 240px !important;
  }
  .pl-sm-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-245 {
    margin-left: 245px !important;
  }
  .pl-sm-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-250 {
    margin-left: 250px !important;
  }
  .pl-sm-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-255 {
    margin-left: 255px !important;
  }
  .pl-sm-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-260 {
    margin-left: 260px !important;
  }
  .pl-sm-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-265 {
    margin-left: 265px !important;
  }
  .pl-sm-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-270 {
    margin-left: 270px !important;
  }
  .pl-sm-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-275 {
    margin-left: 275px !important;
  }
  .pl-sm-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-280 {
    margin-left: 280px !important;
  }
  .pl-sm-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-285 {
    margin-left: 285px !important;
  }
  .pl-sm-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-290 {
    margin-left: 290px !important;
  }
  .pl-sm-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-295 {
    margin-left: 295px !important;
  }
  .pl-sm-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-300 {
    margin-left: 300px !important;
  }
  .pl-sm-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-305 {
    margin-left: 305px !important;
  }
  .pl-sm-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-310 {
    margin-left: 310px !important;
  }
  .pl-sm-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-315 {
    margin-left: 315px !important;
  }
  .pl-sm-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-320 {
    margin-left: 320px !important;
  }
  .pl-sm-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-325 {
    margin-left: 325px !important;
  }
  .pl-sm-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-330 {
    margin-left: 330px !important;
  }
  .pl-sm-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-335 {
    margin-left: 335px !important;
  }
  .pl-sm-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-340 {
    margin-left: 340px !important;
  }
  .pl-sm-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-345 {
    margin-left: 345px !important;
  }
  .pl-sm-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-350 {
    margin-left: 350px !important;
  }
  .pl-sm-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-355 {
    margin-left: 355px !important;
  }
  .pl-sm-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-360 {
    margin-left: 360px !important;
  }
  .pl-sm-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-365 {
    margin-left: 365px !important;
  }
  .pl-sm-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-370 {
    margin-left: 370px !important;
  }
  .pl-sm-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-375 {
    margin-left: 375px !important;
  }
  .pl-sm-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-380 {
    margin-left: 380px !important;
  }
  .pl-sm-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-385 {
    margin-left: 385px !important;
  }
  .pl-sm-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-390 {
    margin-left: 390px !important;
  }
  .pl-sm-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-395 {
    margin-left: 395px !important;
  }
  .pl-sm-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-400 {
    margin-left: 400px !important;
  }
  .pl-sm-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-405 {
    margin-left: 405px !important;
  }
  .pl-sm-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-410 {
    margin-left: 410px !important;
  }
  .pl-sm-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-415 {
    margin-left: 415px !important;
  }
  .pl-sm-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-420 {
    margin-left: 420px !important;
  }
  .pl-sm-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-425 {
    margin-left: 425px !important;
  }
  .pl-sm-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-430 {
    margin-left: 430px !important;
  }
  .pl-sm-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-435 {
    margin-left: 435px !important;
  }
  .pl-sm-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-440 {
    margin-left: 440px !important;
  }
  .pl-sm-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-445 {
    margin-left: 445px !important;
  }
  .pl-sm-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-450 {
    margin-left: 450px !important;
  }
  .pl-sm-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-455 {
    margin-left: 455px !important;
  }
  .pl-sm-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-460 {
    margin-left: 460px !important;
  }
  .pl-sm-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-465 {
    margin-left: 465px !important;
  }
  .pl-sm-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-470 {
    margin-left: 470px !important;
  }
  .pl-sm-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-475 {
    margin-left: 475px !important;
  }
  .pl-sm-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-480 {
    margin-left: 480px !important;
  }
  .pl-sm-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-485 {
    margin-left: 485px !important;
  }
  .pl-sm-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-490 {
    margin-left: 490px !important;
  }
  .pl-sm-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-495 {
    margin-left: 495px !important;
  }
  .pl-sm-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-500 {
    margin-left: 500px !important;
  }
  .pl-sm-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-505 {
    margin-left: 505px !important;
  }
  .pl-sm-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-510 {
    margin-left: 510px !important;
  }
  .pl-sm-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-515 {
    margin-left: 515px !important;
  }
  .pl-sm-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-520 {
    margin-left: 520px !important;
  }
  .pl-sm-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-525 {
    margin-left: 525px !important;
  }
  .pl-sm-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-530 {
    margin-left: 530px !important;
  }
  .pl-sm-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-535 {
    margin-left: 535px !important;
  }
  .pl-sm-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-540 {
    margin-left: 540px !important;
  }
  .pl-sm-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-545 {
    margin-left: 545px !important;
  }
  .pl-sm-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-550 {
    margin-left: 550px !important;
  }
  .pl-sm-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-555 {
    margin-left: 555px !important;
  }
  .pl-sm-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-560 {
    margin-left: 560px !important;
  }
  .pl-sm-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-565 {
    margin-left: 565px !important;
  }
  .pl-sm-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-570 {
    margin-left: 570px !important;
  }
  .pl-sm-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-575 {
    margin-left: 575px !important;
  }
  .pl-sm-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-580 {
    margin-left: 580px !important;
  }
  .pl-sm-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-585 {
    margin-left: 585px !important;
  }
  .pl-sm-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-590 {
    margin-left: 590px !important;
  }
  .pl-sm-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-595 {
    margin-left: 595px !important;
  }
  .pl-sm-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-600 {
    margin-left: 600px !important;
  }
  .pl-sm-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-605 {
    margin-left: 605px !important;
  }
  .pl-sm-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-610 {
    margin-left: 610px !important;
  }
  .pl-sm-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-615 {
    margin-left: 615px !important;
  }
  .pl-sm-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-620 {
    margin-left: 620px !important;
  }
  .pl-sm-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-625 {
    margin-left: 625px !important;
  }
  .pl-sm-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-630 {
    margin-left: 630px !important;
  }
  .pl-sm-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-635 {
    margin-left: 635px !important;
  }
  .pl-sm-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-640 {
    margin-left: 640px !important;
  }
  .pl-sm-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-645 {
    margin-left: 645px !important;
  }
  .pl-sm-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-650 {
    margin-left: 650px !important;
  }
  .pl-sm-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-655 {
    margin-left: 655px !important;
  }
  .pl-sm-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-660 {
    margin-left: 660px !important;
  }
  .pl-sm-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-665 {
    margin-left: 665px !important;
  }
  .pl-sm-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-670 {
    margin-left: 670px !important;
  }
  .pl-sm-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-675 {
    margin-left: 675px !important;
  }
  .pl-sm-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-680 {
    margin-left: 680px !important;
  }
  .pl-sm-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-685 {
    margin-left: 685px !important;
  }
  .pl-sm-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-690 {
    margin-left: 690px !important;
  }
  .pl-sm-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-695 {
    margin-left: 695px !important;
  }
  .pl-sm-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-700 {
    margin-left: 700px !important;
  }
  .pl-sm-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-705 {
    margin-left: 705px !important;
  }
  .pl-sm-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-710 {
    margin-left: 710px !important;
  }
  .pl-sm-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-715 {
    margin-left: 715px !important;
  }
  .pl-sm-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-720 {
    margin-left: 720px !important;
  }
  .pl-sm-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-725 {
    margin-left: 725px !important;
  }
  .pl-sm-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-730 {
    margin-left: 730px !important;
  }
  .pl-sm-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-735 {
    margin-left: 735px !important;
  }
  .pl-sm-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-740 {
    margin-left: 740px !important;
  }
  .pl-sm-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-745 {
    margin-left: 745px !important;
  }
  .pl-sm-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-750 {
    margin-left: 750px !important;
  }
  .pl-sm-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-755 {
    margin-left: 755px !important;
  }
  .pl-sm-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-760 {
    margin-left: 760px !important;
  }
  .pl-sm-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-765 {
    margin-left: 765px !important;
  }
  .pl-sm-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-770 {
    margin-left: 770px !important;
  }
  .pl-sm-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-775 {
    margin-left: 775px !important;
  }
  .pl-sm-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-780 {
    margin-left: 780px !important;
  }
  .pl-sm-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-785 {
    margin-left: 785px !important;
  }
  .pl-sm-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-790 {
    margin-left: 790px !important;
  }
  .pl-sm-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-795 {
    margin-left: 795px !important;
  }
  .pl-sm-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-800 {
    margin-left: 800px !important;
  }
  .pl-sm-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-805 {
    margin-left: 805px !important;
  }
  .pl-sm-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-810 {
    margin-left: 810px !important;
  }
  .pl-sm-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-815 {
    margin-left: 815px !important;
  }
  .pl-sm-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-820 {
    margin-left: 820px !important;
  }
  .pl-sm-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-825 {
    margin-left: 825px !important;
  }
  .pl-sm-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-830 {
    margin-left: 830px !important;
  }
  .pl-sm-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-835 {
    margin-left: 835px !important;
  }
  .pl-sm-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-840 {
    margin-left: 840px !important;
  }
  .pl-sm-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-845 {
    margin-left: 845px !important;
  }
  .pl-sm-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-850 {
    margin-left: 850px !important;
  }
  .pl-sm-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-855 {
    margin-left: 855px !important;
  }
  .pl-sm-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-860 {
    margin-left: 860px !important;
  }
  .pl-sm-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-865 {
    margin-left: 865px !important;
  }
  .pl-sm-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-870 {
    margin-left: 870px !important;
  }
  .pl-sm-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-875 {
    margin-left: 875px !important;
  }
  .pl-sm-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-880 {
    margin-left: 880px !important;
  }
  .pl-sm-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-885 {
    margin-left: 885px !important;
  }
  .pl-sm-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-890 {
    margin-left: 890px !important;
  }
  .pl-sm-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-895 {
    margin-left: 895px !important;
  }
  .pl-sm-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-900 {
    margin-left: 900px !important;
  }
  .pl-sm-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-905 {
    margin-left: 905px !important;
  }
  .pl-sm-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-910 {
    margin-left: 910px !important;
  }
  .pl-sm-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-915 {
    margin-left: 915px !important;
  }
  .pl-sm-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-920 {
    margin-left: 920px !important;
  }
  .pl-sm-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-925 {
    margin-left: 925px !important;
  }
  .pl-sm-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-930 {
    margin-left: 930px !important;
  }
  .pl-sm-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-935 {
    margin-left: 935px !important;
  }
  .pl-sm-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-940 {
    margin-left: 940px !important;
  }
  .pl-sm-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-945 {
    margin-left: 945px !important;
  }
  .pl-sm-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-950 {
    margin-left: 950px !important;
  }
  .pl-sm-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-955 {
    margin-left: 955px !important;
  }
  .pl-sm-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-960 {
    margin-left: 960px !important;
  }
  .pl-sm-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-965 {
    margin-left: 965px !important;
  }
  .pl-sm-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-970 {
    margin-left: 970px !important;
  }
  .pl-sm-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-975 {
    margin-left: 975px !important;
  }
  .pl-sm-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-980 {
    margin-left: 980px !important;
  }
  .pl-sm-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-985 {
    margin-left: 985px !important;
  }
  .pl-sm-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-990 {
    margin-left: 990px !important;
  }
  .pl-sm-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-995 {
    margin-left: 995px !important;
  }
  .pl-sm-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-1000 {
    margin-left: 1000px !important;
  }
  .pl-sm-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-55 {
    margin-right: 55px !important;
  }
  .pr-sm-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-65 {
    margin-right: 65px !important;
  }
  .pr-sm-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-75 {
    margin-right: 75px !important;
  }
  .pr-sm-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-85 {
    margin-right: 85px !important;
  }
  .pr-sm-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-95 {
    margin-right: 95px !important;
  }
  .pr-sm-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-105 {
    margin-right: 105px !important;
  }
  .pr-sm-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-110 {
    margin-right: 110px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-115 {
    margin-right: 115px !important;
  }
  .pr-sm-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-125 {
    margin-right: 125px !important;
  }
  .pr-sm-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-130 {
    margin-right: 130px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-135 {
    margin-right: 135px !important;
  }
  .pr-sm-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-145 {
    margin-right: 145px !important;
  }
  .pr-sm-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-155 {
    margin-right: 155px !important;
  }
  .pr-sm-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-165 {
    margin-right: 165px !important;
  }
  .pr-sm-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-170 {
    margin-right: 170px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-175 {
    margin-right: 175px !important;
  }
  .pr-sm-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-185 {
    margin-right: 185px !important;
  }
  .pr-sm-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-190 {
    margin-right: 190px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-195 {
    margin-right: 195px !important;
  }
  .pr-sm-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-205 {
    margin-right: 205px !important;
  }
  .pr-sm-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-210 {
    margin-right: 210px !important;
  }
  .pr-sm-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-215 {
    margin-right: 215px !important;
  }
  .pr-sm-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-220 {
    margin-right: 220px !important;
  }
  .pr-sm-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-225 {
    margin-right: 225px !important;
  }
  .pr-sm-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-230 {
    margin-right: 230px !important;
  }
  .pr-sm-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-235 {
    margin-right: 235px !important;
  }
  .pr-sm-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-240 {
    margin-right: 240px !important;
  }
  .pr-sm-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-245 {
    margin-right: 245px !important;
  }
  .pr-sm-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-250 {
    margin-right: 250px !important;
  }
  .pr-sm-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-255 {
    margin-right: 255px !important;
  }
  .pr-sm-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-260 {
    margin-right: 260px !important;
  }
  .pr-sm-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-265 {
    margin-right: 265px !important;
  }
  .pr-sm-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-270 {
    margin-right: 270px !important;
  }
  .pr-sm-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-275 {
    margin-right: 275px !important;
  }
  .pr-sm-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-280 {
    margin-right: 280px !important;
  }
  .pr-sm-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-285 {
    margin-right: 285px !important;
  }
  .pr-sm-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-290 {
    margin-right: 290px !important;
  }
  .pr-sm-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-295 {
    margin-right: 295px !important;
  }
  .pr-sm-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-300 {
    margin-right: 300px !important;
  }
  .pr-sm-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-305 {
    margin-right: 305px !important;
  }
  .pr-sm-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-310 {
    margin-right: 310px !important;
  }
  .pr-sm-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-315 {
    margin-right: 315px !important;
  }
  .pr-sm-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-320 {
    margin-right: 320px !important;
  }
  .pr-sm-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-325 {
    margin-right: 325px !important;
  }
  .pr-sm-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-330 {
    margin-right: 330px !important;
  }
  .pr-sm-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-335 {
    margin-right: 335px !important;
  }
  .pr-sm-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-340 {
    margin-right: 340px !important;
  }
  .pr-sm-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-345 {
    margin-right: 345px !important;
  }
  .pr-sm-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-350 {
    margin-right: 350px !important;
  }
  .pr-sm-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-355 {
    margin-right: 355px !important;
  }
  .pr-sm-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-360 {
    margin-right: 360px !important;
  }
  .pr-sm-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-365 {
    margin-right: 365px !important;
  }
  .pr-sm-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-370 {
    margin-right: 370px !important;
  }
  .pr-sm-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-375 {
    margin-right: 375px !important;
  }
  .pr-sm-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-380 {
    margin-right: 380px !important;
  }
  .pr-sm-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-385 {
    margin-right: 385px !important;
  }
  .pr-sm-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-390 {
    margin-right: 390px !important;
  }
  .pr-sm-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-395 {
    margin-right: 395px !important;
  }
  .pr-sm-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-400 {
    margin-right: 400px !important;
  }
  .pr-sm-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-405 {
    margin-right: 405px !important;
  }
  .pr-sm-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-410 {
    margin-right: 410px !important;
  }
  .pr-sm-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-415 {
    margin-right: 415px !important;
  }
  .pr-sm-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-420 {
    margin-right: 420px !important;
  }
  .pr-sm-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-425 {
    margin-right: 425px !important;
  }
  .pr-sm-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-430 {
    margin-right: 430px !important;
  }
  .pr-sm-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-435 {
    margin-right: 435px !important;
  }
  .pr-sm-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-440 {
    margin-right: 440px !important;
  }
  .pr-sm-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-445 {
    margin-right: 445px !important;
  }
  .pr-sm-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-450 {
    margin-right: 450px !important;
  }
  .pr-sm-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-455 {
    margin-right: 455px !important;
  }
  .pr-sm-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-460 {
    margin-right: 460px !important;
  }
  .pr-sm-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-465 {
    margin-right: 465px !important;
  }
  .pr-sm-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-470 {
    margin-right: 470px !important;
  }
  .pr-sm-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-475 {
    margin-right: 475px !important;
  }
  .pr-sm-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-480 {
    margin-right: 480px !important;
  }
  .pr-sm-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-485 {
    margin-right: 485px !important;
  }
  .pr-sm-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-490 {
    margin-right: 490px !important;
  }
  .pr-sm-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-495 {
    margin-right: 495px !important;
  }
  .pr-sm-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-500 {
    margin-right: 500px !important;
  }
  .pr-sm-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-505 {
    margin-right: 505px !important;
  }
  .pr-sm-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-510 {
    margin-right: 510px !important;
  }
  .pr-sm-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-515 {
    margin-right: 515px !important;
  }
  .pr-sm-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-520 {
    margin-right: 520px !important;
  }
  .pr-sm-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-525 {
    margin-right: 525px !important;
  }
  .pr-sm-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-530 {
    margin-right: 530px !important;
  }
  .pr-sm-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-535 {
    margin-right: 535px !important;
  }
  .pr-sm-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-540 {
    margin-right: 540px !important;
  }
  .pr-sm-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-545 {
    margin-right: 545px !important;
  }
  .pr-sm-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-550 {
    margin-right: 550px !important;
  }
  .pr-sm-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-555 {
    margin-right: 555px !important;
  }
  .pr-sm-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-560 {
    margin-right: 560px !important;
  }
  .pr-sm-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-565 {
    margin-right: 565px !important;
  }
  .pr-sm-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-570 {
    margin-right: 570px !important;
  }
  .pr-sm-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-575 {
    margin-right: 575px !important;
  }
  .pr-sm-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-580 {
    margin-right: 580px !important;
  }
  .pr-sm-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-585 {
    margin-right: 585px !important;
  }
  .pr-sm-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-590 {
    margin-right: 590px !important;
  }
  .pr-sm-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-595 {
    margin-right: 595px !important;
  }
  .pr-sm-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-600 {
    margin-right: 600px !important;
  }
  .pr-sm-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-605 {
    margin-right: 605px !important;
  }
  .pr-sm-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-610 {
    margin-right: 610px !important;
  }
  .pr-sm-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-615 {
    margin-right: 615px !important;
  }
  .pr-sm-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-620 {
    margin-right: 620px !important;
  }
  .pr-sm-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-625 {
    margin-right: 625px !important;
  }
  .pr-sm-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-630 {
    margin-right: 630px !important;
  }
  .pr-sm-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-635 {
    margin-right: 635px !important;
  }
  .pr-sm-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-640 {
    margin-right: 640px !important;
  }
  .pr-sm-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-645 {
    margin-right: 645px !important;
  }
  .pr-sm-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-650 {
    margin-right: 650px !important;
  }
  .pr-sm-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-655 {
    margin-right: 655px !important;
  }
  .pr-sm-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-660 {
    margin-right: 660px !important;
  }
  .pr-sm-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-665 {
    margin-right: 665px !important;
  }
  .pr-sm-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-670 {
    margin-right: 670px !important;
  }
  .pr-sm-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-675 {
    margin-right: 675px !important;
  }
  .pr-sm-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-680 {
    margin-right: 680px !important;
  }
  .pr-sm-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-685 {
    margin-right: 685px !important;
  }
  .pr-sm-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-690 {
    margin-right: 690px !important;
  }
  .pr-sm-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-695 {
    margin-right: 695px !important;
  }
  .pr-sm-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-700 {
    margin-right: 700px !important;
  }
  .pr-sm-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-705 {
    margin-right: 705px !important;
  }
  .pr-sm-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-710 {
    margin-right: 710px !important;
  }
  .pr-sm-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-715 {
    margin-right: 715px !important;
  }
  .pr-sm-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-720 {
    margin-right: 720px !important;
  }
  .pr-sm-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-725 {
    margin-right: 725px !important;
  }
  .pr-sm-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-730 {
    margin-right: 730px !important;
  }
  .pr-sm-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-735 {
    margin-right: 735px !important;
  }
  .pr-sm-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-740 {
    margin-right: 740px !important;
  }
  .pr-sm-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-745 {
    margin-right: 745px !important;
  }
  .pr-sm-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-750 {
    margin-right: 750px !important;
  }
  .pr-sm-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-755 {
    margin-right: 755px !important;
  }
  .pr-sm-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-760 {
    margin-right: 760px !important;
  }
  .pr-sm-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-765 {
    margin-right: 765px !important;
  }
  .pr-sm-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-770 {
    margin-right: 770px !important;
  }
  .pr-sm-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-775 {
    margin-right: 775px !important;
  }
  .pr-sm-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-780 {
    margin-right: 780px !important;
  }
  .pr-sm-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-785 {
    margin-right: 785px !important;
  }
  .pr-sm-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-790 {
    margin-right: 790px !important;
  }
  .pr-sm-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-795 {
    margin-right: 795px !important;
  }
  .pr-sm-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-800 {
    margin-right: 800px !important;
  }
  .pr-sm-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-805 {
    margin-right: 805px !important;
  }
  .pr-sm-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-810 {
    margin-right: 810px !important;
  }
  .pr-sm-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-815 {
    margin-right: 815px !important;
  }
  .pr-sm-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-820 {
    margin-right: 820px !important;
  }
  .pr-sm-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-825 {
    margin-right: 825px !important;
  }
  .pr-sm-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-830 {
    margin-right: 830px !important;
  }
  .pr-sm-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-835 {
    margin-right: 835px !important;
  }
  .pr-sm-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-840 {
    margin-right: 840px !important;
  }
  .pr-sm-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-845 {
    margin-right: 845px !important;
  }
  .pr-sm-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-850 {
    margin-right: 850px !important;
  }
  .pr-sm-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-855 {
    margin-right: 855px !important;
  }
  .pr-sm-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-860 {
    margin-right: 860px !important;
  }
  .pr-sm-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-865 {
    margin-right: 865px !important;
  }
  .pr-sm-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-870 {
    margin-right: 870px !important;
  }
  .pr-sm-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-875 {
    margin-right: 875px !important;
  }
  .pr-sm-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-880 {
    margin-right: 880px !important;
  }
  .pr-sm-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-885 {
    margin-right: 885px !important;
  }
  .pr-sm-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-890 {
    margin-right: 890px !important;
  }
  .pr-sm-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-895 {
    margin-right: 895px !important;
  }
  .pr-sm-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-900 {
    margin-right: 900px !important;
  }
  .pr-sm-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-905 {
    margin-right: 905px !important;
  }
  .pr-sm-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-910 {
    margin-right: 910px !important;
  }
  .pr-sm-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-915 {
    margin-right: 915px !important;
  }
  .pr-sm-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-920 {
    margin-right: 920px !important;
  }
  .pr-sm-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-925 {
    margin-right: 925px !important;
  }
  .pr-sm-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-930 {
    margin-right: 930px !important;
  }
  .pr-sm-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-935 {
    margin-right: 935px !important;
  }
  .pr-sm-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-940 {
    margin-right: 940px !important;
  }
  .pr-sm-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-945 {
    margin-right: 945px !important;
  }
  .pr-sm-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-950 {
    margin-right: 950px !important;
  }
  .pr-sm-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-955 {
    margin-right: 955px !important;
  }
  .pr-sm-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-960 {
    margin-right: 960px !important;
  }
  .pr-sm-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-965 {
    margin-right: 965px !important;
  }
  .pr-sm-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-970 {
    margin-right: 970px !important;
  }
  .pr-sm-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-975 {
    margin-right: 975px !important;
  }
  .pr-sm-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-980 {
    margin-right: 980px !important;
  }
  .pr-sm-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-985 {
    margin-right: 985px !important;
  }
  .pr-sm-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-990 {
    margin-right: 990px !important;
  }
  .pr-sm-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-995 {
    margin-right: 995px !important;
  }
  .pr-sm-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-1000 {
    margin-right: 1000px !important;
  }
  .pr-sm-1000 {
    padding-right: 1000px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 5px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
}
@media (min-width: 768px) {
  .m-md-15 {
    margin: 15px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
}
@media (min-width: 768px) {
  .m-md-20 {
    margin: 20px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-md-25 {
    margin: 25px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
}
@media (min-width: 768px) {
  .m-md-30 {
    margin: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
}
@media (min-width: 768px) {
  .m-md-35 {
    margin: 35px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
}
@media (min-width: 768px) {
  .m-md-40 {
    margin: 40px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
}
@media (min-width: 768px) {
  .m-md-45 {
    margin: 45px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
}
@media (min-width: 768px) {
  .m-md-50 {
    margin: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
}
@media (min-width: 768px) {
  .m-md-55 {
    margin: 55px !important;
  }
  .p-md-55 {
    padding: 55px !important;
  }
}
@media (min-width: 768px) {
  .m-md-60 {
    margin: 60px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
}
@media (min-width: 768px) {
  .m-md-65 {
    margin: 65px !important;
  }
  .p-md-65 {
    padding: 65px !important;
  }
}
@media (min-width: 768px) {
  .m-md-70 {
    margin: 70px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
}
@media (min-width: 768px) {
  .m-md-75 {
    margin: 75px !important;
  }
  .p-md-75 {
    padding: 75px !important;
  }
}
@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
}
@media (min-width: 768px) {
  .m-md-85 {
    margin: 85px !important;
  }
  .p-md-85 {
    padding: 85px !important;
  }
}
@media (min-width: 768px) {
  .m-md-90 {
    margin: 90px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
}
@media (min-width: 768px) {
  .m-md-95 {
    margin: 95px !important;
  }
  .p-md-95 {
    padding: 95px !important;
  }
}
@media (min-width: 768px) {
  .m-md-100 {
    margin: 100px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
}
@media (min-width: 768px) {
  .m-md-105 {
    margin: 105px !important;
  }
  .p-md-105 {
    padding: 105px !important;
  }
}
@media (min-width: 768px) {
  .m-md-110 {
    margin: 110px !important;
  }
  .p-md-110 {
    padding: 110px !important;
  }
}
@media (min-width: 768px) {
  .m-md-115 {
    margin: 115px !important;
  }
  .p-md-115 {
    padding: 115px !important;
  }
}
@media (min-width: 768px) {
  .m-md-120 {
    margin: 120px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
}
@media (min-width: 768px) {
  .m-md-125 {
    margin: 125px !important;
  }
  .p-md-125 {
    padding: 125px !important;
  }
}
@media (min-width: 768px) {
  .m-md-130 {
    margin: 130px !important;
  }
  .p-md-130 {
    padding: 130px !important;
  }
}
@media (min-width: 768px) {
  .m-md-135 {
    margin: 135px !important;
  }
  .p-md-135 {
    padding: 135px !important;
  }
}
@media (min-width: 768px) {
  .m-md-140 {
    margin: 140px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
}
@media (min-width: 768px) {
  .m-md-145 {
    margin: 145px !important;
  }
  .p-md-145 {
    padding: 145px !important;
  }
}
@media (min-width: 768px) {
  .m-md-150 {
    margin: 150px !important;
  }
  .p-md-150 {
    padding: 150px !important;
  }
}
@media (min-width: 768px) {
  .m-md-155 {
    margin: 155px !important;
  }
  .p-md-155 {
    padding: 155px !important;
  }
}
@media (min-width: 768px) {
  .m-md-160 {
    margin: 160px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
}
@media (min-width: 768px) {
  .m-md-165 {
    margin: 165px !important;
  }
  .p-md-165 {
    padding: 165px !important;
  }
}
@media (min-width: 768px) {
  .m-md-170 {
    margin: 170px !important;
  }
  .p-md-170 {
    padding: 170px !important;
  }
}
@media (min-width: 768px) {
  .m-md-175 {
    margin: 175px !important;
  }
  .p-md-175 {
    padding: 175px !important;
  }
}
@media (min-width: 768px) {
  .m-md-180 {
    margin: 180px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
}
@media (min-width: 768px) {
  .m-md-185 {
    margin: 185px !important;
  }
  .p-md-185 {
    padding: 185px !important;
  }
}
@media (min-width: 768px) {
  .m-md-190 {
    margin: 190px !important;
  }
  .p-md-190 {
    padding: 190px !important;
  }
}
@media (min-width: 768px) {
  .m-md-195 {
    margin: 195px !important;
  }
  .p-md-195 {
    padding: 195px !important;
  }
}
@media (min-width: 768px) {
  .m-md-200 {
    margin: 200px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
}
@media (min-width: 768px) {
  .m-md-205 {
    margin: 205px !important;
  }
  .p-md-205 {
    padding: 205px !important;
  }
}
@media (min-width: 768px) {
  .m-md-210 {
    margin: 210px !important;
  }
  .p-md-210 {
    padding: 210px !important;
  }
}
@media (min-width: 768px) {
  .m-md-215 {
    margin: 215px !important;
  }
  .p-md-215 {
    padding: 215px !important;
  }
}
@media (min-width: 768px) {
  .m-md-220 {
    margin: 220px !important;
  }
  .p-md-220 {
    padding: 220px !important;
  }
}
@media (min-width: 768px) {
  .m-md-225 {
    margin: 225px !important;
  }
  .p-md-225 {
    padding: 225px !important;
  }
}
@media (min-width: 768px) {
  .m-md-230 {
    margin: 230px !important;
  }
  .p-md-230 {
    padding: 230px !important;
  }
}
@media (min-width: 768px) {
  .m-md-235 {
    margin: 235px !important;
  }
  .p-md-235 {
    padding: 235px !important;
  }
}
@media (min-width: 768px) {
  .m-md-240 {
    margin: 240px !important;
  }
  .p-md-240 {
    padding: 240px !important;
  }
}
@media (min-width: 768px) {
  .m-md-245 {
    margin: 245px !important;
  }
  .p-md-245 {
    padding: 245px !important;
  }
}
@media (min-width: 768px) {
  .m-md-250 {
    margin: 250px !important;
  }
  .p-md-250 {
    padding: 250px !important;
  }
}
@media (min-width: 768px) {
  .m-md-255 {
    margin: 255px !important;
  }
  .p-md-255 {
    padding: 255px !important;
  }
}
@media (min-width: 768px) {
  .m-md-260 {
    margin: 260px !important;
  }
  .p-md-260 {
    padding: 260px !important;
  }
}
@media (min-width: 768px) {
  .m-md-265 {
    margin: 265px !important;
  }
  .p-md-265 {
    padding: 265px !important;
  }
}
@media (min-width: 768px) {
  .m-md-270 {
    margin: 270px !important;
  }
  .p-md-270 {
    padding: 270px !important;
  }
}
@media (min-width: 768px) {
  .m-md-275 {
    margin: 275px !important;
  }
  .p-md-275 {
    padding: 275px !important;
  }
}
@media (min-width: 768px) {
  .m-md-280 {
    margin: 280px !important;
  }
  .p-md-280 {
    padding: 280px !important;
  }
}
@media (min-width: 768px) {
  .m-md-285 {
    margin: 285px !important;
  }
  .p-md-285 {
    padding: 285px !important;
  }
}
@media (min-width: 768px) {
  .m-md-290 {
    margin: 290px !important;
  }
  .p-md-290 {
    padding: 290px !important;
  }
}
@media (min-width: 768px) {
  .m-md-295 {
    margin: 295px !important;
  }
  .p-md-295 {
    padding: 295px !important;
  }
}
@media (min-width: 768px) {
  .m-md-300 {
    margin: 300px !important;
  }
  .p-md-300 {
    padding: 300px !important;
  }
}
@media (min-width: 768px) {
  .m-md-305 {
    margin: 305px !important;
  }
  .p-md-305 {
    padding: 305px !important;
  }
}
@media (min-width: 768px) {
  .m-md-310 {
    margin: 310px !important;
  }
  .p-md-310 {
    padding: 310px !important;
  }
}
@media (min-width: 768px) {
  .m-md-315 {
    margin: 315px !important;
  }
  .p-md-315 {
    padding: 315px !important;
  }
}
@media (min-width: 768px) {
  .m-md-320 {
    margin: 320px !important;
  }
  .p-md-320 {
    padding: 320px !important;
  }
}
@media (min-width: 768px) {
  .m-md-325 {
    margin: 325px !important;
  }
  .p-md-325 {
    padding: 325px !important;
  }
}
@media (min-width: 768px) {
  .m-md-330 {
    margin: 330px !important;
  }
  .p-md-330 {
    padding: 330px !important;
  }
}
@media (min-width: 768px) {
  .m-md-335 {
    margin: 335px !important;
  }
  .p-md-335 {
    padding: 335px !important;
  }
}
@media (min-width: 768px) {
  .m-md-340 {
    margin: 340px !important;
  }
  .p-md-340 {
    padding: 340px !important;
  }
}
@media (min-width: 768px) {
  .m-md-345 {
    margin: 345px !important;
  }
  .p-md-345 {
    padding: 345px !important;
  }
}
@media (min-width: 768px) {
  .m-md-350 {
    margin: 350px !important;
  }
  .p-md-350 {
    padding: 350px !important;
  }
}
@media (min-width: 768px) {
  .m-md-355 {
    margin: 355px !important;
  }
  .p-md-355 {
    padding: 355px !important;
  }
}
@media (min-width: 768px) {
  .m-md-360 {
    margin: 360px !important;
  }
  .p-md-360 {
    padding: 360px !important;
  }
}
@media (min-width: 768px) {
  .m-md-365 {
    margin: 365px !important;
  }
  .p-md-365 {
    padding: 365px !important;
  }
}
@media (min-width: 768px) {
  .m-md-370 {
    margin: 370px !important;
  }
  .p-md-370 {
    padding: 370px !important;
  }
}
@media (min-width: 768px) {
  .m-md-375 {
    margin: 375px !important;
  }
  .p-md-375 {
    padding: 375px !important;
  }
}
@media (min-width: 768px) {
  .m-md-380 {
    margin: 380px !important;
  }
  .p-md-380 {
    padding: 380px !important;
  }
}
@media (min-width: 768px) {
  .m-md-385 {
    margin: 385px !important;
  }
  .p-md-385 {
    padding: 385px !important;
  }
}
@media (min-width: 768px) {
  .m-md-390 {
    margin: 390px !important;
  }
  .p-md-390 {
    padding: 390px !important;
  }
}
@media (min-width: 768px) {
  .m-md-395 {
    margin: 395px !important;
  }
  .p-md-395 {
    padding: 395px !important;
  }
}
@media (min-width: 768px) {
  .m-md-400 {
    margin: 400px !important;
  }
  .p-md-400 {
    padding: 400px !important;
  }
}
@media (min-width: 768px) {
  .m-md-405 {
    margin: 405px !important;
  }
  .p-md-405 {
    padding: 405px !important;
  }
}
@media (min-width: 768px) {
  .m-md-410 {
    margin: 410px !important;
  }
  .p-md-410 {
    padding: 410px !important;
  }
}
@media (min-width: 768px) {
  .m-md-415 {
    margin: 415px !important;
  }
  .p-md-415 {
    padding: 415px !important;
  }
}
@media (min-width: 768px) {
  .m-md-420 {
    margin: 420px !important;
  }
  .p-md-420 {
    padding: 420px !important;
  }
}
@media (min-width: 768px) {
  .m-md-425 {
    margin: 425px !important;
  }
  .p-md-425 {
    padding: 425px !important;
  }
}
@media (min-width: 768px) {
  .m-md-430 {
    margin: 430px !important;
  }
  .p-md-430 {
    padding: 430px !important;
  }
}
@media (min-width: 768px) {
  .m-md-435 {
    margin: 435px !important;
  }
  .p-md-435 {
    padding: 435px !important;
  }
}
@media (min-width: 768px) {
  .m-md-440 {
    margin: 440px !important;
  }
  .p-md-440 {
    padding: 440px !important;
  }
}
@media (min-width: 768px) {
  .m-md-445 {
    margin: 445px !important;
  }
  .p-md-445 {
    padding: 445px !important;
  }
}
@media (min-width: 768px) {
  .m-md-450 {
    margin: 450px !important;
  }
  .p-md-450 {
    padding: 450px !important;
  }
}
@media (min-width: 768px) {
  .m-md-455 {
    margin: 455px !important;
  }
  .p-md-455 {
    padding: 455px !important;
  }
}
@media (min-width: 768px) {
  .m-md-460 {
    margin: 460px !important;
  }
  .p-md-460 {
    padding: 460px !important;
  }
}
@media (min-width: 768px) {
  .m-md-465 {
    margin: 465px !important;
  }
  .p-md-465 {
    padding: 465px !important;
  }
}
@media (min-width: 768px) {
  .m-md-470 {
    margin: 470px !important;
  }
  .p-md-470 {
    padding: 470px !important;
  }
}
@media (min-width: 768px) {
  .m-md-475 {
    margin: 475px !important;
  }
  .p-md-475 {
    padding: 475px !important;
  }
}
@media (min-width: 768px) {
  .m-md-480 {
    margin: 480px !important;
  }
  .p-md-480 {
    padding: 480px !important;
  }
}
@media (min-width: 768px) {
  .m-md-485 {
    margin: 485px !important;
  }
  .p-md-485 {
    padding: 485px !important;
  }
}
@media (min-width: 768px) {
  .m-md-490 {
    margin: 490px !important;
  }
  .p-md-490 {
    padding: 490px !important;
  }
}
@media (min-width: 768px) {
  .m-md-495 {
    margin: 495px !important;
  }
  .p-md-495 {
    padding: 495px !important;
  }
}
@media (min-width: 768px) {
  .m-md-500 {
    margin: 500px !important;
  }
  .p-md-500 {
    padding: 500px !important;
  }
}
@media (min-width: 768px) {
  .m-md-505 {
    margin: 505px !important;
  }
  .p-md-505 {
    padding: 505px !important;
  }
}
@media (min-width: 768px) {
  .m-md-510 {
    margin: 510px !important;
  }
  .p-md-510 {
    padding: 510px !important;
  }
}
@media (min-width: 768px) {
  .m-md-515 {
    margin: 515px !important;
  }
  .p-md-515 {
    padding: 515px !important;
  }
}
@media (min-width: 768px) {
  .m-md-520 {
    margin: 520px !important;
  }
  .p-md-520 {
    padding: 520px !important;
  }
}
@media (min-width: 768px) {
  .m-md-525 {
    margin: 525px !important;
  }
  .p-md-525 {
    padding: 525px !important;
  }
}
@media (min-width: 768px) {
  .m-md-530 {
    margin: 530px !important;
  }
  .p-md-530 {
    padding: 530px !important;
  }
}
@media (min-width: 768px) {
  .m-md-535 {
    margin: 535px !important;
  }
  .p-md-535 {
    padding: 535px !important;
  }
}
@media (min-width: 768px) {
  .m-md-540 {
    margin: 540px !important;
  }
  .p-md-540 {
    padding: 540px !important;
  }
}
@media (min-width: 768px) {
  .m-md-545 {
    margin: 545px !important;
  }
  .p-md-545 {
    padding: 545px !important;
  }
}
@media (min-width: 768px) {
  .m-md-550 {
    margin: 550px !important;
  }
  .p-md-550 {
    padding: 550px !important;
  }
}
@media (min-width: 768px) {
  .m-md-555 {
    margin: 555px !important;
  }
  .p-md-555 {
    padding: 555px !important;
  }
}
@media (min-width: 768px) {
  .m-md-560 {
    margin: 560px !important;
  }
  .p-md-560 {
    padding: 560px !important;
  }
}
@media (min-width: 768px) {
  .m-md-565 {
    margin: 565px !important;
  }
  .p-md-565 {
    padding: 565px !important;
  }
}
@media (min-width: 768px) {
  .m-md-570 {
    margin: 570px !important;
  }
  .p-md-570 {
    padding: 570px !important;
  }
}
@media (min-width: 768px) {
  .m-md-575 {
    margin: 575px !important;
  }
  .p-md-575 {
    padding: 575px !important;
  }
}
@media (min-width: 768px) {
  .m-md-580 {
    margin: 580px !important;
  }
  .p-md-580 {
    padding: 580px !important;
  }
}
@media (min-width: 768px) {
  .m-md-585 {
    margin: 585px !important;
  }
  .p-md-585 {
    padding: 585px !important;
  }
}
@media (min-width: 768px) {
  .m-md-590 {
    margin: 590px !important;
  }
  .p-md-590 {
    padding: 590px !important;
  }
}
@media (min-width: 768px) {
  .m-md-595 {
    margin: 595px !important;
  }
  .p-md-595 {
    padding: 595px !important;
  }
}
@media (min-width: 768px) {
  .m-md-600 {
    margin: 600px !important;
  }
  .p-md-600 {
    padding: 600px !important;
  }
}
@media (min-width: 768px) {
  .m-md-605 {
    margin: 605px !important;
  }
  .p-md-605 {
    padding: 605px !important;
  }
}
@media (min-width: 768px) {
  .m-md-610 {
    margin: 610px !important;
  }
  .p-md-610 {
    padding: 610px !important;
  }
}
@media (min-width: 768px) {
  .m-md-615 {
    margin: 615px !important;
  }
  .p-md-615 {
    padding: 615px !important;
  }
}
@media (min-width: 768px) {
  .m-md-620 {
    margin: 620px !important;
  }
  .p-md-620 {
    padding: 620px !important;
  }
}
@media (min-width: 768px) {
  .m-md-625 {
    margin: 625px !important;
  }
  .p-md-625 {
    padding: 625px !important;
  }
}
@media (min-width: 768px) {
  .m-md-630 {
    margin: 630px !important;
  }
  .p-md-630 {
    padding: 630px !important;
  }
}
@media (min-width: 768px) {
  .m-md-635 {
    margin: 635px !important;
  }
  .p-md-635 {
    padding: 635px !important;
  }
}
@media (min-width: 768px) {
  .m-md-640 {
    margin: 640px !important;
  }
  .p-md-640 {
    padding: 640px !important;
  }
}
@media (min-width: 768px) {
  .m-md-645 {
    margin: 645px !important;
  }
  .p-md-645 {
    padding: 645px !important;
  }
}
@media (min-width: 768px) {
  .m-md-650 {
    margin: 650px !important;
  }
  .p-md-650 {
    padding: 650px !important;
  }
}
@media (min-width: 768px) {
  .m-md-655 {
    margin: 655px !important;
  }
  .p-md-655 {
    padding: 655px !important;
  }
}
@media (min-width: 768px) {
  .m-md-660 {
    margin: 660px !important;
  }
  .p-md-660 {
    padding: 660px !important;
  }
}
@media (min-width: 768px) {
  .m-md-665 {
    margin: 665px !important;
  }
  .p-md-665 {
    padding: 665px !important;
  }
}
@media (min-width: 768px) {
  .m-md-670 {
    margin: 670px !important;
  }
  .p-md-670 {
    padding: 670px !important;
  }
}
@media (min-width: 768px) {
  .m-md-675 {
    margin: 675px !important;
  }
  .p-md-675 {
    padding: 675px !important;
  }
}
@media (min-width: 768px) {
  .m-md-680 {
    margin: 680px !important;
  }
  .p-md-680 {
    padding: 680px !important;
  }
}
@media (min-width: 768px) {
  .m-md-685 {
    margin: 685px !important;
  }
  .p-md-685 {
    padding: 685px !important;
  }
}
@media (min-width: 768px) {
  .m-md-690 {
    margin: 690px !important;
  }
  .p-md-690 {
    padding: 690px !important;
  }
}
@media (min-width: 768px) {
  .m-md-695 {
    margin: 695px !important;
  }
  .p-md-695 {
    padding: 695px !important;
  }
}
@media (min-width: 768px) {
  .m-md-700 {
    margin: 700px !important;
  }
  .p-md-700 {
    padding: 700px !important;
  }
}
@media (min-width: 768px) {
  .m-md-705 {
    margin: 705px !important;
  }
  .p-md-705 {
    padding: 705px !important;
  }
}
@media (min-width: 768px) {
  .m-md-710 {
    margin: 710px !important;
  }
  .p-md-710 {
    padding: 710px !important;
  }
}
@media (min-width: 768px) {
  .m-md-715 {
    margin: 715px !important;
  }
  .p-md-715 {
    padding: 715px !important;
  }
}
@media (min-width: 768px) {
  .m-md-720 {
    margin: 720px !important;
  }
  .p-md-720 {
    padding: 720px !important;
  }
}
@media (min-width: 768px) {
  .m-md-725 {
    margin: 725px !important;
  }
  .p-md-725 {
    padding: 725px !important;
  }
}
@media (min-width: 768px) {
  .m-md-730 {
    margin: 730px !important;
  }
  .p-md-730 {
    padding: 730px !important;
  }
}
@media (min-width: 768px) {
  .m-md-735 {
    margin: 735px !important;
  }
  .p-md-735 {
    padding: 735px !important;
  }
}
@media (min-width: 768px) {
  .m-md-740 {
    margin: 740px !important;
  }
  .p-md-740 {
    padding: 740px !important;
  }
}
@media (min-width: 768px) {
  .m-md-745 {
    margin: 745px !important;
  }
  .p-md-745 {
    padding: 745px !important;
  }
}
@media (min-width: 768px) {
  .m-md-750 {
    margin: 750px !important;
  }
  .p-md-750 {
    padding: 750px !important;
  }
}
@media (min-width: 768px) {
  .m-md-755 {
    margin: 755px !important;
  }
  .p-md-755 {
    padding: 755px !important;
  }
}
@media (min-width: 768px) {
  .m-md-760 {
    margin: 760px !important;
  }
  .p-md-760 {
    padding: 760px !important;
  }
}
@media (min-width: 768px) {
  .m-md-765 {
    margin: 765px !important;
  }
  .p-md-765 {
    padding: 765px !important;
  }
}
@media (min-width: 768px) {
  .m-md-770 {
    margin: 770px !important;
  }
  .p-md-770 {
    padding: 770px !important;
  }
}
@media (min-width: 768px) {
  .m-md-775 {
    margin: 775px !important;
  }
  .p-md-775 {
    padding: 775px !important;
  }
}
@media (min-width: 768px) {
  .m-md-780 {
    margin: 780px !important;
  }
  .p-md-780 {
    padding: 780px !important;
  }
}
@media (min-width: 768px) {
  .m-md-785 {
    margin: 785px !important;
  }
  .p-md-785 {
    padding: 785px !important;
  }
}
@media (min-width: 768px) {
  .m-md-790 {
    margin: 790px !important;
  }
  .p-md-790 {
    padding: 790px !important;
  }
}
@media (min-width: 768px) {
  .m-md-795 {
    margin: 795px !important;
  }
  .p-md-795 {
    padding: 795px !important;
  }
}
@media (min-width: 768px) {
  .m-md-800 {
    margin: 800px !important;
  }
  .p-md-800 {
    padding: 800px !important;
  }
}
@media (min-width: 768px) {
  .m-md-805 {
    margin: 805px !important;
  }
  .p-md-805 {
    padding: 805px !important;
  }
}
@media (min-width: 768px) {
  .m-md-810 {
    margin: 810px !important;
  }
  .p-md-810 {
    padding: 810px !important;
  }
}
@media (min-width: 768px) {
  .m-md-815 {
    margin: 815px !important;
  }
  .p-md-815 {
    padding: 815px !important;
  }
}
@media (min-width: 768px) {
  .m-md-820 {
    margin: 820px !important;
  }
  .p-md-820 {
    padding: 820px !important;
  }
}
@media (min-width: 768px) {
  .m-md-825 {
    margin: 825px !important;
  }
  .p-md-825 {
    padding: 825px !important;
  }
}
@media (min-width: 768px) {
  .m-md-830 {
    margin: 830px !important;
  }
  .p-md-830 {
    padding: 830px !important;
  }
}
@media (min-width: 768px) {
  .m-md-835 {
    margin: 835px !important;
  }
  .p-md-835 {
    padding: 835px !important;
  }
}
@media (min-width: 768px) {
  .m-md-840 {
    margin: 840px !important;
  }
  .p-md-840 {
    padding: 840px !important;
  }
}
@media (min-width: 768px) {
  .m-md-845 {
    margin: 845px !important;
  }
  .p-md-845 {
    padding: 845px !important;
  }
}
@media (min-width: 768px) {
  .m-md-850 {
    margin: 850px !important;
  }
  .p-md-850 {
    padding: 850px !important;
  }
}
@media (min-width: 768px) {
  .m-md-855 {
    margin: 855px !important;
  }
  .p-md-855 {
    padding: 855px !important;
  }
}
@media (min-width: 768px) {
  .m-md-860 {
    margin: 860px !important;
  }
  .p-md-860 {
    padding: 860px !important;
  }
}
@media (min-width: 768px) {
  .m-md-865 {
    margin: 865px !important;
  }
  .p-md-865 {
    padding: 865px !important;
  }
}
@media (min-width: 768px) {
  .m-md-870 {
    margin: 870px !important;
  }
  .p-md-870 {
    padding: 870px !important;
  }
}
@media (min-width: 768px) {
  .m-md-875 {
    margin: 875px !important;
  }
  .p-md-875 {
    padding: 875px !important;
  }
}
@media (min-width: 768px) {
  .m-md-880 {
    margin: 880px !important;
  }
  .p-md-880 {
    padding: 880px !important;
  }
}
@media (min-width: 768px) {
  .m-md-885 {
    margin: 885px !important;
  }
  .p-md-885 {
    padding: 885px !important;
  }
}
@media (min-width: 768px) {
  .m-md-890 {
    margin: 890px !important;
  }
  .p-md-890 {
    padding: 890px !important;
  }
}
@media (min-width: 768px) {
  .m-md-895 {
    margin: 895px !important;
  }
  .p-md-895 {
    padding: 895px !important;
  }
}
@media (min-width: 768px) {
  .m-md-900 {
    margin: 900px !important;
  }
  .p-md-900 {
    padding: 900px !important;
  }
}
@media (min-width: 768px) {
  .m-md-905 {
    margin: 905px !important;
  }
  .p-md-905 {
    padding: 905px !important;
  }
}
@media (min-width: 768px) {
  .m-md-910 {
    margin: 910px !important;
  }
  .p-md-910 {
    padding: 910px !important;
  }
}
@media (min-width: 768px) {
  .m-md-915 {
    margin: 915px !important;
  }
  .p-md-915 {
    padding: 915px !important;
  }
}
@media (min-width: 768px) {
  .m-md-920 {
    margin: 920px !important;
  }
  .p-md-920 {
    padding: 920px !important;
  }
}
@media (min-width: 768px) {
  .m-md-925 {
    margin: 925px !important;
  }
  .p-md-925 {
    padding: 925px !important;
  }
}
@media (min-width: 768px) {
  .m-md-930 {
    margin: 930px !important;
  }
  .p-md-930 {
    padding: 930px !important;
  }
}
@media (min-width: 768px) {
  .m-md-935 {
    margin: 935px !important;
  }
  .p-md-935 {
    padding: 935px !important;
  }
}
@media (min-width: 768px) {
  .m-md-940 {
    margin: 940px !important;
  }
  .p-md-940 {
    padding: 940px !important;
  }
}
@media (min-width: 768px) {
  .m-md-945 {
    margin: 945px !important;
  }
  .p-md-945 {
    padding: 945px !important;
  }
}
@media (min-width: 768px) {
  .m-md-950 {
    margin: 950px !important;
  }
  .p-md-950 {
    padding: 950px !important;
  }
}
@media (min-width: 768px) {
  .m-md-955 {
    margin: 955px !important;
  }
  .p-md-955 {
    padding: 955px !important;
  }
}
@media (min-width: 768px) {
  .m-md-960 {
    margin: 960px !important;
  }
  .p-md-960 {
    padding: 960px !important;
  }
}
@media (min-width: 768px) {
  .m-md-965 {
    margin: 965px !important;
  }
  .p-md-965 {
    padding: 965px !important;
  }
}
@media (min-width: 768px) {
  .m-md-970 {
    margin: 970px !important;
  }
  .p-md-970 {
    padding: 970px !important;
  }
}
@media (min-width: 768px) {
  .m-md-975 {
    margin: 975px !important;
  }
  .p-md-975 {
    padding: 975px !important;
  }
}
@media (min-width: 768px) {
  .m-md-980 {
    margin: 980px !important;
  }
  .p-md-980 {
    padding: 980px !important;
  }
}
@media (min-width: 768px) {
  .m-md-985 {
    margin: 985px !important;
  }
  .p-md-985 {
    padding: 985px !important;
  }
}
@media (min-width: 768px) {
  .m-md-990 {
    margin: 990px !important;
  }
  .p-md-990 {
    padding: 990px !important;
  }
}
@media (min-width: 768px) {
  .m-md-995 {
    margin: 995px !important;
  }
  .p-md-995 {
    padding: 995px !important;
  }
}
@media (min-width: 768px) {
  .m-md-1000 {
    margin: 1000px !important;
  }
  .p-md-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-105 {
    margin-top: 105px !important;
  }
  .pt-md-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-115 {
    margin-top: 115px !important;
  }
  .pt-md-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-125 {
    margin-top: 125px !important;
  }
  .pt-md-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-135 {
    margin-top: 135px !important;
  }
  .pt-md-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-145 {
    margin-top: 145px !important;
  }
  .pt-md-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-155 {
    margin-top: 155px !important;
  }
  .pt-md-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-165 {
    margin-top: 165px !important;
  }
  .pt-md-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-170 {
    margin-top: 170px !important;
  }
  .pt-md-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-175 {
    margin-top: 175px !important;
  }
  .pt-md-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-185 {
    margin-top: 185px !important;
  }
  .pt-md-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-190 {
    margin-top: 190px !important;
  }
  .pt-md-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-195 {
    margin-top: 195px !important;
  }
  .pt-md-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-205 {
    margin-top: 205px !important;
  }
  .pt-md-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-210 {
    margin-top: 210px !important;
  }
  .pt-md-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-215 {
    margin-top: 215px !important;
  }
  .pt-md-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-220 {
    margin-top: 220px !important;
  }
  .pt-md-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-225 {
    margin-top: 225px !important;
  }
  .pt-md-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-230 {
    margin-top: 230px !important;
  }
  .pt-md-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-235 {
    margin-top: 235px !important;
  }
  .pt-md-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-240 {
    margin-top: 240px !important;
  }
  .pt-md-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-245 {
    margin-top: 245px !important;
  }
  .pt-md-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-250 {
    margin-top: 250px !important;
  }
  .pt-md-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-255 {
    margin-top: 255px !important;
  }
  .pt-md-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-260 {
    margin-top: 260px !important;
  }
  .pt-md-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-265 {
    margin-top: 265px !important;
  }
  .pt-md-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-270 {
    margin-top: 270px !important;
  }
  .pt-md-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-275 {
    margin-top: 275px !important;
  }
  .pt-md-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-280 {
    margin-top: 280px !important;
  }
  .pt-md-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-285 {
    margin-top: 285px !important;
  }
  .pt-md-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-290 {
    margin-top: 290px !important;
  }
  .pt-md-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-295 {
    margin-top: 295px !important;
  }
  .pt-md-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-300 {
    margin-top: 300px !important;
  }
  .pt-md-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-305 {
    margin-top: 305px !important;
  }
  .pt-md-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-310 {
    margin-top: 310px !important;
  }
  .pt-md-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-315 {
    margin-top: 315px !important;
  }
  .pt-md-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-320 {
    margin-top: 320px !important;
  }
  .pt-md-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-325 {
    margin-top: 325px !important;
  }
  .pt-md-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-330 {
    margin-top: 330px !important;
  }
  .pt-md-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-335 {
    margin-top: 335px !important;
  }
  .pt-md-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-340 {
    margin-top: 340px !important;
  }
  .pt-md-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-345 {
    margin-top: 345px !important;
  }
  .pt-md-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-350 {
    margin-top: 350px !important;
  }
  .pt-md-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-355 {
    margin-top: 355px !important;
  }
  .pt-md-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-360 {
    margin-top: 360px !important;
  }
  .pt-md-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-365 {
    margin-top: 365px !important;
  }
  .pt-md-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-370 {
    margin-top: 370px !important;
  }
  .pt-md-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-375 {
    margin-top: 375px !important;
  }
  .pt-md-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-380 {
    margin-top: 380px !important;
  }
  .pt-md-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-385 {
    margin-top: 385px !important;
  }
  .pt-md-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-390 {
    margin-top: 390px !important;
  }
  .pt-md-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-395 {
    margin-top: 395px !important;
  }
  .pt-md-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-400 {
    margin-top: 400px !important;
  }
  .pt-md-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-405 {
    margin-top: 405px !important;
  }
  .pt-md-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-410 {
    margin-top: 410px !important;
  }
  .pt-md-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-415 {
    margin-top: 415px !important;
  }
  .pt-md-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-420 {
    margin-top: 420px !important;
  }
  .pt-md-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-425 {
    margin-top: 425px !important;
  }
  .pt-md-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-430 {
    margin-top: 430px !important;
  }
  .pt-md-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-435 {
    margin-top: 435px !important;
  }
  .pt-md-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-440 {
    margin-top: 440px !important;
  }
  .pt-md-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-445 {
    margin-top: 445px !important;
  }
  .pt-md-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-450 {
    margin-top: 450px !important;
  }
  .pt-md-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-455 {
    margin-top: 455px !important;
  }
  .pt-md-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-460 {
    margin-top: 460px !important;
  }
  .pt-md-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-465 {
    margin-top: 465px !important;
  }
  .pt-md-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-470 {
    margin-top: 470px !important;
  }
  .pt-md-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-475 {
    margin-top: 475px !important;
  }
  .pt-md-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-480 {
    margin-top: 480px !important;
  }
  .pt-md-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-485 {
    margin-top: 485px !important;
  }
  .pt-md-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-490 {
    margin-top: 490px !important;
  }
  .pt-md-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-495 {
    margin-top: 495px !important;
  }
  .pt-md-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-500 {
    margin-top: 500px !important;
  }
  .pt-md-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-505 {
    margin-top: 505px !important;
  }
  .pt-md-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-510 {
    margin-top: 510px !important;
  }
  .pt-md-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-515 {
    margin-top: 515px !important;
  }
  .pt-md-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-520 {
    margin-top: 520px !important;
  }
  .pt-md-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-525 {
    margin-top: 525px !important;
  }
  .pt-md-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-530 {
    margin-top: 530px !important;
  }
  .pt-md-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-535 {
    margin-top: 535px !important;
  }
  .pt-md-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-540 {
    margin-top: 540px !important;
  }
  .pt-md-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-545 {
    margin-top: 545px !important;
  }
  .pt-md-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-550 {
    margin-top: 550px !important;
  }
  .pt-md-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-555 {
    margin-top: 555px !important;
  }
  .pt-md-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-560 {
    margin-top: 560px !important;
  }
  .pt-md-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-565 {
    margin-top: 565px !important;
  }
  .pt-md-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-570 {
    margin-top: 570px !important;
  }
  .pt-md-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-575 {
    margin-top: 575px !important;
  }
  .pt-md-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-580 {
    margin-top: 580px !important;
  }
  .pt-md-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-585 {
    margin-top: 585px !important;
  }
  .pt-md-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-590 {
    margin-top: 590px !important;
  }
  .pt-md-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-595 {
    margin-top: 595px !important;
  }
  .pt-md-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-600 {
    margin-top: 600px !important;
  }
  .pt-md-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-605 {
    margin-top: 605px !important;
  }
  .pt-md-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-610 {
    margin-top: 610px !important;
  }
  .pt-md-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-615 {
    margin-top: 615px !important;
  }
  .pt-md-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-620 {
    margin-top: 620px !important;
  }
  .pt-md-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-625 {
    margin-top: 625px !important;
  }
  .pt-md-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-630 {
    margin-top: 630px !important;
  }
  .pt-md-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-635 {
    margin-top: 635px !important;
  }
  .pt-md-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-640 {
    margin-top: 640px !important;
  }
  .pt-md-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-645 {
    margin-top: 645px !important;
  }
  .pt-md-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-650 {
    margin-top: 650px !important;
  }
  .pt-md-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-655 {
    margin-top: 655px !important;
  }
  .pt-md-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-660 {
    margin-top: 660px !important;
  }
  .pt-md-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-665 {
    margin-top: 665px !important;
  }
  .pt-md-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-670 {
    margin-top: 670px !important;
  }
  .pt-md-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-675 {
    margin-top: 675px !important;
  }
  .pt-md-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-680 {
    margin-top: 680px !important;
  }
  .pt-md-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-685 {
    margin-top: 685px !important;
  }
  .pt-md-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-690 {
    margin-top: 690px !important;
  }
  .pt-md-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-695 {
    margin-top: 695px !important;
  }
  .pt-md-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-700 {
    margin-top: 700px !important;
  }
  .pt-md-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-705 {
    margin-top: 705px !important;
  }
  .pt-md-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-710 {
    margin-top: 710px !important;
  }
  .pt-md-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-715 {
    margin-top: 715px !important;
  }
  .pt-md-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-720 {
    margin-top: 720px !important;
  }
  .pt-md-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-725 {
    margin-top: 725px !important;
  }
  .pt-md-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-730 {
    margin-top: 730px !important;
  }
  .pt-md-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-735 {
    margin-top: 735px !important;
  }
  .pt-md-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-740 {
    margin-top: 740px !important;
  }
  .pt-md-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-745 {
    margin-top: 745px !important;
  }
  .pt-md-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-750 {
    margin-top: 750px !important;
  }
  .pt-md-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-755 {
    margin-top: 755px !important;
  }
  .pt-md-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-760 {
    margin-top: 760px !important;
  }
  .pt-md-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-765 {
    margin-top: 765px !important;
  }
  .pt-md-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-770 {
    margin-top: 770px !important;
  }
  .pt-md-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-775 {
    margin-top: 775px !important;
  }
  .pt-md-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-780 {
    margin-top: 780px !important;
  }
  .pt-md-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-785 {
    margin-top: 785px !important;
  }
  .pt-md-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-790 {
    margin-top: 790px !important;
  }
  .pt-md-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-795 {
    margin-top: 795px !important;
  }
  .pt-md-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-800 {
    margin-top: 800px !important;
  }
  .pt-md-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-805 {
    margin-top: 805px !important;
  }
  .pt-md-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-810 {
    margin-top: 810px !important;
  }
  .pt-md-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-815 {
    margin-top: 815px !important;
  }
  .pt-md-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-820 {
    margin-top: 820px !important;
  }
  .pt-md-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-825 {
    margin-top: 825px !important;
  }
  .pt-md-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-830 {
    margin-top: 830px !important;
  }
  .pt-md-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-835 {
    margin-top: 835px !important;
  }
  .pt-md-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-840 {
    margin-top: 840px !important;
  }
  .pt-md-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-845 {
    margin-top: 845px !important;
  }
  .pt-md-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-850 {
    margin-top: 850px !important;
  }
  .pt-md-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-855 {
    margin-top: 855px !important;
  }
  .pt-md-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-860 {
    margin-top: 860px !important;
  }
  .pt-md-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-865 {
    margin-top: 865px !important;
  }
  .pt-md-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-870 {
    margin-top: 870px !important;
  }
  .pt-md-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-875 {
    margin-top: 875px !important;
  }
  .pt-md-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-880 {
    margin-top: 880px !important;
  }
  .pt-md-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-885 {
    margin-top: 885px !important;
  }
  .pt-md-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-890 {
    margin-top: 890px !important;
  }
  .pt-md-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-895 {
    margin-top: 895px !important;
  }
  .pt-md-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-900 {
    margin-top: 900px !important;
  }
  .pt-md-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-905 {
    margin-top: 905px !important;
  }
  .pt-md-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-910 {
    margin-top: 910px !important;
  }
  .pt-md-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-915 {
    margin-top: 915px !important;
  }
  .pt-md-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-920 {
    margin-top: 920px !important;
  }
  .pt-md-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-925 {
    margin-top: 925px !important;
  }
  .pt-md-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-930 {
    margin-top: 930px !important;
  }
  .pt-md-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-935 {
    margin-top: 935px !important;
  }
  .pt-md-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-940 {
    margin-top: 940px !important;
  }
  .pt-md-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-945 {
    margin-top: 945px !important;
  }
  .pt-md-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-950 {
    margin-top: 950px !important;
  }
  .pt-md-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-955 {
    margin-top: 955px !important;
  }
  .pt-md-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-960 {
    margin-top: 960px !important;
  }
  .pt-md-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-965 {
    margin-top: 965px !important;
  }
  .pt-md-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-970 {
    margin-top: 970px !important;
  }
  .pt-md-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-975 {
    margin-top: 975px !important;
  }
  .pt-md-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-980 {
    margin-top: 980px !important;
  }
  .pt-md-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-985 {
    margin-top: 985px !important;
  }
  .pt-md-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-990 {
    margin-top: 990px !important;
  }
  .pt-md-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-995 {
    margin-top: 995px !important;
  }
  .pt-md-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-1000 {
    margin-top: 1000px !important;
  }
  .pt-md-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-155 {
    margin-bottom: 155px !important;
  }
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-165 {
    margin-bottom: 165px !important;
  }
  .pb-md-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
  .pb-md-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-185 {
    margin-bottom: 185px !important;
  }
  .pb-md-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-195 {
    margin-bottom: 195px !important;
  }
  .pb-md-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-205 {
    margin-bottom: 205px !important;
  }
  .pb-md-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .pb-md-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-215 {
    margin-bottom: 215px !important;
  }
  .pb-md-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-220 {
    margin-bottom: 220px !important;
  }
  .pb-md-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-225 {
    margin-bottom: 225px !important;
  }
  .pb-md-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-230 {
    margin-bottom: 230px !important;
  }
  .pb-md-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-235 {
    margin-bottom: 235px !important;
  }
  .pb-md-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .pb-md-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-245 {
    margin-bottom: 245px !important;
  }
  .pb-md-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
  .pb-md-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-255 {
    margin-bottom: 255px !important;
  }
  .pb-md-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-260 {
    margin-bottom: 260px !important;
  }
  .pb-md-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-265 {
    margin-bottom: 265px !important;
  }
  .pb-md-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-270 {
    margin-bottom: 270px !important;
  }
  .pb-md-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-275 {
    margin-bottom: 275px !important;
  }
  .pb-md-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-280 {
    margin-bottom: 280px !important;
  }
  .pb-md-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-285 {
    margin-bottom: 285px !important;
  }
  .pb-md-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-290 {
    margin-bottom: 290px !important;
  }
  .pb-md-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-295 {
    margin-bottom: 295px !important;
  }
  .pb-md-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-300 {
    margin-bottom: 300px !important;
  }
  .pb-md-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-305 {
    margin-bottom: 305px !important;
  }
  .pb-md-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-310 {
    margin-bottom: 310px !important;
  }
  .pb-md-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-315 {
    margin-bottom: 315px !important;
  }
  .pb-md-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-320 {
    margin-bottom: 320px !important;
  }
  .pb-md-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-325 {
    margin-bottom: 325px !important;
  }
  .pb-md-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-330 {
    margin-bottom: 330px !important;
  }
  .pb-md-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-335 {
    margin-bottom: 335px !important;
  }
  .pb-md-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-340 {
    margin-bottom: 340px !important;
  }
  .pb-md-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-345 {
    margin-bottom: 345px !important;
  }
  .pb-md-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-350 {
    margin-bottom: 350px !important;
  }
  .pb-md-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-355 {
    margin-bottom: 355px !important;
  }
  .pb-md-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-360 {
    margin-bottom: 360px !important;
  }
  .pb-md-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-365 {
    margin-bottom: 365px !important;
  }
  .pb-md-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-370 {
    margin-bottom: 370px !important;
  }
  .pb-md-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-375 {
    margin-bottom: 375px !important;
  }
  .pb-md-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-380 {
    margin-bottom: 380px !important;
  }
  .pb-md-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-385 {
    margin-bottom: 385px !important;
  }
  .pb-md-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-390 {
    margin-bottom: 390px !important;
  }
  .pb-md-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-395 {
    margin-bottom: 395px !important;
  }
  .pb-md-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-400 {
    margin-bottom: 400px !important;
  }
  .pb-md-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-405 {
    margin-bottom: 405px !important;
  }
  .pb-md-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-410 {
    margin-bottom: 410px !important;
  }
  .pb-md-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-415 {
    margin-bottom: 415px !important;
  }
  .pb-md-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-420 {
    margin-bottom: 420px !important;
  }
  .pb-md-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-425 {
    margin-bottom: 425px !important;
  }
  .pb-md-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-430 {
    margin-bottom: 430px !important;
  }
  .pb-md-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-435 {
    margin-bottom: 435px !important;
  }
  .pb-md-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-440 {
    margin-bottom: 440px !important;
  }
  .pb-md-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-445 {
    margin-bottom: 445px !important;
  }
  .pb-md-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-450 {
    margin-bottom: 450px !important;
  }
  .pb-md-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-455 {
    margin-bottom: 455px !important;
  }
  .pb-md-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-460 {
    margin-bottom: 460px !important;
  }
  .pb-md-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-465 {
    margin-bottom: 465px !important;
  }
  .pb-md-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-470 {
    margin-bottom: 470px !important;
  }
  .pb-md-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-475 {
    margin-bottom: 475px !important;
  }
  .pb-md-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-480 {
    margin-bottom: 480px !important;
  }
  .pb-md-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-485 {
    margin-bottom: 485px !important;
  }
  .pb-md-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-490 {
    margin-bottom: 490px !important;
  }
  .pb-md-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-495 {
    margin-bottom: 495px !important;
  }
  .pb-md-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-500 {
    margin-bottom: 500px !important;
  }
  .pb-md-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-505 {
    margin-bottom: 505px !important;
  }
  .pb-md-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-510 {
    margin-bottom: 510px !important;
  }
  .pb-md-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-515 {
    margin-bottom: 515px !important;
  }
  .pb-md-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-520 {
    margin-bottom: 520px !important;
  }
  .pb-md-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-525 {
    margin-bottom: 525px !important;
  }
  .pb-md-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-530 {
    margin-bottom: 530px !important;
  }
  .pb-md-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-535 {
    margin-bottom: 535px !important;
  }
  .pb-md-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-540 {
    margin-bottom: 540px !important;
  }
  .pb-md-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-545 {
    margin-bottom: 545px !important;
  }
  .pb-md-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-550 {
    margin-bottom: 550px !important;
  }
  .pb-md-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-555 {
    margin-bottom: 555px !important;
  }
  .pb-md-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-560 {
    margin-bottom: 560px !important;
  }
  .pb-md-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-565 {
    margin-bottom: 565px !important;
  }
  .pb-md-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-570 {
    margin-bottom: 570px !important;
  }
  .pb-md-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-575 {
    margin-bottom: 575px !important;
  }
  .pb-md-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-580 {
    margin-bottom: 580px !important;
  }
  .pb-md-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-585 {
    margin-bottom: 585px !important;
  }
  .pb-md-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-590 {
    margin-bottom: 590px !important;
  }
  .pb-md-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-595 {
    margin-bottom: 595px !important;
  }
  .pb-md-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-600 {
    margin-bottom: 600px !important;
  }
  .pb-md-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-605 {
    margin-bottom: 605px !important;
  }
  .pb-md-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-610 {
    margin-bottom: 610px !important;
  }
  .pb-md-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-615 {
    margin-bottom: 615px !important;
  }
  .pb-md-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-620 {
    margin-bottom: 620px !important;
  }
  .pb-md-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-625 {
    margin-bottom: 625px !important;
  }
  .pb-md-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-630 {
    margin-bottom: 630px !important;
  }
  .pb-md-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-635 {
    margin-bottom: 635px !important;
  }
  .pb-md-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-640 {
    margin-bottom: 640px !important;
  }
  .pb-md-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-645 {
    margin-bottom: 645px !important;
  }
  .pb-md-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-650 {
    margin-bottom: 650px !important;
  }
  .pb-md-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-655 {
    margin-bottom: 655px !important;
  }
  .pb-md-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-660 {
    margin-bottom: 660px !important;
  }
  .pb-md-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-665 {
    margin-bottom: 665px !important;
  }
  .pb-md-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-670 {
    margin-bottom: 670px !important;
  }
  .pb-md-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-675 {
    margin-bottom: 675px !important;
  }
  .pb-md-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-680 {
    margin-bottom: 680px !important;
  }
  .pb-md-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-685 {
    margin-bottom: 685px !important;
  }
  .pb-md-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-690 {
    margin-bottom: 690px !important;
  }
  .pb-md-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-695 {
    margin-bottom: 695px !important;
  }
  .pb-md-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-700 {
    margin-bottom: 700px !important;
  }
  .pb-md-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-705 {
    margin-bottom: 705px !important;
  }
  .pb-md-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-710 {
    margin-bottom: 710px !important;
  }
  .pb-md-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-715 {
    margin-bottom: 715px !important;
  }
  .pb-md-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-720 {
    margin-bottom: 720px !important;
  }
  .pb-md-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-725 {
    margin-bottom: 725px !important;
  }
  .pb-md-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-730 {
    margin-bottom: 730px !important;
  }
  .pb-md-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-735 {
    margin-bottom: 735px !important;
  }
  .pb-md-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-740 {
    margin-bottom: 740px !important;
  }
  .pb-md-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-745 {
    margin-bottom: 745px !important;
  }
  .pb-md-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-750 {
    margin-bottom: 750px !important;
  }
  .pb-md-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-755 {
    margin-bottom: 755px !important;
  }
  .pb-md-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-760 {
    margin-bottom: 760px !important;
  }
  .pb-md-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-765 {
    margin-bottom: 765px !important;
  }
  .pb-md-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-770 {
    margin-bottom: 770px !important;
  }
  .pb-md-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-775 {
    margin-bottom: 775px !important;
  }
  .pb-md-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-780 {
    margin-bottom: 780px !important;
  }
  .pb-md-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-785 {
    margin-bottom: 785px !important;
  }
  .pb-md-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-790 {
    margin-bottom: 790px !important;
  }
  .pb-md-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-795 {
    margin-bottom: 795px !important;
  }
  .pb-md-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-800 {
    margin-bottom: 800px !important;
  }
  .pb-md-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-805 {
    margin-bottom: 805px !important;
  }
  .pb-md-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-810 {
    margin-bottom: 810px !important;
  }
  .pb-md-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-815 {
    margin-bottom: 815px !important;
  }
  .pb-md-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-820 {
    margin-bottom: 820px !important;
  }
  .pb-md-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-825 {
    margin-bottom: 825px !important;
  }
  .pb-md-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-830 {
    margin-bottom: 830px !important;
  }
  .pb-md-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-835 {
    margin-bottom: 835px !important;
  }
  .pb-md-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-840 {
    margin-bottom: 840px !important;
  }
  .pb-md-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-845 {
    margin-bottom: 845px !important;
  }
  .pb-md-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-850 {
    margin-bottom: 850px !important;
  }
  .pb-md-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-855 {
    margin-bottom: 855px !important;
  }
  .pb-md-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-860 {
    margin-bottom: 860px !important;
  }
  .pb-md-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-865 {
    margin-bottom: 865px !important;
  }
  .pb-md-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-870 {
    margin-bottom: 870px !important;
  }
  .pb-md-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-875 {
    margin-bottom: 875px !important;
  }
  .pb-md-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-880 {
    margin-bottom: 880px !important;
  }
  .pb-md-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-885 {
    margin-bottom: 885px !important;
  }
  .pb-md-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-890 {
    margin-bottom: 890px !important;
  }
  .pb-md-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-895 {
    margin-bottom: 895px !important;
  }
  .pb-md-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-900 {
    margin-bottom: 900px !important;
  }
  .pb-md-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-905 {
    margin-bottom: 905px !important;
  }
  .pb-md-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-910 {
    margin-bottom: 910px !important;
  }
  .pb-md-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-915 {
    margin-bottom: 915px !important;
  }
  .pb-md-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-920 {
    margin-bottom: 920px !important;
  }
  .pb-md-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-925 {
    margin-bottom: 925px !important;
  }
  .pb-md-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-930 {
    margin-bottom: 930px !important;
  }
  .pb-md-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-935 {
    margin-bottom: 935px !important;
  }
  .pb-md-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-940 {
    margin-bottom: 940px !important;
  }
  .pb-md-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-945 {
    margin-bottom: 945px !important;
  }
  .pb-md-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-950 {
    margin-bottom: 950px !important;
  }
  .pb-md-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-955 {
    margin-bottom: 955px !important;
  }
  .pb-md-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-960 {
    margin-bottom: 960px !important;
  }
  .pb-md-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-965 {
    margin-bottom: 965px !important;
  }
  .pb-md-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-970 {
    margin-bottom: 970px !important;
  }
  .pb-md-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-975 {
    margin-bottom: 975px !important;
  }
  .pb-md-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-980 {
    margin-bottom: 980px !important;
  }
  .pb-md-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-985 {
    margin-bottom: 985px !important;
  }
  .pb-md-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-990 {
    margin-bottom: 990px !important;
  }
  .pb-md-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-995 {
    margin-bottom: 995px !important;
  }
  .pb-md-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-md-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .pl-md-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .pl-md-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .pl-md-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .pl-md-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .pl-md-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-105 {
    margin-left: 105px !important;
  }
  .pl-md-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-110 {
    margin-left: 110px !important;
  }
  .pl-md-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-115 {
    margin-left: 115px !important;
  }
  .pl-md-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-120 {
    margin-left: 120px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-125 {
    margin-left: 125px !important;
  }
  .pl-md-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-130 {
    margin-left: 130px !important;
  }
  .pl-md-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-135 {
    margin-left: 135px !important;
  }
  .pl-md-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-140 {
    margin-left: 140px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-145 {
    margin-left: 145px !important;
  }
  .pl-md-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-150 {
    margin-left: 150px !important;
  }
  .pl-md-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-155 {
    margin-left: 155px !important;
  }
  .pl-md-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-160 {
    margin-left: 160px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-165 {
    margin-left: 165px !important;
  }
  .pl-md-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-170 {
    margin-left: 170px !important;
  }
  .pl-md-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-175 {
    margin-left: 175px !important;
  }
  .pl-md-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-180 {
    margin-left: 180px !important;
  }
  .pl-md-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-185 {
    margin-left: 185px !important;
  }
  .pl-md-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-190 {
    margin-left: 190px !important;
  }
  .pl-md-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-195 {
    margin-left: 195px !important;
  }
  .pl-md-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-200 {
    margin-left: 200px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-205 {
    margin-left: 205px !important;
  }
  .pl-md-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-210 {
    margin-left: 210px !important;
  }
  .pl-md-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-215 {
    margin-left: 215px !important;
  }
  .pl-md-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-220 {
    margin-left: 220px !important;
  }
  .pl-md-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-225 {
    margin-left: 225px !important;
  }
  .pl-md-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-230 {
    margin-left: 230px !important;
  }
  .pl-md-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-235 {
    margin-left: 235px !important;
  }
  .pl-md-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-240 {
    margin-left: 240px !important;
  }
  .pl-md-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-245 {
    margin-left: 245px !important;
  }
  .pl-md-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-250 {
    margin-left: 250px !important;
  }
  .pl-md-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-255 {
    margin-left: 255px !important;
  }
  .pl-md-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-260 {
    margin-left: 260px !important;
  }
  .pl-md-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-265 {
    margin-left: 265px !important;
  }
  .pl-md-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-270 {
    margin-left: 270px !important;
  }
  .pl-md-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-275 {
    margin-left: 275px !important;
  }
  .pl-md-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-280 {
    margin-left: 280px !important;
  }
  .pl-md-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-285 {
    margin-left: 285px !important;
  }
  .pl-md-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-290 {
    margin-left: 290px !important;
  }
  .pl-md-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-295 {
    margin-left: 295px !important;
  }
  .pl-md-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-300 {
    margin-left: 300px !important;
  }
  .pl-md-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-305 {
    margin-left: 305px !important;
  }
  .pl-md-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-310 {
    margin-left: 310px !important;
  }
  .pl-md-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-315 {
    margin-left: 315px !important;
  }
  .pl-md-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-320 {
    margin-left: 320px !important;
  }
  .pl-md-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-325 {
    margin-left: 325px !important;
  }
  .pl-md-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-330 {
    margin-left: 330px !important;
  }
  .pl-md-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-335 {
    margin-left: 335px !important;
  }
  .pl-md-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-340 {
    margin-left: 340px !important;
  }
  .pl-md-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-345 {
    margin-left: 345px !important;
  }
  .pl-md-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-350 {
    margin-left: 350px !important;
  }
  .pl-md-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-355 {
    margin-left: 355px !important;
  }
  .pl-md-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-360 {
    margin-left: 360px !important;
  }
  .pl-md-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-365 {
    margin-left: 365px !important;
  }
  .pl-md-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-370 {
    margin-left: 370px !important;
  }
  .pl-md-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-375 {
    margin-left: 375px !important;
  }
  .pl-md-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-380 {
    margin-left: 380px !important;
  }
  .pl-md-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-385 {
    margin-left: 385px !important;
  }
  .pl-md-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-390 {
    margin-left: 390px !important;
  }
  .pl-md-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-395 {
    margin-left: 395px !important;
  }
  .pl-md-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-400 {
    margin-left: 400px !important;
  }
  .pl-md-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-405 {
    margin-left: 405px !important;
  }
  .pl-md-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-410 {
    margin-left: 410px !important;
  }
  .pl-md-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-415 {
    margin-left: 415px !important;
  }
  .pl-md-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-420 {
    margin-left: 420px !important;
  }
  .pl-md-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-425 {
    margin-left: 425px !important;
  }
  .pl-md-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-430 {
    margin-left: 430px !important;
  }
  .pl-md-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-435 {
    margin-left: 435px !important;
  }
  .pl-md-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-440 {
    margin-left: 440px !important;
  }
  .pl-md-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-445 {
    margin-left: 445px !important;
  }
  .pl-md-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-450 {
    margin-left: 450px !important;
  }
  .pl-md-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-455 {
    margin-left: 455px !important;
  }
  .pl-md-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-460 {
    margin-left: 460px !important;
  }
  .pl-md-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-465 {
    margin-left: 465px !important;
  }
  .pl-md-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-470 {
    margin-left: 470px !important;
  }
  .pl-md-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-475 {
    margin-left: 475px !important;
  }
  .pl-md-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-480 {
    margin-left: 480px !important;
  }
  .pl-md-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-485 {
    margin-left: 485px !important;
  }
  .pl-md-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-490 {
    margin-left: 490px !important;
  }
  .pl-md-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-495 {
    margin-left: 495px !important;
  }
  .pl-md-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-500 {
    margin-left: 500px !important;
  }
  .pl-md-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-505 {
    margin-left: 505px !important;
  }
  .pl-md-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-510 {
    margin-left: 510px !important;
  }
  .pl-md-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-515 {
    margin-left: 515px !important;
  }
  .pl-md-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-520 {
    margin-left: 520px !important;
  }
  .pl-md-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-525 {
    margin-left: 525px !important;
  }
  .pl-md-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-530 {
    margin-left: 530px !important;
  }
  .pl-md-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-535 {
    margin-left: 535px !important;
  }
  .pl-md-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-540 {
    margin-left: 540px !important;
  }
  .pl-md-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-545 {
    margin-left: 545px !important;
  }
  .pl-md-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-550 {
    margin-left: 550px !important;
  }
  .pl-md-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-555 {
    margin-left: 555px !important;
  }
  .pl-md-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-560 {
    margin-left: 560px !important;
  }
  .pl-md-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-565 {
    margin-left: 565px !important;
  }
  .pl-md-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-570 {
    margin-left: 570px !important;
  }
  .pl-md-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-575 {
    margin-left: 575px !important;
  }
  .pl-md-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-580 {
    margin-left: 580px !important;
  }
  .pl-md-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-585 {
    margin-left: 585px !important;
  }
  .pl-md-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-590 {
    margin-left: 590px !important;
  }
  .pl-md-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-595 {
    margin-left: 595px !important;
  }
  .pl-md-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-600 {
    margin-left: 600px !important;
  }
  .pl-md-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-605 {
    margin-left: 605px !important;
  }
  .pl-md-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-610 {
    margin-left: 610px !important;
  }
  .pl-md-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-615 {
    margin-left: 615px !important;
  }
  .pl-md-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-620 {
    margin-left: 620px !important;
  }
  .pl-md-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-625 {
    margin-left: 625px !important;
  }
  .pl-md-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-630 {
    margin-left: 630px !important;
  }
  .pl-md-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-635 {
    margin-left: 635px !important;
  }
  .pl-md-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-640 {
    margin-left: 640px !important;
  }
  .pl-md-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-645 {
    margin-left: 645px !important;
  }
  .pl-md-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-650 {
    margin-left: 650px !important;
  }
  .pl-md-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-655 {
    margin-left: 655px !important;
  }
  .pl-md-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-660 {
    margin-left: 660px !important;
  }
  .pl-md-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-665 {
    margin-left: 665px !important;
  }
  .pl-md-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-670 {
    margin-left: 670px !important;
  }
  .pl-md-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-675 {
    margin-left: 675px !important;
  }
  .pl-md-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-680 {
    margin-left: 680px !important;
  }
  .pl-md-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-685 {
    margin-left: 685px !important;
  }
  .pl-md-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-690 {
    margin-left: 690px !important;
  }
  .pl-md-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-695 {
    margin-left: 695px !important;
  }
  .pl-md-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-700 {
    margin-left: 700px !important;
  }
  .pl-md-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-705 {
    margin-left: 705px !important;
  }
  .pl-md-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-710 {
    margin-left: 710px !important;
  }
  .pl-md-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-715 {
    margin-left: 715px !important;
  }
  .pl-md-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-720 {
    margin-left: 720px !important;
  }
  .pl-md-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-725 {
    margin-left: 725px !important;
  }
  .pl-md-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-730 {
    margin-left: 730px !important;
  }
  .pl-md-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-735 {
    margin-left: 735px !important;
  }
  .pl-md-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-740 {
    margin-left: 740px !important;
  }
  .pl-md-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-745 {
    margin-left: 745px !important;
  }
  .pl-md-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-750 {
    margin-left: 750px !important;
  }
  .pl-md-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-755 {
    margin-left: 755px !important;
  }
  .pl-md-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-760 {
    margin-left: 760px !important;
  }
  .pl-md-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-765 {
    margin-left: 765px !important;
  }
  .pl-md-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-770 {
    margin-left: 770px !important;
  }
  .pl-md-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-775 {
    margin-left: 775px !important;
  }
  .pl-md-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-780 {
    margin-left: 780px !important;
  }
  .pl-md-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-785 {
    margin-left: 785px !important;
  }
  .pl-md-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-790 {
    margin-left: 790px !important;
  }
  .pl-md-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-795 {
    margin-left: 795px !important;
  }
  .pl-md-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-800 {
    margin-left: 800px !important;
  }
  .pl-md-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-805 {
    margin-left: 805px !important;
  }
  .pl-md-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-810 {
    margin-left: 810px !important;
  }
  .pl-md-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-815 {
    margin-left: 815px !important;
  }
  .pl-md-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-820 {
    margin-left: 820px !important;
  }
  .pl-md-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-825 {
    margin-left: 825px !important;
  }
  .pl-md-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-830 {
    margin-left: 830px !important;
  }
  .pl-md-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-835 {
    margin-left: 835px !important;
  }
  .pl-md-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-840 {
    margin-left: 840px !important;
  }
  .pl-md-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-845 {
    margin-left: 845px !important;
  }
  .pl-md-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-850 {
    margin-left: 850px !important;
  }
  .pl-md-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-855 {
    margin-left: 855px !important;
  }
  .pl-md-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-860 {
    margin-left: 860px !important;
  }
  .pl-md-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-865 {
    margin-left: 865px !important;
  }
  .pl-md-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-870 {
    margin-left: 870px !important;
  }
  .pl-md-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-875 {
    margin-left: 875px !important;
  }
  .pl-md-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-880 {
    margin-left: 880px !important;
  }
  .pl-md-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-885 {
    margin-left: 885px !important;
  }
  .pl-md-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-890 {
    margin-left: 890px !important;
  }
  .pl-md-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-895 {
    margin-left: 895px !important;
  }
  .pl-md-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-900 {
    margin-left: 900px !important;
  }
  .pl-md-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-905 {
    margin-left: 905px !important;
  }
  .pl-md-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-910 {
    margin-left: 910px !important;
  }
  .pl-md-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-915 {
    margin-left: 915px !important;
  }
  .pl-md-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-920 {
    margin-left: 920px !important;
  }
  .pl-md-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-925 {
    margin-left: 925px !important;
  }
  .pl-md-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-930 {
    margin-left: 930px !important;
  }
  .pl-md-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-935 {
    margin-left: 935px !important;
  }
  .pl-md-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-940 {
    margin-left: 940px !important;
  }
  .pl-md-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-945 {
    margin-left: 945px !important;
  }
  .pl-md-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-950 {
    margin-left: 950px !important;
  }
  .pl-md-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-955 {
    margin-left: 955px !important;
  }
  .pl-md-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-960 {
    margin-left: 960px !important;
  }
  .pl-md-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-965 {
    margin-left: 965px !important;
  }
  .pl-md-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-970 {
    margin-left: 970px !important;
  }
  .pl-md-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-975 {
    margin-left: 975px !important;
  }
  .pl-md-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-980 {
    margin-left: 980px !important;
  }
  .pl-md-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-985 {
    margin-left: 985px !important;
  }
  .pl-md-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-990 {
    margin-left: 990px !important;
  }
  .pl-md-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-995 {
    margin-left: 995px !important;
  }
  .pl-md-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-1000 {
    margin-left: 1000px !important;
  }
  .pl-md-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .pr-md-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .pr-md-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .pr-md-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .pr-md-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .pr-md-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-105 {
    margin-right: 105px !important;
  }
  .pr-md-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-110 {
    margin-right: 110px !important;
  }
  .pr-md-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-115 {
    margin-right: 115px !important;
  }
  .pr-md-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-120 {
    margin-right: 120px !important;
  }
  .pr-md-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-125 {
    margin-right: 125px !important;
  }
  .pr-md-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-130 {
    margin-right: 130px !important;
  }
  .pr-md-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-135 {
    margin-right: 135px !important;
  }
  .pr-md-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-140 {
    margin-right: 140px !important;
  }
  .pr-md-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-145 {
    margin-right: 145px !important;
  }
  .pr-md-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-150 {
    margin-right: 150px !important;
  }
  .pr-md-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-155 {
    margin-right: 155px !important;
  }
  .pr-md-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-160 {
    margin-right: 160px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-165 {
    margin-right: 165px !important;
  }
  .pr-md-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-170 {
    margin-right: 170px !important;
  }
  .pr-md-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-175 {
    margin-right: 175px !important;
  }
  .pr-md-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-180 {
    margin-right: 180px !important;
  }
  .pr-md-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-185 {
    margin-right: 185px !important;
  }
  .pr-md-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-190 {
    margin-right: 190px !important;
  }
  .pr-md-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-195 {
    margin-right: 195px !important;
  }
  .pr-md-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-200 {
    margin-right: 200px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-205 {
    margin-right: 205px !important;
  }
  .pr-md-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-210 {
    margin-right: 210px !important;
  }
  .pr-md-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-215 {
    margin-right: 215px !important;
  }
  .pr-md-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-220 {
    margin-right: 220px !important;
  }
  .pr-md-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-225 {
    margin-right: 225px !important;
  }
  .pr-md-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-230 {
    margin-right: 230px !important;
  }
  .pr-md-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-235 {
    margin-right: 235px !important;
  }
  .pr-md-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-240 {
    margin-right: 240px !important;
  }
  .pr-md-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-245 {
    margin-right: 245px !important;
  }
  .pr-md-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-250 {
    margin-right: 250px !important;
  }
  .pr-md-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-255 {
    margin-right: 255px !important;
  }
  .pr-md-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-260 {
    margin-right: 260px !important;
  }
  .pr-md-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-265 {
    margin-right: 265px !important;
  }
  .pr-md-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-270 {
    margin-right: 270px !important;
  }
  .pr-md-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-275 {
    margin-right: 275px !important;
  }
  .pr-md-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-280 {
    margin-right: 280px !important;
  }
  .pr-md-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-285 {
    margin-right: 285px !important;
  }
  .pr-md-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-290 {
    margin-right: 290px !important;
  }
  .pr-md-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-295 {
    margin-right: 295px !important;
  }
  .pr-md-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-300 {
    margin-right: 300px !important;
  }
  .pr-md-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-305 {
    margin-right: 305px !important;
  }
  .pr-md-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-310 {
    margin-right: 310px !important;
  }
  .pr-md-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-315 {
    margin-right: 315px !important;
  }
  .pr-md-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-320 {
    margin-right: 320px !important;
  }
  .pr-md-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-325 {
    margin-right: 325px !important;
  }
  .pr-md-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-330 {
    margin-right: 330px !important;
  }
  .pr-md-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-335 {
    margin-right: 335px !important;
  }
  .pr-md-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-340 {
    margin-right: 340px !important;
  }
  .pr-md-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-345 {
    margin-right: 345px !important;
  }
  .pr-md-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-350 {
    margin-right: 350px !important;
  }
  .pr-md-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-355 {
    margin-right: 355px !important;
  }
  .pr-md-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-360 {
    margin-right: 360px !important;
  }
  .pr-md-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-365 {
    margin-right: 365px !important;
  }
  .pr-md-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-370 {
    margin-right: 370px !important;
  }
  .pr-md-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-375 {
    margin-right: 375px !important;
  }
  .pr-md-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-380 {
    margin-right: 380px !important;
  }
  .pr-md-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-385 {
    margin-right: 385px !important;
  }
  .pr-md-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-390 {
    margin-right: 390px !important;
  }
  .pr-md-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-395 {
    margin-right: 395px !important;
  }
  .pr-md-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-400 {
    margin-right: 400px !important;
  }
  .pr-md-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-405 {
    margin-right: 405px !important;
  }
  .pr-md-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-410 {
    margin-right: 410px !important;
  }
  .pr-md-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-415 {
    margin-right: 415px !important;
  }
  .pr-md-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-420 {
    margin-right: 420px !important;
  }
  .pr-md-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-425 {
    margin-right: 425px !important;
  }
  .pr-md-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-430 {
    margin-right: 430px !important;
  }
  .pr-md-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-435 {
    margin-right: 435px !important;
  }
  .pr-md-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-440 {
    margin-right: 440px !important;
  }
  .pr-md-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-445 {
    margin-right: 445px !important;
  }
  .pr-md-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-450 {
    margin-right: 450px !important;
  }
  .pr-md-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-455 {
    margin-right: 455px !important;
  }
  .pr-md-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-460 {
    margin-right: 460px !important;
  }
  .pr-md-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-465 {
    margin-right: 465px !important;
  }
  .pr-md-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-470 {
    margin-right: 470px !important;
  }
  .pr-md-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-475 {
    margin-right: 475px !important;
  }
  .pr-md-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-480 {
    margin-right: 480px !important;
  }
  .pr-md-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-485 {
    margin-right: 485px !important;
  }
  .pr-md-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-490 {
    margin-right: 490px !important;
  }
  .pr-md-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-495 {
    margin-right: 495px !important;
  }
  .pr-md-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-500 {
    margin-right: 500px !important;
  }
  .pr-md-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-505 {
    margin-right: 505px !important;
  }
  .pr-md-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-510 {
    margin-right: 510px !important;
  }
  .pr-md-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-515 {
    margin-right: 515px !important;
  }
  .pr-md-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-520 {
    margin-right: 520px !important;
  }
  .pr-md-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-525 {
    margin-right: 525px !important;
  }
  .pr-md-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-530 {
    margin-right: 530px !important;
  }
  .pr-md-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-535 {
    margin-right: 535px !important;
  }
  .pr-md-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-540 {
    margin-right: 540px !important;
  }
  .pr-md-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-545 {
    margin-right: 545px !important;
  }
  .pr-md-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-550 {
    margin-right: 550px !important;
  }
  .pr-md-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-555 {
    margin-right: 555px !important;
  }
  .pr-md-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-560 {
    margin-right: 560px !important;
  }
  .pr-md-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-565 {
    margin-right: 565px !important;
  }
  .pr-md-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-570 {
    margin-right: 570px !important;
  }
  .pr-md-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-575 {
    margin-right: 575px !important;
  }
  .pr-md-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-580 {
    margin-right: 580px !important;
  }
  .pr-md-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-585 {
    margin-right: 585px !important;
  }
  .pr-md-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-590 {
    margin-right: 590px !important;
  }
  .pr-md-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-595 {
    margin-right: 595px !important;
  }
  .pr-md-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-600 {
    margin-right: 600px !important;
  }
  .pr-md-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-605 {
    margin-right: 605px !important;
  }
  .pr-md-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-610 {
    margin-right: 610px !important;
  }
  .pr-md-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-615 {
    margin-right: 615px !important;
  }
  .pr-md-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-620 {
    margin-right: 620px !important;
  }
  .pr-md-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-625 {
    margin-right: 625px !important;
  }
  .pr-md-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-630 {
    margin-right: 630px !important;
  }
  .pr-md-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-635 {
    margin-right: 635px !important;
  }
  .pr-md-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-640 {
    margin-right: 640px !important;
  }
  .pr-md-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-645 {
    margin-right: 645px !important;
  }
  .pr-md-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-650 {
    margin-right: 650px !important;
  }
  .pr-md-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-655 {
    margin-right: 655px !important;
  }
  .pr-md-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-660 {
    margin-right: 660px !important;
  }
  .pr-md-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-665 {
    margin-right: 665px !important;
  }
  .pr-md-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-670 {
    margin-right: 670px !important;
  }
  .pr-md-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-675 {
    margin-right: 675px !important;
  }
  .pr-md-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-680 {
    margin-right: 680px !important;
  }
  .pr-md-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-685 {
    margin-right: 685px !important;
  }
  .pr-md-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-690 {
    margin-right: 690px !important;
  }
  .pr-md-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-695 {
    margin-right: 695px !important;
  }
  .pr-md-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-700 {
    margin-right: 700px !important;
  }
  .pr-md-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-705 {
    margin-right: 705px !important;
  }
  .pr-md-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-710 {
    margin-right: 710px !important;
  }
  .pr-md-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-715 {
    margin-right: 715px !important;
  }
  .pr-md-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-720 {
    margin-right: 720px !important;
  }
  .pr-md-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-725 {
    margin-right: 725px !important;
  }
  .pr-md-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-730 {
    margin-right: 730px !important;
  }
  .pr-md-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-735 {
    margin-right: 735px !important;
  }
  .pr-md-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-740 {
    margin-right: 740px !important;
  }
  .pr-md-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-745 {
    margin-right: 745px !important;
  }
  .pr-md-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-750 {
    margin-right: 750px !important;
  }
  .pr-md-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-755 {
    margin-right: 755px !important;
  }
  .pr-md-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-760 {
    margin-right: 760px !important;
  }
  .pr-md-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-765 {
    margin-right: 765px !important;
  }
  .pr-md-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-770 {
    margin-right: 770px !important;
  }
  .pr-md-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-775 {
    margin-right: 775px !important;
  }
  .pr-md-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-780 {
    margin-right: 780px !important;
  }
  .pr-md-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-785 {
    margin-right: 785px !important;
  }
  .pr-md-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-790 {
    margin-right: 790px !important;
  }
  .pr-md-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-795 {
    margin-right: 795px !important;
  }
  .pr-md-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-800 {
    margin-right: 800px !important;
  }
  .pr-md-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-805 {
    margin-right: 805px !important;
  }
  .pr-md-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-810 {
    margin-right: 810px !important;
  }
  .pr-md-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-815 {
    margin-right: 815px !important;
  }
  .pr-md-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-820 {
    margin-right: 820px !important;
  }
  .pr-md-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-825 {
    margin-right: 825px !important;
  }
  .pr-md-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-830 {
    margin-right: 830px !important;
  }
  .pr-md-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-835 {
    margin-right: 835px !important;
  }
  .pr-md-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-840 {
    margin-right: 840px !important;
  }
  .pr-md-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-845 {
    margin-right: 845px !important;
  }
  .pr-md-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-850 {
    margin-right: 850px !important;
  }
  .pr-md-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-855 {
    margin-right: 855px !important;
  }
  .pr-md-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-860 {
    margin-right: 860px !important;
  }
  .pr-md-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-865 {
    margin-right: 865px !important;
  }
  .pr-md-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-870 {
    margin-right: 870px !important;
  }
  .pr-md-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-875 {
    margin-right: 875px !important;
  }
  .pr-md-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-880 {
    margin-right: 880px !important;
  }
  .pr-md-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-885 {
    margin-right: 885px !important;
  }
  .pr-md-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-890 {
    margin-right: 890px !important;
  }
  .pr-md-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-895 {
    margin-right: 895px !important;
  }
  .pr-md-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-900 {
    margin-right: 900px !important;
  }
  .pr-md-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-905 {
    margin-right: 905px !important;
  }
  .pr-md-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-910 {
    margin-right: 910px !important;
  }
  .pr-md-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-915 {
    margin-right: 915px !important;
  }
  .pr-md-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-920 {
    margin-right: 920px !important;
  }
  .pr-md-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-925 {
    margin-right: 925px !important;
  }
  .pr-md-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-930 {
    margin-right: 930px !important;
  }
  .pr-md-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-935 {
    margin-right: 935px !important;
  }
  .pr-md-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-940 {
    margin-right: 940px !important;
  }
  .pr-md-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-945 {
    margin-right: 945px !important;
  }
  .pr-md-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-950 {
    margin-right: 950px !important;
  }
  .pr-md-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-955 {
    margin-right: 955px !important;
  }
  .pr-md-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-960 {
    margin-right: 960px !important;
  }
  .pr-md-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-965 {
    margin-right: 965px !important;
  }
  .pr-md-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-970 {
    margin-right: 970px !important;
  }
  .pr-md-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-975 {
    margin-right: 975px !important;
  }
  .pr-md-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-980 {
    margin-right: 980px !important;
  }
  .pr-md-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-985 {
    margin-right: 985px !important;
  }
  .pr-md-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-990 {
    margin-right: 990px !important;
  }
  .pr-md-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-995 {
    margin-right: 995px !important;
  }
  .pr-md-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-1000 {
    margin-right: 1000px !important;
  }
  .pr-md-1000 {
    padding-right: 1000px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 5px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-10 {
    margin: 10px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-15 {
    margin: 15px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-20 {
    margin: 20px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-25 {
    margin: 25px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-30 {
    margin: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-35 {
    margin: 35px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-40 {
    margin: 40px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-45 {
    margin: 45px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-50 {
    margin: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-55 {
    margin: 55px !important;
  }
  .p-lg-55 {
    padding: 55px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-60 {
    margin: 60px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-65 {
    margin: 65px !important;
  }
  .p-lg-65 {
    padding: 65px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-70 {
    margin: 70px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-75 {
    margin: 75px !important;
  }
  .p-lg-75 {
    padding: 75px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-80 {
    margin: 80px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-85 {
    margin: 85px !important;
  }
  .p-lg-85 {
    padding: 85px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-90 {
    margin: 90px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-95 {
    margin: 95px !important;
  }
  .p-lg-95 {
    padding: 95px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-100 {
    margin: 100px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-105 {
    margin: 105px !important;
  }
  .p-lg-105 {
    padding: 105px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-110 {
    margin: 110px !important;
  }
  .p-lg-110 {
    padding: 110px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-115 {
    margin: 115px !important;
  }
  .p-lg-115 {
    padding: 115px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-120 {
    margin: 120px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-125 {
    margin: 125px !important;
  }
  .p-lg-125 {
    padding: 125px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-130 {
    margin: 130px !important;
  }
  .p-lg-130 {
    padding: 130px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-135 {
    margin: 135px !important;
  }
  .p-lg-135 {
    padding: 135px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-140 {
    margin: 140px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-145 {
    margin: 145px !important;
  }
  .p-lg-145 {
    padding: 145px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-150 {
    margin: 150px !important;
  }
  .p-lg-150 {
    padding: 150px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-155 {
    margin: 155px !important;
  }
  .p-lg-155 {
    padding: 155px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-160 {
    margin: 160px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-165 {
    margin: 165px !important;
  }
  .p-lg-165 {
    padding: 165px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-170 {
    margin: 170px !important;
  }
  .p-lg-170 {
    padding: 170px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-175 {
    margin: 175px !important;
  }
  .p-lg-175 {
    padding: 175px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-180 {
    margin: 180px !important;
  }
  .p-lg-180 {
    padding: 180px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-185 {
    margin: 185px !important;
  }
  .p-lg-185 {
    padding: 185px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-190 {
    margin: 190px !important;
  }
  .p-lg-190 {
    padding: 190px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-195 {
    margin: 195px !important;
  }
  .p-lg-195 {
    padding: 195px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-200 {
    margin: 200px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-205 {
    margin: 205px !important;
  }
  .p-lg-205 {
    padding: 205px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-210 {
    margin: 210px !important;
  }
  .p-lg-210 {
    padding: 210px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-215 {
    margin: 215px !important;
  }
  .p-lg-215 {
    padding: 215px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-220 {
    margin: 220px !important;
  }
  .p-lg-220 {
    padding: 220px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-225 {
    margin: 225px !important;
  }
  .p-lg-225 {
    padding: 225px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-230 {
    margin: 230px !important;
  }
  .p-lg-230 {
    padding: 230px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-235 {
    margin: 235px !important;
  }
  .p-lg-235 {
    padding: 235px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-240 {
    margin: 240px !important;
  }
  .p-lg-240 {
    padding: 240px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-245 {
    margin: 245px !important;
  }
  .p-lg-245 {
    padding: 245px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-250 {
    margin: 250px !important;
  }
  .p-lg-250 {
    padding: 250px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-255 {
    margin: 255px !important;
  }
  .p-lg-255 {
    padding: 255px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-260 {
    margin: 260px !important;
  }
  .p-lg-260 {
    padding: 260px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-265 {
    margin: 265px !important;
  }
  .p-lg-265 {
    padding: 265px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-270 {
    margin: 270px !important;
  }
  .p-lg-270 {
    padding: 270px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-275 {
    margin: 275px !important;
  }
  .p-lg-275 {
    padding: 275px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-280 {
    margin: 280px !important;
  }
  .p-lg-280 {
    padding: 280px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-285 {
    margin: 285px !important;
  }
  .p-lg-285 {
    padding: 285px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-290 {
    margin: 290px !important;
  }
  .p-lg-290 {
    padding: 290px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-295 {
    margin: 295px !important;
  }
  .p-lg-295 {
    padding: 295px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-300 {
    margin: 300px !important;
  }
  .p-lg-300 {
    padding: 300px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-305 {
    margin: 305px !important;
  }
  .p-lg-305 {
    padding: 305px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-310 {
    margin: 310px !important;
  }
  .p-lg-310 {
    padding: 310px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-315 {
    margin: 315px !important;
  }
  .p-lg-315 {
    padding: 315px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-320 {
    margin: 320px !important;
  }
  .p-lg-320 {
    padding: 320px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-325 {
    margin: 325px !important;
  }
  .p-lg-325 {
    padding: 325px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-330 {
    margin: 330px !important;
  }
  .p-lg-330 {
    padding: 330px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-335 {
    margin: 335px !important;
  }
  .p-lg-335 {
    padding: 335px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-340 {
    margin: 340px !important;
  }
  .p-lg-340 {
    padding: 340px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-345 {
    margin: 345px !important;
  }
  .p-lg-345 {
    padding: 345px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-350 {
    margin: 350px !important;
  }
  .p-lg-350 {
    padding: 350px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-355 {
    margin: 355px !important;
  }
  .p-lg-355 {
    padding: 355px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-360 {
    margin: 360px !important;
  }
  .p-lg-360 {
    padding: 360px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-365 {
    margin: 365px !important;
  }
  .p-lg-365 {
    padding: 365px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-370 {
    margin: 370px !important;
  }
  .p-lg-370 {
    padding: 370px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-375 {
    margin: 375px !important;
  }
  .p-lg-375 {
    padding: 375px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-380 {
    margin: 380px !important;
  }
  .p-lg-380 {
    padding: 380px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-385 {
    margin: 385px !important;
  }
  .p-lg-385 {
    padding: 385px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-390 {
    margin: 390px !important;
  }
  .p-lg-390 {
    padding: 390px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-395 {
    margin: 395px !important;
  }
  .p-lg-395 {
    padding: 395px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-400 {
    margin: 400px !important;
  }
  .p-lg-400 {
    padding: 400px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-405 {
    margin: 405px !important;
  }
  .p-lg-405 {
    padding: 405px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-410 {
    margin: 410px !important;
  }
  .p-lg-410 {
    padding: 410px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-415 {
    margin: 415px !important;
  }
  .p-lg-415 {
    padding: 415px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-420 {
    margin: 420px !important;
  }
  .p-lg-420 {
    padding: 420px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-425 {
    margin: 425px !important;
  }
  .p-lg-425 {
    padding: 425px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-430 {
    margin: 430px !important;
  }
  .p-lg-430 {
    padding: 430px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-435 {
    margin: 435px !important;
  }
  .p-lg-435 {
    padding: 435px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-440 {
    margin: 440px !important;
  }
  .p-lg-440 {
    padding: 440px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-445 {
    margin: 445px !important;
  }
  .p-lg-445 {
    padding: 445px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-450 {
    margin: 450px !important;
  }
  .p-lg-450 {
    padding: 450px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-455 {
    margin: 455px !important;
  }
  .p-lg-455 {
    padding: 455px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-460 {
    margin: 460px !important;
  }
  .p-lg-460 {
    padding: 460px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-465 {
    margin: 465px !important;
  }
  .p-lg-465 {
    padding: 465px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-470 {
    margin: 470px !important;
  }
  .p-lg-470 {
    padding: 470px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-475 {
    margin: 475px !important;
  }
  .p-lg-475 {
    padding: 475px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-480 {
    margin: 480px !important;
  }
  .p-lg-480 {
    padding: 480px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-485 {
    margin: 485px !important;
  }
  .p-lg-485 {
    padding: 485px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-490 {
    margin: 490px !important;
  }
  .p-lg-490 {
    padding: 490px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-495 {
    margin: 495px !important;
  }
  .p-lg-495 {
    padding: 495px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-500 {
    margin: 500px !important;
  }
  .p-lg-500 {
    padding: 500px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-505 {
    margin: 505px !important;
  }
  .p-lg-505 {
    padding: 505px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-510 {
    margin: 510px !important;
  }
  .p-lg-510 {
    padding: 510px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-515 {
    margin: 515px !important;
  }
  .p-lg-515 {
    padding: 515px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-520 {
    margin: 520px !important;
  }
  .p-lg-520 {
    padding: 520px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-525 {
    margin: 525px !important;
  }
  .p-lg-525 {
    padding: 525px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-530 {
    margin: 530px !important;
  }
  .p-lg-530 {
    padding: 530px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-535 {
    margin: 535px !important;
  }
  .p-lg-535 {
    padding: 535px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-540 {
    margin: 540px !important;
  }
  .p-lg-540 {
    padding: 540px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-545 {
    margin: 545px !important;
  }
  .p-lg-545 {
    padding: 545px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-550 {
    margin: 550px !important;
  }
  .p-lg-550 {
    padding: 550px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-555 {
    margin: 555px !important;
  }
  .p-lg-555 {
    padding: 555px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-560 {
    margin: 560px !important;
  }
  .p-lg-560 {
    padding: 560px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-565 {
    margin: 565px !important;
  }
  .p-lg-565 {
    padding: 565px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-570 {
    margin: 570px !important;
  }
  .p-lg-570 {
    padding: 570px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-575 {
    margin: 575px !important;
  }
  .p-lg-575 {
    padding: 575px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-580 {
    margin: 580px !important;
  }
  .p-lg-580 {
    padding: 580px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-585 {
    margin: 585px !important;
  }
  .p-lg-585 {
    padding: 585px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-590 {
    margin: 590px !important;
  }
  .p-lg-590 {
    padding: 590px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-595 {
    margin: 595px !important;
  }
  .p-lg-595 {
    padding: 595px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-600 {
    margin: 600px !important;
  }
  .p-lg-600 {
    padding: 600px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-605 {
    margin: 605px !important;
  }
  .p-lg-605 {
    padding: 605px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-610 {
    margin: 610px !important;
  }
  .p-lg-610 {
    padding: 610px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-615 {
    margin: 615px !important;
  }
  .p-lg-615 {
    padding: 615px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-620 {
    margin: 620px !important;
  }
  .p-lg-620 {
    padding: 620px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-625 {
    margin: 625px !important;
  }
  .p-lg-625 {
    padding: 625px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-630 {
    margin: 630px !important;
  }
  .p-lg-630 {
    padding: 630px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-635 {
    margin: 635px !important;
  }
  .p-lg-635 {
    padding: 635px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-640 {
    margin: 640px !important;
  }
  .p-lg-640 {
    padding: 640px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-645 {
    margin: 645px !important;
  }
  .p-lg-645 {
    padding: 645px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-650 {
    margin: 650px !important;
  }
  .p-lg-650 {
    padding: 650px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-655 {
    margin: 655px !important;
  }
  .p-lg-655 {
    padding: 655px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-660 {
    margin: 660px !important;
  }
  .p-lg-660 {
    padding: 660px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-665 {
    margin: 665px !important;
  }
  .p-lg-665 {
    padding: 665px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-670 {
    margin: 670px !important;
  }
  .p-lg-670 {
    padding: 670px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-675 {
    margin: 675px !important;
  }
  .p-lg-675 {
    padding: 675px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-680 {
    margin: 680px !important;
  }
  .p-lg-680 {
    padding: 680px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-685 {
    margin: 685px !important;
  }
  .p-lg-685 {
    padding: 685px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-690 {
    margin: 690px !important;
  }
  .p-lg-690 {
    padding: 690px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-695 {
    margin: 695px !important;
  }
  .p-lg-695 {
    padding: 695px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-700 {
    margin: 700px !important;
  }
  .p-lg-700 {
    padding: 700px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-705 {
    margin: 705px !important;
  }
  .p-lg-705 {
    padding: 705px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-710 {
    margin: 710px !important;
  }
  .p-lg-710 {
    padding: 710px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-715 {
    margin: 715px !important;
  }
  .p-lg-715 {
    padding: 715px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-720 {
    margin: 720px !important;
  }
  .p-lg-720 {
    padding: 720px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-725 {
    margin: 725px !important;
  }
  .p-lg-725 {
    padding: 725px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-730 {
    margin: 730px !important;
  }
  .p-lg-730 {
    padding: 730px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-735 {
    margin: 735px !important;
  }
  .p-lg-735 {
    padding: 735px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-740 {
    margin: 740px !important;
  }
  .p-lg-740 {
    padding: 740px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-745 {
    margin: 745px !important;
  }
  .p-lg-745 {
    padding: 745px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-750 {
    margin: 750px !important;
  }
  .p-lg-750 {
    padding: 750px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-755 {
    margin: 755px !important;
  }
  .p-lg-755 {
    padding: 755px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-760 {
    margin: 760px !important;
  }
  .p-lg-760 {
    padding: 760px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-765 {
    margin: 765px !important;
  }
  .p-lg-765 {
    padding: 765px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-770 {
    margin: 770px !important;
  }
  .p-lg-770 {
    padding: 770px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-775 {
    margin: 775px !important;
  }
  .p-lg-775 {
    padding: 775px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-780 {
    margin: 780px !important;
  }
  .p-lg-780 {
    padding: 780px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-785 {
    margin: 785px !important;
  }
  .p-lg-785 {
    padding: 785px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-790 {
    margin: 790px !important;
  }
  .p-lg-790 {
    padding: 790px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-795 {
    margin: 795px !important;
  }
  .p-lg-795 {
    padding: 795px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-800 {
    margin: 800px !important;
  }
  .p-lg-800 {
    padding: 800px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-805 {
    margin: 805px !important;
  }
  .p-lg-805 {
    padding: 805px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-810 {
    margin: 810px !important;
  }
  .p-lg-810 {
    padding: 810px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-815 {
    margin: 815px !important;
  }
  .p-lg-815 {
    padding: 815px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-820 {
    margin: 820px !important;
  }
  .p-lg-820 {
    padding: 820px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-825 {
    margin: 825px !important;
  }
  .p-lg-825 {
    padding: 825px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-830 {
    margin: 830px !important;
  }
  .p-lg-830 {
    padding: 830px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-835 {
    margin: 835px !important;
  }
  .p-lg-835 {
    padding: 835px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-840 {
    margin: 840px !important;
  }
  .p-lg-840 {
    padding: 840px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-845 {
    margin: 845px !important;
  }
  .p-lg-845 {
    padding: 845px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-850 {
    margin: 850px !important;
  }
  .p-lg-850 {
    padding: 850px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-855 {
    margin: 855px !important;
  }
  .p-lg-855 {
    padding: 855px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-860 {
    margin: 860px !important;
  }
  .p-lg-860 {
    padding: 860px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-865 {
    margin: 865px !important;
  }
  .p-lg-865 {
    padding: 865px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-870 {
    margin: 870px !important;
  }
  .p-lg-870 {
    padding: 870px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-875 {
    margin: 875px !important;
  }
  .p-lg-875 {
    padding: 875px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-880 {
    margin: 880px !important;
  }
  .p-lg-880 {
    padding: 880px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-885 {
    margin: 885px !important;
  }
  .p-lg-885 {
    padding: 885px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-890 {
    margin: 890px !important;
  }
  .p-lg-890 {
    padding: 890px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-895 {
    margin: 895px !important;
  }
  .p-lg-895 {
    padding: 895px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-900 {
    margin: 900px !important;
  }
  .p-lg-900 {
    padding: 900px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-905 {
    margin: 905px !important;
  }
  .p-lg-905 {
    padding: 905px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-910 {
    margin: 910px !important;
  }
  .p-lg-910 {
    padding: 910px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-915 {
    margin: 915px !important;
  }
  .p-lg-915 {
    padding: 915px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-920 {
    margin: 920px !important;
  }
  .p-lg-920 {
    padding: 920px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-925 {
    margin: 925px !important;
  }
  .p-lg-925 {
    padding: 925px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-930 {
    margin: 930px !important;
  }
  .p-lg-930 {
    padding: 930px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-935 {
    margin: 935px !important;
  }
  .p-lg-935 {
    padding: 935px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-940 {
    margin: 940px !important;
  }
  .p-lg-940 {
    padding: 940px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-945 {
    margin: 945px !important;
  }
  .p-lg-945 {
    padding: 945px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-950 {
    margin: 950px !important;
  }
  .p-lg-950 {
    padding: 950px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-955 {
    margin: 955px !important;
  }
  .p-lg-955 {
    padding: 955px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-960 {
    margin: 960px !important;
  }
  .p-lg-960 {
    padding: 960px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-965 {
    margin: 965px !important;
  }
  .p-lg-965 {
    padding: 965px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-970 {
    margin: 970px !important;
  }
  .p-lg-970 {
    padding: 970px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-975 {
    margin: 975px !important;
  }
  .p-lg-975 {
    padding: 975px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-980 {
    margin: 980px !important;
  }
  .p-lg-980 {
    padding: 980px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-985 {
    margin: 985px !important;
  }
  .p-lg-985 {
    padding: 985px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-990 {
    margin: 990px !important;
  }
  .p-lg-990 {
    padding: 990px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-995 {
    margin: 995px !important;
  }
  .p-lg-995 {
    padding: 995px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1000 {
    margin: 1000px !important;
  }
  .p-lg-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .pt-lg-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .pt-lg-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .pt-lg-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  .pt-lg-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  .pt-lg-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  .pt-lg-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .pt-lg-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  .pt-lg-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  .pt-lg-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-155 {
    margin-top: 155px !important;
  }
  .pt-lg-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-165 {
    margin-top: 165px !important;
  }
  .pt-lg-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-170 {
    margin-top: 170px !important;
  }
  .pt-lg-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-175 {
    margin-top: 175px !important;
  }
  .pt-lg-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-185 {
    margin-top: 185px !important;
  }
  .pt-lg-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-190 {
    margin-top: 190px !important;
  }
  .pt-lg-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-195 {
    margin-top: 195px !important;
  }
  .pt-lg-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-205 {
    margin-top: 205px !important;
  }
  .pt-lg-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-210 {
    margin-top: 210px !important;
  }
  .pt-lg-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-215 {
    margin-top: 215px !important;
  }
  .pt-lg-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-220 {
    margin-top: 220px !important;
  }
  .pt-lg-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-225 {
    margin-top: 225px !important;
  }
  .pt-lg-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-230 {
    margin-top: 230px !important;
  }
  .pt-lg-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-235 {
    margin-top: 235px !important;
  }
  .pt-lg-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-240 {
    margin-top: 240px !important;
  }
  .pt-lg-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-245 {
    margin-top: 245px !important;
  }
  .pt-lg-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-250 {
    margin-top: 250px !important;
  }
  .pt-lg-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-255 {
    margin-top: 255px !important;
  }
  .pt-lg-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-260 {
    margin-top: 260px !important;
  }
  .pt-lg-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-265 {
    margin-top: 265px !important;
  }
  .pt-lg-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-270 {
    margin-top: 270px !important;
  }
  .pt-lg-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-275 {
    margin-top: 275px !important;
  }
  .pt-lg-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-280 {
    margin-top: 280px !important;
  }
  .pt-lg-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-285 {
    margin-top: 285px !important;
  }
  .pt-lg-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-290 {
    margin-top: 290px !important;
  }
  .pt-lg-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-295 {
    margin-top: 295px !important;
  }
  .pt-lg-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-300 {
    margin-top: 300px !important;
  }
  .pt-lg-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-305 {
    margin-top: 305px !important;
  }
  .pt-lg-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-310 {
    margin-top: 310px !important;
  }
  .pt-lg-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-315 {
    margin-top: 315px !important;
  }
  .pt-lg-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-320 {
    margin-top: 320px !important;
  }
  .pt-lg-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-325 {
    margin-top: 325px !important;
  }
  .pt-lg-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-330 {
    margin-top: 330px !important;
  }
  .pt-lg-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-335 {
    margin-top: 335px !important;
  }
  .pt-lg-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-340 {
    margin-top: 340px !important;
  }
  .pt-lg-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-345 {
    margin-top: 345px !important;
  }
  .pt-lg-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-350 {
    margin-top: 350px !important;
  }
  .pt-lg-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-355 {
    margin-top: 355px !important;
  }
  .pt-lg-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-360 {
    margin-top: 360px !important;
  }
  .pt-lg-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-365 {
    margin-top: 365px !important;
  }
  .pt-lg-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-370 {
    margin-top: 370px !important;
  }
  .pt-lg-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-375 {
    margin-top: 375px !important;
  }
  .pt-lg-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-380 {
    margin-top: 380px !important;
  }
  .pt-lg-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-385 {
    margin-top: 385px !important;
  }
  .pt-lg-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-390 {
    margin-top: 390px !important;
  }
  .pt-lg-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-395 {
    margin-top: 395px !important;
  }
  .pt-lg-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-400 {
    margin-top: 400px !important;
  }
  .pt-lg-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-405 {
    margin-top: 405px !important;
  }
  .pt-lg-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-410 {
    margin-top: 410px !important;
  }
  .pt-lg-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-415 {
    margin-top: 415px !important;
  }
  .pt-lg-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-420 {
    margin-top: 420px !important;
  }
  .pt-lg-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-425 {
    margin-top: 425px !important;
  }
  .pt-lg-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-430 {
    margin-top: 430px !important;
  }
  .pt-lg-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-435 {
    margin-top: 435px !important;
  }
  .pt-lg-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-440 {
    margin-top: 440px !important;
  }
  .pt-lg-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-445 {
    margin-top: 445px !important;
  }
  .pt-lg-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-450 {
    margin-top: 450px !important;
  }
  .pt-lg-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-455 {
    margin-top: 455px !important;
  }
  .pt-lg-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-460 {
    margin-top: 460px !important;
  }
  .pt-lg-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-465 {
    margin-top: 465px !important;
  }
  .pt-lg-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-470 {
    margin-top: 470px !important;
  }
  .pt-lg-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-475 {
    margin-top: 475px !important;
  }
  .pt-lg-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-480 {
    margin-top: 480px !important;
  }
  .pt-lg-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-485 {
    margin-top: 485px !important;
  }
  .pt-lg-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-490 {
    margin-top: 490px !important;
  }
  .pt-lg-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-495 {
    margin-top: 495px !important;
  }
  .pt-lg-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-500 {
    margin-top: 500px !important;
  }
  .pt-lg-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-505 {
    margin-top: 505px !important;
  }
  .pt-lg-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-510 {
    margin-top: 510px !important;
  }
  .pt-lg-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-515 {
    margin-top: 515px !important;
  }
  .pt-lg-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-520 {
    margin-top: 520px !important;
  }
  .pt-lg-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-525 {
    margin-top: 525px !important;
  }
  .pt-lg-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-530 {
    margin-top: 530px !important;
  }
  .pt-lg-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-535 {
    margin-top: 535px !important;
  }
  .pt-lg-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-540 {
    margin-top: 540px !important;
  }
  .pt-lg-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-545 {
    margin-top: 545px !important;
  }
  .pt-lg-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-550 {
    margin-top: 550px !important;
  }
  .pt-lg-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-555 {
    margin-top: 555px !important;
  }
  .pt-lg-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-560 {
    margin-top: 560px !important;
  }
  .pt-lg-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-565 {
    margin-top: 565px !important;
  }
  .pt-lg-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-570 {
    margin-top: 570px !important;
  }
  .pt-lg-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-575 {
    margin-top: 575px !important;
  }
  .pt-lg-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-580 {
    margin-top: 580px !important;
  }
  .pt-lg-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-585 {
    margin-top: 585px !important;
  }
  .pt-lg-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-590 {
    margin-top: 590px !important;
  }
  .pt-lg-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-595 {
    margin-top: 595px !important;
  }
  .pt-lg-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-600 {
    margin-top: 600px !important;
  }
  .pt-lg-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-605 {
    margin-top: 605px !important;
  }
  .pt-lg-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-610 {
    margin-top: 610px !important;
  }
  .pt-lg-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-615 {
    margin-top: 615px !important;
  }
  .pt-lg-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-620 {
    margin-top: 620px !important;
  }
  .pt-lg-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-625 {
    margin-top: 625px !important;
  }
  .pt-lg-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-630 {
    margin-top: 630px !important;
  }
  .pt-lg-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-635 {
    margin-top: 635px !important;
  }
  .pt-lg-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-640 {
    margin-top: 640px !important;
  }
  .pt-lg-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-645 {
    margin-top: 645px !important;
  }
  .pt-lg-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-650 {
    margin-top: 650px !important;
  }
  .pt-lg-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-655 {
    margin-top: 655px !important;
  }
  .pt-lg-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-660 {
    margin-top: 660px !important;
  }
  .pt-lg-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-665 {
    margin-top: 665px !important;
  }
  .pt-lg-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-670 {
    margin-top: 670px !important;
  }
  .pt-lg-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-675 {
    margin-top: 675px !important;
  }
  .pt-lg-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-680 {
    margin-top: 680px !important;
  }
  .pt-lg-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-685 {
    margin-top: 685px !important;
  }
  .pt-lg-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-690 {
    margin-top: 690px !important;
  }
  .pt-lg-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-695 {
    margin-top: 695px !important;
  }
  .pt-lg-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-700 {
    margin-top: 700px !important;
  }
  .pt-lg-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-705 {
    margin-top: 705px !important;
  }
  .pt-lg-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-710 {
    margin-top: 710px !important;
  }
  .pt-lg-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-715 {
    margin-top: 715px !important;
  }
  .pt-lg-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-720 {
    margin-top: 720px !important;
  }
  .pt-lg-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-725 {
    margin-top: 725px !important;
  }
  .pt-lg-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-730 {
    margin-top: 730px !important;
  }
  .pt-lg-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-735 {
    margin-top: 735px !important;
  }
  .pt-lg-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-740 {
    margin-top: 740px !important;
  }
  .pt-lg-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-745 {
    margin-top: 745px !important;
  }
  .pt-lg-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-750 {
    margin-top: 750px !important;
  }
  .pt-lg-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-755 {
    margin-top: 755px !important;
  }
  .pt-lg-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-760 {
    margin-top: 760px !important;
  }
  .pt-lg-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-765 {
    margin-top: 765px !important;
  }
  .pt-lg-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-770 {
    margin-top: 770px !important;
  }
  .pt-lg-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-775 {
    margin-top: 775px !important;
  }
  .pt-lg-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-780 {
    margin-top: 780px !important;
  }
  .pt-lg-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-785 {
    margin-top: 785px !important;
  }
  .pt-lg-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-790 {
    margin-top: 790px !important;
  }
  .pt-lg-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-795 {
    margin-top: 795px !important;
  }
  .pt-lg-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-800 {
    margin-top: 800px !important;
  }
  .pt-lg-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-805 {
    margin-top: 805px !important;
  }
  .pt-lg-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-810 {
    margin-top: 810px !important;
  }
  .pt-lg-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-815 {
    margin-top: 815px !important;
  }
  .pt-lg-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-820 {
    margin-top: 820px !important;
  }
  .pt-lg-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-825 {
    margin-top: 825px !important;
  }
  .pt-lg-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-830 {
    margin-top: 830px !important;
  }
  .pt-lg-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-835 {
    margin-top: 835px !important;
  }
  .pt-lg-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-840 {
    margin-top: 840px !important;
  }
  .pt-lg-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-845 {
    margin-top: 845px !important;
  }
  .pt-lg-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-850 {
    margin-top: 850px !important;
  }
  .pt-lg-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-855 {
    margin-top: 855px !important;
  }
  .pt-lg-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-860 {
    margin-top: 860px !important;
  }
  .pt-lg-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-865 {
    margin-top: 865px !important;
  }
  .pt-lg-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-870 {
    margin-top: 870px !important;
  }
  .pt-lg-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-875 {
    margin-top: 875px !important;
  }
  .pt-lg-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-880 {
    margin-top: 880px !important;
  }
  .pt-lg-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-885 {
    margin-top: 885px !important;
  }
  .pt-lg-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-890 {
    margin-top: 890px !important;
  }
  .pt-lg-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-895 {
    margin-top: 895px !important;
  }
  .pt-lg-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-900 {
    margin-top: 900px !important;
  }
  .pt-lg-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-905 {
    margin-top: 905px !important;
  }
  .pt-lg-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-910 {
    margin-top: 910px !important;
  }
  .pt-lg-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-915 {
    margin-top: 915px !important;
  }
  .pt-lg-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-920 {
    margin-top: 920px !important;
  }
  .pt-lg-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-925 {
    margin-top: 925px !important;
  }
  .pt-lg-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-930 {
    margin-top: 930px !important;
  }
  .pt-lg-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-935 {
    margin-top: 935px !important;
  }
  .pt-lg-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-940 {
    margin-top: 940px !important;
  }
  .pt-lg-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-945 {
    margin-top: 945px !important;
  }
  .pt-lg-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-950 {
    margin-top: 950px !important;
  }
  .pt-lg-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-955 {
    margin-top: 955px !important;
  }
  .pt-lg-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-960 {
    margin-top: 960px !important;
  }
  .pt-lg-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-965 {
    margin-top: 965px !important;
  }
  .pt-lg-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-970 {
    margin-top: 970px !important;
  }
  .pt-lg-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-975 {
    margin-top: 975px !important;
  }
  .pt-lg-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-980 {
    margin-top: 980px !important;
  }
  .pt-lg-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-985 {
    margin-top: 985px !important;
  }
  .pt-lg-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-990 {
    margin-top: 990px !important;
  }
  .pt-lg-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-995 {
    margin-top: 995px !important;
  }
  .pt-lg-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-1000 {
    margin-top: 1000px !important;
  }
  .pt-lg-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-155 {
    margin-bottom: 155px !important;
  }
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-165 {
    margin-bottom: 165px !important;
  }
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-185 {
    margin-bottom: 185px !important;
  }
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-195 {
    margin-bottom: 195px !important;
  }
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-205 {
    margin-bottom: 205px !important;
  }
  .pb-lg-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .pb-lg-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-215 {
    margin-bottom: 215px !important;
  }
  .pb-lg-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-220 {
    margin-bottom: 220px !important;
  }
  .pb-lg-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-225 {
    margin-bottom: 225px !important;
  }
  .pb-lg-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-230 {
    margin-bottom: 230px !important;
  }
  .pb-lg-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-235 {
    margin-bottom: 235px !important;
  }
  .pb-lg-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .pb-lg-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-245 {
    margin-bottom: 245px !important;
  }
  .pb-lg-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
  .pb-lg-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-255 {
    margin-bottom: 255px !important;
  }
  .pb-lg-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-260 {
    margin-bottom: 260px !important;
  }
  .pb-lg-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-265 {
    margin-bottom: 265px !important;
  }
  .pb-lg-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-270 {
    margin-bottom: 270px !important;
  }
  .pb-lg-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-275 {
    margin-bottom: 275px !important;
  }
  .pb-lg-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-280 {
    margin-bottom: 280px !important;
  }
  .pb-lg-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-285 {
    margin-bottom: 285px !important;
  }
  .pb-lg-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-290 {
    margin-bottom: 290px !important;
  }
  .pb-lg-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-295 {
    margin-bottom: 295px !important;
  }
  .pb-lg-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-300 {
    margin-bottom: 300px !important;
  }
  .pb-lg-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-305 {
    margin-bottom: 305px !important;
  }
  .pb-lg-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-310 {
    margin-bottom: 310px !important;
  }
  .pb-lg-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-315 {
    margin-bottom: 315px !important;
  }
  .pb-lg-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-320 {
    margin-bottom: 320px !important;
  }
  .pb-lg-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-325 {
    margin-bottom: 325px !important;
  }
  .pb-lg-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-330 {
    margin-bottom: 330px !important;
  }
  .pb-lg-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-335 {
    margin-bottom: 335px !important;
  }
  .pb-lg-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-340 {
    margin-bottom: 340px !important;
  }
  .pb-lg-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-345 {
    margin-bottom: 345px !important;
  }
  .pb-lg-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-350 {
    margin-bottom: 350px !important;
  }
  .pb-lg-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-355 {
    margin-bottom: 355px !important;
  }
  .pb-lg-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-360 {
    margin-bottom: 360px !important;
  }
  .pb-lg-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-365 {
    margin-bottom: 365px !important;
  }
  .pb-lg-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-370 {
    margin-bottom: 370px !important;
  }
  .pb-lg-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-375 {
    margin-bottom: 375px !important;
  }
  .pb-lg-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-380 {
    margin-bottom: 380px !important;
  }
  .pb-lg-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-385 {
    margin-bottom: 385px !important;
  }
  .pb-lg-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-390 {
    margin-bottom: 390px !important;
  }
  .pb-lg-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-395 {
    margin-bottom: 395px !important;
  }
  .pb-lg-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-400 {
    margin-bottom: 400px !important;
  }
  .pb-lg-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-405 {
    margin-bottom: 405px !important;
  }
  .pb-lg-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-410 {
    margin-bottom: 410px !important;
  }
  .pb-lg-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-415 {
    margin-bottom: 415px !important;
  }
  .pb-lg-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-420 {
    margin-bottom: 420px !important;
  }
  .pb-lg-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-425 {
    margin-bottom: 425px !important;
  }
  .pb-lg-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-430 {
    margin-bottom: 430px !important;
  }
  .pb-lg-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-435 {
    margin-bottom: 435px !important;
  }
  .pb-lg-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-440 {
    margin-bottom: 440px !important;
  }
  .pb-lg-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-445 {
    margin-bottom: 445px !important;
  }
  .pb-lg-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-450 {
    margin-bottom: 450px !important;
  }
  .pb-lg-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-455 {
    margin-bottom: 455px !important;
  }
  .pb-lg-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-460 {
    margin-bottom: 460px !important;
  }
  .pb-lg-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-465 {
    margin-bottom: 465px !important;
  }
  .pb-lg-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-470 {
    margin-bottom: 470px !important;
  }
  .pb-lg-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-475 {
    margin-bottom: 475px !important;
  }
  .pb-lg-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-480 {
    margin-bottom: 480px !important;
  }
  .pb-lg-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-485 {
    margin-bottom: 485px !important;
  }
  .pb-lg-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-490 {
    margin-bottom: 490px !important;
  }
  .pb-lg-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-495 {
    margin-bottom: 495px !important;
  }
  .pb-lg-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-500 {
    margin-bottom: 500px !important;
  }
  .pb-lg-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-505 {
    margin-bottom: 505px !important;
  }
  .pb-lg-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-510 {
    margin-bottom: 510px !important;
  }
  .pb-lg-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-515 {
    margin-bottom: 515px !important;
  }
  .pb-lg-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-520 {
    margin-bottom: 520px !important;
  }
  .pb-lg-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-525 {
    margin-bottom: 525px !important;
  }
  .pb-lg-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-530 {
    margin-bottom: 530px !important;
  }
  .pb-lg-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-535 {
    margin-bottom: 535px !important;
  }
  .pb-lg-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-540 {
    margin-bottom: 540px !important;
  }
  .pb-lg-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-545 {
    margin-bottom: 545px !important;
  }
  .pb-lg-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-550 {
    margin-bottom: 550px !important;
  }
  .pb-lg-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-555 {
    margin-bottom: 555px !important;
  }
  .pb-lg-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-560 {
    margin-bottom: 560px !important;
  }
  .pb-lg-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-565 {
    margin-bottom: 565px !important;
  }
  .pb-lg-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-570 {
    margin-bottom: 570px !important;
  }
  .pb-lg-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-575 {
    margin-bottom: 575px !important;
  }
  .pb-lg-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-580 {
    margin-bottom: 580px !important;
  }
  .pb-lg-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-585 {
    margin-bottom: 585px !important;
  }
  .pb-lg-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-590 {
    margin-bottom: 590px !important;
  }
  .pb-lg-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-595 {
    margin-bottom: 595px !important;
  }
  .pb-lg-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-600 {
    margin-bottom: 600px !important;
  }
  .pb-lg-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-605 {
    margin-bottom: 605px !important;
  }
  .pb-lg-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-610 {
    margin-bottom: 610px !important;
  }
  .pb-lg-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-615 {
    margin-bottom: 615px !important;
  }
  .pb-lg-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-620 {
    margin-bottom: 620px !important;
  }
  .pb-lg-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-625 {
    margin-bottom: 625px !important;
  }
  .pb-lg-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-630 {
    margin-bottom: 630px !important;
  }
  .pb-lg-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-635 {
    margin-bottom: 635px !important;
  }
  .pb-lg-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-640 {
    margin-bottom: 640px !important;
  }
  .pb-lg-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-645 {
    margin-bottom: 645px !important;
  }
  .pb-lg-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-650 {
    margin-bottom: 650px !important;
  }
  .pb-lg-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-655 {
    margin-bottom: 655px !important;
  }
  .pb-lg-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-660 {
    margin-bottom: 660px !important;
  }
  .pb-lg-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-665 {
    margin-bottom: 665px !important;
  }
  .pb-lg-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-670 {
    margin-bottom: 670px !important;
  }
  .pb-lg-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-675 {
    margin-bottom: 675px !important;
  }
  .pb-lg-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-680 {
    margin-bottom: 680px !important;
  }
  .pb-lg-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-685 {
    margin-bottom: 685px !important;
  }
  .pb-lg-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-690 {
    margin-bottom: 690px !important;
  }
  .pb-lg-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-695 {
    margin-bottom: 695px !important;
  }
  .pb-lg-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-700 {
    margin-bottom: 700px !important;
  }
  .pb-lg-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-705 {
    margin-bottom: 705px !important;
  }
  .pb-lg-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-710 {
    margin-bottom: 710px !important;
  }
  .pb-lg-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-715 {
    margin-bottom: 715px !important;
  }
  .pb-lg-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-720 {
    margin-bottom: 720px !important;
  }
  .pb-lg-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-725 {
    margin-bottom: 725px !important;
  }
  .pb-lg-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-730 {
    margin-bottom: 730px !important;
  }
  .pb-lg-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-735 {
    margin-bottom: 735px !important;
  }
  .pb-lg-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-740 {
    margin-bottom: 740px !important;
  }
  .pb-lg-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-745 {
    margin-bottom: 745px !important;
  }
  .pb-lg-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-750 {
    margin-bottom: 750px !important;
  }
  .pb-lg-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-755 {
    margin-bottom: 755px !important;
  }
  .pb-lg-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-760 {
    margin-bottom: 760px !important;
  }
  .pb-lg-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-765 {
    margin-bottom: 765px !important;
  }
  .pb-lg-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-770 {
    margin-bottom: 770px !important;
  }
  .pb-lg-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-775 {
    margin-bottom: 775px !important;
  }
  .pb-lg-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-780 {
    margin-bottom: 780px !important;
  }
  .pb-lg-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-785 {
    margin-bottom: 785px !important;
  }
  .pb-lg-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-790 {
    margin-bottom: 790px !important;
  }
  .pb-lg-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-795 {
    margin-bottom: 795px !important;
  }
  .pb-lg-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-800 {
    margin-bottom: 800px !important;
  }
  .pb-lg-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-805 {
    margin-bottom: 805px !important;
  }
  .pb-lg-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-810 {
    margin-bottom: 810px !important;
  }
  .pb-lg-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-815 {
    margin-bottom: 815px !important;
  }
  .pb-lg-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-820 {
    margin-bottom: 820px !important;
  }
  .pb-lg-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-825 {
    margin-bottom: 825px !important;
  }
  .pb-lg-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-830 {
    margin-bottom: 830px !important;
  }
  .pb-lg-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-835 {
    margin-bottom: 835px !important;
  }
  .pb-lg-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-840 {
    margin-bottom: 840px !important;
  }
  .pb-lg-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-845 {
    margin-bottom: 845px !important;
  }
  .pb-lg-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-850 {
    margin-bottom: 850px !important;
  }
  .pb-lg-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-855 {
    margin-bottom: 855px !important;
  }
  .pb-lg-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-860 {
    margin-bottom: 860px !important;
  }
  .pb-lg-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-865 {
    margin-bottom: 865px !important;
  }
  .pb-lg-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-870 {
    margin-bottom: 870px !important;
  }
  .pb-lg-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-875 {
    margin-bottom: 875px !important;
  }
  .pb-lg-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-880 {
    margin-bottom: 880px !important;
  }
  .pb-lg-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-885 {
    margin-bottom: 885px !important;
  }
  .pb-lg-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-890 {
    margin-bottom: 890px !important;
  }
  .pb-lg-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-895 {
    margin-bottom: 895px !important;
  }
  .pb-lg-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-900 {
    margin-bottom: 900px !important;
  }
  .pb-lg-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-905 {
    margin-bottom: 905px !important;
  }
  .pb-lg-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-910 {
    margin-bottom: 910px !important;
  }
  .pb-lg-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-915 {
    margin-bottom: 915px !important;
  }
  .pb-lg-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-920 {
    margin-bottom: 920px !important;
  }
  .pb-lg-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-925 {
    margin-bottom: 925px !important;
  }
  .pb-lg-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-930 {
    margin-bottom: 930px !important;
  }
  .pb-lg-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-935 {
    margin-bottom: 935px !important;
  }
  .pb-lg-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-940 {
    margin-bottom: 940px !important;
  }
  .pb-lg-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-945 {
    margin-bottom: 945px !important;
  }
  .pb-lg-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-950 {
    margin-bottom: 950px !important;
  }
  .pb-lg-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-955 {
    margin-bottom: 955px !important;
  }
  .pb-lg-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-960 {
    margin-bottom: 960px !important;
  }
  .pb-lg-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-965 {
    margin-bottom: 965px !important;
  }
  .pb-lg-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-970 {
    margin-bottom: 970px !important;
  }
  .pb-lg-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-975 {
    margin-bottom: 975px !important;
  }
  .pb-lg-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-980 {
    margin-bottom: 980px !important;
  }
  .pb-lg-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-985 {
    margin-bottom: 985px !important;
  }
  .pb-lg-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-990 {
    margin-bottom: 990px !important;
  }
  .pb-lg-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-995 {
    margin-bottom: 995px !important;
  }
  .pb-lg-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-lg-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .pl-lg-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .pl-lg-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .pl-lg-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .pl-lg-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .pl-lg-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-105 {
    margin-left: 105px !important;
  }
  .pl-lg-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-110 {
    margin-left: 110px !important;
  }
  .pl-lg-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-115 {
    margin-left: 115px !important;
  }
  .pl-lg-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  .pl-lg-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-125 {
    margin-left: 125px !important;
  }
  .pl-lg-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-130 {
    margin-left: 130px !important;
  }
  .pl-lg-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-135 {
    margin-left: 135px !important;
  }
  .pl-lg-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  .pl-lg-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-145 {
    margin-left: 145px !important;
  }
  .pl-lg-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-150 {
    margin-left: 150px !important;
  }
  .pl-lg-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-155 {
    margin-left: 155px !important;
  }
  .pl-lg-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  .pl-lg-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-165 {
    margin-left: 165px !important;
  }
  .pl-lg-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-170 {
    margin-left: 170px !important;
  }
  .pl-lg-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-175 {
    margin-left: 175px !important;
  }
  .pl-lg-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-180 {
    margin-left: 180px !important;
  }
  .pl-lg-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-185 {
    margin-left: 185px !important;
  }
  .pl-lg-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-190 {
    margin-left: 190px !important;
  }
  .pl-lg-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-195 {
    margin-left: 195px !important;
  }
  .pl-lg-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-205 {
    margin-left: 205px !important;
  }
  .pl-lg-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-210 {
    margin-left: 210px !important;
  }
  .pl-lg-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-215 {
    margin-left: 215px !important;
  }
  .pl-lg-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-220 {
    margin-left: 220px !important;
  }
  .pl-lg-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-225 {
    margin-left: 225px !important;
  }
  .pl-lg-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-230 {
    margin-left: 230px !important;
  }
  .pl-lg-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-235 {
    margin-left: 235px !important;
  }
  .pl-lg-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-240 {
    margin-left: 240px !important;
  }
  .pl-lg-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-245 {
    margin-left: 245px !important;
  }
  .pl-lg-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-250 {
    margin-left: 250px !important;
  }
  .pl-lg-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-255 {
    margin-left: 255px !important;
  }
  .pl-lg-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-260 {
    margin-left: 260px !important;
  }
  .pl-lg-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-265 {
    margin-left: 265px !important;
  }
  .pl-lg-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-270 {
    margin-left: 270px !important;
  }
  .pl-lg-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-275 {
    margin-left: 275px !important;
  }
  .pl-lg-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-280 {
    margin-left: 280px !important;
  }
  .pl-lg-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-285 {
    margin-left: 285px !important;
  }
  .pl-lg-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-290 {
    margin-left: 290px !important;
  }
  .pl-lg-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-295 {
    margin-left: 295px !important;
  }
  .pl-lg-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-300 {
    margin-left: 300px !important;
  }
  .pl-lg-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-305 {
    margin-left: 305px !important;
  }
  .pl-lg-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-310 {
    margin-left: 310px !important;
  }
  .pl-lg-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-315 {
    margin-left: 315px !important;
  }
  .pl-lg-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-320 {
    margin-left: 320px !important;
  }
  .pl-lg-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-325 {
    margin-left: 325px !important;
  }
  .pl-lg-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-330 {
    margin-left: 330px !important;
  }
  .pl-lg-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-335 {
    margin-left: 335px !important;
  }
  .pl-lg-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-340 {
    margin-left: 340px !important;
  }
  .pl-lg-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-345 {
    margin-left: 345px !important;
  }
  .pl-lg-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-350 {
    margin-left: 350px !important;
  }
  .pl-lg-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-355 {
    margin-left: 355px !important;
  }
  .pl-lg-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-360 {
    margin-left: 360px !important;
  }
  .pl-lg-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-365 {
    margin-left: 365px !important;
  }
  .pl-lg-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-370 {
    margin-left: 370px !important;
  }
  .pl-lg-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-375 {
    margin-left: 375px !important;
  }
  .pl-lg-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-380 {
    margin-left: 380px !important;
  }
  .pl-lg-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-385 {
    margin-left: 385px !important;
  }
  .pl-lg-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-390 {
    margin-left: 390px !important;
  }
  .pl-lg-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-395 {
    margin-left: 395px !important;
  }
  .pl-lg-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-400 {
    margin-left: 400px !important;
  }
  .pl-lg-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-405 {
    margin-left: 405px !important;
  }
  .pl-lg-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-410 {
    margin-left: 410px !important;
  }
  .pl-lg-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-415 {
    margin-left: 415px !important;
  }
  .pl-lg-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-420 {
    margin-left: 420px !important;
  }
  .pl-lg-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-425 {
    margin-left: 425px !important;
  }
  .pl-lg-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-430 {
    margin-left: 430px !important;
  }
  .pl-lg-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-435 {
    margin-left: 435px !important;
  }
  .pl-lg-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-440 {
    margin-left: 440px !important;
  }
  .pl-lg-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-445 {
    margin-left: 445px !important;
  }
  .pl-lg-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-450 {
    margin-left: 450px !important;
  }
  .pl-lg-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-455 {
    margin-left: 455px !important;
  }
  .pl-lg-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-460 {
    margin-left: 460px !important;
  }
  .pl-lg-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-465 {
    margin-left: 465px !important;
  }
  .pl-lg-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-470 {
    margin-left: 470px !important;
  }
  .pl-lg-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-475 {
    margin-left: 475px !important;
  }
  .pl-lg-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-480 {
    margin-left: 480px !important;
  }
  .pl-lg-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-485 {
    margin-left: 485px !important;
  }
  .pl-lg-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-490 {
    margin-left: 490px !important;
  }
  .pl-lg-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-495 {
    margin-left: 495px !important;
  }
  .pl-lg-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-500 {
    margin-left: 500px !important;
  }
  .pl-lg-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-505 {
    margin-left: 505px !important;
  }
  .pl-lg-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-510 {
    margin-left: 510px !important;
  }
  .pl-lg-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-515 {
    margin-left: 515px !important;
  }
  .pl-lg-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-520 {
    margin-left: 520px !important;
  }
  .pl-lg-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-525 {
    margin-left: 525px !important;
  }
  .pl-lg-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-530 {
    margin-left: 530px !important;
  }
  .pl-lg-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-535 {
    margin-left: 535px !important;
  }
  .pl-lg-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-540 {
    margin-left: 540px !important;
  }
  .pl-lg-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-545 {
    margin-left: 545px !important;
  }
  .pl-lg-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-550 {
    margin-left: 550px !important;
  }
  .pl-lg-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-555 {
    margin-left: 555px !important;
  }
  .pl-lg-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-560 {
    margin-left: 560px !important;
  }
  .pl-lg-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-565 {
    margin-left: 565px !important;
  }
  .pl-lg-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-570 {
    margin-left: 570px !important;
  }
  .pl-lg-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-575 {
    margin-left: 575px !important;
  }
  .pl-lg-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-580 {
    margin-left: 580px !important;
  }
  .pl-lg-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-585 {
    margin-left: 585px !important;
  }
  .pl-lg-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-590 {
    margin-left: 590px !important;
  }
  .pl-lg-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-595 {
    margin-left: 595px !important;
  }
  .pl-lg-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-600 {
    margin-left: 600px !important;
  }
  .pl-lg-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-605 {
    margin-left: 605px !important;
  }
  .pl-lg-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-610 {
    margin-left: 610px !important;
  }
  .pl-lg-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-615 {
    margin-left: 615px !important;
  }
  .pl-lg-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-620 {
    margin-left: 620px !important;
  }
  .pl-lg-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-625 {
    margin-left: 625px !important;
  }
  .pl-lg-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-630 {
    margin-left: 630px !important;
  }
  .pl-lg-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-635 {
    margin-left: 635px !important;
  }
  .pl-lg-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-640 {
    margin-left: 640px !important;
  }
  .pl-lg-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-645 {
    margin-left: 645px !important;
  }
  .pl-lg-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-650 {
    margin-left: 650px !important;
  }
  .pl-lg-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-655 {
    margin-left: 655px !important;
  }
  .pl-lg-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-660 {
    margin-left: 660px !important;
  }
  .pl-lg-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-665 {
    margin-left: 665px !important;
  }
  .pl-lg-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-670 {
    margin-left: 670px !important;
  }
  .pl-lg-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-675 {
    margin-left: 675px !important;
  }
  .pl-lg-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-680 {
    margin-left: 680px !important;
  }
  .pl-lg-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-685 {
    margin-left: 685px !important;
  }
  .pl-lg-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-690 {
    margin-left: 690px !important;
  }
  .pl-lg-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-695 {
    margin-left: 695px !important;
  }
  .pl-lg-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-700 {
    margin-left: 700px !important;
  }
  .pl-lg-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-705 {
    margin-left: 705px !important;
  }
  .pl-lg-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-710 {
    margin-left: 710px !important;
  }
  .pl-lg-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-715 {
    margin-left: 715px !important;
  }
  .pl-lg-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-720 {
    margin-left: 720px !important;
  }
  .pl-lg-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-725 {
    margin-left: 725px !important;
  }
  .pl-lg-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-730 {
    margin-left: 730px !important;
  }
  .pl-lg-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-735 {
    margin-left: 735px !important;
  }
  .pl-lg-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-740 {
    margin-left: 740px !important;
  }
  .pl-lg-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-745 {
    margin-left: 745px !important;
  }
  .pl-lg-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-750 {
    margin-left: 750px !important;
  }
  .pl-lg-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-755 {
    margin-left: 755px !important;
  }
  .pl-lg-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-760 {
    margin-left: 760px !important;
  }
  .pl-lg-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-765 {
    margin-left: 765px !important;
  }
  .pl-lg-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-770 {
    margin-left: 770px !important;
  }
  .pl-lg-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-775 {
    margin-left: 775px !important;
  }
  .pl-lg-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-780 {
    margin-left: 780px !important;
  }
  .pl-lg-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-785 {
    margin-left: 785px !important;
  }
  .pl-lg-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-790 {
    margin-left: 790px !important;
  }
  .pl-lg-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-795 {
    margin-left: 795px !important;
  }
  .pl-lg-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-800 {
    margin-left: 800px !important;
  }
  .pl-lg-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-805 {
    margin-left: 805px !important;
  }
  .pl-lg-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-810 {
    margin-left: 810px !important;
  }
  .pl-lg-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-815 {
    margin-left: 815px !important;
  }
  .pl-lg-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-820 {
    margin-left: 820px !important;
  }
  .pl-lg-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-825 {
    margin-left: 825px !important;
  }
  .pl-lg-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-830 {
    margin-left: 830px !important;
  }
  .pl-lg-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-835 {
    margin-left: 835px !important;
  }
  .pl-lg-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-840 {
    margin-left: 840px !important;
  }
  .pl-lg-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-845 {
    margin-left: 845px !important;
  }
  .pl-lg-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-850 {
    margin-left: 850px !important;
  }
  .pl-lg-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-855 {
    margin-left: 855px !important;
  }
  .pl-lg-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-860 {
    margin-left: 860px !important;
  }
  .pl-lg-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-865 {
    margin-left: 865px !important;
  }
  .pl-lg-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-870 {
    margin-left: 870px !important;
  }
  .pl-lg-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-875 {
    margin-left: 875px !important;
  }
  .pl-lg-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-880 {
    margin-left: 880px !important;
  }
  .pl-lg-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-885 {
    margin-left: 885px !important;
  }
  .pl-lg-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-890 {
    margin-left: 890px !important;
  }
  .pl-lg-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-895 {
    margin-left: 895px !important;
  }
  .pl-lg-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-900 {
    margin-left: 900px !important;
  }
  .pl-lg-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-905 {
    margin-left: 905px !important;
  }
  .pl-lg-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-910 {
    margin-left: 910px !important;
  }
  .pl-lg-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-915 {
    margin-left: 915px !important;
  }
  .pl-lg-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-920 {
    margin-left: 920px !important;
  }
  .pl-lg-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-925 {
    margin-left: 925px !important;
  }
  .pl-lg-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-930 {
    margin-left: 930px !important;
  }
  .pl-lg-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-935 {
    margin-left: 935px !important;
  }
  .pl-lg-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-940 {
    margin-left: 940px !important;
  }
  .pl-lg-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-945 {
    margin-left: 945px !important;
  }
  .pl-lg-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-950 {
    margin-left: 950px !important;
  }
  .pl-lg-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-955 {
    margin-left: 955px !important;
  }
  .pl-lg-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-960 {
    margin-left: 960px !important;
  }
  .pl-lg-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-965 {
    margin-left: 965px !important;
  }
  .pl-lg-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-970 {
    margin-left: 970px !important;
  }
  .pl-lg-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-975 {
    margin-left: 975px !important;
  }
  .pl-lg-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-980 {
    margin-left: 980px !important;
  }
  .pl-lg-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-985 {
    margin-left: 985px !important;
  }
  .pl-lg-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-990 {
    margin-left: 990px !important;
  }
  .pl-lg-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-995 {
    margin-left: 995px !important;
  }
  .pl-lg-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-1000 {
    margin-left: 1000px !important;
  }
  .pl-lg-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .pr-lg-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .pr-lg-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .pr-lg-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .pr-lg-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .pr-lg-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-105 {
    margin-right: 105px !important;
  }
  .pr-lg-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-110 {
    margin-right: 110px !important;
  }
  .pr-lg-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-115 {
    margin-right: 115px !important;
  }
  .pr-lg-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  .pr-lg-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-125 {
    margin-right: 125px !important;
  }
  .pr-lg-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-130 {
    margin-right: 130px !important;
  }
  .pr-lg-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-135 {
    margin-right: 135px !important;
  }
  .pr-lg-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  .pr-lg-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-145 {
    margin-right: 145px !important;
  }
  .pr-lg-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-150 {
    margin-right: 150px !important;
  }
  .pr-lg-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-155 {
    margin-right: 155px !important;
  }
  .pr-lg-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  .pr-lg-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-165 {
    margin-right: 165px !important;
  }
  .pr-lg-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-170 {
    margin-right: 170px !important;
  }
  .pr-lg-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-175 {
    margin-right: 175px !important;
  }
  .pr-lg-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-180 {
    margin-right: 180px !important;
  }
  .pr-lg-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-185 {
    margin-right: 185px !important;
  }
  .pr-lg-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-190 {
    margin-right: 190px !important;
  }
  .pr-lg-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-195 {
    margin-right: 195px !important;
  }
  .pr-lg-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-205 {
    margin-right: 205px !important;
  }
  .pr-lg-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-210 {
    margin-right: 210px !important;
  }
  .pr-lg-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-215 {
    margin-right: 215px !important;
  }
  .pr-lg-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-220 {
    margin-right: 220px !important;
  }
  .pr-lg-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-225 {
    margin-right: 225px !important;
  }
  .pr-lg-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-230 {
    margin-right: 230px !important;
  }
  .pr-lg-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-235 {
    margin-right: 235px !important;
  }
  .pr-lg-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-240 {
    margin-right: 240px !important;
  }
  .pr-lg-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-245 {
    margin-right: 245px !important;
  }
  .pr-lg-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-250 {
    margin-right: 250px !important;
  }
  .pr-lg-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-255 {
    margin-right: 255px !important;
  }
  .pr-lg-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-260 {
    margin-right: 260px !important;
  }
  .pr-lg-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-265 {
    margin-right: 265px !important;
  }
  .pr-lg-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-270 {
    margin-right: 270px !important;
  }
  .pr-lg-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-275 {
    margin-right: 275px !important;
  }
  .pr-lg-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-280 {
    margin-right: 280px !important;
  }
  .pr-lg-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-285 {
    margin-right: 285px !important;
  }
  .pr-lg-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-290 {
    margin-right: 290px !important;
  }
  .pr-lg-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-295 {
    margin-right: 295px !important;
  }
  .pr-lg-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-300 {
    margin-right: 300px !important;
  }
  .pr-lg-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-305 {
    margin-right: 305px !important;
  }
  .pr-lg-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-310 {
    margin-right: 310px !important;
  }
  .pr-lg-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-315 {
    margin-right: 315px !important;
  }
  .pr-lg-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-320 {
    margin-right: 320px !important;
  }
  .pr-lg-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-325 {
    margin-right: 325px !important;
  }
  .pr-lg-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-330 {
    margin-right: 330px !important;
  }
  .pr-lg-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-335 {
    margin-right: 335px !important;
  }
  .pr-lg-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-340 {
    margin-right: 340px !important;
  }
  .pr-lg-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-345 {
    margin-right: 345px !important;
  }
  .pr-lg-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-350 {
    margin-right: 350px !important;
  }
  .pr-lg-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-355 {
    margin-right: 355px !important;
  }
  .pr-lg-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-360 {
    margin-right: 360px !important;
  }
  .pr-lg-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-365 {
    margin-right: 365px !important;
  }
  .pr-lg-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-370 {
    margin-right: 370px !important;
  }
  .pr-lg-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-375 {
    margin-right: 375px !important;
  }
  .pr-lg-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-380 {
    margin-right: 380px !important;
  }
  .pr-lg-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-385 {
    margin-right: 385px !important;
  }
  .pr-lg-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-390 {
    margin-right: 390px !important;
  }
  .pr-lg-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-395 {
    margin-right: 395px !important;
  }
  .pr-lg-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-400 {
    margin-right: 400px !important;
  }
  .pr-lg-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-405 {
    margin-right: 405px !important;
  }
  .pr-lg-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-410 {
    margin-right: 410px !important;
  }
  .pr-lg-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-415 {
    margin-right: 415px !important;
  }
  .pr-lg-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-420 {
    margin-right: 420px !important;
  }
  .pr-lg-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-425 {
    margin-right: 425px !important;
  }
  .pr-lg-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-430 {
    margin-right: 430px !important;
  }
  .pr-lg-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-435 {
    margin-right: 435px !important;
  }
  .pr-lg-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-440 {
    margin-right: 440px !important;
  }
  .pr-lg-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-445 {
    margin-right: 445px !important;
  }
  .pr-lg-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-450 {
    margin-right: 450px !important;
  }
  .pr-lg-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-455 {
    margin-right: 455px !important;
  }
  .pr-lg-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-460 {
    margin-right: 460px !important;
  }
  .pr-lg-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-465 {
    margin-right: 465px !important;
  }
  .pr-lg-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-470 {
    margin-right: 470px !important;
  }
  .pr-lg-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-475 {
    margin-right: 475px !important;
  }
  .pr-lg-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-480 {
    margin-right: 480px !important;
  }
  .pr-lg-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-485 {
    margin-right: 485px !important;
  }
  .pr-lg-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-490 {
    margin-right: 490px !important;
  }
  .pr-lg-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-495 {
    margin-right: 495px !important;
  }
  .pr-lg-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-500 {
    margin-right: 500px !important;
  }
  .pr-lg-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-505 {
    margin-right: 505px !important;
  }
  .pr-lg-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-510 {
    margin-right: 510px !important;
  }
  .pr-lg-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-515 {
    margin-right: 515px !important;
  }
  .pr-lg-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-520 {
    margin-right: 520px !important;
  }
  .pr-lg-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-525 {
    margin-right: 525px !important;
  }
  .pr-lg-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-530 {
    margin-right: 530px !important;
  }
  .pr-lg-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-535 {
    margin-right: 535px !important;
  }
  .pr-lg-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-540 {
    margin-right: 540px !important;
  }
  .pr-lg-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-545 {
    margin-right: 545px !important;
  }
  .pr-lg-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-550 {
    margin-right: 550px !important;
  }
  .pr-lg-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-555 {
    margin-right: 555px !important;
  }
  .pr-lg-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-560 {
    margin-right: 560px !important;
  }
  .pr-lg-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-565 {
    margin-right: 565px !important;
  }
  .pr-lg-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-570 {
    margin-right: 570px !important;
  }
  .pr-lg-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-575 {
    margin-right: 575px !important;
  }
  .pr-lg-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-580 {
    margin-right: 580px !important;
  }
  .pr-lg-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-585 {
    margin-right: 585px !important;
  }
  .pr-lg-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-590 {
    margin-right: 590px !important;
  }
  .pr-lg-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-595 {
    margin-right: 595px !important;
  }
  .pr-lg-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-600 {
    margin-right: 600px !important;
  }
  .pr-lg-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-605 {
    margin-right: 605px !important;
  }
  .pr-lg-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-610 {
    margin-right: 610px !important;
  }
  .pr-lg-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-615 {
    margin-right: 615px !important;
  }
  .pr-lg-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-620 {
    margin-right: 620px !important;
  }
  .pr-lg-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-625 {
    margin-right: 625px !important;
  }
  .pr-lg-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-630 {
    margin-right: 630px !important;
  }
  .pr-lg-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-635 {
    margin-right: 635px !important;
  }
  .pr-lg-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-640 {
    margin-right: 640px !important;
  }
  .pr-lg-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-645 {
    margin-right: 645px !important;
  }
  .pr-lg-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-650 {
    margin-right: 650px !important;
  }
  .pr-lg-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-655 {
    margin-right: 655px !important;
  }
  .pr-lg-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-660 {
    margin-right: 660px !important;
  }
  .pr-lg-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-665 {
    margin-right: 665px !important;
  }
  .pr-lg-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-670 {
    margin-right: 670px !important;
  }
  .pr-lg-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-675 {
    margin-right: 675px !important;
  }
  .pr-lg-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-680 {
    margin-right: 680px !important;
  }
  .pr-lg-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-685 {
    margin-right: 685px !important;
  }
  .pr-lg-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-690 {
    margin-right: 690px !important;
  }
  .pr-lg-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-695 {
    margin-right: 695px !important;
  }
  .pr-lg-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-700 {
    margin-right: 700px !important;
  }
  .pr-lg-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-705 {
    margin-right: 705px !important;
  }
  .pr-lg-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-710 {
    margin-right: 710px !important;
  }
  .pr-lg-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-715 {
    margin-right: 715px !important;
  }
  .pr-lg-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-720 {
    margin-right: 720px !important;
  }
  .pr-lg-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-725 {
    margin-right: 725px !important;
  }
  .pr-lg-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-730 {
    margin-right: 730px !important;
  }
  .pr-lg-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-735 {
    margin-right: 735px !important;
  }
  .pr-lg-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-740 {
    margin-right: 740px !important;
  }
  .pr-lg-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-745 {
    margin-right: 745px !important;
  }
  .pr-lg-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-750 {
    margin-right: 750px !important;
  }
  .pr-lg-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-755 {
    margin-right: 755px !important;
  }
  .pr-lg-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-760 {
    margin-right: 760px !important;
  }
  .pr-lg-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-765 {
    margin-right: 765px !important;
  }
  .pr-lg-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-770 {
    margin-right: 770px !important;
  }
  .pr-lg-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-775 {
    margin-right: 775px !important;
  }
  .pr-lg-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-780 {
    margin-right: 780px !important;
  }
  .pr-lg-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-785 {
    margin-right: 785px !important;
  }
  .pr-lg-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-790 {
    margin-right: 790px !important;
  }
  .pr-lg-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-795 {
    margin-right: 795px !important;
  }
  .pr-lg-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-800 {
    margin-right: 800px !important;
  }
  .pr-lg-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-805 {
    margin-right: 805px !important;
  }
  .pr-lg-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-810 {
    margin-right: 810px !important;
  }
  .pr-lg-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-815 {
    margin-right: 815px !important;
  }
  .pr-lg-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-820 {
    margin-right: 820px !important;
  }
  .pr-lg-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-825 {
    margin-right: 825px !important;
  }
  .pr-lg-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-830 {
    margin-right: 830px !important;
  }
  .pr-lg-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-835 {
    margin-right: 835px !important;
  }
  .pr-lg-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-840 {
    margin-right: 840px !important;
  }
  .pr-lg-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-845 {
    margin-right: 845px !important;
  }
  .pr-lg-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-850 {
    margin-right: 850px !important;
  }
  .pr-lg-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-855 {
    margin-right: 855px !important;
  }
  .pr-lg-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-860 {
    margin-right: 860px !important;
  }
  .pr-lg-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-865 {
    margin-right: 865px !important;
  }
  .pr-lg-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-870 {
    margin-right: 870px !important;
  }
  .pr-lg-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-875 {
    margin-right: 875px !important;
  }
  .pr-lg-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-880 {
    margin-right: 880px !important;
  }
  .pr-lg-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-885 {
    margin-right: 885px !important;
  }
  .pr-lg-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-890 {
    margin-right: 890px !important;
  }
  .pr-lg-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-895 {
    margin-right: 895px !important;
  }
  .pr-lg-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-900 {
    margin-right: 900px !important;
  }
  .pr-lg-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-905 {
    margin-right: 905px !important;
  }
  .pr-lg-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-910 {
    margin-right: 910px !important;
  }
  .pr-lg-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-915 {
    margin-right: 915px !important;
  }
  .pr-lg-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-920 {
    margin-right: 920px !important;
  }
  .pr-lg-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-925 {
    margin-right: 925px !important;
  }
  .pr-lg-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-930 {
    margin-right: 930px !important;
  }
  .pr-lg-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-935 {
    margin-right: 935px !important;
  }
  .pr-lg-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-940 {
    margin-right: 940px !important;
  }
  .pr-lg-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-945 {
    margin-right: 945px !important;
  }
  .pr-lg-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-950 {
    margin-right: 950px !important;
  }
  .pr-lg-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-955 {
    margin-right: 955px !important;
  }
  .pr-lg-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-960 {
    margin-right: 960px !important;
  }
  .pr-lg-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-965 {
    margin-right: 965px !important;
  }
  .pr-lg-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-970 {
    margin-right: 970px !important;
  }
  .pr-lg-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-975 {
    margin-right: 975px !important;
  }
  .pr-lg-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-980 {
    margin-right: 980px !important;
  }
  .pr-lg-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-985 {
    margin-right: 985px !important;
  }
  .pr-lg-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-990 {
    margin-right: 990px !important;
  }
  .pr-lg-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-995 {
    margin-right: 995px !important;
  }
  .pr-lg-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-1000 {
    margin-right: 1000px !important;
  }
  .pr-lg-1000 {
    padding-right: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 5px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 10px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 15px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 20px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-25 {
    margin: 25px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-30 {
    margin: 30px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-35 {
    margin: 35px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-40 {
    margin: 40px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-45 {
    margin: 45px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-50 {
    margin: 50px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-55 {
    margin: 55px !important;
  }
  .p-xl-55 {
    padding: 55px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-60 {
    margin: 60px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-65 {
    margin: 65px !important;
  }
  .p-xl-65 {
    padding: 65px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-70 {
    margin: 70px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-75 {
    margin: 75px !important;
  }
  .p-xl-75 {
    padding: 75px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-80 {
    margin: 80px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-85 {
    margin: 85px !important;
  }
  .p-xl-85 {
    padding: 85px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-90 {
    margin: 90px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-95 {
    margin: 95px !important;
  }
  .p-xl-95 {
    padding: 95px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-100 {
    margin: 100px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-105 {
    margin: 105px !important;
  }
  .p-xl-105 {
    padding: 105px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-110 {
    margin: 110px !important;
  }
  .p-xl-110 {
    padding: 110px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-115 {
    margin: 115px !important;
  }
  .p-xl-115 {
    padding: 115px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-120 {
    margin: 120px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-125 {
    margin: 125px !important;
  }
  .p-xl-125 {
    padding: 125px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-130 {
    margin: 130px !important;
  }
  .p-xl-130 {
    padding: 130px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-135 {
    margin: 135px !important;
  }
  .p-xl-135 {
    padding: 135px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-140 {
    margin: 140px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-145 {
    margin: 145px !important;
  }
  .p-xl-145 {
    padding: 145px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-150 {
    margin: 150px !important;
  }
  .p-xl-150 {
    padding: 150px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-155 {
    margin: 155px !important;
  }
  .p-xl-155 {
    padding: 155px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-160 {
    margin: 160px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-165 {
    margin: 165px !important;
  }
  .p-xl-165 {
    padding: 165px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-170 {
    margin: 170px !important;
  }
  .p-xl-170 {
    padding: 170px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-175 {
    margin: 175px !important;
  }
  .p-xl-175 {
    padding: 175px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-180 {
    margin: 180px !important;
  }
  .p-xl-180 {
    padding: 180px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-185 {
    margin: 185px !important;
  }
  .p-xl-185 {
    padding: 185px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-190 {
    margin: 190px !important;
  }
  .p-xl-190 {
    padding: 190px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-195 {
    margin: 195px !important;
  }
  .p-xl-195 {
    padding: 195px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-200 {
    margin: 200px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-205 {
    margin: 205px !important;
  }
  .p-xl-205 {
    padding: 205px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-210 {
    margin: 210px !important;
  }
  .p-xl-210 {
    padding: 210px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-215 {
    margin: 215px !important;
  }
  .p-xl-215 {
    padding: 215px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-220 {
    margin: 220px !important;
  }
  .p-xl-220 {
    padding: 220px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-225 {
    margin: 225px !important;
  }
  .p-xl-225 {
    padding: 225px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-230 {
    margin: 230px !important;
  }
  .p-xl-230 {
    padding: 230px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-235 {
    margin: 235px !important;
  }
  .p-xl-235 {
    padding: 235px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-240 {
    margin: 240px !important;
  }
  .p-xl-240 {
    padding: 240px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-245 {
    margin: 245px !important;
  }
  .p-xl-245 {
    padding: 245px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-250 {
    margin: 250px !important;
  }
  .p-xl-250 {
    padding: 250px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-255 {
    margin: 255px !important;
  }
  .p-xl-255 {
    padding: 255px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-260 {
    margin: 260px !important;
  }
  .p-xl-260 {
    padding: 260px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-265 {
    margin: 265px !important;
  }
  .p-xl-265 {
    padding: 265px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-270 {
    margin: 270px !important;
  }
  .p-xl-270 {
    padding: 270px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-275 {
    margin: 275px !important;
  }
  .p-xl-275 {
    padding: 275px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-280 {
    margin: 280px !important;
  }
  .p-xl-280 {
    padding: 280px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-285 {
    margin: 285px !important;
  }
  .p-xl-285 {
    padding: 285px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-290 {
    margin: 290px !important;
  }
  .p-xl-290 {
    padding: 290px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-295 {
    margin: 295px !important;
  }
  .p-xl-295 {
    padding: 295px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-300 {
    margin: 300px !important;
  }
  .p-xl-300 {
    padding: 300px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-305 {
    margin: 305px !important;
  }
  .p-xl-305 {
    padding: 305px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-310 {
    margin: 310px !important;
  }
  .p-xl-310 {
    padding: 310px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-315 {
    margin: 315px !important;
  }
  .p-xl-315 {
    padding: 315px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-320 {
    margin: 320px !important;
  }
  .p-xl-320 {
    padding: 320px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-325 {
    margin: 325px !important;
  }
  .p-xl-325 {
    padding: 325px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-330 {
    margin: 330px !important;
  }
  .p-xl-330 {
    padding: 330px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-335 {
    margin: 335px !important;
  }
  .p-xl-335 {
    padding: 335px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-340 {
    margin: 340px !important;
  }
  .p-xl-340 {
    padding: 340px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-345 {
    margin: 345px !important;
  }
  .p-xl-345 {
    padding: 345px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-350 {
    margin: 350px !important;
  }
  .p-xl-350 {
    padding: 350px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-355 {
    margin: 355px !important;
  }
  .p-xl-355 {
    padding: 355px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-360 {
    margin: 360px !important;
  }
  .p-xl-360 {
    padding: 360px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-365 {
    margin: 365px !important;
  }
  .p-xl-365 {
    padding: 365px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-370 {
    margin: 370px !important;
  }
  .p-xl-370 {
    padding: 370px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-375 {
    margin: 375px !important;
  }
  .p-xl-375 {
    padding: 375px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-380 {
    margin: 380px !important;
  }
  .p-xl-380 {
    padding: 380px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-385 {
    margin: 385px !important;
  }
  .p-xl-385 {
    padding: 385px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-390 {
    margin: 390px !important;
  }
  .p-xl-390 {
    padding: 390px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-395 {
    margin: 395px !important;
  }
  .p-xl-395 {
    padding: 395px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-400 {
    margin: 400px !important;
  }
  .p-xl-400 {
    padding: 400px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-405 {
    margin: 405px !important;
  }
  .p-xl-405 {
    padding: 405px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-410 {
    margin: 410px !important;
  }
  .p-xl-410 {
    padding: 410px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-415 {
    margin: 415px !important;
  }
  .p-xl-415 {
    padding: 415px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-420 {
    margin: 420px !important;
  }
  .p-xl-420 {
    padding: 420px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-425 {
    margin: 425px !important;
  }
  .p-xl-425 {
    padding: 425px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-430 {
    margin: 430px !important;
  }
  .p-xl-430 {
    padding: 430px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-435 {
    margin: 435px !important;
  }
  .p-xl-435 {
    padding: 435px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-440 {
    margin: 440px !important;
  }
  .p-xl-440 {
    padding: 440px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-445 {
    margin: 445px !important;
  }
  .p-xl-445 {
    padding: 445px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-450 {
    margin: 450px !important;
  }
  .p-xl-450 {
    padding: 450px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-455 {
    margin: 455px !important;
  }
  .p-xl-455 {
    padding: 455px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-460 {
    margin: 460px !important;
  }
  .p-xl-460 {
    padding: 460px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-465 {
    margin: 465px !important;
  }
  .p-xl-465 {
    padding: 465px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-470 {
    margin: 470px !important;
  }
  .p-xl-470 {
    padding: 470px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-475 {
    margin: 475px !important;
  }
  .p-xl-475 {
    padding: 475px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-480 {
    margin: 480px !important;
  }
  .p-xl-480 {
    padding: 480px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-485 {
    margin: 485px !important;
  }
  .p-xl-485 {
    padding: 485px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-490 {
    margin: 490px !important;
  }
  .p-xl-490 {
    padding: 490px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-495 {
    margin: 495px !important;
  }
  .p-xl-495 {
    padding: 495px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-500 {
    margin: 500px !important;
  }
  .p-xl-500 {
    padding: 500px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-505 {
    margin: 505px !important;
  }
  .p-xl-505 {
    padding: 505px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-510 {
    margin: 510px !important;
  }
  .p-xl-510 {
    padding: 510px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-515 {
    margin: 515px !important;
  }
  .p-xl-515 {
    padding: 515px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-520 {
    margin: 520px !important;
  }
  .p-xl-520 {
    padding: 520px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-525 {
    margin: 525px !important;
  }
  .p-xl-525 {
    padding: 525px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-530 {
    margin: 530px !important;
  }
  .p-xl-530 {
    padding: 530px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-535 {
    margin: 535px !important;
  }
  .p-xl-535 {
    padding: 535px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-540 {
    margin: 540px !important;
  }
  .p-xl-540 {
    padding: 540px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-545 {
    margin: 545px !important;
  }
  .p-xl-545 {
    padding: 545px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-550 {
    margin: 550px !important;
  }
  .p-xl-550 {
    padding: 550px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-555 {
    margin: 555px !important;
  }
  .p-xl-555 {
    padding: 555px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-560 {
    margin: 560px !important;
  }
  .p-xl-560 {
    padding: 560px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-565 {
    margin: 565px !important;
  }
  .p-xl-565 {
    padding: 565px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-570 {
    margin: 570px !important;
  }
  .p-xl-570 {
    padding: 570px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-575 {
    margin: 575px !important;
  }
  .p-xl-575 {
    padding: 575px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-580 {
    margin: 580px !important;
  }
  .p-xl-580 {
    padding: 580px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-585 {
    margin: 585px !important;
  }
  .p-xl-585 {
    padding: 585px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-590 {
    margin: 590px !important;
  }
  .p-xl-590 {
    padding: 590px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-595 {
    margin: 595px !important;
  }
  .p-xl-595 {
    padding: 595px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-600 {
    margin: 600px !important;
  }
  .p-xl-600 {
    padding: 600px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-605 {
    margin: 605px !important;
  }
  .p-xl-605 {
    padding: 605px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-610 {
    margin: 610px !important;
  }
  .p-xl-610 {
    padding: 610px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-615 {
    margin: 615px !important;
  }
  .p-xl-615 {
    padding: 615px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-620 {
    margin: 620px !important;
  }
  .p-xl-620 {
    padding: 620px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-625 {
    margin: 625px !important;
  }
  .p-xl-625 {
    padding: 625px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-630 {
    margin: 630px !important;
  }
  .p-xl-630 {
    padding: 630px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-635 {
    margin: 635px !important;
  }
  .p-xl-635 {
    padding: 635px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-640 {
    margin: 640px !important;
  }
  .p-xl-640 {
    padding: 640px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-645 {
    margin: 645px !important;
  }
  .p-xl-645 {
    padding: 645px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-650 {
    margin: 650px !important;
  }
  .p-xl-650 {
    padding: 650px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-655 {
    margin: 655px !important;
  }
  .p-xl-655 {
    padding: 655px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-660 {
    margin: 660px !important;
  }
  .p-xl-660 {
    padding: 660px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-665 {
    margin: 665px !important;
  }
  .p-xl-665 {
    padding: 665px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-670 {
    margin: 670px !important;
  }
  .p-xl-670 {
    padding: 670px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-675 {
    margin: 675px !important;
  }
  .p-xl-675 {
    padding: 675px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-680 {
    margin: 680px !important;
  }
  .p-xl-680 {
    padding: 680px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-685 {
    margin: 685px !important;
  }
  .p-xl-685 {
    padding: 685px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-690 {
    margin: 690px !important;
  }
  .p-xl-690 {
    padding: 690px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-695 {
    margin: 695px !important;
  }
  .p-xl-695 {
    padding: 695px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-700 {
    margin: 700px !important;
  }
  .p-xl-700 {
    padding: 700px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-705 {
    margin: 705px !important;
  }
  .p-xl-705 {
    padding: 705px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-710 {
    margin: 710px !important;
  }
  .p-xl-710 {
    padding: 710px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-715 {
    margin: 715px !important;
  }
  .p-xl-715 {
    padding: 715px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-720 {
    margin: 720px !important;
  }
  .p-xl-720 {
    padding: 720px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-725 {
    margin: 725px !important;
  }
  .p-xl-725 {
    padding: 725px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-730 {
    margin: 730px !important;
  }
  .p-xl-730 {
    padding: 730px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-735 {
    margin: 735px !important;
  }
  .p-xl-735 {
    padding: 735px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-740 {
    margin: 740px !important;
  }
  .p-xl-740 {
    padding: 740px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-745 {
    margin: 745px !important;
  }
  .p-xl-745 {
    padding: 745px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-750 {
    margin: 750px !important;
  }
  .p-xl-750 {
    padding: 750px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-755 {
    margin: 755px !important;
  }
  .p-xl-755 {
    padding: 755px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-760 {
    margin: 760px !important;
  }
  .p-xl-760 {
    padding: 760px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-765 {
    margin: 765px !important;
  }
  .p-xl-765 {
    padding: 765px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-770 {
    margin: 770px !important;
  }
  .p-xl-770 {
    padding: 770px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-775 {
    margin: 775px !important;
  }
  .p-xl-775 {
    padding: 775px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-780 {
    margin: 780px !important;
  }
  .p-xl-780 {
    padding: 780px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-785 {
    margin: 785px !important;
  }
  .p-xl-785 {
    padding: 785px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-790 {
    margin: 790px !important;
  }
  .p-xl-790 {
    padding: 790px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-795 {
    margin: 795px !important;
  }
  .p-xl-795 {
    padding: 795px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-800 {
    margin: 800px !important;
  }
  .p-xl-800 {
    padding: 800px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-805 {
    margin: 805px !important;
  }
  .p-xl-805 {
    padding: 805px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-810 {
    margin: 810px !important;
  }
  .p-xl-810 {
    padding: 810px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-815 {
    margin: 815px !important;
  }
  .p-xl-815 {
    padding: 815px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-820 {
    margin: 820px !important;
  }
  .p-xl-820 {
    padding: 820px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-825 {
    margin: 825px !important;
  }
  .p-xl-825 {
    padding: 825px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-830 {
    margin: 830px !important;
  }
  .p-xl-830 {
    padding: 830px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-835 {
    margin: 835px !important;
  }
  .p-xl-835 {
    padding: 835px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-840 {
    margin: 840px !important;
  }
  .p-xl-840 {
    padding: 840px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-845 {
    margin: 845px !important;
  }
  .p-xl-845 {
    padding: 845px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-850 {
    margin: 850px !important;
  }
  .p-xl-850 {
    padding: 850px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-855 {
    margin: 855px !important;
  }
  .p-xl-855 {
    padding: 855px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-860 {
    margin: 860px !important;
  }
  .p-xl-860 {
    padding: 860px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-865 {
    margin: 865px !important;
  }
  .p-xl-865 {
    padding: 865px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-870 {
    margin: 870px !important;
  }
  .p-xl-870 {
    padding: 870px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-875 {
    margin: 875px !important;
  }
  .p-xl-875 {
    padding: 875px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-880 {
    margin: 880px !important;
  }
  .p-xl-880 {
    padding: 880px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-885 {
    margin: 885px !important;
  }
  .p-xl-885 {
    padding: 885px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-890 {
    margin: 890px !important;
  }
  .p-xl-890 {
    padding: 890px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-895 {
    margin: 895px !important;
  }
  .p-xl-895 {
    padding: 895px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-900 {
    margin: 900px !important;
  }
  .p-xl-900 {
    padding: 900px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-905 {
    margin: 905px !important;
  }
  .p-xl-905 {
    padding: 905px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-910 {
    margin: 910px !important;
  }
  .p-xl-910 {
    padding: 910px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-915 {
    margin: 915px !important;
  }
  .p-xl-915 {
    padding: 915px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-920 {
    margin: 920px !important;
  }
  .p-xl-920 {
    padding: 920px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-925 {
    margin: 925px !important;
  }
  .p-xl-925 {
    padding: 925px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-930 {
    margin: 930px !important;
  }
  .p-xl-930 {
    padding: 930px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-935 {
    margin: 935px !important;
  }
  .p-xl-935 {
    padding: 935px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-940 {
    margin: 940px !important;
  }
  .p-xl-940 {
    padding: 940px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-945 {
    margin: 945px !important;
  }
  .p-xl-945 {
    padding: 945px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-950 {
    margin: 950px !important;
  }
  .p-xl-950 {
    padding: 950px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-955 {
    margin: 955px !important;
  }
  .p-xl-955 {
    padding: 955px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-960 {
    margin: 960px !important;
  }
  .p-xl-960 {
    padding: 960px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-965 {
    margin: 965px !important;
  }
  .p-xl-965 {
    padding: 965px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-970 {
    margin: 970px !important;
  }
  .p-xl-970 {
    padding: 970px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-975 {
    margin: 975px !important;
  }
  .p-xl-975 {
    padding: 975px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-980 {
    margin: 980px !important;
  }
  .p-xl-980 {
    padding: 980px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-985 {
    margin: 985px !important;
  }
  .p-xl-985 {
    padding: 985px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-990 {
    margin: 990px !important;
  }
  .p-xl-990 {
    padding: 990px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-995 {
    margin: 995px !important;
  }
  .p-xl-995 {
    padding: 995px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-1000 {
    margin: 1000px !important;
  }
  .p-xl-1000 {
    padding: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .pt-xl-55 {
    padding-top: 55px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .pt-xl-65 {
    padding-top: 65px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .pt-xl-75 {
    padding-top: 75px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .pt-xl-85 {
    padding-top: 85px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .pt-xl-95 {
    padding-top: 95px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  .pt-xl-105 {
    padding-top: 105px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .pt-xl-110 {
    padding-top: 110px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  .pt-xl-115 {
    padding-top: 115px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  .pt-xl-125 {
    padding-top: 125px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .pt-xl-130 {
    padding-top: 130px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  .pt-xl-135 {
    padding-top: 135px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  .pt-xl-145 {
    padding-top: 145px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .pt-xl-150 {
    padding-top: 150px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-155 {
    margin-top: 155px !important;
  }
  .pt-xl-155 {
    padding-top: 155px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-165 {
    margin-top: 165px !important;
  }
  .pt-xl-165 {
    padding-top: 165px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-170 {
    margin-top: 170px !important;
  }
  .pt-xl-170 {
    padding-top: 170px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-175 {
    margin-top: 175px !important;
  }
  .pt-xl-175 {
    padding-top: 175px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-185 {
    margin-top: 185px !important;
  }
  .pt-xl-185 {
    padding-top: 185px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-190 {
    margin-top: 190px !important;
  }
  .pt-xl-190 {
    padding-top: 190px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-195 {
    margin-top: 195px !important;
  }
  .pt-xl-195 {
    padding-top: 195px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-205 {
    margin-top: 205px !important;
  }
  .pt-xl-205 {
    padding-top: 205px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-210 {
    margin-top: 210px !important;
  }
  .pt-xl-210 {
    padding-top: 210px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-215 {
    margin-top: 215px !important;
  }
  .pt-xl-215 {
    padding-top: 215px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-220 {
    margin-top: 220px !important;
  }
  .pt-xl-220 {
    padding-top: 220px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-225 {
    margin-top: 225px !important;
  }
  .pt-xl-225 {
    padding-top: 225px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-230 {
    margin-top: 230px !important;
  }
  .pt-xl-230 {
    padding-top: 230px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-235 {
    margin-top: 235px !important;
  }
  .pt-xl-235 {
    padding-top: 235px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-240 {
    margin-top: 240px !important;
  }
  .pt-xl-240 {
    padding-top: 240px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-245 {
    margin-top: 245px !important;
  }
  .pt-xl-245 {
    padding-top: 245px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-250 {
    margin-top: 250px !important;
  }
  .pt-xl-250 {
    padding-top: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-255 {
    margin-top: 255px !important;
  }
  .pt-xl-255 {
    padding-top: 255px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-260 {
    margin-top: 260px !important;
  }
  .pt-xl-260 {
    padding-top: 260px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-265 {
    margin-top: 265px !important;
  }
  .pt-xl-265 {
    padding-top: 265px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-270 {
    margin-top: 270px !important;
  }
  .pt-xl-270 {
    padding-top: 270px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-275 {
    margin-top: 275px !important;
  }
  .pt-xl-275 {
    padding-top: 275px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-280 {
    margin-top: 280px !important;
  }
  .pt-xl-280 {
    padding-top: 280px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-285 {
    margin-top: 285px !important;
  }
  .pt-xl-285 {
    padding-top: 285px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-290 {
    margin-top: 290px !important;
  }
  .pt-xl-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-295 {
    margin-top: 295px !important;
  }
  .pt-xl-295 {
    padding-top: 295px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-300 {
    margin-top: 300px !important;
  }
  .pt-xl-300 {
    padding-top: 300px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-305 {
    margin-top: 305px !important;
  }
  .pt-xl-305 {
    padding-top: 305px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-310 {
    margin-top: 310px !important;
  }
  .pt-xl-310 {
    padding-top: 310px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-315 {
    margin-top: 315px !important;
  }
  .pt-xl-315 {
    padding-top: 315px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-320 {
    margin-top: 320px !important;
  }
  .pt-xl-320 {
    padding-top: 320px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-325 {
    margin-top: 325px !important;
  }
  .pt-xl-325 {
    padding-top: 325px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-330 {
    margin-top: 330px !important;
  }
  .pt-xl-330 {
    padding-top: 330px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-335 {
    margin-top: 335px !important;
  }
  .pt-xl-335 {
    padding-top: 335px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-340 {
    margin-top: 340px !important;
  }
  .pt-xl-340 {
    padding-top: 340px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-345 {
    margin-top: 345px !important;
  }
  .pt-xl-345 {
    padding-top: 345px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-350 {
    margin-top: 350px !important;
  }
  .pt-xl-350 {
    padding-top: 350px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-355 {
    margin-top: 355px !important;
  }
  .pt-xl-355 {
    padding-top: 355px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-360 {
    margin-top: 360px !important;
  }
  .pt-xl-360 {
    padding-top: 360px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-365 {
    margin-top: 365px !important;
  }
  .pt-xl-365 {
    padding-top: 365px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-370 {
    margin-top: 370px !important;
  }
  .pt-xl-370 {
    padding-top: 370px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-375 {
    margin-top: 375px !important;
  }
  .pt-xl-375 {
    padding-top: 375px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-380 {
    margin-top: 380px !important;
  }
  .pt-xl-380 {
    padding-top: 380px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-385 {
    margin-top: 385px !important;
  }
  .pt-xl-385 {
    padding-top: 385px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-390 {
    margin-top: 390px !important;
  }
  .pt-xl-390 {
    padding-top: 390px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-395 {
    margin-top: 395px !important;
  }
  .pt-xl-395 {
    padding-top: 395px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-400 {
    margin-top: 400px !important;
  }
  .pt-xl-400 {
    padding-top: 400px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-405 {
    margin-top: 405px !important;
  }
  .pt-xl-405 {
    padding-top: 405px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-410 {
    margin-top: 410px !important;
  }
  .pt-xl-410 {
    padding-top: 410px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-415 {
    margin-top: 415px !important;
  }
  .pt-xl-415 {
    padding-top: 415px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-420 {
    margin-top: 420px !important;
  }
  .pt-xl-420 {
    padding-top: 420px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-425 {
    margin-top: 425px !important;
  }
  .pt-xl-425 {
    padding-top: 425px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-430 {
    margin-top: 430px !important;
  }
  .pt-xl-430 {
    padding-top: 430px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-435 {
    margin-top: 435px !important;
  }
  .pt-xl-435 {
    padding-top: 435px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-440 {
    margin-top: 440px !important;
  }
  .pt-xl-440 {
    padding-top: 440px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-445 {
    margin-top: 445px !important;
  }
  .pt-xl-445 {
    padding-top: 445px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-450 {
    margin-top: 450px !important;
  }
  .pt-xl-450 {
    padding-top: 450px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-455 {
    margin-top: 455px !important;
  }
  .pt-xl-455 {
    padding-top: 455px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-460 {
    margin-top: 460px !important;
  }
  .pt-xl-460 {
    padding-top: 460px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-465 {
    margin-top: 465px !important;
  }
  .pt-xl-465 {
    padding-top: 465px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-470 {
    margin-top: 470px !important;
  }
  .pt-xl-470 {
    padding-top: 470px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-475 {
    margin-top: 475px !important;
  }
  .pt-xl-475 {
    padding-top: 475px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-480 {
    margin-top: 480px !important;
  }
  .pt-xl-480 {
    padding-top: 480px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-485 {
    margin-top: 485px !important;
  }
  .pt-xl-485 {
    padding-top: 485px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-490 {
    margin-top: 490px !important;
  }
  .pt-xl-490 {
    padding-top: 490px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-495 {
    margin-top: 495px !important;
  }
  .pt-xl-495 {
    padding-top: 495px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-500 {
    margin-top: 500px !important;
  }
  .pt-xl-500 {
    padding-top: 500px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-505 {
    margin-top: 505px !important;
  }
  .pt-xl-505 {
    padding-top: 505px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-510 {
    margin-top: 510px !important;
  }
  .pt-xl-510 {
    padding-top: 510px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-515 {
    margin-top: 515px !important;
  }
  .pt-xl-515 {
    padding-top: 515px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-520 {
    margin-top: 520px !important;
  }
  .pt-xl-520 {
    padding-top: 520px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-525 {
    margin-top: 525px !important;
  }
  .pt-xl-525 {
    padding-top: 525px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-530 {
    margin-top: 530px !important;
  }
  .pt-xl-530 {
    padding-top: 530px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-535 {
    margin-top: 535px !important;
  }
  .pt-xl-535 {
    padding-top: 535px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-540 {
    margin-top: 540px !important;
  }
  .pt-xl-540 {
    padding-top: 540px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-545 {
    margin-top: 545px !important;
  }
  .pt-xl-545 {
    padding-top: 545px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-550 {
    margin-top: 550px !important;
  }
  .pt-xl-550 {
    padding-top: 550px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-555 {
    margin-top: 555px !important;
  }
  .pt-xl-555 {
    padding-top: 555px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-560 {
    margin-top: 560px !important;
  }
  .pt-xl-560 {
    padding-top: 560px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-565 {
    margin-top: 565px !important;
  }
  .pt-xl-565 {
    padding-top: 565px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-570 {
    margin-top: 570px !important;
  }
  .pt-xl-570 {
    padding-top: 570px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-575 {
    margin-top: 575px !important;
  }
  .pt-xl-575 {
    padding-top: 575px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-580 {
    margin-top: 580px !important;
  }
  .pt-xl-580 {
    padding-top: 580px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-585 {
    margin-top: 585px !important;
  }
  .pt-xl-585 {
    padding-top: 585px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-590 {
    margin-top: 590px !important;
  }
  .pt-xl-590 {
    padding-top: 590px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-595 {
    margin-top: 595px !important;
  }
  .pt-xl-595 {
    padding-top: 595px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-600 {
    margin-top: 600px !important;
  }
  .pt-xl-600 {
    padding-top: 600px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-605 {
    margin-top: 605px !important;
  }
  .pt-xl-605 {
    padding-top: 605px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-610 {
    margin-top: 610px !important;
  }
  .pt-xl-610 {
    padding-top: 610px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-615 {
    margin-top: 615px !important;
  }
  .pt-xl-615 {
    padding-top: 615px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-620 {
    margin-top: 620px !important;
  }
  .pt-xl-620 {
    padding-top: 620px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-625 {
    margin-top: 625px !important;
  }
  .pt-xl-625 {
    padding-top: 625px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-630 {
    margin-top: 630px !important;
  }
  .pt-xl-630 {
    padding-top: 630px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-635 {
    margin-top: 635px !important;
  }
  .pt-xl-635 {
    padding-top: 635px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-640 {
    margin-top: 640px !important;
  }
  .pt-xl-640 {
    padding-top: 640px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-645 {
    margin-top: 645px !important;
  }
  .pt-xl-645 {
    padding-top: 645px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-650 {
    margin-top: 650px !important;
  }
  .pt-xl-650 {
    padding-top: 650px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-655 {
    margin-top: 655px !important;
  }
  .pt-xl-655 {
    padding-top: 655px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-660 {
    margin-top: 660px !important;
  }
  .pt-xl-660 {
    padding-top: 660px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-665 {
    margin-top: 665px !important;
  }
  .pt-xl-665 {
    padding-top: 665px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-670 {
    margin-top: 670px !important;
  }
  .pt-xl-670 {
    padding-top: 670px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-675 {
    margin-top: 675px !important;
  }
  .pt-xl-675 {
    padding-top: 675px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-680 {
    margin-top: 680px !important;
  }
  .pt-xl-680 {
    padding-top: 680px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-685 {
    margin-top: 685px !important;
  }
  .pt-xl-685 {
    padding-top: 685px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-690 {
    margin-top: 690px !important;
  }
  .pt-xl-690 {
    padding-top: 690px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-695 {
    margin-top: 695px !important;
  }
  .pt-xl-695 {
    padding-top: 695px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-700 {
    margin-top: 700px !important;
  }
  .pt-xl-700 {
    padding-top: 700px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-705 {
    margin-top: 705px !important;
  }
  .pt-xl-705 {
    padding-top: 705px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-710 {
    margin-top: 710px !important;
  }
  .pt-xl-710 {
    padding-top: 710px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-715 {
    margin-top: 715px !important;
  }
  .pt-xl-715 {
    padding-top: 715px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-720 {
    margin-top: 720px !important;
  }
  .pt-xl-720 {
    padding-top: 720px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-725 {
    margin-top: 725px !important;
  }
  .pt-xl-725 {
    padding-top: 725px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-730 {
    margin-top: 730px !important;
  }
  .pt-xl-730 {
    padding-top: 730px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-735 {
    margin-top: 735px !important;
  }
  .pt-xl-735 {
    padding-top: 735px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-740 {
    margin-top: 740px !important;
  }
  .pt-xl-740 {
    padding-top: 740px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-745 {
    margin-top: 745px !important;
  }
  .pt-xl-745 {
    padding-top: 745px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-750 {
    margin-top: 750px !important;
  }
  .pt-xl-750 {
    padding-top: 750px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-755 {
    margin-top: 755px !important;
  }
  .pt-xl-755 {
    padding-top: 755px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-760 {
    margin-top: 760px !important;
  }
  .pt-xl-760 {
    padding-top: 760px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-765 {
    margin-top: 765px !important;
  }
  .pt-xl-765 {
    padding-top: 765px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-770 {
    margin-top: 770px !important;
  }
  .pt-xl-770 {
    padding-top: 770px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-775 {
    margin-top: 775px !important;
  }
  .pt-xl-775 {
    padding-top: 775px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-780 {
    margin-top: 780px !important;
  }
  .pt-xl-780 {
    padding-top: 780px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-785 {
    margin-top: 785px !important;
  }
  .pt-xl-785 {
    padding-top: 785px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-790 {
    margin-top: 790px !important;
  }
  .pt-xl-790 {
    padding-top: 790px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-795 {
    margin-top: 795px !important;
  }
  .pt-xl-795 {
    padding-top: 795px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-800 {
    margin-top: 800px !important;
  }
  .pt-xl-800 {
    padding-top: 800px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-805 {
    margin-top: 805px !important;
  }
  .pt-xl-805 {
    padding-top: 805px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-810 {
    margin-top: 810px !important;
  }
  .pt-xl-810 {
    padding-top: 810px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-815 {
    margin-top: 815px !important;
  }
  .pt-xl-815 {
    padding-top: 815px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-820 {
    margin-top: 820px !important;
  }
  .pt-xl-820 {
    padding-top: 820px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-825 {
    margin-top: 825px !important;
  }
  .pt-xl-825 {
    padding-top: 825px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-830 {
    margin-top: 830px !important;
  }
  .pt-xl-830 {
    padding-top: 830px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-835 {
    margin-top: 835px !important;
  }
  .pt-xl-835 {
    padding-top: 835px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-840 {
    margin-top: 840px !important;
  }
  .pt-xl-840 {
    padding-top: 840px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-845 {
    margin-top: 845px !important;
  }
  .pt-xl-845 {
    padding-top: 845px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-850 {
    margin-top: 850px !important;
  }
  .pt-xl-850 {
    padding-top: 850px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-855 {
    margin-top: 855px !important;
  }
  .pt-xl-855 {
    padding-top: 855px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-860 {
    margin-top: 860px !important;
  }
  .pt-xl-860 {
    padding-top: 860px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-865 {
    margin-top: 865px !important;
  }
  .pt-xl-865 {
    padding-top: 865px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-870 {
    margin-top: 870px !important;
  }
  .pt-xl-870 {
    padding-top: 870px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-875 {
    margin-top: 875px !important;
  }
  .pt-xl-875 {
    padding-top: 875px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-880 {
    margin-top: 880px !important;
  }
  .pt-xl-880 {
    padding-top: 880px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-885 {
    margin-top: 885px !important;
  }
  .pt-xl-885 {
    padding-top: 885px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-890 {
    margin-top: 890px !important;
  }
  .pt-xl-890 {
    padding-top: 890px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-895 {
    margin-top: 895px !important;
  }
  .pt-xl-895 {
    padding-top: 895px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-900 {
    margin-top: 900px !important;
  }
  .pt-xl-900 {
    padding-top: 900px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-905 {
    margin-top: 905px !important;
  }
  .pt-xl-905 {
    padding-top: 905px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-910 {
    margin-top: 910px !important;
  }
  .pt-xl-910 {
    padding-top: 910px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-915 {
    margin-top: 915px !important;
  }
  .pt-xl-915 {
    padding-top: 915px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-920 {
    margin-top: 920px !important;
  }
  .pt-xl-920 {
    padding-top: 920px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-925 {
    margin-top: 925px !important;
  }
  .pt-xl-925 {
    padding-top: 925px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-930 {
    margin-top: 930px !important;
  }
  .pt-xl-930 {
    padding-top: 930px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-935 {
    margin-top: 935px !important;
  }
  .pt-xl-935 {
    padding-top: 935px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-940 {
    margin-top: 940px !important;
  }
  .pt-xl-940 {
    padding-top: 940px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-945 {
    margin-top: 945px !important;
  }
  .pt-xl-945 {
    padding-top: 945px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-950 {
    margin-top: 950px !important;
  }
  .pt-xl-950 {
    padding-top: 950px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-955 {
    margin-top: 955px !important;
  }
  .pt-xl-955 {
    padding-top: 955px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-960 {
    margin-top: 960px !important;
  }
  .pt-xl-960 {
    padding-top: 960px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-965 {
    margin-top: 965px !important;
  }
  .pt-xl-965 {
    padding-top: 965px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-970 {
    margin-top: 970px !important;
  }
  .pt-xl-970 {
    padding-top: 970px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-975 {
    margin-top: 975px !important;
  }
  .pt-xl-975 {
    padding-top: 975px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-980 {
    margin-top: 980px !important;
  }
  .pt-xl-980 {
    padding-top: 980px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-985 {
    margin-top: 985px !important;
  }
  .pt-xl-985 {
    padding-top: 985px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-990 {
    margin-top: 990px !important;
  }
  .pt-xl-990 {
    padding-top: 990px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-995 {
    margin-top: 995px !important;
  }
  .pt-xl-995 {
    padding-top: 995px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-1000 {
    margin-top: 1000px !important;
  }
  .pt-xl-1000 {
    padding-top: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  .pb-xl-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  .pb-xl-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  .pb-xl-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .pb-xl-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  .pb-xl-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  .pb-xl-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .pb-xl-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-155 {
    margin-bottom: 155px !important;
  }
  .pb-xl-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-165 {
    margin-bottom: 165px !important;
  }
  .pb-xl-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-170 {
    margin-bottom: 170px !important;
  }
  .pb-xl-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-175 {
    margin-bottom: 175px !important;
  }
  .pb-xl-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-185 {
    margin-bottom: 185px !important;
  }
  .pb-xl-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-190 {
    margin-bottom: 190px !important;
  }
  .pb-xl-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-195 {
    margin-bottom: 195px !important;
  }
  .pb-xl-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-205 {
    margin-bottom: 205px !important;
  }
  .pb-xl-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .pb-xl-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-215 {
    margin-bottom: 215px !important;
  }
  .pb-xl-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-220 {
    margin-bottom: 220px !important;
  }
  .pb-xl-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-225 {
    margin-bottom: 225px !important;
  }
  .pb-xl-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-230 {
    margin-bottom: 230px !important;
  }
  .pb-xl-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-235 {
    margin-bottom: 235px !important;
  }
  .pb-xl-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .pb-xl-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-245 {
    margin-bottom: 245px !important;
  }
  .pb-xl-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
  .pb-xl-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-255 {
    margin-bottom: 255px !important;
  }
  .pb-xl-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-260 {
    margin-bottom: 260px !important;
  }
  .pb-xl-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-265 {
    margin-bottom: 265px !important;
  }
  .pb-xl-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-270 {
    margin-bottom: 270px !important;
  }
  .pb-xl-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-275 {
    margin-bottom: 275px !important;
  }
  .pb-xl-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-280 {
    margin-bottom: 280px !important;
  }
  .pb-xl-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-285 {
    margin-bottom: 285px !important;
  }
  .pb-xl-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-290 {
    margin-bottom: 290px !important;
  }
  .pb-xl-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-295 {
    margin-bottom: 295px !important;
  }
  .pb-xl-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-300 {
    margin-bottom: 300px !important;
  }
  .pb-xl-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-305 {
    margin-bottom: 305px !important;
  }
  .pb-xl-305 {
    padding-bottom: 305px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-310 {
    margin-bottom: 310px !important;
  }
  .pb-xl-310 {
    padding-bottom: 310px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-315 {
    margin-bottom: 315px !important;
  }
  .pb-xl-315 {
    padding-bottom: 315px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-320 {
    margin-bottom: 320px !important;
  }
  .pb-xl-320 {
    padding-bottom: 320px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-325 {
    margin-bottom: 325px !important;
  }
  .pb-xl-325 {
    padding-bottom: 325px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-330 {
    margin-bottom: 330px !important;
  }
  .pb-xl-330 {
    padding-bottom: 330px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-335 {
    margin-bottom: 335px !important;
  }
  .pb-xl-335 {
    padding-bottom: 335px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-340 {
    margin-bottom: 340px !important;
  }
  .pb-xl-340 {
    padding-bottom: 340px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-345 {
    margin-bottom: 345px !important;
  }
  .pb-xl-345 {
    padding-bottom: 345px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-350 {
    margin-bottom: 350px !important;
  }
  .pb-xl-350 {
    padding-bottom: 350px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-355 {
    margin-bottom: 355px !important;
  }
  .pb-xl-355 {
    padding-bottom: 355px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-360 {
    margin-bottom: 360px !important;
  }
  .pb-xl-360 {
    padding-bottom: 360px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-365 {
    margin-bottom: 365px !important;
  }
  .pb-xl-365 {
    padding-bottom: 365px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-370 {
    margin-bottom: 370px !important;
  }
  .pb-xl-370 {
    padding-bottom: 370px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-375 {
    margin-bottom: 375px !important;
  }
  .pb-xl-375 {
    padding-bottom: 375px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-380 {
    margin-bottom: 380px !important;
  }
  .pb-xl-380 {
    padding-bottom: 380px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-385 {
    margin-bottom: 385px !important;
  }
  .pb-xl-385 {
    padding-bottom: 385px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-390 {
    margin-bottom: 390px !important;
  }
  .pb-xl-390 {
    padding-bottom: 390px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-395 {
    margin-bottom: 395px !important;
  }
  .pb-xl-395 {
    padding-bottom: 395px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-400 {
    margin-bottom: 400px !important;
  }
  .pb-xl-400 {
    padding-bottom: 400px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-405 {
    margin-bottom: 405px !important;
  }
  .pb-xl-405 {
    padding-bottom: 405px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-410 {
    margin-bottom: 410px !important;
  }
  .pb-xl-410 {
    padding-bottom: 410px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-415 {
    margin-bottom: 415px !important;
  }
  .pb-xl-415 {
    padding-bottom: 415px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-420 {
    margin-bottom: 420px !important;
  }
  .pb-xl-420 {
    padding-bottom: 420px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-425 {
    margin-bottom: 425px !important;
  }
  .pb-xl-425 {
    padding-bottom: 425px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-430 {
    margin-bottom: 430px !important;
  }
  .pb-xl-430 {
    padding-bottom: 430px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-435 {
    margin-bottom: 435px !important;
  }
  .pb-xl-435 {
    padding-bottom: 435px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-440 {
    margin-bottom: 440px !important;
  }
  .pb-xl-440 {
    padding-bottom: 440px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-445 {
    margin-bottom: 445px !important;
  }
  .pb-xl-445 {
    padding-bottom: 445px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-450 {
    margin-bottom: 450px !important;
  }
  .pb-xl-450 {
    padding-bottom: 450px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-455 {
    margin-bottom: 455px !important;
  }
  .pb-xl-455 {
    padding-bottom: 455px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-460 {
    margin-bottom: 460px !important;
  }
  .pb-xl-460 {
    padding-bottom: 460px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-465 {
    margin-bottom: 465px !important;
  }
  .pb-xl-465 {
    padding-bottom: 465px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-470 {
    margin-bottom: 470px !important;
  }
  .pb-xl-470 {
    padding-bottom: 470px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-475 {
    margin-bottom: 475px !important;
  }
  .pb-xl-475 {
    padding-bottom: 475px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-480 {
    margin-bottom: 480px !important;
  }
  .pb-xl-480 {
    padding-bottom: 480px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-485 {
    margin-bottom: 485px !important;
  }
  .pb-xl-485 {
    padding-bottom: 485px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-490 {
    margin-bottom: 490px !important;
  }
  .pb-xl-490 {
    padding-bottom: 490px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-495 {
    margin-bottom: 495px !important;
  }
  .pb-xl-495 {
    padding-bottom: 495px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-500 {
    margin-bottom: 500px !important;
  }
  .pb-xl-500 {
    padding-bottom: 500px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-505 {
    margin-bottom: 505px !important;
  }
  .pb-xl-505 {
    padding-bottom: 505px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-510 {
    margin-bottom: 510px !important;
  }
  .pb-xl-510 {
    padding-bottom: 510px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-515 {
    margin-bottom: 515px !important;
  }
  .pb-xl-515 {
    padding-bottom: 515px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-520 {
    margin-bottom: 520px !important;
  }
  .pb-xl-520 {
    padding-bottom: 520px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-525 {
    margin-bottom: 525px !important;
  }
  .pb-xl-525 {
    padding-bottom: 525px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-530 {
    margin-bottom: 530px !important;
  }
  .pb-xl-530 {
    padding-bottom: 530px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-535 {
    margin-bottom: 535px !important;
  }
  .pb-xl-535 {
    padding-bottom: 535px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-540 {
    margin-bottom: 540px !important;
  }
  .pb-xl-540 {
    padding-bottom: 540px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-545 {
    margin-bottom: 545px !important;
  }
  .pb-xl-545 {
    padding-bottom: 545px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-550 {
    margin-bottom: 550px !important;
  }
  .pb-xl-550 {
    padding-bottom: 550px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-555 {
    margin-bottom: 555px !important;
  }
  .pb-xl-555 {
    padding-bottom: 555px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-560 {
    margin-bottom: 560px !important;
  }
  .pb-xl-560 {
    padding-bottom: 560px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-565 {
    margin-bottom: 565px !important;
  }
  .pb-xl-565 {
    padding-bottom: 565px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-570 {
    margin-bottom: 570px !important;
  }
  .pb-xl-570 {
    padding-bottom: 570px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-575 {
    margin-bottom: 575px !important;
  }
  .pb-xl-575 {
    padding-bottom: 575px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-580 {
    margin-bottom: 580px !important;
  }
  .pb-xl-580 {
    padding-bottom: 580px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-585 {
    margin-bottom: 585px !important;
  }
  .pb-xl-585 {
    padding-bottom: 585px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-590 {
    margin-bottom: 590px !important;
  }
  .pb-xl-590 {
    padding-bottom: 590px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-595 {
    margin-bottom: 595px !important;
  }
  .pb-xl-595 {
    padding-bottom: 595px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-600 {
    margin-bottom: 600px !important;
  }
  .pb-xl-600 {
    padding-bottom: 600px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-605 {
    margin-bottom: 605px !important;
  }
  .pb-xl-605 {
    padding-bottom: 605px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-610 {
    margin-bottom: 610px !important;
  }
  .pb-xl-610 {
    padding-bottom: 610px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-615 {
    margin-bottom: 615px !important;
  }
  .pb-xl-615 {
    padding-bottom: 615px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-620 {
    margin-bottom: 620px !important;
  }
  .pb-xl-620 {
    padding-bottom: 620px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-625 {
    margin-bottom: 625px !important;
  }
  .pb-xl-625 {
    padding-bottom: 625px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-630 {
    margin-bottom: 630px !important;
  }
  .pb-xl-630 {
    padding-bottom: 630px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-635 {
    margin-bottom: 635px !important;
  }
  .pb-xl-635 {
    padding-bottom: 635px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-640 {
    margin-bottom: 640px !important;
  }
  .pb-xl-640 {
    padding-bottom: 640px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-645 {
    margin-bottom: 645px !important;
  }
  .pb-xl-645 {
    padding-bottom: 645px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-650 {
    margin-bottom: 650px !important;
  }
  .pb-xl-650 {
    padding-bottom: 650px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-655 {
    margin-bottom: 655px !important;
  }
  .pb-xl-655 {
    padding-bottom: 655px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-660 {
    margin-bottom: 660px !important;
  }
  .pb-xl-660 {
    padding-bottom: 660px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-665 {
    margin-bottom: 665px !important;
  }
  .pb-xl-665 {
    padding-bottom: 665px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-670 {
    margin-bottom: 670px !important;
  }
  .pb-xl-670 {
    padding-bottom: 670px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-675 {
    margin-bottom: 675px !important;
  }
  .pb-xl-675 {
    padding-bottom: 675px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-680 {
    margin-bottom: 680px !important;
  }
  .pb-xl-680 {
    padding-bottom: 680px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-685 {
    margin-bottom: 685px !important;
  }
  .pb-xl-685 {
    padding-bottom: 685px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-690 {
    margin-bottom: 690px !important;
  }
  .pb-xl-690 {
    padding-bottom: 690px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-695 {
    margin-bottom: 695px !important;
  }
  .pb-xl-695 {
    padding-bottom: 695px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-700 {
    margin-bottom: 700px !important;
  }
  .pb-xl-700 {
    padding-bottom: 700px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-705 {
    margin-bottom: 705px !important;
  }
  .pb-xl-705 {
    padding-bottom: 705px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-710 {
    margin-bottom: 710px !important;
  }
  .pb-xl-710 {
    padding-bottom: 710px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-715 {
    margin-bottom: 715px !important;
  }
  .pb-xl-715 {
    padding-bottom: 715px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-720 {
    margin-bottom: 720px !important;
  }
  .pb-xl-720 {
    padding-bottom: 720px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-725 {
    margin-bottom: 725px !important;
  }
  .pb-xl-725 {
    padding-bottom: 725px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-730 {
    margin-bottom: 730px !important;
  }
  .pb-xl-730 {
    padding-bottom: 730px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-735 {
    margin-bottom: 735px !important;
  }
  .pb-xl-735 {
    padding-bottom: 735px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-740 {
    margin-bottom: 740px !important;
  }
  .pb-xl-740 {
    padding-bottom: 740px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-745 {
    margin-bottom: 745px !important;
  }
  .pb-xl-745 {
    padding-bottom: 745px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-750 {
    margin-bottom: 750px !important;
  }
  .pb-xl-750 {
    padding-bottom: 750px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-755 {
    margin-bottom: 755px !important;
  }
  .pb-xl-755 {
    padding-bottom: 755px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-760 {
    margin-bottom: 760px !important;
  }
  .pb-xl-760 {
    padding-bottom: 760px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-765 {
    margin-bottom: 765px !important;
  }
  .pb-xl-765 {
    padding-bottom: 765px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-770 {
    margin-bottom: 770px !important;
  }
  .pb-xl-770 {
    padding-bottom: 770px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-775 {
    margin-bottom: 775px !important;
  }
  .pb-xl-775 {
    padding-bottom: 775px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-780 {
    margin-bottom: 780px !important;
  }
  .pb-xl-780 {
    padding-bottom: 780px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-785 {
    margin-bottom: 785px !important;
  }
  .pb-xl-785 {
    padding-bottom: 785px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-790 {
    margin-bottom: 790px !important;
  }
  .pb-xl-790 {
    padding-bottom: 790px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-795 {
    margin-bottom: 795px !important;
  }
  .pb-xl-795 {
    padding-bottom: 795px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-800 {
    margin-bottom: 800px !important;
  }
  .pb-xl-800 {
    padding-bottom: 800px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-805 {
    margin-bottom: 805px !important;
  }
  .pb-xl-805 {
    padding-bottom: 805px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-810 {
    margin-bottom: 810px !important;
  }
  .pb-xl-810 {
    padding-bottom: 810px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-815 {
    margin-bottom: 815px !important;
  }
  .pb-xl-815 {
    padding-bottom: 815px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-820 {
    margin-bottom: 820px !important;
  }
  .pb-xl-820 {
    padding-bottom: 820px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-825 {
    margin-bottom: 825px !important;
  }
  .pb-xl-825 {
    padding-bottom: 825px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-830 {
    margin-bottom: 830px !important;
  }
  .pb-xl-830 {
    padding-bottom: 830px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-835 {
    margin-bottom: 835px !important;
  }
  .pb-xl-835 {
    padding-bottom: 835px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-840 {
    margin-bottom: 840px !important;
  }
  .pb-xl-840 {
    padding-bottom: 840px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-845 {
    margin-bottom: 845px !important;
  }
  .pb-xl-845 {
    padding-bottom: 845px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-850 {
    margin-bottom: 850px !important;
  }
  .pb-xl-850 {
    padding-bottom: 850px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-855 {
    margin-bottom: 855px !important;
  }
  .pb-xl-855 {
    padding-bottom: 855px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-860 {
    margin-bottom: 860px !important;
  }
  .pb-xl-860 {
    padding-bottom: 860px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-865 {
    margin-bottom: 865px !important;
  }
  .pb-xl-865 {
    padding-bottom: 865px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-870 {
    margin-bottom: 870px !important;
  }
  .pb-xl-870 {
    padding-bottom: 870px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-875 {
    margin-bottom: 875px !important;
  }
  .pb-xl-875 {
    padding-bottom: 875px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-880 {
    margin-bottom: 880px !important;
  }
  .pb-xl-880 {
    padding-bottom: 880px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-885 {
    margin-bottom: 885px !important;
  }
  .pb-xl-885 {
    padding-bottom: 885px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-890 {
    margin-bottom: 890px !important;
  }
  .pb-xl-890 {
    padding-bottom: 890px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-895 {
    margin-bottom: 895px !important;
  }
  .pb-xl-895 {
    padding-bottom: 895px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-900 {
    margin-bottom: 900px !important;
  }
  .pb-xl-900 {
    padding-bottom: 900px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-905 {
    margin-bottom: 905px !important;
  }
  .pb-xl-905 {
    padding-bottom: 905px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-910 {
    margin-bottom: 910px !important;
  }
  .pb-xl-910 {
    padding-bottom: 910px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-915 {
    margin-bottom: 915px !important;
  }
  .pb-xl-915 {
    padding-bottom: 915px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-920 {
    margin-bottom: 920px !important;
  }
  .pb-xl-920 {
    padding-bottom: 920px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-925 {
    margin-bottom: 925px !important;
  }
  .pb-xl-925 {
    padding-bottom: 925px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-930 {
    margin-bottom: 930px !important;
  }
  .pb-xl-930 {
    padding-bottom: 930px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-935 {
    margin-bottom: 935px !important;
  }
  .pb-xl-935 {
    padding-bottom: 935px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-940 {
    margin-bottom: 940px !important;
  }
  .pb-xl-940 {
    padding-bottom: 940px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-945 {
    margin-bottom: 945px !important;
  }
  .pb-xl-945 {
    padding-bottom: 945px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-950 {
    margin-bottom: 950px !important;
  }
  .pb-xl-950 {
    padding-bottom: 950px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-955 {
    margin-bottom: 955px !important;
  }
  .pb-xl-955 {
    padding-bottom: 955px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-960 {
    margin-bottom: 960px !important;
  }
  .pb-xl-960 {
    padding-bottom: 960px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-965 {
    margin-bottom: 965px !important;
  }
  .pb-xl-965 {
    padding-bottom: 965px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-970 {
    margin-bottom: 970px !important;
  }
  .pb-xl-970 {
    padding-bottom: 970px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-975 {
    margin-bottom: 975px !important;
  }
  .pb-xl-975 {
    padding-bottom: 975px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-980 {
    margin-bottom: 980px !important;
  }
  .pb-xl-980 {
    padding-bottom: 980px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-985 {
    margin-bottom: 985px !important;
  }
  .pb-xl-985 {
    padding-bottom: 985px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-990 {
    margin-bottom: 990px !important;
  }
  .pb-xl-990 {
    padding-bottom: 990px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-995 {
    margin-bottom: 995px !important;
  }
  .pb-xl-995 {
    padding-bottom: 995px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-1000 {
    margin-bottom: 1000px !important;
  }
  .pb-xl-1000 {
    padding-bottom: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .pl-xl-55 {
    padding-left: 55px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .pl-xl-65 {
    padding-left: 65px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .pl-xl-75 {
    padding-left: 75px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .pl-xl-85 {
    padding-left: 85px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .pl-xl-95 {
    padding-left: 95px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-105 {
    margin-left: 105px !important;
  }
  .pl-xl-105 {
    padding-left: 105px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-110 {
    margin-left: 110px !important;
  }
  .pl-xl-110 {
    padding-left: 110px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-115 {
    margin-left: 115px !important;
  }
  .pl-xl-115 {
    padding-left: 115px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-120 {
    margin-left: 120px !important;
  }
  .pl-xl-120 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-125 {
    margin-left: 125px !important;
  }
  .pl-xl-125 {
    padding-left: 125px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-130 {
    margin-left: 130px !important;
  }
  .pl-xl-130 {
    padding-left: 130px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-135 {
    margin-left: 135px !important;
  }
  .pl-xl-135 {
    padding-left: 135px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-140 {
    margin-left: 140px !important;
  }
  .pl-xl-140 {
    padding-left: 140px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-145 {
    margin-left: 145px !important;
  }
  .pl-xl-145 {
    padding-left: 145px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-150 {
    margin-left: 150px !important;
  }
  .pl-xl-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-155 {
    margin-left: 155px !important;
  }
  .pl-xl-155 {
    padding-left: 155px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-160 {
    margin-left: 160px !important;
  }
  .pl-xl-160 {
    padding-left: 160px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-165 {
    margin-left: 165px !important;
  }
  .pl-xl-165 {
    padding-left: 165px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-170 {
    margin-left: 170px !important;
  }
  .pl-xl-170 {
    padding-left: 170px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-175 {
    margin-left: 175px !important;
  }
  .pl-xl-175 {
    padding-left: 175px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-180 {
    margin-left: 180px !important;
  }
  .pl-xl-180 {
    padding-left: 180px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-185 {
    margin-left: 185px !important;
  }
  .pl-xl-185 {
    padding-left: 185px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-190 {
    margin-left: 190px !important;
  }
  .pl-xl-190 {
    padding-left: 190px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-195 {
    margin-left: 195px !important;
  }
  .pl-xl-195 {
    padding-left: 195px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-200 {
    margin-left: 200px !important;
  }
  .pl-xl-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-205 {
    margin-left: 205px !important;
  }
  .pl-xl-205 {
    padding-left: 205px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-210 {
    margin-left: 210px !important;
  }
  .pl-xl-210 {
    padding-left: 210px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-215 {
    margin-left: 215px !important;
  }
  .pl-xl-215 {
    padding-left: 215px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-220 {
    margin-left: 220px !important;
  }
  .pl-xl-220 {
    padding-left: 220px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-225 {
    margin-left: 225px !important;
  }
  .pl-xl-225 {
    padding-left: 225px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-230 {
    margin-left: 230px !important;
  }
  .pl-xl-230 {
    padding-left: 230px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-235 {
    margin-left: 235px !important;
  }
  .pl-xl-235 {
    padding-left: 235px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-240 {
    margin-left: 240px !important;
  }
  .pl-xl-240 {
    padding-left: 240px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-245 {
    margin-left: 245px !important;
  }
  .pl-xl-245 {
    padding-left: 245px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-250 {
    margin-left: 250px !important;
  }
  .pl-xl-250 {
    padding-left: 250px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-255 {
    margin-left: 255px !important;
  }
  .pl-xl-255 {
    padding-left: 255px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-260 {
    margin-left: 260px !important;
  }
  .pl-xl-260 {
    padding-left: 260px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-265 {
    margin-left: 265px !important;
  }
  .pl-xl-265 {
    padding-left: 265px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-270 {
    margin-left: 270px !important;
  }
  .pl-xl-270 {
    padding-left: 270px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-275 {
    margin-left: 275px !important;
  }
  .pl-xl-275 {
    padding-left: 275px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-280 {
    margin-left: 280px !important;
  }
  .pl-xl-280 {
    padding-left: 280px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-285 {
    margin-left: 285px !important;
  }
  .pl-xl-285 {
    padding-left: 285px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-290 {
    margin-left: 290px !important;
  }
  .pl-xl-290 {
    padding-left: 290px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-295 {
    margin-left: 295px !important;
  }
  .pl-xl-295 {
    padding-left: 295px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-300 {
    margin-left: 300px !important;
  }
  .pl-xl-300 {
    padding-left: 300px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-305 {
    margin-left: 305px !important;
  }
  .pl-xl-305 {
    padding-left: 305px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-310 {
    margin-left: 310px !important;
  }
  .pl-xl-310 {
    padding-left: 310px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-315 {
    margin-left: 315px !important;
  }
  .pl-xl-315 {
    padding-left: 315px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-320 {
    margin-left: 320px !important;
  }
  .pl-xl-320 {
    padding-left: 320px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-325 {
    margin-left: 325px !important;
  }
  .pl-xl-325 {
    padding-left: 325px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-330 {
    margin-left: 330px !important;
  }
  .pl-xl-330 {
    padding-left: 330px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-335 {
    margin-left: 335px !important;
  }
  .pl-xl-335 {
    padding-left: 335px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-340 {
    margin-left: 340px !important;
  }
  .pl-xl-340 {
    padding-left: 340px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-345 {
    margin-left: 345px !important;
  }
  .pl-xl-345 {
    padding-left: 345px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-350 {
    margin-left: 350px !important;
  }
  .pl-xl-350 {
    padding-left: 350px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-355 {
    margin-left: 355px !important;
  }
  .pl-xl-355 {
    padding-left: 355px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-360 {
    margin-left: 360px !important;
  }
  .pl-xl-360 {
    padding-left: 360px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-365 {
    margin-left: 365px !important;
  }
  .pl-xl-365 {
    padding-left: 365px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-370 {
    margin-left: 370px !important;
  }
  .pl-xl-370 {
    padding-left: 370px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-375 {
    margin-left: 375px !important;
  }
  .pl-xl-375 {
    padding-left: 375px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-380 {
    margin-left: 380px !important;
  }
  .pl-xl-380 {
    padding-left: 380px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-385 {
    margin-left: 385px !important;
  }
  .pl-xl-385 {
    padding-left: 385px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-390 {
    margin-left: 390px !important;
  }
  .pl-xl-390 {
    padding-left: 390px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-395 {
    margin-left: 395px !important;
  }
  .pl-xl-395 {
    padding-left: 395px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-400 {
    margin-left: 400px !important;
  }
  .pl-xl-400 {
    padding-left: 400px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-405 {
    margin-left: 405px !important;
  }
  .pl-xl-405 {
    padding-left: 405px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-410 {
    margin-left: 410px !important;
  }
  .pl-xl-410 {
    padding-left: 410px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-415 {
    margin-left: 415px !important;
  }
  .pl-xl-415 {
    padding-left: 415px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-420 {
    margin-left: 420px !important;
  }
  .pl-xl-420 {
    padding-left: 420px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-425 {
    margin-left: 425px !important;
  }
  .pl-xl-425 {
    padding-left: 425px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-430 {
    margin-left: 430px !important;
  }
  .pl-xl-430 {
    padding-left: 430px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-435 {
    margin-left: 435px !important;
  }
  .pl-xl-435 {
    padding-left: 435px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-440 {
    margin-left: 440px !important;
  }
  .pl-xl-440 {
    padding-left: 440px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-445 {
    margin-left: 445px !important;
  }
  .pl-xl-445 {
    padding-left: 445px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-450 {
    margin-left: 450px !important;
  }
  .pl-xl-450 {
    padding-left: 450px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-455 {
    margin-left: 455px !important;
  }
  .pl-xl-455 {
    padding-left: 455px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-460 {
    margin-left: 460px !important;
  }
  .pl-xl-460 {
    padding-left: 460px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-465 {
    margin-left: 465px !important;
  }
  .pl-xl-465 {
    padding-left: 465px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-470 {
    margin-left: 470px !important;
  }
  .pl-xl-470 {
    padding-left: 470px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-475 {
    margin-left: 475px !important;
  }
  .pl-xl-475 {
    padding-left: 475px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-480 {
    margin-left: 480px !important;
  }
  .pl-xl-480 {
    padding-left: 480px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-485 {
    margin-left: 485px !important;
  }
  .pl-xl-485 {
    padding-left: 485px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-490 {
    margin-left: 490px !important;
  }
  .pl-xl-490 {
    padding-left: 490px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-495 {
    margin-left: 495px !important;
  }
  .pl-xl-495 {
    padding-left: 495px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-500 {
    margin-left: 500px !important;
  }
  .pl-xl-500 {
    padding-left: 500px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-505 {
    margin-left: 505px !important;
  }
  .pl-xl-505 {
    padding-left: 505px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-510 {
    margin-left: 510px !important;
  }
  .pl-xl-510 {
    padding-left: 510px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-515 {
    margin-left: 515px !important;
  }
  .pl-xl-515 {
    padding-left: 515px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-520 {
    margin-left: 520px !important;
  }
  .pl-xl-520 {
    padding-left: 520px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-525 {
    margin-left: 525px !important;
  }
  .pl-xl-525 {
    padding-left: 525px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-530 {
    margin-left: 530px !important;
  }
  .pl-xl-530 {
    padding-left: 530px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-535 {
    margin-left: 535px !important;
  }
  .pl-xl-535 {
    padding-left: 535px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-540 {
    margin-left: 540px !important;
  }
  .pl-xl-540 {
    padding-left: 540px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-545 {
    margin-left: 545px !important;
  }
  .pl-xl-545 {
    padding-left: 545px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-550 {
    margin-left: 550px !important;
  }
  .pl-xl-550 {
    padding-left: 550px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-555 {
    margin-left: 555px !important;
  }
  .pl-xl-555 {
    padding-left: 555px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-560 {
    margin-left: 560px !important;
  }
  .pl-xl-560 {
    padding-left: 560px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-565 {
    margin-left: 565px !important;
  }
  .pl-xl-565 {
    padding-left: 565px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-570 {
    margin-left: 570px !important;
  }
  .pl-xl-570 {
    padding-left: 570px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-575 {
    margin-left: 575px !important;
  }
  .pl-xl-575 {
    padding-left: 575px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-580 {
    margin-left: 580px !important;
  }
  .pl-xl-580 {
    padding-left: 580px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-585 {
    margin-left: 585px !important;
  }
  .pl-xl-585 {
    padding-left: 585px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-590 {
    margin-left: 590px !important;
  }
  .pl-xl-590 {
    padding-left: 590px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-595 {
    margin-left: 595px !important;
  }
  .pl-xl-595 {
    padding-left: 595px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-600 {
    margin-left: 600px !important;
  }
  .pl-xl-600 {
    padding-left: 600px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-605 {
    margin-left: 605px !important;
  }
  .pl-xl-605 {
    padding-left: 605px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-610 {
    margin-left: 610px !important;
  }
  .pl-xl-610 {
    padding-left: 610px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-615 {
    margin-left: 615px !important;
  }
  .pl-xl-615 {
    padding-left: 615px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-620 {
    margin-left: 620px !important;
  }
  .pl-xl-620 {
    padding-left: 620px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-625 {
    margin-left: 625px !important;
  }
  .pl-xl-625 {
    padding-left: 625px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-630 {
    margin-left: 630px !important;
  }
  .pl-xl-630 {
    padding-left: 630px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-635 {
    margin-left: 635px !important;
  }
  .pl-xl-635 {
    padding-left: 635px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-640 {
    margin-left: 640px !important;
  }
  .pl-xl-640 {
    padding-left: 640px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-645 {
    margin-left: 645px !important;
  }
  .pl-xl-645 {
    padding-left: 645px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-650 {
    margin-left: 650px !important;
  }
  .pl-xl-650 {
    padding-left: 650px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-655 {
    margin-left: 655px !important;
  }
  .pl-xl-655 {
    padding-left: 655px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-660 {
    margin-left: 660px !important;
  }
  .pl-xl-660 {
    padding-left: 660px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-665 {
    margin-left: 665px !important;
  }
  .pl-xl-665 {
    padding-left: 665px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-670 {
    margin-left: 670px !important;
  }
  .pl-xl-670 {
    padding-left: 670px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-675 {
    margin-left: 675px !important;
  }
  .pl-xl-675 {
    padding-left: 675px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-680 {
    margin-left: 680px !important;
  }
  .pl-xl-680 {
    padding-left: 680px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-685 {
    margin-left: 685px !important;
  }
  .pl-xl-685 {
    padding-left: 685px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-690 {
    margin-left: 690px !important;
  }
  .pl-xl-690 {
    padding-left: 690px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-695 {
    margin-left: 695px !important;
  }
  .pl-xl-695 {
    padding-left: 695px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-700 {
    margin-left: 700px !important;
  }
  .pl-xl-700 {
    padding-left: 700px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-705 {
    margin-left: 705px !important;
  }
  .pl-xl-705 {
    padding-left: 705px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-710 {
    margin-left: 710px !important;
  }
  .pl-xl-710 {
    padding-left: 710px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-715 {
    margin-left: 715px !important;
  }
  .pl-xl-715 {
    padding-left: 715px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-720 {
    margin-left: 720px !important;
  }
  .pl-xl-720 {
    padding-left: 720px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-725 {
    margin-left: 725px !important;
  }
  .pl-xl-725 {
    padding-left: 725px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-730 {
    margin-left: 730px !important;
  }
  .pl-xl-730 {
    padding-left: 730px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-735 {
    margin-left: 735px !important;
  }
  .pl-xl-735 {
    padding-left: 735px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-740 {
    margin-left: 740px !important;
  }
  .pl-xl-740 {
    padding-left: 740px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-745 {
    margin-left: 745px !important;
  }
  .pl-xl-745 {
    padding-left: 745px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-750 {
    margin-left: 750px !important;
  }
  .pl-xl-750 {
    padding-left: 750px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-755 {
    margin-left: 755px !important;
  }
  .pl-xl-755 {
    padding-left: 755px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-760 {
    margin-left: 760px !important;
  }
  .pl-xl-760 {
    padding-left: 760px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-765 {
    margin-left: 765px !important;
  }
  .pl-xl-765 {
    padding-left: 765px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-770 {
    margin-left: 770px !important;
  }
  .pl-xl-770 {
    padding-left: 770px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-775 {
    margin-left: 775px !important;
  }
  .pl-xl-775 {
    padding-left: 775px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-780 {
    margin-left: 780px !important;
  }
  .pl-xl-780 {
    padding-left: 780px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-785 {
    margin-left: 785px !important;
  }
  .pl-xl-785 {
    padding-left: 785px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-790 {
    margin-left: 790px !important;
  }
  .pl-xl-790 {
    padding-left: 790px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-795 {
    margin-left: 795px !important;
  }
  .pl-xl-795 {
    padding-left: 795px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-800 {
    margin-left: 800px !important;
  }
  .pl-xl-800 {
    padding-left: 800px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-805 {
    margin-left: 805px !important;
  }
  .pl-xl-805 {
    padding-left: 805px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-810 {
    margin-left: 810px !important;
  }
  .pl-xl-810 {
    padding-left: 810px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-815 {
    margin-left: 815px !important;
  }
  .pl-xl-815 {
    padding-left: 815px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-820 {
    margin-left: 820px !important;
  }
  .pl-xl-820 {
    padding-left: 820px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-825 {
    margin-left: 825px !important;
  }
  .pl-xl-825 {
    padding-left: 825px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-830 {
    margin-left: 830px !important;
  }
  .pl-xl-830 {
    padding-left: 830px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-835 {
    margin-left: 835px !important;
  }
  .pl-xl-835 {
    padding-left: 835px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-840 {
    margin-left: 840px !important;
  }
  .pl-xl-840 {
    padding-left: 840px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-845 {
    margin-left: 845px !important;
  }
  .pl-xl-845 {
    padding-left: 845px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-850 {
    margin-left: 850px !important;
  }
  .pl-xl-850 {
    padding-left: 850px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-855 {
    margin-left: 855px !important;
  }
  .pl-xl-855 {
    padding-left: 855px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-860 {
    margin-left: 860px !important;
  }
  .pl-xl-860 {
    padding-left: 860px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-865 {
    margin-left: 865px !important;
  }
  .pl-xl-865 {
    padding-left: 865px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-870 {
    margin-left: 870px !important;
  }
  .pl-xl-870 {
    padding-left: 870px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-875 {
    margin-left: 875px !important;
  }
  .pl-xl-875 {
    padding-left: 875px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-880 {
    margin-left: 880px !important;
  }
  .pl-xl-880 {
    padding-left: 880px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-885 {
    margin-left: 885px !important;
  }
  .pl-xl-885 {
    padding-left: 885px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-890 {
    margin-left: 890px !important;
  }
  .pl-xl-890 {
    padding-left: 890px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-895 {
    margin-left: 895px !important;
  }
  .pl-xl-895 {
    padding-left: 895px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-900 {
    margin-left: 900px !important;
  }
  .pl-xl-900 {
    padding-left: 900px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-905 {
    margin-left: 905px !important;
  }
  .pl-xl-905 {
    padding-left: 905px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-910 {
    margin-left: 910px !important;
  }
  .pl-xl-910 {
    padding-left: 910px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-915 {
    margin-left: 915px !important;
  }
  .pl-xl-915 {
    padding-left: 915px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-920 {
    margin-left: 920px !important;
  }
  .pl-xl-920 {
    padding-left: 920px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-925 {
    margin-left: 925px !important;
  }
  .pl-xl-925 {
    padding-left: 925px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-930 {
    margin-left: 930px !important;
  }
  .pl-xl-930 {
    padding-left: 930px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-935 {
    margin-left: 935px !important;
  }
  .pl-xl-935 {
    padding-left: 935px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-940 {
    margin-left: 940px !important;
  }
  .pl-xl-940 {
    padding-left: 940px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-945 {
    margin-left: 945px !important;
  }
  .pl-xl-945 {
    padding-left: 945px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-950 {
    margin-left: 950px !important;
  }
  .pl-xl-950 {
    padding-left: 950px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-955 {
    margin-left: 955px !important;
  }
  .pl-xl-955 {
    padding-left: 955px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-960 {
    margin-left: 960px !important;
  }
  .pl-xl-960 {
    padding-left: 960px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-965 {
    margin-left: 965px !important;
  }
  .pl-xl-965 {
    padding-left: 965px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-970 {
    margin-left: 970px !important;
  }
  .pl-xl-970 {
    padding-left: 970px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-975 {
    margin-left: 975px !important;
  }
  .pl-xl-975 {
    padding-left: 975px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-980 {
    margin-left: 980px !important;
  }
  .pl-xl-980 {
    padding-left: 980px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-985 {
    margin-left: 985px !important;
  }
  .pl-xl-985 {
    padding-left: 985px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-990 {
    margin-left: 990px !important;
  }
  .pl-xl-990 {
    padding-left: 990px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-995 {
    margin-left: 995px !important;
  }
  .pl-xl-995 {
    padding-left: 995px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-1000 {
    margin-left: 1000px !important;
  }
  .pl-xl-1000 {
    padding-left: 1000px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .pr-xl-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .pr-xl-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .pr-xl-55 {
    padding-right: 55px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .pr-xl-65 {
    padding-right: 65px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .pr-xl-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .pr-xl-75 {
    padding-right: 75px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .pr-xl-85 {
    padding-right: 85px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .pr-xl-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .pr-xl-95 {
    padding-right: 95px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-105 {
    margin-right: 105px !important;
  }
  .pr-xl-105 {
    padding-right: 105px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-110 {
    margin-right: 110px !important;
  }
  .pr-xl-110 {
    padding-right: 110px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-115 {
    margin-right: 115px !important;
  }
  .pr-xl-115 {
    padding-right: 115px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-120 {
    margin-right: 120px !important;
  }
  .pr-xl-120 {
    padding-right: 120px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-125 {
    margin-right: 125px !important;
  }
  .pr-xl-125 {
    padding-right: 125px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-130 {
    margin-right: 130px !important;
  }
  .pr-xl-130 {
    padding-right: 130px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-135 {
    margin-right: 135px !important;
  }
  .pr-xl-135 {
    padding-right: 135px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-140 {
    margin-right: 140px !important;
  }
  .pr-xl-140 {
    padding-right: 140px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-145 {
    margin-right: 145px !important;
  }
  .pr-xl-145 {
    padding-right: 145px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-150 {
    margin-right: 150px !important;
  }
  .pr-xl-150 {
    padding-right: 150px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-155 {
    margin-right: 155px !important;
  }
  .pr-xl-155 {
    padding-right: 155px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-160 {
    margin-right: 160px !important;
  }
  .pr-xl-160 {
    padding-right: 160px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-165 {
    margin-right: 165px !important;
  }
  .pr-xl-165 {
    padding-right: 165px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-170 {
    margin-right: 170px !important;
  }
  .pr-xl-170 {
    padding-right: 170px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-175 {
    margin-right: 175px !important;
  }
  .pr-xl-175 {
    padding-right: 175px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-180 {
    margin-right: 180px !important;
  }
  .pr-xl-180 {
    padding-right: 180px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-185 {
    margin-right: 185px !important;
  }
  .pr-xl-185 {
    padding-right: 185px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-190 {
    margin-right: 190px !important;
  }
  .pr-xl-190 {
    padding-right: 190px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-195 {
    margin-right: 195px !important;
  }
  .pr-xl-195 {
    padding-right: 195px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-200 {
    margin-right: 200px !important;
  }
  .pr-xl-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-205 {
    margin-right: 205px !important;
  }
  .pr-xl-205 {
    padding-right: 205px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-210 {
    margin-right: 210px !important;
  }
  .pr-xl-210 {
    padding-right: 210px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-215 {
    margin-right: 215px !important;
  }
  .pr-xl-215 {
    padding-right: 215px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-220 {
    margin-right: 220px !important;
  }
  .pr-xl-220 {
    padding-right: 220px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-225 {
    margin-right: 225px !important;
  }
  .pr-xl-225 {
    padding-right: 225px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-230 {
    margin-right: 230px !important;
  }
  .pr-xl-230 {
    padding-right: 230px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-235 {
    margin-right: 235px !important;
  }
  .pr-xl-235 {
    padding-right: 235px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-240 {
    margin-right: 240px !important;
  }
  .pr-xl-240 {
    padding-right: 240px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-245 {
    margin-right: 245px !important;
  }
  .pr-xl-245 {
    padding-right: 245px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-250 {
    margin-right: 250px !important;
  }
  .pr-xl-250 {
    padding-right: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-255 {
    margin-right: 255px !important;
  }
  .pr-xl-255 {
    padding-right: 255px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-260 {
    margin-right: 260px !important;
  }
  .pr-xl-260 {
    padding-right: 260px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-265 {
    margin-right: 265px !important;
  }
  .pr-xl-265 {
    padding-right: 265px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-270 {
    margin-right: 270px !important;
  }
  .pr-xl-270 {
    padding-right: 270px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-275 {
    margin-right: 275px !important;
  }
  .pr-xl-275 {
    padding-right: 275px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-280 {
    margin-right: 280px !important;
  }
  .pr-xl-280 {
    padding-right: 280px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-285 {
    margin-right: 285px !important;
  }
  .pr-xl-285 {
    padding-right: 285px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-290 {
    margin-right: 290px !important;
  }
  .pr-xl-290 {
    padding-right: 290px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-295 {
    margin-right: 295px !important;
  }
  .pr-xl-295 {
    padding-right: 295px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-300 {
    margin-right: 300px !important;
  }
  .pr-xl-300 {
    padding-right: 300px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-305 {
    margin-right: 305px !important;
  }
  .pr-xl-305 {
    padding-right: 305px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-310 {
    margin-right: 310px !important;
  }
  .pr-xl-310 {
    padding-right: 310px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-315 {
    margin-right: 315px !important;
  }
  .pr-xl-315 {
    padding-right: 315px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-320 {
    margin-right: 320px !important;
  }
  .pr-xl-320 {
    padding-right: 320px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-325 {
    margin-right: 325px !important;
  }
  .pr-xl-325 {
    padding-right: 325px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-330 {
    margin-right: 330px !important;
  }
  .pr-xl-330 {
    padding-right: 330px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-335 {
    margin-right: 335px !important;
  }
  .pr-xl-335 {
    padding-right: 335px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-340 {
    margin-right: 340px !important;
  }
  .pr-xl-340 {
    padding-right: 340px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-345 {
    margin-right: 345px !important;
  }
  .pr-xl-345 {
    padding-right: 345px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-350 {
    margin-right: 350px !important;
  }
  .pr-xl-350 {
    padding-right: 350px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-355 {
    margin-right: 355px !important;
  }
  .pr-xl-355 {
    padding-right: 355px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-360 {
    margin-right: 360px !important;
  }
  .pr-xl-360 {
    padding-right: 360px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-365 {
    margin-right: 365px !important;
  }
  .pr-xl-365 {
    padding-right: 365px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-370 {
    margin-right: 370px !important;
  }
  .pr-xl-370 {
    padding-right: 370px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-375 {
    margin-right: 375px !important;
  }
  .pr-xl-375 {
    padding-right: 375px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-380 {
    margin-right: 380px !important;
  }
  .pr-xl-380 {
    padding-right: 380px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-385 {
    margin-right: 385px !important;
  }
  .pr-xl-385 {
    padding-right: 385px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-390 {
    margin-right: 390px !important;
  }
  .pr-xl-390 {
    padding-right: 390px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-395 {
    margin-right: 395px !important;
  }
  .pr-xl-395 {
    padding-right: 395px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-400 {
    margin-right: 400px !important;
  }
  .pr-xl-400 {
    padding-right: 400px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-405 {
    margin-right: 405px !important;
  }
  .pr-xl-405 {
    padding-right: 405px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-410 {
    margin-right: 410px !important;
  }
  .pr-xl-410 {
    padding-right: 410px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-415 {
    margin-right: 415px !important;
  }
  .pr-xl-415 {
    padding-right: 415px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-420 {
    margin-right: 420px !important;
  }
  .pr-xl-420 {
    padding-right: 420px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-425 {
    margin-right: 425px !important;
  }
  .pr-xl-425 {
    padding-right: 425px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-430 {
    margin-right: 430px !important;
  }
  .pr-xl-430 {
    padding-right: 430px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-435 {
    margin-right: 435px !important;
  }
  .pr-xl-435 {
    padding-right: 435px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-440 {
    margin-right: 440px !important;
  }
  .pr-xl-440 {
    padding-right: 440px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-445 {
    margin-right: 445px !important;
  }
  .pr-xl-445 {
    padding-right: 445px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-450 {
    margin-right: 450px !important;
  }
  .pr-xl-450 {
    padding-right: 450px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-455 {
    margin-right: 455px !important;
  }
  .pr-xl-455 {
    padding-right: 455px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-460 {
    margin-right: 460px !important;
  }
  .pr-xl-460 {
    padding-right: 460px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-465 {
    margin-right: 465px !important;
  }
  .pr-xl-465 {
    padding-right: 465px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-470 {
    margin-right: 470px !important;
  }
  .pr-xl-470 {
    padding-right: 470px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-475 {
    margin-right: 475px !important;
  }
  .pr-xl-475 {
    padding-right: 475px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-480 {
    margin-right: 480px !important;
  }
  .pr-xl-480 {
    padding-right: 480px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-485 {
    margin-right: 485px !important;
  }
  .pr-xl-485 {
    padding-right: 485px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-490 {
    margin-right: 490px !important;
  }
  .pr-xl-490 {
    padding-right: 490px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-495 {
    margin-right: 495px !important;
  }
  .pr-xl-495 {
    padding-right: 495px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-500 {
    margin-right: 500px !important;
  }
  .pr-xl-500 {
    padding-right: 500px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-505 {
    margin-right: 505px !important;
  }
  .pr-xl-505 {
    padding-right: 505px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-510 {
    margin-right: 510px !important;
  }
  .pr-xl-510 {
    padding-right: 510px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-515 {
    margin-right: 515px !important;
  }
  .pr-xl-515 {
    padding-right: 515px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-520 {
    margin-right: 520px !important;
  }
  .pr-xl-520 {
    padding-right: 520px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-525 {
    margin-right: 525px !important;
  }
  .pr-xl-525 {
    padding-right: 525px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-530 {
    margin-right: 530px !important;
  }
  .pr-xl-530 {
    padding-right: 530px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-535 {
    margin-right: 535px !important;
  }
  .pr-xl-535 {
    padding-right: 535px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-540 {
    margin-right: 540px !important;
  }
  .pr-xl-540 {
    padding-right: 540px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-545 {
    margin-right: 545px !important;
  }
  .pr-xl-545 {
    padding-right: 545px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-550 {
    margin-right: 550px !important;
  }
  .pr-xl-550 {
    padding-right: 550px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-555 {
    margin-right: 555px !important;
  }
  .pr-xl-555 {
    padding-right: 555px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-560 {
    margin-right: 560px !important;
  }
  .pr-xl-560 {
    padding-right: 560px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-565 {
    margin-right: 565px !important;
  }
  .pr-xl-565 {
    padding-right: 565px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-570 {
    margin-right: 570px !important;
  }
  .pr-xl-570 {
    padding-right: 570px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-575 {
    margin-right: 575px !important;
  }
  .pr-xl-575 {
    padding-right: 575px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-580 {
    margin-right: 580px !important;
  }
  .pr-xl-580 {
    padding-right: 580px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-585 {
    margin-right: 585px !important;
  }
  .pr-xl-585 {
    padding-right: 585px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-590 {
    margin-right: 590px !important;
  }
  .pr-xl-590 {
    padding-right: 590px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-595 {
    margin-right: 595px !important;
  }
  .pr-xl-595 {
    padding-right: 595px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-600 {
    margin-right: 600px !important;
  }
  .pr-xl-600 {
    padding-right: 600px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-605 {
    margin-right: 605px !important;
  }
  .pr-xl-605 {
    padding-right: 605px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-610 {
    margin-right: 610px !important;
  }
  .pr-xl-610 {
    padding-right: 610px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-615 {
    margin-right: 615px !important;
  }
  .pr-xl-615 {
    padding-right: 615px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-620 {
    margin-right: 620px !important;
  }
  .pr-xl-620 {
    padding-right: 620px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-625 {
    margin-right: 625px !important;
  }
  .pr-xl-625 {
    padding-right: 625px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-630 {
    margin-right: 630px !important;
  }
  .pr-xl-630 {
    padding-right: 630px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-635 {
    margin-right: 635px !important;
  }
  .pr-xl-635 {
    padding-right: 635px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-640 {
    margin-right: 640px !important;
  }
  .pr-xl-640 {
    padding-right: 640px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-645 {
    margin-right: 645px !important;
  }
  .pr-xl-645 {
    padding-right: 645px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-650 {
    margin-right: 650px !important;
  }
  .pr-xl-650 {
    padding-right: 650px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-655 {
    margin-right: 655px !important;
  }
  .pr-xl-655 {
    padding-right: 655px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-660 {
    margin-right: 660px !important;
  }
  .pr-xl-660 {
    padding-right: 660px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-665 {
    margin-right: 665px !important;
  }
  .pr-xl-665 {
    padding-right: 665px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-670 {
    margin-right: 670px !important;
  }
  .pr-xl-670 {
    padding-right: 670px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-675 {
    margin-right: 675px !important;
  }
  .pr-xl-675 {
    padding-right: 675px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-680 {
    margin-right: 680px !important;
  }
  .pr-xl-680 {
    padding-right: 680px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-685 {
    margin-right: 685px !important;
  }
  .pr-xl-685 {
    padding-right: 685px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-690 {
    margin-right: 690px !important;
  }
  .pr-xl-690 {
    padding-right: 690px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-695 {
    margin-right: 695px !important;
  }
  .pr-xl-695 {
    padding-right: 695px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-700 {
    margin-right: 700px !important;
  }
  .pr-xl-700 {
    padding-right: 700px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-705 {
    margin-right: 705px !important;
  }
  .pr-xl-705 {
    padding-right: 705px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-710 {
    margin-right: 710px !important;
  }
  .pr-xl-710 {
    padding-right: 710px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-715 {
    margin-right: 715px !important;
  }
  .pr-xl-715 {
    padding-right: 715px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-720 {
    margin-right: 720px !important;
  }
  .pr-xl-720 {
    padding-right: 720px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-725 {
    margin-right: 725px !important;
  }
  .pr-xl-725 {
    padding-right: 725px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-730 {
    margin-right: 730px !important;
  }
  .pr-xl-730 {
    padding-right: 730px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-735 {
    margin-right: 735px !important;
  }
  .pr-xl-735 {
    padding-right: 735px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-740 {
    margin-right: 740px !important;
  }
  .pr-xl-740 {
    padding-right: 740px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-745 {
    margin-right: 745px !important;
  }
  .pr-xl-745 {
    padding-right: 745px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-750 {
    margin-right: 750px !important;
  }
  .pr-xl-750 {
    padding-right: 750px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-755 {
    margin-right: 755px !important;
  }
  .pr-xl-755 {
    padding-right: 755px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-760 {
    margin-right: 760px !important;
  }
  .pr-xl-760 {
    padding-right: 760px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-765 {
    margin-right: 765px !important;
  }
  .pr-xl-765 {
    padding-right: 765px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-770 {
    margin-right: 770px !important;
  }
  .pr-xl-770 {
    padding-right: 770px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-775 {
    margin-right: 775px !important;
  }
  .pr-xl-775 {
    padding-right: 775px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-780 {
    margin-right: 780px !important;
  }
  .pr-xl-780 {
    padding-right: 780px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-785 {
    margin-right: 785px !important;
  }
  .pr-xl-785 {
    padding-right: 785px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-790 {
    margin-right: 790px !important;
  }
  .pr-xl-790 {
    padding-right: 790px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-795 {
    margin-right: 795px !important;
  }
  .pr-xl-795 {
    padding-right: 795px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-800 {
    margin-right: 800px !important;
  }
  .pr-xl-800 {
    padding-right: 800px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-805 {
    margin-right: 805px !important;
  }
  .pr-xl-805 {
    padding-right: 805px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-810 {
    margin-right: 810px !important;
  }
  .pr-xl-810 {
    padding-right: 810px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-815 {
    margin-right: 815px !important;
  }
  .pr-xl-815 {
    padding-right: 815px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-820 {
    margin-right: 820px !important;
  }
  .pr-xl-820 {
    padding-right: 820px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-825 {
    margin-right: 825px !important;
  }
  .pr-xl-825 {
    padding-right: 825px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-830 {
    margin-right: 830px !important;
  }
  .pr-xl-830 {
    padding-right: 830px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-835 {
    margin-right: 835px !important;
  }
  .pr-xl-835 {
    padding-right: 835px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-840 {
    margin-right: 840px !important;
  }
  .pr-xl-840 {
    padding-right: 840px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-845 {
    margin-right: 845px !important;
  }
  .pr-xl-845 {
    padding-right: 845px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-850 {
    margin-right: 850px !important;
  }
  .pr-xl-850 {
    padding-right: 850px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-855 {
    margin-right: 855px !important;
  }
  .pr-xl-855 {
    padding-right: 855px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-860 {
    margin-right: 860px !important;
  }
  .pr-xl-860 {
    padding-right: 860px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-865 {
    margin-right: 865px !important;
  }
  .pr-xl-865 {
    padding-right: 865px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-870 {
    margin-right: 870px !important;
  }
  .pr-xl-870 {
    padding-right: 870px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-875 {
    margin-right: 875px !important;
  }
  .pr-xl-875 {
    padding-right: 875px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-880 {
    margin-right: 880px !important;
  }
  .pr-xl-880 {
    padding-right: 880px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-885 {
    margin-right: 885px !important;
  }
  .pr-xl-885 {
    padding-right: 885px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-890 {
    margin-right: 890px !important;
  }
  .pr-xl-890 {
    padding-right: 890px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-895 {
    margin-right: 895px !important;
  }
  .pr-xl-895 {
    padding-right: 895px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-900 {
    margin-right: 900px !important;
  }
  .pr-xl-900 {
    padding-right: 900px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-905 {
    margin-right: 905px !important;
  }
  .pr-xl-905 {
    padding-right: 905px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-910 {
    margin-right: 910px !important;
  }
  .pr-xl-910 {
    padding-right: 910px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-915 {
    margin-right: 915px !important;
  }
  .pr-xl-915 {
    padding-right: 915px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-920 {
    margin-right: 920px !important;
  }
  .pr-xl-920 {
    padding-right: 920px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-925 {
    margin-right: 925px !important;
  }
  .pr-xl-925 {
    padding-right: 925px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-930 {
    margin-right: 930px !important;
  }
  .pr-xl-930 {
    padding-right: 930px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-935 {
    margin-right: 935px !important;
  }
  .pr-xl-935 {
    padding-right: 935px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-940 {
    margin-right: 940px !important;
  }
  .pr-xl-940 {
    padding-right: 940px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-945 {
    margin-right: 945px !important;
  }
  .pr-xl-945 {
    padding-right: 945px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-950 {
    margin-right: 950px !important;
  }
  .pr-xl-950 {
    padding-right: 950px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-955 {
    margin-right: 955px !important;
  }
  .pr-xl-955 {
    padding-right: 955px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-960 {
    margin-right: 960px !important;
  }
  .pr-xl-960 {
    padding-right: 960px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-965 {
    margin-right: 965px !important;
  }
  .pr-xl-965 {
    padding-right: 965px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-970 {
    margin-right: 970px !important;
  }
  .pr-xl-970 {
    padding-right: 970px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-975 {
    margin-right: 975px !important;
  }
  .pr-xl-975 {
    padding-right: 975px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-980 {
    margin-right: 980px !important;
  }
  .pr-xl-980 {
    padding-right: 980px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-985 {
    margin-right: 985px !important;
  }
  .pr-xl-985 {
    padding-right: 985px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-990 {
    margin-right: 990px !important;
  }
  .pr-xl-990 {
    padding-right: 990px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-995 {
    margin-right: 995px !important;
  }
  .pr-xl-995 {
    padding-right: 995px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-1000 {
    margin-right: 1000px !important;
  }
  .pr-xl-1000 {
    padding-right: 1000px !important;
  }
}
.bg-custom-blue {
  background-color: #2A647B;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

hr {
  border-top: 1px solid #E6E6E6;
  box-shadow: 0 1px 0 0 white;
  opacity: 1;
}
hr.breadcrumbHr {
  margin: 15px 0 40px 0;
}

/**
* H1 Variants
*/
.h1-home {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h1-home {
    font-size: 55px;
    line-height: 65px;
  }
}

.h1-base {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h1-base {
    font-size: 35px;
    line-height: 43px;
  }
}

.h1-breadcrumb {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h1-breadcrumb {
    font-size: 60px;
    line-height: 70px;
  }
}

.ml-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 576px) {
  .ml-container {
    margin-left: calc((100vw - 540px) / 2 - 15px);
  }
}
@media (min-width: 768px) {
  .ml-container {
    margin-left: calc((100vw - 720px) / 2 - 15px);
  }
}
@media (min-width: 992px) {
  .ml-container {
    margin-left: calc((100vw - 960px) / 2 - 15px);
  }
}
@media (min-width: 1200px) {
  .ml-container {
    margin-left: calc((100vw - 1140px) / 2 - 15px);
  }
}
@media (min-width: 1400px) {
  .ml-container {
    margin-left: calc((100vw - 1320px) / 2 - 15px);
  }
}
@media (min-width: 1700px) {
  .ml-container {
    margin-left: calc((100vw - 1600px) / 2 - 15px);
  }
}
@media (min-width: 1920px) {
  .ml-container {
    margin-left: 155px;
  }
}
@media (max-width: 575.98px) {
  .ml-container {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .ml-container.fixed-width {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ml-container.fixed-width {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ml-container.fixed-width {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ml-container.fixed-width {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .ml-container.fixed-width {
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .ml-container.fixed-width {
    max-width: 1600px;
  }
}

.mr-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .mr-container {
    margin-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .mr-container {
    margin-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .mr-container {
    margin-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .mr-container {
    margin-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .mr-container {
    margin-right: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .mr-container {
    margin-right: calc((100vw - 1590px) / 2);
  }
}
@media (min-width: 1920px) {
  .mr-container {
    margin-right: 165px;
  }
}

.pr-container {
  padding-right: 20px;
}
@media (min-width: 576px) {
  .pr-container {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .pr-container {
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .pr-container {
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .pr-container {
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .pr-container {
    padding-right: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .pr-container {
    padding-right: calc((100vw - 1590px) / 2);
  }
}
@media (min-width: 1920px) {
  .pr-container {
    padding-right: 165px;
  }
}

.slider-col-constrained {
  max-width: 100%;
}
@media (min-width: 576px) {
  .slider-col-constrained {
    max-width: calc(100vw - (100vw - 540px) / 2 - 20px);
  }
}
@media (min-width: 768px) {
  .slider-col-constrained {
    max-width: calc(100vw - (100vw - 720px) / 2 - 20px);
  }
}
@media (min-width: 992px) {
  .slider-col-constrained {
    max-width: calc(100vw - (100vw - 960px) / 2 - 20px);
  }
}
@media (min-width: 1200px) {
  .slider-col-constrained {
    max-width: calc(100vw - (100vw - 1140px) / 2 - 20px);
  }
}
@media (min-width: 1400px) {
  .slider-col-constrained {
    max-width: calc(100vw - (100vw - 1320px) / 2 - 20px);
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .slider-col-constrained {
    max-width: calc(100vw - (100vw - 1590px) / 2 - 20px);
  }
}
@media (min-width: 1920px) {
  .slider-col-constrained {
    max-width: 1270px;
  }
}

.shineHover {
  position: relative;
  overflow: hidden;
}
.shineHover::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
.shineHover:hover::before {
  left: 100%;
}

.shineHover-2 {
  position: relative;
  overflow: hidden;
}
.shineHover-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.45s ease;
  pointer-events: none;
}
.shineHover-2:hover::before {
  left: 100%;
}

.triggershineHoverElement {
  position: relative;
  overflow: hidden;
}
.triggershineHoverElement .shineHoverElement {
  position: relative;
  z-index: 2;
}
.triggershineHoverElement .shineHoverElement::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
  z-index: 2;
}
.triggershineHoverElement:hover .shineHoverElement::before {
  left: 100%;
}

.triggerUnderlineHoverElement .underlineHoverElement {
  position: relative;
  display: inline-block;
}
.triggerUnderlineHoverElement .underlineHoverElement::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
}
.triggerUnderlineHoverElement:hover .underlineHoverElement::after {
  width: 100%;
}

.underlineHoverElement-reverse {
  position: relative;
  display: inline-block;
}
.underlineHoverElement-reverse::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.5s ease;
  pointer-events: none;
}
.underlineHoverElement-reverse:hover::after {
  width: 0;
}

.color-white {
  color: white;
}

.fs-1 {
  font-size: 44px !important;
}

.fs-2 {
  font-size: 32px !important;
}

.fs-3 {
  font-size: 28px !important;
}

.fs-4 {
  font-size: 14px !important;
}

.fs-5 {
  font-size: 12px !important;
}

.fs-6 {
  font-size: 11px !important;
}

.mukta-extralight {
  font-family: "Mukta", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.mukta-light {
  font-family: "Mukta", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.mukta-regular {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mukta-medium {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.mukta-semibold {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.mukta-bold {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.mukta-extrabold {
  font-family: "Mukta", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.paddingDefault + .paddingDefault {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .paddingDefault + .paddingDefault {
    margin-top: 80px;
  }
}

.rowSpacing .paddingDefault:first-of-type {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rowSpacing .paddingDefault:first-of-type {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .rowSpacing .paddingDefault:first-of-type {
    margin-top: 110px;
  }
}

.rowSpacing .paddingDefault:last-of-type {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .rowSpacing .paddingDefault:last-of-type {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .listingSpacings {
    margin: 100px 0 100px 0;
  }
}
@media (max-width: 991.98px) {
  .listingSpacings {
    margin: 50px 0 50px 0;
  }
}
@media (max-width: 767.98px) {
  .listingSpacings {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .listingSpacings, .listingPage {
    margin-bottom: 0 !important;
  }
  .listingSpacings .paddingDefault, .listingPage .paddingDefault {
    margin-top: 0 !important;
    background-color: red;
  }
  .listingSpacings .paddingDefault:last-of-type, .listingPage .paddingDefault:last-of-type {
    margin-top: 0 !important;
  }
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4, .lg-sub-html .h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/*
* Components
* - for small, reusable pieces
*/
.form-salle.validation p {
  margin-bottom: 25px !important;
}
.form-salle h1.title-form, .form-salle .title-form.h1, .form-salle h2.title-form, .form-salle .title-form.h2, .form-salle h3.title-form, .form-salle .title-form.h3, .form-salle h4.title-form, .form-salle .title-form.h4, .form-salle h5.title-form, .form-salle .title-form.h5, .form-salle h6.title-form, .form-salle .title-form.h6, .form-salle p.title-form {
  font-weight: 700 !important;
  font-size: 4rem !important;
  line-height: 4.8rem !important;
}
.form-salle h1.subtitle-form, .form-salle .subtitle-form.h1, .form-salle h2.subtitle-form, .form-salle .subtitle-form.h2, .form-salle h3.subtitle-form, .form-salle .subtitle-form.h3, .form-salle h4.subtitle-form, .form-salle .subtitle-form.h4, .form-salle h5.subtitle-form, .form-salle .subtitle-form.h5, .form-salle h6.subtitle-form, .form-salle .subtitle-form.h6, .form-salle p.subtitle-form {
  font-size: 3rem !important;
  line-height: 3.8rem !important;
}
.form-salle h1.subtitle-form.red, .form-salle .subtitle-form.red.h1, .form-salle h2.subtitle-form.red, .form-salle .subtitle-form.red.h2, .form-salle h3.subtitle-form.red, .form-salle .subtitle-form.red.h3, .form-salle h4.subtitle-form.red, .form-salle .subtitle-form.red.h4, .form-salle h5.subtitle-form.red, .form-salle .subtitle-form.red.h5, .form-salle h6.subtitle-form.red, .form-salle .subtitle-form.red.h6, .form-salle p.subtitle-form.red {
  color: #519267 !important;
}
.form-salle h1.subtitle-form.smaller, .form-salle .subtitle-form.smaller.h1, .form-salle h2.subtitle-form.smaller, .form-salle .subtitle-form.smaller.h2, .form-salle h3.subtitle-form.smaller, .form-salle .subtitle-form.smaller.h3, .form-salle h4.subtitle-form.smaller, .form-salle .subtitle-form.smaller.h4, .form-salle h5.subtitle-form.smaller, .form-salle .subtitle-form.smaller.h5, .form-salle h6.subtitle-form.smaller, .form-salle .subtitle-form.smaller.h6, .form-salle p.subtitle-form.smaller {
  font-size: 2.5rem !important;
  line-height: 3.5rem !important;
}
.form-salle h1.level3-title-form, .form-salle .level3-title-form.h1, .form-salle h2.level3-title-form, .form-salle .level3-title-form.h2, .form-salle h3.level3-title-form, .form-salle .level3-title-form.h3, .form-salle h4.level3-title-form, .form-salle .level3-title-form.h4, .form-salle h5.level3-title-form, .form-salle .level3-title-form.h5, .form-salle h6.level3-title-form, .form-salle .level3-title-form.h6, .form-salle p.level3-title-form {
  color: #323F48;
  font-weight: 600;
  font-size: 2.5rem !important;
  line-height: 3.5rem !important;
  margin-bottom: 2.5rem;
}
.form-salle .btn-calendar {
  background-color: transparent;
  border: 2px solid #519267;
  color: #519267;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-decoration: none;
}
.form-salle .btn-calendar:hover, .form-salle .btn-calendar.active {
  background-color: #519267;
  border: 2px solid #519267;
  color: #fff !important;
  text-decoration: none;
}
.form-salle #fullCalendar .past {
  background-color: #eaeaea;
  cursor: not-allowed;
}
.form-salle #fullCalendar .past:hover {
  cursor: not-allowed;
}
.form-salle #fullCalendar .past.fc-day-today {
  background-color: #dadada !important;
}
.form-salle #fullCalendar .fc-col-header {
  margin: 0;
}
.form-salle #fullCalendar .fc-timegrid-slots > table {
  margin-top: 0;
}
.form-salle #fullCalendar .fc-col-header-cell a {
  pointer-events: none;
  text-decoration: none;
}
.form-salle #fullCalendar .fc-col-header .fc-col-header-cell {
  padding: 15px 5px;
  background-color: #519267;
  color: #fff;
}
.form-salle #fullCalendar .fc-button {
  font-size: 1.5rem;
}
.form-salle #fullCalendar .fc-header-toolbar {
  margin-bottom: 25px;
}
.form-salle #fullCalendar .fc-today-button, .form-salle #fullCalendar .fc-timeGridWeek-button, .form-salle #fullCalendar .fc-dayGridMonth-button {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #424242;
  text-transform: uppercase;
}
.form-salle #fullCalendar .fc-timeGridWeek-button, .form-salle #fullCalendar .fc-dayGridMonth-button {
  padding: 0 15px;
}
.form-salle #fullCalendar .fc-timeGridWeek-button.fc-button-active, .form-salle #fullCalendar .fc-dayGridMonth-button.fc-button-active {
  position: relative;
}
.form-salle #fullCalendar .fc-timeGridWeek-button.fc-button-active:after, .form-salle #fullCalendar .fc-dayGridMonth-button.fc-button-active:after {
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  background-color: #519267;
  position: absolute;
  left: 15px;
  bottom: -5px;
}
.form-salle #fullCalendar .fc-dayGridMonth-button {
  padding-right: 0;
}
.form-salle #fullCalendar .fc-toolbar-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
  text-transform: uppercase;
}
.form-salle #fullCalendar .fc-prev-button, .form-salle #fullCalendar .fc-next-button {
  background-color: #519267;
  padding: 0;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.form-salle #fullCalendar .fc-prev-button .fc-icon, .form-salle #fullCalendar .fc-next-button .fc-icon {
  margin-top: -2px;
}
.form-salle #fullCalendar .fc-next-button {
  margin-left: 10px;
  margin-right: 0;
}
.form-salle #fullCalendar .fc-scrollgrid thead {
  background-color: transparent;
}
.form-salle #fullCalendar .fc-scrollgrid tr {
  background-color: transparent;
}
.form-salle #fullCalendar .fc-scrollgrid tr th {
  background-color: transparent;
  color: #519267;
}
.form-salle #fullCalendar .fc-scrollgrid tr td {
  font-size: 13px;
}
.form-salle #fullCalendar .fc-day-today {
  background: #f5f5f5 !important;
}
.form-salle #fullCalendar .fc-timegrid-event {
  opacity: 0.7;
}
.form-salle #fullCalendar .fc-event-main .fc-event-time {
  font-size: 13px;
}
.form-salle #fullCalendar .fc-event-main .fc-event-title-container .fc-event-title {
  font-size: 15px;
}
.form-salle .wrapper-text.red-title h1, .form-salle .wrapper-text.red-title .h1, .form-salle .wrapper-text.red-title h2, .form-salle .wrapper-text.red-title .h2, .form-salle .wrapper-text.red-title h3, .form-salle .wrapper-text.red-title .h3, .form-salle .wrapper-text.red-title h4, .form-salle .wrapper-text.red-title .h4, .form-salle .wrapper-text.red-title h5, .form-salle .wrapper-text.red-title .h5, .form-salle .wrapper-text.red-title h6, .form-salle .wrapper-text.red-title .h6 {
  color: #519267 !important;
}
.form-salle .wrapper-text ul {
  list-style: none;
  padding-left: 0;
}
.form-salle .wrapper-text ul li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #323F48;
  font-weight: 400;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
}
.form-salle .wrapper-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #519267;
  border-radius: 50%;
}
.form-salle .wrapper-text p {
  margin-bottom: 0 !important;
}
.form-salle .wrapper-text h1 + h1, .form-salle .wrapper-text .h1 + h1, .form-salle .wrapper-text h1 + .h1, .form-salle .wrapper-text .h1 + .h1, .form-salle .wrapper-text h1 + h2, .form-salle .wrapper-text .h1 + h2, .form-salle .wrapper-text h1 + .h2, .form-salle .wrapper-text .h1 + .h2, .form-salle .wrapper-text h1 + h3, .form-salle .wrapper-text .h1 + h3, .form-salle .wrapper-text h1 + .h3, .form-salle .wrapper-text .h1 + .h3, .form-salle .wrapper-text h1 + h4, .form-salle .wrapper-text .h1 + h4, .form-salle .wrapper-text h1 + .h4, .form-salle .wrapper-text .h1 + .h4, .form-salle .wrapper-text h1 + h5, .form-salle .wrapper-text .h1 + h5, .form-salle .wrapper-text h1 + .h5, .form-salle .wrapper-text .h1 + .h5, .form-salle .wrapper-text h1 + h6, .form-salle .wrapper-text .h1 + h6, .form-salle .wrapper-text h1 + .h6, .form-salle .wrapper-text .h1 + .h6, .form-salle .wrapper-text h1 + p, .form-salle .wrapper-text .h1 + p, .form-salle .wrapper-text h1 + ul, .form-salle .wrapper-text .h1 + ul, .form-salle .wrapper-text h2 + h1, .form-salle .wrapper-text .h2 + h1, .form-salle .wrapper-text h2 + .h1, .form-salle .wrapper-text .h2 + .h1, .form-salle .wrapper-text h2 + h2, .form-salle .wrapper-text .h2 + h2, .form-salle .wrapper-text h2 + .h2, .form-salle .wrapper-text .h2 + .h2, .form-salle .wrapper-text h2 + h3, .form-salle .wrapper-text .h2 + h3, .form-salle .wrapper-text h2 + .h3, .form-salle .wrapper-text .h2 + .h3, .form-salle .wrapper-text h2 + h4, .form-salle .wrapper-text .h2 + h4, .form-salle .wrapper-text h2 + .h4, .form-salle .wrapper-text .h2 + .h4, .form-salle .wrapper-text h2 + h5, .form-salle .wrapper-text .h2 + h5, .form-salle .wrapper-text h2 + .h5, .form-salle .wrapper-text .h2 + .h5, .form-salle .wrapper-text h2 + h6, .form-salle .wrapper-text .h2 + h6, .form-salle .wrapper-text h2 + .h6, .form-salle .wrapper-text .h2 + .h6, .form-salle .wrapper-text h2 + p, .form-salle .wrapper-text .h2 + p, .form-salle .wrapper-text h2 + ul, .form-salle .wrapper-text .h2 + ul, .form-salle .wrapper-text h3 + h1, .form-salle .wrapper-text .h3 + h1, .form-salle .wrapper-text h3 + .h1, .form-salle .wrapper-text .h3 + .h1, .form-salle .wrapper-text h3 + h2, .form-salle .wrapper-text .h3 + h2, .form-salle .wrapper-text h3 + .h2, .form-salle .wrapper-text .h3 + .h2, .form-salle .wrapper-text h3 + h3, .form-salle .wrapper-text .h3 + h3, .form-salle .wrapper-text h3 + .h3, .form-salle .wrapper-text .h3 + .h3, .form-salle .wrapper-text h3 + h4, .form-salle .wrapper-text .h3 + h4, .form-salle .wrapper-text h3 + .h4, .form-salle .wrapper-text .h3 + .h4, .form-salle .wrapper-text h3 + h5, .form-salle .wrapper-text .h3 + h5, .form-salle .wrapper-text h3 + .h5, .form-salle .wrapper-text .h3 + .h5, .form-salle .wrapper-text h3 + h6, .form-salle .wrapper-text .h3 + h6, .form-salle .wrapper-text h3 + .h6, .form-salle .wrapper-text .h3 + .h6, .form-salle .wrapper-text h3 + p, .form-salle .wrapper-text .h3 + p, .form-salle .wrapper-text h3 + ul, .form-salle .wrapper-text .h3 + ul, .form-salle .wrapper-text h4 + h1, .form-salle .wrapper-text .h4 + h1, .form-salle .wrapper-text h4 + .h1, .form-salle .wrapper-text .h4 + .h1, .form-salle .wrapper-text h4 + h2, .form-salle .wrapper-text .h4 + h2, .form-salle .wrapper-text h4 + .h2, .form-salle .wrapper-text .h4 + .h2, .form-salle .wrapper-text h4 + h3, .form-salle .wrapper-text .h4 + h3, .form-salle .wrapper-text h4 + .h3, .form-salle .wrapper-text .h4 + .h3, .form-salle .wrapper-text h4 + h4, .form-salle .wrapper-text .h4 + h4, .form-salle .wrapper-text h4 + .h4, .form-salle .wrapper-text .h4 + .h4, .form-salle .wrapper-text h4 + h5, .form-salle .wrapper-text .h4 + h5, .form-salle .wrapper-text h4 + .h5, .form-salle .wrapper-text .h4 + .h5, .form-salle .wrapper-text h4 + h6, .form-salle .wrapper-text .h4 + h6, .form-salle .wrapper-text h4 + .h6, .form-salle .wrapper-text .h4 + .h6, .form-salle .wrapper-text h4 + p, .form-salle .wrapper-text .h4 + p, .form-salle .wrapper-text h4 + ul, .form-salle .wrapper-text .h4 + ul, .form-salle .wrapper-text h5 + h1, .form-salle .wrapper-text .h5 + h1, .form-salle .wrapper-text h5 + .h1, .form-salle .wrapper-text .h5 + .h1, .form-salle .wrapper-text h5 + h2, .form-salle .wrapper-text .h5 + h2, .form-salle .wrapper-text h5 + .h2, .form-salle .wrapper-text .h5 + .h2, .form-salle .wrapper-text h5 + h3, .form-salle .wrapper-text .h5 + h3, .form-salle .wrapper-text h5 + .h3, .form-salle .wrapper-text .h5 + .h3, .form-salle .wrapper-text h5 + h4, .form-salle .wrapper-text .h5 + h4, .form-salle .wrapper-text h5 + .h4, .form-salle .wrapper-text .h5 + .h4, .form-salle .wrapper-text h5 + h5, .form-salle .wrapper-text .h5 + h5, .form-salle .wrapper-text h5 + .h5, .form-salle .wrapper-text .h5 + .h5, .form-salle .wrapper-text h5 + h6, .form-salle .wrapper-text .h5 + h6, .form-salle .wrapper-text h5 + .h6, .form-salle .wrapper-text .h5 + .h6, .form-salle .wrapper-text h5 + p, .form-salle .wrapper-text .h5 + p, .form-salle .wrapper-text h5 + ul, .form-salle .wrapper-text .h5 + ul, .form-salle .wrapper-text h6 + h1, .form-salle .wrapper-text .h6 + h1, .form-salle .wrapper-text h6 + .h1, .form-salle .wrapper-text .h6 + .h1, .form-salle .wrapper-text h6 + h2, .form-salle .wrapper-text .h6 + h2, .form-salle .wrapper-text h6 + .h2, .form-salle .wrapper-text .h6 + .h2, .form-salle .wrapper-text h6 + h3, .form-salle .wrapper-text .h6 + h3, .form-salle .wrapper-text h6 + .h3, .form-salle .wrapper-text .h6 + .h3, .form-salle .wrapper-text h6 + h4, .form-salle .wrapper-text .h6 + h4, .form-salle .wrapper-text h6 + .h4, .form-salle .wrapper-text .h6 + .h4, .form-salle .wrapper-text h6 + h5, .form-salle .wrapper-text .h6 + h5, .form-salle .wrapper-text h6 + .h5, .form-salle .wrapper-text .h6 + .h5, .form-salle .wrapper-text h6 + h6, .form-salle .wrapper-text .h6 + h6, .form-salle .wrapper-text h6 + .h6, .form-salle .wrapper-text .h6 + .h6, .form-salle .wrapper-text h6 + p, .form-salle .wrapper-text .h6 + p, .form-salle .wrapper-text h6 + ul, .form-salle .wrapper-text .h6 + ul, .form-salle .wrapper-text p + h1, .form-salle .wrapper-text p + .h1, .form-salle .wrapper-text p + h2, .form-salle .wrapper-text p + .h2, .form-salle .wrapper-text p + h3, .form-salle .wrapper-text p + .h3, .form-salle .wrapper-text p + h4, .form-salle .wrapper-text p + .h4, .form-salle .wrapper-text p + h5, .form-salle .wrapper-text p + .h5, .form-salle .wrapper-text p + h6, .form-salle .wrapper-text p + .h6, .form-salle .wrapper-text p + p, .form-salle .wrapper-text p + ul, .form-salle .wrapper-text ul + h1, .form-salle .wrapper-text ul + .h1, .form-salle .wrapper-text ul + h2, .form-salle .wrapper-text ul + .h2, .form-salle .wrapper-text ul + h3, .form-salle .wrapper-text ul + .h3, .form-salle .wrapper-text ul + h4, .form-salle .wrapper-text ul + .h4, .form-salle .wrapper-text ul + h5, .form-salle .wrapper-text ul + .h5, .form-salle .wrapper-text ul + h6, .form-salle .wrapper-text ul + .h6, .form-salle .wrapper-text ul + p, .form-salle .wrapper-text ul + ul {
  margin-top: 20px;
}
.form-salle .form-group .chevd {
  font-size: 10px;
  top: 20px;
  font-weight: 600;
}
.form-salle .form-group .labelnumber {
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  margin-bottom: 5px;
}
.form-salle .form-group .wrapper-select {
  position: relative;
}
.form-salle .form-group .wrapper-select i {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  font-size: 15px;
}
.form-salle .form-group label {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 10px;
}
.form-salle .form-group textarea {
  min-height: 250px;
}
.form-salle .form-group .form-control {
  border-color: #e5e5e5;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  color: #707070;
  height: 53px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.form-salle .form-group .form-control::-moz-placeholder {
  color: #505050;
  opacity: 1;
}
.form-salle .form-group .form-control::placeholder {
  color: #505050;
  opacity: 1;
}
.form-salle .form-group .form-control:-ms-input-placeholder {
  color: #505050;
}
.form-salle .form-group .form-control::-ms-input-placeholder {
  color: #505050;
}
.form-salle .form-group .inputnumber {
  padding-bottom: 13px;
}
.form-salle .form-group input:-moz-read-only:focus:not(.form-check-input) {
  background-color: #f9f9f9;
  color: #505050;
}
.form-salle .form-group input:read-only:focus:not(.form-check-input) {
  background-color: #f9f9f9;
  color: #505050;
}
.form-salle .form-group .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #323F48;
}
.form-salle .form-group .form-check-input:checked {
  background-color: #519267;
}
.form-salle .form-group .check-label:not(.privacy) {
  font-size: 14px;
  font-weight: 400;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #424242;
}
.form-salle .form-group .check-label:not(.privacy) * {
  font-size: 14px;
  font-weight: 400;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #424242;
}
.form-salle .form-group .privacy {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-salle .form-group .privacy * {
  font-size: 14px;
  font-weight: 400;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-salle .form-group .checkbox {
  border-color: #ededed;
}
.form-salle .form-group .input-group-text {
  font-size: 14px;
  font-weight: 300;
  padding: 11px 15px;
  border: 0;
}
.form-salle .dnone {
  display: none;
}
.form-salle .mb--10 {
  margin-bottom: -15px !important;
}

label a {
  color: #519267;
}

/*
* Listing room
*/
.room-list-full .wrapper-room h3, .room-list-full .wrapper-room .h3, .room-list-full .wrapper-room p {
  transition: all 350ms ease-in-out;
}
.room-list-full .wrapper-room .article-image {
  overflow: hidden;
}
.room-list-full .wrapper-room .article-image img {
  transition: all 350ms ease-in-out;
}
.room-list-full .wrapper-room:hover .article-image img {
  transform: scale(1.03);
}
.room-list-full .wrapper-room:hover h3, .room-list-full .wrapper-room:hover .h3, .room-list-full .wrapper-room:hover p {
  color: #519267 !important;
}

/*
* Room details
*/
.room-detail .wrapper-rooms {
  margin-top: 25px;
}
.room-detail .wrapper-rooms a {
  background-color: transparent;
  border: 2px solid #519267;
  color: #519267;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-decoration: none;
}
.room-detail .wrapper-rooms a:hover, .room-detail .wrapper-rooms a.active {
  background-color: #519267;
  border: 2px solid #519267;
  color: #fff !important;
  text-decoration: none;
}
.room-detail .mt-blocks {
  margin-top: 40px;
}
.room-detail .wrapper-image {
  border-radius: 5px;
}
.room-detail .embed iframe {
  width: 100%;
  height: 500px;
}
.room-detail .separator {
  margin-bottom: 15px;
  border-color: #519267;
}
.room-detail .back {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #519267;
}

.btn-redange {
  padding: 12px 25px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.btn-redange i {
  display: inline-block;
  margin: 0px 5px;
}
.btn-redange.white {
  color: #519267;
  background-color: #fff;
}
.btn-redange.white:hover {
  background: #2A647B;
  color: #fff !important;
  opacity: 1;
}
.btn-redange.red {
  color: #fff;
  background-color: #519267;
}
.btn-redange.red:hover {
  background: #2A647B;
  color: #fff !important;
  opacity: 1;
}
.btn-redange.w-full {
  width: 100%;
}
.btn-redange:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.btn-redange.align-right {
  margin-left: auto;
}
.btn-redange.fix-width {
  width: 215px;
}
@media (max-width: 767.98px) {
  .btn-redange.fix-width {
    width: 100%;
  }
}

.mega-header.header-inner {
  margin-bottom: 0px;
  position: relative;
}
.mega-header.header-inner.has-bg {
  min-height: 650px;
  padding-top: 150px;
}
.mega-header.header-inner.has-bg .container {
  position: relative;
  z-index: 2;
}
.mega-header.header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .mega-header.header-inner {
    overflow: initial;
  }
  .mega-header.header-inner .custom-responsive {
    position: absolute;
    top: 100%;
  }
  .mega-header.header-inner .custom-responsive .breadcrumb {
    color: #323F48;
  }
  .mega-header.header-inner .custom-responsive .breadcrumb a {
    color: #323F48;
  }
  .mega-header.header-inner .custom-responsive .breadcrumb span {
    color: #323F48;
  }
  .mega-header.header-inner .custom-responsive .breadcrumb span.sep {
    color: #323F48;
  }
  .mega-header.header-inner .custom-responsive h1:first-of-type, .mega-header.header-inner .custom-responsive .h1:first-of-type {
    color: #323F48;
    margin-top: 0px !important;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .mega-header.header-inner .custom-responsive h1:first-of-type, .mega-header.header-inner .custom-responsive .h1:first-of-type {
    margin-top: 20px !important;
  }
}
.mega-header.header-inner h1, .mega-header.header-inner .h1 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .mega-header.header-inner h1, .mega-header.header-inner .h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
.mega-header.header-inner.no-bg {
  margin-top: 300px;
}
@media (max-width: 1199.98px) {
  .mega-header.header-inner.no-bg {
    margin-top: 200px;
  }
}
@media (max-width: 991.98px) {
  .mega-header.header-inner.no-bg {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .mega-header.header-inner.no-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.mega-header.header-inner.no-bg::before {
  display: none;
}
.mega-header.header-inner.no-bg h1, .mega-header.header-inner.no-bg .h1 {
  color: #323F48;
}
.mega-header.header-inner.no-bg .breadcrumb {
  background: transparent;
  color: #519267;
}
.mega-header.header-inner.no-bg .breadcrumb a, .mega-header.header-inner.no-bg .breadcrumb span {
  color: #519267;
}
.mega-header.header-inner.placeSpacings {
  margin-top: 250px;
  background-color: #FAFAFA;
}
.mega-header .has-bg .breadcrumb a {
  color: #fff !important;
}
.mega-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.mega-header__bg picture {
  width: 100%;
  height: 100%;
  display: block;
}
.mega-header__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mega-header__bg-img.lazyloading {
  filter: blur(20px);
  opacity: 0.8;
}
.mega-header__bg-img.lazyloaded {
  filter: blur(0);
  opacity: 1;
}

.shortcut-list.mobile {
  position: initial;
  margin-top: 50px;
}
.shortcut-list.mobile h4, .shortcut-list.mobile .h4 {
  color: #323F48;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: left;
  margin-bottom: 25px;
}
.shortcut-list.mobile .shortcut-group {
  display: block;
}
.shortcut-list.mobile .shortcut-group .shortcut-item {
  display: flex;
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
.shortcut-list.mobile .shortcut-group .shortcut-item span {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.shortcut-list.mobile .shortcut-group .shortcut-item i {
  color: #519267;
}
.shortcut-list h4, .shortcut-list .h4 {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: left;
  margin-bottom: 30px;
}
.shortcut-list .shortcut-group {
  display: flex;
  flex-wrap: wrap;
}
.shortcut-list .shortcut-group .shortcut-item {
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #323F48;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 25px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.shortcut-list .shortcut-group .shortcut-item span {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (max-width: 991.98px) {
  .shortcut-list .shortcut-group .shortcut-item {
    justify-content: start;
    margin-right: 0px;
  }
}
.shortcut-list .shortcut-group .shortcut-item i {
  color: #519267;
  margin-right: 15px;
  font-size: 2.2rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .shortcut-list .shortcut-group .shortcut-item i {
    width: 25px;
  }
}
.shortcut-list .shortcut-group .shortcut-item:hover {
  background-color: #519267;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.shortcut-list .shortcut-group .shortcut-item:hover i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.fast-access .desktop {
  display: inline-block;
}
@media screen and (max-width: 998px) {
  .fast-access .desktop {
    display: none;
  }
}
.fast-access .mobile {
  display: none;
}
@media screen and (max-width: 998px) {
  .fast-access .mobile {
    display: inline-block;
  }
}
.fast-access.homepage {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 40%;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px;
}
@media screen and (max-width: 1650px) {
  .fast-access.homepage {
    width: 50%;
  }
}
@media screen and (max-width: 1350px) {
  .fast-access.homepage {
    width: 60%;
  }
}
@media screen and (max-width: 998px) {
  .fast-access.homepage {
    background: transparent;
    width: 300px;
    right: -220px;
  }
}
.fast-access.homepage:before {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 48%;
  right: 0px;
  left: 0px;
  background: #519267;
}
@media screen and (max-width: 998px) {
  .fast-access.homepage:before {
    display: none;
  }
}
.fast-access.homepage .content h3, .fast-access.homepage .content .h3 {
  margin-top: 135px;
  margin-bottom: 40px;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #323F48;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .fast-access.homepage .content h3, .fast-access.homepage .content .h3 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 998px) {
  .fast-access.homepage .content h3, .fast-access.homepage .content .h3 {
    display: none;
  }
}
.fast-access.homepage > .content .grid {
  max-width: 650px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .fast-access.homepage > .content .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 998px) {
  .fast-access.homepage > .content .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.fast-access.homepage .card {
  text-decoration: none;
  outline: none;
  height: 150px;
  max-height: 150px;
  max-width: 150px;
  min-width: 150px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  transition: all 0.5s ease;
}
@media screen and (max-width: 998px) {
  .fast-access.homepage .card {
    display: inline-flex;
    height: 55px;
    width: 260px;
    max-width: initial;
    background: #323F48;
  }
}
.fast-access.homepage .card:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
@media screen and (max-width: 998px) {
  .fast-access.homepage .card:hover .card-content h5, .fast-access.homepage .card:hover .card-content .h5 {
    color: #fff;
  }
}
.fast-access.homepage .card:hover .desktop {
  display: inline-block;
}
@media screen and (max-width: 998px) {
  .fast-access.homepage .card:hover .desktop {
    display: none;
  }
}
.fast-access.homepage .card:hover .mobile {
  display: none;
}
@media screen and (max-width: 998px) {
  .fast-access.homepage .card:hover .mobile {
    display: inline-block;
  }
}
@media screen and (max-width: 998px) {
  .fast-access.homepage .card:hover {
    transform: translateX(-200px);
    transition: all 0.5s ease;
  }
  .fast-access.homepage .card:hover svg path {
    fill: #fff;
  }
}
.fast-access.homepage .card .card-content {
  padding: 0px 15px;
}
@media screen and (max-width: 998px) {
  .fast-access.homepage .card .card-content {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
}
.fast-access.homepage .card .card-content .icon-fast-access {
  margin-bottom: 10px;
}
@media screen and (max-width: 998px) {
  .fast-access.homepage .card .card-content .icon-fast-access {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
.fast-access.homepage .card .card-content h5, .fast-access.homepage .card .card-content .h5 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #2A647B;
}
.fast-access.inner-page {
  position: fixed;
  z-index: 50;
  top: 200px;
  bottom: 0px;
  background: transparent;
  width: 300px;
  right: -220px;
  display: flex;
  align-items: initial;
  justify-content: center;
  padding: 0px 50px;
}
.fast-access.inner-page .desktop {
  display: none;
}
.fast-access.inner-page .mobile {
  display: inline-block;
}
.fast-access.inner-page:before {
  display: none;
}
.fast-access.inner-page .content h3, .fast-access.inner-page .content .h3 {
  display: none;
}
.fast-access.inner-page > .content .grid {
  max-width: 650px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.fast-access.inner-page .card {
  text-decoration: none;
  outline: none;
  max-height: 150px;
  min-width: 150px;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  transition: all 0.5s ease;
  display: inline-flex;
  height: 55px;
  width: 260px;
  max-width: initial;
  background: #323F48;
}
.fast-access.inner-page .card:hover {
  background: #519267;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transform: translateX(-200px);
  transition: all 0.5s ease;
}
.fast-access.inner-page .card:hover .card-content h5, .fast-access.inner-page .card:hover .card-content .h5 {
  color: #fff;
  margin-bottom: 0px;
}
.fast-access.inner-page .card:hover svg path {
  fill: #fff;
}
.fast-access.inner-page .card .card-content {
  padding: 0px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.fast-access.inner-page .card .card-content .icon-fast-access {
  margin-bottom: 0px;
  margin-right: 20px;
}
.fast-access.inner-page .card .card-content h5, .fast-access.inner-page .card .card-content .h5 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #2A647B;
}

.textimg ul {
  list-style: none;
  padding-left: 0;
}
.textimg ul li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #323F48;
  font-weight: 400;
  margin: 15px 0;
  position: relative;
  padding-left: 15px;
}
.textimg ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #2A647B;
  border-radius: 50%;
}
.textimg .yellowbox {
  padding: 30px;
  background-color: #FEFCF3;
  border: 1px solid #FBEEBE;
}
.textimg .files {
  padding: 12px 30px;
  background-color: #f5f5f5;
  border: 1px solid #ECECEC;
  line-height: 31px;
  transition: 0.3s;
}
.textimg .files:hover {
  background-color: #323F48;
  color: #FFFFFF;
}
.textimg .files:hover a {
  color: #FFFFFF;
}
.textimg .files:hover .circle {
  background-color: white;
}
.textimg .files:hover .circle i {
  color: #323F48 !important;
}
.textimg .files .circle {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.textimg .files .circle i {
  transition: 0.3s;
}

.people select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23266782%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  background-position: right 20px center;
}
.people hr {
  color: #519267;
  opacity: 1;
}

.people-card {
  border: 1px solid #EAEAEA;
  background-color: white;
  padding: 40px 30px;
}
@media (max-width: 991.98px) {
  .people-card {
    padding: 40px 20px;
  }
}
.people-card .wrapper-image-people {
  width: 150px;
  height: 150px;
}
.people-card .party-tag {
  padding: 2px 8px 1px 8px;
  background-color: #323F48;
}
.people-card .name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.people-card .function {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.people-card .mail {
  max-width: 100%;
}
.people-card .mail a {
  color: #519267;
  text-decoration: none;
  line-height: 2.6rem;
}
.people-card .mail a:hover {
  text-decoration: underline;
}
.people-card .mail span {
  white-space: nowrap;
}
.people-card .contactButton {
  padding: 8px 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: white;
}
.people-card .contactButton:hover {
  background-color: #323F48;
}
.people-card .categ-people-parent .cat {
  background-color: #323F48;
  color: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 2px 8px;
  font-weight: 700;
}
.people-card .phone, .people-card .address {
  font-size: 18px;
  line-height: 28px;
}
.people-card .phone a, .people-card .address a {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #519267;
}
.people-card .phone a:hover, .people-card .address a:hover {
  text-decoration: underline;
}
.people-card .categ-people-parent {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.people-list .wrapper-image-people {
  width: 120px;
  height: 120px;
}
.people-list .party-tag {
  padding: 2px 8px;
  background-color: #323F48;
}
.people-list p.name {
  font-size: 2.2rem !important;
  line-height: 3rem !important;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .people-list p.name {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px !important;
  }
}
.people-list .function {
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .people-list .function {
    font-size: 18px;
    line-height: 26px;
  }
}
.people-list .phone, .people-list .mail, .people-list .fax {
  font-size: 18px;
  line-height: 2.8rem;
}
.people-list .phone a, .people-list .mail a, .people-list .fax a {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #519267;
}
.people-list .phone a:hover, .people-list .mail a:hover, .people-list .fax a:hover {
  text-decoration: underline;
}

.button-accordion {
  text-align: left;
  background-color: #FAFAFA;
  color: #323F48;
}
.button-accordion h3, .button-accordion .h3 {
  color: #323F48;
}
.button-accordion span {
  max-width: 90%;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .button-accordion span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.button-accordion.collapsed {
  background-color: #FAFAFA;
  color: #323F48;
}
.button-accordion .icon-plus {
  position: relative;
}
.button-accordion .icon-plus i {
  color: #519267;
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .button-accordion .icon-plus i {
    font-size: 20px;
  }
}
.button-accordion .icon-plus .fa-minus {
  display: block;
}
.button-accordion .icon-plus .fa-plus {
  display: none;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 800ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.button-accordion.collapsed {
  padding: 30px 0px;
}
@media (max-width: 991.98px) {
  .button-accordion.collapsed {
    padding: 30px 0px;
  }
}
.button-accordion.collapsed .icon-plus .fa-minus {
  display: none;
  transform: rotate(360deg);
  transform-origin: center;
  transition: transform 800ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.button-accordion.collapsed .icon-plus .fa-plus {
  display: block;
}
.button-accordion:not(.collapsed) {
  padding: 30px 0px 30px 0px;
}
@media (max-width: 991.98px) {
  .button-accordion:not(.collapsed) {
    padding: 20px 0px;
  }
}

.accordions ul {
  list-style: none;
  padding-left: 0;
}
.accordions ul li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #323F48;
  font-weight: 400;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
}
.accordions ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #519267;
  border-radius: 50%;
}

.accordion-body {
  background-color: #FAFAFA;
}

.accordion-item {
  border-bottom: 1px solid #519267 !important;
  background: transparent;
}
.accordion-item a {
  font-size: 18px;
  line-height: 28px;
  color: #519267;
}
.accordion-item .show {
  padding-bottom: 20px;
  background-color: #FAFAFA;
}
.accordion-item:first-child {
  border-top: 1px solid #519267 !important;
}
.accordion-item.border-0 {
  border: 0 !important;
}

.tabs .nav-tabs {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
.tabs .nav-tabs::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.tabs .nav-tabs .nav-item button {
  padding: 10px 20px;
}
.tabs .nav-tabs .nav-item:hover button {
  transition: 0.3s;
  background-color: #2A647B;
}
.tabs .activebg .active {
  background-color: #2A647B;
  color: white;
}
.tabs .activebg button {
  background-color: #519267;
  color: white;
  border-radius: 5px;
}
.tabs .tabfont {
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 500;
  color: white;
}
.tabs .tab-pane .p1 {
  font-size: 16px;
  line-height: 30px;
}
.tabs .tab-pane p:last-of-type {
  margin-bottom: 0;
}
.tabs .tab-pane ul {
  list-style: none;
  padding-left: 0;
}
.tabs .tab-pane ul li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #323F48;
  font-weight: 400;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
}
.tabs .tab-pane ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #519267;
  border-radius: 50%;
}

.listings .custom-gap {
  gap: 25px;
}
@media (min-width: 768px) {
  .listings .custom-gap {
    gap: 0px;
  }
}
.listings .list:last-child .wrapper-list {
  border-bottom: 1px solid #519267;
}
.listings .wrapper-list {
  padding: 40px 0;
  border-top: 1px solid #519267;
}
@media (max-width: 767.98px) {
  .listings .wrapper-list {
    padding: 25px 0;
  }
}
.listings .wrapper-list .wrapper-image-listing {
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 767.98px) {
  .listings .wrapper-list .title {
    font-size: 22px;
  }
}
.listings .wrapper-list .description p:last-of-type {
  margin-bottom: 0;
}
.listings .wrapper-list .list-link {
  transition: 0.3s;
  display: block;
  background-color: #519267;
  margin-top: -5px;
}
.listings .wrapper-list:hover .list-link {
  background-color: #2A647B;
  transform: translateX(10px);
}
.listings .wrapper-list .list-link {
  height: 40px;
  width: 40px;
}
@media (max-width: 1199.98px) {
  .listings .wrapper-list .list-link {
    height: 35px;
    width: 35px;
  }
}
.listings .wrapper-list .list-link i {
  color: white;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .listings .wrapper-list .list-link i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .listings .description {
    font-size: 20px;
    line-height: 30px;
  }
}

.listings-icon .list:last-child .wrapper-list {
  border-bottom: 1px solid #519267;
}
.listings-icon .wrapper-icon-listing {
  display: none !important;
}
.listings-icon .wrapper-list {
  padding: 40px 0;
  border-top: 1px solid #519267;
}
@media (max-width: 767.98px) {
  .listings-icon .wrapper-list {
    padding: 25px 0;
  }
}
.listings-icon .wrapper-list.br-base {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .listings-icon .wrapper-list .title {
    font-size: 22px;
  }
}
.listings-icon .wrapper-list .description p:last-of-type {
  margin-bottom: 0;
}
.listings-icon .wrapper-list .list-link {
  transition: 0.3s;
  display: block;
  background-color: #519267;
  margin-top: -5px;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .listings-icon .wrapper-list .list-link {
    height: 35px;
    width: 35px;
  }
}
.listings-icon .wrapper-list .list-link i {
  color: white;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .listings-icon .wrapper-list .list-link i {
    font-size: 14px;
  }
}
.listings-icon .wrapper-list:hover .list-link {
  background-color: #2A647B;
  transform: translateX(10px);
}
@media (max-width: 991.98px) {
  .listings-icon .description {
    font-size: 20px;
    line-height: 30px;
  }
}

.media-listing .titleAlign {
  text-align: left;
}
.media-listing h1.titleAlign, .media-listing .titleAlign.h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .media-listing h1.titleAlign, .media-listing .titleAlign.h1 {
    font-weight: 900;
  }
}
.media-listing p.titleAlign {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .media-listing p.titleAlign {
    font-weight: 400;
    line-height: 26px;
  }
}
.media-listing .wrapper-media .box {
  transition: 0.3s;
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}
.media-listing .wrapper-media .box .media-image-wrapper {
  aspect-ratio: 377/210;
  background-color: #f5f5f5;
}
.media-listing .wrapper-media .box .wrapper-placeholder {
  aspect-ratio: 377/210;
  background-color: #323F48;
}
.media-listing .wrapper-media .box .wrapper-placeholder img {
  max-height: 100px;
  border: none;
}
.media-listing .wrapper-media .box .leftPart {
  max-width: calc(100% - 75px);
}
.media-listing .wrapper-media .box .leftPart .categ {
  font-size: 15px;
  line-height: 20px;
  color: #519267;
  font-weight: 600;
}
.media-listing .wrapper-media .box .leftPart .categ span {
  font-size: 15px;
  line-height: 20px;
  color: #519267;
}
.media-listing .wrapper-media .box .leftPart .titleMedia {
  font-size: 18px !important;
  line-height: 26px !important;
  transition: 0.3s !important;
}
.media-listing .wrapper-media .box .circleButton {
  background-color: #519267;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.media-listing .wrapper-media .box .circleButton i {
  font-size: 16px;
}
.media-listing .wrapper-media .box:hover {
  scale: 1.05;
  transform: translateY(-5px);
}
.media-listing .wrapper-media .box:hover .circleButton {
  background-color: #323F48;
}

.fichemedia h1, .fichemedia .h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #323F48;
  font-weight: 700;
}
.fichemedia .embed iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 991.98px) {
  .fichemedia .embed iframe {
    height: 190px;
  }
}
.fichemedia .photo {
  font-size: 16px;
}

.media-listing-home {
  background-color: #FAFAFA;
  overflow: hidden;
}
.media-listing-home h2, .media-listing-home .h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .media-listing-home h2, .media-listing-home .h2 {
    border-bottom: none;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.media-listing-home h2 strong, .media-listing-home .h2 strong {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.8rem;
}
@media (max-width: 991.98px) {
  .media-listing-home h2 strong, .media-listing-home .h2 strong {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.media-listing-home hr {
  background: #E6E6E6;
  box-shadow: 0 1px 0 0 #FFFFFF;
  border-radius: 1px;
}
.media-listing-home .group-list-links {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .media-listing-home .group-list-links {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.media-listing-home .group-list-links .cta-page {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background-color: #519267;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.media-listing-home .group-list-links .cta-page:hover {
  background-color: #323F48;
  color: #fff !important;
}
.media-listing-home .tabsContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .media-listing-home .tabsContainer {
    display: block;
  }
}
.media-listing-home .tabsContainer .item-filter {
  position: relative;
  z-index: 50;
  background-color: #519267;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 3px;
  font-weight: 600;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .media-listing-home .tabsContainer .item-filter {
    display: inline-block;
    margin: 3px 0px;
  }
}
.media-listing-home .tabsContainer .item-filter.active {
  background-color: #323F48;
}
.media-listing-home .tabsContainer .item-filter:hover {
  background-color: #323F48;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.media-listing-home .tabsContainer .item-filter i {
  font-size: 1.3rem;
  margin-left: 5px;
}
.media-listing-home .leftpart .bigp {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
.media-listing-home .leftpart .smallh2-media {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .media-listing-home .leftpart .smallh2-media {
    font-size: 30px;
    line-height: 35px;
  }
}
.media-listing-home .nav-tabs {
  display: flex;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .media-listing-home .nav-tabs {
    position: initial !important;
  }
}
.media-listing-home .nav-tabs .nav-link {
  background-color: #519267;
  border: 0;
  color: white;
  transition: 0.3s;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.media-listing-home .nav-tabs .nav-link.active, .media-listing-home .nav-tabs .nav-link:hover {
  background-color: #323F48;
  border: 0;
  color: #fff;
}
.media-listing-home .tab-content .tab-pane .link-media {
  line-height: 2.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #EBEBEB;
}
.media-listing-home .tab-content .tab-pane .link-media .slideEffect {
  transition: 0.3s;
}
.media-listing-home .tab-content .tab-pane .link-media:hover .slideEffect {
  transform: translateX(10px);
}
.media-listing-home .tab-content .tab-pane .link-media i {
  font-size: 18px;
  margin-right: 1rem;
  color: #519267;
}
.media-listing-home .tab-content .tab-pane .inside-link {
  color: white;
}
.media-listing-home .tab-content .ctaMedia {
  font-size: 18px;
  line-height: 26px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .media-listing-home .tab-content .ctaMedia {
    padding-right: 20px;
  }
}
.media-listing-home .tab-content .ctaMedia span {
  font-weight: 600;
  text-decoration: none;
}
.media-listing-home .tab-content .ctaMedia i {
  transition: 0.3s;
  text-decoration: none !important;
}
.media-listing-home .tab-content .ctaMedia:hover i {
  transform: translateX(5px);
  text-decoration: none !important;
}
.media-listing-home .tab-content .ctaMedia:hover span {
  text-decoration: underline;
}

.media-listing-select .box {
  padding: 30px;
  background-color: white;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .media-listing-select .box {
    padding: 20px;
  }
}
.media-listing-select .box .leftPart {
  max-width: calc(100% - 75px);
}
.media-listing-select .box .leftPart .categ span {
  font-size: 15px;
  line-height: 20px;
  color: #519267;
}
.media-listing-select .box .leftPart .titleMedia {
  font-size: 18px !important;
  line-height: 26px !important;
  transition: 0.3s;
  font-weight: 500;
}
.media-listing-select .box .circleButton {
  background-color: #519267;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.media-listing-select .box .circleButton i {
  font-size: 16px;
}
.media-listing-select .box:hover {
  scale: 1.05;
  transform: translateY(-5px);
}
.media-listing-select .box:hover .circleButton {
  background-color: #2A647B;
}

.gallery .carousel-inner {
  height: 400px;
}
@media (max-width: 1199.98px) {
  .gallery .carousel-inner {
    height: 400px;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .gallery .carousel-inner {
    height: 350px;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .gallery .carousel-inner {
    height: 250px;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  .gallery .carousel-inner {
    height: 200px;
  }
}

.gallerytwo .js-btn-open-lightgallery {
  border-right: 1px solid white;
}
.gallerytwo .border-gallery {
  border-right: 1px solid white;
}
.gallerytwo .wrapper-images {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .gallerytwo .wrapper-images {
    display: block !important;
  }
}
.gallerytwo .wrapper-image {
  height: 200px;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallerytwo .wrapper-image {
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .gallerytwo .wrapper-image {
    height: 226px;
  }
}
.gallerytwo .wrapper-image:hover:not(.no-transform) {
  transform: scale(1.2);
}
.gallerytwo .wrapper-ng-images {
  background-color: #519267;
  color: #fff;
  min-width: 25%;
  max-width: 25%;
  text-align: center;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
  border-radius: 0 3px 3px 0;
}
@media (max-width: 1199.98px) {
  .gallerytwo .wrapper-ng-images {
    min-width: 33%;
    max-width: 33%;
  }
}
.gallerytwo .wrapper-ng-images .white-circle {
  height: 61px;
  width: 61px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .gallerytwo .wrapper-ng-images .white-circle {
    height: 50px;
    width: 50px;
  }
}
.gallerytwo .wrapper-ng-images .svg-inline--fa {
  font-size: 58px;
  background-color: #519267;
  padding: 14px;
  border-radius: 50px;
  color: #519267;
  margin-bottom: 10px;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.gallerytwo .wrapper-ng-images .fa-camera-retro {
  font-size: 27px;
  color: #519267;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .gallerytwo .wrapper-ng-images .fa-camera-retro {
    font-size: 22px;
  }
}
.gallerytwo .wrapper-ng-images .bg-hover-primary {
  transition: 0.3s;
}
.gallerytwo .wrapper-ng-images p {
  transition: 0.3s;
}
.gallerytwo .wrapper-ng-images .rounded-circle {
  transition: 0.3s;
  background-color: white;
}
@media (max-width: 767.98px) {
  .gallerytwo .wrapper-ng-images {
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 575.98px) {
  .gallerytwo .wrapper-ng-images {
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    margin-top: -15px;
  }
}
.gallerytwo .wrapper-ng-images:hover {
  background-color: #2A647B;
}
.gallerytwo .wrapper-ng-images:hover p {
  color: #323F48;
}
.gallerytwo .wrapper-ng-images:hover .rounded-circle {
  background-color: white;
}
.gallerytwo .wrapper-ng-images:hover .fa-camera-retro {
  font-size: 27px;
  color: #323F48;
}
@media (max-width: 767.98px) {
  .gallerytwo .wrapper-ng-images:hover .fa-camera-retro {
    font-size: 22px;
  }
}

.gallery-boxes .gbh-slide .wrapper-desc {
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 1199.98px) {
  .gallery-boxes .gbh-slide .glide__track .glide__arrow {
    position: unset;
    background-color: transparent;
    right: 0;
    bottom: 0;
    border: 0;
    box-shadow: none;
    transform: translateY(0);
  }
}

.border-b {
  border-bottom: 1px solid #ededed;
}

.gallery-boxes-dynamic .wrapper-boxes {
  margin-bottom: -30px;
}
.gallery-boxes-dynamic .wrapper-boxes h3, .gallery-boxes-dynamic .wrapper-boxes .h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}
.gallery-boxes-dynamic .wrapper-boxes a:hover h3, .gallery-boxes-dynamic .wrapper-boxes a:hover .h3 {
  transition: 0.3s;
  transform: translateX(10px);
}
@media (max-width: 991.98px) {
  .gallery-boxes-dynamic .wrapper-boxes {
    margin-bottom: 0;
  }
}
.gallery-boxes-dynamic .wrapper-boxes .wrapper-box {
  height: 320px;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .gallery-boxes-dynamic .wrapper-boxes .wrapper-box {
    padding: 30px;
  }
}
.gallery-boxes-dynamic .wrapper-boxes .wrapper-box.with-anim .wrapper-desc {
  transition: transform 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
.gallery-boxes-dynamic .wrapper-boxes .wrapper-box.with-anim:hover .wrapper-desc {
  transform: translateX(5px);
}
@media (max-width: 767.98px) {
  .gallery-boxes-dynamic .wrapper-boxes .wrapper-box .description span:first-child {
    width: calc(100% - 100px);
  }
}

.breadcrumb a, .breadcrumb span {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .breadcrumb a, .breadcrumb span {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #fff;
  }
}
.breadcrumb a:hover, .breadcrumb span:hover {
  color: #519267;
}
.breadcrumb span.sep {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  margin: 0px 10px;
}

@media (max-width: 991.98px) {
  .video .video-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .video .videoheight-col-12 {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .video .videoheight-col-12 {
    height: 650px;
  }
}
@media (max-width: 767.98px) {
  .video .videoheight-col-lg-6 {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .video .videoheight-col-lg-6 {
    height: 320px;
  }
}
.video .playbutton {
  height: 100px;
  width: 100px;
}
@media (max-width: 767.98px) {
  .video .playbutton {
    height: 70px;
    width: 70px;
  }
}
.video .playbutton-small {
  height: 70px;
  width: 70px;
}

.card {
  border: 1px solid #EBEBEB;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.card .card-body {
  transition: 0.3s;
}
.card:hover .card-body {
  transform: translateX(10px);
}
.card .badge {
  color: #519267;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-left: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.card-title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  padding-bottom: 10px;
  color: #323F48;
  height: 52px;
}
@media (max-width: 767.98px) {
  .card-title {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.card .date {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #898C8D;
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.card-inline {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
}
@media (max-width: 1199.98px) {
  .card-inline {
    display: block;
  }
}
.card-inline .card-img {
  height: 169px;
  max-height: 169px;
  overflow: hidden;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .card-inline .card-img.eventImg {
    width: 292px;
    height: 169px;
    max-height: 169px;
  }
}
@media (max-width: 1199.98px) {
  .card-inline .card-img {
    width: 100%;
    max-height: none;
  }
}
.card-inline .card-body {
  width: 50%;
  padding: 35px 40px !important;
}
@media (max-width: 1199.98px) {
  .card-inline .card-body {
    width: 100%;
    padding: 30px 25px !important;
  }
}
.card-inline .card-body .date {
  font-size: 2rem;
  color: #323F48;
  line-height: 2.8rem;
  font-weight: 700;
}
.card-inline .card-body h3, .card-inline .card-body .h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #323F48;
  font-weight: 400;
  margin-bottom: 0px;
}
.card-inline .card-body p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #323F48;
  margin-bottom: 0px;
  font-weight: 400;
}
.card-inline .card-body .card-img-top {
  transition: all 0.3s ease-in-out;
}
.card-inline.small .card-img {
  width: 40%;
}
@media (max-width: 1199.98px) {
  .card-inline.small .card-img {
    width: 100%;
  }
}
.card-inline.small .card-body {
  width: 60%;
  padding: 30px;
}
@media (max-width: 1199.98px) {
  .card-inline.small .card-body {
    width: 100%;
  }
}
.card-inline.small .card-body .date {
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
.card-inline.small .card-body h3, .card-inline.small .card-body .h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding: 0px;
  height: -moz-fit-content;
  height: fit-content;
  height: 55px;
}
.card-inline.small .card-body i {
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 2.5rem;
}
.card-inline.no-img {
  margin-bottom: 10px;
}
.card-inline.no-img .card-img {
  display: none;
}
.card-inline.no-img .card-body {
  width: 100%;
  padding: 30px;
}
.card:hover {
  text-decoration: none;
  outline: none;
}
.card:hover i {
  color: #519267;
  transition: all 0.3s ease-in-out;
  right: 20px !important;
}
.cards-img .card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.cards-img .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.65) 80%);
  z-index: 1;
}
.cards-img .card .card-body {
  position: absolute;
  z-index: 5;
  color: #fff;
  bottom: 34px;
  left: 30px;
  right: 40px;
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  .cards-img .card .card-body {
    left: 20px;
    bottom: 25px;
  }
}
.cards-img .card .card-body h3, .cards-img .card .card-body .h3 {
  color: #fff;
  margin-bottom: 0px;
}
.cards-img .card .card-body p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.cards-img .card:hover .card-body {
  transform: translateX(10px);
  transition: 0.3s;
}
.cards-img.has-four-items h2, .cards-img.has-four-items .h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .cards-img.has-four-items h2, .cards-img.has-four-items .h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.cards-img.has-four-items h3, .cards-img.has-four-items .h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}
.cards-img.has-four-items p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.cards-img.has-four-items .card-body {
  bottom: 25px;
  left: 30px;
  padding-left: 0px;
}
@media (max-width: 767.98px) {
  .cards-img.has-four-items .card-body {
    left: 25px;
  }
}
.cards-img.has-four-items .card-body p {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.cards-img.not-absolute {
  margin-top: 0px;
}
.cards-img.not-absolute .card {
  border: none;
  background: transparent;
}
.cards-img.not-absolute .card:before {
  display: none;
}
.cards-img.not-absolute .card .content-img {
  overflow: hidden;
  height: 305px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .cards-img.not-absolute .card .content-img {
    height: 200px;
  }
}
.cards-img.not-absolute .card .content-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-img.not-absolute .card .card-body {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 0px;
  background: transparent;
  padding-left: 0px;
  margin-top: 15px;
}
.cards-img.not-absolute .card .card-body h3, .cards-img.not-absolute .card .card-body .h3 {
  color: #323F48;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 10px;
}
.cards-img.not-absolute .card .card-body p {
  color: #323F48;
  margin-bottom: 10px;
}
.cards-img.not-absolute .card .card-body span {
  display: block;
  color: #519267;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .cards-img.not-absolute .card .card-body span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.cards-img.not-absolute .card .card-body span i {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 5px;
}

.cards-3cols .card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.cards-3cols .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.65) 80%);
  z-index: 1;
}
.cards-3cols .card .card-body {
  position: absolute;
  z-index: 5;
  color: #fff;
  bottom: 34px;
  left: 30px;
  right: 40px;
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  .cards-3cols .card .card-body {
    left: 20px;
    bottom: 25px;
  }
}
.cards-3cols .card .card-body h3, .cards-3cols .card .card-body .h3 {
  color: #fff;
  margin-bottom: 0px;
}
.cards-3cols .card .card-body p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.cards-3cols .card:hover .card-body {
  transform: translateX(10px);
  transition: 0.3s;
}
.cards-3cols.not-absolute {
  margin-top: 0px;
}
.cards-3cols.not-absolute .card {
  border: none;
  background: transparent;
}
.cards-3cols.not-absolute .card:before {
  display: none;
}
.cards-3cols.not-absolute .card .content-img {
  overflow: hidden;
  height: 305px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .cards-3cols.not-absolute .card .content-img {
    height: 200px;
  }
}
.cards-3cols.not-absolute .card .content-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-3cols.not-absolute .card .card-body {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 0px;
  background: transparent;
  padding-left: 0px;
  margin-top: 15px;
}
.cards-3cols.not-absolute .card .card-body h3, .cards-3cols.not-absolute .card .card-body .h3 {
  color: #323F48;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 10px;
}
.cards-3cols.not-absolute .card .card-body p {
  color: #323F48;
  margin-bottom: 10px;
}
.cards-3cols.not-absolute .card .card-body span {
  display: block;
  color: #519267;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .cards-3cols.not-absolute .card .card-body span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.cards-3cols.not-absolute .card .card-body span i {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 5px;
}

.cards-4cols h2, .cards-4cols .h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .cards-4cols h2, .cards-4cols .h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.cards-4cols h3, .cards-4cols .h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}
.cards-4cols p {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .cards-4cols p {
    margin-bottom: 25px;
  }
}
.cards-4cols .card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 250px;
}
@media (max-width: 991.98px) {
  .cards-4cols .card {
    height: 225px;
  }
}
.cards-4cols .card .content-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cards-4cols .card .content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-4cols .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0.65) 80%);
  z-index: 1;
}
.cards-4cols .card .card-body {
  position: absolute;
  z-index: 5;
  color: #fff;
  bottom: 25px;
  left: 30px;
  right: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (max-width: 767.98px) {
  .cards-4cols .card .card-body {
    left: 25px;
  }
}
.cards-4cols .card .card-body h3, .cards-4cols .card .card-body .h3 {
  color: #fff;
  margin-bottom: 0px;
}
.cards-4cols .card .card-body p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.cards-4cols .card:hover .card-body {
  transform: translateX(10px);
  transition: 0.3s;
}
.cards-4cols.not-absolute {
  margin-top: 0px;
}
.cards-4cols.not-absolute .card {
  border: none;
  background: transparent;
}
.cards-4cols.not-absolute .card:before {
  display: none;
}
.cards-4cols.not-absolute .card .content-img {
  overflow: hidden;
  height: 305px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .cards-4cols.not-absolute .card .content-img {
    height: 200px;
  }
}
.cards-4cols.not-absolute .card .content-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-4cols.not-absolute .card .card-body {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 0px;
  background: transparent;
  padding-left: 0px;
  margin-top: 15px;
}
.cards-4cols.not-absolute .card .card-body h3, .cards-4cols.not-absolute .card .card-body .h3 {
  color: #323F48;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 10px;
}
.cards-4cols.not-absolute .card .card-body p {
  color: #323F48;
  margin-bottom: 10px;
}
.cards-4cols.not-absolute .card .card-body span {
  display: block;
  color: #519267;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .cards-4cols.not-absolute .card .card-body span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.cards-4cols.not-absolute .card .card-body span i {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 5px;
}

.media-intro {
  padding: 100px 0px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  margin: 0px 25px;
}
@media (max-width: 991.98px) {
  .media-intro {
    padding: 50px 0px;
  }
}
.media-intro .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  max-width: 650px;
}
@media (max-width: 991.98px) {
  .media-intro .filter {
    width: 100%;
    display: block;
  }
}
.media-intro .filter .item-filter {
  background-color: #519267;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 3px;
  font-weight: 600;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .media-intro .filter .item-filter {
    display: inline-block;
    margin: 3px 0px;
  }
}
.media-intro .filter .item-filter.active {
  background-color: #323F48;
}
.media-intro .filter .item-filter:hover {
  background-color: #323F48;
  transition: all 0.3s ease-in-out;
}
.media-intro ul {
  list-style: none;
  padding-left: 0px;
}
.media-intro ul li {
  padding: 25px 0px;
  border-bottom: 1px solid #EBEBEB;
}
.media-intro ul li a {
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
}
.media-intro ul li a i {
  color: #519267;
  margin-right: 10px;
}
.media-intro ul li a:hover {
  color: #519267;
  transition: all 0.3s ease-in-out;
}

.bloc-actions {
  padding: 50px 0px;
}
.bloc-actions .card-action {
  position: relative;
  display: block;
  background-color: #323F48;
  padding: 120px 60px 60px 60px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .bloc-actions .card-action {
    padding: 120px 15px 15px 15px;
  }
}
.bloc-actions .card-action .icon {
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: #519267;
  height: 90px;
  width: 90px;
  margin-left: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bloc-actions .card-action h3, .bloc-actions .card-action .h3 {
  color: #fff;
  font-size: 3rem;
  line-height: 3.8rem;
}
.bloc-actions .card-action p {
  color: #fff;
}
.bloc-actions .card-action i {
  font-size: 3.6rem;
}
.bloc-actions .card-action a {
  font-size: 1.8rem;
}
.bloc-actions .card-action form {
  margin-top: 30px;
}
.bloc-actions .card-action form input[type=email] {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 0px;
}
.bloc-actions .card-action form input[type=submit] {
  background-color: #519267;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.bloc-actions .card-action form input[type=submit]:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.partners-home {
  padding: 50px 0px;
  width: 100%;
}
.partners-home .text-container {
  width: calc(100% - 80px);
}
@media (max-width: 991.98px) {
  .partners-home .text-container {
    width: calc(100% - 50px);
  }
}
.partners-home .text-container .partnertitle {
  font-size: 25px;
  line-height: 33px;
}
@media (max-width: 991.98px) {
  .partners-home .text-container .partnertitle {
    font-size: 22px;
    line-height: 30px;
  }
}
.partners-home .text-container .partnersubtitle {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .partners-home .text-container .partnersubtitle {
    line-height: 22px;
  }
}
.partners-home .text-container .arrowCircle {
  width: 40px;
  height: 40px;
  transition: 0.4s;
}
.partners-home .text-container .arrowCircle i {
  font-size: 14px;
}
.partners-home .partner-box {
  height: 325px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .partners-home .partner-box {
    height: 300px;
  }
}
.partners-home .partner-box .text-box {
  left: 25px;
}
@media (min-width: 992px) {
  .partners-home .partner-box .text-box {
    left: 40px;
  }
}
.partners-home .partner-box img {
  min-width: 100%;
  min-height: 100%;
  transition: 0.3s;
}
.partners-home .partner-box:hover .arrowCircle {
  transform: translateX(10px);
  scale: 1.07;
}

.partners-home-slider {
  max-width: 1200px;
}
.partners-home-slider .whiteBox {
  height: 80px;
  overflow: hidden;
}
.partners-home-slider .whiteBox img {
  height: 80px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .partners-home-slider .whiteBox {
    height: 60px;
    border: 1px solid #EAEAEA;
    background-color: white;
    padding: 5px 15px;
  }
  .partners-home-slider .whiteBox img {
    height: 60px;
  }
}

.blog-list-full .titleAlign {
  text-align: left;
}
.blog-list-full h1.titleAlign, .blog-list-full .titleAlign.h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .blog-list-full h1.titleAlign, .blog-list-full .titleAlign.h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 43px;
  }
}
.blog-list-full p.titleAlign {
  font-weight: 600;
  font-size: 2rem !important;
}
@media (max-width: 991.98px) {
  .blog-list-full p.titleAlign {
    font-weight: 400;
    line-height: 26px;
  }
}
.blog-list-full .box {
  border: 1px solid #EAEAEA;
}
.blog-list-full .box a {
  text-decoration: none;
}
.blog-list-full .box .arrowCircle {
  width: 40px;
  height: 40px;
}
.blog-list-full .box .arrowCircle i {
  font-size: 14px;
}
.blog-list-full .box .blog-image-wrapper {
  position: relative;
  height: 245px;
  width: 100%;
  overflow: hidden;
}
.blog-list-full .box .blog-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
.blog-list-full .box .blog-image-placeholder {
  position: relative;
  height: 245px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #EAEAEA;
}
.blog-list-full .box .blog-image-placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}
.blog-list-full .box .wrapper-desc {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .blog-list-full .box .categBox {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .blog-list-full .box .categ.highlightcateg {
    left: 0 !important;
  }
}
.blog-list-full .box .wrapper-desc {
  padding: 30px 30px 25px 30px;
}
@media (max-width: 1199.98px) {
  .blog-list-full .box .wrapper-desc {
    padding: 25px 20px;
  }
}
.blog-list-full .box .wrapper-desc .title {
  font-size: 1.8rem !important;
  line-height: 2.6rem !important;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  .blog-list-full .box .wrapper-desc .title {
    height: 52px;
  }
}
.blog-list-full .box .wrapper-desc .publicationDate {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #898C8D;
}
.blog-list-full .box .wrapper-desc .categName {
  font-size: 15px;
  line-height: 20px;
  color: #519267;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .blog-list-full .box .wrapper-desc-highlight {
    padding: 25px 20px 20px 20px;
  }
  .blog-list-full .box .wrapper-desc-highlight .title {
    font-size: 20px;
    line-height: 27px;
  }
  .blog-list-full .box .wrapper-desc-highlight .publicationDate {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.blog-list-full .box .arrowCircle, .blog-list-full .box img {
  transition: 0.4s;
}
.blog-list-full .box:hover .arrowCircle {
  transform: translateX(5px);
}
.blog-list-full .box:hover .wrapper-desc {
  transform: translateX(5px);
  transition: all 0.2s ease-in-out;
}

.blogarticle {
  margin-top: 150px;
}
@media (max-width: 991.98px) {
  .blogarticle {
    margin-top: 50px;
  }
}
.blogarticle .breadcrumb {
  background: transparent;
  color: #519267;
}
.blogarticle .breadcrumb a, .blogarticle .breadcrumb span {
  color: #519267;
}
.blogarticle .date {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #323F48;
}
@media (max-width: 991.98px) {
  .blogarticle .date {
    margin-top: 50px;
  }
}
.blogarticle .wrapper-image-placeholder {
  border: 1px solid #EBEBEB;
  padding: 50px;
  border-radius: 5px;
}
.blogarticle .wrapper-image-placeholder img {
  max-height: 250px;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.blogarticle .content_image img {
  border-radius: 5px;
}
.blogarticle .separator {
  background: #E6E6E6;
  box-shadow: 0 1px 0 0 #FFFFFF;
  border-top: none;
  margin: 50px 0px;
}
.blogarticle .text-article h2, .blogarticle .text-article .h2 {
  font-size: 3rem;
  line-height: 3.8rem;
}
@media (max-width: 991.98px) {
  .blogarticle .text-article h2, .blogarticle .text-article .h2 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}
.blogarticle .text-article h3, .blogarticle .text-article .h3 {
  font-size: 2.2rem;
  color: #323F48;
  line-height: 32px;
  font-weight: 500;
}
.blogarticle .text-article p {
  margin: 20px 0px;
}
.blogarticle .bottompage span, .blogarticle .bottompage i {
  font-size: 18px;
  line-height: 26px;
}
.blogarticle .back-control .arrowleft {
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
}
.blogarticle .back-control:hover .arrowleft {
  transform: translateX(-5px);
}
.blogarticle .sharebutton svg {
  transition: 0.3s;
}
.blogarticle .sharebutton:hover svg {
  transform: translateX(5px);
}

.content_articleview h1, .content_articleview .h1 {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 700;
  color: #323F48;
}
@media (max-width: 991.98px) {
  .content_articleview h1, .content_articleview .h1 {
    font-size: 3rem;
    line-height: 4rem;
    padding-top: 0px !important;
    padding-bottom: 15px;
  }
}
.content_articleview h4, .content_articleview .h4 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.content_articleview p strong, .content_articleview p b {
  font-weight: 700;
}
.content_articleview .categ {
  font-size: 1.4rem;
}

.event-list-full .titleAlign {
  text-align: left;
}
.event-list-full a {
  text-decoration: none;
}
.event-list-full h1.titleAlign, .event-list-full .titleAlign.h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .event-list-full h1.titleAlign, .event-list-full .titleAlign.h1 {
    font-weight: 900;
  }
}
.event-list-full h2, .event-list-full .h2 {
  font-size: 1.8rem !important;
  line-height: 2.6rem !important;
  font-weight: 600 !important;
}
.event-list-full p.titleAlign {
  font-weight: 400;
  color: #424242;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .event-list-full p.titleAlign {
    font-weight: 400;
    line-height: 26px;
  }
}
.event-list-full .box {
  border: 1px solid #EAEAEA;
}
.event-list-full .box.course:hover .btn-formsapp {
  background-color: #519267;
}
.event-list-full .box .arrowCircle {
  width: 40px;
  height: 40px;
}
.event-list-full .box .arrowCircle i {
  font-size: 14px;
}
.event-list-full .box .event-image-wrapper {
  position: relative;
  height: 245px;
  width: 100%;
  overflow: hidden;
}
.event-list-full .box .event-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
.event-list-full .box .event-image-placeholder {
  position: relative;
  height: 245px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #EAEAEA;
}
.event-list-full .box .event-image-placeholder .placeholder-logo {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .event-list-full .box img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .event-list-full .box .categBox {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .event-list-full .box .categ.highlightcateg {
    left: 0 !important;
  }
}
.event-list-full .box .wrapper-desc {
  padding: 30px 30px 25px 30px;
}
@media (max-width: 1199.98px) {
  .event-list-full .box .wrapper-desc {
    padding: 25px 20px;
  }
}
.event-list-full .box .wrapper-desc .title {
  font-size: 18px;
  line-height: 26px;
}
.event-list-full .box .wrapper-desc .publicationDate {
  font-size: 18px;
  line-height: 26px;
}
.event-list-full .box .wrapper-desc .categName {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .event-list-full .box .wrapper-desc-highlight {
    padding: 35px 20px 25px 20px;
  }
  .event-list-full .box .wrapper-desc-highlight .title {
    font-size: 20px;
    line-height: 27px;
  }
  .event-list-full .box .wrapper-desc-highlight .publicationDate {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .event-list-full .box .highlighted .rowheight {
    height: 310px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .event-list-full .box .highlighted .rowheight {
    height: 232px;
  }
}
@media (min-width: 992px) {
  .event-list-full .box .highlighted .event-image-wrapper {
    position: relative;
    height: 245px;
    width: 100%;
    overflow: hidden;
  }
  .event-list-full .box .highlighted .event-image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
  }
  .event-list-full .box .highlighted .d-xl-webkit {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .event-list-full .box .highlighted .d-xl-webkit {
    display: -webkit-box;
  }
}
@media (min-width: 992px) {
  .event-list-full .box .highlighted .title {
    font-size: 27px;
    line-height: 34px;
  }
  .event-list-full .box .highlighted .descriptionHighlight {
    font-size: 18px;
    line-height: 26px;
  }
  .event-list-full .box .highlighted .publicationDate {
    font-size: 14px;
    line-height: 20px;
  }
}
.event-list-full .box .arrowCircle, .event-list-full .box img {
  transition: 0.4s;
}
.event-list-full .box:hover .arrowCircle {
  transform: translateX(10px);
}
.event-list-full .box:hover img {
  transform: scale(1.05);
}

.ficheevent {
  margin-top: 100px;
}
.ficheevent .separator {
  border-top: 1px solid #519267;
}
.ficheevent .white-box {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  padding: 20px;
}
.ficheevent .white-box span {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.ficheevent h1, .ficheevent .h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  color: #323F48;
  font-weight: 700;
  margin-bottom: 4.5rem;
}
.ficheevent h2, .ficheevent .h2 {
  color: #323F48;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 2.5rem;
}
.ficheevent h3, .ficheevent .h3 {
  color: #323F48;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.ficheevent h4, .ficheevent .h4 {
  color: #323F48;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 1.5rem;
}
.ficheevent p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #323F48;
}
.ficheevent .categBox {
  padding: 2px 10px;
  font-size: 1.5rem;
  line-height: 25px;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  white-space: nowrap;
  display: block;
  transition: 0.3s;
  background-color: #519267;
}
.ficheevent .bottompage span, .ficheevent .bottompage i {
  font-size: 16px;
  line-height: 26px;
}
.ficheevent .back-control .arrowleft {
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
}
.ficheevent .back-control:hover .arrowleft {
  transform: translateX(-5px);
}
.ficheevent .sharebutton svg {
  transition: 0.3s;
}
.ficheevent .sharebutton:hover svg {
  transform: translateX(5px);
}
@media (max-width: 991.98px) {
  .ficheevent h1, .ficheevent .h1 {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

.select-multiple-custom .form-select {
  --bs-form-select-bg-img: none;
  background-size: 30px 16px;
  background-position: right 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .form-select {
    background-position: right 41px;
  }
}
.select-multiple-custom .form-select ~ label {
  font-size: 14px;
  line-height: 26px;
  color: #323F48;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .form-select ~ label {
    background-color: transparent;
  }
}
.select-multiple-custom .form-floating > label {
  font-size: 14px;
  line-height: 26px;
  color: #323F48;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .form-floating > label {
    padding: 10px;
    font-size: 12px;
    line-height: 26px;
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .select-multiple-custom .form-floating > label::after {
    background-color: transparent;
  }
}
.select-multiple-custom .form-control {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #323F48;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #519267;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .form-control {
    font-size: 22px;
    line-height: 31px;
  }
}
.select-multiple-custom .form-control::-moz-placeholder {
  font-size: 25px;
  line-height: 34px;
  color: #323F48;
}
.select-multiple-custom .form-control::placeholder {
  font-size: 25px;
  line-height: 34px;
  color: #323F48;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .form-control::-moz-placeholder {
    font-size: 22px;
    line-height: 31px;
  }
  .select-multiple-custom .form-control::placeholder {
    font-size: 22px;
    line-height: 31px;
  }
}
.select-multiple-custom .form-control:focus {
  background-color: transparent;
}
.select-multiple-custom .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.select-multiple-custom .form-control:focus::placeholder {
  opacity: 0;
}
.select-multiple-custom select {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #323F48;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #519267;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
  .select-multiple-custom select {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.select-multiple-custom .select-box {
  display: inline-block;
  position: relative;
}
.select-multiple-custom .filters input, .select-multiple-custom .filters select {
  border-radius: 0px;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .filters input, .select-multiple-custom .filters select {
    height: 77px;
  }
}
.select-multiple-custom .filters label:not(.tagLabel) {
  font-weight: 500;
  display: inline;
  font-size: 13px;
  line-height: 20px;
  color: #656565;
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .filters label:not(.tagLabel) {
    font-size: 12px;
  }
}
.select-multiple-custom .filters .inputWithChevron {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.select-multiple-custom .filters .inputWithChevron .chevronselect {
  position: absolute;
  bottom: 15px;
  right: 0px;
  font-size: 14px;
  color: #323F48;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .filters .inputWithChevron .chevronselect {
    font-size: 12px;
    right: 0px;
    bottom: 20px;
  }
}
.select-multiple-custom .filters .inputWithChevron .input-date-event {
  border-right: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
  padding-top: 5rem !important;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .filters .inputWithChevron .input-date-event {
    border-right: 0;
    border-left: 0;
    border-top: 0;
  }
}
.select-multiple-custom .filters .inputWithChevron .input-date-event::-moz-placeholder {
  position: absolute;
  left: 30px;
  padding-left: 0px !important;
}
.select-multiple-custom .filters .inputWithChevron .input-date-event::placeholder {
  position: absolute;
  left: 30px;
  padding-left: 0px !important;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .filters .inputWithChevron .input-date-event::-moz-placeholder {
    left: 10px;
    bottom: 10px;
  }
  .select-multiple-custom .filters .inputWithChevron .input-date-event::placeholder {
    left: 10px;
    bottom: 10px;
  }
}
.select-multiple-custom .btn-submit-search {
  background-color: transparent;
  position: absolute;
  bottom: 15px;
  right: 0px;
  border: 0;
  outline: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .btn-submit-search {
    bottom: 20px;
    right: 0px;
  }
}
.select-multiple-custom .btn-submit-search i {
  font-size: 18px;
  color: #323F48;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .btn-submit-search i {
    font-size: 18px;
  }
}
.select-multiple-custom .btn-submit-search:hover i {
  color: #519267;
}
.select-multiple-custom .search-blog,
.select-multiple-custom .search-media,
.select-multiple-custom .search-event {
  padding: 30px 0 10px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #519267;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .search-blog,
  .select-multiple-custom .search-media,
  .select-multiple-custom .search-event {
    padding: 30px 0 10px 0;
  }
}
.select-multiple-custom .search-blog:focus::-moz-placeholder, .select-multiple-custom .search-media:focus::-moz-placeholder, .select-multiple-custom .search-event:focus::-moz-placeholder {
  opacity: 0;
}
.select-multiple-custom .search-blog:focus::placeholder,
.select-multiple-custom .search-media:focus::placeholder,
.select-multiple-custom .search-event:focus::placeholder {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .select-multiple-custom .search-media {
    padding: 30px 10px 10px 10px;
    border-left: 0;
    border-right: 0;
  }
}
.select-multiple-custom .select-categ {
  border-radius: 0px;
  padding: 30px 0 10px 0;
}
@media (min-width: 992px) {
  .select-multiple-custom .select-categ {
    border-right: 0;
    border-radius: 0px;
  }
}
@media (max-width: 991.98px) {
  .select-multiple-custom .select-categ {
    padding: 30px 0 10px 0;
  }
}
.select-multiple-custom .select-dates {
  border-radius: 5px;
  padding: 30px 0 10px 0;
}
@media (min-width: 992px) {
  .select-multiple-custom .select-dates {
    border-right: 0;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .select-multiple-custom .select-dates {
    padding: 30px 0 10px 0;
  }
}
.select-multiple-custom .tagsContainer {
  margin-top: 0;
  margin-bottom: 0;
}
.select-multiple-custom .tagsContainer:has(.selected-tag) {
  margin-top: 40px;
  margin-bottom: 20px;
}
.select-multiple-custom .tagsContainer #selectedTagsContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.select-multiple-custom .tagsContainer #selectedTagsContainer .selected-tag {
  display: flex;
  background-color: #519267;
  color: #fff;
  padding: 2px 12px;
  border-radius: 5px;
  font-weight: bold;
  align-items: baseline;
}
.select-multiple-custom .tagsContainer #selectedTagsContainer .selected-tag label {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  font-weight: 400;
}
.select-multiple-custom .tagsContainer #selectedTagsContainer .remove-tag {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  line-height: 24px;
  margin-left: 7px;
  position: relative;
  z-index: 10;
}
.select-multiple-custom .tagsContainer #selectedTagsContainer .remove-tag i {
  font-size: 10px;
  font-weight: 900;
}
.select-multiple-custom .tagsContainer #selectedTagsContainer .remove-tag:hover {
  opacity: 0.8;
}

.filter-mobile-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-color: #519267;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1040;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.filter-mobile-btn i {
  font-size: 20px;
  color: white;
}
.filter-mobile-btn:hover {
  transform: scale(1.1);
}
.filter-mobile-btn:active {
  transform: scale(0.95);
}
@media (min-width: 992px) {
  .filter-mobile-btn {
    display: none !important;
  }
}

.offcanvas-bottom {
  height: 100vh !important;
  max-height: 100vh !important;
}
.offcanvas-bottom .offcanvas-header {
  border-bottom: 1px solid #dee2e6;
  padding: 20px;
}
.offcanvas-bottom .offcanvas-header .offcanvas-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #323F48;
  margin: 0;
}
.offcanvas-bottom .offcanvas-header .btn-close {
  font-size: 14px;
}
.offcanvas-bottom .offcanvas-body {
  padding: 20px;
}
.offcanvas-bottom .offcanvas-body .row {
  row-gap: 20px;
}
.offcanvas-bottom .offcanvas-body input, .offcanvas-bottom .offcanvas-body select {
  width: 100%;
}
.offcanvas-bottom .offcanvas-body .btn-filter-mobile {
  background-color: #519267;
  color: white;
  border: none;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}
.offcanvas-bottom .offcanvas-body .btn-filter-mobile:hover {
  background-color: rgb(62.8017621145, 113.1982378855, 79.859030837);
}
.offcanvas-bottom .offcanvas-body .btn-filter-mobile:active {
  transform: scale(0.98);
}

form.input-search {
  position: fixed;
  right: 0;
  margin: 0;
  top: 0;
  height: 100vh;
  background-color: #323F48;
  padding-top: 40px;
  width: 100vw;
  border: 0;
  z-index: 1000;
  opacity: 0.98;
}
@media (max-width: 767.98px) {
  form.input-search {
    padding: 40px 0px 0 0px;
  }
  form.input-search input.small::-moz-placeholder {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 0px;
  }
  form.input-search input.small::placeholder {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 0px;
  }
}
form.input-search .search-container {
  padding-top: 40vh;
}
@media (max-width: 1399.98px) {
  form.input-search .search-container {
    padding-top: 10vh;
  }
}
form.input-search .circleButtonsContainer a {
  text-decoration: none;
}
@media (max-width: 1399.98px) {
  form.input-search .circleButtonsContainer {
    display: flex;
    justify-content: start;
  }
}
form.input-search .circleButtonsContainer span.closebtn {
  background-color: white;
  height: 60px;
  width: 60px;
  display: block;
}
@media (max-width: 991.98px) {
  form.input-search .circleButtonsContainer span.closebtn {
    height: 40px;
    width: 40px;
  }
}
form.input-search .circleButtonsContainer span.closebtn i {
  margin-left: 0;
  transition: 0.3s;
  font-size: 23px;
  color: #323F48;
}
@media (max-width: 991.98px) {
  form.input-search .circleButtonsContainer span.closebtn i {
    font-size: 18px;
  }
}
form.input-search .circleButtonsContainer span.closebtn:hover {
  background-color: #519267;
}
form.input-search .circleButtonsContainer span.closebtn:hover i {
  color: white;
}
form.input-search .circleButtonsContainer .iconLink {
  position: relative;
}
form.input-search .circleButtonsContainer .iconLink .titleBox {
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-right: 12px;
  width: 0;
  overflow: hidden;
  transform: translateX(85%);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
form.input-search .circleButtonsContainer .iconLink .linkBtn {
  background-color: #519267;
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  form.input-search .circleButtonsContainer .iconLink .linkBtn {
    height: 40px;
    width: 40px;
  }
}
form.input-search .circleButtonsContainer .iconLink .linkBtn i {
  margin-left: 0;
  transition: 0.3s;
  font-size: 23px;
  color: white;
  opacity: 1;
}
@media (max-width: 991.98px) {
  form.input-search .circleButtonsContainer .iconLink .linkBtn i {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) {
  form.input-search .circleButtonsContainer .iconLink .linkBtn:hover {
    background-color: #519267;
  }
}
form.input-search .circleButtonsContainer .iconLink:hover .titleBox {
  transform: translateX(0%);
  display: table;
  opacity: 1;
}
form.input-search label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  form.input-search label {
    font-size: 16px;
    line-height: 26px;
  }
}
form.input-search .wrapper-input-search {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
form.input-search .wrapper-input-search button {
  border: 0;
  background-color: transparent;
  display: flex;
}
form.input-search .wrapper-input-search button i {
  font-size: 22px;
  color: #fff;
}
@media (min-width: 768px) {
  form.input-search .wrapper-input-search button i {
    font-size: 30px;
    line-height: 50px;
    padding: 0;
  }
}
@media (max-width: 1399.98px) {
  form.input-search .wrapper-input-search button {
    top: 20px;
  }
}
form.input-search input {
  width: 100%;
  height: auto !important;
  font-weight: 400;
  color: white;
  border: 0;
  background-color: transparent;
  border-color: transparent;
  text-align: left !important;
  padding: 0 0 20px 0 !important;
}
@media (max-width: 767.98px) {
  form.input-search input {
    padding: 0 0 0px 0 !important;
  }
}
@media (min-width: 768px) {
  form.input-search input {
    font-size: 40px;
    line-height: 50px;
  }
}
form.input-search input:focus {
  outline: none;
}
form.input-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
}
form.input-search input::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
}
form.input-search input:-ms-input-placeholder { /* IE 10+ */
  color: white !important;
}
form.input-search input:-moz-placeholder { /* Firefox 18- */
  color: white !important;
}
form.input-search .quickLink {
  font-size: 18px;
  line-height: 28px;
  color: white;
}
@media (max-width: 991.98px) {
  form.input-search .quickLink {
    font-size: 16px;
    line-height: 26px;
  }
}
form.input-search .quickLink:hover {
  text-decoration: underline;
}

.content_search {
  margin-top: 250px;
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .content_search {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.content_search h1, .content_search .h1 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.8rem;
}
.content_search hr {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #519267;
}
.content_search .text-result {
  color: #519267;
}
.content_search .faq button {
  background-color: transparent;
  border: 0;
}

.contact-page .whiteBox {
  padding: 50px 40px;
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .contact-page .whiteBox {
    padding: 25px;
  }
}
.contact-page .whiteBox p + p {
  margin-top: 15px;
}
.contact-page .whiteBox p {
  margin-bottom: 15px !important;
}
.contact-page .whiteBox a {
  color: #519267;
  text-decoration: none;
}
.contact-page .whiteBox a:hover {
  text-decoration: none;
}
.contact-page hr {
  margin: 15px 0px;
  border: none;
  height: 1px;
  background: #EFEFEF;
}
.contact-page .btn-custom {
  font-weight: 400;
}
.contact-page select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23266782%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}
.contact-page input[type=radio] {
  border: 2px solid #519267;
  height: 15px;
  width: 15px;
  margin-top: 0px;
}
.contact-page .form-contact h2, .contact-page .form-contact .h2 {
  margin-bottom: 10px !important;
}
.contact-page .form-contact p {
  font-size: 2rem !important;
}
.contact-page .form-control {
  height: 58px;
}
.contact-page .form-check-input {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid grey;
}
.contact-page .form-check-input:focus {
  box-shadow: none;
}
.contact-page .form-check-input:checked {
  background-color: #519267;
}
.contact-page .check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 20px;
  justify-content: flex-start;
  width: 100%;
}
.contact-page .check-list > * {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}
@media (max-width: 991.98px) {
  .contact-page .check-list {
    flex-direction: initial;
  }
  .contact-page .check-list > * {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.contact-page .form-check-label {
  font-size: 14px;
  line-height: 18px;
}
.contact-page .form-check-label span {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.contact-page .breadcrumb {
  background: transparent;
  color: #519267;
  max-width: 50%;
}
.contact-page .breadcrumb a, .contact-page .breadcrumb span {
  color: #519267;
}

@media (max-width: 767.98px) {
  .displayOpenings {
    max-width: 400px !important;
  }
}
.displayOpenings i {
  margin-right: 15px;
}

.highlight-page {
  height: 600px;
  overflow: hidden;
  /*
  * Breadcrumb
  */
}
.highlight-page .highlight-title {
  font-size: 70px;
  line-height: 78px;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .highlight-page .highlight-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.highlight-page .highlight-info {
  background-color: #519267;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .highlight-page .highlight-info .mr-container-custom {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .highlight-page .highlight-info .mr-container-custom {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .highlight-page .highlight-info .mr-container-custom {
    margin-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .highlight-page .highlight-info .mr-container-custom {
    margin-right: calc((100vw - 540px) / 2);
  }
}
@media (max-width: 575.98px) {
  .highlight-page .highlight-info .mr-container-custom {
    margin-right: 15px;
  }
}
.highlight-page .highlight-info .displayOpenings {
  display: flex;
  align-items: baseline;
}
@media (max-width: 991.98px) {
  .highlight-page .highlight-info .displayOpenings {
    justify-content: center;
  }
}
.highlight-page .highlight-info .displayOpenings i.fa-clock {
  font-size: 20px;
  line-height: 25px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .highlight-page .highlight-info .displayOpenings i.fa-clock {
    font-size: 16px;
  }
}
.highlight-page .highlight-info .displayOpenings .textcontainer p:last-of-type {
  margin-bottom: 0;
}
.highlight-page .highlight-info .displayOpenings span, .highlight-page .highlight-info .displayOpenings p {
  color: white;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .highlight-page .highlight-info .displayOpenings span, .highlight-page .highlight-info .displayOpenings p {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .highlight-page .highlight-info .displayOpenings span, .highlight-page .highlight-info .displayOpenings p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .highlight-page .highlight-info .displayOpenings span, .highlight-page .highlight-info .displayOpenings p {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.highlight-page .breadcrumb-nav {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0;
}
.highlight-page .breadcrumb-nav span, .highlight-page .breadcrumb-nav a {
  font-size: 16px;
  line-height: 24px;
  color: #519267;
}
.highlight-page .breadcrumb-nav a:hover {
  color: #519267;
}
.highlight-page .breadcrumb-nav ul li {
  margin-bottom: 0;
}
.highlight-page .breadcrumb-nav ul li [data-icon=f111] {
  display: none;
}
.highlight-page .breadcrumb-nav ul li:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  padding: 0 5px;
  font-size: 10px;
}
.highlight-page .breadcrumb-nav ul li:last-child:after, .highlight-page .breadcrumb-nav ul li.label:after {
  display: none;
}
.highlight-page hr {
  opacity: 0.2;
}
.highlight-page.with-img {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
.highlight-page.with-img .breadcrumbfont {
  color: white;
}
.highlight-page.with-img .breadcrumbfont a:hover {
  color: white;
  text-decoration: underline;
}
.highlight-page.with-img span, .highlight-page.with-img li, .highlight-page.with-img a {
  color: white;
}
.highlight-page.with-img * {
  color: white;
}

.simple-breadcrumb-container span, .simple-breadcrumb-container li, .simple-breadcrumb-container a {
  color: #898C8D;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

button.burger-nav-button {
  position: relative;
  border: none;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
@media (min-width: 992px) {
  button.burger-nav-button {
    position: relative;
    right: 0;
  }
}
button.burger-nav-button .burger-nav-bars {
  margin: 0;
  height: 18px;
  width: 26px;
  position: relative;
}
button.burger-nav-button .burger-nav-bars .burger-nav-bar {
  width: 26px;
  height: 2px;
  background-color: #323F48;
  transition: all 350ms cubic-bezier(0.45, 0.06, 0.15, 1);
}
button.burger-nav-button .burger-nav-bars .burger-nav-bar.top {
  top: 0;
  width: 17px;
}
button.burger-nav-button .burger-nav-bars .burger-nav-bar.center {
  top: 8px;
  width: 26px;
}
button.burger-nav-button .burger-nav-bars .burger-nav-bar.bottom {
  top: 16px;
  width: 17px;
}

@media (min-width: 1200px) {
  .burgeroffcanva {
    background-color: #519267;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 38%, white 33%, white 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.burgeroffcanva .offcanvas {
  z-index: 100;
}
.burgeroffcanva:not(.show) {
  visibility: hidden !important;
}
.burgeroffcanva.show {
  visibility: visible !important;
}
.burgeroffcanva .offcanvas-header {
  padding-right: 30px;
}
.burgeroffcanva .offcanvas-header .closecross {
  font-size: 30px;
}
.burgeroffcanva .offcanvas-body {
  margin-top: 50px;
}
.burgeroffcanva .offcanvas-body .firstcol .element:not(.level_1) {
  display: none !important;
}
.burgeroffcanva .offcanvas-body .secondcol * {
  display: none;
}
.burgeroffcanva .offcanvas-body .secondcol .element:not(.level_1) {
  display: none !important;
}
.burgeroffcanva .offcanvas-body .thirdcol .element:not(.level_3) {
  display: none !important;
}

.offcanvas {
  z-index: 50000 !important;
}

#menuToggle {
  position: relative;
  z-index: 1;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
#menuToggle input {
  display: block;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
  width: 30px;
  height: 30px;
}
#menuToggle .menu-close-icon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  line-height: 1;
  color: #323F48;
  z-index: 3;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#menuToggle .menu-close-icon i {
  display: block;
}
#menuToggle > span:not(.menu-close-icon) {
  display: block !important;
  width: 17px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  top: 2px;
  background: #323F48;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle > span:not(.menu-close-icon):nth-child(2) {
  transform-origin: 0% 0%;
  width: 17px;
}
#menuToggle > span:not(.menu-close-icon):nth-child(3) {
  width: 26px;
}
#menuToggle > span:not(.menu-close-icon):nth-child(4) {
  transform-origin: 0% 100%;
  width: 17px;
}
#menuToggle:hover > span:not(.menu-close-icon) {
  background: rgb(29.0983606557, 36.6639344262, 41.9016393443);
}
#menuToggle:hover > span:not(.menu-close-icon):nth-child(3) {
  width: 26px;
}
#menuToggle input:checked ~ span:not(.menu-close-icon) {
  opacity: 0;
  background: transparent;
}
#menuToggle input:checked ~ .menu-close-icon {
  display: block;
}
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.sidebar-nav #menuToggle span:not(.menu-close-icon) {
  background: #524D4B;
}
.sidebar-nav #menuToggle .menu-close-icon {
  color: #232323;
}

#menu {
  position: fixed;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: 0px;
  height: 100vh;
  bottom: 0px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu li {
  font-size: 22px;
  font-size: 2rem;
  color: #519267;
}

#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

.mobile-menu-trigger {
  display: none;
}
.mobile-menu-trigger span {
  display: block;
  height: 2px;
  background-color: #323F48;
  width: 26px;
  position: relative;
}
.mobile-menu-trigger span:before, .mobile-menu-trigger span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #323F48;
  width: 17px;
}
.mobile-menu-trigger span:before {
  top: -8px;
}
.mobile-menu-trigger span:after {
  top: 8px;
}

.mobile-menu-head {
  display: none;
}

.sidebar-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.sidebar-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.sidebar-nav #menu {
  position: fixed;
  width: 100%;
  max-width: 405px;
  height: calc(100vh - 75px);
  margin-top: 0px;
  padding: 0px 25px 0 25px;
  right: 0px;
  top: 85px;
  background: #fff;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 2000px) {
  .sidebar-nav #menu {
    position: fixed;
    right: 0px;
    top: 85px;
  }
}
@media screen and (max-width: 1280px) {
  .sidebar-nav #menu {
    position: fixed;
    right: 0px;
    top: 74px;
  }
}
.sidebar-nav #menu .panel {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  padding: 25px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 100%;
  transition: left 0.4s ease-in-out;
  z-index: 1;
}
.sidebar-nav #menu .full-toggle {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  color: #323F48;
}
.sidebar-nav #menu .full-toggle svg {
  margin-left: 10px;
  flex-shrink: 0;
}
.sidebar-nav #menu .full-toggle:hover {
  color: #519267;
}
.sidebar-nav #menu .panel-level-1 {
  left: 0;
  z-index: 2;
}
.sidebar-nav #menu .panel-level-2.active {
  left: 0;
  z-index: 3;
}
.sidebar-nav #menu .panel-level-2 .submenu {
  max-height: none;
  overflow: visible;
}
.sidebar-nav #menu .has-submenu > .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.sidebar-nav #menu .has-submenu.submenu-open > .submenu {
  max-height: 600px;
}
.sidebar-nav #menu .slide-back {
  align-items: center;
  gap: 10px;
}
.sidebar-nav #menu .slide-back .arrow-return {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sidebar-nav #menu .slide-back .back-title {
  font-weight: 600;
  font-size: 17px;
  color: #232323;
}
.sidebar-nav #menu .arrow-icon {
  display: none;
  margin-right: 10px;
}
.sidebar-nav #menu .arrow-icon svg {
  display: block;
}
.sidebar-nav #menu .submenu .active a {
  color: #519267;
}
.sidebar-nav #menu .submenu-open > .menu-line .arrow-return {
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
}
.sidebar-nav #menu .submenu-open > .menu-line .submenu-toggle:not(.plusminus) {
  opacity: 0;
  pointer-events: none;
}
.sidebar-nav #menu li {
  position: relative;
  font-size: 22px;
}
.sidebar-nav #menu li.level-1 {
  padding: 20px 0;
  border-bottom: 1px solid #E3DED8;
}
.sidebar-nav #menu li.level-1 a {
  font-size: 17px;
  font-weight: 600;
  color: #232323;
}
.sidebar-nav #menu li.level-2 {
  border-bottom: 1px solid #E3DED8;
}
.sidebar-nav #menu li.level-2 .menu-line {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: none;
}
.sidebar-nav #menu li.level-2 a {
  font-size: 17px;
  font-weight: 400;
  color: #232323;
}
.sidebar-nav #menu li.level-2 .submenu a {
  font-size: 16px;
}
.sidebar-nav #menu li.level-3 {
  padding: 8px 0;
}
.sidebar-nav #menu li.level-3 a {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
}
.sidebar-nav #menu li a {
  text-transform: initial;
}
.sidebar-nav #menu .menu-line {
  position: relative;
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  padding: 20px 0px;
  border-bottom: 1px solid #ededed;
  color: #323F48;
}
.sidebar-nav #menu .menu-line .submenu-slide {
  background: none;
  border: none;
  cursor: pointer;
}
.sidebar-nav #menu .menu-line .arrow-return {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: 10px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sidebar-nav #menu .menu-line .arrow-return svg {
  display: block;
}
.sidebar-nav #menu .menu-line .submenu-toggle {
  transition: opacity 0.3s ease;
}
.sidebar-nav #menu .submenu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  font-size: 17px;
}
.sidebar-nav #menu .submenu-toggle svg {
  transition: transform 0.3s ease;
}
.sidebar-nav #menu .submenu-toggle.plusminus::after {
  content: "+";
  font-size: 20px;
  color: #519267;
  display: inline-block;
  line-height: 1;
}
.sidebar-nav #menu .submenu-open .menu-line {
  display: initial;
  width: 100%;
  justify-content: initial;
  padding-bottom: 0px;
}
.sidebar-nav #menu .submenu-open > .menu-line > .submenu-toggle svg {
  transform: rotate(90deg);
}
.sidebar-nav #menu .submenu-open > .menu-line > .submenu-toggle.plusminus::after {
  content: "-";
}
.sidebar-nav #menu .submenu-open > .submenu {
  max-height: 600px;
  padding-left: 0px !important;
  padding-bottom: 20px;
}
.sidebar-nav #menu .submenu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 0px;
  margin: 0;
  transition: max-height 0.4s ease;
}
.sidebar-nav #menu #panel-3 > .menu-line, .sidebar-nav #menu #panel-4 > .menu-line, .sidebar-nav #menu #panel-5 > .menu-line, .sidebar-nav #menu #panel-6 > .menu-line, .sidebar-nav #menu #panel-7 > .menu-line, .sidebar-nav #menu #panel-8 > .menu-line, .sidebar-nav #menu #panel-9 > .menu-line, .sidebar-nav #menu #panel-10 > .menu-line {
  justify-content: flex-start;
}

.languages {
  position: relative;
  display: inline-block;
}
.languages .lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .languages .lang-trigger {
    display: none;
  }
}
.languages .lang-menu {
  position: absolute;
  right: 0;
  top: 95%;
  margin-top: 0.4rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  list-style: none;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 50;
}
.languages .lang-menu li {
  margin: 0;
}
.languages .lang-menu li .lang-option {
  display: block;
  padding: 0.5rem 0.6rem;
  border-radius: 0.35rem;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
}
.languages .lang-menu li .lang-option:hover, .languages .lang-menu li .lang-option:focus {
  background: rgba(0, 0, 0, 0.06);
}
.languages .lang-menu li .lang-option.active {
  font-weight: 600;
}
.languages:hover .lang-menu, .languages:focus-within .lang-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.associations-map .map-container,
.people .map-container {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .associations-map .map-container,
  .people .map-container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.associations-map .map-container .map-sidebar,
.people .map-container .map-sidebar {
  flex: 0 0 33.333%;
  max-height: 600px;
  overflow-y: auto;
  background: white;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .associations-map .map-container .map-sidebar,
  .people .map-container .map-sidebar {
    flex: 1;
    max-height: 400px;
    margin-bottom: 20px;
  }
}
.associations-map .map-container .map-sidebar h3, .associations-map .map-container .map-sidebar .h3,
.people .map-container .map-sidebar h3,
.people .map-container .map-sidebar .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #519267;
}
.associations-map .map-container .map-sidebar .association-list-item,
.people .map-container .map-sidebar .association-list-item {
  padding: 15px 0;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
  transition: background-color 0.3s;
}
.associations-map .map-container .map-sidebar .association-list-item:last-child,
.people .map-container .map-sidebar .association-list-item:last-child {
  border-bottom: none;
}
.associations-map .map-container .map-sidebar .association-list-item:hover, .associations-map .map-container .map-sidebar .association-list-item.active,
.people .map-container .map-sidebar .association-list-item:hover,
.people .map-container .map-sidebar .association-list-item.active {
  background-color: rgba(81, 146, 103, 0.05);
  margin: 0 -20px;
  padding: 15px 20px;
}
.associations-map .map-container .map-sidebar .association-list-item .association-name,
.people .map-container .map-sidebar .association-list-item .association-name {
  font-weight: 600;
  color: #323F48;
  margin-bottom: 5px;
}
.associations-map .map-container .map-sidebar .association-list-item .association-address,
.people .map-container .map-sidebar .association-list-item .association-address {
  font-size: 14px;
  color: #898C8D;
}
.associations-map .map-container .map-sidebar .association-list-item .association-type,
.people .map-container .map-sidebar .association-list-item .association-type {
  display: inline-block;
  font-size: 12px;
  background-color: #519267;
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  margin-top: 5px;
}
.associations-map .map-container .map-wrapper,
.people .map-container .map-wrapper {
  flex: 1;
  min-height: 600px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
}
@media (max-width: 991.98px) {
  .associations-map .map-container .map-wrapper,
  .people .map-container .map-wrapper {
    min-height: 400px;
  }
}
.associations-map .map-container .map-wrapper #associations-map,
.people .map-container .map-wrapper #associations-map {
  width: 100%;
  height: 600px;
}
@media (max-width: 991.98px) {
  .associations-map .map-container .map-wrapper #associations-map,
  .people .map-container .map-wrapper #associations-map {
    height: 400px;
  }
}
.associations-map .associations-listing h2, .associations-map .associations-listing .h2,
.people .associations-listing h2,
.people .associations-listing .h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #323F48;
}
.associations-map .associations-listing .view-switcher,
.people .associations-listing .view-switcher {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.associations-map .associations-listing .view-switcher button,
.people .associations-listing .view-switcher button {
  padding: 8px 16px;
  border: 1px solid #519267;
  background: white;
  color: #519267;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.associations-map .associations-listing .view-switcher button.active, .associations-map .associations-listing .view-switcher button:hover,
.people .associations-listing .view-switcher button.active,
.people .associations-listing .view-switcher button:hover {
  background: #519267;
  color: white;
}
.associations-map .associations-listing .view-switcher button i,
.people .associations-listing .view-switcher button i {
  margin-right: 5px;
}
.associations-map .associations-listing .associations-grid,
.people .associations-listing .associations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 767.98px) {
  .associations-map .associations-listing .associations-grid,
  .people .associations-listing .associations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.associations-map .associations-listing .associations-grid .association-card,
.people .associations-listing .associations-grid .association-card {
  background: white;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  padding: 25px;
  transition: all 0.3s;
  cursor: pointer;
}
.associations-map .associations-listing .associations-grid .association-card:hover,
.people .associations-listing .associations-grid .association-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.associations-map .associations-listing .associations-grid .association-card .card-header,
.people .associations-listing .associations-grid .association-card .card-header {
  margin-bottom: 15px;
}
.associations-map .associations-listing .associations-grid .association-card .card-header h3, .associations-map .associations-listing .associations-grid .association-card .card-header .h3,
.people .associations-listing .associations-grid .association-card .card-header h3,
.people .associations-listing .associations-grid .association-card .card-header .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #323F48;
  margin-bottom: 10px;
}
.associations-map .associations-listing .associations-grid .association-card .card-header .association-type,
.people .associations-listing .associations-grid .association-card .card-header .association-type {
  display: inline-block;
  font-size: 12px;
  background-color: #519267;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
}
.associations-map .associations-listing .associations-grid .association-card .card-body .info-row,
.people .associations-listing .associations-grid .association-card .card-body .info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.associations-map .associations-listing .associations-grid .association-card .card-body .info-row i,
.people .associations-listing .associations-grid .association-card .card-body .info-row i {
  color: #519267;
  margin-right: 10px;
  width: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.associations-map .associations-listing .associations-grid .association-card .card-body .info-row span,
.people .associations-listing .associations-grid .association-card .card-body .info-row span {
  font-size: 14px;
  color: #898C8D;
  line-height: 1.4;
}
.associations-map .associations-listing .associations-grid .association-card .card-footer,
.people .associations-listing .associations-grid .association-card .card-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EBEBEB;
}
.associations-map .associations-listing .associations-grid .association-card .card-footer .contact-person,
.people .associations-listing .associations-grid .association-card .card-footer .contact-person {
  font-size: 14px;
}
.associations-map .associations-listing .associations-grid .association-card .card-footer .contact-person .person-name,
.people .associations-listing .associations-grid .association-card .card-footer .contact-person .person-name {
  font-weight: 600;
  color: #323F48;
}
.associations-map .associations-listing .associations-grid .association-card .card-footer .contact-person .person-function,
.people .associations-listing .associations-grid .association-card .card-footer .contact-person .person-function {
  color: #898C8D;
  font-style: italic;
}
.associations-map .associations-listing .associations-list .association-list-item,
.people .associations-listing .associations-list .association-list-item {
  background: white;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.associations-map .associations-listing .associations-list .association-list-item:hover,
.people .associations-listing .associations-list .association-list-item:hover {
  transform: translateX(5px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content,
.people .associations-listing .associations-list .association-list-item .list-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .associations-map .associations-listing .associations-list .association-list-item .list-item-content,
  .people .associations-listing .associations-list .association-list-item .list-item-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left {
  flex: 1;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-header,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-header h3, .associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-header .h3,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-header h3,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-header .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #323F48;
  margin: 0;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-header .association-type,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-header .association-type {
  display: inline-block;
  font-size: 12px;
  background-color: #519267;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-details,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-details .detail,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-details .detail {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #898C8D;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-details .detail i,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .item-details .detail i {
  color: #519267;
  margin-right: 8px;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .contact-info,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .contact-info {
  margin-top: 10px;
  font-size: 14px;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .contact-info .person-name,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .contact-info .person-name {
  font-weight: 600;
  color: #323F48;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-left .contact-info .person-function,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-left .contact-info .person-function {
  color: #898C8D;
  font-style: italic;
}
.associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-arrow,
.people .associations-listing .associations-list .association-list-item .list-item-content .item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #519267;
  color: white;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .associations-map .associations-listing .associations-list .association-list-item .list-item-content .item-arrow,
  .people .associations-listing .associations-list .association-list-item .list-item-content .item-arrow {
    display: none;
  }
}
.associations-map .associations-listing .associations-list .association-list-item:hover .item-arrow,
.people .associations-listing .associations-list .association-list-item:hover .item-arrow {
  background: #323F48;
  transform: translateX(5px);
}

@media (min-width: 992px) {
  .hero-homepage {
    height: 970px;
  }
}
.hero-homepage .leftPartBg {
  background-color: #2A647B;
  z-index: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .hero-homepage .leftPartBg {
    top: 0;
    right: 0;
    left: 0;
    height: 305px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hero-homepage .leftPartBg {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.hero-homepage .rightPartBg {
  position: absolute;
  width: 100%;
  height: 290px;
  background-color: #519267;
  background-size: cover;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero-homepage .rightPartBg {
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .hero-homepage .rightPartBg {
    top: 305px;
    right: 0;
    left: 0;
    height: 290px;
    width: 100%;
  }
}
.hero-homepage .rightPartBg picture {
  display: none;
}
.hero-homepage .rightPartBg .bg-image {
  display: none !important;
}
.hero-homepage .content * {
  color: #fff;
}
.hero-homepage .content .head-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .hero-homepage .content .head-title {
    font-size: 55px;
    line-height: 65px;
  }
}
.hero-homepage .content .temp {
  font-size: 20px;
  line-height: 30px;
}
.hero-homepage .content h2, .hero-homepage .content .h2 {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.hero-homepage .content h2 span, .hero-homepage .content .h2 span,
.hero-homepage .content h2 p,
.hero-homepage .content .h2 p {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.hero-homepage .highlightModalButton i {
  color: #FDDD00;
}

.slider-txt .glide__slides {
  height: 100%;
}
.slider-txt .blason {
  height: 90px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .slider-txt .blason {
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .slider-txt .glide__arrows {
    display: flex;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: 0;
  }
}

/*
* Nav Left
*/
.menu-inside-left {
  background-color: white;
  border: 1px solid #F0EAE4;
  border-radius: 10px;
  position: relative;
  padding: 50px 25px 0 25px;
}
.menu-inside-left li {
  margin-bottom: 0;
}
.menu-inside-left.contactMargin {
  margin-top: -230px;
}
.menu-inside-left .plusBtn .toggle {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-inside-left .plusBtn .toggle.rotated {
  transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
  .menu-inside-left {
    margin-top: 30px;
  }
}
.menu-inside-left .leftnavmenu {
  position: absolute;
  left: 25px;
  top: -1px;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 0 0 5px 5px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  display: block;
  transition: 0.3s;
  background-color: #519267;
  text-decoration: none;
  color: white;
}
.menu-inside-left .leftnavmenu:hover {
  background-color: #2A647B;
  color: white !important;
}
@media (max-width: 991.98px) {
  .menu-inside-left .leftnavmenu {
    left: 20px;
  }
}
.menu-inside-left .nav-left .leftchevron:after {
  display: none;
}
.menu-inside-left .nav-left a {
  text-decoration: none;
  color: #101820;
}
.menu-inside-left .nav-left a:hover {
  color: #519267;
}
.menu-inside-left .nav-left a.active {
  color: #519267;
}
.menu-inside-left .nav-left .accordion-description a, .menu-inside-left .nav-left .accordion-description p, .menu-inside-left .nav-left .accordion-description span {
  font-size: 17px;
  line-height: 27px;
}
.menu-inside-left .nav-left .accordion-description a {
  color: #519267;
  text-decoration: none;
}
.menu-inside-left .nav-left .accordion-description a:hover {
  color: #519267;
}
.menu-inside-left .nav-left .accordion-description a.active {
  color: #519267;
}
.menu-inside-left .nav-left .active-true {
  color: #519267;
}
.menu-inside-left .nav-left ul {
  margin-top: 15px;
}
.menu-inside-left .nav-left ul li:last-child {
  margin-bottom: 0 !important;
}
.menu-inside-left .leftnav.level-1 {
  font-weight: 600;
  margin: 0;
  font-size: 17px;
  padding: 20px 0;
}
.menu-inside-left .leftnav {
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.menu-inside-left .menuleftLi {
  position: relative;
}
.menu-inside-left .menuleftLi.level-1:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  height: 1px;
  background-color: #F0EAE4;
}
.menu-inside-left .collapse {
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.menu-inside-left .collapse.show, .menu-inside-left .collapsing {
  padding-left: 0;
  margin-bottom: 20px;
}
.menu-inside-left .collapse.show *, .menu-inside-left .collapsing * {
  font-size: 16px;
  line-height: 22px;
}
.menu-inside-left .collapse.show ul, .menu-inside-left .collapsing ul {
  margin-top: 0;
}
.menu-inside-left .collapse.show .leftnav, .menu-inside-left .collapsing .leftnav {
  margin-bottom: 0;
  padding-right: 50px;
}
.menu-inside-left .collapse.show .leftnav.level-1, .menu-inside-left .collapsing .leftnav.level-1 {
  font-weight: 600;
}
.menu-inside-left .collapse.show .leftnav::before, .menu-inside-left .collapsing .leftnav::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 10px;
  width: 7px;
  height: 2px;
  background-color: #519267;
}
.menu-inside-left .collapse.show a.level-2, .menu-inside-left .collapsing a.level-2 {
  margin-bottom: 10px;
}
.menu-inside-left .collapse.show a.level-2:last-child, .menu-inside-left .collapsing a.level-2:last-child {
  margin-bottom: 0;
}
.menu-inside-left .collapse.show .parentPageLink, .menu-inside-left .collapsing .parentPageLink {
  font-size: 17px;
}
.menu-inside-left li.level-2 {
  margin-bottom: 0;
}

/*
* GemengApp
* - specialized application modules (booking, shared components)
*/
.ficheplace .stickyHeader {
  display: none;
  padding: 15px 20px;
  border-bottom: 1px solid #ededed;
  z-index: 3;
}
.ficheplace .listingLink {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
}
.ficheplace .listingLink i {
  font-size: 14px;
  transition: 0.3s;
}
.ficheplace .listingLink:hover {
  background-color: #f57f17;
}
.ficheplace .listingLink:hover i {
  color: white;
}
.ficheplace .highlightImages {
  border-radius: 10px;
  overflow: hidden;
}
.ficheplace .images-grid {
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .ficheplace .images-grid {
    height: 480px;
  }
}
.ficheplace .images-grid .image-main {
  display: block;
  overflow: hidden;
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
}
.ficheplace .images-grid .images-secondary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
}
.ficheplace .images-grid .images-secondary .image-secondary {
  display: block;
  overflow: hidden;
  flex: 0 0 calc(50% - 5px);
  height: calc(50% - 5px);
  width: 100%;
}
.ficheplace .wrapper-image-highlight img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ficheplace .wrapper-image-highlight .imgCount {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}
.ficheplace .overlay-35 {
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ficheplace .hidden-image {
  display: none;
}
@media (max-width: 767.98px) {
  .ficheplace .highlighted-box {
    border: 1px solid rgba(55, 56, 63, 0.1);
  }
}
.ficheplace .highlighted-box .nativeSharing i {
  font-size: 22px;
}
.ficheplace .highlighted-box .address,
.ficheplace .highlighted-box .capacity {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #757575;
}
.ficheplace .highlighted-box .address .icon-wrapper,
.ficheplace .highlighted-box .capacity .icon-wrapper {
  width: 25px;
  display: flex;
  justify-content: center;
}
.ficheplace .highlighted-box .address *,
.ficheplace .highlighted-box .capacity * {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: #757575;
}
.ficheplace .highlighted-box .address span,
.ficheplace .highlighted-box .address p,
.ficheplace .highlighted-box .capacity span,
.ficheplace .highlighted-box .capacity p {
  margin-bottom: 0;
}
.ficheplace .pill {
  background-color: #f57f17;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
.ficheplace .pill .pillTitle {
  font-size: 16px;
  color: white;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .ficheplace .pill .pillTitle {
    font-size: 13px;
  }
}
.ficheplace .equipmentsContainer {
  gap: 10px 25px;
}
.ficheplace .equipmentsContainer .equipment .equipmentTitle {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .ficheplace .equipmentsContainer .equipment .equipmentTitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.ficheplace .equipmentsContainer .equipment i {
  font-size: 12px;
  line-height: 17px;
  margin-right: 10px;
}
.ficheplace .calendarTitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.ficheplace .calendarBox {
  background-color: white;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 30px 20px;
}
.ficheplace .legend span, .ficheplace .legend i {
  color: #ff9100;
}
.ficheplace .legend i {
  font-size: 7px;
  margin-top: 3px;
}
.ficheplace .localisation {
  background-color: #f57f17;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  z-index: 2;
  position: relative;
  margin-bottom: -20px;
}
.ficheplace .localisation span {
  font-size: 14px;
  font-weight: 700;
}
.ficheplace .mapBox {
  z-index: 1;
  position: relative;
}
.ficheplace .mapBox #placeMap {
  width: 100%;
  min-height: 300px;
  border: 1px solid #ededed;
}
@media (min-width: 992px) {
  .ficheplace .mapBox #placeMap {
    height: 480px !important;
  }
}
@media (max-width: 991.98px) {
  .ficheplace .mapBox #placeMap {
    height: 200px;
  }
}
.ficheplace .mapBox #placeMap .leaflet-control-attribution,
.ficheplace .mapBox #placeMap .leaflet-bottom {
  display: none !important;
}
.ficheplace .mapBox #placeMap .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (max-width: 767.98px) {
  .ficheplace .bookingButtonContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 16;
  }
  .ficheplace .bookingButtonContainer button {
    padding: 15px 25px;
    width: 100%;
    border-radius: 0;
  }
}

.placeslist .wrapper-col:first-child .box {
  border-top: 1px solid #e3ded8;
}
.placeslist .box {
  border-bottom: 1px solid #e3ded8;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .placeslist .box {
    border-radius: 4px;
    border: 1px solid #ededed;
    background-color: white;
  }
}
.placeslist .box .bottomSection {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .placeslist .box .bottomSection {
    background-color: white;
    padding: 25px;
  }
}
.placeslist .box .circleButton i {
  color: white;
}
@media (min-width: 992px) {
  .placeslist .box:hover .bottomSection {
    background-color: #f57f17;
  }
  .placeslist .box:hover .bottomSection .placeTitle,
  .placeslist .box:hover .bottomSection .placeCateg,
  .placeslist .box:hover .bottomSection .placeDate {
    color: white !important;
  }
}
.placeslist .box:hover .bottomSection .circleButton {
  background-color: white;
}
.placeslist .box:hover .bottomSection .circleButton i {
  color: #f57f17;
}
@media (max-width: 991.98px) {
  .placeslist .box.last {
    border-radius: 0 0 4px 4px;
  }
}
.placeslist .box .place-image-wrapper {
  height: 250px;
}
.placeslist .box .place-image-wrapper img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .placeslist .box .place-image-wrapper img {
    border-radius: 4px 4px 0 0;
  }
}
.placeslist .box .leftPart {
  transition: 0.3s;
}
.placeslist .box .leftPart .placeCateg,
.placeslist .box .leftPart .placeDate {
  font-size: 13px;
  line-height: 18px;
  transition: 0.3s;
  font-weight: 500;
}
@media (min-width: 992px) {
  .placeslist .box .leftPart .placeTitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.placeslist .box .circleButton {
  background-color: #f57f17;
  transition: 0.5s;
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .placeslist .box .circleButton {
    width: 25px;
    height: 25px;
  }
}
.placeslist .box .circleButton i {
  font-size: 16px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .placeslist .box .circleButton i {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .placeslist .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
  }
  .placeslist .box .mobileDisplay .place-image-wrapper {
    order: 2;
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
  }
  .placeslist .box .mobileDisplay .place-image-wrapper img {
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) {
  .placeslist .box:hover .circleButton {
    transform: translateX(10px);
  }
  .placeslist .box:hover .circleButton i {
    color: white;
  }
}
.placeslist .overflow-y-enabled {
  height: 820px;
}
.placeslist .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  top: unset;
  bottom: 60px;
  left: 0;
}
.placeslist .map-panel .titleMap {
  display: block;
}
.placeslist .map-panel #mapEntities {
  display: none;
}
.placeslist .map-panel.open {
  transform: none;
  top: 75px;
  height: calc(100vh - 75px);
  border-radius: 0;
}
.placeslist .map-panel.open hr {
  background-color: #4f5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.placeslist .map-panel.open .titleMap {
  display: none;
}
.placeslist .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.placeslist .map-panel .map-content {
  padding: 0;
  height: 100%;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  position: relative;
}
.placeslist .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.placeslist .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
.placeslist #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #ededed;
}
.placeslist #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.placeslist #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.placeslist .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.placeslist .cluster-marker {
  background-color: #2979ff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 767.98px) {
  .placeslist .listElement {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .placeslist .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .placeslist .listElement.border-bottom {
    border-bottom: 1px solid #e0e0e0;
  }
  .placeslist .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #bae4dc;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .placeslist .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3f6e65;
  }
  .placeslist .listElement .listingImageWrapper {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.3s;
  }
  .placeslist .listElement .listingImageWrapper img {
    transition: 0.3s;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .placeslist .listElement p {
    font-size: 14px;
    line-height: 20px;
  }
  .placeslist .listElement:hover .listingImageWrapper {
    width: 144px;
  }
}

.wrapper-map-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.wrapper-map-modal.open {
  transform: translateX(0);
}
.wrapper-map-modal .closeMap {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
  color: #424242;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  text-decoration: none;
}
.wrapper-map-modal .closeMap:hover {
  background-color: #2979ff;
  text-decoration: none;
  color: white;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  border-left: 1px solid #ededed;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup {
  width: 275px;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-close-button {
  top: -10px;
  right: -8px;
  color: transparent;
  z-index: 10;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.wrapper-map-modal #mapEntitiesDesktopGemengApp.custom-h {
  height: 980px !important;
}
.wrapper-map-modal .custom-marker {
  background-color: #2979ff;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.wrapper-map-modal .cluster-marker {
  background-color: #2979ff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 13px;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.gemeng-btn-primary {
  background-color: #f57f17;
  padding: 10px 20px;
  border-radius: 25px;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
  transition: 0.3s;
  color: white;
}
.gemeng-btn-primary:hover {
  background-color: #424242;
  color: white;
}

.gemeng-btn-secondary {
  background-color: #2979ff;
  padding: 6px 15px;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  color: white;
  font-weight: 600;
  transition: 0.3s;
}
.gemeng-btn-secondary:hover {
  background-color: #f5f5f5;
}

.gemeng-form .form-group {
  margin-bottom: 20px;
}
.gemeng-form .form-control {
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
}
.gemeng-form .form-control:focus {
  border-color: #f57f17;
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 23, 0.25);
}
.gemeng-form .form-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: #424242;
}
.gemeng-form .invalid-feedback {
  color: #ff1744;
  font-size: 14px;
}

.gemeng-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><polyline points=%276,9 12,15 18,9%27></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

.gemeng-list-item {
  background-color: white;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.gemeng-list-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.gemeng-list-item .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 10px;
}
.gemeng-list-item .meta {
  font-size: 14px;
  line-height: 20px;
  color: var(--bs-secondary-color);
  margin-bottom: 15px;
}
.gemeng-list-item .description {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}

.gemeng-filter-container {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.gemeng-filter-container .filter-group {
  margin-bottom: 15px;
}
.gemeng-filter-container .filter-group:last-child {
  margin-bottom: 0;
}
.gemeng-filter-container .filter-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  color: #424242;
}

/**
 * Shared Modal Styles for gemengApp
 * Common modal patterns and overlays
 */
.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.modalOverlay.active {
  display: block;
}

.btn-xmark {
  position: unset;
  border: 0;
  background-color: transparent;
}
.btn-xmark i {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .btn-xmark i {
    font-size: 15px;
  }
}

.modal-header-custom {
  padding: 15px 20px;
  border-bottom: 1px solid #ededed;
}

.modal-footer-custom {
  padding: 15px 20px;
  border-top: 1px solid #ededed;
}

.offcanvas-header {
  padding: 15px 20px;
}

.offcanvas-footer {
  padding: 15px 20px;
}

.offcanvas-title {
  font-size: 13px;
  line-height: 18px;
}

.modalSharing {
  z-index: 1051;
}
.modalSharing.modal {
  padding-right: 0 !important;
}
.modalSharing .modal-dialog {
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.modalSharing .modal-dialog.modal-dialog-centered {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.modalSharing .modal-content {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .modalSharing .modal-content {
    max-width: 100%;
    border-radius: 0;
  }
}
.modalSharing .modal-header {
  border: none;
  justify-content: space-between;
  align-items: start;
  padding: 30px 30px 0 30px;
}
@media (max-width: 991.98px) {
  .modalSharing .modal-header {
    padding: 30px 20px 0 20px;
  }
}
.modalSharing .modal-header .btn-close {
  padding: 0;
}
.modalSharing .modal-body {
  padding: 30px;
}
@media (max-width: 991.98px) {
  .modalSharing .modal-body {
    padding: 20px 20px 30px 20px;
  }
}
.modalSharing .modal-body .share-modal-image {
  border-radius: 4px;
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .modalSharing .modal-body .share-modal-image {
    width: 100%;
  }
}
.modalSharing .modal-body .share-modal-options {
  row-gap: 10px;
}
.modalSharing .modal-body button.customSharingBtn {
  justify-content: start;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #f57f17;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
}
.modalSharing .modal-body button.customSharingBtn i {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  font-weight: 800;
}
.modalSharing .modal-body button.customSharingBtn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.modalSharing .modal-body button.customSharingBtn i,
.modalSharing .modal-body button.customSharingBtn span,
.modalSharing .modal-body button.customSharingBtn p {
  transition: 0.3s;
  color: white;
}

#fullCalendar {
  position: relative;
}
#fullCalendar .fc-multimonth td, #fullCalendar .fc-multimonth th, #fullCalendar .fc-multimonth thead, #fullCalendar .fc-multimonth table {
  border: none;
}
#fullCalendar .fc-timegrid-slot {
  font-size: 15px;
}
#fullCalendar a {
  color: #424242;
}
#fullCalendar .fc-multimonth {
  border: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 1400px) {
  #fullCalendar .fc-multiMonthThree-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  #fullCalendar .fc-multiMonthThree-view .fc-multimonth-month {
    margin: 0 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  #fullCalendar .fc-multiMonthThree-view .fc-multimonth-month {
    margin: 0 25px;
  }
}
@media (min-width: 1400px) {
  #fullCalendar .fc-multiMonthThree-view .fc-multimonth-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 30px 0;
    display: block;
    text-transform: capitalize;
  }
  #fullCalendar .fc-multiMonthThree-view .fc-daygrid-body {
    width: 100%;
  }
  #fullCalendar .fc-multiMonthThree-view .fc-scrollgrid-sync-table {
    width: 100% !important;
  }
}
#fullCalendar .fc-daygrid-day {
  border-radius: 5px;
}
#fullCalendar .fc-daygrid-day a {
  color: rgba(50, 63, 72, 0.8);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  #fullCalendar .fc-daygrid-day a {
    min-width: 42px;
    min-height: 20px;
  }
}
#fullCalendar .fc-daygrid-day .fc-daygrid-day-number {
  padding: 0;
}
#fullCalendar .fc-daygrid-day.fc-day-today {
  background-color: #ffffff;
}
#fullCalendar .fc-daygrid-day.fc-day-today a {
  background-color: #2979ff;
  border-radius: 50px;
  color: white;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullCalendar .fc-daygrid-day-top, #fullCalendar .fc-daygrid-day-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
}
#fullCalendar .fc-day-other {
  opacity: 0.5;
  pointer-events: none;
}
#fullCalendar .fc-col-header-cell-cushion {
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
#fullCalendar .fc-daygrid-day-events {
  display: none;
}
#fullCalendar a.fc-daygrid-day-number {
  text-decoration: none;
}
#fullCalendar a.fc-col-header-cell-cushion {
  text-decoration: none;
}
#fullCalendar .fc-button-primary {
  background-color: transparent;
  padding: 6px 15px;
  border-radius: 25px;
  border: 0;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
#fullCalendar .fc-toolbar-chunk {
  display: flex;
  gap: 10px;
}
#fullCalendar .fc-toolbar-chunk .fc-next-button, #fullCalendar .fc-toolbar-chunk .fc-prev-button {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}
#fullCalendar .fc-toolbar-chunk .fc-icon {
  margin: 0;
  color: white;
  padding: 0;
  font-size: 18px;
}
#fullCalendar .fc-day {
  cursor: pointer;
}
#fullCalendar .fc-day-past, #fullCalendar .fc-daygrid-day.fc-day-full, #fullCalendar .fc-day-not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
#fullCalendar .fc-timegrid-cols .fc-day-past, #fullCalendar .fc-timegrid-cols .fc-day-not-selectable {
  background-color: #e0e0e0;
}

.date-range-picker.flatpickr-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23666%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Crect x=%273%27 y=%274%27 width=%2718%27 height=%2718%27 rx=%272%27 ry=%272%27%3E%3C/rect%3E%3Cline x1=%2716%27 y1=%272%27 x2=%2716%27 y2=%276%27%3E%3C/line%3E%3Cline x1=%278%27 y1=%272%27 x2=%278%27 y2=%276%27%3E%3C/line%3E%3Cline x1=%273%27 y1=%2710%27 x2=%2721%27 y2=%2710%27%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 40px;
  cursor: pointer;
}
.date-range-picker.flatpickr-input:focus {
  border-color: #0064FA;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 250, 0.25);
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowLeft:before, .flatpickr-calendar.arrowLeft:after {
  display: none !important;
}

.flatpickr-calendar .flatpickr-day.flatpickr-disabled:not(.j-plus-disabled) {
  color: #dc3545 !important;
  font-weight: 700 !important;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled:not(.j-plus-disabled):hover {
  color: #dc3545 !important;
}
.flatpickr-calendar .full-day-booked {
  color: #dc3545 !important;
  font-weight: 700 !important;
  position: relative;
}
.flatpickr-calendar .full-day-booked::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.flatpickr-calendar .partial-booked:not(.full-day-booked) {
  color: #fd7e14 !important;
  font-weight: 700 !important;
  position: relative;
}
.flatpickr-calendar .partial-booked:not(.full-day-booked)::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #fd7e14;
  border-radius: 50%;
}

.progress-indicator {
  align-items: start;
  padding-top: 15px;
  gap: 70px;
  margin-top: 40px;
  max-width: 100%;
}
@media (min-width: 1920px) {
  .progress-indicator {
    gap: 135px;
  }
}
@media (max-width: 767.98px) {
  .progress-indicator {
    overflow: visible !important;
    max-width: unset !important;
    width: unset !important;
  }
}
.progress-indicator .step-indicator {
  position: relative;
  z-index: 1;
}
.progress-indicator .step-indicator:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 50%;
  height: 5px;
  background-color: #ffffff;
  z-index: 0;
}
.progress-indicator .step-indicator:last-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 17px;
  width: 50%;
  height: 5px;
  background-color: #ffffff;
  z-index: 0;
}
.progress-indicator .step-indicator .circle {
  background-color: rgb(251, 203.8, 162.2);
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
  position: relative;
  border: 5px solid #ffffff;
  box-sizing: content-box;
  z-index: 1;
}
.progress-indicator .step-indicator .label {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.6;
}
.progress-indicator .step-indicator.active .circle {
  background-color: #f57f17;
  color: #ffffff;
  cursor: pointer;
  pointer-events: all;
}
.progress-indicator .step-indicator.active .label {
  opacity: 1;
}
.progress-indicator .step-line {
  width: 100%;
  height: 1px;
  background-color: #E3DED8;
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .progress-indicator {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .progress-indicator {
    gap: 20px;
    width: 100%;
  }
  .progress-indicator .step-indicator .label {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
  }
}

.modal-fullcalendar .modal-dialog {
  max-width: 1920px;
  width: 90%;
  margin: 1.75rem auto;
}
@media (max-width: 767.98px) {
  .modal-fullcalendar .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
.modal-fullcalendar .modal-dialog .modal-content {
  background-color: white;
}
.modal-fullcalendar .modal-dialog .modal-content .modal-header {
  background-color: white;
}

.form-salle .titleh2 {
  font-weight: 700 !important;
}
.form-salle input, .form-salle textarea, .form-salle select {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400 !important;
  border: 1px solid #ededed;
  padding: 15px;
  border-radius: 5px;
}
.form-salle input::-moz-placeholder, .form-salle textarea::-moz-placeholder, .form-salle select::-moz-placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-salle input::placeholder, .form-salle textarea::placeholder, .form-salle select::placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-salle input::-webkit-input-placeholder, .form-salle textarea::-webkit-input-placeholder, .form-salle select::-webkit-input-placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-salle input:-ms-input-placeholder, .form-salle textarea:-ms-input-placeholder, .form-salle select:-ms-input-placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-salle input:focus, .form-salle textarea:focus, .form-salle select:focus {
  background-color: #ffffff;
  border-color: #f57f17;
  box-shadow: none;
}
.form-salle textarea {
  height: 150px;
}
.form-salle select {
  color: rgba(0, 0, 0, 0.5);
}
.form-salle select.changed {
  color: #f57f17;
}
.form-salle input[type=checkbox] {
  background-color: #ffffff;
  border: 1px solid #323F48;
  padding: 8px;
  margin-right: 8px;
  margin-top: 0;
}
.form-salle input[type=checkbox]:checked {
  background-color: #f57f17;
}
.form-salle input[type=checkbox]:valid:checked {
  border-color: #f57f17;
  background-color: #f57f17;
}
.form-salle label {
  font-size: 16px;
  line-height: 24px;
}
.form-salle p, .form-salle span, .form-salle a {
  font-size: 14px;
  line-height: 20px;
}

.form-bookingapp label {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .mobileWhiteBox {
    background-color: white;
    padding: 20px;
    border-radius: 4px;
  }
  .form-bookingapp .mobileWhiteBox .form-title {
    font-size: 13px;
    line-height: 18px;
  }
  .form-bookingapp .mobileWhiteBox h2, .form-bookingapp .mobileWhiteBox .h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.form-bookingapp .form-title {
  font-size: 16px;
  line-height: 24px;
}
.form-bookingapp .title-section {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.form-bookingapp input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-bookingapp input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-bookingapp input:not([type=checkbox]):not([type=radio]) {
  height: 58px;
  background-color: white;
}
.form-bookingapp textarea {
  padding-top: 15px;
  background-color: #ffffff;
}
.form-bookingapp .g-20, .form-bookingapp .gx-20 {
  --bs-gutter-x: 20px;
}
.form-bookingapp .g-20, .form-bookingapp .gy-20 {
  --bs-gutter-y: 20px;
}
.form-bookingapp .form-check-label, .form-bookingapp .check-label {
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
}
.form-bookingapp .form-check-input {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .form-bookingapp .prev-step {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767.98px) {
  .form-bookingapp .next-step {
    border-radius: 0 4px 4px 0;
  }
}
@media (max-width: 767.98px) {
  .form-bookingapp .step[data-step="1"] .next-step {
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    border-radius: 0;
    width: 100%;
  }
}
.form-bookingapp .step[data-step="3"] .form-group {
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0px 1px 0px 0px white;
}
.form-bookingapp .step[data-step="3"] .form-group.field-type-number {
  padding: 10px 0;
}
.form-bookingapp .step[data-step="3"] .form-group.field-type-number .labelnumber {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .form-bookingapp .step[data-step="3"] .form-group.field-type-number .labelnumber {
    font-size: 12px;
    line-height: 17px;
  }
}
.form-bookingapp .step[data-step="3"] .form-group.field-type-checkbox {
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .form-bookingapp .step[data-step="3"] .form-group.field-type-checkbox label {
    font-size: 12px;
    line-height: 17px;
  }
}
.form-bookingapp .step[data-step="3"] .form-group .inputnumber {
  height: 40px;
  max-width: 100px;
  margin-left: auto;
}
.form-bookingapp .step[data-step="3"] .form-group.half {
  width: 100%;
}
.form-bookingapp .step[data-step="4"] input:not([type=checkbox]):not([type=radio]) {
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .form-bookingapp .form-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-radius: 0;
  }
  .form-bookingapp .form-navigation button {
    border-radius: 0;
  }
}
.form-bookingapp input, .form-bookingapp textarea, .form-bookingapp select {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  background-color: white;
  height: 58px;
  font-weight: 400 !important;
  border: 1px solid #ededed;
}
.form-bookingapp input::-moz-placeholder, .form-bookingapp textarea::-moz-placeholder, .form-bookingapp select::-moz-placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-bookingapp input::placeholder, .form-bookingapp textarea::placeholder, .form-bookingapp select::placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-bookingapp input::-webkit-input-placeholder, .form-bookingapp textarea::-webkit-input-placeholder, .form-bookingapp select::-webkit-input-placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-bookingapp input:-ms-input-placeholder, .form-bookingapp textarea:-ms-input-placeholder, .form-bookingapp select:-ms-input-placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-bookingapp select {
  padding-left: 20px;
}
.form-bookingapp .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}
.form-bookingapp .radio-group .form-check {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-width: 0;
}
.form-bookingapp .radio-group .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
  margin-left: 0 !important;
  float: none !important;
  border: 2px solid #323F48;
  background-color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
}
.form-bookingapp .radio-group .form-check .form-check-input:checked {
  background-color: #f57f17;
  border-color: #f57f17;
}
.form-bookingapp .radio-group .form-check .form-check-input:focus {
  border-color: #f57f17;
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 23, 0.25);
}
.form-bookingapp .radio-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  margin-left: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .form-bookingapp .radio-group {
    flex-direction: column;
    gap: 12px;
  }
}
.form-bookingapp .vin-honneur-section .form-group.vin-honneur-field-group {
  display: none !important;
  margin-top: 20px;
}
.form-bookingapp .vin-honneur-section .form-group.vin-honneur-field-group.show {
  display: block !important;
}
.form-bookingapp .vin-honneur-section .form-group.vin-honneur-field-group:first-of-type {
  margin-top: 20px;
}
.form-bookingapp .vin-honneur-section .form-group.vin-honneur-time-field-group {
  display: none !important;
}
.form-bookingapp .vin-honneur-section .form-group.vin-honneur-time-field-group.show {
  display: block !important;
}
.form-bookingapp .vin-honneur-section .title-section {
  margin-top: 30px;
  margin-bottom: 15px;
}
.form-bookingapp .vin-honneur-section .form-group {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .form-bookingapp .vin-honneur-section .form-group {
    margin-bottom: 20px;
  }
}
.form-bookingapp .vin-honneur-section .form-group.half {
  width: calc(50% - 10px);
}
@media (max-width: 767.98px) {
  .form-bookingapp .vin-honneur-section .form-group.half {
    width: 100%;
  }
}
.form-bookingapp .pain-surprise-section .form-group.pain-surprise-field-group {
  display: none !important;
  margin-top: 20px;
}
.form-bookingapp .pain-surprise-section .form-group.pain-surprise-field-group.show {
  display: block !important;
}
.form-bookingapp .pain-surprise-section .form-group.pain-surprise-field-group:first-of-type {
  margin-top: 20px;
}
.form-bookingapp .pain-surprise-section .form-group.pain-surprise-time-field-group {
  display: none !important;
}
.form-bookingapp .pain-surprise-section .form-group.pain-surprise-time-field-group.show {
  display: block !important;
}
.form-bookingapp .pain-surprise-section .title-section {
  margin-top: 30px;
  margin-bottom: 15px;
}
.form-bookingapp .pain-surprise-section .form-group {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .form-bookingapp .pain-surprise-section .form-group {
    margin-bottom: 20px;
  }
}
.form-bookingapp .pain-surprise-section .form-group.half {
  width: calc(50% - 10px);
}
@media (max-width: 767.98px) {
  .form-bookingapp .pain-surprise-section .form-group.half {
    width: 100%;
  }
}
.form-bookingapp .form-group.traffic-regulation-field-group,
.form-bookingapp .title-section.traffic-regulation-field-group,
.form-bookingapp div.traffic-regulation-field-group {
  margin-left: 25px;
  padding-left: 15px;
  border-left: 2px solid #e9ecef;
}
.form-bookingapp .form-group.traffic-regulation-field-group.show,
.form-bookingapp .title-section.traffic-regulation-field-group.show,
.form-bookingapp div.traffic-regulation-field-group.show {
  display: block !important;
}
.form-bookingapp .form-group.traffic-regulation-field-group:first-of-type,
.form-bookingapp .title-section.traffic-regulation-field-group:first-of-type,
.form-bookingapp div.traffic-regulation-field-group:first-of-type {
  margin-top: 20px;
}
.form-bookingapp .title-section.traffic-subsection {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-left: 3px solid #519267;
  border-bottom: 1px solid #e9ecef;
  color: #495057;
  background-color: #f8f9fa;
  padding-top: 8px;
  padding-right: 12px;
}
.form-bookingapp div.traffic-regulation-field-group .alert-info {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  min-height: 14px;
  line-height: 1.6;
  background-color: rgb(243.5515418502, 248.6484581498, 245.2766519824);
  border: 1px solid rgb(187.7885462555, 217.7114537445, 197.9162995595);
  border-left: 4px solid #519267;
  color: rgb(44.6035242291, 80.3964757709, 56.718061674);
  border-radius: 0.25rem;
  padding: 15px 20px;
}
.form-bookingapp div.traffic-regulation-field-group .alert-info strong {
  color: rgb(35.5044052863, 63.9955947137, 45.1475770925);
  font-weight: 600;
}
.form-bookingapp div.traffic-regulation-field-group .alert-info i {
  color: #519267;
  font-size: 16px;
  margin-right: 8px;
}
.form-bookingapp .traffic-regulation-field-group .form-group {
  margin-left: 0;
}
.form-bookingapp .btn-material-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid var(--bs-primary, #0d6efd);
  border-radius: 0.25rem;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.form-bookingapp .btn-material-image:hover {
  background: var(--bs-primary, #0d6efd);
  color: white;
  transform: scale(1.05);
}
.form-bookingapp .btn-material-image:focus {
  outline: 2px solid var(--bs-primary, #0d6efd);
  outline-offset: 2px;
}
.form-bookingapp .btn-material-image i {
  pointer-events: none;
}
.form-bookingapp #materialImageModal .modal-body {
  padding: 2rem;
}
.form-bookingapp #materialImageModal .modal-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.form-bookingapp .error-summary-box {
  background-color: rgba(255, 23, 68, 0.05);
  border: 2px solid #ff1744;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(255, 23, 68, 0.15);
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .form-bookingapp .error-summary-box {
    padding: 15px;
  }
}
.form-bookingapp .error-summary-box .alert-heading {
  color: #2d2d2d;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.form-bookingapp .error-summary-box .alert-heading i {
  color: #ff1744;
  margin-right: 10px;
  font-size: 1.3rem;
}
.form-bookingapp .error-summary-box p.small {
  color: #4a4a4a;
}
.form-bookingapp .error-summary-box #errorList {
  list-style: none;
  padding-left: 0;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 0;
}
.form-bookingapp .error-summary-box #errorList::-webkit-scrollbar {
  width: 6px;
}
.form-bookingapp .error-summary-box #errorList::-webkit-scrollbar-track {
  background: rgba(255, 23, 68, 0.05);
  border-radius: 3px;
}
.form-bookingapp .error-summary-box #errorList::-webkit-scrollbar-thumb {
  background-color: rgba(255, 23, 68, 0.3);
  border-radius: 3px;
}
.form-bookingapp .error-summary-box #errorList::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 23, 68, 0.5);
}
.form-bookingapp .error-summary-box #errorList .error-step-group {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.form-bookingapp .error-summary-box #errorList .error-step-group:last-child {
  margin-bottom: 0;
}
.form-bookingapp .error-summary-box #errorList .error-step-group .error-step-header {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 12px;
  background-color: rgba(255, 23, 68, 0.08);
  border-left: 3px solid #ff1744;
  border-radius: 4px;
  margin-bottom: 8px;
}
.form-bookingapp .error-summary-box #errorList .error-step-group .error-step-header i {
  color: #ff1744;
  font-size: 14px;
}
.form-bookingapp .error-summary-box #errorList .error-step-group .error-step-header .badge {
  font-size: 11px;
  padding: 3px 8px;
}
.form-bookingapp .error-summary-box #errorList .error-step-group .error-sublist {
  list-style: disc;
  padding-left: 28px;
  margin-bottom: 0;
}
.form-bookingapp .error-summary-box #errorList .error-step-group .error-sublist li {
  margin-bottom: 6px;
}
.form-bookingapp .error-summary-box #errorList .error-step-group .error-sublist li:last-child {
  margin-bottom: 0;
}
.form-bookingapp .error-summary-box .error-link {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
  line-height: 1.4;
}
.form-bookingapp .error-summary-box .error-link:hover {
  color: #000;
  text-decoration: underline;
}
.form-bookingapp .error-summary-box .error-link:hover .arrow-icon {
  color: #ff1744;
  transform: translateX(3px);
}
.form-bookingapp .error-summary-box .error-link strong {
  font-weight: 600;
  color: #2d2d2d;
}
.form-bookingapp .error-summary-box .error-link .arrow-icon {
  color: #666;
  transition: all 0.2s ease;
  margin-left: 8px;
  font-size: 12px;
  flex-shrink: 0;
}
.form-bookingapp .error-summary-box .fa-triangle-exclamation {
  color: #ff1744;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-bookingapp .step-indicator .error-badge {
  position: absolute;
  top: -8px;
  right: -12px;
  background: #ff1744;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(255, 23, 68, 0.4);
  line-height: 1;
  white-space: nowrap;
  animation: badgePulse 0.5s ease-in-out;
  z-index: 10;
  display: inline-flex;
  align-items: center;
}
.form-bookingapp .step-indicator .error-badge i {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .step-indicator .error-badge {
    font-size: 10px;
    padding: 2px 5px;
    top: -6px;
    right: -8px;
  }
  .form-bookingapp .step-indicator .error-badge i {
    font-size: 14px;
  }
}
.form-bookingapp .step-indicator.has-errors .circle {
  border: 3px solid #ff1744;
  box-shadow: 0 0 0 3px rgba(255, 23, 68, 0.2);
}
@keyframes badgePulse {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.form-bookingapp .form-control.is-invalid {
  border-color: #ff1744;
  border-width: 2px;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%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);
  animation: shakeError 0.4s ease-in-out;
}
.form-bookingapp .form-control.is-invalid:focus {
  border-color: #ff1744;
  box-shadow: 0 0 0 0.25rem rgba(255, 23, 68, 0.25);
}
.form-bookingapp input[type=radio].is-invalid {
  border-color: #ff1744;
}
.form-bookingapp input[type=radio].is-invalid:checked {
  background-color: #ff1744;
  border-color: #ff1744;
}
@keyframes shakeError {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
.form-bookingapp .invalid-feedback {
  display: none;
  color: #ff1744;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .form-bookingapp .invalid-feedback {
    font-size: 13px;
  }
}
.form-bookingapp .invalid-feedback.d-block {
  display: flex !important;
  animation: fadeInError 0.3s ease-in-out;
}
.form-bookingapp .invalid-feedback i {
  font-size: 14px;
  margin-top: 2px;
}
@keyframes fadeInError {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-bookingapp .field-highlight {
  animation: fieldPulse 1.5s ease-in-out;
}
@keyframes fieldPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(245, 127, 23, 0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(245, 127, 23, 0.4);
  }
}

.form-bookingapp .badge {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: normal;
}
.form-bookingapp .badge.text-bg-warning {
  background-color: #cc6815 !important;
  color: white !important;
}
.form-bookingapp .badge.text-bg-success {
  background-color: #0f9929 !important;
  color: white !important;
}
.form-bookingapp .badge.text-bg-danger {
  background-color: #dc3545 !important;
  color: white !important;
}
.form-bookingapp h2:has(.badge), .form-bookingapp .h2:has(.badge) {
  margin-bottom: 10px;
}
.form-bookingapp .homeh2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #424242;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .homeh2 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.form-bookingapp .title-section {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #424242;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .title-section {
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 12px;
  }
}
.form-bookingapp .title-section.fw-600 {
  font-weight: 600;
}
.form-bookingapp .title-section.fw-500 {
  font-weight: 500;
}
.form-bookingapp .step-title,
.form-bookingapp h3.step-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #424242;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .form-bookingapp .step-title,
  .form-bookingapp h3.step-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.form-bookingapp hr {
  border: 0;
  border-top: 1px solid #ededed;
  margin: 30px 0;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .form-bookingapp hr {
    margin: 25px 0;
  }
}
.form-bookingapp .data-form-validation .row + .row {
  margin-top: 15px;
}
.form-bookingapp .data-form-validation p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}
.form-bookingapp .data-form-validation p.mb-10 {
  margin-bottom: 10px;
}
.form-bookingapp .data-form-validation p.mb-15 {
  margin-bottom: 15px;
}
.form-bookingapp .data-form-validation p.mt-20 {
  margin-top: 20px;
}
.form-bookingapp .data-form-validation p.fw-600 {
  font-weight: 600;
}
.form-bookingapp .data-form-validation p.fw-500 {
  font-weight: 500;
}
.form-bookingapp .form-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-bookingapp .form-group.half {
    max-width: 50%;
  }
}
.form-bookingapp .form-group label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #424242;
}
.form-bookingapp .form-group label.check-label {
  font-weight: 400;
  margin-left: 10px;
}
.form-bookingapp .form-group input.form-control,
.form-bookingapp .form-group textarea.form-control {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 12px 15px;
}
.form-bookingapp .form-group input.form-control:focus,
.form-bookingapp .form-group textarea.form-control:focus {
  border-color: #f57f17;
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 23, 0.15);
}
.form-bookingapp .form-group input[type=checkbox].form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  border: 1px solid #ededed;
  border-radius: 3px;
  cursor: pointer;
}
.form-bookingapp .form-group input[type=checkbox].form-check-input:checked {
  background-color: #f57f17;
  border-color: #f57f17;
}
.form-bookingapp .alert {
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .alert {
    padding: 12px 15px;
    margin-bottom: 15px;
  }
}
.form-bookingapp .alert.alert-danger {
  background-color: rgba(255, 23, 68, 0.1);
  border: 1px solid rgba(255, 23, 68, 0.3);
  color: #ff1744;
}
@media (min-width: 768px) {
  .form-bookingapp .rowSpacing {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .form-bookingapp .paddingDefault {
    padding: 15px;
  }
}
.form-bookingapp .preview-header h1.h3, .form-bookingapp .preview-header .h3.h1 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #f57f17;
}
@media (max-width: 767.98px) {
  .form-bookingapp .preview-header h1.h3, .form-bookingapp .preview-header .h3.h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.form-bookingapp .preview-header h1.h3 i, .form-bookingapp .preview-header .h3.h1 i {
  font-size: 2.4rem;
}
@media (max-width: 767.98px) {
  .form-bookingapp .preview-header h1.h3 i, .form-bookingapp .preview-header .h3.h1 i {
    font-size: 1.8rem;
  }
}
.form-bookingapp .preview-header .badge {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .preview-header .badge {
    font-size: 1.4rem;
    padding: 8px 16px;
  }
}
.form-bookingapp .preview-header .badge i {
  font-size: 1.6rem;
}
.form-bookingapp .card {
  border-radius: 12px;
  overflow: hidden;
  border: 0;
  transition: none !important;
}
.form-bookingapp .card:hover {
  box-shadow: none !important;
  transform: none !important;
}
.form-bookingapp .card:hover h5 i, .form-bookingapp .card:hover .h5 i {
  color: white !important;
}
.form-bookingapp .card:hover .card-body {
  transform: none !important;
}
.form-bookingapp .card .card-header {
  transition: none !important;
  padding: 20px 30px !important;
}
@media (max-width: 767.98px) {
  .form-bookingapp .card .card-header {
    padding: 15px 20px !important;
  }
}
.form-bookingapp .card .card-header.card-header-light {
  background-color: #f8f9fa;
}
.form-bookingapp .card .card-header.bg-gradient-primary {
  background: linear-gradient(135deg, #f57f17 0%, rgb(208.0330578512, 102.2231404959, 8.9669421488) 100%);
}
.form-bookingapp .card .card-header.bg-gradient-secondary {
  background: linear-gradient(135deg, #2979ff 0%, rgb(0, 91.5887850467, 245) 100%);
}
.form-bookingapp .card .card-header h5, .form-bookingapp .card .card-header .h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .form-bookingapp .card .card-header h5, .form-bookingapp .card .card-header .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.form-bookingapp .card .card-header h5 i, .form-bookingapp .card .card-header .h5 i {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .form-bookingapp .card .card-header h5 i, .form-bookingapp .card .card-header .h5 i {
    font-size: 1.6rem;
  }
}
.form-bookingapp .card .card-body {
  font-size: 16px;
  line-height: 24px;
  padding: 30px !important;
}
@media (max-width: 767.98px) {
  .form-bookingapp .card .card-body {
    padding: 20px !important;
  }
}
.form-bookingapp .info-item .info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .form-bookingapp .info-item .info-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.form-bookingapp .info-item .info-icon i {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .form-bookingapp .info-item .info-icon i {
    font-size: 1.6rem;
  }
}
.form-bookingapp .info-item small, .form-bookingapp .info-item .small {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.form-bookingapp .info-item strong {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .info-item strong {
    font-size: 16px;
    line-height: 24px;
  }
}
.form-bookingapp .booking-period-wrapper .booking-date-card {
  transition: none !important;
}
.form-bookingapp .booking-period-wrapper .booking-date-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.form-bookingapp .booking-period-wrapper .booking-date-card .booking-date-day {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #424242;
}
@media (max-width: 767.98px) {
  .form-bookingapp .booking-period-wrapper .booking-date-card .booking-date-day {
    font-size: 3rem;
  }
}
.form-bookingapp .booking-period-wrapper .booking-date-card .booking-date-month {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #424242;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .form-bookingapp .booking-period-wrapper .booking-date-card .booking-date-month {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-bookingapp .booking-period-wrapper .booking-date-card .booking-date-time {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .booking-period-wrapper .booking-date-card .booking-date-time {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-bookingapp .booking-period-wrapper .booking-date-card .booking-date-time i {
  font-size: 1.4rem;
}
.form-bookingapp .booking-period-wrapper .booking-date-card small, .form-bookingapp .booking-period-wrapper .booking-date-card .small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.form-bookingapp .material-group-modern h6, .form-bookingapp .material-group-modern .h6 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .material-group-modern h6, .form-bookingapp .material-group-modern .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.form-bookingapp .material-group-modern h6 i, .form-bookingapp .material-group-modern .h6 i {
  font-size: 1.8rem;
}
.form-bookingapp .material-group-modern .material-card {
  border: 1px solid rgba(245, 127, 23, 0.25);
  background-color: white;
  transition: none !important;
}
.form-bookingapp .material-group-modern .material-card:hover {
  box-shadow: none !important;
  transform: none !important;
  border-color: rgba(245, 127, 23, 0.25) !important;
}
.form-bookingapp .material-group-modern .material-card .material-badge {
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .form-bookingapp .material-group-modern .material-card .material-badge {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.form-bookingapp .material-group-modern .material-card .material-badge i {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .form-bookingapp .material-group-modern .material-card .material-badge i {
    font-size: 1.4rem;
  }
}
.form-bookingapp .material-group-modern .material-card .fw-500 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .material-group-modern .material-card .fw-500 {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-bookingapp .material-group-modern .material-card .badge {
  font-size: 1.6rem;
  padding: 10px 18px;
  background: linear-gradient(135deg, #519267 0%, rgb(66.4414096916, 119.7585903084, 84.4872246696) 100%);
  box-shadow: 0 2px 6px rgba(81, 146, 103, 0.25);
  border: 2px solid rgba(81, 146, 103, 0.3);
  font-weight: 700;
  color: white !important;
}
@media (max-width: 767.98px) {
  .form-bookingapp .material-group-modern .material-card .badge {
    font-size: 1.4rem;
    padding: 8px 14px;
  }
}
.form-bookingapp .material-group-modern .material-card .badge strong {
  font-size: 2rem;
  font-weight: 800;
  color: white !important;
}
@media (max-width: 767.98px) {
  .form-bookingapp .material-group-modern .material-card .badge strong {
    font-size: 1.6rem;
  }
}
.form-bookingapp .material-group-modern .material-card .badge .opacity-75 {
  opacity: 0.85;
  font-size: 1.4rem;
  font-weight: 500;
  color: white !important;
}
.form-bookingapp .alert-primary {
  background-color: rgba(245, 127, 23, 0.08);
  border: 1px solid rgba(245, 127, 23, 0.25);
  border-radius: 8px;
}
.form-bookingapp .alert-primary i {
  font-size: 2rem;
  color: #f57f17;
}
.form-bookingapp .alert-primary strong {
  color: #f57f17;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.form-bookingapp .alert-primary span {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}
@media (max-width: 767.98px) {
  .form-bookingapp .alert-primary span {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-bookingapp .confirmation-items .d-flex {
  padding: 12px;
  border-radius: 8px;
}
.form-bookingapp .confirmation-items .d-flex i {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .form-bookingapp .confirmation-items .d-flex i {
    font-size: 1.6rem;
  }
}
.form-bookingapp .confirmation-items .d-flex span {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .confirmation-items .d-flex span {
    font-size: 14px;
    line-height: 20px;
  }
}
.form-bookingapp .signature-info {
  background: linear-gradient(135deg, rgba(81, 146, 103, 0.08) 0%, rgba(81, 146, 103, 0.03) 100%);
  border: 2px solid rgba(81, 146, 103, 0.2);
  box-shadow: 0 2px 4px rgba(81, 146, 103, 0.1);
}
.form-bookingapp .signature-info small, .form-bookingapp .signature-info .small {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #519267;
  letter-spacing: 0.5px;
}
.form-bookingapp .signature-info span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.form-bookingapp .signature-info span strong {
  color: #519267;
  font-weight: 700;
}
.form-bookingapp .title-section {
  color: #519267;
  font-weight: 700;
  border-bottom: 2px solid rgba(81, 146, 103, 0.2);
  padding-bottom: 8px;
  margin-bottom: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .form-bookingapp .title-section {
    font-size: 1.6rem;
  }
}
.form-bookingapp .title-section:first-child {
  margin-top: 0;
}
.form-bookingapp .card-body h6, .form-bookingapp .card-body .h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #424242;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(81, 146, 103, 0.15);
}
@media (max-width: 767.98px) {
  .form-bookingapp .card-body h6, .form-bookingapp .card-body .h6 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
  }
}
.form-bookingapp .card-body h6:first-child, .form-bookingapp .card-body .h6:first-child {
  margin-top: 0;
}
.form-bookingapp .card-body h6.text-muted, .form-bookingapp .card-body .text-muted.h6 {
  color: rgba(66, 66, 66, 0.75);
  border-bottom-color: rgba(237, 237, 237, 0.3);
}
.form-bookingapp .card-body p.mb-10 {
  background-color: rgba(81, 146, 103, 0.03);
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 3px solid #519267;
  margin-bottom: 12px;
  transition: none !important;
}
.form-bookingapp .card-body p.mb-10:hover {
  background-color: rgba(81, 146, 103, 0.05);
}
.form-bookingapp .card-body p.mb-10 .fw-600 {
  color: #519267;
  font-weight: 700;
  display: inline-block;
  min-width: 140px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .card-body p.mb-10 .fw-600 {
    display: block;
    margin-bottom: 4px;
  }
}
.form-bookingapp .materials-group {
  margin-bottom: 20px;
}
.form-bookingapp .materials-group .materials-group-header {
  background-color: #f8f9fa;
  border: 1px solid #ededed;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 12px 20px;
}
.form-bookingapp .materials-group .materials-group-header span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #f57f17;
  display: flex;
  align-items: center;
}
.form-bookingapp .materials-group .materials-group-header span i {
  font-size: 18px;
  margin-right: 8px;
}
.form-bookingapp .materials-group .materials-items {
  border: 1px solid #ededed;
  border-radius: 0 0 4px 4px;
  background-color: #f8f9fa;
}
.form-bookingapp .materials-group .materials-items .material-item {
  background-color: white;
  border: 1px solid rgba(237, 237, 237, 0.5);
  border-radius: 4px;
  padding: 10px 12px;
}
.form-bookingapp .materials-group .materials-items .material-item .material-icon {
  background-color: rgba(245, 127, 23, 0.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.form-bookingapp .materials-group .materials-items .material-item .material-icon i {
  color: #f57f17;
  font-size: 14px;
}
.form-bookingapp .materials-group .materials-items .material-item .material-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #424242;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .form-bookingapp .materials-group .materials-items .material-item .material-name {
    font-size: 14px;
  }
}
.form-bookingapp .materials-group .materials-items .material-item .material-quantity .badge {
  background: linear-gradient(135deg, #519267 0%, rgb(66.4414096916, 119.7585903084, 84.4872246696) 100%) !important;
  color: white !important;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(81, 146, 103, 0.25);
  border: 2px solid rgba(81, 146, 103, 0.3);
}
@media (max-width: 767.98px) {
  .form-bookingapp .materials-group .materials-items .material-item .material-quantity .badge {
    font-size: 1.4rem;
    padding: 6px 12px;
  }
}
.form-bookingapp .materials-group .materials-items .material-item .material-quantity .badge .opacity-75 {
  opacity: 0.85;
  font-weight: 500;
  color: white !important;
}
.form-bookingapp .alert-info {
  background-color: rgba(245, 127, 23, 0.05);
  border: 1px solid rgba(245, 127, 23, 0.2);
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .form-bookingapp .alert-info {
    padding: 12px 15px;
  }
}
.form-bookingapp .alert-info i {
  color: #f57f17;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}
.form-bookingapp .alert-info strong {
  color: #f57f17;
  font-weight: 600;
}
.form-bookingapp .alert-info div {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}
@media (max-width: 767.98px) {
  .form-bookingapp .alert-info div {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  .form-bookingapp .materials-items .row .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .form-bookingapp .materials-items .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-bookingapp .materials-group-header {
    padding: 10px 15px;
  }
  .form-bookingapp .materials-group-header span {
    font-size: 14px;
  }
  .form-bookingapp .material-item {
    padding: 8px 10px;
  }
  .form-bookingapp .material-item .material-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
  .form-bookingapp .material-item .material-icon i {
    font-size: 1.4rem;
  }
  .form-bookingapp .material-item .material-quantity .badge {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.min-w-0 {
  min-width: 0;
}

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

.bg-redange-green {
  background-color: #519267 !important;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #f57f17 0%, rgb(208.0330578512, 102.2231404959, 8.9669421488) 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #2979ff 0%, rgb(0, 91.5887850467, 245) 100%) !important;
}

.flatpickr-calendar {
  overflow: visible !important;
}
.flatpickr-calendar .flatpickr-months {
  position: relative !important;
  z-index: 999 !important;
  background: white;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.flatpickr-calendar .flatpickr-prev-month, .flatpickr-calendar .flatpickr-next-month {
  top: 5px !important;
}
.flatpickr-calendar .flatpickr-prev-month svg, .flatpickr-calendar .flatpickr-next-month svg {
  margin-top: 0;
}
.flatpickr-calendar .flatpickr-month {
  height: 50px !important;
}
.flatpickr-calendar .flatpickr-month .flatpickr-current-month {
  padding-top: 15px !important;
  height: auto;
  line-height: normal;
}
.flatpickr-calendar .flatpickr-innerContainer {
  margin-top: 0 !important;
  padding-top: 0px;
  position: relative;
  z-index: 1;
}
.flatpickr-calendar .flatpickr-weekdaycontainer {
  padding: 15px 0px 10px 0px;
  margin-top: 0 !important;
}
.flatpickr-calendar .flatpickr-days {
  margin-top: 0 !important;
}
.flatpickr-calendar .dayContainer {
  padding: 0 10px 10px 10px;
  margin-top: 0 !important;
}
.flatpickr-calendar .flatpickr-day {
  font-size: 14px;
  font-weight: 600;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  background: #eee !important;
  color: #ff9100 !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
  font-weight: 600 !important;
}

.flatpickr-day.partial-booked {
  color: #ff9100 !important;
}

.flatpickr-overlap-error {
  background-color: rgba(225, 162, 40, 0.2);
  border: 0;
  margin-top: 20px;
}
.flatpickr-overlap-error ul {
  list-style: none;
}
.flatpickr-overlap-error ul li {
  padding: 0;
}
.flatpickr-overlap-error ul li::marker {
  display: none;
}
.flatpickr-overlap-error ul li::before {
  display: none;
}

.placeslist .wrapper-col:first-child .box {
  border-top: 1px solid #E3DED8;
}
.placeslist .box {
  border-bottom: 1px solid #E3DED8;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .placeslist .box {
    border-radius: 4px;
    border: 1px solid #ededed;
    background-color: white;
  }
}
.placeslist .box .bottomSection {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .placeslist .box .bottomSection {
    height: 148px;
    background-color: white;
  }
}
.placeslist .box .circleButton i {
  color: white;
}
@media (min-width: 992px) {
  .placeslist .box:hover .bottomSection {
    background-color: #f57f17;
  }
  .placeslist .box:hover .bottomSection .placeTitle, .placeslist .box:hover .bottomSection .placeCateg, .placeslist .box:hover .bottomSection .placeDate {
    color: white;
  }
}
.placeslist .box:hover .bottomSection .circleButton {
  background-color: white;
}
.placeslist .box:hover .bottomSection .circleButton i {
  color: #f57f17;
}
@media (max-width: 991.98px) {
  .placeslist .box.last {
    border-radius: 0 0 4px 4px;
  }
}
.placeslist .box .place-image-wrapper {
  height: 250px;
}
.placeslist .box .place-image-wrapper img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .placeslist .box .place-image-wrapper img {
    border-radius: 4px 4px 0 0;
  }
}
.placeslist .box .leftPart {
  transition: 0.3s;
}
.placeslist .box .leftPart .placeCateg, .placeslist .box .leftPart .placeDate {
  font-size: 13px;
  line-height: 18px;
  transition: 0.3s;
  font-weight: 500;
}
@media (min-width: 992px) {
  .placeslist .box .leftPart .placeTitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.placeslist .box .circleButton {
  background-color: #f57f17;
  transition: 0.5s;
  width: 30px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .placeslist .box .circleButton {
    width: 25px;
    height: 25px;
  }
}
.placeslist .box .circleButton i {
  font-size: 16px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .placeslist .box .circleButton i {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .placeslist .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
  }
  .placeslist .box .mobileDisplay .place-image-wrapper {
    order: 2;
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
  }
  .placeslist .box .mobileDisplay .place-image-wrapper img {
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 992px) {
  .placeslist .box:hover .circleButton {
    transform: translateX(10px);
  }
  .placeslist .box:hover .circleButton i {
    color: white;
  }
}
.placeslist .overflow-y-enabled {
  height: 820px;
}
.placeslist .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  top: unset;
  bottom: 60px;
  left: 0;
}
.placeslist .map-panel .titleMap {
  display: block;
}
.placeslist .map-panel #mapEntities {
  display: none;
}
.placeslist .map-panel.open {
  transform: none;
  top: 75px;
  height: calc(100vh - 75px);
  border-radius: 0;
}
.placeslist .map-panel.open hr {
  background-color: #4F5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.placeslist .map-panel.open .titleMap {
  display: none;
}
.placeslist .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.placeslist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.placeslist .map-panel .map-content {
  padding: 0;
  height: 100%;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  position: relative;
}
.placeslist .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.placeslist .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
.placeslist #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #ededed;
}
.placeslist #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.placeslist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.placeslist #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.placeslist .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.placeslist .cluster-marker {
  background-color: #2979ff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 767.98px) {
  .placeslist .listElement {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .placeslist .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .placeslist .listElement.border-bottom {
    border-bottom: 1px solid #e0e0e0;
  }
  .placeslist .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #BAE4DC;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .placeslist .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3F6E65;
  }
  .placeslist .listElement .listingImageWrapper {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.3s;
  }
  .placeslist .listElement .listingImageWrapper img {
    transition: 0.3s;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .placeslist .listElement p {
    font-size: 14px;
    line-height: 20px;
  }
  .placeslist .listElement:hover .listingImageWrapper {
    width: 144px;
  }
}

#fullCalendarGemengApp {
  position: relative;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-view-harness {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  #fullCalendarGemengApp .fc-daygrid, #fullCalendarGemengApp .fc-scrollgrid, #fullCalendarGemengApp .fc-scrollgrid-sync-table {
    min-width: 450px !important;
    width: 450px !important;
  }
}
#fullCalendarGemengApp .custom-nav-buttons {
  position: absolute;
  top: 5px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: unset;
  background: unset;
}
#fullCalendarGemengApp .custom-nav-buttons.fc-prev-button {
  left: 0px;
}
#fullCalendarGemengApp .custom-nav-buttons.fc-next-button {
  right: 0px;
}
#fullCalendarGemengApp .custom-nav-buttons i {
  font-size: 15px;
  color: #424242;
  margin: 0;
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  #fullCalendarGemengApp .custom-nav-buttons.fc-prev-button {
    left: 15px;
  }
  #fullCalendarGemengApp .custom-nav-buttons.fc-next-button {
    right: 15px;
  }
}
@media (max-width: 1199.98px) {
  #fullCalendarGemengApp .custom-nav-buttons {
    display: none !important;
  }
}
#fullCalendarGemengApp .fc-toolbar-ltr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-toolbar-ltr {
    padding: 0;
  }
}
#fullCalendarGemengApp .fc-toolbar-ltr .fc-prev-button, #fullCalendarGemengApp .fc-toolbar-ltr .fc-next-button {
  background-color: transparent;
}
#fullCalendarGemengApp .fc-toolbar-ltr .fc-prev-button .fc-icon, #fullCalendarGemengApp .fc-toolbar-ltr .fc-next-button .fc-icon {
  color: #424242;
  font-size: 20px;
}
#fullCalendarGemengApp .fc-toolbar-chunk:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullCalendarGemengApp table tbody tr {
  background-color: transparent !important;
  border: none !important;
}
#fullCalendarGemengApp table thead tr th {
  background-color: transparent !important;
}
#fullCalendarGemengApp .fc-multimonth td, #fullCalendarGemengApp .fc-multimonth th, #fullCalendarGemengApp .fc-multimonth thead, #fullCalendarGemengApp .fc-multimonth table {
  border: none;
}
#fullCalendarGemengApp .fc-timegrid-slot {
  font-size: 15px;
}
#fullCalendarGemengApp a {
  color: #424242;
}
#fullCalendarGemengApp .fc-multimonth {
  border: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
@media (min-width: 1400px) {
  #fullCalendarGemengApp .fc-multiMonthThree-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-multimonth-month {
    margin: 0 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-multimonth-month {
    margin: 0 25px;
  }
}
@media (min-width: 1400px) {
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-multimonth-title {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 30px 0;
    display: block;
    text-transform: capitalize;
    position: relative;
  }
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-daygrid-body {
    width: 100%;
  }
  #fullCalendarGemengApp .fc-multiMonthThree-view .fc-scrollgrid-sync-table {
    width: 100% !important;
  }
}
#fullCalendarGemengApp .fc-daygrid-day {
  border-radius: 5px;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-daygrid-day {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
}
#fullCalendarGemengApp .fc-daygrid-day a {
  color: rgba(50, 63, 72, 0.8);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-daygrid-day a {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
}
#fullCalendarGemengApp .fc-daygrid-day a:after {
  content: unset;
}
#fullCalendarGemengApp .fc-daygrid-day .fc-daygrid-day-number {
  padding: 0;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-today {
  background-color: #ffffff;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-today a {
  background-color: #bbdefb;
  border-radius: 4px;
  color: white;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-full-booked {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-full-booked a {
  color: inherit;
  opacity: inherit;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-partial-booked {
  cursor: default;
  pointer-events: none;
}
#fullCalendarGemengApp .fc-daygrid-day.fc-day-partial-booked a {
  color: #fd7e14 !important;
  opacity: 0.9;
}
#fullCalendarGemengApp .fc-daygrid-day-top, #fullCalendarGemengApp .fc-daygrid-day-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
@media (max-width: 767.98px) {
  #fullCalendarGemengApp .fc-daygrid-day-top, #fullCalendarGemengApp .fc-daygrid-day-frame {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
  }
}
#fullCalendarGemengApp .fc-day-other {
  opacity: 0.5;
  pointer-events: none;
}
#fullCalendarGemengApp .fc-col-header-cell-cushion {
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullCalendarGemengApp .fc-daygrid-day-events {
  display: none;
}
#fullCalendarGemengApp a.fc-daygrid-day-number {
  text-decoration: none;
}
#fullCalendarGemengApp a.fc-col-header-cell-cushion {
  text-decoration: none;
}
#fullCalendarGemengApp .fc-button-primary {
  background-color: #f57f17;
  padding: 10px 20px;
  border-radius: 25px;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
  transition: 0.3s;
  color: white;
  position: relative;
  overflow: hidden;
}
#fullCalendarGemengApp .fc-button-primary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
#fullCalendarGemengApp .fc-button-primary:hover {
  background-color: #424242;
  color: white;
}
#fullCalendarGemengApp .fc-button-primary:hover::before {
  left: 100%;
}
#fullCalendarGemengApp .fc-button-primary.fc-button-active, #fullCalendarGemengApp .fc-button-primary.custom-selected {
  background-color: #424242 !important;
  color: white !important;
}
#fullCalendarGemengApp .fc-button-primary:focus {
  box-shadow: unset;
}
#fullCalendarGemengApp .fc-monthButtonCustom-button {
  order: -1;
}
#fullCalendarGemengApp .fc-toolbar-chunk {
  display: flex;
  gap: 10px;
}
#fullCalendarGemengApp .fc-toolbar-chunk .fc-next-button, #fullCalendarGemengApp .fc-toolbar-chunk .fc-prev-button {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  background-color: white !important;
}
#fullCalendarGemengApp .fc-toolbar-chunk .fc-icon {
  margin: 0;
  color: white;
  padding: 0;
  font-size: 18px;
}
#fullCalendarGemengApp .fc-toolbar-chunk:hover {
  background-color: white !important;
}
#fullCalendarGemengApp .fc-toolbar-chunk:hover .fc-icon {
  color: #f57f17;
}
#fullCalendarGemengApp .fc-day {
  cursor: default;
  pointer-events: none;
  height: 40px;
}
#fullCalendarGemengApp .fc-day-past, #fullCalendarGemengApp .fc-daygrid-day.fc-day-full, #fullCalendarGemengApp .fc-day-not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
#fullCalendarGemengApp .fc-timegrid-cols .fc-day-past, #fullCalendarGemengApp .fc-timegrid-cols .fc-day-not-selectable {
  background-color: #e0e0e0;
}

.appointmentList i {
  font-weight: 300;
}
.appointmentList .wrapper-col:first-child .box {
  border-top: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white, inset 0 1px 0 0 white;
}
.appointmentList .box {
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white;
  transition: 0.3s;
}
.appointmentList .box .bottomSection {
  transition: 0.3s;
}
.appointmentList .box .circleButton i {
  color: white;
  font-size: 12px;
  font-weight: 900;
}
.appointmentList .box .leftPart {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .appointmentList .box .leftPart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.appointmentList .box .leftPart .appointmentIcon {
  font-size: 25px;
  width: 30px;
}
.appointmentList .box .leftPart .appointmentCateg, .appointmentList .box .leftPart .appointmentDate {
  font-size: 13px;
  line-height: 18px;
  transition: 0.3s;
  font-weight: 500;
}
@media (min-width: 992px) {
  .appointmentList .box .leftPart .appointmentTitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.appointmentList .box .circleButton {
  background-color: #f57f17;
  transition: 0.5s;
  width: 26px;
  height: 26px;
}
@media (max-width: 1199.98px) {
  .appointmentList .box .circleButton {
    width: 25px;
    height: 25px;
  }
}
.appointmentList .box .circleButton i {
  font-size: 12px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .appointmentList .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
  }
  .appointmentList .box .mobileDisplay .circleButtonContainer {
    display: none;
  }
}
.appointmentList .box:hover .circleButton i {
  color: white;
}
.appointmentList .overflow-y-enabled {
  height: 820px;
}
.appointmentList .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  top: unset;
  bottom: 60px;
  left: 0;
}
.appointmentList .map-panel .titleMap {
  display: block;
}
.appointmentList .map-panel #mapEntities {
  display: none;
}
.appointmentList .map-panel.open {
  transform: none;
  top: 75px;
  height: calc(100vh - 75px);
  border-radius: 0;
}
.appointmentList .map-panel.open hr {
  background-color: #4F5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.appointmentList .map-panel.open .titleMap {
  display: none;
}
.appointmentList .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.appointmentList .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.appointmentList .map-panel .map-content {
  padding: 0;
  height: 100%;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  position: relative;
}
.appointmentList .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.appointmentList .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background-color: #f5f5f5;
  margin-top: 15px;
}
.appointmentList #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #ededed;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.appointmentList #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.appointmentList #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.appointmentList .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.appointmentList .cluster-marker {
  background-color: #2979ff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 767.98px) {
  .appointmentList .listElement {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .appointmentList .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .appointmentList .listElement.border-bottom {
    border-bottom: 1px solid #e0e0e0;
  }
  .appointmentList .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #BAE4DC;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .appointmentList .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3F6E65;
  }
  .appointmentList .listElement p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .form-appointmentapp .mobileWhiteBox {
    background-color: white;
    padding: 20px;
    border-radius: 4px;
  }
  .form-appointmentapp .mobileWhiteBox .form-title {
    font-size: 13px;
    line-height: 18px;
  }
  .form-appointmentapp .mobileWhiteBox h2, .form-appointmentapp .mobileWhiteBox .h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.form-appointmentapp .form-title {
  font-size: 16px;
  line-height: 24px;
}
.form-appointmentapp .title-section {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.form-appointmentapp input {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400 !important;
  border: 1px solid #ededed;
}
.form-appointmentapp input::-moz-placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-appointmentapp input::placeholder {
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300 !important;
  color: rgba(16, 24, 32, 0.5);
}
.form-appointmentapp input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-appointmentapp input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.form-appointmentapp textarea {
  padding-top: 15px;
}
.form-appointmentapp .g-20, .form-appointmentapp .gx-20 {
  --bs-gutter-x: 20px;
}
.form-appointmentapp .g-20, .form-appointmentapp .gy-20 {
  --bs-gutter-y: 20px;
}
.form-appointmentapp .form-check-label, .form-appointmentapp .check-label {
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
}
.form-appointmentapp .form-check-input {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .form-appointmentapp .prev-step {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767.98px) {
  .form-appointmentapp .next-step {
    border-radius: 0 4px 4px 0;
  }
}
@media (max-width: 767.98px) {
  .form-appointmentapp .step[data-step="1"] .next-step {
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    border-radius: 0;
    width: 100%;
  }
}
.form-appointmentapp .step[data-step="3"] .form-group {
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0px 1px 0px 0px white;
}
.form-appointmentapp .step[data-step="3"] .form-group.field-type-number {
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .form-appointmentapp .step[data-step="3"] .form-group.field-type-number .labelnumber {
    font-size: 12px;
    line-height: 17px;
  }
}
.form-appointmentapp .step[data-step="3"] .form-group.field-type-checkbox {
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .form-appointmentapp .step[data-step="3"] .form-group.field-type-checkbox label {
    font-size: 12px;
    line-height: 17px;
  }
}
.form-appointmentapp .step[data-step="3"] .form-group .inputnumber {
  height: 40px;
  max-width: 100px;
  margin-left: auto;
}
.form-appointmentapp .step[data-step="3"] .form-group.half {
  width: 100%;
}
@media (max-width: 575.98px) {
  .form-appointmentapp .form-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-radius: 0;
  }
  .form-appointmentapp .form-navigation button {
    border-radius: 0;
  }
}

.ficheAppointment .stickyHeader {
  display: none;
  padding: 15px 20px;
  border-bottom: 1px solid #ededed;
  z-index: 3;
}
.ficheAppointment .nativeSharing i {
  font-size: 22px;
}
.ficheAppointment .highlighted-box p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .ficheAppointment .highlighted-box p {
    font-size: 12px;
    line-height: 20px;
    color: #757575;
  }
}
.ficheAppointment .highlighted-box i.fa-location-dot {
  color: #757575;
}
.ficheAppointment .listingLink {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
}
.ficheAppointment .listingLink i {
  font-size: 14px;
  transition: 0.3s;
}
.ficheAppointment .listingLink:hover {
  background-color: #f57f17;
}
.ficheAppointment .listingLink:hover i {
  color: white;
}
.ficheAppointment .pill {
  background-color: #f57f17;
  padding: 6px 15px;
}
.ficheAppointment .pill .pillTitle {
  font-size: 14px;
  color: white;
}
.ficheAppointment .calendarTitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.ficheAppointment .calendarBox {
  background-color: white;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 30px 20px;
}
.ficheAppointment .localisation {
  background-color: #f57f17;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px;
  z-index: 2;
  position: relative;
  margin-bottom: -16px;
  color: white;
}
@media (max-width: 767.98px) {
  .ficheAppointment .localisation {
    left: 20px;
  }
}
.ficheAppointment .mapBox {
  z-index: 1;
  position: relative;
}
.ficheAppointment .mapBox #placeMap {
  height: 480px !important;
  width: 100%;
  min-height: 300px;
  border: 1px solid #ededed;
}
.ficheAppointment .mapBox #placeMap .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.ficheAppointment .contactInfo {
  display: flex;
  align-items: baseline;
  justify-content: start;
  max-width: 500px;
}
.ficheAppointment .contactInfo p {
  margin: 0;
}
.ficheAppointment .contactInfo i {
  width: 15px;
}
.ficheAppointment #fullCalendarAppointment {
  position: relative;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style],
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons {
  position: absolute !important;
  top: 0px !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 15 !important;
  transition: all 0.3s ease !important;
  width: 30px !important;
  height: 30px !important;
  font-weight: 600 !important;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style].btn-nav-prev, .ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style].fc-prev-button,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons.btn-nav-prev,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons.fc-prev-button {
  left: 0 !important;
  right: auto !important;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style].btn-nav-next, .ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style].fc-next-button,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons.btn-nav-next,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons.fc-next-button {
  right: 0 !important;
  left: auto !important;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style] i,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons i {
  font-size: 15px !important;
  color: #424242 !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons[style]:hover i,
.ficheAppointment #fullCalendarAppointment .custom-nav-buttons:hover i {
  color: #f57f17 !important;
}
.ficheAppointment #fullCalendarAppointment a:after {
  content: unset;
}
.ficheAppointment #fullCalendarAppointment a:hover {
  background-color: #f57f17;
  color: white !important;
}
.ficheAppointment #fullCalendarAppointment td.fc-day,
.ficheAppointment #fullCalendarAppointment td.fc-daygrid-day,
.ficheAppointment #fullCalendarAppointment td.fc-daygrid-day.selected,
.ficheAppointment #fullCalendarAppointment td.fc-daygrid-day.fc-day-today,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.selected,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today,
.ficheAppointment #fullCalendarAppointment .fc-day {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day a,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.selected a,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today a,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day-frame,
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day-top {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  box-sizing: border-box !important;
}
.ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0 !important;
  height: 28px !important;
  z-index: 10 !important;
  pointer-events: none !important;
  margin: 0 !important;
  transform: none !important;
}
.ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-prev-button, .ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-next-button {
  background-color: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 28px !important;
  width: 40px !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: static !important;
  transform: none !important;
}
.ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-prev-button .fc-icon, .ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-next-button .fc-icon {
  color: #424242 !important;
  font-size: 20px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-prev-button:hover .fc-icon, .ficheAppointment #fullCalendarAppointment .fc-toolbar-ltr .fc-next-button:hover .fc-icon {
  color: #f57f17 !important;
}
@media (min-width: 768px) {
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk {
    display: flex !important;
    align-items: center !important;
    position: static !important;
    transform: none !important;
  }
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk:nth-child(1), .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk:nth-child(3) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    position: static !important;
    transform: none !important;
  }
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk:nth-child(2) {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk {
    display: block;
    position: static;
  }
  .ficheAppointment #fullCalendarAppointment .fc-toolbar-chunk:nth-child(2) {
    display: block;
  }
}
.ficheAppointment #fullCalendarAppointment table tbody tr {
  background-color: transparent !important;
  border: none !important;
}
.ficheAppointment #fullCalendarAppointment table thead tr th {
  background-color: transparent !important;
  text-align: center;
  vertical-align: middle;
}
.ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table {
  margin: 0 auto;
  table-layout: fixed;
}
.ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table tbody tr td, .ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table tbody tr th, .ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table thead tr td, .ficheAppointment #fullCalendarAppointment .fc-scrollgrid-sync-table thead tr th {
  text-align: center;
  vertical-align: middle;
}
.ficheAppointment #fullCalendarAppointment .fc-multimonth {
  border: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}
.ficheAppointment #fullCalendarAppointment .fc-multimonth td, .ficheAppointment #fullCalendarAppointment .fc-multimonth th, .ficheAppointment #fullCalendarAppointment .fc-multimonth thead, .ficheAppointment #fullCalendarAppointment .fc-multimonth table {
  border: none;
}
.ficheAppointment #fullCalendarAppointment .fc-timegrid-slot {
  font-size: 15px;
}
.ficheAppointment #fullCalendarAppointment a {
  color: #424242;
}
@media (min-width: 992px) {
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-multimonth-month {
    margin: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-multimonth-month {
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-multimonth-title {
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    padding: 0 0 30px 0 !important;
    display: block !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 1 !important;
    margin: 0 !important;
    transform: none !important;
  }
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-daygrid-body {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .ficheAppointment #fullCalendarAppointment .fc-multiMonthTwo-view .fc-scrollgrid-sync-table {
    width: 100% !important;
  }
}
.ficheAppointment #fullCalendarAppointment .fc-multiMonthOne-view .fc-multimonth-title {
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  padding: 0 0 30px 0 !important;
  display: block !important;
  text-transform: capitalize !important;
  margin: 0 !important;
  transform: none !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day {
  border-radius: 5px;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day a {
  color: rgba(50, 63, 72, 0.8);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day .fc-daygrid-day-number {
  padding: 0;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today {
  background-color: #ffffff;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today a {
  background-color: #bbdefb;
  border-radius: 5px !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #424242 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today a .fc-daygrid-day-number {
  color: #424242 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today a:hover .fc-daygrid-day-number {
  color: #424242 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today.fc-day-partial-booked a {
  color: #424242 !important;
  opacity: 1 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-today.fc-day-partial-booked a .fc-daygrid-day-number {
  color: #424242 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-partial-booked a .fc-daygrid-day-number {
  color: inherit;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-partial-booked.fc-day-today a {
  color: #424242 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-partial-booked.fc-day-today a .fc-daygrid-day-number {
  color: #424242 !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.selected {
  background-color: transparent !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day.selected a {
  background-color: #f57f17 !important;
  color: white !important;
  font-weight: 600 !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  border-radius: 5px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day-top, .ficheAppointment #fullCalendarAppointment .fc-daygrid-day-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
}
.ficheAppointment #fullCalendarAppointment .fc-day-other {
  opacity: 0.5;
  pointer-events: none;
}
.ficheAppointment #fullCalendarAppointment .fc-col-header-cell-cushion {
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ficheAppointment #fullCalendarAppointment .fc-col-header-cell {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
}
.ficheAppointment #fullCalendarAppointment .fc-daygrid-day-events {
  display: none;
}
.ficheAppointment #fullCalendarAppointment a.fc-daygrid-day-number {
  text-decoration: none;
}
.ficheAppointment #fullCalendarAppointment a.fc-col-header-cell-cushion {
  text-decoration: none;
}
.ficheAppointment #fullCalendarAppointment .fc-button-primary {
  background-color: #f57f17;
  padding: 10px 20px;
  border-radius: 25px;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
  transition: 0.3s;
  color: white;
  position: relative;
  overflow: hidden;
}
.ficheAppointment #fullCalendarAppointment .fc-button-primary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
.ficheAppointment #fullCalendarAppointment .fc-button-primary.fc-button-active, .ficheAppointment #fullCalendarAppointment .fc-button-primary.custom-selected {
  background-color: #424242 !important;
  color: white !important;
}
.ficheAppointment #fullCalendarAppointment .fc-button-primary:focus {
  box-shadow: unset;
}
.ficheAppointment #fullCalendarAppointment .fc-day {
  cursor: pointer;
  height: 30px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}
.ficheAppointment #fullCalendarAppointment .fc-day-past, .ficheAppointment #fullCalendarAppointment .fc-daygrid-day.fc-day-full, .ficheAppointment #fullCalendarAppointment .fc-day-not-selectable {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
.ficheAppointment #fullCalendarAppointment .fc-timegrid-cols .fc-day-past, .ficheAppointment #fullCalendarAppointment .fc-timegrid-cols .fc-day-not-selectable {
  background-color: #e0e0e0;
}
.ficheAppointment .hour-buttons-container:not(.d-none) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 20px;
}
.ficheAppointment .hour-buttons-container:not(.d-none) .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.ficheAppointment .hour-buttons-container:not(.d-none) .row .col-6, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-md-4, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-lg-3 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px !important;
  flex: 0 0 auto !important;
}
@media (max-width: 767.98px) {
  .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-6, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-md-4, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-lg-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (min-width: 768px) {
  .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-6, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-md-4, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-lg-3 {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
  }
}
@media (min-width: 992px) {
  .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-6, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-md-4, .ficheAppointment .hour-buttons-container:not(.d-none) .row .col-lg-3 {
    width: 25% !important;
    flex: 0 0 25% !important;
  }
}
.ficheAppointment .hour-buttons-container.d-none {
  display: none !important;
}
.ficheAppointment .hour-buttons-container .btn-hour {
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  width: 100% !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  background-color: #bbdefb;
  color: white;
}
.ficheAppointment .hour-buttons-container .btn-hour.selected {
  background-color: rgb(114.75, 186.9375, 246.75);
  color: white;
  font-weight: 600;
}
.ficheAppointment .hour-buttons-dynamic {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 20px;
}
.ficheAppointment .hour-buttons-dynamic .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.ficheAppointment .hour-buttons-dynamic .row .col-6, .ficheAppointment .hour-buttons-dynamic .row .col-md-4, .ficheAppointment .hour-buttons-dynamic .row .col-lg-3 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px !important;
  flex: 0 0 auto !important;
}
@media (max-width: 767.98px) {
  .ficheAppointment .hour-buttons-dynamic .row .col-6, .ficheAppointment .hour-buttons-dynamic .row .col-md-4, .ficheAppointment .hour-buttons-dynamic .row .col-lg-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (min-width: 768px) {
  .ficheAppointment .hour-buttons-dynamic .row .col-6, .ficheAppointment .hour-buttons-dynamic .row .col-md-4, .ficheAppointment .hour-buttons-dynamic .row .col-lg-3 {
    width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
  }
}
@media (min-width: 992px) {
  .ficheAppointment .hour-buttons-dynamic .row .col-6, .ficheAppointment .hour-buttons-dynamic .row .col-md-4, .ficheAppointment .hour-buttons-dynamic .row .col-lg-3 {
    width: 25% !important;
    flex: 0 0 25% !important;
  }
}
.ficheAppointment .hour-buttons-dynamic .btn-hour {
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.available {
  background-color: #bbdefb;
  color: white;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.available:hover {
  background-color: rgb(138.8333333333, 198.625, 248.1666666667);
  color: white;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.available.selected {
  background-color: rgb(114.75, 186.9375, 246.75);
  color: white;
  font-weight: 600;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.booked {
  background-color: grey;
  color: white;
  opacity: 0.7;
  cursor: not-allowed;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.booked:hover {
  background-color: grey;
  color: white;
  opacity: 0.7;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour.booked:disabled {
  background-color: grey;
  color: white;
  opacity: 0.7;
  cursor: not-allowed;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour:not(.available):not(.booked) {
  background-color: #bbdefb;
  color: white;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour:not(.available):not(.booked):hover {
  background-color: rgb(138.8333333333, 198.625, 248.1666666667);
  color: white;
}
.ficheAppointment .hour-buttons-dynamic .btn-hour:not(.available):not(.booked).selected {
  background-color: rgb(114.75, 186.9375, 246.75);
  color: white;
  font-weight: 600;
}
.ficheAppointment #bookingSubmitBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f57f17;
}
.ficheAppointment #bookingSubmitBtn:disabled:hover {
  background-color: #f57f17;
}
.ficheAppointment #bookingSubmitBtn:disabled:before {
  content: unset;
}
.ficheAppointment .btn-hour {
  width: 100% !important;
  min-height: 35px !important;
  padding: 5px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
}

.registrationsList .wrapper-col:first-child .box {
  border-top: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white, inset 0 1px 0 0 white;
}
.registrationsList .box {
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white;
  transition: 0.3s;
}
.registrationsList .box .bottomSection {
  transition: 0.3s;
}
.registrationsList .box .circleButton i {
  color: white;
  font-size: 12px;
  font-weight: 900;
}
.registrationsList .box .leftPart {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .registrationsList .box .leftPart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.registrationsList .box .leftPart .appointmentIcon {
  font-size: 25px;
  width: 30px;
}
.registrationsList .box .leftPart .registrationCateg, .registrationsList .box .leftPart .registrationDate {
  font-size: 13px;
  line-height: 18px;
  transition: 0.3s;
  font-weight: 500;
}
@media (min-width: 992px) {
  .registrationsList .box .leftPart .registrationTitle {
    font-size: 28px;
    line-height: 36px;
  }
}
.registrationsList .box .circleButton {
  background-color: #f57f17;
  transition: 0.5s;
  width: 26px;
  height: 26px;
}
@media (max-width: 1199.98px) {
  .registrationsList .box .circleButton {
    width: 25px;
    height: 25px;
  }
}
.registrationsList .box .circleButton i {
  font-size: 12px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .registrationsList .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
  }
  .registrationsList .box .mobileDisplay .circleButtonContainer {
    display: none;
  }
}
.registrationsList .box:hover .circleButton i {
  color: white;
}
.registrationsList .overflow-y-enabled {
  height: 820px;
}
@media (max-width: 767.98px) {
  .registrationsList .listElement {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .registrationsList .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .registrationsList .listElement.border-bottom {
    border-bottom: 1px solid #e0e0e0;
  }
  .registrationsList .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #BAE4DC;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .registrationsList .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3F6E65;
  }
  .registrationsList .listElement p {
    font-size: 14px;
    line-height: 20px;
  }
}

.registrationHighlight .listingLink {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  pointer-events: auto;
  transition: 0.3s;
}
.registrationHighlight .listingLink i {
  font-size: 14px;
  transition: 0.3s;
}
.registrationHighlight .listingLink:hover {
  background-color: #f57f17;
}
.registrationHighlight .listingLink:hover i {
  color: white;
}
@media (min-width: 768px) {
  .registrationHighlight .highlightImages {
    border-radius: 10px;
    overflow: hidden;
  }
}
.registrationHighlight .wrapper-image-highlight {
  height: 100%;
}
@media (min-width: 992px) {
  .registrationHighlight .wrapper-image-highlight {
    height: 237px;
  }
  .registrationHighlight .wrapper-image-highlight.main {
    height: 100%;
  }
}
.registrationHighlight .wrapper-image-highlight .imgCount {
  font-size: 32px;
  line-height: 42px;
}
.registrationHighlight .hidden-image {
  display: none;
}

.registrationCategoryPage .accordions h1, .registrationCategoryPage .accordions .h1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .registrationCategoryPage .accordions h1, .registrationCategoryPage .accordions .h1 {
    padding-top: 50px;
  }
}
.registrationCategoryPage .accordions .wrapper-description {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .registrationCategoryPage .accordions .wrapper-description {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.registrationCategoryPage .highlighted-box {
  border: 1px solid #ededed;
}

.registrationsListFiltered #registration-filter-header {
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .registrationsListFiltered #registration-filter-header.sticky-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin: 0 !important;
    border-bottom: 1px solid #ededed;
  }
  .registrationsListFiltered #registration-filter-header.sticky-filter .d-flex.align-items-center.justify-content-between.w-100.d-xl-none {
    margin: 0 !important;
  }
  .registrationsListFiltered #registration-filter-header.sticky-filter .sticky-filter-content {
    display: flex !important;
  }
}
.registrationsListFiltered #mobile-header-buttons {
  transition: opacity 0.3s ease;
}
.registrationsListFiltered .btn-filter {
  border: 0;
  background-color: #f57f17;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.registrationsListFiltered .btn-filter i {
  color: white;
  font-size: 28px;
}
.registrationsListFiltered .btn-filter-header {
  border: 0;
  background-color: unset;
}
.registrationsListFiltered .btn-filter-header i {
  font-size: 28px;
}
.registrationsListFiltered .sticky-filter-content .btn-filter {
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
}
.registrationsListFiltered .sticky-filter-content .btn-filter i {
  color: #f57f17;
  font-size: 20px;
}
.registrationsListFiltered .btnReset {
  font-weight: 400;
}
.registrationsListFiltered .filterOffcanvas .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #424242;
  border-radius: 4px;
  background-color: transparent;
}
.registrationsListFiltered .filterOffcanvas .form-check-input:checked {
  background-color: #f57f17;
  border-color: #f57f17;
  background-image: var(--bs-form-check-bg-image);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.registrationsListFiltered .filterOffcanvas .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 23, 0.25);
  border-color: #f57f17;
}
.registrationsListFiltered .filterOffcanvas .offcanvas-header {
  padding: 15px 20px;
}
.registrationsListFiltered .filterOffcanvas .offcanvas-footer {
  padding: 15px 20px;
}
.registrationsListFiltered .filterOffcanvas .offcanvas-footer .btn-custom-filters {
  background-color: #f57f17;
  color: white;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease;
}
.registrationsListFiltered .filterOffcanvas .offcanvas-footer .btn-custom-filters i {
  font-size: 16px;
}
.registrationsListFiltered .filterOffcanvas .btn-xmark {
  position: unset;
  border: 0;
  background-color: transparent;
}
.registrationsListFiltered .filterOffcanvas .btn-xmark i {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .filterOffcanvas .btn-xmark i {
    font-size: 15px;
  }
}
.registrationsListFiltered .filterOffcanvas .offcanvas-title {
  font-size: 13px;
  line-height: 18px;
}
.registrationsListFiltered .boxRegistrable {
  background-color: white;
  padding: 40px;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable {
    padding: 20px;
  }
}
.registrationsListFiltered .boxRegistrable .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.registrationsListFiltered .boxRegistrable .bullet {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable .bullet {
    margin-bottom: 10px;
  }
}
.registrationsListFiltered .boxRegistrable .bullet i {
  margin-right: 10px;
  font-size: 16px;
  color: #757575;
  width: 20px;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable .bullet i {
    font-size: 12px;
    width: 18px;
  }
}
.registrationsListFiltered .boxRegistrable .bullet span {
  font-size: 16px;
  color: #757575;
}
@media (max-width: 991.98px) {
  .registrationsListFiltered .boxRegistrable .bullet span {
    font-size: 12px;
  }
}
.registrationsListFiltered .boxRegistrable .priceSection .price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #2979ff;
}
.registrationsListFiltered .boxRegistrable .noStockLeft {
  background-color: rgba(235, 78, 81, 0.4);
  cursor: not-allowed;
}
.registrationsListFiltered .flag {
  flex-shrink: 0;
  margin-left: 30px;
}
.registrationsListFiltered .flag .flag-icon {
  width: 18px;
  height: 18px;
}

/**
 * POI (Points of Interest) Module Styles
 * Complete styling for points of interest listing and map integration
 */
@media (min-width: 1200px) {
  .poilist .wrapper-boxes {
    max-height: 980px;
  }
}
.poilist .poi-filters {
  gap: 10px;
}
@media (max-width: 767.98px) {
  .poilist .poi-filters {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: calc(-1 * var(--bs-gutter-x, 0.75rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 0.75rem));
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .poilist .poi-filters::-webkit-scrollbar {
    display: none;
  }
}
.poilist .poi-filters .poi-filter {
  display: flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: #f57f17;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .poilist .poi-filters .poi-filter {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.poilist .poi-filters .poi-filter span {
  color: white;
  font-weight: 400;
}
.poilist .poi-item {
  background-color: white;
  transition: 0.3s;
}
.poilist .poi-item::before {
  transition: left 0.7s ease 0.3s;
}
@media (max-width: 991.98px) {
  .poilist .poi-item {
    padding-bottom: 76px !important;
  }
}
@media (max-width: 767.98px) {
  .poilist .poi-item {
    overflow: hidden;
  }
  .poilist .poi-item .d-flex {
    flex-wrap: nowrap;
  }
}
.poilist .poi-item .poiType {
  color: #f57f17;
  font-size: 13px;
  line-height: 18px;
}
.poilist .poi-item .iconInfo {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 5px;
}
.poilist .poi-item .iconInfo i {
  font-weight: 300 !important;
  color: #f57f17 !important;
}
.poilist .poi-item .iconInfo i, .poilist .poi-item .iconInfo span, .poilist .poi-item .iconInfo p {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(16, 24, 32, 0.5019607843);
}
.poilist .poi-item span, .poilist .poi-item i, .poilist .poi-item h3, .poilist .poi-item .h3, .poilist .poi-item p, .poilist .poi-item a {
  transition: 0.3s;
  color: #424242;
}
@media (max-width: 767.98px) {
  .poilist .poi-item .ellipsisone {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.poilist .poi-item .rounded-circle-chevron {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  background-color: #f57f17;
  transition: 0.3s;
}
@media (max-width: 1399.98px) {
  .poilist .poi-item .rounded-circle-chevron {
    display: none;
  }
}
.poilist .poi-item .rounded-circle-chevron i {
  color: white;
  font-size: 12px;
  transition: 0.3s;
}
.poilist .poi-item .listingImageWrapper {
  width: 120px;
  height: 80px;
  flex-shrink: 0;
  border: 1px solid #ededed;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .poilist .poi-item .listingImageWrapper {
    display: none;
  }
}
.poilist .poi-item:hover {
  background-color: #f57f17;
}
.poilist .poi-item:hover span, .poilist .poi-item:hover i, .poilist .poi-item:hover h3, .poilist .poi-item:hover .h3, .poilist .poi-item:hover p, .poilist .poi-item:hover a {
  color: white !important;
}
.poilist .poi-item:hover .rounded-circle-chevron {
  background-color: white;
}
.poilist .poi-item:hover .rounded-circle-chevron i {
  color: #f57f17 !important;
}
.poilist .poiMobileLink {
  padding: 15px 25px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  background-color: #f57f17;
}
.poilist .poiMobileLink span {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .poilist .poiMobileLink span {
    line-height: 20px;
  }
}
.poilist .poiMobileLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: left 0.7s ease;
  pointer-events: none;
}
.poilist .poiMobileLink:hover::before {
  left: 100%;
}
@media (min-width: 992px) {
  .poilist .overflow-y-enabled .col-12 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .poilist .overflow-y-enabled .poi-item {
    margin-bottom: 10px;
    border: 1px solid #ededed;
  }
}
.poilist .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  left: 0;
}
@media (max-width: 767.98px) {
  .poilist .map-panel {
    position: fixed !important;
    bottom: 0;
    transform: translateY(calc(100% - 62px));
    transition: transform 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .poilist .map-panel {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
    bottom: 60px;
  }
}
.poilist .map-panel .titleMap {
  display: block;
}
.poilist .map-panel #mapEntities {
  display: none;
}
.poilist .map-panel.open {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .poilist .map-panel.open {
    transform: translateY(0);
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .poilist .map-panel.open {
    transform: none;
    top: 75px;
    height: calc(100vh - 75px);
  }
}
.poilist .map-panel.open hr {
  background-color: #4F5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.poilist .map-panel.open .titleMap {
  display: none;
}
.poilist .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.poilist .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.poilist .map-panel .map-content {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .poilist .map-panel .map-content {
    max-height: 100vh;
  }
}
@media (min-width: 768px) {
  .poilist .map-panel .map-content {
    max-height: calc(100vh - 75px);
  }
}
.poilist .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.poilist .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
.poilist #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #ededed;
}
.poilist #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.poilist #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.poilist .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.poilist .cluster-marker {
  background-color: #795548;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * POI Map Integration Styles
 * Interactive map panel with responsive behavior and Leaflet customization
 */
.poilist .map-panel {
  width: 100%;
  height: 62px;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  left: 0;
}
@media (max-width: 1199.98px) {
  .poilist .map-panel {
    position: fixed !important;
    bottom: 0;
    transform: translateY(calc(100% - 62px));
    transition: transform 0.3s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .poilist .map-panel {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
    bottom: 60px;
  }
}
.poilist .map-panel .titleMap {
  display: block;
}
.poilist .map-panel #mapEntities {
  display: none;
}
.poilist .map-panel.open {
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .poilist .map-panel.open {
    transform: translateY(0);
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .poilist .map-panel.open {
    transform: none;
    top: 75px;
    height: calc(100vh - 75px);
  }
}
.poilist .map-panel.open hr {
  background-color: #4F5161;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
}
.poilist .map-panel.open .titleMap {
  display: none;
}
.poilist .map-panel.open #mapEntities {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.poilist .map-panel.open #mapEntities .leaflet-popup {
  width: 275px;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.poilist .map-panel.open #mapEntities .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.poilist .map-panel .map-content {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 1199.98px) {
  .poilist .map-panel .map-content {
    max-height: 100vh;
  }
}
@media (min-width: 1200px) {
  .poilist .map-panel .map-content {
    max-height: calc(100vh - 75px);
  }
}
.poilist .map-panel .map-content #mapEntities {
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.poilist .map-panel .touchBar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
}
.poilist #mapEntitiesDesktop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - (100vw - 1620px) / 2 - 800px) !important;
  border-left: 1px solid #ededed;
}
.poilist #mapEntitiesDesktop .leaflet-popup {
  width: 275px;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button {
  top: -15px;
  right: -11px;
  color: transparent;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-close-button span {
  color: transparent;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper {
  border: 1px solid #ededed;
  box-shadow: unset;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleContainer {
  padding: 20px 20px 20px 15px;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .titleMarker {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content i.fa-chevron-right {
  font-size: 12px;
  color: #2979ff;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .wrapperImg .previewImg {
  -o-object-fit: cover;
     object-fit: cover;
}
.poilist #mapEntitiesDesktop .leaflet-popup .leaflet-popup-content-wrapper .closeCross {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 18px;
  color: #424242;
  background-color: white;
}
.poilist #mapEntitiesDesktop.custom-h {
  height: 980px !important;
}
.poilist .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.poilist .cluster-marker {
  background-color: #795548;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 13px;
  font-family: "proxima-nova", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.fichePoi .listingLink {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.fichePoi .listingLink i {
  font-size: 14px;
}
@media (min-width: 768px) {
  .fichePoi .highlightImages {
    border-radius: 10px;
    overflow: hidden;
  }
}
.fichePoi .wrapper-image-highlight {
  height: 480px;
}
@media (min-width: 992px) {
  .fichePoi .wrapper-image-highlight {
    height: 480px;
  }
  .fichePoi .wrapper-image-highlight.main {
    height: 480px;
  }
}
.fichePoi .wrapper-image-highlight .imgCount {
  font-size: 32px;
  line-height: 42px;
}
.fichePoi .hidden-image {
  display: none;
}
@media (max-width: 767.98px) {
  .fichePoi .highlighted-box {
    border: 1px solid rgba(55, 56, 63, 0.1);
  }
}
.fichePoi .highlighted-box .nativeSharing i {
  font-size: 22px;
}
.fichePoi .highlighted-box .address, .fichePoi .highlighted-box .capacity {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.fichePoi .highlighted-box .address .icon-wrapper, .fichePoi .highlighted-box .capacity .icon-wrapper {
  width: 25px;
  display: flex;
  justify-content: center;
}
.fichePoi .highlighted-box .address *, .fichePoi .highlighted-box .capacity * {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fichePoi .highlighted-box .address span, .fichePoi .highlighted-box .address p, .fichePoi .highlighted-box .capacity span, .fichePoi .highlighted-box .capacity p {
    margin-bottom: 0;
  }
}
.fichePoi .pill {
  background-color: #2979ff;
  padding: 6px 15px;
}
.fichePoi .pill .pillTitle {
  font-size: 14px;
  color: white;
}
.fichePoi .equipmentsContainer {
  gap: 10px 25px;
}
.fichePoi .equipmentsContainer .equipment .equipmentTitle, .fichePoi .equipmentsContainer .equipment i {
  font-size: 14px;
  line-height: 20px;
}
.fichePoi .calendarBox {
  background-color: white;
  border: 1px solid #ededed;
  border-radius: 4px;
  position: relative;
}
.fichePoi .calendarBox .custom-month-title {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding: 5px;
  margin-bottom: 20px;
  text-transform: capitalize;
  display: none;
}
.fichePoi .localisation {
  background-color: #2979ff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px;
  z-index: 2;
  position: relative;
  margin-bottom: -16px;
}
.fichePoi .localisation span {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 400;
}
.fichePoi .mapBox {
  z-index: 1;
  position: relative;
}
.fichePoi .mapBox #placeMap {
  height: 100%;
  width: 100%;
  min-height: 300px;
  border: 1px solid #ededed;
}
.fichePoi .mapBox #placeMap .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.fichePoi .bookingButton {
  background-color: #f57f17;
  padding: 20px 25px;
}
.fichePoi .bookingButton span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
}

.fichePoi .poi-details .contact-info, .fichePoi .poi-details .description-info {
  border: 1px solid #ededed;
  margin-bottom: 15px;
  padding: 30px 30px 25px 30px;
  border-radius: 4px;
  overflow: hidden;
}
.fichePoi .poi-details .contact-info p, .fichePoi .poi-details .contact-info a, .fichePoi .poi-details .description-info p, .fichePoi .poi-details .description-info a {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
}
.fichePoi .poi-details .contact-info .titleContact, .fichePoi .poi-details .description-info .titleContact {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}
.fichePoi .poi-details .contact-info p + p, .fichePoi .poi-details .contact-info .iconInfo + .iconInfo, .fichePoi .poi-details .description-info p + p, .fichePoi .poi-details .description-info .iconInfo + .iconInfo {
  margin-top: 10px;
}
.fichePoi .poi-details .contact-info i, .fichePoi .poi-details .description-info i {
  color: #f57f17;
  width: 15px;
  font-size: 12px;
}
.fichePoi .poi-details .contact-info .logo, .fichePoi .poi-details .description-info .logo {
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .fichePoi .poi-details .contact-info, .fichePoi .poi-details .description-info {
    padding: 20px 25px;
  }
  .fichePoi .poi-details .contact-info .iconInfo, .fichePoi .poi-details .description-info .iconInfo {
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .fichePoi .poi-details .custom-margin-top {
    margin-top: 20px;
  }
}
.fichePoi .mapBox {
  z-index: 1;
  position: relative;
}
.fichePoi .mapBox #poiPlaceMap {
  height: 100%;
  width: 100%;
  min-height: 300px;
  border: 1px solid #ededed;
  margin-top: -20px;
}
.fichePoi .mapBox #poiPlaceMap .custom-marker {
  background-color: #795548;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.fichePoi .localisation {
  background-color: #f57f17;
  color: white;
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 10;
  margin-bottom: -10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px 15px 0 0;
}
.fichePoi .localisation span {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 400;
}
.fichePoi .contactInfo i {
  color: #2979ff;
  width: 18px;
}
.fichePoi .contactInfo span {
  font-size: 16px;
  color: #424242;
}
.fichePoi .return-link {
  color: #424242;
}
.fichePoi .return-link:hover {
  color: #f57f17;
}
.fichePoi .return-link i {
  color: #f57f17;
}

.jobslist .wrapper-col:not(:last-child) {
  margin-bottom: 2px;
}
.jobslist .box {
  border-top: none;
  background-color: white;
  position: relative;
  border-bottom: 1px solid #E3DED8;
  box-shadow: 0 1px 0 0 white;
  padding: 25px 0;
  transition: 0.3s;
}
.jobslist .box .job-image-wrapper {
  width: 100%;
  height: 85px;
  border-radius: 4px;
}
.jobslist .box .circleButton i {
  color: white;
  font-size: 12px;
  font-weight: 900;
}
.jobslist .box .jobInfo span, .jobslist .box .jobInfo i {
  font-size: 14px;
  line-height: 20px;
  color: #757575;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .jobslist .box .jobInfo span, .jobslist .box .jobInfo i {
    font-size: 12px;
    line-height: 17px;
    color: #757575;
  }
}
.jobslist .box .jobInfo i {
  width: 18px;
}
.jobslist .box .leftPart {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .jobslist .box .leftPart .jobTitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.jobslist .box .circleButton {
  background-color: #f57f17;
  transition: 0.5s;
  width: 26px;
  height: 26px;
}
@media (max-width: 1199.98px) {
  .jobslist .box .circleButton {
    width: 25px;
    height: 25px;
  }
}
.jobslist .box .circleButton i {
  font-size: 12px;
  color: white;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .jobslist .box .mobileDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
  }
  .jobslist .box .mobileDisplay .circleButtonContainer {
    display: none;
  }
}
.jobslist .box:hover .circleButton i {
  color: white;
}
.jobslist .wrapper-col:first-child .box {
  border-top: 1px solid #E3DED8;
}
@media (max-width: 767.98px) {
  .jobslist .listElement {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .jobslist .listElement {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .jobslist .listElement.border-bottom {
    border-bottom: 1px solid #e0e0e0;
  }
  .jobslist .listElement .rounded-circle-chevron {
    transition: 0.3s;
    background-color: #BAE4DC;
    height: 26px;
    width: 26px;
    flex-shrink: 0;
  }
  .jobslist .listElement .rounded-circle-chevron i {
    font-size: 12px;
    color: #3F6E65;
  }
  .jobslist .listElement p {
    font-size: 14px;
    line-height: 20px;
  }
}

/*
* Layout
* - everything that takes part in laying out the site/application
*/
/* header */
.header {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  display: block;
  z-index: 99;
  padding: 31px 0px 20px 0px;
  background-color: #fff;
  width: 100%;
  max-width: 1760px;
  border-bottom: 1px solid #EFEFEF;
}
@media (min-width: 1400px) {
  .header {
    height: 120px;
  }
}
@media (max-width: 991.98px) {
  .header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    height: 74px;
    padding: 0;
    border-radius: 0;
  }
}
.header .item-left {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header .item-left {
    flex: 0 0 auto;
  }
}
.header .endPart {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.header .logo {
  position: absolute;
  top: 20px;
  z-index: 10;
  display: flex;
  align-items: start;
  gap: 15px;
  width: auto;
}
@media (max-width: 1199.98px) {
  .header .logo {
    left: unset;
    top: 20px;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .header .logo {
    position: relative;
    left: 0;
    top: 16px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.header .logo a {
  font-size: 30px;
  color: #323F48;
  font-weight: 500;
  text-decoration: none;
  display: block;
  flex-shrink: 0;
}
.header .logo a img {
  display: block;
  width: 110px;
  height: auto;
}
@media (max-width: 1199.98px) {
  .header .logo a img {
    width: 90px;
  }
}
@media (max-width: 767.98px) {
  .header .logo a img {
    width: 55px;
  }
}
@media (max-width: 767.98px) {
  .header i {
    font-size: 22px;
  }
}
.header .site-title {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  white-space: nowrap;
  color: #323F48;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  flex-shrink: 0;
  padding-top: 30px;
}
@media (max-width: 1700px) {
  .header .site-title {
    padding-top: 40px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1199.98px) {
  .header .site-title {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .header .site-title {
    font-size: 1.6rem;
    padding-top: 0;
    top: -10px;
  }
}
.header .item-center {
  flex: 0 0 70%;
  display: inline-flex;
  justify-content: flex-end;
  margin-top: 12px;
}
@media (max-width: 767.98px) {
  .header .item-center {
    flex: 0 0 70%;
    margin-top: 0px;
  }
}
.header .item-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.header .item-right i {
  font-size: 22px;
}
.header .item-right a {
  text-decoration: none;
  font-size: 2.1rem;
  color: #555555;
  display: inline-block;
  margin-right: 15px;
  transition: color 0.3s ease;
}
.header .item-right a:hover {
  color: #519267;
}
.header .item-right .menu-line a {
  font-size: 1.8rem;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1399.98px) {
  .header .menu > ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header .menu > ul > li > a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #323F48;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
  text-decoration: none;
  outline: none;
}
@media (max-width: 1700px) {
  .header .menu > ul > li > a {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .header .menu > ul > li > a {
    font-size: 1.8rem;
  }
}
.header .menu > ul > li:hover > a {
  color: #519267;
}
.header .menu > ul > li.menu-item-has-children i {
  font-size: 1.3rem;
  color: #323F48;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 15px;
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
  }
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  padding: 40px 80px;
  transition: all 0.3s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .header .menu > ul > li .sub-menu {
    pointer-events: initial;
  }
}
@media (min-width: 768px) {
  .header .menu > ul > li .sub-menu {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
    pointer-events: initial;
    width: 940px;
    min-height: 550px;
    margin-left: -50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .header .menu > ul > li .sub-menu:has(.menu-level-2:hover .menu-level-3):after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border: 10px solid transparent;
    background-color: #2A647B;
    width: 50%;
    height: 100%;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 1199.98px) {
  .header .menu > ul > li .sub-menu {
    margin-left: -150px;
  }
}
.header .menu > ul > li .sub-menu:before {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  border: 16px solid transparent;
  width: 100%;
  background-color: #fff;
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 1.5rem;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .sub-menu > ul > li > a:hover {
  color: #519267;
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item a {
  font-size: 1.7rem;
  color: #323F48;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0;
  text-decoration: none;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
  padding-left: 40px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li.active a {
  color: #519267;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover {
  color: #fff !important;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 .list-item i {
  font-size: 1.15rem;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 20%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .menu > ul > li .single-column-menu {
  min-width: 280px;
}

/* banner section */
.banner-section {
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .header .menu > ul > li .single-column-menu.sub-sub-menu {
    position: initial;
    box-shadow: none;
    padding: 0px;
    margin-top: 0px !important;
  }
  .header .menu > ul > li .single-column-menu.sub-sub-menu ul {
    list-style: none;
    padding-left: 0px;
  }
  .header .menu > ul > li .single-column-menu.sub-sub-menu ul li a {
    padding: 8px 0;
    display: inline-block;
    font-size: 1.7rem;
    color: #323F48;
    text-decoration: none;
    transition: color 0.3s ease;
  }
}
/*responsive*/
@media (max-width: 767.98px) {
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    color: #323F48;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover {
    color: #323F48 !important;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    font-size: 1.8rem;
    border-bottom: 1px solid #519267;
    margin-bottom: 20px;
    color: #519267;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title a {
    color: #519267;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .v-center {
    justify-content: end;
  }
}
@media (max-width: 767.98px) and (max-width: 1199.98px) {
  .v-center {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .header .item-right {
    align-items: center;
  }
  .header .menu {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: scroll;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: end;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .language-switcher {
    font-size: 2rem;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active {
    justify-content: space-between;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: scroll;
    height: 100%;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    margin-bottom: 20px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: inline-flex;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .menu-level-2 {
    /* ✅ Garde le sous-menu visible au survol */
  }
  .menu-level-2 .title a {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #323F48;
    text-decoration: none;
    margin-bottom: 1.5rem;
    z-index: 15;
  }
  .menu-level-2 .title a i {
    font-size: 1.4rem;
    margin-left: 8px;
    transition: transform 0.3s ease;
    position: absolute;
    right: 60%;
  }
  .menu-level-2 .menu-level-3 {
    position: absolute;
    top: 45px;
    left: 100%;
    transform: translateX(0%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    z-index: 50;
    list-style: none;
    left: 50%;
    min-height: 250px;
  }
  .menu-level-2 .menu-level-3 li a {
    position: relative;
    z-index: 100;
    display: block;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 1.5rem;
  }
  .menu-level-2 .menu-level-3 li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .menu-level-2:hover > .menu-level-3,
  .menu-level-2 .menu-level-3:hover > .menu-level-3 {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  .menu-level-2:hover .title i,
  .menu-level-2 .menu-level-3:hover .title i {
    transform: translateX(10px); /* Effet de rotation de la flèche */
  }
}
footer {
  position: relative;
  color: #fff;
  background-color: #2A647B;
}
@media screen and (max-width: 998px) {
  footer {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 998px) {
  footer .logo-footer {
    margin-bottom: 30px;
  }
}
footer .container--inner {
  position: relative;
}
@media screen and (max-width: 998px) {
  footer .container--inner {
    position: initial;
  }
  footer .container--inner .pt-80 {
    padding-top: 0px !important;
  }
  footer .container--inner .pb-80 {
    padding-bottom: 0px !important;
  }
  footer .container--inner .p-5 {
    padding: 1rem !important;
  }
}
footer p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
  font-weight: 500;
}
footer p b {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
footer h3, footer .h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 998px) {
  footer h3, footer .h3 {
    margin-bottom: 1.5rem;
    margin-top: 0rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
footer .row {
  position: relative;
  z-index: 10;
}
footer .logo-social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
}
footer .logo-social .logoFooter {
  height: 60px;
}
@media screen and (max-width: 998px) {
  footer .logo-social {
    height: -moz-fit-content;
    height: fit-content;
  }
}
footer .social {
  display: inline-flex;
  width: 100%;
}
@media screen and (max-width: 998px) {
  footer .social {
    margin: 2rem 0rem;
  }
}
footer .social h3, footer .social .h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-right: 10px;
  margin-bottom: 0px;
}
footer .social a {
  display: inline-block;
  margin: 0px 2px;
  transition: all 0.3s ease;
}
footer .social a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer ul li {
  padding-left: 0px;
}
footer ul li:before {
  display: none;
}
footer ul li a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  outline: none;
  display: block;
  transition: color 0.3s ease;
}
footer ul li a:hover {
  color: #fff !important;
  transition: color 0.3s ease;
}
footer a {
  color: #F6D903;
  text-decoration: initial;
}
footer a:hover {
  text-decoration: underline;
  color: #F6D903 !important;
}
footer .legals, footer .legals-links {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 998px) {
  footer .legals, footer .legals-links {
    margin-top: 15px;
    text-align: left;
  }
}
footer .legals p, footer .legals-links p {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media (max-width: 991.98px) {
  .home-news .btn-redange {
    width: 100%;
  }
}
.home-news .actualites-slider-wrapper {
  width: 100%;
  overflow: visible;
}
.home-news .actualites-slider {
  overflow: visible;
  max-width: none;
}
.home-news .actualites-slider .slider-row {
  flex-wrap: nowrap;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .home-news .actualites-slider .slider-row {
    flex-wrap: wrap;
  }
}
.home-news .actualites-slider .slider-row .col-lg-3,
.home-news .actualites-slider .slider-row .col-xl-2 {
  flex-shrink: 0;
}
.home-news .actualites-slider .slider-row .slider-overflow-col {
  max-width: none !important;
  flex: 0 0 auto;
  padding-right: 0 !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: calc(100vw - (100vw - 960px) / 2 - 240px);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: calc(100vw - (100vw - 1140px) / 2 - 285px);
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: calc(100vw - (100vw - 1320px) / 2 - 330px);
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: calc(100vw - (100vw - 1600px) / 2 - 400px);
  }
}
@media (min-width: 1920px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: 1360px;
  }
}
@media (max-width: 767.98px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .home-news .actualites-slider .slider-row .slider-overflow-col .glide,
  .home-news .actualites-slider .slider-row .slider-overflow-col .d-flex.align-items-center {
    padding-right: 0;
  }
}
.home-news .actualites-slider .controls-row .col-lg-3,
.home-news .actualites-slider .controls-row .col-xl-2 {
  flex-shrink: 0;
}
.home-news .actualites-slider .controls-row .col-lg-9,
.home-news .actualites-slider .controls-row .col-xl-9 {
  max-width: 66.67% !important;
  flex: 0 0 66.67% !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-left: 8.33333333% !important;
}
@media (max-width: 767.98px) {
  .home-news .actualites-slider .controls-row .col-lg-9,
  .home-news .actualites-slider .controls-row .col-xl-9 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
  }
}
.home-news .card-img {
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .home-news .event-img-fixed {
    height: 200px;
  }
  .home-news .event-img-fixed img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-news picture {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .home-news picture {
    height: 245px;
  }
}
@media (min-width: 1400px) and (max-width: 1919px) {
  .home-news picture {
    height: 169px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-news picture {
    width: 270px;
    height: 156px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-news picture {
    width: 250px;
    height: 145px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-news picture {
    width: 100%;
    height: auto;
    aspect-ratio: 292/169;
  }
}
@media (max-width: 767.98px) {
  .home-news picture {
    width: 100%;
    height: auto;
    aspect-ratio: 292/169;
  }
}
.home-news .card-img-top {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-right: 1px solid #EFEFEF;
}
@media (min-width: 1200px) {
  .home-news .card-img-top {
    height: 100%;
  }
}
.home-news .card-img-top .placeholder-logo {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}
.home-news .card-body {
  padding: 3rem;
  transition: all 0.2s ease-in-out;
}
.home-news .card-body .card-title {
  height: 26px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .home-news .card-body {
    padding: 30px 25px;
  }
}
.home-news p {
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (max-width: 991.98px) {
  .home-news p {
    margin-bottom: 0px;
    text-align: start;
  }
}
@media (min-width: 992px) {
  .home-news p.blogP {
    text-align: end;
  }
}
.home-news .home-news-content h2, .home-news .home-news-content .h2 {
  font-weight: 400;
  text-align: right;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 991.98px) {
  .home-news .home-news-content h2, .home-news .home-news-content .h2 {
    text-align: left;
  }
}
.home-news .home-news-content h2 strong, .home-news .home-news-content .h2 strong {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
.home-news .search-form {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .home-news .search-form {
    margin-bottom: 25px;
  }
}
.home-news .search-form .form-control {
  border: 1px solid #EFEFEF;
  padding: 28px 20px;
  background-color: #fff;
  font-weight: 400;
  border-radius: 5px 0px 0px 5px;
  height: 58px;
}
@media (max-width: 991.98px) {
  .home-news .search-form .form-control {
    padding: 20px;
  }
}
.home-news .search-form button {
  height: 58px;
  width: 75px;
  background-color: #2A647B;
}
@media (max-width: 991.98px) {
  .home-news .search-form button {
    height: 58px;
  }
}
.home-news .search-form button i {
  color: #fff;
  font-size: 2.5rem;
  margin: 0px;
}
@media (max-width: 991.98px) {
  .home-news .search-form .input-group {
    display: block;
    width: 100%;
  }
  .home-news .search-form .input-group input, .home-news .search-form .input-group button {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 2.6rem;
    border-radius: 5px !important;
    height: 58px;
  }
  .home-news .search-form .input-group button {
    margin-top: 10px;
  }
}
.home-news .glide__arrows {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .home-news .glide__arrows {
    gap: 10px;
  }
}
.home-news .glide__arrows .glide__arrow {
  background-color: #519267;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  box-shadow: none;
  border: none;
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}
.home-news .glide__arrows .glide__arrow i {
  font-size: 1.6rem;
}
.home-news .glide__arrows .glide__arrow:hover {
  background-color: #2A647B;
  box-shadow: none;
}
.home-news .glide__arrows .glide__arrow:hover i {
  color: #fff;
}

.home-news-v2 .ml-container {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 720px) / 2) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 960px) / 2) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 1140px) / 2) !important;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 1320px) / 2) !important;
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 1600px) / 2) !important;
  }
}
@media (min-width: 1920px) {
  .home-news-v2 .ml-container {
    margin-left: 0 !important;
    padding-left: 167.5px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 540px) / 2) !important;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .home-news-v2 .ml-container {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

.home-news-v2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.home-news-v2 .actualites-slider-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.home-news-v2 .container-fluid, .home-news-v2 .container-sm, .home-news-v2 .container-md, .home-news-v2 .container-lg, .home-news-v2 .container-xl, .home-news-v2 .container-xxl {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
@media (min-width: 1920px) {
  .home-news-v2 .container-fluid, .home-news-v2 .container-sm, .home-news-v2 .container-md, .home-news-v2 .container-lg, .home-news-v2 .container-xl, .home-news-v2 .container-xxl {
    max-width: 1920px !important;
  }
}
.home-news-v2 .slider-row-v2 {
  display: flex;
  flex-wrap: nowrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .home-news-v2 .slider-row-v2 {
    margin-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .home-news-v2 .slider-row-v2 {
    flex-wrap: wrap;
  }
}
.home-news-v2 .slider-row-v2 .col-left {
  flex: 0 0 auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 575.98px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 240px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 190.0000038px;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 220.0000044px;
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 266.666672px;
  }
}
@media (min-width: 1920px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 266.666672px;
  }
}
.home-news-v2 .slider-row-v2 .col-slider-overflow {
  flex: 0 0 auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: 0 !important;
}
@media (max-width: 575.98px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: 100% !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: calc(100vw - (100vw - 960px) / 2 - 240px - var(--bs-gutter-x) * 0.5);
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: calc(100vw - (100vw - 1140px) / 2 - 190.0000038px - 94.9999962px - var(--bs-gutter-x) * 0.5);
    margin-left: 94.9999962px;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: calc(100vw - (100vw - 1320px) / 2 - 220.0000044px - 109.9999956px - var(--bs-gutter-x) * 0.5);
    margin-left: 109.9999956px;
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: calc(100vw - (100vw - 1600px) / 2 - 266.666672px - 133.333328px - var(--bs-gutter-x) * 0.5);
    margin-left: 133.333328px;
  }
}
@media (min-width: 1920px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: 100%;
    margin-left: 133.333328px;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

.alert-block {
  color: #fff;
  padding: 40px;
  padding-bottom: 275px;
  max-height: 600px;
}
@media (max-width: 991.98px) {
  .alert-block {
    margin-left: 0px;
    margin-top: 25px;
    padding: 25px;
  }
}
.alert-block h3, .alert-block .h3 {
  color: #fff;
  margin-bottom: 20px;
}
.alert-block ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.alert-block ul li {
  border-bottom: 1px solid transparent;
}
.alert-block ul li .content {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.alert-block ul li .content .text {
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.alert-block ul li .content .icon {
  font-size: 1.8rem;
  line-height: 2.6rem;
  height: 45px;
  width: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-block ul li .content .icon i {
  color: #519267;
}
.alert-block ul li .date {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.alert-block ul li a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.alert-block ul li .waste-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.alert-block.calendar {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 55px 40px;
  border-radius: 5px !important;
}
@media (max-width: 991.98px) {
  .alert-block.calendar {
    margin-top: 0px;
    padding: 35px 25px;
  }
}
.alert-block.calendar .btn-redange {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.alert-block.calendar ul {
  margin-bottom: 0px;
}
.alert-block.calendar ul li a {
  margin-top: 0px;
}
.alert-block.calendar ul hr {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  border: 1px solid #0D222A;
}

@media (max-width: 991.98px) {
  .home-news .btn-redange {
    width: 100%;
  }
}
.home-news .actualites-slider-wrapper {
  width: 100%;
  overflow: visible;
}
.home-news .actualites-slider {
  overflow: visible;
  max-width: none;
}
.home-news .actualites-slider .slider-row {
  flex-wrap: nowrap;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .home-news .actualites-slider .slider-row {
    flex-wrap: wrap;
  }
}
.home-news .actualites-slider .slider-row .col-lg-3,
.home-news .actualites-slider .slider-row .col-xl-2 {
  flex-shrink: 0;
}
.home-news .actualites-slider .slider-row .slider-overflow-col {
  max-width: none !important;
  flex: 0 0 auto;
  padding-right: 0 !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: calc(100vw - (100vw - 960px) / 2 - 240px);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: calc(100vw - (100vw - 1140px) / 2 - 285px);
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: calc(100vw - (100vw - 1320px) / 2 - 330px);
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: calc(100vw - (100vw - 1600px) / 2 - 400px);
  }
}
@media (min-width: 1920px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    width: 1360px;
  }
}
@media (max-width: 767.98px) {
  .home-news .actualites-slider .slider-row .slider-overflow-col {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .home-news .actualites-slider .slider-row .slider-overflow-col .glide,
  .home-news .actualites-slider .slider-row .slider-overflow-col .d-flex.align-items-center {
    padding-right: 0;
  }
}
.home-news .actualites-slider .controls-row .col-lg-3,
.home-news .actualites-slider .controls-row .col-xl-2 {
  flex-shrink: 0;
}
.home-news .actualites-slider .controls-row .col-lg-9,
.home-news .actualites-slider .controls-row .col-xl-9 {
  max-width: 66.67% !important;
  flex: 0 0 66.67% !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-left: 8.33333333% !important;
}
@media (max-width: 767.98px) {
  .home-news .actualites-slider .controls-row .col-lg-9,
  .home-news .actualites-slider .controls-row .col-xl-9 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
  }
}
.home-news .card-img {
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .home-news .event-img-fixed {
    height: 200px;
  }
  .home-news .event-img-fixed img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-news picture {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .home-news picture {
    height: 245px;
  }
}
@media (min-width: 1400px) and (max-width: 1919px) {
  .home-news picture {
    height: 169px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-news picture {
    width: 270px;
    height: 156px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-news picture {
    width: 250px;
    height: 145px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-news picture {
    width: 100%;
    height: auto;
    aspect-ratio: 292/169;
  }
}
@media (max-width: 767.98px) {
  .home-news picture {
    width: 100%;
    height: auto;
    aspect-ratio: 292/169;
  }
}
.home-news .card-img-top {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-right: 1px solid #EFEFEF;
}
@media (min-width: 1200px) {
  .home-news .card-img-top {
    height: 100%;
  }
}
.home-news .card-img-top .placeholder-logo {
  max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
}
.home-news .card-body {
  padding: 3rem;
  transition: all 0.2s ease-in-out;
}
.home-news .card-body .card-title {
  height: 26px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .home-news .card-body {
    padding: 30px 25px;
  }
}
.home-news p {
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (max-width: 991.98px) {
  .home-news p {
    margin-bottom: 0px;
    text-align: start;
  }
}
@media (min-width: 992px) {
  .home-news p.blogP {
    text-align: end;
  }
}
.home-news .home-news-content h2, .home-news .home-news-content .h2 {
  font-weight: 400;
  text-align: right;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 991.98px) {
  .home-news .home-news-content h2, .home-news .home-news-content .h2 {
    text-align: left;
  }
}
.home-news .home-news-content h2 strong, .home-news .home-news-content .h2 strong {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
.home-news .search-form {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .home-news .search-form {
    margin-bottom: 25px;
  }
}
.home-news .search-form .form-control {
  border: 1px solid #EFEFEF;
  padding: 28px 20px;
  background-color: #fff;
  font-weight: 400;
  border-radius: 5px 0px 0px 5px;
  height: 58px;
}
@media (max-width: 991.98px) {
  .home-news .search-form .form-control {
    padding: 20px;
  }
}
.home-news .search-form button {
  height: 58px;
  width: 75px;
  background-color: #2A647B;
}
@media (max-width: 991.98px) {
  .home-news .search-form button {
    height: 58px;
  }
}
.home-news .search-form button i {
  color: #fff;
  font-size: 2.5rem;
  margin: 0px;
}
@media (max-width: 991.98px) {
  .home-news .search-form .input-group {
    display: block;
    width: 100%;
  }
  .home-news .search-form .input-group input, .home-news .search-form .input-group button {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 2.6rem;
    border-radius: 5px !important;
    height: 58px;
  }
  .home-news .search-form .input-group button {
    margin-top: 10px;
  }
}
.home-news .glide__arrows {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .home-news .glide__arrows {
    gap: 10px;
  }
}
.home-news .glide__arrows .glide__arrow {
  background-color: #519267;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  box-shadow: none;
  border: none;
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}
.home-news .glide__arrows .glide__arrow i {
  font-size: 1.6rem;
}
.home-news .glide__arrows .glide__arrow:hover {
  background-color: #2A647B;
  box-shadow: none;
}
.home-news .glide__arrows .glide__arrow:hover i {
  color: #fff;
}

.home-news-v2 .ml-container {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 720px) / 2) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 960px) / 2) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 1140px) / 2) !important;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 1320px) / 2) !important;
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 1600px) / 2) !important;
  }
}
@media (min-width: 1920px) {
  .home-news-v2 .ml-container {
    margin-left: 0 !important;
    padding-left: 167.5px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-news-v2 .ml-container {
    padding-left: calc((100vw - 540px) / 2) !important;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .home-news-v2 .ml-container {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

.home-news-v2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.home-news-v2 .actualites-slider-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.home-news-v2 .container-fluid, .home-news-v2 .container-sm, .home-news-v2 .container-md, .home-news-v2 .container-lg, .home-news-v2 .container-xl, .home-news-v2 .container-xxl {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
@media (min-width: 1920px) {
  .home-news-v2 .container-fluid, .home-news-v2 .container-sm, .home-news-v2 .container-md, .home-news-v2 .container-lg, .home-news-v2 .container-xl, .home-news-v2 .container-xxl {
    max-width: 1920px !important;
  }
}
.home-news-v2 .slider-row-v2 {
  display: flex;
  flex-wrap: nowrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .home-news-v2 .slider-row-v2 {
    margin-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .home-news-v2 .slider-row-v2 {
    flex-wrap: wrap;
  }
}
.home-news-v2 .slider-row-v2 .col-left {
  flex: 0 0 auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 575.98px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 240px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 190.0000038px;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 220.0000044px;
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 266.666672px;
  }
}
@media (min-width: 1920px) {
  .home-news-v2 .slider-row-v2 .col-left {
    width: 266.666672px;
  }
}
.home-news-v2 .slider-row-v2 .col-slider-overflow {
  flex: 0 0 auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: 0 !important;
}
@media (max-width: 575.98px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: 100% !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: calc(100vw - (100vw - 960px) / 2 - 240px - var(--bs-gutter-x) * 0.5);
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: calc(100vw - (100vw - 1140px) / 2 - 190.0000038px - 94.9999962px - var(--bs-gutter-x) * 0.5);
    margin-left: 94.9999962px;
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: calc(100vw - (100vw - 1320px) / 2 - 220.0000044px - 109.9999956px - var(--bs-gutter-x) * 0.5);
    margin-left: 109.9999956px;
  }
}
@media (min-width: 1700px) and (max-width: 1919px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: calc(100vw - (100vw - 1600px) / 2 - 266.666672px - 133.333328px - var(--bs-gutter-x) * 0.5);
    margin-left: 133.333328px;
  }
}
@media (min-width: 1920px) {
  .home-news-v2 .slider-row-v2 .col-slider-overflow {
    width: 100%;
    margin-left: 133.333328px;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

/*
* Pages
* - page-specific styles
*/
.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page h1, .error-page .h1 {
  font-size: 7rem;
  line-height: 7.8rem;
  font-weight: 800;
}

.thankyou .bigh1 {
  font-size: 32px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .thankyou .bigh1 {
    font-size: 42px;
  }
}
.thankyou h2, .thankyou .h2 {
  font-size: 20px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .thankyou h2, .thankyou .h2 {
    font-size: 24px;
  }
}
.thankyou p {
  font-size: 16px;
  line-height: 1.6;
}
.thankyou .text-orange {
  color: #2979ff;
}
.thankyou i {
  color: #2A647B;
}
.thankyou .box p, .thankyou .box span {
  color: white;
}

.ty-room .logo-nav-ty {
  height: 75px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.ty-room .bars.top {
  display: flex;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .ty-room .bars.top {
    gap: 4px;
  }
}
.ty-room .bars.top .bar {
  width: 5px;
  height: 40px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.top .bar {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.top .bar {
    height: 30px;
    width: 3px;
  }
}
.ty-room .bars.top .bar.bg-dark {
  background-color: #424242;
}
.ty-room .bars.top .bar.bg-brown {
  background-color: #b8753e;
}
.ty-room .bars.top .bar.bg-grey {
  background-color: #a79a81;
}
.ty-room .bars.top .bar.bg-primary {
  background-color: #f57f17;
}
.ty-room .bars.bottom {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom {
    gap: 4px;
  }
}
.ty-room .bars.bottom .bar {
  width: 5px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 100%);
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar {
    width: 3px;
  }
}
.ty-room .bars.bottom .bar.one {
  height: 215px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.bottom .bar.one {
    height: 105px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar.one {
    height: 76px;
  }
}
.ty-room .bars.bottom .bar.two {
  height: 196px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.bottom .bar.two {
    height: 86px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar.two {
    height: 57px;
  }
}
.ty-room .bars.bottom .bar.three {
  height: 178px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.bottom .bar.three {
    height: 68px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar.three {
    height: 38px;
  }
}
.ty-room .bars.bottom .bar.four {
  height: 160px;
}
@media (max-width: 991.98px) {
  .ty-room .bars.bottom .bar.four {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .ty-room .bars.bottom .bar.four {
    height: 20px;
  }
}
.ty-room .bars.bottom .bar.bg-dark {
  background-color: #424242;
}
.ty-room .bars.bottom .bar.bg-brown {
  background-color: #b8753e;
}
.ty-room .bars.bottom .bar.bg-grey {
  background-color: #a79a81;
}
.ty-room .bars.bottom .bar.bg-primary {
  background-color: #f57f17;
}
.ty-room .introTy {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #424242;
}
@media (min-width: 992px) {
  .ty-room .introTy {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .ty-room .introTy {
    font-size: 20px;
    line-height: 30px;
  }
}
.ty-room .introTy b {
  font-weight: 700;
}
.ty-room .box {
  position: relative;
  padding: 40px;
}
@media (max-width: 991.98px) {
  .ty-room .box {
    padding: 35px 25px;
  }
}
.ty-room .box.bg-custom-brown {
  background-color: #795548;
}
.ty-room .box .circleArrow {
  background-color: #519267;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: -15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .ty-room .box .circleArrow {
    left: 25px;
  }
}
.ty-room .box .circleArrow i {
  color: white;
  font-size: 15px;
}
.ty-room .box p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: white;
}
.ty-room .box p:last-child {
  margin-bottom: 0;
}
.ty-room .box p b {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.ty-room .box p a {
  color: #FFD052;
  text-decoration: underline;
}
.ty-room .box p a:hover {
  text-decoration: none;
  color: #FFD052 !important;
}
@media (max-width: 767.98px) {
  .ty-room .btn-custom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 1000;
    margin: 0 !important;
    border-radius: 0;
  }
}

/*
* Themes
* - for different aspects
*/
html, html[data-theme=default], html[data-theme=light] {
  --primary-color: #f57f17;
  --primary-color-rgb: 245, 127, 23;
  --secondary-color: #2979ff;
  --secondary-color-rgb: 41, 121, 255;
  --bg-color: #fff;
  --bg-color-rgb: 255, 255, 255;
  --text-color: rgb(60.9, 60.9, 60.9);
  --text-color-rgb: 61, 61, 61;
  --text-color-contrast: #fafafa;
  --text-color-contrast-rgb: 250, 250, 250;
}
html body, html[data-theme=default] body, html[data-theme=light] body {
  color: var(--text-color);
}

html[data-theme=dark] {
  --primary-color: #212529;
  --primary-color-rgb: 33, 37, 41;
  --secondary-color: #ffea00;
  --secondary-color-rgb: 255, 234, 0;
  --bg-color: #343a40;
  --bg-color-rgb: 52, 58, 64;
  --text-color: white;
  --text-color-rgb: 255, 255, 255;
  --text-color-contrast: white;
  --text-color-contrast-rgb: 255, 255, 255;
}
html[data-theme=dark] body {
  color: var(--text-color);
  background: var(--bg-color);
}

/*
* Print Styles
*/
@media print {
  header,
  .header,
  nav,
  .nav,
  .navbar,
  .navigation,
  .breadcrumb,
  .mega-header,
  footer,
  .footer,
  .sidebar,
  .menu,
  .menu-left,
  button,
  .btn,
  .form-navigation {
    display: none !important;
  }
  .data-form-validation > .card:first-of-type {
    display: none !important;
  }
  .card,
  .preview-header,
  .material-group-modern,
  .info-item,
  .booking-date-card,
  .material-card,
  .confirmation-items {
    page-break-inside: avoid;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    page-break-after: avoid;
  }
  .card {
    margin-bottom: 8pt !important;
  }
  .card-header {
    padding: 6pt 8pt !important;
    margin-bottom: 6pt !important;
  }
  .card-body {
    padding: 8pt !important;
  }
  .preview-header {
    padding: 8pt !important;
    margin-bottom: 8pt !important;
  }
  h1, .h1, .h3 {
    margin-top: 6pt !important;
    margin-bottom: 6pt !important;
    font-size: 14pt !important;
  }
  h5, .h5, h6, .h6 {
    margin-top: 4pt !important;
    margin-bottom: 4pt !important;
  }
  p {
    margin-top: 2pt !important;
    margin-bottom: 2pt !important;
    line-height: 1.3 !important;
  }
  .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .row.g-3, .row.g-4, .row.gx-20 {
    row-gap: 4pt !important;
  }
  [class*=col-] {
    padding-top: 2pt !important;
    padding-bottom: 2pt !important;
  }
  .material-group-modern {
    margin-top: 6pt !important;
    margin-bottom: 6pt !important;
  }
  .material-card {
    padding: 4pt 8pt !important;
    margin-bottom: 2pt !important;
  }
  .material-card .material-badge {
    display: none !important;
  }
  .material-card span, .material-card .fw-500 {
    font-size: 8pt !important;
    line-height: 1.2 !important;
  }
  .material-card .text-truncate {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .material-card .flex-grow-1 {
    overflow: visible !important;
    min-width: 0 !important;
  }
  .booking-date-card {
    padding: 6pt !important;
    margin-bottom: 4pt !important;
  }
  .booking-period-wrapper {
    margin-top: 4pt !important;
    margin-bottom: 4pt !important;
  }
  .info-item {
    margin-bottom: 4pt !important;
    padding: 4pt 0 !important;
  }
  .confirmation-items .d-flex {
    margin-bottom: 3pt !important;
  }
  .signature-info {
    padding: 6pt !important;
    margin-top: 4pt !important;
  }
  .mb-1, .mb-2 {
    margin-bottom: 2pt !important;
  }
  .mb-3, .mb-4 {
    margin-bottom: 4pt !important;
  }
  .mb-10, .mb-15, .mb-20 {
    margin-bottom: 4pt !important;
  }
  .mb-30, .mb-40, .mb-50 {
    margin-bottom: 6pt !important;
  }
  .mt-1, .mt-2 {
    margin-top: 2pt !important;
  }
  .mt-3, .mt-4 {
    margin-top: 4pt !important;
  }
  .mt-10, .mt-15, .mt-20 {
    margin-top: 4pt !important;
  }
  .mt-30, .mt-40, .mt-50 {
    margin-top: 6pt !important;
  }
  .p-3, .p-4 {
    padding: 6pt !important;
  }
  .py-3 {
    padding-top: 4pt !important;
    padding-bottom: 4pt !important;
  }
  .gap-3 {
    gap: 3pt !important;
  }
  .mb-lg-100, .mt-lg-100, .pb-lg-100 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .badge {
    padding: 2pt 6pt !important;
    font-size: 9pt !important;
  }
  body, .form-bookingapp {
    line-height: 1.3 !important;
  }
  .d-flex {
    gap: 4pt !important;
  }
}

/*# sourceMappingURL=styles.css.map*/