/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./node_modules/destyle.css/destyle.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./node_modules/bootstrap-icons/font/bootstrap-icons.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "bootstrap-icons";
  src: url(../a13b815539b49de48d23.woff2?524846017b983fc8ded9325d94ed40f3) format("woff2"), url(../c1d7432ee75fa194e499.woff?524846017b983fc8ded9325d94ed40f3) format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-1::before {
  content: "\f2a5";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-1::before {
  content: "\f68a";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-1::before {
  content: "\f68d";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-1::before {
  content: "\f690";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-1::before {
  content: "\f695";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-1::before {
  content: "\f698";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-mortorboard-fill::before {
  content: "\f6a2";
}

.bi-mortorboard::before {
  content: "\f6a3";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-1::before {
  content: "\f6b6";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash-1::before {
  content: "\f6c2";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport-1::before {
  content: "\f6e0";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-ssd-fill::before {
  content: "\f6ed";
}

.bi-ssd::before {
  content: "\f6ee";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt-1::before {
  content: "\f759";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls-1::before {
  content: "\f769";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./src/assets/scss/modules/helper.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
xl = 1200px ~
lg = 992px ~
md = 768px ~
sm = 576px ~
xs = ~ 575.98px
*/
body {
  transform: unset !important;
}

/* ===================================
    color
    カラー
=================================== */
/*.c_main {*/
/*    color: #000;*/
/*}*/
/*.c_base {*/
/*    color: #000;*/
/*}*/
.c_accent {
  color: #E60012;
}

.c_Black {
  color: #000 !important;
}

/*.c_DarkGray {*/
/*    color: #343a40!important;*/
/*}*/
/*.c_Gray {*/
/*    color: #6c757d!important;*/
/*}*/
/*.c_LightGray {*/
/*    color: #6c757d!important;*/
/*}*/
.c_White {
  color: #FFF !important;
}

/*.c_Blue {*/
/*    color : #007bff!important;*/
/*}*/
/*.c_Purple {*/
/*    color: #6f42c1!important;*/
/*}*/
/*.c_Red {*/
/*color: #ED1C24!important;*/
/*}*/
/*.c_Pink {*/
/*    color: #e83e8c!important;*/
/*}*/
/*.c_Orange {*/
/*    color: #fd7e14!important;*/
/*}*/
/*.c_Yellow {*/
/*    color: #ffc107!important;*/
/*}*/
/*.c_Green {*/
/*    color: #28a745!important;*/
/*}*/
.c_inherit {
  color: inherit;
}

.ff_yuGothic {
  font-family: yu-gothic-pr6n, YuGothic, "Yu Gothic", sans-serif;
  /* mac , windows */
  font-weight: 400;
  font-style: normal;
}

.ff_yuMincho {
  font-family: "YuMincho", "Yu Mincho", "Yu Mincho Light", "游明朝体", serif;
}

.ff_setoFont {
  font-family: setofont-sp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff_aOtfJunPro {
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* ===================================
    background-color
    バックグラウンドカラー
=================================== */
/*.bgc_main {*/
/*    color: #000;*/
/*}*/
.bgc_base {
  /*background-color: #000;*/
  background-color: #000 !important;
}

.bgc_accent {
  background-color: #FFF100 !important;
}

.bgc_Black {
  background-color: #000 !important;
}

/*.bgc_DarkGray {*/
/*    background-color: #343a40!important;*/
/*}*/
/*.bgc_Gray {*/
/*    background-color: #6c757d!important;*/
/*}*/
/*.bgc_LightGray {*/
/*    background-color: #6c757d!important;*/
/*}*/
.bgc_White {
  background-color: #FFF !important;
}

/*.bgc_Blue {*/
/*    background-color : #007bff!important;*/
/*}*/
/*.bgc_Purple {*/
/*    background-color: #6f42c1!important;*/
/*}*/
/*.bgc_Red {*/
/*    background-color: #ED1C24!important;*/
/*}*/
/*.bgc_Pink {*/
/*    background-color: #e83e8c!important;*/
/*}*/
/*.bgc_Orange {*/
/*    background-color: #fd7e14!important;*/
/*}*/
/*.bgc_Yellow {*/
/*    background-color: #FFF100!important;*/
/*}*/
/*.bgc_Green {*/
/*    background-color: #28a745!important;*/
/*}*/
/*.bgc_inherit {*/
/*    color: inherit;*/
/*}*/
/* =====================================
    background-color(hover)
    バックグラウンドカラー（ホバー）
===================================== */
/*.bgc_main_hv:hover {*/
/*    color: #000;*/
/*}*/
/*.bgc_base_hv:hover {*/
/*    color: #000;*/
/*}*/
.bgc_accent_hv:hover {
  background-color: #FFF;
}

/*.bgc_Black_hv:hover {*/
/*    background-color: #000!important;*/
/*}*/
/*.bgc_DarkGray_hv:hover {*/
/*    background-color: #343a40!important;*/
/*}*/
/*.bgc_Gray_hv:hover {*/
/*    background-color: #6c757d!important;*/
/*}*/
/*.bgc_LightGray_hv:hover {*/
/*    background-color: #6c757d!important;*/
/*}*/
/*.bgc_White_hv:hover {*/
/*    background-color: #fff!important;*/
/*}*/
/*.bgc_Blue_hv:hover {*/
/*    background-color : #007bff!important;*/
/*}*/
/*.bgc_Purple_hv:hover {*/
/*    background-color: #6f42c1!important;*/
/*}*/
/*.bgc_Red_hv:hover {*/
/*    background-color: #ED1C24!important;*/
/*}*/
/*.bgc_Pink_hv:hover {*/
/*    background-color: #e83e8c!important;*/
/*}*/
/*.bgc_Orange_hv:hover {*/
/*    background-color: #fd7e14!important;*/
/*}*/
/*.bgc_Yellow_hv:hover {*/
/*    background-color: #FFC107 !important;*/
/*}*/
/*.bgc_Green_hv:hover {*/
/*    background-color: #28a745!important;*/
/*}*/
/*.bgc_inherit_hv:hover {*/
/*    color: inherit;*/
/*}*/
/* ========================================
    border-color
    ボーダーカラー
======================================== */
/*.bdc_main {*/
/*    color: #000;*/
/*}*/
/*.bdc_base {*/
/*    color: #000;*/
/*}*/
/*.bdc_accent {*/
/*    color: #000;*/
/*}*/
/*.bdc_Black {*/
/*    border-color: #000!important;*/
/*}*/
/*.bdc_DarkGray {*/
/*    border-color: #343a40!important;*/
/*}*/
/*.bdc_Gray {*/
/*    border-color: #6c757d!important;*/
/*}*/
/*.bdc_LightGray {*/
/*    border-color: #999;*/
/*}*/
/*.bdc_White {*/
/*    border-color: #fff!important;*/
/*}*/
/*.bdc_Blue {*/
/*    border-color : #007bff!important;*/
/*}*/
/*.bdc_Purple {*/
/*    border-color: #6f42c1!important;*/
/*}*/
/*.bdc_Red {*/
/*    border-color: #ED1C24!important;*/
/*}*/
/*.bdc_Pink {*/
/*    border-color: #e83e8c!important;*/
/*}*/
/*.bdc_Orange {*/
/*    border-color: #fd7e14!important;*/
/*}*/
/*.bdc_Yellow {*/
/*    border-color: #ffc107!important;*/
/*}*/
/*.bdc_Green {*/
/*    border-color: #28a745!important;*/
/*}*/
/*.bdc_inherit {*/
/*    color: inherit;*/
/*}*/
/* ========================================
    border-color(hover)
    ボーダーカラー(ホバー）
======================================== */
/*.bdc_main_hv:hover {*/
/*    border-color: #000!important;*/
/*}*/
/*.bdc_base_hv:hover {*/
/*    border-color: #000;*/
/*}*/
/*.bdc_accent_hv:hover {*/
/*    border-color: #000;*/
/*}*/
/*.bdc_Black_hv:hover {*/
/*    border-color: #000!important;*/
/*}*/
/*.bdc_DarkGray_hv:hover {*/
/*    border-color: #343a40!important;*/
/*}*/
/*.bdc_Gray_hv:hover {*/
/*    border-color: #6c757d!important;*/
/*}*/
/*.bdc_LightGray_hv:hover {*/
/*    border-color: #6c757d!important;*/
/*}*/
/*.bdc_White_hv:hover {*/
/*    border-color: #fff!important;*/
/*}*/
/*.bdc_Blue_hv:hover {*/
/*    border-color : #007bff!important;*/
/*}*/
/*.bdc_Purple_hv:hover {*/
/*    border-color: #6f42c1!important;*/
/*}*/
/*.bdc_Red_hv:hover {*/
/*    border-color: #ED1C24!important;*/
/*}*/
/*.bdc_Pink_hv:hover {*/
/*    border-color: #e83e8c!important;*/
/*}*/
/*.bdc_Orange_hv:hover {*/
/*    border-color: #fd7e14!important;*/
/*}*/
/*.bdc_Yellow_hv:hover {*/
/*    border-color: #ffc107!important;*/
/*}*/
/*.bdc_Green_hv:hover {*/
/*    border-color: #28a745!important;*/
/*}*/
/*.bdc_inherit_hv:hover {*/
/*    color: inherit;*/
/*}*/
.opacity_0 {
  opacity: 0;
}

.opacity_5 {
  opacity: 1;
}

.ellipsis1 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cur_pointer {
  cursor: pointer;
}

/* ================================
    マージン
================================ */
/* top */
.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_8 {
  margin-top: 8px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

/* left */
.ml_0 {
  margin-left: 0 !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.ml_8 {
  margin-left: 8px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

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

/* bottom */
.mb_0 {
  margin-bottom: 0 !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

/* margin-right */
.mr_0 {
  margin-right: 0 !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

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

/* ~ 575.98px
=============================== */
@media (max-width: 575.98px) {
  /* top */
  .mt_xs_0 {
    margin-top: 0 !important;
  }

  .mt_xs_10 {
    margin-top: 10px !important;
  }

  .mt_xs_15 {
    margin-top: 15px !important;
  }

  .mt_xs_20 {
    margin-top: 20px !important;
  }

  .mt_xs_25 {
    margin-top: 25px !important;
  }

  .mt_xs_30 {
    margin-top: 30px !important;
  }

  .mt_xs_35 {
    margin-top: 35px !important;
  }

  .mt_xs_40 {
    margin-top: 40px !important;
  }

  .mt_xs_45 {
    margin-top: 45px !important;
  }

  .mt_xs_50 {
    margin-top: 50px !important;
  }

  .mt_xs_60 {
    margin-top: 60px !important;
  }

  .mt_xs_70 {
    margin-top: 70px !important;
  }

  .mt_xs_80 {
    margin-top: 80px !important;
  }

  .mt_xs_90 {
    margin-top: 90px !important;
  }

  .mt_xs_100 {
    margin-top: 100px !important;
  }

  /* left */
  .ml_xs_0 {
    margin-left: 0 !important;
  }

  .ml_xs_10 {
    margin-left: 10px !important;
  }

  .ml_xs_15 {
    margin-left: 15px !important;
  }

  .ml_xs_20 {
    margin-left: 20px !important;
  }

  .ml_xs_25 {
    margin-left: 25px !important;
  }

  .ml_xs_30 {
    margin-left: 30px !important;
  }

  .ml_xs_35 {
    margin-left: 35px !important;
  }

  .ml_xs_40 {
    margin-left: 40px !important;
  }

  .ml_xs_45 {
    margin-left: 45px !important;
  }

  .ml_xs_50 {
    margin-left: 50px !important;
  }

  .ml_xs_60 {
    margin-left: 60px !important;
  }

  .ml_xs_70 {
    margin-left: 70px !important;
  }

  .ml_xs_80 {
    margin-left: 80px !important;
  }

  .ml_xs_90 {
    margin-left: 90px !important;
  }

  .ml_xs_100 {
    margin-left: 100px !important;
  }

  /* bottom */
  .mb_xs_0 {
    margin-bottom: 0 !important;
  }

  .mb_xs_10 {
    margin-bottom: 10px !important;
  }

  .mb_xs_15 {
    margin-bottom: 15px !important;
  }

  .mb_xs_20 {
    margin-bottom: 20px !important;
  }

  .mb_xs_25 {
    margin-bottom: 25px !important;
  }

  .mb_xs_30 {
    margin-bottom: 30px !important;
  }

  .mb_xs_35 {
    margin-bottom: 35px !important;
  }

  .mb_xs_40 {
    margin-bottom: 40px !important;
  }

  .mb_xs_45 {
    margin-bottom: 45px !important;
  }

  .mb_xs_50 {
    margin-bottom: 50px !important;
  }

  .mb_xs_60 {
    margin-bottom: 60px !important;
  }

  .mb_xs_70 {
    margin-bottom: 70px !important;
  }

  .mb_xs_80 {
    margin-bottom: 80px !important;
  }

  .mb_xs_90 {
    margin-bottom: 90px !important;
  }

  .mb_xs_100 {
    margin-bottom: 100px !important;
  }

  /* margin-right */
  .mr_xs_0 {
    margin-right: 0 !important;
  }

  .mr_xs_10 {
    margin-right: 10px !important;
  }

  .mr_xs_15 {
    margin-right: 15px !important;
  }

  .mr_xs_20 {
    margin-right: 20px !important;
  }

  .mr_xs_25 {
    margin-right: 25px !important;
  }

  .mr_xs_30 {
    margin-right: 30px !important;
  }

  .mr_xs_35 {
    margin-right: 35px !important;
  }

  .mr_xs_40 {
    margin-right: 40px !important;
  }

  .mr_xs_45 {
    margin-right: 45px !important;
  }

  .mr_xs_50 {
    margin-right: 50px !important;
  }

  .mr_xs_60 {
    margin-right: 60px !important;
  }

  .mr_xs_70 {
    margin-right: 70px !important;
  }

  .mr_xs_80 {
    margin-right: 80px !important;
  }

  .mr_xs_90 {
    margin-right: 90px !important;
  }

  .mr_xs_100 {
    margin-right: 100px !important;
  }
}
/* 576px ~
======================================== */
@media (min-width: 576px) {
  /* top */
  .mt_sm_0 {
    margin-top: 0 !important;
  }

  .mt_sm_10 {
    margin-top: 10px !important;
  }

  .mt_sm_15 {
    margin-top: 15px !important;
  }

  .mt_sm_20 {
    margin-top: 20px !important;
  }

  .mt_sm_25 {
    margin-top: 25px !important;
  }

  .mt_sm_30 {
    margin-top: 30px !important;
  }

  .mt_sm_35 {
    margin-top: 35px !important;
  }

  .mt_sm_40 {
    margin-top: 40px !important;
  }

  .mt_sm_45 {
    margin-top: 45px !important;
  }

  .mt_sm_50 {
    margin-top: 50px !important;
  }

  .mt_sm_60 {
    margin-top: 60px !important;
  }

  .mt_sm_70 {
    margin-top: 70px !important;
  }

  .mt_sm_80 {
    margin-top: 80px !important;
  }

  .mt_sm_90 {
    margin-top: 90px !important;
  }

  .mt_sm_100 {
    margin-top: 100px !important;
  }

  /* left */
  .ml_sm_0 {
    margin-left: 0 !important;
  }

  .ml_sm_10 {
    margin-left: 10px !important;
  }

  .ml_sm_15 {
    margin-left: 15px !important;
  }

  .ml_sm_20 {
    margin-left: 20px !important;
  }

  .ml_sm_25 {
    margin-left: 25px !important;
  }

  .ml_sm_30 {
    margin-left: 30px !important;
  }

  .ml_sm_35 {
    margin-left: 35px !important;
  }

  .ml_sm_40 {
    margin-left: 40px !important;
  }

  .ml_sm_45 {
    margin-left: 45px !important;
  }

  .ml_sm_50 {
    margin-left: 50px !important;
  }

  .ml_sm_60 {
    margin-left: 60px !important;
  }

  .ml_sm_70 {
    margin-left: 70px !important;
  }

  .ml_sm_80 {
    margin-left: 80px !important;
  }

  .ml_sm_90 {
    margin-left: 90px !important;
  }

  .ml_sm_100 {
    margin-left: 100px !important;
  }

  /* bottom */
  .mb_sm_0 {
    margin-bottom: 0 !important;
  }

  .mb_sm_10 {
    margin-bottom: 10px !important;
  }

  .mb_sm_15 {
    margin-bottom: 15px !important;
  }

  .mb_sm_20 {
    margin-bottom: 20px !important;
  }

  .mb_sm_25 {
    margin-bottom: 25px !important;
  }

  .mb_sm_30 {
    margin-bottom: 30px !important;
  }

  .mb_sm_35 {
    margin-bottom: 35px !important;
  }

  .mb_sm_40 {
    margin-bottom: 40px !important;
  }

  .mb_sm_45 {
    margin-bottom: 45px !important;
  }

  .mb_sm_50 {
    margin-bottom: 50px !important;
  }

  .mb_sm_60 {
    margin-bottom: 60px !important;
  }

  .mb_sm_70 {
    margin-bottom: 70px !important;
  }

  .mb_sm_80 {
    margin-bottom: 80px !important;
  }

  .mb_sm_90 {
    margin-bottom: 90px !important;
  }

  .mb_sm_100 {
    margin-bottom: 100px !important;
  }

  /* margin-right */
  .mr_sm_0 {
    margin-right: 0 !important;
  }

  .mr_sm_10 {
    margin-right: 10px !important;
  }

  .mr_sm_15 {
    margin-right: 15px !important;
  }

  .mr_sm_20 {
    margin-right: 20px !important;
  }

  .mr_sm_25 {
    margin-right: 25px !important;
  }

  .mr_sm_30 {
    margin-right: 30px !important;
  }

  .mr_sm_35 {
    margin-right: 35px !important;
  }

  .mr_sm_40 {
    margin-right: 40px !important;
  }

  .mr_sm_45 {
    margin-right: 45px !important;
  }

  .mr_sm_50 {
    margin-right: 50px !important;
  }

  .mr_sm_60 {
    margin-right: 60px !important;
  }

  .mr_sm_70 {
    margin-right: 70px !important;
  }

  .mr_sm_80 {
    margin-right: 80px !important;
  }

  .mr_sm_90 {
    margin-right: 90px !important;
  }

  .mr_sm_100 {
    margin-right: 100px !important;
  }
}
/* 768px ~
========================================= */
@media (min-width: 768px) {
  /* top */
  .mt_md_0 {
    margin-top: 0 !important;
  }

  .mt_md_10 {
    margin-top: 10px !important;
  }

  .mt_md_15 {
    margin-top: 15px !important;
  }

  .mt_md_20 {
    margin-top: 20px !important;
  }

  .mt_md_25 {
    margin-top: 25px !important;
  }

  .mt_md_30 {
    margin-top: 30px !important;
  }

  .mt_md_35 {
    margin-top: 35px !important;
  }

  .mt_md_40 {
    margin-top: 40px !important;
  }

  .mt_md_45 {
    margin-top: 45px !important;
  }

  .mt_md_50 {
    margin-top: 50px !important;
  }

  .mt_md_60 {
    margin-top: 60px !important;
  }

  .mt_md_70 {
    margin-top: 70px !important;
  }

  .mt_md_80 {
    margin-top: 80px !important;
  }

  .mt_md_90 {
    margin-top: 90px !important;
  }

  .mt_md_100 {
    margin-top: 100px !important;
  }

  /* left */
  .ml_md_0 {
    margin-left: 0 !important;
  }

  .ml_md_10 {
    margin-left: 10px !important;
  }

  .ml_md_15 {
    margin-left: 15px !important;
  }

  .ml_md_20 {
    margin-left: 20px !important;
  }

  .ml_md_25 {
    margin-left: 25px !important;
  }

  .ml_md_30 {
    margin-left: 30px !important;
  }

  .ml_md_35 {
    margin-left: 35px !important;
  }

  .ml_md_40 {
    margin-left: 40px !important;
  }

  .ml_md_45 {
    margin-left: 45px !important;
  }

  .ml_md_50 {
    margin-left: 50px !important;
  }

  .ml_md_60 {
    margin-left: 60px !important;
  }

  .ml_md_70 {
    margin-left: 70px !important;
  }

  .ml_md_80 {
    margin-left: 80px !important;
  }

  .ml_md_90 {
    margin-left: 90px !important;
  }

  .ml_md_100 {
    margin-left: 100px !important;
  }

  /* bottom */
  .mb_md_0 {
    margin-bottom: 0 !important;
  }

  .mb_md_10 {
    margin-bottom: 10px !important;
  }

  .mb_md_15 {
    margin-bottom: 15px !important;
  }

  .mb_md_20 {
    margin-bottom: 20px !important;
  }

  .mb_md_25 {
    margin-bottom: 25px !important;
  }

  .mb_md_30 {
    margin-bottom: 30px !important;
  }

  .mb_md_35 {
    margin-bottom: 35px !important;
  }

  .mb_md_40 {
    margin-bottom: 40px !important;
  }

  .mb_md_45 {
    margin-bottom: 45px !important;
  }

  .mb_md_50 {
    margin-bottom: 50px !important;
  }

  .mb_md_60 {
    margin-bottom: 60px !important;
  }

  .mb_md_70 {
    margin-bottom: 70px !important;
  }

  .mb_md_80 {
    margin-bottom: 80px !important;
  }

  .mb_md_90 {
    margin-bottom: 90px !important;
  }

  .mb_md_100 {
    margin-bottom: 100px !important;
  }

  /* margin-right */
  .mr_md_0 {
    margin-right: 0 !important;
  }

  .mr_md_10 {
    margin-right: 10px !important;
  }

  .mr_md_15 {
    margin-right: 15px !important;
  }

  .mr_md_20 {
    margin-right: 20px !important;
  }

  .mr_md_25 {
    margin-right: 25px !important;
  }

  .mr_md_30 {
    margin-right: 30px !important;
  }

  .mr_md_35 {
    margin-right: 35px !important;
  }

  .mr_md_40 {
    margin-right: 40px !important;
  }

  .mr_md_45 {
    margin-right: 45px !important;
  }

  .mr_md_50 {
    margin-right: 50px !important;
  }

  .mr_md_60 {
    margin-right: 60px !important;
  }

  .mr_md_70 {
    margin-right: 70px !important;
  }

  .mr_md_80 {
    margin-right: 80px !important;
  }

  .mr_md_90 {
    margin-right: 90px !important;
  }

  .mr_md_100 {
    margin-right: 100px !important;
  }
}
/*  992px ~
====================================== */
@media (min-width: 992px) {
  /* top */
  .mt_lg_0 {
    margin-top: 0 !important;
  }

  .mt_lg_10 {
    margin-top: 10px !important;
  }

  .mt_lg_15 {
    margin-top: 15px !important;
  }

  .mt_lg_20 {
    margin-top: 20px !important;
  }

  .mt_lg_25 {
    margin-top: 25px !important;
  }

  .mt_lg_30 {
    margin-top: 30px !important;
  }

  .mt_lg_35 {
    margin-top: 35px !important;
  }

  .mt_lg_40 {
    margin-top: 40px !important;
  }

  .mt_lg_45 {
    margin-top: 45px !important;
  }

  .mt_lg_50 {
    margin-top: 50px !important;
  }

  .mt_lg_60 {
    margin-top: 60px !important;
  }

  .mt_lg_70 {
    margin-top: 70px !important;
  }

  .mt_lg_80 {
    margin-top: 80px !important;
  }

  .mt_lg_90 {
    margin-top: 90px !important;
  }

  .mt_lg_100 {
    margin-top: 100px !important;
  }

  /* left */
  .ml_lg_0 {
    margin-left: 0 !important;
  }

  .ml_lg_10 {
    margin-left: 10px !important;
  }

  .ml_lg_15 {
    margin-left: 15px !important;
  }

  .ml_lg_20 {
    margin-left: 20px !important;
  }

  .ml_lg_25 {
    margin-left: 25px !important;
  }

  .ml_lg_30 {
    margin-left: 30px !important;
  }

  .ml_lg_35 {
    margin-left: 35px !important;
  }

  .ml_lg_40 {
    margin-left: 40px !important;
  }

  .ml_lg_45 {
    margin-left: 45px !important;
  }

  .ml_lg_50 {
    margin-left: 50px !important;
  }

  .ml_lg_60 {
    margin-left: 60px !important;
  }

  .ml_lg_70 {
    margin-left: 70px !important;
  }

  .ml_lg_80 {
    margin-left: 80px !important;
  }

  .ml_lg_90 {
    margin-left: 90px !important;
  }

  .ml_lg_100 {
    margin-left: 100px !important;
  }

  /* bottom */
  .mb_lg_0 {
    margin-bottom: 0 !important;
  }

  .mb_lg_10 {
    margin-bottom: 10px !important;
  }

  .mb_lg_15 {
    margin-bottom: 15px !important;
  }

  .mb_lg_20 {
    margin-bottom: 20px !important;
  }

  .mb_lg_25 {
    margin-bottom: 25px !important;
  }

  .mb_lg_30 {
    margin-bottom: 30px !important;
  }

  .mb_lg_35 {
    margin-bottom: 35px !important;
  }

  .mb_lg_40 {
    margin-bottom: 40px !important;
  }

  .mb_lg_45 {
    margin-bottom: 45px !important;
  }

  .mb_lg_50 {
    margin-bottom: 50px !important;
  }

  .mb_lg_60 {
    margin-bottom: 60px !important;
  }

  .mb_lg_70 {
    margin-bottom: 70px !important;
  }

  .mb_lg_80 {
    margin-bottom: 80px !important;
  }

  .mb_lg_90 {
    margin-bottom: 90px !important;
  }

  .mb_lg_100 {
    margin-bottom: 100px !important;
  }

  /* margin-right */
  .mr_lg_0 {
    margin-right: 0 !important;
  }

  .mr_lg_10 {
    margin-right: 10px !important;
  }

  .mr_lg_15 {
    margin-right: 15px !important;
  }

  .mr_lg_20 {
    margin-right: 20px !important;
  }

  .mr_lg_25 {
    margin-right: 25px !important;
  }

  .mr_lg_30 {
    margin-right: 30px !important;
  }

  .mr_lg_35 {
    margin-right: 35px !important;
  }

  .mr_lg_40 {
    margin-right: 40px !important;
  }

  .mr_lg_45 {
    margin-right: 45px !important;
  }

  .mr_lg_50 {
    margin-right: 50px !important;
  }

  .mr_lg_60 {
    margin-right: 60px !important;
  }

  .mr_lg_70 {
    margin-right: 70px !important;
  }

  .mr_lg_80 {
    margin-right: 80px !important;
  }

  .mr_lg_90 {
    margin-right: 90px !important;
  }

  .mr_lg_100 {
    margin-right: 100px !important;
  }
}
/* 1200px ~
======================================= */
@media (min-width: 1200px) {
  /* top */
  .mt_xl_0 {
    margin-top: 0 !important;
  }

  .mt_xl_10 {
    margin-top: 10px !important;
  }

  .mt_xl_15 {
    margin-top: 15px !important;
  }

  .mt_xl_20 {
    margin-top: 20px !important;
  }

  .mt_xl_25 {
    margin-top: 25px !important;
  }

  .mt_xl_30 {
    margin-top: 30px !important;
  }

  .mt_xl_35 {
    margin-top: 35px !important;
  }

  .mt_xl_40 {
    margin-top: 40px !important;
  }

  .mt_xl_45 {
    margin-top: 45px !important;
  }

  .mt_xl_50 {
    margin-top: 50px !important;
  }

  .mt_xl_60 {
    margin-top: 60px !important;
  }

  .mt_xl_70 {
    margin-top: 70px !important;
  }

  .mt_xl_80 {
    margin-top: 80px !important;
  }

  .mt_xl_90 {
    margin-top: 90px !important;
  }

  .mt_xl_100 {
    margin-top: 100px !important;
  }

  /* left */
  .ml_xl_0 {
    margin-left: 0 !important;
  }

  .ml_xl_10 {
    margin-left: 10px !important;
  }

  .ml_xl_15 {
    margin-left: 15px !important;
  }

  .ml_xl_20 {
    margin-left: 20px !important;
  }

  .ml_xl_25 {
    margin-left: 25px !important;
  }

  .ml_xl_30 {
    margin-left: 30px !important;
  }

  .ml_xl_35 {
    margin-left: 35px !important;
  }

  .ml_xl_40 {
    margin-left: 40px !important;
  }

  .ml_xl_45 {
    margin-left: 45px !important;
  }

  .ml_xl_50 {
    margin-left: 50px !important;
  }

  .ml_xl_60 {
    margin-left: 60px !important;
  }

  .ml_xl_70 {
    margin-left: 70px !important;
  }

  .ml_xl_80 {
    margin-left: 80px !important;
  }

  .ml_xl_90 {
    margin-left: 90px !important;
  }

  .ml_xl_100 {
    margin-left: 100px !important;
  }

  /* bottom */
  .mb_xl_0 {
    margin-bottom: 0 !important;
  }

  .mb_xl_10 {
    margin-bottom: 10px !important;
  }

  .mb_xl_15 {
    margin-bottom: 15px !important;
  }

  .mb_xl_20 {
    margin-bottom: 20px !important;
  }

  .mb_xl_25 {
    margin-bottom: 25px !important;
  }

  .mb_xl_30 {
    margin-bottom: 30px !important;
  }

  .mb_xl_35 {
    margin-bottom: 35px !important;
  }

  .mb_xl_40 {
    margin-bottom: 40px !important;
  }

  .mb_xl_45 {
    margin-bottom: 45px !important;
  }

  .mb_xl_50 {
    margin-bottom: 50px !important;
  }

  .mb_xl_60 {
    margin-bottom: 60px !important;
  }

  .mb_xl_70 {
    margin-bottom: 70px !important;
  }

  .mb_xl_80 {
    margin-bottom: 80px !important;
  }

  .mb_xl_90 {
    margin-bottom: 90px !important;
  }

  .mb_xl_100 {
    margin-bottom: 100px !important;
  }

  /* margin-right */
  .mr_xl_0 {
    margin-right: 0 !important;
  }

  .mr_xl_10 {
    margin-right: 10px !important;
  }

  .mr_xl_15 {
    margin-right: 15px !important;
  }

  .mr_xl_20 {
    margin-right: 20px !important;
  }

  .mr_xl_25 {
    margin-right: 25px !important;
  }

  .mr_xl_30 {
    margin-right: 30px !important;
  }

  .mr_xl_35 {
    margin-right: 35px !important;
  }

  .mr_xl_40 {
    margin-right: 40px !important;
  }

  .mr_xl_45 {
    margin-right: 45px !important;
  }

  .mr_xl_50 {
    margin-right: 50px !important;
  }

  .mr_xl_60 {
    margin-right: 60px !important;
  }

  .mr_xl_70 {
    margin-right: 70px !important;
  }

  .mr_xl_80 {
    margin-right: 80px !important;
  }

  .mr_xl_90 {
    margin-right: 90px !important;
  }

  .mr_xl_100 {
    margin-right: 100px !important;
  }
}
/* ===============================
    パディング
=============================== */
/* top */
.pt_0 {
  padding-top: 0 !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

/* left */
.pl_0 {
  padding-left: 0 !important;
}

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

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

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

.pl_25 {
  padding-left: 25px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

/* bottom */
.pb_0 {
  padding-bottom: 0 !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

/* padding-right */
.pr_0 {
  padding-right: 0 !important;
}

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

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

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

.pr_25 {
  padding-right: 25px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

@media (max-width: 575.98px) {
  /* top */
  .pt_xs_0 {
    padding-top: 0 !important;
  }

  .pt_xs_10 {
    padding-top: 10px !important;
  }

  .pt_xs_15 {
    padding-top: 15px !important;
  }

  .pt_xs_20 {
    padding-top: 20px !important;
  }

  .pt_xs_25 {
    padding-top: 25px !important;
  }

  .pt_xs_30 {
    padding-top: 30px !important;
  }

  .pt_xs_35 {
    padding-top: 35px !important;
  }

  .pt_xs_40 {
    padding-top: 40px !important;
  }

  .pt_xs_45 {
    padding-top: 45px !important;
  }

  .pt_xs_50 {
    padding-top: 50px !important;
  }

  .pt_xs_60 {
    padding-top: 60px !important;
  }

  .pt_xs_70 {
    padding-top: 70px !important;
  }

  .pt_xs_80 {
    padding-top: 80px !important;
  }

  .pt_xs_90 {
    padding-top: 90px !important;
  }

  .pt_xs_100 {
    padding-top: 100px !important;
  }

  /* left */
  .pl_xs_0 {
    padding-left: 0 !important;
  }

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

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

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

  .pl_xs_25 {
    padding-left: 25px !important;
  }

  .pl_xs_30 {
    padding-left: 30px !important;
  }

  .pl_xs_35 {
    padding-left: 35px !important;
  }

  .pl_xs_40 {
    padding-left: 40px !important;
  }

  .pl_xs_45 {
    padding-left: 45px !important;
  }

  .pl_xs_50 {
    padding-left: 50px !important;
  }

  .pl_xs_60 {
    padding-left: 60px !important;
  }

  .pl_xs_70 {
    padding-left: 70px !important;
  }

  .pl_xs_80 {
    padding-left: 80px !important;
  }

  .pl_xs_90 {
    padding-left: 90px !important;
  }

  .pl_xs_100 {
    padding-left: 100px !important;
  }

  /* bottom */
  .pb_xs_0 {
    padding-bottom: 0 !important;
  }

  .pb_xs_10 {
    padding-bottom: 10px !important;
  }

  .pb_xs_15 {
    padding-bottom: 15px !important;
  }

  .pb_xs_20 {
    padding-bottom: 20px !important;
  }

  .pb_xs_25 {
    padding-bottom: 25px !important;
  }

  .pb_xs_30 {
    padding-bottom: 30px !important;
  }

  .pb_xs_35 {
    padding-bottom: 35px !important;
  }

  .pb_xs_40 {
    padding-bottom: 40px !important;
  }

  .pb_xs_45 {
    padding-bottom: 45px !important;
  }

  .pb_xs_50 {
    padding-bottom: 50px !important;
  }

  .pb_xs_60 {
    padding-bottom: 60px !important;
  }

  .pb_xs_70 {
    padding-bottom: 70px !important;
  }

  .pb_xs_80 {
    padding-bottom: 80px !important;
  }

  .pb_xs_90 {
    padding-bottom: 90px !important;
  }

  .pb_xs_100 {
    padding-bottom: 100px !important;
  }

  /* padding-right */
  .pr_xs_0 {
    padding-right: 0 !important;
  }

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

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

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

  .pr_xs_25 {
    padding-right: 25px !important;
  }

  .pr_xs_30 {
    padding-right: 30px !important;
  }

  .pr_xs_35 {
    padding-right: 35px !important;
  }

  .pr_xs_40 {
    padding-right: 40px !important;
  }

  .pr_xs_45 {
    padding-right: 45px !important;
  }

  .pr_xs_50 {
    padding-right: 50px !important;
  }

  .pr_xs_60 {
    padding-right: 60px !important;
  }

  .pr_xs_70 {
    padding-right: 70px !important;
  }

  .pr_xs_80 {
    padding-right: 80px !important;
  }

  .pr_xs_90 {
    padding-right: 90px !important;
  }

  .pr_xs_100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 576px) {
  /* top */
  .pt_sm_0 {
    padding-top: 0 !important;
  }

  .pt_sm_10 {
    padding-top: 10px !important;
  }

  .pt_sm_15 {
    padding-top: 15px !important;
  }

  .pt_sm_20 {
    padding-top: 20px !important;
  }

  .pt_sm_25 {
    padding-top: 25px !important;
  }

  .pt_sm_30 {
    padding-top: 30px !important;
  }

  .pt_sm_35 {
    padding-top: 35px !important;
  }

  .pt_sm_40 {
    padding-top: 40px !important;
  }

  .pt_sm_45 {
    padding-top: 45px !important;
  }

  .pt_sm_50 {
    padding-top: 50px !important;
  }

  .pt_sm_60 {
    padding-top: 60px !important;
  }

  .pt_sm_70 {
    padding-top: 70px !important;
  }

  .pt_sm_80 {
    padding-top: 80px !important;
  }

  .pt_sm_90 {
    padding-top: 90px !important;
  }

  .pt_sm_100 {
    padding-top: 100px !important;
  }

  /* left */
  .pl_sm_0 {
    padding-left: 0 !important;
  }

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

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

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

  .pl_sm_25 {
    padding-left: 25px !important;
  }

  .pl_sm_30 {
    padding-left: 30px !important;
  }

  .pl_sm_35 {
    padding-left: 35px !important;
  }

  .pl_sm_40 {
    padding-left: 40px !important;
  }

  .pl_sm_45 {
    padding-left: 45px !important;
  }

  .pl_sm_50 {
    padding-left: 50px !important;
  }

  .pl_sm_60 {
    padding-left: 60px !important;
  }

  .pl_sm_70 {
    padding-left: 70px !important;
  }

  .pl_sm_80 {
    padding-left: 80px !important;
  }

  .pl_sm_90 {
    padding-left: 90px !important;
  }

  .pl_sm_100 {
    padding-left: 100px !important;
  }

  /* bottom */
  .pb_sm_0 {
    padding-bottom: 0 !important;
  }

  .pb_sm_10 {
    padding-bottom: 10px !important;
  }

  .pb_sm_15 {
    padding-bottom: 15px !important;
  }

  .pb_sm_20 {
    padding-bottom: 20px !important;
  }

  .pb_sm_25 {
    padding-bottom: 25px !important;
  }

  .pb_sm_30 {
    padding-bottom: 30px !important;
  }

  .pb_sm_35 {
    padding-bottom: 35px !important;
  }

  .pb_sm_40 {
    padding-bottom: 40px !important;
  }

  .pb_sm_45 {
    padding-bottom: 45px !important;
  }

  .pb_sm_50 {
    padding-bottom: 50px !important;
  }

  .pb_sm_60 {
    padding-bottom: 60px !important;
  }

  .pb_sm_70 {
    padding-bottom: 70px !important;
  }

  .pb_sm_80 {
    padding-bottom: 80px !important;
  }

  .pb_sm_90 {
    padding-bottom: 90px !important;
  }

  .pb_sm_100 {
    padding-bottom: 100px !important;
  }

  /* padding-right */
  .pr_sm_0 {
    padding-right: 0 !important;
  }

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

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

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

  .pr_sm_25 {
    padding-right: 25px !important;
  }

  .pr_sm_30 {
    padding-right: 30px !important;
  }

  .pr_sm_35 {
    padding-right: 35px !important;
  }

  .pr_sm_40 {
    padding-right: 40px !important;
  }

  .pr_sm_45 {
    padding-right: 45px !important;
  }

  .pr_sm_50 {
    padding-right: 50px !important;
  }

  .pr_sm_60 {
    padding-right: 60px !important;
  }

  .pr_sm_70 {
    padding-right: 70px !important;
  }

  .pr_sm_80 {
    padding-right: 80px !important;
  }

  .pr_sm_90 {
    padding-right: 90px !important;
  }

  .pr_sm_100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  /* top */
  .pt_md_0 {
    padding-top: 0 !important;
  }

  .pt_md_10 {
    padding-top: 10px !important;
  }

  .pt_md_15 {
    padding-top: 15px !important;
  }

  .pt_md_20 {
    padding-top: 20px !important;
  }

  .pt_md_25 {
    padding-top: 25px !important;
  }

  .pt_md_30 {
    padding-top: 30px !important;
  }

  .pt_md_35 {
    padding-top: 35px !important;
  }

  .pt_md_40 {
    padding-top: 40px !important;
  }

  .pt_md_45 {
    padding-top: 45px !important;
  }

  .pt_md_50 {
    padding-top: 50px !important;
  }

  .pt_md_60 {
    padding-top: 60px !important;
  }

  .pt_md_70 {
    padding-top: 70px !important;
  }

  .pt_md_80 {
    padding-top: 80px !important;
  }

  .pt_md_90 {
    padding-top: 90px !important;
  }

  .pt_md_100 {
    padding-top: 100px !important;
  }

  /* left */
  .pl_md_0 {
    padding-left: 0 !important;
  }

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

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

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

  .pl_md_25 {
    padding-left: 25px !important;
  }

  .pl_md_30 {
    padding-left: 30px !important;
  }

  .pl_md_35 {
    padding-left: 35px !important;
  }

  .pl_md_40 {
    padding-left: 40px !important;
  }

  .pl_md_45 {
    padding-left: 45px !important;
  }

  .pl_md_50 {
    padding-left: 50px !important;
  }

  .pl_md_60 {
    padding-left: 60px !important;
  }

  .pl_md_70 {
    padding-left: 70px !important;
  }

  .pl_md_80 {
    padding-left: 80px !important;
  }

  .pl_md_90 {
    padding-left: 90px !important;
  }

  .pl_md_100 {
    padding-left: 100px !important;
  }

  /* bottom */
  .pb_md_0 {
    padding-bottom: 0 !important;
  }

  .pb_md_10 {
    padding-bottom: 10px !important;
  }

  .pb_md_15 {
    padding-bottom: 15px !important;
  }

  .pb_md_20 {
    padding-bottom: 20px !important;
  }

  .pb_md_25 {
    padding-bottom: 25px !important;
  }

  .pb_md_30 {
    padding-bottom: 30px !important;
  }

  .pb_md_35 {
    padding-bottom: 35px !important;
  }

  .pb_md_40 {
    padding-bottom: 40px !important;
  }

  .pb_md_45 {
    padding-bottom: 45px !important;
  }

  .pb_md_50 {
    padding-bottom: 50px !important;
  }

  .pb_md_60 {
    padding-bottom: 60px !important;
  }

  .pb_md_70 {
    padding-bottom: 70px !important;
  }

  .pb_md_80 {
    padding-bottom: 80px !important;
  }

  .pb_md_90 {
    padding-bottom: 90px !important;
  }

  .pb_md_100 {
    padding-bottom: 100px !important;
  }

  /* padding-right */
  .pr_md_0 {
    padding-right: 0 !important;
  }

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

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

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

  .pr_md_25 {
    padding-right: 25px !important;
  }

  .pr_md_30 {
    padding-right: 30px !important;
  }

  .pr_md_35 {
    padding-right: 35px !important;
  }

  .pr_md_40 {
    padding-right: 40px !important;
  }

  .pr_md_45 {
    padding-right: 45px !important;
  }

  .pr_md_50 {
    padding-right: 50px !important;
  }

  .pr_md_60 {
    padding-right: 60px !important;
  }

  .pr_md_70 {
    padding-right: 70px !important;
  }

  .pr_md_80 {
    padding-right: 80px !important;
  }

  .pr_md_90 {
    padding-right: 90px !important;
  }

  .pr_md_100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 992px) {
  /* top */
  .pt_lg_0 {
    padding-top: 0 !important;
  }

  .pt_lg_10 {
    padding-top: 10px !important;
  }

  .pt_lg_15 {
    padding-top: 15px !important;
  }

  .pt_lg_20 {
    padding-top: 20px !important;
  }

  .pt_lg_25 {
    padding-top: 25px !important;
  }

  .pt_lg_30 {
    padding-top: 30px !important;
  }

  .pt_lg_35 {
    padding-top: 35px !important;
  }

  .pt_lg_40 {
    padding-top: 40px !important;
  }

  .pt_lg_45 {
    padding-top: 45px !important;
  }

  .pt_lg_50 {
    padding-top: 50px !important;
  }

  .pt_lg_60 {
    padding-top: 60px !important;
  }

  .pt_lg_70 {
    padding-top: 70px !important;
  }

  .pt_lg_80 {
    padding-top: 80px !important;
  }

  .pt_lg_90 {
    padding-top: 90px !important;
  }

  .pt_lg_100 {
    padding-top: 100px !important;
  }

  /* left */
  .pl_lg_0 {
    padding-left: 0 !important;
  }

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

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

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

  .pl_lg_25 {
    padding-left: 25px !important;
  }

  .pl_lg_30 {
    padding-left: 30px !important;
  }

  .pl_lg_35 {
    padding-left: 35px !important;
  }

  .pl_lg_40 {
    padding-left: 40px !important;
  }

  .pl_lg_45 {
    padding-left: 45px !important;
  }

  .pl_lg_50 {
    padding-left: 50px !important;
  }

  .pl_lg_60 {
    padding-left: 60px !important;
  }

  .pl_lg_70 {
    padding-left: 70px !important;
  }

  .pl_lg_80 {
    padding-left: 80px !important;
  }

  .pl_lg_90 {
    padding-left: 90px !important;
  }

  .pl_lg_100 {
    padding-left: 100px !important;
  }

  /* bottom */
  .pb_lg_0 {
    padding-bottom: 0 !important;
  }

  .pb_lg_10 {
    padding-bottom: 10px !important;
  }

  .pb_lg_15 {
    padding-bottom: 15px !important;
  }

  .pb_lg_20 {
    padding-bottom: 20px !important;
  }

  .pb_lg_25 {
    padding-bottom: 25px !important;
  }

  .pb_lg_30 {
    padding-bottom: 30px !important;
  }

  .pb_lg_35 {
    padding-bottom: 35px !important;
  }

  .pb_lg_40 {
    padding-bottom: 40px !important;
  }

  .pb_lg_45 {
    padding-bottom: 45px !important;
  }

  .pb_lg_50 {
    padding-bottom: 50px !important;
  }

  .pb_lg_60 {
    padding-bottom: 60px !important;
  }

  .pb_lg_70 {
    padding-bottom: 70px !important;
  }

  .pb_lg_80 {
    padding-bottom: 80px !important;
  }

  .pb_lg_90 {
    padding-bottom: 90px !important;
  }

  .pb_lg_100 {
    padding-bottom: 100px !important;
  }

  /* padding-right */
  .pr_lg_0 {
    padding-right: 0 !important;
  }

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

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

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

  .pr_lg_25 {
    padding-right: 25px !important;
  }

  .pr_lg_30 {
    padding-right: 30px !important;
  }

  .pr_lg_35 {
    padding-right: 35px !important;
  }

  .pr_lg_40 {
    padding-right: 40px !important;
  }

  .pr_lg_45 {
    padding-right: 45px !important;
  }

  .pr_lg_50 {
    padding-right: 50px !important;
  }

  .pr_lg_60 {
    padding-right: 60px !important;
  }

  .pr_lg_70 {
    padding-right: 70px !important;
  }

  .pr_lg_80 {
    padding-right: 80px !important;
  }

  .pr_lg_90 {
    padding-right: 90px !important;
  }

  .pr_lg_100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 1200px) {
  /* top */
  .pt_xl_0 {
    padding-top: 0 !important;
  }

  .pt_xl_10 {
    padding-top: 10px !important;
  }

  .pt_xl_15 {
    padding-top: 15px !important;
  }

  .pt_xl_20 {
    padding-top: 20px !important;
  }

  .pt_xl_25 {
    padding-top: 25px !important;
  }

  .pt_xl_30 {
    padding-top: 30px !important;
  }

  .pt_xl_35 {
    padding-top: 35px !important;
  }

  .pt_xl_40 {
    padding-top: 40px !important;
  }

  .pt_xl_45 {
    padding-top: 45px !important;
  }

  .pt_xl_50 {
    padding-top: 50px !important;
  }

  .pt_xl_60 {
    padding-top: 60px !important;
  }

  .pt_xl_70 {
    padding-top: 70px !important;
  }

  .pt_xl_80 {
    padding-top: 80px !important;
  }

  .pt_xl_90 {
    padding-top: 90px !important;
  }

  .pt_xl_100 {
    padding-top: 100px !important;
  }

  /* left */
  .pl_xl_0 {
    padding-left: 0 !important;
  }

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

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

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

  .pl_xl_25 {
    padding-left: 25px !important;
  }

  .pl_xl_30 {
    padding-left: 30px !important;
  }

  .pl_xl_35 {
    padding-left: 35px !important;
  }

  .pl_xl_40 {
    padding-left: 40px !important;
  }

  .pl_xl_45 {
    padding-left: 45px !important;
  }

  .pl_xl_50 {
    padding-left: 50px !important;
  }

  .pl_xl_60 {
    padding-left: 60px !important;
  }

  .pl_xl_70 {
    padding-left: 70px !important;
  }

  .pl_xl_80 {
    padding-left: 80px !important;
  }

  .pl_xl_90 {
    padding-left: 90px !important;
  }

  .pl_xl_100 {
    padding-left: 100px !important;
  }

  /* bottom */
  .pb_xl_0 {
    padding-bottom: 0 !important;
  }

  .pb_xl_10 {
    padding-bottom: 10px !important;
  }

  .pb_xl_15 {
    padding-bottom: 15px !important;
  }

  .pb_xl_20 {
    padding-bottom: 20px !important;
  }

  .pb_xl_25 {
    padding-bottom: 25px !important;
  }

  .pb_xl_30 {
    padding-bottom: 30px !important;
  }

  .pb_xl_35 {
    padding-bottom: 35px !important;
  }

  .pb_xl_40 {
    padding-bottom: 40px !important;
  }

  .pb_xl_45 {
    padding-bottom: 45px !important;
  }

  .pb_xl_50 {
    padding-bottom: 50px !important;
  }

  .pb_xl_60 {
    padding-bottom: 60px !important;
  }

  .pb_xl_70 {
    padding-bottom: 70px !important;
  }

  .pb_xl_80 {
    padding-bottom: 80px !important;
  }

  .pb_xl_90 {
    padding-bottom: 90px !important;
  }

  .pb_xl_100 {
    padding-bottom: 100px !important;
  }

  /* padding-right */
  .pr_xl_0 {
    padding-right: 0 !important;
  }

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

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

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

  .pr_xl_25 {
    padding-right: 25px !important;
  }

  .pr_xl_30 {
    padding-right: 30px !important;
  }

  .pr_xl_35 {
    padding-right: 35px !important;
  }

  .pr_xl_40 {
    padding-right: 40px !important;
  }

  .pr_xl_45 {
    padding-right: 45px !important;
  }

  .pr_xl_50 {
    padding-right: 50px !important;
  }

  .pr_xl_60 {
    padding-right: 60px !important;
  }

  .pr_xl_70 {
    padding-right: 70px !important;
  }

  .pr_xl_80 {
    padding-right: 80px !important;
  }

  .pr_xl_90 {
    padding-right: 90px !important;
  }

  .pr_xl_100 {
    padding-right: 100px !important;
  }
}
/* ===========================
    フォントサイズ
=========================== */
.fz_inherit {
  font-size: inherit !important;
}

.fz_8 {
  font-size: 0.8rem !important;
}

.fz_9 {
  font-size: 0.9rem !important;
}

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

.fz_11 {
  font-size: 1.1rem !important;
}

.fz_12 {
  font-size: 1.2rem !important;
}

.fz_13 {
  font-size: 1.3rem !important;
}

.fz_14 {
  font-size: 1.4rem !important;
}

.fz_15 {
  font-size: 1.5rem !important;
}

.fz_16 {
  font-size: 1.6rem !important;
}

.fz_17 {
  font-size: 1.7rem !important;
}

.fz_18 {
  font-size: 1.8rem !important;
}

.fz_19 {
  font-size: 1.9rem !important;
}

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

.fz_22 {
  font-size: 2.2rem !important;
}

.fz_24 {
  font-size: 2.4rem !important;
}

.fz_26 {
  font-size: 2.6rem !important;
}

.fz_28 {
  font-size: 2.8rem !important;
}

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

.fz_32 {
  font-size: 3.2rem !important;
}

.fz_34 {
  font-size: 3.4rem !important;
}

.fz_36 {
  font-size: 3.6rem !important;
}

/* ===========================
    フォントサイズ
=========================== */
.fz_8p {
  font-size: 8px !important;
}

.fz_9p {
  font-size: 9px !important;
}

.fz_10p {
  font-size: 10px !important;
}

.fz_11p {
  font-size: 11px !important;
}

.fz_12p {
  font-size: 12px !important;
}

.fz_13p {
  font-size: 13px !important;
}

.fz_14p {
  font-size: 14px !important;
}

.fz_15p {
  font-size: 15px !important;
}

.fz_16p {
  font-size: 16px !important;
}

.fz_17p {
  font-size: 17px !important;
}

.fz_18p {
  font-size: 18px !important;
}

.fz_19p {
  font-size: 19px !important;
}

.fz_20p {
  font-size: 20px !important;
}

.fz_22p {
  font-size: 22px !important;
}

.fz_24p {
  font-size: 24px !important;
}

.fz_26p {
  font-size: 26px !important;
}

.fz_28p {
  font-size: 28px !important;
}

.fz_30p {
  font-size: 30px !important;
}

.fz_32p {
  font-size: 32px !important;
}

.fz_34p {
  font-size: 34px !important;
}

.fz_36p {
  font-size: 36px !important;
}

/* ===============================
    フォントウェイト
=============================== */
.fw_300 {
  font-weight: 300 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

/* ================================
    text-align テキストアライン
================================ */
.ta_right {
  text-align: right;
}

.ta_left {
  text-align: left;
}

.ta_center {
  text-align: center;
}

/* ================================
    line-height
=================================*/
.lh_1_5 {
  line-height: 1.5 !important;
}

.lh_1_7 {
  line-height: 1.7 !important;
}

.lh_1_8 {
  line-height: 1.8 !important;
}

.lh_2 {
  line-height: 2 !important;
}

.lh_2_2 {
  line-height: 2.2 !important;
}

/* ================================
    line-height
=================================*/
.w_100p {
  width: 100% !important;
}

.w_auto {
  width: auto !important;
}

.h_100p {
  height: 100% !important;
}

.h_auto {
  height: auto !important;
}

@media (max-width: 575.98px) {
  /* ===========================
      フォントサイズ
  =========================== */
  .fz_xs_8 {
    font-size: 0.8rem !important;
  }

  .fz_xs_9 {
    font-size: 0.9rem !important;
  }

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

  .fz_xs_11 {
    font-size: 1.1rem !important;
  }

  .fz_xs_12 {
    font-size: 1.2rem !important;
  }

  .fz_xs_13 {
    font-size: 1.3rem !important;
  }

  .fz_xs_14 {
    font-size: 1.4rem !important;
  }

  .fz_xs_15 {
    font-size: 1.5rem !important;
  }

  .fz_xs_16 {
    font-size: 1.6rem !important;
  }

  .fz_xs_17 {
    font-size: 1.7rem !important;
  }

  .fz_xs_18 {
    font-size: 1.8rem !important;
  }

  .fz_xs_19 {
    font-size: 1.9rem !important;
  }

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

  .fz_xs_22 {
    font-size: 2.2rem !important;
  }

  .fz_xs_24 {
    font-size: 2.4rem !important;
  }

  .fz_xs_26 {
    font-size: 2.6rem !important;
  }

  .fz_xs_28 {
    font-size: 2.8rem !important;
  }

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

  .fz_xs_32 {
    font-size: 3.2rem !important;
  }

  .fz_xs_34 {
    font-size: 3.4rem !important;
  }

  .fz_xs_36 {
    font-size: 3.6rem !important;
  }

  /* ===========================
      フォントサイズ
  =========================== */
  .fz_xs_8p {
    font-size: 8px !important;
  }

  .fz_xs_9p {
    font-size: 9px !important;
  }

  .fz_xs_10p {
    font-size: 10px !important;
  }

  .fz_xs_11p {
    font-size: 11px !important;
  }

  .fz_xs_12p {
    font-size: 12px !important;
  }

  .fz_xs_13p {
    font-size: 13px !important;
  }

  .fz_xs_14p {
    font-size: 14px !important;
  }

  .fz_xs_15p {
    font-size: 15px !important;
  }

  .fz_xs_16p {
    font-size: 16px !important;
  }

  .fz_xs_17p {
    font-size: 17px !important;
  }

  .fz_xs_18p {
    font-size: 18px !important;
  }

  .fz_xs_19p {
    font-size: 19px !important;
  }

  .fz_xs_20p {
    font-size: 20px !important;
  }

  .fz_xs_22p {
    font-size: 22px !important;
  }

  .fz_xs_24p {
    font-size: 24px !important;
  }

  .fz_xs_26p {
    font-size: 26px !important;
  }

  .fz_xs_28p {
    font-size: 28px !important;
  }

  .fz_xs_30p {
    font-size: 30px !important;
  }

  .fz_xs_32p {
    font-size: 32px !important;
  }

  .fz_xs_34p {
    font-size: 34px !important;
  }

  .fz_xs_36p {
    font-size: 36px !important;
  }

  /* ===============================
      フォントウェイト
  =============================== */
  .fw_xs_300 {
    font-weight: 300 !important;
  }

  .fw_xs_500 {
    font-weight: 500 !important;
  }

  .fw_xs_700 {
    font-weight: 700 !important;
  }

  /* ================================
      text-align テキストアライン
  ================================ */
  .ta_xs_right {
    text-align: right;
  }

  .ta_xs_left {
    text-align: left;
  }

  .ta_xs_center {
    text-align: center;
  }

  /* ================================
      line-height
  =================================*/
  .lh_xs_1_5 {
    line-height: 1.5 !important;
  }

  .lh_xs_1_7 {
    line-height: 1.7 !important;
  }

  .lh_xs_1_8 {
    line-height: 1.8 !important;
  }

  .lh_xs_2 {
    line-height: 2 !important;
  }

  .lh_xs_2_2 {
    line-height: 2.2 !important;
  }

  /* ================================
      width / height
  =================================*/
  .w_xs_100p {
    width: 100% !important;
  }

  .w_xs_auto {
    width: auto !important;
  }

  .h_xs_100p {
    width: 100% !important;
  }

  .h_xs_auto {
    height: auto !important;
  }
}
@media (min-width: 576px) {
  /* ===========================
      フォントサイズ
  =========================== */
  .fz_sm_8 {
    font-size: 0.8rem !important;
  }

  .fz_sm_9 {
    font-size: 0.9rem !important;
  }

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

  .fz_sm_11 {
    font-size: 1.1rem !important;
  }

  .fz_sm_12 {
    font-size: 1.2rem !important;
  }

  .fz_sm_13 {
    font-size: 1.3rem !important;
  }

  .fz_sm_14 {
    font-size: 1.4rem !important;
  }

  .fz_sm_15 {
    font-size: 1.5rem !important;
  }

  .fz_sm_16 {
    font-size: 1.6rem !important;
  }

  .fz_sm_17 {
    font-size: 1.7rem !important;
  }

  .fz_sm_18 {
    font-size: 1.8rem !important;
  }

  .fz_sm_19 {
    font-size: 1.9rem !important;
  }

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

  .fz_sm_22 {
    font-size: 2.2rem !important;
  }

  .fz_sm_24 {
    font-size: 2.4rem !important;
  }

  .fz_sm_26 {
    font-size: 2.6rem !important;
  }

  .fz_sm_28 {
    font-size: 2.8rem !important;
  }

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

  .fz_sm_32 {
    font-size: 3.2rem !important;
  }

  .fz_sm_34 {
    font-size: 3.4rem !important;
  }

  .fz_sm_36 {
    font-size: 3.6rem !important;
  }

  /* ===========================
      フォントサイズ
  =========================== */
  .fz_sm_8p {
    font-size: 8px !important;
  }

  .fz_sm_9p {
    font-size: 9px !important;
  }

  .fz_sm_10p {
    font-size: 10px !important;
  }

  .fz_sm_11p {
    font-size: 11px !important;
  }

  .fz_sm_12p {
    font-size: 12px !important;
  }

  .fz_sm_13p {
    font-size: 13px !important;
  }

  .fz_sm_14p {
    font-size: 14px !important;
  }

  .fz_sm_15p {
    font-size: 15px !important;
  }

  .fz_sm_16p {
    font-size: 16px !important;
  }

  .fz_sm_17p {
    font-size: 17px !important;
  }

  .fz_sm_18p {
    font-size: 18px !important;
  }

  .fz_sm_19p {
    font-size: 19px !important;
  }

  .fz_sm_20p {
    font-size: 20px !important;
  }

  .fz_sm_22p {
    font-size: 22px !important;
  }

  .fz_sm_24p {
    font-size: 24px !important;
  }

  .fz_sm_26p {
    font-size: 26px !important;
  }

  .fz_sm_28p {
    font-size: 28px !important;
  }

  .fz_sm_30p {
    font-size: 30px !important;
  }

  .fz_sm_32p {
    font-size: 32px !important;
  }

  .fz_sm_34p {
    font-size: 34px !important;
  }

  .fz_sm_36p {
    font-size: 36px !important;
  }

  /* ===============================
      フォントウェイト
  =============================== */
  .fw_sm_300 {
    font-weight: 300 !important;
  }

  .fw_sm_500 {
    font-weight: 500 !important;
  }

  .fw_sm_700 {
    font-weight: 700 !important;
  }

  /* ================================
      text-align テキストアライン
  ================================ */
  .ta_sm_right {
    text-align: right;
  }

  .ta_sm_left {
    text-align: left;
  }

  .ta_sm_center {
    text-align: center;
  }

  /* ================================
      line-height
  =================================*/
  .lh_sm_1_5 {
    line-height: 1.5 !important;
  }

  .lh_sm_1_7 {
    line-height: 1.7 !important;
  }

  .lh_sm_1_8 {
    line-height: 1.8 !important;
  }

  .lh_sm_2 {
    line-height: 2 !important;
  }

  .lh_sm_2_2 {
    line-height: 2.2 !important;
  }

  /* ================================
      width / height
  =================================*/
  .w_sm_100p {
    width: 100% !important;
  }

  .w_sm_auto {
    width: auto !important;
  }

  .h_sm_100p {
    width: 100% !important;
  }

  .h_sm_auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  /* ===========================
      フォントサイズ
  =========================== */
  .fz_md_8 {
    font-size: 0.8rem !important;
  }

  .fz_md_9 {
    font-size: 0.9rem !important;
  }

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

  .fz_md_11 {
    font-size: 1.1rem !important;
  }

  .fz_md_12 {
    font-size: 1.2rem !important;
  }

  .fz_md_13 {
    font-size: 1.3rem !important;
  }

  .fz_md_14 {
    font-size: 1.4rem !important;
  }

  .fz_md_15 {
    font-size: 1.5rem !important;
  }

  .fz_md_16 {
    font-size: 1.6rem !important;
  }

  .fz_md_17 {
    font-size: 1.7rem !important;
  }

  .fz_md_18 {
    font-size: 1.8rem !important;
  }

  .fz_md_19 {
    font-size: 1.9rem !important;
  }

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

  .fz_md_22 {
    font-size: 2.2rem !important;
  }

  .fz_md_24 {
    font-size: 2.4rem !important;
  }

  .fz_md_26 {
    font-size: 2.6rem !important;
  }

  .fz_md_28 {
    font-size: 2.8rem !important;
  }

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

  .fz_md_32 {
    font-size: 3.2rem !important;
  }

  .fz_md_34 {
    font-size: 3.4rem !important;
  }

  .fz_md_36 {
    font-size: 3.6rem !important;
  }

  /* ===========================
      フォントサイズ
  =========================== */
  .fz_md_8p {
    font-size: 8px !important;
  }

  .fz_md_9p {
    font-size: 9px !important;
  }

  .fz_md_10p {
    font-size: 10px !important;
  }

  .fz_md_11p {
    font-size: 11px !important;
  }

  .fz_md_12p {
    font-size: 12px !important;
  }

  .fz_md_13p {
    font-size: 13px !important;
  }

  .fz_md_14p {
    font-size: 14px !important;
  }

  .fz_md_15p {
    font-size: 15px !important;
  }

  .fz_md_16p {
    font-size: 16px !important;
  }

  .fz_md_17p {
    font-size: 17px !important;
  }

  .fz_md_18p {
    font-size: 18px !important;
  }

  .fz_md_19p {
    font-size: 19px !important;
  }

  .fz_md_20p {
    font-size: 20px !important;
  }

  .fz_md_22p {
    font-size: 22px !important;
  }

  .fz_md_24p {
    font-size: 24px !important;
  }

  .fz_md_26p {
    font-size: 26px !important;
  }

  .fz_md_28p {
    font-size: 28px !important;
  }

  .fz_md_30p {
    font-size: 30px !important;
  }

  .fz_md_32p {
    font-size: 32px !important;
  }

  .fz_md_34p {
    font-size: 34px !important;
  }

  .fz_md_36p {
    font-size: 36px !important;
  }

  /* ===============================
      フォントウェイト
  =============================== */
  .fw_md_300 {
    font-weight: 300 !important;
  }

  .fw_md_500 {
    font-weight: 500 !important;
  }

  .fw_md_700 {
    font-weight: 700 !important;
  }

  /* ================================
      text-align テキストアライン
  ================================ */
  .ta_md_right {
    text-align: right;
  }

  .ta_md_left {
    text-align: left;
  }

  .ta_md_center {
    text-align: center;
  }

  /* ================================
      line-height
  =================================*/
  .lh_md_1_5 {
    line-height: 1.5 !important;
  }

  .lh_md_1_7 {
    line-height: 1.7 !important;
  }

  .lh_md_1_8 {
    line-height: 1.8 !important;
  }

  .lh_md_2 {
    line-height: 2 !important;
  }

  .lh_md_2_2 {
    line-height: 2.2 !important;
  }

  /* ================================
      width / height
  =================================*/
  .w_md_100p {
    width: 100% !important;
  }

  .w_md_auto {
    width: auto !important;
  }

  .h_md_100p {
    width: 100% !important;
  }

  .h_md_auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  /* ===========================
      フォントサイズ
  =========================== */
  .fz_lg_8 {
    font-size: 0.8rem !important;
  }

  .fz_lg_9 {
    font-size: 0.9rem !important;
  }

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

  .fz_lg_11 {
    font-size: 1.1rem !important;
  }

  .fz_lg_12 {
    font-size: 1.2rem !important;
  }

  .fz_lg_13 {
    font-size: 1.3rem !important;
  }

  .fz_lg_14 {
    font-size: 1.4rem !important;
  }

  .fz_lg_15 {
    font-size: 1.5rem !important;
  }

  .fz_lg_16 {
    font-size: 1.6rem !important;
  }

  .fz_lg_17 {
    font-size: 1.7rem !important;
  }

  .fz_lg_18 {
    font-size: 1.8rem !important;
  }

  .fz_lg_19 {
    font-size: 1.9rem !important;
  }

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

  .fz_lg_22 {
    font-size: 2.2rem !important;
  }

  .fz_lg_24 {
    font-size: 2.4rem !important;
  }

  .fz_lg_26 {
    font-size: 2.6rem !important;
  }

  .fz_lg_28 {
    font-size: 2.8rem !important;
  }

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

  .fz_lg_32 {
    font-size: 3.2rem !important;
  }

  .fz_lg_34 {
    font-size: 3.4rem !important;
  }

  .fz_lg_36 {
    font-size: 3.6rem !important;
  }

  /* ===========================
      フォントサイズ
  =========================== */
  .fz_lg_8p {
    font-size: 8px !important;
  }

  .fz_lg_9p {
    font-size: 9px !important;
  }

  .fz_lg_10p {
    font-size: 10px !important;
  }

  .fz_lg_11p {
    font-size: 11px !important;
  }

  .fz_lg_12p {
    font-size: 12px !important;
  }

  .fz_lg_13p {
    font-size: 13px !important;
  }

  .fz_lg_14p {
    font-size: 14px !important;
  }

  .fz_lg_15p {
    font-size: 15px !important;
  }

  .fz_lg_16p {
    font-size: 16px !important;
  }

  .fz_lg_17p {
    font-size: 17px !important;
  }

  .fz_lg_18p {
    font-size: 18px !important;
  }

  .fz_lg_19p {
    font-size: 19px !important;
  }

  .fz_lg_20p {
    font-size: 20px !important;
  }

  .fz_lg_22p {
    font-size: 22px !important;
  }

  .fz_lg_24p {
    font-size: 24px !important;
  }

  .fz_lg_26p {
    font-size: 26px !important;
  }

  .fz_lg_28p {
    font-size: 28px !important;
  }

  .fz_lg_30p {
    font-size: 30px !important;
  }

  .fz_lg_32p {
    font-size: 32px !important;
  }

  .fz_lg_34p {
    font-size: 34px !important;
  }

  .fz_lg_36p {
    font-size: 36px !important;
  }

  /* ===============================
      フォントウェイト
  =============================== */
  .fw_lg_300 {
    font-weight: 300 !important;
  }

  .fw_lg_500 {
    font-weight: 500 !important;
  }

  .fw_lg_700 {
    font-weight: 700 !important;
  }

  /* ================================
      text-align テキストアライン
  ================================ */
  .ta_lg_right {
    text-align: right;
  }

  .ta_lg_left {
    text-align: left;
  }

  .ta_lg_center {
    text-align: center;
  }

  /* ================================
      line-height
  =================================*/
  .lh_lg_1_5 {
    line-height: 1.5 !important;
  }

  .lh_lg_1_7 {
    line-height: 1.7 !important;
  }

  .lh_lg_1_8 {
    line-height: 1.8 !important;
  }

  .lh_lg_2 {
    line-height: 2 !important;
  }

  .lh_lg_2_2 {
    line-height: 2.2 !important;
  }

  /* ================================
      width / height
  =================================*/
  .w_lg_100p {
    width: 100% !important;
  }

  .w_lg_auto {
    width: auto !important;
  }

  .h_lg_100p {
    width: 100% !important;
  }

  .h_lg_auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  /* ===========================
      フォントサイズ
  =========================== */
  .fz_xl_8 {
    font-size: 0.8rem !important;
  }

  .fz_xl_9 {
    font-size: 0.9rem !important;
  }

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

  .fz_xl_11 {
    font-size: 1.1rem !important;
  }

  .fz_xl_12 {
    font-size: 1.2rem !important;
  }

  .fz_xl_13 {
    font-size: 1.3rem !important;
  }

  .fz_xl_14 {
    font-size: 1.4rem !important;
  }

  .fz_xl_15 {
    font-size: 1.5rem !important;
  }

  .fz_xl_16 {
    font-size: 1.6rem !important;
  }

  .fz_xl_17 {
    font-size: 1.7rem !important;
  }

  .fz_xl_18 {
    font-size: 1.8rem !important;
  }

  .fz_xl_19 {
    font-size: 1.9rem !important;
  }

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

  .fz_xl_22 {
    font-size: 2.2rem !important;
  }

  .fz_xl_24 {
    font-size: 2.4rem !important;
  }

  .fz_xl_26 {
    font-size: 2.6rem !important;
  }

  .fz_xl_28 {
    font-size: 2.8rem !important;
  }

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

  .fz_xl_32 {
    font-size: 3.2rem !important;
  }

  .fz_xl_34 {
    font-size: 3.4rem !important;
  }

  .fz_xl_36 {
    font-size: 3.6rem !important;
  }

  /* ===========================
      フォントサイズ
  =========================== */
  .fz_xl_8p {
    font-size: 8px !important;
  }

  .fz_xl_9p {
    font-size: 9px !important;
  }

  .fz_xl_10p {
    font-size: 10px !important;
  }

  .fz_xl_11p {
    font-size: 11px !important;
  }

  .fz_xl_12p {
    font-size: 12px !important;
  }

  .fz_xl_13p {
    font-size: 13px !important;
  }

  .fz_xl_14p {
    font-size: 14px !important;
  }

  .fz_xl_15p {
    font-size: 15px !important;
  }

  .fz_xl_16p {
    font-size: 16px !important;
  }

  .fz_xl_17p {
    font-size: 17px !important;
  }

  .fz_xl_18p {
    font-size: 18px !important;
  }

  .fz_xl_19p {
    font-size: 19px !important;
  }

  .fz_xl_20p {
    font-size: 20px !important;
  }

  .fz_xl_22p {
    font-size: 22px !important;
  }

  .fz_xl_24p {
    font-size: 24px !important;
  }

  .fz_xl_26p {
    font-size: 26px !important;
  }

  .fz_xl_28p {
    font-size: 28px !important;
  }

  .fz_xl_30p {
    font-size: 30px !important;
  }

  .fz_xl_32p {
    font-size: 32px !important;
  }

  .fz_xl_34p {
    font-size: 34px !important;
  }

  .fz_xl_36p {
    font-size: 36px !important;
  }

  /* ===============================
      フォントウェイト
  =============================== */
  .fw_xl_300 {
    font-weight: 300 !important;
  }

  .fw_xl_500 {
    font-weight: 500 !important;
  }

  .fw_xl_700 {
    font-weight: 700 !important;
  }

  /* ================================
      text-align テキストアライン
  ================================ */
  .ta_xl_right {
    text-align: right;
  }

  .ta_xl_left {
    text-align: left;
  }

  .ta_xl_center {
    text-align: center;
  }

  /* ================================
      line-height
  =================================*/
  .lh_xl_1_5 {
    line-height: 1.5 !important;
  }

  .lh_xl_1_7 {
    line-height: 1.7 !important;
  }

  .lh_xl_1_8 {
    line-height: 1.8 !important;
  }

  .lh_xl_2 {
    line-height: 2 !important;
  }

  .lh_xl_2_2 {
    line-height: 2.2 !important;
  }

  /* ================================
      width / height
  =================================*/
  .w_xl_100p {
    width: 100% !important;
  }

  .w_xl_auto {
    width: auto !important;
  }

  .h_xl_100p {
    width: 100% !important;
  }

  .h_xl_auto {
    height: auto !important;
  }
}
/* =====================================
    layout
===================================== */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.js_d_none {
  display: none;
  opacity: 0;
}

.d_none {
  display: none !important;
}

.d_inline {
  display: inline !important;
}

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

.d_block {
  display: block !important;
}

.d_table {
  display: table !important;
}

.d_table_row {
  display: table-row !important;
}

.d_table_cell {
  display: table-cell !important;
}

.d_flex {
  display: flex !important;
}

.d_inline_flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d_sm_none {
    display: none !important;
  }

  .d_sm_inline {
    display: inline !important;
  }

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

  .d_sm_block {
    display: block !important;
  }

  .d_sm_table {
    display: table !important;
  }

  .d_sm_table_row {
    display: table-row !important;
  }

  .d_sm_table_cell {
    display: table-cell !important;
  }

  .d_sm_flex {
    display: flex !important;
  }

  .d_sm_inline_flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d_md_none {
    display: none !important;
  }

  .d_md_inline {
    display: inline !important;
  }

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

  .d_md_block {
    display: block !important;
  }

  .d_md_table {
    display: table !important;
  }

  .d_md_table_row {
    display: table-row !important;
  }

  .d_md_table_cell {
    display: table-cell !important;
  }

  .d_md_flex {
    display: flex !important;
  }

  .d_md_inline_flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d_lg_none {
    display: none !important;
  }

  .d_lg_inline {
    display: inline !important;
  }

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

  .d_lg_block {
    display: block !important;
  }

  .d_lg_table {
    display: table !important;
  }

  .d_lg_table_row {
    display: table-row !important;
  }

  .d_lg_table_cell {
    display: table-cell !important;
  }

  .d_lg_flex {
    display: flex !important;
  }

  .d_lg_inline_flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d_xl_none {
    display: none !important;
  }

  .d_xl_inline {
    display: inline !important;
  }

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

  .d_xl_block {
    display: block !important;
  }

  .d_xl_table {
    display: table !important;
  }

  .d_xl_table_row {
    display: table-row !important;
  }

  .d_xl_table_cell {
    display: table-cell !important;
  }

  .d_xl_flex {
    display: flex !important;
  }

  .d_xl_inline_flex {
    display: inline-flex !important;
  }
}
@media print {
  .d_print_none {
    display: none !important;
  }

  .d_print_inline {
    display: inline !important;
  }

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

  .d_print_block {
    display: block !important;
  }

  .d_print_table {
    display: table !important;
  }

  .d_print_table_row {
    display: table-row !important;
  }

  .d_print_table_cell {
    display: table-cell !important;
  }

  .d_print_flex {
    display: flex !important;
  }

  .d_print_inline_flex {
    display: inline-flex !important;
  }
}
.embed_responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed_responsive::before {
  display: block;
  content: "";
}

.embed_responsive .embed_responsive_item,
.embed_responsive iframe,
.embed_responsive embed,
.embed_responsive object,
.embed_responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed_responsive_21by9::before {
  padding-top: 42.857143%;
}

.embed_responsive_16by9::before {
  padding-top: 56.25%;
}

.embed_responsive_4by3::before {
  padding-top: 75%;
}

.embed_responsive_1by1::before {
  padding-top: 100%;
}

.flex_row {
  flex-direction: row !important;
}

.flex_column {
  flex-direction: column !important;
}

.flex_row_reverse {
  flex-direction: row-reverse !important;
}

.flex_column_reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex_fill {
  flex: 1 1 auto !important;
}

.flex_grow_0 {
  flex-grow: 0 !important;
}

.flex_grow_1 {
  flex-grow: 1 !important;
}

.flex_shrink_0 {
  flex-shrink: 0 !important;
}

.flex_shrink_1 {
  flex-shrink: 1 !important;
}

.justify_content_start {
  justify-content: flex-start !important;
}

.justify_content_end {
  justify-content: flex-end !important;
}

.justify_content_center {
  justify-content: center !important;
}

.justify_content_between {
  justify-content: space-between !important;
}

.justify_content_around {
  justify-content: space-around !important;
}

.align_items_start {
  align-items: flex-start !important;
}

.align_items_end {
  align-items: flex-end !important;
}

.align_items_center {
  align-items: center !important;
}

.align_items_baseline {
  align-items: baseline !important;
}

.align_items_stretch {
  align-items: stretch !important;
}

.align_content_start {
  align-content: flex-start !important;
}

.align_content_end {
  align-content: flex-end !important;
}

.align_content_center {
  align-content: center !important;
}

.align_content_between {
  align-content: space-between !important;
}

.align_content_around {
  align-content: space-around !important;
}

.align_content_stretch {
  align-content: stretch !important;
}

.align_self_auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align_self_start {
  align-self: flex-start !important;
}

.align_self_end {
  align-self: flex-end !important;
}

.align_self_center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align_self_baseline {
  align-self: baseline !important;
}

.align_self_stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex_sm_row {
    flex-direction: row !important;
  }

  .flex_sm_column {
    flex-direction: column !important;
  }

  .flex_sm_row_reverse {
    flex-direction: row-reverse !important;
  }

  .flex_sm_column_reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex_sm_fill {
    flex: 1 1 auto !important;
  }

  .flex_sm_grow_0 {
    flex-grow: 0 !important;
  }

  .flex_sm_grow_1 {
    flex-grow: 1 !important;
  }

  .flex_sm_shrink_0 {
    flex-shrink: 0 !important;
  }

  .flex_sm_shrink_1 {
    flex-shrink: 1 !important;
  }

  .justify_content_sm_start {
    justify-content: flex-start !important;
  }

  .justify_content_sm_end {
    justify-content: flex-end !important;
  }

  .justify_content_sm_center {
    justify-content: center !important;
  }

  .justify_content_sm_between {
    justify-content: space-between !important;
  }

  .justify_content_sm_around {
    justify-content: space-around !important;
  }

  .align_items_sm_start {
    align-items: flex-start !important;
  }

  .align_items_sm_end {
    align-items: flex-end !important;
  }

  .align_items_sm_center {
    align-items: center !important;
  }

  .align_items_sm_baseline {
    align-items: baseline !important;
  }

  .align_items_sm_stretch {
    align-items: stretch !important;
  }

  .align_content_sm_start {
    align-content: flex-start !important;
  }

  .align_content_sm_end {
    align-content: flex-end !important;
  }

  .align_content_sm_center {
    align-content: center !important;
  }

  .align_content_sm_between {
    align-content: space-between !important;
  }

  .align_content_sm_around {
    align-content: space-around !important;
  }

  .align_content_sm_stretch {
    align-content: stretch !important;
  }

  .align_self_sm_auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align_self_sm_baseline {
    align-self: baseline !important;
  }

  .align_self_sm_stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex_md_row {
    flex-direction: row !important;
  }

  .flex_md_column {
    flex-direction: column !important;
  }

  .flex_md_row_reverse {
    flex-direction: row-reverse !important;
  }

  .flex_md_column_reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex_md_fill {
    flex: 1 1 auto !important;
  }

  .flex_md_grow_0 {
    flex-grow: 0 !important;
  }

  .flex_md_grow_1 {
    flex-grow: 1 !important;
  }

  .flex_md_shrink_0 {
    flex-shrink: 0 !important;
  }

  .flex_md_shrink_1 {
    flex-shrink: 1 !important;
  }

  .justify_content_md_start {
    justify-content: flex-start !important;
  }

  .justify_content_md_end {
    justify-content: flex-end !important;
  }

  .justify_content_md_center {
    justify-content: center !important;
  }

  .justify_content_md_between {
    justify-content: space-between !important;
  }

  .justify_content_md_around {
    justify-content: space-around !important;
  }

  .align_items_md_start {
    align-items: flex-start !important;
  }

  .align_items_md_end {
    align-items: flex-end !important;
  }

  .align_items_md_center {
    align-items: center !important;
  }

  .align_items_md_baseline {
    align-items: baseline !important;
  }

  .align_items_md_stretch {
    align-items: stretch !important;
  }

  .align_content_md_start {
    align-content: flex-start !important;
  }

  .align_content_md_end {
    align-content: flex-end !important;
  }

  .align_content_md_center {
    align-content: center !important;
  }

  .align_content_md_between {
    align-content: space-between !important;
  }

  .align_content_md_around {
    align-content: space-around !important;
  }

  .align_content_md_stretch {
    align-content: stretch !important;
  }

  .align_self_md_auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align_self_md_baseline {
    align-self: baseline !important;
  }

  .align_self_md_stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex_lg_row {
    flex-direction: row !important;
  }

  .flex_lg_column {
    flex-direction: column !important;
  }

  .flex_lg_row_reverse {
    flex-direction: row-reverse !important;
  }

  .flex_lg_column_reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex_lg_fill {
    flex: 1 1 auto !important;
  }

  .flex_lg_grow_0 {
    flex-grow: 0 !important;
  }

  .flex_lg_grow_1 {
    flex-grow: 1 !important;
  }

  .flex_lg_shrink_0 {
    flex-shrink: 0 !important;
  }

  .flex_lg_shrink_1 {
    flex-shrink: 1 !important;
  }

  .justify_content_lg_start {
    justify-content: flex-start !important;
  }

  .justify_content_lg_end {
    justify-content: flex-end !important;
  }

  .justify_content_lg_center {
    justify-content: center !important;
  }

  .justify_content_lg_between {
    justify-content: space-between !important;
  }

  .justify_content_lg_around {
    justify-content: space-around !important;
  }

  .align_items_lg_start {
    align-items: flex-start !important;
  }

  .align_items_lg_end {
    align-items: flex-end !important;
  }

  .align_items_lg_center {
    align-items: center !important;
  }

  .align_items_lg_baseline {
    align-items: baseline !important;
  }

  .align_items_lg_stretch {
    align-items: stretch !important;
  }

  .align_content_lg_start {
    align-content: flex-start !important;
  }

  .align_content_lg_end {
    align-content: flex-end !important;
  }

  .align_content_lg_center {
    align-content: center !important;
  }

  .align_content_lg_between {
    align-content: space-between !important;
  }

  .align_content_lg_around {
    align-content: space-around !important;
  }

  .align_content_lg_stretch {
    align-content: stretch !important;
  }

  .align_self_lg_auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align_self_lg_baseline {
    align-self: baseline !important;
  }

  .align_self_lg_stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex_xl_row {
    flex-direction: row !important;
  }

  .flex_xl_column {
    flex-direction: column !important;
  }

  .flex_xl_row_reverse {
    flex-direction: row-reverse !important;
  }

  .flex_xl_column_reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex_xl_fill {
    flex: 1 1 auto !important;
  }

  .flex_xl_grow_0 {
    flex-grow: 0 !important;
  }

  .flex_xl_grow_1 {
    flex-grow: 1 !important;
  }

  .flex_xl_shrink_0 {
    flex-shrink: 0 !important;
  }

  .flex_xl_shrink_1 {
    flex-shrink: 1 !important;
  }

  .justify_content_xl_start {
    justify-content: flex-start !important;
  }

  .justify_content_xl_end {
    justify-content: flex-end !important;
  }

  .justify_content_xl_center {
    justify-content: center !important;
  }

  .justify_content_xl_between {
    justify-content: space-between !important;
  }

  .justify_content_xl_around {
    justify-content: space-around !important;
  }

  .align_items_xl_start {
    align-items: flex-start !important;
  }

  .align_items_xl_end {
    align-items: flex-end !important;
  }

  .align_items_xl_center {
    align-items: center !important;
  }

  .align_items_xl_baseline {
    align-items: baseline !important;
  }

  .align_items_xl_stretch {
    align-items: stretch !important;
  }

  .align_content_xl_start {
    align-content: flex-start !important;
  }

  .align_content_xl_end {
    align-content: flex-end !important;
  }

  .align_content_xl_center {
    align-content: center !important;
  }

  .align_content_xl_between {
    align-content: space-between !important;
  }

  .align_content_xl_around {
    align-content: space-around !important;
  }

  .align_content_xl_stretch {
    align-content: stretch !important;
  }

  .align_self_xl_auto {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align_self_xl_baseline {
    align-self: baseline !important;
  }

  .align_self_xl_stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float_left {
  float: left !important;
}

.float_right {
  float: right !important;
}

.float_none {
  float: none !important;
}

@media (min-width: 576px) {
  .float_sm_left {
    float: left !important;
  }

  .float_sm_right {
    float: right !important;
  }

  .float_sm_none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float_md_left {
    float: left !important;
  }

  .float_md_right {
    float: right !important;
  }

  .float_md_none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float_lg_left {
    float: left !important;
  }

  .float_lg_right {
    float: right !important;
  }

  .float_lg_none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float_xl_left {
    float: left !important;
  }

  .float_xl_right {
    float: right !important;
  }

  .float_xl_none {
    float: none !important;
  }
}
.user_select_all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user_select_auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user_select_none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow_auto {
  overflow: auto !important;
}

.overflow_hidden {
  overflow: hidden !important;
}

.position_static {
  position: static !important;
}

.position_relative {
  position: relative !important;
}

.position_absolute {
  position: absolute !important;
}

.position_fixed {
  position: fixed !important;
}

.position_sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed_top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed_bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./src/assets/scss/app.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*** 1. 最初に関数を組み込む（カラー、SVG、計算などが操作できるように）***/
/*** 2. デフォルトの変数の再定義を組み込む ***/
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
:root {
  --bs-blue: #0D6EFD;
  --bs-indigo: #6610F2;
  --bs-purple: #6F42C1;
  --bs-pink: #D63384;
  --bs-red: #DC3545;
  --bs-orange: #FD7E14;
  --bs-yellow: #FFC107;
  --bs-green: #198754;
  --bs-teal: #20C997;
  --bs-cyan: #0DCAF0;
  --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: #0D6EFD;
  --bs-secondary: #6C757D;
  --bs-success: #198754;
  --bs-info: #0DCAF0;
  --bs-warning: #FFC107;
  --bs-danger: #DC3545;
  --bs-light: #F8F9FA;
  --bs-dark: #212529;
  --bs-base: #DEDEDE;
  --bs-main: #1E2E40;
  --bs-accent1: #687C8B;
  --bs-accent2: #C8C8C8;
  --bs-accent3: #BC8630;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-base-rgb: 222, 222, 222;
  --bs-main-rgb: 30, 46, 64;
  --bs-accent1-rgb: 104, 124, 139;
  --bs-accent2-rgb: 200, 200, 200;
  --bs-accent3-rgb: 188, 134, 48;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 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";
  --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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.6rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #FFF;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  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;
  }
}
.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 0.6rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 0.6rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 0.7rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 0.7rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 0.8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 0.8rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 0.9rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 0.9rem;
}

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

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

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

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

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

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

.g-25,
.gx-25 {
  --bs-gutter-x: 2.5rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 2.5rem;
}

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

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

.g-35,
.gx-35 {
  --bs-gutter-x: 3.5rem;
}

.g-35,
.gy-35 {
  --bs-gutter-y: 3.5rem;
}

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

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

.g-45,
.gx-45 {
  --bs-gutter-x: 4.5rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 4.5rem;
}

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

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

.g-55,
.gx-55 {
  --bs-gutter-x: 5.5rem;
}

.g-55,
.gy-55 {
  --bs-gutter-y: 5.5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 6.5rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 6.5rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 7.5rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 8.5rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 9.5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-110,
.gx-110 {
  --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
  --bs-gutter-y: 11rem;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 12rem;
}

.g-130,
.gx-130 {
  --bs-gutter-x: 13rem;
}

.g-130,
.gy-130 {
  --bs-gutter-y: 13rem;
}

.g-140,
.gx-140 {
  --bs-gutter-x: 14rem;
}

.g-140,
.gy-140 {
  --bs-gutter-y: 14rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 15rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 15rem;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 16rem;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 16rem;
}

.g-170,
.gx-170 {
  --bs-gutter-x: 17rem;
}

.g-170,
.gy-170 {
  --bs-gutter-y: 17rem;
}

.g-180,
.gx-180 {
  --bs-gutter-x: 18rem;
}

.g-180,
.gy-180 {
  --bs-gutter-y: 18rem;
}

.g-190,
.gx-190 {
  --bs-gutter-x: 19rem;
}

.g-190,
.gy-190 {
  --bs-gutter-y: 19rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 20rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 0.6rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 0.6rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 0.7rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 0.7rem;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

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

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

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

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

  .g-sm-25,
.gx-sm-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-sm-25,
.gy-sm-25 {
    --bs-gutter-y: 2.5rem;
  }

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

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

  .g-sm-35,
.gx-sm-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-sm-35,
.gy-sm-35 {
    --bs-gutter-y: 3.5rem;
  }

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

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

  .g-sm-45,
.gx-sm-45 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-45,
.gy-sm-45 {
    --bs-gutter-y: 4.5rem;
  }

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

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

  .g-sm-55,
.gx-sm-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-sm-55,
.gy-sm-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-sm-60,
.gx-sm-60 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-60,
.gy-sm-60 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-65,
.gx-sm-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-sm-65,
.gy-sm-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-sm-70,
.gx-sm-70 {
    --bs-gutter-x: 7rem;
  }

  .g-sm-70,
.gy-sm-70 {
    --bs-gutter-y: 7rem;
  }

  .g-sm-75,
.gx-sm-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-sm-75,
.gy-sm-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-sm-80,
.gx-sm-80 {
    --bs-gutter-x: 8rem;
  }

  .g-sm-80,
.gy-sm-80 {
    --bs-gutter-y: 8rem;
  }

  .g-sm-85,
.gx-sm-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-sm-85,
.gy-sm-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-sm-90,
.gx-sm-90 {
    --bs-gutter-x: 9rem;
  }

  .g-sm-90,
.gy-sm-90 {
    --bs-gutter-y: 9rem;
  }

  .g-sm-95,
.gx-sm-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-sm-95,
.gy-sm-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-sm-100,
.gx-sm-100 {
    --bs-gutter-x: 10rem;
  }

  .g-sm-100,
.gy-sm-100 {
    --bs-gutter-y: 10rem;
  }

  .g-sm-110,
.gx-sm-110 {
    --bs-gutter-x: 11rem;
  }

  .g-sm-110,
.gy-sm-110 {
    --bs-gutter-y: 11rem;
  }

  .g-sm-120,
.gx-sm-120 {
    --bs-gutter-x: 12rem;
  }

  .g-sm-120,
.gy-sm-120 {
    --bs-gutter-y: 12rem;
  }

  .g-sm-130,
.gx-sm-130 {
    --bs-gutter-x: 13rem;
  }

  .g-sm-130,
.gy-sm-130 {
    --bs-gutter-y: 13rem;
  }

  .g-sm-140,
.gx-sm-140 {
    --bs-gutter-x: 14rem;
  }

  .g-sm-140,
.gy-sm-140 {
    --bs-gutter-y: 14rem;
  }

  .g-sm-150,
.gx-sm-150 {
    --bs-gutter-x: 15rem;
  }

  .g-sm-150,
.gy-sm-150 {
    --bs-gutter-y: 15rem;
  }

  .g-sm-160,
.gx-sm-160 {
    --bs-gutter-x: 16rem;
  }

  .g-sm-160,
.gy-sm-160 {
    --bs-gutter-y: 16rem;
  }

  .g-sm-170,
.gx-sm-170 {
    --bs-gutter-x: 17rem;
  }

  .g-sm-170,
.gy-sm-170 {
    --bs-gutter-y: 17rem;
  }

  .g-sm-180,
.gx-sm-180 {
    --bs-gutter-x: 18rem;
  }

  .g-sm-180,
.gy-sm-180 {
    --bs-gutter-y: 18rem;
  }

  .g-sm-190,
.gx-sm-190 {
    --bs-gutter-x: 19rem;
  }

  .g-sm-190,
.gy-sm-190 {
    --bs-gutter-y: 19rem;
  }

  .g-sm-200,
.gx-sm-200 {
    --bs-gutter-x: 20rem;
  }

  .g-sm-200,
.gy-sm-200 {
    --bs-gutter-y: 20rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 0.6rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 0.6rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 0.7rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 0.7rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

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

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

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

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

  .g-md-25,
.gx-md-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-25,
.gy-md-25 {
    --bs-gutter-y: 2.5rem;
  }

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

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

  .g-md-35,
.gx-md-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-md-35,
.gy-md-35 {
    --bs-gutter-y: 3.5rem;
  }

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

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

  .g-md-45,
.gx-md-45 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-45,
.gy-md-45 {
    --bs-gutter-y: 4.5rem;
  }

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

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

  .g-md-55,
.gx-md-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-md-55,
.gy-md-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-md-60,
.gx-md-60 {
    --bs-gutter-x: 6rem;
  }

  .g-md-60,
.gy-md-60 {
    --bs-gutter-y: 6rem;
  }

  .g-md-65,
.gx-md-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-md-65,
.gy-md-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-md-70,
.gx-md-70 {
    --bs-gutter-x: 7rem;
  }

  .g-md-70,
.gy-md-70 {
    --bs-gutter-y: 7rem;
  }

  .g-md-75,
.gx-md-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-md-75,
.gy-md-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-md-80,
.gx-md-80 {
    --bs-gutter-x: 8rem;
  }

  .g-md-80,
.gy-md-80 {
    --bs-gutter-y: 8rem;
  }

  .g-md-85,
.gx-md-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-md-85,
.gy-md-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-md-90,
.gx-md-90 {
    --bs-gutter-x: 9rem;
  }

  .g-md-90,
.gy-md-90 {
    --bs-gutter-y: 9rem;
  }

  .g-md-95,
.gx-md-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-md-95,
.gy-md-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-md-100,
.gx-md-100 {
    --bs-gutter-x: 10rem;
  }

  .g-md-100,
.gy-md-100 {
    --bs-gutter-y: 10rem;
  }

  .g-md-110,
.gx-md-110 {
    --bs-gutter-x: 11rem;
  }

  .g-md-110,
.gy-md-110 {
    --bs-gutter-y: 11rem;
  }

  .g-md-120,
.gx-md-120 {
    --bs-gutter-x: 12rem;
  }

  .g-md-120,
.gy-md-120 {
    --bs-gutter-y: 12rem;
  }

  .g-md-130,
.gx-md-130 {
    --bs-gutter-x: 13rem;
  }

  .g-md-130,
.gy-md-130 {
    --bs-gutter-y: 13rem;
  }

  .g-md-140,
.gx-md-140 {
    --bs-gutter-x: 14rem;
  }

  .g-md-140,
.gy-md-140 {
    --bs-gutter-y: 14rem;
  }

  .g-md-150,
.gx-md-150 {
    --bs-gutter-x: 15rem;
  }

  .g-md-150,
.gy-md-150 {
    --bs-gutter-y: 15rem;
  }

  .g-md-160,
.gx-md-160 {
    --bs-gutter-x: 16rem;
  }

  .g-md-160,
.gy-md-160 {
    --bs-gutter-y: 16rem;
  }

  .g-md-170,
.gx-md-170 {
    --bs-gutter-x: 17rem;
  }

  .g-md-170,
.gy-md-170 {
    --bs-gutter-y: 17rem;
  }

  .g-md-180,
.gx-md-180 {
    --bs-gutter-x: 18rem;
  }

  .g-md-180,
.gy-md-180 {
    --bs-gutter-y: 18rem;
  }

  .g-md-190,
.gx-md-190 {
    --bs-gutter-x: 19rem;
  }

  .g-md-190,
.gy-md-190 {
    --bs-gutter-y: 19rem;
  }

  .g-md-200,
.gx-md-200 {
    --bs-gutter-x: 20rem;
  }

  .g-md-200,
.gy-md-200 {
    --bs-gutter-y: 20rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 0.6rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 0.6rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 0.7rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 0.7rem;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

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

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

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

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

  .g-lg-25,
.gx-lg-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-lg-25,
.gy-lg-25 {
    --bs-gutter-y: 2.5rem;
  }

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

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

  .g-lg-35,
.gx-lg-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-lg-35,
.gy-lg-35 {
    --bs-gutter-y: 3.5rem;
  }

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

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

  .g-lg-45,
.gx-lg-45 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-45,
.gy-lg-45 {
    --bs-gutter-y: 4.5rem;
  }

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

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

  .g-lg-55,
.gx-lg-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-lg-55,
.gy-lg-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-lg-60,
.gx-lg-60 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-60,
.gy-lg-60 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-65,
.gx-lg-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-lg-65,
.gy-lg-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-lg-70,
.gx-lg-70 {
    --bs-gutter-x: 7rem;
  }

  .g-lg-70,
.gy-lg-70 {
    --bs-gutter-y: 7rem;
  }

  .g-lg-75,
.gx-lg-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-lg-75,
.gy-lg-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-lg-80,
.gx-lg-80 {
    --bs-gutter-x: 8rem;
  }

  .g-lg-80,
.gy-lg-80 {
    --bs-gutter-y: 8rem;
  }

  .g-lg-85,
.gx-lg-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-lg-85,
.gy-lg-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-lg-90,
.gx-lg-90 {
    --bs-gutter-x: 9rem;
  }

  .g-lg-90,
.gy-lg-90 {
    --bs-gutter-y: 9rem;
  }

  .g-lg-95,
.gx-lg-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-lg-95,
.gy-lg-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-lg-100,
.gx-lg-100 {
    --bs-gutter-x: 10rem;
  }

  .g-lg-100,
.gy-lg-100 {
    --bs-gutter-y: 10rem;
  }

  .g-lg-110,
.gx-lg-110 {
    --bs-gutter-x: 11rem;
  }

  .g-lg-110,
.gy-lg-110 {
    --bs-gutter-y: 11rem;
  }

  .g-lg-120,
.gx-lg-120 {
    --bs-gutter-x: 12rem;
  }

  .g-lg-120,
.gy-lg-120 {
    --bs-gutter-y: 12rem;
  }

  .g-lg-130,
.gx-lg-130 {
    --bs-gutter-x: 13rem;
  }

  .g-lg-130,
.gy-lg-130 {
    --bs-gutter-y: 13rem;
  }

  .g-lg-140,
.gx-lg-140 {
    --bs-gutter-x: 14rem;
  }

  .g-lg-140,
.gy-lg-140 {
    --bs-gutter-y: 14rem;
  }

  .g-lg-150,
.gx-lg-150 {
    --bs-gutter-x: 15rem;
  }

  .g-lg-150,
.gy-lg-150 {
    --bs-gutter-y: 15rem;
  }

  .g-lg-160,
.gx-lg-160 {
    --bs-gutter-x: 16rem;
  }

  .g-lg-160,
.gy-lg-160 {
    --bs-gutter-y: 16rem;
  }

  .g-lg-170,
.gx-lg-170 {
    --bs-gutter-x: 17rem;
  }

  .g-lg-170,
.gy-lg-170 {
    --bs-gutter-y: 17rem;
  }

  .g-lg-180,
.gx-lg-180 {
    --bs-gutter-x: 18rem;
  }

  .g-lg-180,
.gy-lg-180 {
    --bs-gutter-y: 18rem;
  }

  .g-lg-190,
.gx-lg-190 {
    --bs-gutter-x: 19rem;
  }

  .g-lg-190,
.gy-lg-190 {
    --bs-gutter-y: 19rem;
  }

  .g-lg-200,
.gx-lg-200 {
    --bs-gutter-x: 20rem;
  }

  .g-lg-200,
.gy-lg-200 {
    --bs-gutter-y: 20rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 0.6rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 0.6rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 0.7rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 0.7rem;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

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

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

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

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

  .g-xl-25,
.gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xl-25,
.gy-xl-25 {
    --bs-gutter-y: 2.5rem;
  }

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

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

  .g-xl-35,
.gx-xl-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-xl-35,
.gy-xl-35 {
    --bs-gutter-y: 3.5rem;
  }

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

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

  .g-xl-45,
.gx-xl-45 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-45,
.gy-xl-45 {
    --bs-gutter-y: 4.5rem;
  }

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

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

  .g-xl-55,
.gx-xl-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-xl-55,
.gy-xl-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-xl-60,
.gx-xl-60 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-60,
.gy-xl-60 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-65,
.gx-xl-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-xl-65,
.gy-xl-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-xl-70,
.gx-xl-70 {
    --bs-gutter-x: 7rem;
  }

  .g-xl-70,
.gy-xl-70 {
    --bs-gutter-y: 7rem;
  }

  .g-xl-75,
.gx-xl-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xl-75,
.gy-xl-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xl-80,
.gx-xl-80 {
    --bs-gutter-x: 8rem;
  }

  .g-xl-80,
.gy-xl-80 {
    --bs-gutter-y: 8rem;
  }

  .g-xl-85,
.gx-xl-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-xl-85,
.gy-xl-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-xl-90,
.gx-xl-90 {
    --bs-gutter-x: 9rem;
  }

  .g-xl-90,
.gy-xl-90 {
    --bs-gutter-y: 9rem;
  }

  .g-xl-95,
.gx-xl-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-xl-95,
.gy-xl-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-xl-100,
.gx-xl-100 {
    --bs-gutter-x: 10rem;
  }

  .g-xl-100,
.gy-xl-100 {
    --bs-gutter-y: 10rem;
  }

  .g-xl-110,
.gx-xl-110 {
    --bs-gutter-x: 11rem;
  }

  .g-xl-110,
.gy-xl-110 {
    --bs-gutter-y: 11rem;
  }

  .g-xl-120,
.gx-xl-120 {
    --bs-gutter-x: 12rem;
  }

  .g-xl-120,
.gy-xl-120 {
    --bs-gutter-y: 12rem;
  }

  .g-xl-130,
.gx-xl-130 {
    --bs-gutter-x: 13rem;
  }

  .g-xl-130,
.gy-xl-130 {
    --bs-gutter-y: 13rem;
  }

  .g-xl-140,
.gx-xl-140 {
    --bs-gutter-x: 14rem;
  }

  .g-xl-140,
.gy-xl-140 {
    --bs-gutter-y: 14rem;
  }

  .g-xl-150,
.gx-xl-150 {
    --bs-gutter-x: 15rem;
  }

  .g-xl-150,
.gy-xl-150 {
    --bs-gutter-y: 15rem;
  }

  .g-xl-160,
.gx-xl-160 {
    --bs-gutter-x: 16rem;
  }

  .g-xl-160,
.gy-xl-160 {
    --bs-gutter-y: 16rem;
  }

  .g-xl-170,
.gx-xl-170 {
    --bs-gutter-x: 17rem;
  }

  .g-xl-170,
.gy-xl-170 {
    --bs-gutter-y: 17rem;
  }

  .g-xl-180,
.gx-xl-180 {
    --bs-gutter-x: 18rem;
  }

  .g-xl-180,
.gy-xl-180 {
    --bs-gutter-y: 18rem;
  }

  .g-xl-190,
.gx-xl-190 {
    --bs-gutter-x: 19rem;
  }

  .g-xl-190,
.gy-xl-190 {
    --bs-gutter-y: 19rem;
  }

  .g-xl-200,
.gx-xl-200 {
    --bs-gutter-x: 20rem;
  }

  .g-xl-200,
.gy-xl-200 {
    --bs-gutter-y: 20rem;
  }
}
@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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 0.6rem;
  }

  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 0.6rem;
  }

  .g-xxl-7,
.gx-xxl-7 {
    --bs-gutter-x: 0.7rem;
  }

  .g-xxl-7,
.gy-xxl-7 {
    --bs-gutter-y: 0.7rem;
  }

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

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

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

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

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

  .g-xxl-25,
.gx-xxl-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-25,
.gy-xxl-25 {
    --bs-gutter-y: 2.5rem;
  }

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

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

  .g-xxl-35,
.gx-xxl-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-xxl-35,
.gy-xxl-35 {
    --bs-gutter-y: 3.5rem;
  }

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

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

  .g-xxl-45,
.gx-xxl-45 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-45,
.gy-xxl-45 {
    --bs-gutter-y: 4.5rem;
  }

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

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

  .g-xxl-55,
.gx-xxl-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-xxl-55,
.gy-xxl-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-xxl-60,
.gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-60,
.gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-65,
.gx-xxl-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-xxl-65,
.gy-xxl-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-xxl-70,
.gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }

  .g-xxl-70,
.gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }

  .g-xxl-75,
.gx-xxl-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xxl-75,
.gy-xxl-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xxl-80,
.gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }

  .g-xxl-80,
.gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }

  .g-xxl-85,
.gx-xxl-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-xxl-85,
.gy-xxl-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-xxl-90,
.gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }

  .g-xxl-90,
.gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }

  .g-xxl-95,
.gx-xxl-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-xxl-95,
.gy-xxl-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-xxl-100,
.gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }

  .g-xxl-100,
.gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }

  .g-xxl-110,
.gx-xxl-110 {
    --bs-gutter-x: 11rem;
  }

  .g-xxl-110,
.gy-xxl-110 {
    --bs-gutter-y: 11rem;
  }

  .g-xxl-120,
.gx-xxl-120 {
    --bs-gutter-x: 12rem;
  }

  .g-xxl-120,
.gy-xxl-120 {
    --bs-gutter-y: 12rem;
  }

  .g-xxl-130,
.gx-xxl-130 {
    --bs-gutter-x: 13rem;
  }

  .g-xxl-130,
.gy-xxl-130 {
    --bs-gutter-y: 13rem;
  }

  .g-xxl-140,
.gx-xxl-140 {
    --bs-gutter-x: 14rem;
  }

  .g-xxl-140,
.gy-xxl-140 {
    --bs-gutter-y: 14rem;
  }

  .g-xxl-150,
.gx-xxl-150 {
    --bs-gutter-x: 15rem;
  }

  .g-xxl-150,
.gy-xxl-150 {
    --bs-gutter-y: 15rem;
  }

  .g-xxl-160,
.gx-xxl-160 {
    --bs-gutter-x: 16rem;
  }

  .g-xxl-160,
.gy-xxl-160 {
    --bs-gutter-y: 16rem;
  }

  .g-xxl-170,
.gx-xxl-170 {
    --bs-gutter-x: 17rem;
  }

  .g-xxl-170,
.gy-xxl-170 {
    --bs-gutter-y: 17rem;
  }

  .g-xxl-180,
.gx-xxl-180 {
    --bs-gutter-x: 18rem;
  }

  .g-xxl-180,
.gy-xxl-180 {
    --bs-gutter-y: 18rem;
  }

  .g-xxl-190,
.gx-xxl-190 {
    --bs-gutter-x: 19rem;
  }

  .g-xxl-190,
.gy-xxl-190 {
    --bs-gutter-y: 19rem;
  }

  .g-xxl-200,
.gx-xxl-200 {
    --bs-gutter-x: 20rem;
  }

  .g-xxl-200,
.gy-xxl-200 {
    --bs-gutter-y: 20rem;
  }
}
.link-primary {
  color: #0D6EFD;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6C757D;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0DCAF0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #FFC107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #DC3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #F8F9FA;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.link-base {
  color: #DEDEDE;
}
.link-base:hover, .link-base:focus {
  color: #e5e5e5;
}

.link-main {
  color: #1E2E40;
}
.link-main:hover, .link-main:focus {
  color: #182533;
}

.link-accent1 {
  color: #687C8B;
}
.link-accent1:hover, .link-accent1:focus {
  color: #8696a2;
}

.link-accent2 {
  color: #C8C8C8;
}
.link-accent2:hover, .link-accent2:focus {
  color: lightgray;
}

.link-accent3 {
  color: #BC8630;
}
.link-accent3:hover, .link-accent3:focus {
  color: #c99e59;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.285rem + 0.42vw);
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #FFF;
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFF;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFF;
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}

.btn-secondary {
  color: #FFF;
  background-color: #6C757D;
  border-color: #6C757D;
}
.btn-secondary:hover {
  color: #FFF;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #FFF;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #FFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-success {
  color: #FFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #FFF;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #FFF;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #FFF;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}

.btn-warning {
  color: #000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-danger {
  color: #FFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-danger:hover {
  color: #FFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #FFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-light {
  color: #000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}

.btn-dark {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #FFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}

.btn-base {
  color: #000;
  background-color: #DEDEDE;
  border-color: #DEDEDE;
}
.btn-base:hover {
  color: #000;
  background-color: #e3e3e3;
  border-color: #e1e1e1;
}
.btn-check:focus + .btn-base, .btn-base:focus {
  color: #000;
  background-color: #e3e3e3;
  border-color: #e1e1e1;
  box-shadow: 0 0 0 0.25rem rgba(189, 189, 189, 0.5);
}
.btn-check:checked + .btn-base, .btn-check:active + .btn-base, .btn-base:active, .btn-base.active, .show > .btn-base.dropdown-toggle {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e1e1e1;
}
.btn-check:checked + .btn-base:focus, .btn-check:active + .btn-base:focus, .btn-base:active:focus, .btn-base.active:focus, .show > .btn-base.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(189, 189, 189, 0.5);
}
.btn-base:disabled, .btn-base.disabled {
  color: #000;
  background-color: #DEDEDE;
  border-color: #DEDEDE;
}

.btn-main {
  color: #FFF;
  background-color: #1E2E40;
  border-color: #1E2E40;
}
.btn-main:hover {
  color: #FFF;
  background-color: #1a2736;
  border-color: #182533;
}
.btn-check:focus + .btn-main, .btn-main:focus {
  color: #FFF;
  background-color: #1a2736;
  border-color: #182533;
  box-shadow: 0 0 0 0.25rem rgba(64, 77, 93, 0.5);
}
.btn-check:checked + .btn-main, .btn-check:active + .btn-main, .btn-main:active, .btn-main.active, .show > .btn-main.dropdown-toggle {
  color: #FFF;
  background-color: #182533;
  border-color: #172330;
}
.btn-check:checked + .btn-main:focus, .btn-check:active + .btn-main:focus, .btn-main:active:focus, .btn-main.active:focus, .show > .btn-main.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 77, 93, 0.5);
}
.btn-main:disabled, .btn-main.disabled {
  color: #FFF;
  background-color: #1E2E40;
  border-color: #1E2E40;
}

.btn-accent1 {
  color: #000;
  background-color: #687C8B;
  border-color: #687C8B;
}
.btn-accent1:hover {
  color: #000;
  background-color: #7f909c;
  border-color: #778997;
}
.btn-check:focus + .btn-accent1, .btn-accent1:focus {
  color: #000;
  background-color: #7f909c;
  border-color: #778997;
  box-shadow: 0 0 0 0.25rem rgba(88, 105, 118, 0.5);
}
.btn-check:checked + .btn-accent1, .btn-check:active + .btn-accent1, .btn-accent1:active, .btn-accent1.active, .show > .btn-accent1.dropdown-toggle {
  color: #000;
  background-color: #8696a2;
  border-color: #778997;
}
.btn-check:checked + .btn-accent1:focus, .btn-check:active + .btn-accent1:focus, .btn-accent1:active:focus, .btn-accent1.active:focus, .show > .btn-accent1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 105, 118, 0.5);
}
.btn-accent1:disabled, .btn-accent1.disabled {
  color: #000;
  background-color: #687C8B;
  border-color: #687C8B;
}

.btn-accent2 {
  color: #000;
  background-color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-accent2:hover {
  color: #000;
  background-color: #d0d0d0;
  border-color: #cecece;
}
.btn-check:focus + .btn-accent2, .btn-accent2:focus {
  color: #000;
  background-color: #d0d0d0;
  border-color: #cecece;
  box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.5);
}
.btn-check:checked + .btn-accent2, .btn-check:active + .btn-accent2, .btn-accent2:active, .btn-accent2.active, .show > .btn-accent2.dropdown-toggle {
  color: #000;
  background-color: lightgray;
  border-color: #cecece;
}
.btn-check:checked + .btn-accent2:focus, .btn-check:active + .btn-accent2:focus, .btn-accent2:active:focus, .btn-accent2.active:focus, .show > .btn-accent2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.5);
}
.btn-accent2:disabled, .btn-accent2.disabled {
  color: #000;
  background-color: #C8C8C8;
  border-color: #C8C8C8;
}

.btn-accent3 {
  color: #000;
  background-color: #BC8630;
  border-color: #BC8630;
}
.btn-accent3:hover {
  color: #000;
  background-color: #c6984f;
  border-color: #c39245;
}
.btn-check:focus + .btn-accent3, .btn-accent3:focus {
  color: #000;
  background-color: #c6984f;
  border-color: #c39245;
  box-shadow: 0 0 0 0.25rem rgba(160, 114, 41, 0.5);
}
.btn-check:checked + .btn-accent3, .btn-check:active + .btn-accent3, .btn-accent3:active, .btn-accent3.active, .show > .btn-accent3.dropdown-toggle {
  color: #000;
  background-color: #c99e59;
  border-color: #c39245;
}
.btn-check:checked + .btn-accent3:focus, .btn-check:active + .btn-accent3:focus, .btn-accent3:active:focus, .btn-accent3.active:focus, .show > .btn-accent3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(160, 114, 41, 0.5);
}
.btn-accent3:disabled, .btn-accent3.disabled {
  color: #000;
  background-color: #BC8630;
  border-color: #BC8630;
}

.btn-outline-primary {
  color: #0D6EFD;
  border-color: #0D6EFD;
}
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFF;
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0D6EFD;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6C757D;
  border-color: #6C757D;
}
.btn-outline-secondary:hover {
  color: #FFF;
  background-color: #6C757D;
  border-color: #6C757D;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #FFF;
  background-color: #6C757D;
  border-color: #6C757D;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6C757D;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #FFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #FFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0DCAF0;
  border-color: #0DCAF0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0DCAF0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #FFC107;
  border-color: #FFC107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FFC107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #DC3545;
  border-color: #DC3545;
}
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #FFF;
  background-color: #DC3545;
  border-color: #DC3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #DC3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F8F9FA;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-base {
  color: #DEDEDE;
  border-color: #DEDEDE;
}
.btn-outline-base:hover {
  color: #000;
  background-color: #DEDEDE;
  border-color: #DEDEDE;
}
.btn-check:focus + .btn-outline-base, .btn-outline-base:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 222, 222, 0.5);
}
.btn-check:checked + .btn-outline-base, .btn-check:active + .btn-outline-base, .btn-outline-base:active, .btn-outline-base.active, .btn-outline-base.dropdown-toggle.show {
  color: #000;
  background-color: #DEDEDE;
  border-color: #DEDEDE;
}
.btn-check:checked + .btn-outline-base:focus, .btn-check:active + .btn-outline-base:focus, .btn-outline-base:active:focus, .btn-outline-base.active:focus, .btn-outline-base.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 222, 222, 0.5);
}
.btn-outline-base:disabled, .btn-outline-base.disabled {
  color: #DEDEDE;
  background-color: transparent;
}

.btn-outline-main {
  color: #1E2E40;
  border-color: #1E2E40;
}
.btn-outline-main:hover {
  color: #FFF;
  background-color: #1E2E40;
  border-color: #1E2E40;
}
.btn-check:focus + .btn-outline-main, .btn-outline-main:focus {
  box-shadow: 0 0 0 0.25rem rgba(30, 46, 64, 0.5);
}
.btn-check:checked + .btn-outline-main, .btn-check:active + .btn-outline-main, .btn-outline-main:active, .btn-outline-main.active, .btn-outline-main.dropdown-toggle.show {
  color: #FFF;
  background-color: #1E2E40;
  border-color: #1E2E40;
}
.btn-check:checked + .btn-outline-main:focus, .btn-check:active + .btn-outline-main:focus, .btn-outline-main:active:focus, .btn-outline-main.active:focus, .btn-outline-main.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(30, 46, 64, 0.5);
}
.btn-outline-main:disabled, .btn-outline-main.disabled {
  color: #1E2E40;
  background-color: transparent;
}

.btn-outline-accent1 {
  color: #687C8B;
  border-color: #687C8B;
}
.btn-outline-accent1:hover {
  color: #000;
  background-color: #687C8B;
  border-color: #687C8B;
}
.btn-check:focus + .btn-outline-accent1, .btn-outline-accent1:focus {
  box-shadow: 0 0 0 0.25rem rgba(104, 124, 139, 0.5);
}
.btn-check:checked + .btn-outline-accent1, .btn-check:active + .btn-outline-accent1, .btn-outline-accent1:active, .btn-outline-accent1.active, .btn-outline-accent1.dropdown-toggle.show {
  color: #000;
  background-color: #687C8B;
  border-color: #687C8B;
}
.btn-check:checked + .btn-outline-accent1:focus, .btn-check:active + .btn-outline-accent1:focus, .btn-outline-accent1:active:focus, .btn-outline-accent1.active:focus, .btn-outline-accent1.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(104, 124, 139, 0.5);
}
.btn-outline-accent1:disabled, .btn-outline-accent1.disabled {
  color: #687C8B;
  background-color: transparent;
}

.btn-outline-accent2 {
  color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-outline-accent2:hover {
  color: #000;
  background-color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-check:focus + .btn-outline-accent2, .btn-outline-accent2:focus {
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, 0.5);
}
.btn-check:checked + .btn-outline-accent2, .btn-check:active + .btn-outline-accent2, .btn-outline-accent2:active, .btn-outline-accent2.active, .btn-outline-accent2.dropdown-toggle.show {
  color: #000;
  background-color: #C8C8C8;
  border-color: #C8C8C8;
}
.btn-check:checked + .btn-outline-accent2:focus, .btn-check:active + .btn-outline-accent2:focus, .btn-outline-accent2:active:focus, .btn-outline-accent2.active:focus, .btn-outline-accent2.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, 0.5);
}
.btn-outline-accent2:disabled, .btn-outline-accent2.disabled {
  color: #C8C8C8;
  background-color: transparent;
}

.btn-outline-accent3 {
  color: #BC8630;
  border-color: #BC8630;
}
.btn-outline-accent3:hover {
  color: #000;
  background-color: #BC8630;
  border-color: #BC8630;
}
.btn-check:focus + .btn-outline-accent3, .btn-outline-accent3:focus {
  box-shadow: 0 0 0 0.25rem rgba(188, 134, 48, 0.5);
}
.btn-check:checked + .btn-outline-accent3, .btn-check:active + .btn-outline-accent3, .btn-outline-accent3:active, .btn-outline-accent3.active, .btn-outline-accent3.dropdown-toggle.show {
  color: #000;
  background-color: #BC8630;
  border-color: #BC8630;
}
.btn-check:checked + .btn-outline-accent3:focus, .btn-check:active + .btn-outline-accent3:focus, .btn-outline-accent3:active:focus, .btn-outline-accent3.active:focus, .btn-outline-accent3.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(188, 134, 48, 0.5);
}
.btn-outline-accent3:disabled, .btn-outline-accent3.disabled {
  color: #BC8630;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0D6EFD;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6C757D;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .btn-lg {
    font-size: 2rem;
  }
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: calc(1.265rem + 0.18vw);
  border-radius: 0.2rem;
}
@media (min-width: 1200px) {
  .btn-sm {
    font-size: 1.4rem;
  }
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

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

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

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

.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 {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      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.1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-45 {
  margin: 4.5rem !important;
}

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

.m-55 {
  margin: 5.5rem !important;
}

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

.m-65 {
  margin: 6.5rem !important;
}

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

.m-75 {
  margin: 7.5rem !important;
}

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

.m-85 {
  margin: 8.5rem !important;
}

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

.m-95 {
  margin: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

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

.mx-55 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

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

.mx-65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

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

.mx-75 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

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

.mx-85 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

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

.mx-95 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-200 {
  margin-right: 20rem !important;
  margin-left: 20rem !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.1rem !important;
  margin-bottom: 0.1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

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

.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

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

.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

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

.my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

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

.my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

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

.my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-45 {
  margin-top: 4.5rem !important;
}

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

.mt-55 {
  margin-top: 5.5rem !important;
}

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

.mt-65 {
  margin-top: 6.5rem !important;
}

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

.mt-75 {
  margin-top: 7.5rem !important;
}

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

.mt-85 {
  margin-top: 8.5rem !important;
}

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

.mt-95 {
  margin-top: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-6 {
  margin-right: 0.6rem !important;
}

.me-7 {
  margin-right: 0.7rem !important;
}

.me-8 {
  margin-right: 0.8rem !important;
}

.me-9 {
  margin-right: 0.9rem !important;
}

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

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

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

.me-25 {
  margin-right: 2.5rem !important;
}

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

.me-35 {
  margin-right: 3.5rem !important;
}

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

.me-45 {
  margin-right: 4.5rem !important;
}

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

.me-55 {
  margin-right: 5.5rem !important;
}

.me-60 {
  margin-right: 6rem !important;
}

.me-65 {
  margin-right: 6.5rem !important;
}

.me-70 {
  margin-right: 7rem !important;
}

.me-75 {
  margin-right: 7.5rem !important;
}

.me-80 {
  margin-right: 8rem !important;
}

.me-85 {
  margin-right: 8.5rem !important;
}

.me-90 {
  margin-right: 9rem !important;
}

.me-95 {
  margin-right: 9.5rem !important;
}

.me-100 {
  margin-right: 10rem !important;
}

.me-110 {
  margin-right: 11rem !important;
}

.me-120 {
  margin-right: 12rem !important;
}

.me-130 {
  margin-right: 13rem !important;
}

.me-140 {
  margin-right: 14rem !important;
}

.me-150 {
  margin-right: 15rem !important;
}

.me-160 {
  margin-right: 16rem !important;
}

.me-170 {
  margin-right: 17rem !important;
}

.me-180 {
  margin-right: 18rem !important;
}

.me-190 {
  margin-right: 19rem !important;
}

.me-200 {
  margin-right: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-45 {
  margin-bottom: 4.5rem !important;
}

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

.mb-55 {
  margin-bottom: 5.5rem !important;
}

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

.mb-65 {
  margin-bottom: 6.5rem !important;
}

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

.mb-75 {
  margin-bottom: 7.5rem !important;
}

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

.mb-85 {
  margin-bottom: 8.5rem !important;
}

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

.mb-95 {
  margin-bottom: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-6 {
  margin-left: 0.6rem !important;
}

.ms-7 {
  margin-left: 0.7rem !important;
}

.ms-8 {
  margin-left: 0.8rem !important;
}

.ms-9 {
  margin-left: 0.9rem !important;
}

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

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

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

.ms-25 {
  margin-left: 2.5rem !important;
}

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

.ms-35 {
  margin-left: 3.5rem !important;
}

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

.ms-45 {
  margin-left: 4.5rem !important;
}

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

.ms-55 {
  margin-left: 5.5rem !important;
}

.ms-60 {
  margin-left: 6rem !important;
}

.ms-65 {
  margin-left: 6.5rem !important;
}

.ms-70 {
  margin-left: 7rem !important;
}

.ms-75 {
  margin-left: 7.5rem !important;
}

.ms-80 {
  margin-left: 8rem !important;
}

.ms-85 {
  margin-left: 8.5rem !important;
}

.ms-90 {
  margin-left: 9rem !important;
}

.ms-95 {
  margin-left: 9.5rem !important;
}

.ms-100 {
  margin-left: 10rem !important;
}

.ms-110 {
  margin-left: 11rem !important;
}

.ms-120 {
  margin-left: 12rem !important;
}

.ms-130 {
  margin-left: 13rem !important;
}

.ms-140 {
  margin-left: 14rem !important;
}

.ms-150 {
  margin-left: 15rem !important;
}

.ms-160 {
  margin-left: 16rem !important;
}

.ms-170 {
  margin-left: 17rem !important;
}

.ms-180 {
  margin-left: 18rem !important;
}

.ms-190 {
  margin-left: 19rem !important;
}

.ms-200 {
  margin-left: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-45 {
  padding: 4.5rem !important;
}

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

.p-55 {
  padding: 5.5rem !important;
}

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

.p-65 {
  padding: 6.5rem !important;
}

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

.p-75 {
  padding: 7.5rem !important;
}

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

.p-85 {
  padding: 8.5rem !important;
}

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

.p-95 {
  padding: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

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

.px-55 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

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

.px-65 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

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

.px-75 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

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

.px-85 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

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

.px-95 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

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

.py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

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

.py-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

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

.py-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

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

.py-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-45 {
  padding-top: 4.5rem !important;
}

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

.pt-55 {
  padding-top: 5.5rem !important;
}

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

.pt-65 {
  padding-top: 6.5rem !important;
}

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

.pt-75 {
  padding-top: 7.5rem !important;
}

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

.pt-85 {
  padding-top: 8.5rem !important;
}

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

.pt-95 {
  padding-top: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-6 {
  padding-right: 0.6rem !important;
}

.pe-7 {
  padding-right: 0.7rem !important;
}

.pe-8 {
  padding-right: 0.8rem !important;
}

.pe-9 {
  padding-right: 0.9rem !important;
}

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

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

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

.pe-25 {
  padding-right: 2.5rem !important;
}

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

.pe-35 {
  padding-right: 3.5rem !important;
}

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

.pe-45 {
  padding-right: 4.5rem !important;
}

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

.pe-55 {
  padding-right: 5.5rem !important;
}

.pe-60 {
  padding-right: 6rem !important;
}

.pe-65 {
  padding-right: 6.5rem !important;
}

.pe-70 {
  padding-right: 7rem !important;
}

.pe-75 {
  padding-right: 7.5rem !important;
}

.pe-80 {
  padding-right: 8rem !important;
}

.pe-85 {
  padding-right: 8.5rem !important;
}

.pe-90 {
  padding-right: 9rem !important;
}

.pe-95 {
  padding-right: 9.5rem !important;
}

.pe-100 {
  padding-right: 10rem !important;
}

.pe-110 {
  padding-right: 11rem !important;
}

.pe-120 {
  padding-right: 12rem !important;
}

.pe-130 {
  padding-right: 13rem !important;
}

.pe-140 {
  padding-right: 14rem !important;
}

.pe-150 {
  padding-right: 15rem !important;
}

.pe-160 {
  padding-right: 16rem !important;
}

.pe-170 {
  padding-right: 17rem !important;
}

.pe-180 {
  padding-right: 18rem !important;
}

.pe-190 {
  padding-right: 19rem !important;
}

.pe-200 {
  padding-right: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-45 {
  padding-bottom: 4.5rem !important;
}

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

.pb-55 {
  padding-bottom: 5.5rem !important;
}

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

.pb-65 {
  padding-bottom: 6.5rem !important;
}

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

.pb-75 {
  padding-bottom: 7.5rem !important;
}

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

.pb-85 {
  padding-bottom: 8.5rem !important;
}

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

.pb-95 {
  padding-bottom: 9.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-6 {
  padding-left: 0.6rem !important;
}

.ps-7 {
  padding-left: 0.7rem !important;
}

.ps-8 {
  padding-left: 0.8rem !important;
}

.ps-9 {
  padding-left: 0.9rem !important;
}

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

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

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

.ps-25 {
  padding-left: 2.5rem !important;
}

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

.ps-35 {
  padding-left: 3.5rem !important;
}

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

.ps-45 {
  padding-left: 4.5rem !important;
}

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

.ps-55 {
  padding-left: 5.5rem !important;
}

.ps-60 {
  padding-left: 6rem !important;
}

.ps-65 {
  padding-left: 6.5rem !important;
}

.ps-70 {
  padding-left: 7rem !important;
}

.ps-75 {
  padding-left: 7.5rem !important;
}

.ps-80 {
  padding-left: 8rem !important;
}

.ps-85 {
  padding-left: 8.5rem !important;
}

.ps-90 {
  padding-left: 9rem !important;
}

.ps-95 {
  padding-left: 9.5rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.ps-110 {
  padding-left: 11rem !important;
}

.ps-120 {
  padding-left: 12rem !important;
}

.ps-130 {
  padding-left: 13rem !important;
}

.ps-140 {
  padding-left: 14rem !important;
}

.ps-150 {
  padding-left: 15rem !important;
}

.ps-160 {
  padding-left: 16rem !important;
}

.ps-170 {
  padding-left: 17rem !important;
}

.ps-180 {
  padding-left: 18rem !important;
}

.ps-190 {
  padding-left: 19rem !important;
}

.ps-200 {
  padding-left: 20rem !important;
}

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

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

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

.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-base {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-base-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

.text-accent3 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-accent3-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: #6C757D !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-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.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-base {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-base-rgb), var(--bs-bg-opacity)) !important;
}

.bg-main {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-main-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accent1 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accent1-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accent2 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accent2-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accent3 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accent3-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;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-grid {
    display: -ms-grid !important;
    display: 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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        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.1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-45 {
    margin: 4.5rem !important;
  }

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

  .m-sm-55 {
    margin: 5.5rem !important;
  }

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

  .m-sm-65 {
    margin: 6.5rem !important;
  }

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

  .m-sm-75 {
    margin: 7.5rem !important;
  }

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

  .m-sm-85 {
    margin: 8.5rem !important;
  }

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

  .m-sm-95 {
    margin: 9.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-sm-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-sm-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-sm-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-sm-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

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

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

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

  .mx-sm-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

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

  .mx-sm-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

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

  .mx-sm-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

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

  .mx-sm-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-sm-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-sm-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-sm-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-sm-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-sm-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-sm-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-sm-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-sm-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-sm-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-sm-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-sm-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-sm-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-sm-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-sm-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-sm-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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.1rem !important;
    margin-bottom: 0.1rem !important;
  }

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

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

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

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

  .my-sm-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-sm-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-sm-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-sm-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

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

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

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

  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

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

  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

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

  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

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

  .my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-sm-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-sm-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-sm-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-sm-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-sm-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-sm-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-sm-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-sm-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-sm-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-sm-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-sm-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-sm-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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.1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-45 {
    margin-top: 4.5rem !important;
  }

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

  .mt-sm-55 {
    margin-top: 5.5rem !important;
  }

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

  .mt-sm-65 {
    margin-top: 6.5rem !important;
  }

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

  .mt-sm-75 {
    margin-top: 7.5rem !important;
  }

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

  .mt-sm-85 {
    margin-top: 8.5rem !important;
  }

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

  .mt-sm-95 {
    margin-top: 9.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-sm-6 {
    margin-right: 0.6rem !important;
  }

  .me-sm-7 {
    margin-right: 0.7rem !important;
  }

  .me-sm-8 {
    margin-right: 0.8rem !important;
  }

  .me-sm-9 {
    margin-right: 0.9rem !important;
  }

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

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

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

  .me-sm-25 {
    margin-right: 2.5rem !important;
  }

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

  .me-sm-35 {
    margin-right: 3.5rem !important;
  }

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

  .me-sm-45 {
    margin-right: 4.5rem !important;
  }

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

  .me-sm-55 {
    margin-right: 5.5rem !important;
  }

  .me-sm-60 {
    margin-right: 6rem !important;
  }

  .me-sm-65 {
    margin-right: 6.5rem !important;
  }

  .me-sm-70 {
    margin-right: 7rem !important;
  }

  .me-sm-75 {
    margin-right: 7.5rem !important;
  }

  .me-sm-80 {
    margin-right: 8rem !important;
  }

  .me-sm-85 {
    margin-right: 8.5rem !important;
  }

  .me-sm-90 {
    margin-right: 9rem !important;
  }

  .me-sm-95 {
    margin-right: 9.5rem !important;
  }

  .me-sm-100 {
    margin-right: 10rem !important;
  }

  .me-sm-110 {
    margin-right: 11rem !important;
  }

  .me-sm-120 {
    margin-right: 12rem !important;
  }

  .me-sm-130 {
    margin-right: 13rem !important;
  }

  .me-sm-140 {
    margin-right: 14rem !important;
  }

  .me-sm-150 {
    margin-right: 15rem !important;
  }

  .me-sm-160 {
    margin-right: 16rem !important;
  }

  .me-sm-170 {
    margin-right: 17rem !important;
  }

  .me-sm-180 {
    margin-right: 18rem !important;
  }

  .me-sm-190 {
    margin-right: 19rem !important;
  }

  .me-sm-200 {
    margin-right: 20rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-sm-45 {
    margin-bottom: 4.5rem !important;
  }

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

  .mb-sm-55 {
    margin-bottom: 5.5rem !important;
  }

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

  .mb-sm-65 {
    margin-bottom: 6.5rem !important;
  }

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

  .mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }

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

  .mb-sm-85 {
    margin-bottom: 8.5rem !important;
  }

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

  .mb-sm-95 {
    margin-bottom: 9.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-sm-6 {
    margin-left: 0.6rem !important;
  }

  .ms-sm-7 {
    margin-left: 0.7rem !important;
  }

  .ms-sm-8 {
    margin-left: 0.8rem !important;
  }

  .ms-sm-9 {
    margin-left: 0.9rem !important;
  }

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

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

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

  .ms-sm-25 {
    margin-left: 2.5rem !important;
  }

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

  .ms-sm-35 {
    margin-left: 3.5rem !important;
  }

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

  .ms-sm-45 {
    margin-left: 4.5rem !important;
  }

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

  .ms-sm-55 {
    margin-left: 5.5rem !important;
  }

  .ms-sm-60 {
    margin-left: 6rem !important;
  }

  .ms-sm-65 {
    margin-left: 6.5rem !important;
  }

  .ms-sm-70 {
    margin-left: 7rem !important;
  }

  .ms-sm-75 {
    margin-left: 7.5rem !important;
  }

  .ms-sm-80 {
    margin-left: 8rem !important;
  }

  .ms-sm-85 {
    margin-left: 8.5rem !important;
  }

  .ms-sm-90 {
    margin-left: 9rem !important;
  }

  .ms-sm-95 {
    margin-left: 9.5rem !important;
  }

  .ms-sm-100 {
    margin-left: 10rem !important;
  }

  .ms-sm-110 {
    margin-left: 11rem !important;
  }

  .ms-sm-120 {
    margin-left: 12rem !important;
  }

  .ms-sm-130 {
    margin-left: 13rem !important;
  }

  .ms-sm-140 {
    margin-left: 14rem !important;
  }

  .ms-sm-150 {
    margin-left: 15rem !important;
  }

  .ms-sm-160 {
    margin-left: 16rem !important;
  }

  .ms-sm-170 {
    margin-left: 17rem !important;
  }

  .ms-sm-180 {
    margin-left: 18rem !important;
  }

  .ms-sm-190 {
    margin-left: 19rem !important;
  }

  .ms-sm-200 {
    margin-left: 20rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-45 {
    padding: 4.5rem !important;
  }

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

  .p-sm-55 {
    padding: 5.5rem !important;
  }

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

  .p-sm-65 {
    padding: 6.5rem !important;
  }

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

  .p-sm-75 {
    padding: 7.5rem !important;
  }

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

  .p-sm-85 {
    padding: 8.5rem !important;
  }

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

  .p-sm-95 {
    padding: 9.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-sm-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-sm-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-sm-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-sm-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

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

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

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

  .px-sm-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-sm-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-sm-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-sm-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-sm-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-sm-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-sm-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-sm-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-sm-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-sm-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-sm-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-sm-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-sm-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-sm-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-sm-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }

  .py-sm-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }

  .py-sm-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .py-sm-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .py-sm-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-sm-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-sm-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-sm-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-sm-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-sm-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-sm-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-sm-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-sm-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-sm-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-sm-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-sm-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-sm-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-sm-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.1rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.2rem !important;
  }

  .pt-sm-3 {
    padding-top: 0.3rem !important;
  }

  .pt-sm-4 {
    padding-top: 0.4rem !important;
  }

  .pt-sm-5 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-6 {
    padding-top: 0.6rem !important;
  }

  .pt-sm-7 {
    padding-top: 0.7rem !important;
  }

  .pt-sm-8 {
    padding-top: 0.8rem !important;
  }

  .pt-sm-9 {
    padding-top: 0.9rem !important;
  }

  .pt-sm-10 {
    padding-top: 1rem !important;
  }

  .pt-sm-15 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-20 {
    padding-top: 2rem !important;
  }

  .pt-sm-25 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-30 {
    padding-top: 3rem !important;
  }

  .pt-sm-35 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-40 {
    padding-top: 4rem !important;
  }

  .pt-sm-45 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-50 {
    padding-top: 5rem !important;
  }

  .pt-sm-55 {
    padding-top: 5.5rem !important;
  }

  .pt-sm-60 {
    padding-top: 6rem !important;
  }

  .pt-sm-65 {
    padding-top: 6.5rem !important;
  }

  .pt-sm-70 {
    padding-top: 7rem !important;
  }

  .pt-sm-75 {
    padding-top: 7.5rem !important;
  }

  .pt-sm-80 {
    padding-top: 8rem !important;
  }

  .pt-sm-85 {
    padding-top: 8.5rem !important;
  }

  .pt-sm-90 {
    padding-top: 9rem !important;
  }

  .pt-sm-95 {
    padding-top: 9.5rem !important;
  }

  .pt-sm-100 {
    padding-top: 10rem !important;
  }

  .pt-sm-110 {
    padding-top: 11rem !important;
  }

  .pt-sm-120 {
    padding-top: 12rem !important;
  }

  .pt-sm-130 {
    padding-top: 13rem !important;
  }

  .pt-sm-140 {
    padding-top: 14rem !important;
  }

  .pt-sm-150 {
    padding-top: 15rem !important;
  }

  .pt-sm-160 {
    padding-top: 16rem !important;
  }

  .pt-sm-170 {
    padding-top: 17rem !important;
  }

  .pt-sm-180 {
    padding-top: 18rem !important;
  }

  .pt-sm-190 {
    padding-top: 19rem !important;
  }

  .pt-sm-200 {
    padding-top: 20rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.1rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.2rem !important;
  }

  .pe-sm-3 {
    padding-right: 0.3rem !important;
  }

  .pe-sm-4 {
    padding-right: 0.4rem !important;
  }

  .pe-sm-5 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-6 {
    padding-right: 0.6rem !important;
  }

  .pe-sm-7 {
    padding-right: 0.7rem !important;
  }

  .pe-sm-8 {
    padding-right: 0.8rem !important;
  }

  .pe-sm-9 {
    padding-right: 0.9rem !important;
  }

  .pe-sm-10 {
    padding-right: 1rem !important;
  }

  .pe-sm-15 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-20 {
    padding-right: 2rem !important;
  }

  .pe-sm-25 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-30 {
    padding-right: 3rem !important;
  }

  .pe-sm-35 {
    padding-right: 3.5rem !important;
  }

  .pe-sm-40 {
    padding-right: 4rem !important;
  }

  .pe-sm-45 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-50 {
    padding-right: 5rem !important;
  }

  .pe-sm-55 {
    padding-right: 5.5rem !important;
  }

  .pe-sm-60 {
    padding-right: 6rem !important;
  }

  .pe-sm-65 {
    padding-right: 6.5rem !important;
  }

  .pe-sm-70 {
    padding-right: 7rem !important;
  }

  .pe-sm-75 {
    padding-right: 7.5rem !important;
  }

  .pe-sm-80 {
    padding-right: 8rem !important;
  }

  .pe-sm-85 {
    padding-right: 8.5rem !important;
  }

  .pe-sm-90 {
    padding-right: 9rem !important;
  }

  .pe-sm-95 {
    padding-right: 9.5rem !important;
  }

  .pe-sm-100 {
    padding-right: 10rem !important;
  }

  .pe-sm-110 {
    padding-right: 11rem !important;
  }

  .pe-sm-120 {
    padding-right: 12rem !important;
  }

  .pe-sm-130 {
    padding-right: 13rem !important;
  }

  .pe-sm-140 {
    padding-right: 14rem !important;
  }

  .pe-sm-150 {
    padding-right: 15rem !important;
  }

  .pe-sm-160 {
    padding-right: 16rem !important;
  }

  .pe-sm-170 {
    padding-right: 17rem !important;
  }

  .pe-sm-180 {
    padding-right: 18rem !important;
  }

  .pe-sm-190 {
    padding-right: 19rem !important;
  }

  .pe-sm-200 {
    padding-right: 20rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.1rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.2rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 0.3rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 0.4rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-110 {
    padding-bottom: 11rem !important;
  }

  .pb-sm-120 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-130 {
    padding-bottom: 13rem !important;
  }

  .pb-sm-140 {
    padding-bottom: 14rem !important;
  }

  .pb-sm-150 {
    padding-bottom: 15rem !important;
  }

  .pb-sm-160 {
    padding-bottom: 16rem !important;
  }

  .pb-sm-170 {
    padding-bottom: 17rem !important;
  }

  .pb-sm-180 {
    padding-bottom: 18rem !important;
  }

  .pb-sm-190 {
    padding-bottom: 19rem !important;
  }

  .pb-sm-200 {
    padding-bottom: 20rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.1rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.2rem !important;
  }

  .ps-sm-3 {
    padding-left: 0.3rem !important;
  }

  .ps-sm-4 {
    padding-left: 0.4rem !important;
  }

  .ps-sm-5 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-6 {
    padding-left: 0.6rem !important;
  }

  .ps-sm-7 {
    padding-left: 0.7rem !important;
  }

  .ps-sm-8 {
    padding-left: 0.8rem !important;
  }

  .ps-sm-9 {
    padding-left: 0.9rem !important;
  }

  .ps-sm-10 {
    padding-left: 1rem !important;
  }

  .ps-sm-15 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-20 {
    padding-left: 2rem !important;
  }

  .ps-sm-25 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-30 {
    padding-left: 3rem !important;
  }

  .ps-sm-35 {
    padding-left: 3.5rem !important;
  }

  .ps-sm-40 {
    padding-left: 4rem !important;
  }

  .ps-sm-45 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-50 {
    padding-left: 5rem !important;
  }

  .ps-sm-55 {
    padding-left: 5.5rem !important;
  }

  .ps-sm-60 {
    padding-left: 6rem !important;
  }

  .ps-sm-65 {
    padding-left: 6.5rem !important;
  }

  .ps-sm-70 {
    padding-left: 7rem !important;
  }

  .ps-sm-75 {
    padding-left: 7.5rem !important;
  }

  .ps-sm-80 {
    padding-left: 8rem !important;
  }

  .ps-sm-85 {
    padding-left: 8.5rem !important;
  }

  .ps-sm-90 {
    padding-left: 9rem !important;
  }

  .ps-sm-95 {
    padding-left: 9.5rem !important;
  }

  .ps-sm-100 {
    padding-left: 10rem !important;
  }

  .ps-sm-110 {
    padding-left: 11rem !important;
  }

  .ps-sm-120 {
    padding-left: 12rem !important;
  }

  .ps-sm-130 {
    padding-left: 13rem !important;
  }

  .ps-sm-140 {
    padding-left: 14rem !important;
  }

  .ps-sm-150 {
    padding-left: 15rem !important;
  }

  .ps-sm-160 {
    padding-left: 16rem !important;
  }

  .ps-sm-170 {
    padding-left: 17rem !important;
  }

  .ps-sm-180 {
    padding-left: 18rem !important;
  }

  .ps-sm-190 {
    padding-left: 19rem !important;
  }

  .ps-sm-200 {
    padding-left: 20rem !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) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    display: 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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        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.1rem !important;
  }

  .m-md-2 {
    margin: 0.2rem !important;
  }

  .m-md-3 {
    margin: 0.3rem !important;
  }

  .m-md-4 {
    margin: 0.4rem !important;
  }

  .m-md-5 {
    margin: 0.5rem !important;
  }

  .m-md-6 {
    margin: 0.6rem !important;
  }

  .m-md-7 {
    margin: 0.7rem !important;
  }

  .m-md-8 {
    margin: 0.8rem !important;
  }

  .m-md-9 {
    margin: 0.9rem !important;
  }

  .m-md-10 {
    margin: 1rem !important;
  }

  .m-md-15 {
    margin: 1.5rem !important;
  }

  .m-md-20 {
    margin: 2rem !important;
  }

  .m-md-25 {
    margin: 2.5rem !important;
  }

  .m-md-30 {
    margin: 3rem !important;
  }

  .m-md-35 {
    margin: 3.5rem !important;
  }

  .m-md-40 {
    margin: 4rem !important;
  }

  .m-md-45 {
    margin: 4.5rem !important;
  }

  .m-md-50 {
    margin: 5rem !important;
  }

  .m-md-55 {
    margin: 5.5rem !important;
  }

  .m-md-60 {
    margin: 6rem !important;
  }

  .m-md-65 {
    margin: 6.5rem !important;
  }

  .m-md-70 {
    margin: 7rem !important;
  }

  .m-md-75 {
    margin: 7.5rem !important;
  }

  .m-md-80 {
    margin: 8rem !important;
  }

  .m-md-85 {
    margin: 8.5rem !important;
  }

  .m-md-90 {
    margin: 9rem !important;
  }

  .m-md-95 {
    margin: 9.5rem !important;
  }

  .m-md-100 {
    margin: 10rem !important;
  }

  .m-md-110 {
    margin: 11rem !important;
  }

  .m-md-120 {
    margin: 12rem !important;
  }

  .m-md-130 {
    margin: 13rem !important;
  }

  .m-md-140 {
    margin: 14rem !important;
  }

  .m-md-150 {
    margin: 15rem !important;
  }

  .m-md-160 {
    margin: 16rem !important;
  }

  .m-md-170 {
    margin: 17rem !important;
  }

  .m-md-180 {
    margin: 18rem !important;
  }

  .m-md-190 {
    margin: 19rem !important;
  }

  .m-md-200 {
    margin: 20rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }

  .mx-md-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }

  .mx-md-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }

  .mx-md-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }

  .mx-md-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-md-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-md-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-md-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-md-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-md-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-md-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-md-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-md-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-md-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-md-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-md-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-md-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-md-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-md-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-md-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-md-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-md-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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.1rem !important;
    margin-bottom: 0.1rem !important;
  }

  .my-md-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }

  .my-md-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .my-md-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }

  .my-md-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-md-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-md-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-md-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-md-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-md-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-md-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-md-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-md-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-md-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-md-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-md-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-md-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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.1rem !important;
  }

  .mt-md-2 {
    margin-top: 0.2rem !important;
  }

  .mt-md-3 {
    margin-top: 0.3rem !important;
  }

  .mt-md-4 {
    margin-top: 0.4rem !important;
  }

  .mt-md-5 {
    margin-top: 0.5rem !important;
  }

  .mt-md-6 {
    margin-top: 0.6rem !important;
  }

  .mt-md-7 {
    margin-top: 0.7rem !important;
  }

  .mt-md-8 {
    margin-top: 0.8rem !important;
  }

  .mt-md-9 {
    margin-top: 0.9rem !important;
  }

  .mt-md-10 {
    margin-top: 1rem !important;
  }

  .mt-md-15 {
    margin-top: 1.5rem !important;
  }

  .mt-md-20 {
    margin-top: 2rem !important;
  }

  .mt-md-25 {
    margin-top: 2.5rem !important;
  }

  .mt-md-30 {
    margin-top: 3rem !important;
  }

  .mt-md-35 {
    margin-top: 3.5rem !important;
  }

  .mt-md-40 {
    margin-top: 4rem !important;
  }

  .mt-md-45 {
    margin-top: 4.5rem !important;
  }

  .mt-md-50 {
    margin-top: 5rem !important;
  }

  .mt-md-55 {
    margin-top: 5.5rem !important;
  }

  .mt-md-60 {
    margin-top: 6rem !important;
  }

  .mt-md-65 {
    margin-top: 6.5rem !important;
  }

  .mt-md-70 {
    margin-top: 7rem !important;
  }

  .mt-md-75 {
    margin-top: 7.5rem !important;
  }

  .mt-md-80 {
    margin-top: 8rem !important;
  }

  .mt-md-85 {
    margin-top: 8.5rem !important;
  }

  .mt-md-90 {
    margin-top: 9rem !important;
  }

  .mt-md-95 {
    margin-top: 9.5rem !important;
  }

  .mt-md-100 {
    margin-top: 10rem !important;
  }

  .mt-md-110 {
    margin-top: 11rem !important;
  }

  .mt-md-120 {
    margin-top: 12rem !important;
  }

  .mt-md-130 {
    margin-top: 13rem !important;
  }

  .mt-md-140 {
    margin-top: 14rem !important;
  }

  .mt-md-150 {
    margin-top: 15rem !important;
  }

  .mt-md-160 {
    margin-top: 16rem !important;
  }

  .mt-md-170 {
    margin-top: 17rem !important;
  }

  .mt-md-180 {
    margin-top: 18rem !important;
  }

  .mt-md-190 {
    margin-top: 19rem !important;
  }

  .mt-md-200 {
    margin-top: 20rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.1rem !important;
  }

  .me-md-2 {
    margin-right: 0.2rem !important;
  }

  .me-md-3 {
    margin-right: 0.3rem !important;
  }

  .me-md-4 {
    margin-right: 0.4rem !important;
  }

  .me-md-5 {
    margin-right: 0.5rem !important;
  }

  .me-md-6 {
    margin-right: 0.6rem !important;
  }

  .me-md-7 {
    margin-right: 0.7rem !important;
  }

  .me-md-8 {
    margin-right: 0.8rem !important;
  }

  .me-md-9 {
    margin-right: 0.9rem !important;
  }

  .me-md-10 {
    margin-right: 1rem !important;
  }

  .me-md-15 {
    margin-right: 1.5rem !important;
  }

  .me-md-20 {
    margin-right: 2rem !important;
  }

  .me-md-25 {
    margin-right: 2.5rem !important;
  }

  .me-md-30 {
    margin-right: 3rem !important;
  }

  .me-md-35 {
    margin-right: 3.5rem !important;
  }

  .me-md-40 {
    margin-right: 4rem !important;
  }

  .me-md-45 {
    margin-right: 4.5rem !important;
  }

  .me-md-50 {
    margin-right: 5rem !important;
  }

  .me-md-55 {
    margin-right: 5.5rem !important;
  }

  .me-md-60 {
    margin-right: 6rem !important;
  }

  .me-md-65 {
    margin-right: 6.5rem !important;
  }

  .me-md-70 {
    margin-right: 7rem !important;
  }

  .me-md-75 {
    margin-right: 7.5rem !important;
  }

  .me-md-80 {
    margin-right: 8rem !important;
  }

  .me-md-85 {
    margin-right: 8.5rem !important;
  }

  .me-md-90 {
    margin-right: 9rem !important;
  }

  .me-md-95 {
    margin-right: 9.5rem !important;
  }

  .me-md-100 {
    margin-right: 10rem !important;
  }

  .me-md-110 {
    margin-right: 11rem !important;
  }

  .me-md-120 {
    margin-right: 12rem !important;
  }

  .me-md-130 {
    margin-right: 13rem !important;
  }

  .me-md-140 {
    margin-right: 14rem !important;
  }

  .me-md-150 {
    margin-right: 15rem !important;
  }

  .me-md-160 {
    margin-right: 16rem !important;
  }

  .me-md-170 {
    margin-right: 17rem !important;
  }

  .me-md-180 {
    margin-right: 18rem !important;
  }

  .me-md-190 {
    margin-right: 19rem !important;
  }

  .me-md-200 {
    margin-right: 20rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.2rem !important;
  }

  .mb-md-3 {
    margin-bottom: 0.3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 0.4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 1rem !important;
  }

  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-20 {
    margin-bottom: 2rem !important;
  }

  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-30 {
    margin-bottom: 3rem !important;
  }

  .mb-md-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-40 {
    margin-bottom: 4rem !important;
  }

  .mb-md-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-50 {
    margin-bottom: 5rem !important;
  }

  .mb-md-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-md-60 {
    margin-bottom: 6rem !important;
  }

  .mb-md-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-md-70 {
    margin-bottom: 7rem !important;
  }

  .mb-md-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-md-80 {
    margin-bottom: 8rem !important;
  }

  .mb-md-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-md-90 {
    margin-bottom: 9rem !important;
  }

  .mb-md-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-md-100 {
    margin-bottom: 10rem !important;
  }

  .mb-md-110 {
    margin-bottom: 11rem !important;
  }

  .mb-md-120 {
    margin-bottom: 12rem !important;
  }

  .mb-md-130 {
    margin-bottom: 13rem !important;
  }

  .mb-md-140 {
    margin-bottom: 14rem !important;
  }

  .mb-md-150 {
    margin-bottom: 15rem !important;
  }

  .mb-md-160 {
    margin-bottom: 16rem !important;
  }

  .mb-md-170 {
    margin-bottom: 17rem !important;
  }

  .mb-md-180 {
    margin-bottom: 18rem !important;
  }

  .mb-md-190 {
    margin-bottom: 19rem !important;
  }

  .mb-md-200 {
    margin-bottom: 20rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.1rem !important;
  }

  .ms-md-2 {
    margin-left: 0.2rem !important;
  }

  .ms-md-3 {
    margin-left: 0.3rem !important;
  }

  .ms-md-4 {
    margin-left: 0.4rem !important;
  }

  .ms-md-5 {
    margin-left: 0.5rem !important;
  }

  .ms-md-6 {
    margin-left: 0.6rem !important;
  }

  .ms-md-7 {
    margin-left: 0.7rem !important;
  }

  .ms-md-8 {
    margin-left: 0.8rem !important;
  }

  .ms-md-9 {
    margin-left: 0.9rem !important;
  }

  .ms-md-10 {
    margin-left: 1rem !important;
  }

  .ms-md-15 {
    margin-left: 1.5rem !important;
  }

  .ms-md-20 {
    margin-left: 2rem !important;
  }

  .ms-md-25 {
    margin-left: 2.5rem !important;
  }

  .ms-md-30 {
    margin-left: 3rem !important;
  }

  .ms-md-35 {
    margin-left: 3.5rem !important;
  }

  .ms-md-40 {
    margin-left: 4rem !important;
  }

  .ms-md-45 {
    margin-left: 4.5rem !important;
  }

  .ms-md-50 {
    margin-left: 5rem !important;
  }

  .ms-md-55 {
    margin-left: 5.5rem !important;
  }

  .ms-md-60 {
    margin-left: 6rem !important;
  }

  .ms-md-65 {
    margin-left: 6.5rem !important;
  }

  .ms-md-70 {
    margin-left: 7rem !important;
  }

  .ms-md-75 {
    margin-left: 7.5rem !important;
  }

  .ms-md-80 {
    margin-left: 8rem !important;
  }

  .ms-md-85 {
    margin-left: 8.5rem !important;
  }

  .ms-md-90 {
    margin-left: 9rem !important;
  }

  .ms-md-95 {
    margin-left: 9.5rem !important;
  }

  .ms-md-100 {
    margin-left: 10rem !important;
  }

  .ms-md-110 {
    margin-left: 11rem !important;
  }

  .ms-md-120 {
    margin-left: 12rem !important;
  }

  .ms-md-130 {
    margin-left: 13rem !important;
  }

  .ms-md-140 {
    margin-left: 14rem !important;
  }

  .ms-md-150 {
    margin-left: 15rem !important;
  }

  .ms-md-160 {
    margin-left: 16rem !important;
  }

  .ms-md-170 {
    margin-left: 17rem !important;
  }

  .ms-md-180 {
    margin-left: 18rem !important;
  }

  .ms-md-190 {
    margin-left: 19rem !important;
  }

  .ms-md-200 {
    margin-left: 20rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.1rem !important;
  }

  .p-md-2 {
    padding: 0.2rem !important;
  }

  .p-md-3 {
    padding: 0.3rem !important;
  }

  .p-md-4 {
    padding: 0.4rem !important;
  }

  .p-md-5 {
    padding: 0.5rem !important;
  }

  .p-md-6 {
    padding: 0.6rem !important;
  }

  .p-md-7 {
    padding: 0.7rem !important;
  }

  .p-md-8 {
    padding: 0.8rem !important;
  }

  .p-md-9 {
    padding: 0.9rem !important;
  }

  .p-md-10 {
    padding: 1rem !important;
  }

  .p-md-15 {
    padding: 1.5rem !important;
  }

  .p-md-20 {
    padding: 2rem !important;
  }

  .p-md-25 {
    padding: 2.5rem !important;
  }

  .p-md-30 {
    padding: 3rem !important;
  }

  .p-md-35 {
    padding: 3.5rem !important;
  }

  .p-md-40 {
    padding: 4rem !important;
  }

  .p-md-45 {
    padding: 4.5rem !important;
  }

  .p-md-50 {
    padding: 5rem !important;
  }

  .p-md-55 {
    padding: 5.5rem !important;
  }

  .p-md-60 {
    padding: 6rem !important;
  }

  .p-md-65 {
    padding: 6.5rem !important;
  }

  .p-md-70 {
    padding: 7rem !important;
  }

  .p-md-75 {
    padding: 7.5rem !important;
  }

  .p-md-80 {
    padding: 8rem !important;
  }

  .p-md-85 {
    padding: 8.5rem !important;
  }

  .p-md-90 {
    padding: 9rem !important;
  }

  .p-md-95 {
    padding: 9.5rem !important;
  }

  .p-md-100 {
    padding: 10rem !important;
  }

  .p-md-110 {
    padding: 11rem !important;
  }

  .p-md-120 {
    padding: 12rem !important;
  }

  .p-md-130 {
    padding: 13rem !important;
  }

  .p-md-140 {
    padding: 14rem !important;
  }

  .p-md-150 {
    padding: 15rem !important;
  }

  .p-md-160 {
    padding: 16rem !important;
  }

  .p-md-170 {
    padding: 17rem !important;
  }

  .p-md-180 {
    padding: 18rem !important;
  }

  .p-md-190 {
    padding: 19rem !important;
  }

  .p-md-200 {
    padding: 20rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }

  .px-md-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .px-md-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }

  .px-md-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .px-md-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-md-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-md-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-md-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-md-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-md-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-md-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-md-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-md-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-md-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-md-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-md-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-md-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-md-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-md-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-md-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-md-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-md-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-md-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }

  .py-md-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }

  .py-md-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .py-md-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .py-md-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-md-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-md-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-md-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-md-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-md-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-md-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-md-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-md-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-md-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-md-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-md-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-md-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-md-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.1rem !important;
  }

  .pt-md-2 {
    padding-top: 0.2rem !important;
  }

  .pt-md-3 {
    padding-top: 0.3rem !important;
  }

  .pt-md-4 {
    padding-top: 0.4rem !important;
  }

  .pt-md-5 {
    padding-top: 0.5rem !important;
  }

  .pt-md-6 {
    padding-top: 0.6rem !important;
  }

  .pt-md-7 {
    padding-top: 0.7rem !important;
  }

  .pt-md-8 {
    padding-top: 0.8rem !important;
  }

  .pt-md-9 {
    padding-top: 0.9rem !important;
  }

  .pt-md-10 {
    padding-top: 1rem !important;
  }

  .pt-md-15 {
    padding-top: 1.5rem !important;
  }

  .pt-md-20 {
    padding-top: 2rem !important;
  }

  .pt-md-25 {
    padding-top: 2.5rem !important;
  }

  .pt-md-30 {
    padding-top: 3rem !important;
  }

  .pt-md-35 {
    padding-top: 3.5rem !important;
  }

  .pt-md-40 {
    padding-top: 4rem !important;
  }

  .pt-md-45 {
    padding-top: 4.5rem !important;
  }

  .pt-md-50 {
    padding-top: 5rem !important;
  }

  .pt-md-55 {
    padding-top: 5.5rem !important;
  }

  .pt-md-60 {
    padding-top: 6rem !important;
  }

  .pt-md-65 {
    padding-top: 6.5rem !important;
  }

  .pt-md-70 {
    padding-top: 7rem !important;
  }

  .pt-md-75 {
    padding-top: 7.5rem !important;
  }

  .pt-md-80 {
    padding-top: 8rem !important;
  }

  .pt-md-85 {
    padding-top: 8.5rem !important;
  }

  .pt-md-90 {
    padding-top: 9rem !important;
  }

  .pt-md-95 {
    padding-top: 9.5rem !important;
  }

  .pt-md-100 {
    padding-top: 10rem !important;
  }

  .pt-md-110 {
    padding-top: 11rem !important;
  }

  .pt-md-120 {
    padding-top: 12rem !important;
  }

  .pt-md-130 {
    padding-top: 13rem !important;
  }

  .pt-md-140 {
    padding-top: 14rem !important;
  }

  .pt-md-150 {
    padding-top: 15rem !important;
  }

  .pt-md-160 {
    padding-top: 16rem !important;
  }

  .pt-md-170 {
    padding-top: 17rem !important;
  }

  .pt-md-180 {
    padding-top: 18rem !important;
  }

  .pt-md-190 {
    padding-top: 19rem !important;
  }

  .pt-md-200 {
    padding-top: 20rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.1rem !important;
  }

  .pe-md-2 {
    padding-right: 0.2rem !important;
  }

  .pe-md-3 {
    padding-right: 0.3rem !important;
  }

  .pe-md-4 {
    padding-right: 0.4rem !important;
  }

  .pe-md-5 {
    padding-right: 0.5rem !important;
  }

  .pe-md-6 {
    padding-right: 0.6rem !important;
  }

  .pe-md-7 {
    padding-right: 0.7rem !important;
  }

  .pe-md-8 {
    padding-right: 0.8rem !important;
  }

  .pe-md-9 {
    padding-right: 0.9rem !important;
  }

  .pe-md-10 {
    padding-right: 1rem !important;
  }

  .pe-md-15 {
    padding-right: 1.5rem !important;
  }

  .pe-md-20 {
    padding-right: 2rem !important;
  }

  .pe-md-25 {
    padding-right: 2.5rem !important;
  }

  .pe-md-30 {
    padding-right: 3rem !important;
  }

  .pe-md-35 {
    padding-right: 3.5rem !important;
  }

  .pe-md-40 {
    padding-right: 4rem !important;
  }

  .pe-md-45 {
    padding-right: 4.5rem !important;
  }

  .pe-md-50 {
    padding-right: 5rem !important;
  }

  .pe-md-55 {
    padding-right: 5.5rem !important;
  }

  .pe-md-60 {
    padding-right: 6rem !important;
  }

  .pe-md-65 {
    padding-right: 6.5rem !important;
  }

  .pe-md-70 {
    padding-right: 7rem !important;
  }

  .pe-md-75 {
    padding-right: 7.5rem !important;
  }

  .pe-md-80 {
    padding-right: 8rem !important;
  }

  .pe-md-85 {
    padding-right: 8.5rem !important;
  }

  .pe-md-90 {
    padding-right: 9rem !important;
  }

  .pe-md-95 {
    padding-right: 9.5rem !important;
  }

  .pe-md-100 {
    padding-right: 10rem !important;
  }

  .pe-md-110 {
    padding-right: 11rem !important;
  }

  .pe-md-120 {
    padding-right: 12rem !important;
  }

  .pe-md-130 {
    padding-right: 13rem !important;
  }

  .pe-md-140 {
    padding-right: 14rem !important;
  }

  .pe-md-150 {
    padding-right: 15rem !important;
  }

  .pe-md-160 {
    padding-right: 16rem !important;
  }

  .pe-md-170 {
    padding-right: 17rem !important;
  }

  .pe-md-180 {
    padding-right: 18rem !important;
  }

  .pe-md-190 {
    padding-right: 19rem !important;
  }

  .pe-md-200 {
    padding-right: 20rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.2rem !important;
  }

  .pb-md-3 {
    padding-bottom: 0.3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 0.4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 1rem !important;
  }

  .pb-md-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-20 {
    padding-bottom: 2rem !important;
  }

  .pb-md-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-30 {
    padding-bottom: 3rem !important;
  }

  .pb-md-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-40 {
    padding-bottom: 4rem !important;
  }

  .pb-md-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-50 {
    padding-bottom: 5rem !important;
  }

  .pb-md-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-md-60 {
    padding-bottom: 6rem !important;
  }

  .pb-md-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-md-70 {
    padding-bottom: 7rem !important;
  }

  .pb-md-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-md-80 {
    padding-bottom: 8rem !important;
  }

  .pb-md-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-md-90 {
    padding-bottom: 9rem !important;
  }

  .pb-md-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-md-100 {
    padding-bottom: 10rem !important;
  }

  .pb-md-110 {
    padding-bottom: 11rem !important;
  }

  .pb-md-120 {
    padding-bottom: 12rem !important;
  }

  .pb-md-130 {
    padding-bottom: 13rem !important;
  }

  .pb-md-140 {
    padding-bottom: 14rem !important;
  }

  .pb-md-150 {
    padding-bottom: 15rem !important;
  }

  .pb-md-160 {
    padding-bottom: 16rem !important;
  }

  .pb-md-170 {
    padding-bottom: 17rem !important;
  }

  .pb-md-180 {
    padding-bottom: 18rem !important;
  }

  .pb-md-190 {
    padding-bottom: 19rem !important;
  }

  .pb-md-200 {
    padding-bottom: 20rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.1rem !important;
  }

  .ps-md-2 {
    padding-left: 0.2rem !important;
  }

  .ps-md-3 {
    padding-left: 0.3rem !important;
  }

  .ps-md-4 {
    padding-left: 0.4rem !important;
  }

  .ps-md-5 {
    padding-left: 0.5rem !important;
  }

  .ps-md-6 {
    padding-left: 0.6rem !important;
  }

  .ps-md-7 {
    padding-left: 0.7rem !important;
  }

  .ps-md-8 {
    padding-left: 0.8rem !important;
  }

  .ps-md-9 {
    padding-left: 0.9rem !important;
  }

  .ps-md-10 {
    padding-left: 1rem !important;
  }

  .ps-md-15 {
    padding-left: 1.5rem !important;
  }

  .ps-md-20 {
    padding-left: 2rem !important;
  }

  .ps-md-25 {
    padding-left: 2.5rem !important;
  }

  .ps-md-30 {
    padding-left: 3rem !important;
  }

  .ps-md-35 {
    padding-left: 3.5rem !important;
  }

  .ps-md-40 {
    padding-left: 4rem !important;
  }

  .ps-md-45 {
    padding-left: 4.5rem !important;
  }

  .ps-md-50 {
    padding-left: 5rem !important;
  }

  .ps-md-55 {
    padding-left: 5.5rem !important;
  }

  .ps-md-60 {
    padding-left: 6rem !important;
  }

  .ps-md-65 {
    padding-left: 6.5rem !important;
  }

  .ps-md-70 {
    padding-left: 7rem !important;
  }

  .ps-md-75 {
    padding-left: 7.5rem !important;
  }

  .ps-md-80 {
    padding-left: 8rem !important;
  }

  .ps-md-85 {
    padding-left: 8.5rem !important;
  }

  .ps-md-90 {
    padding-left: 9rem !important;
  }

  .ps-md-95 {
    padding-left: 9.5rem !important;
  }

  .ps-md-100 {
    padding-left: 10rem !important;
  }

  .ps-md-110 {
    padding-left: 11rem !important;
  }

  .ps-md-120 {
    padding-left: 12rem !important;
  }

  .ps-md-130 {
    padding-left: 13rem !important;
  }

  .ps-md-140 {
    padding-left: 14rem !important;
  }

  .ps-md-150 {
    padding-left: 15rem !important;
  }

  .ps-md-160 {
    padding-left: 16rem !important;
  }

  .ps-md-170 {
    padding-left: 17rem !important;
  }

  .ps-md-180 {
    padding-left: 18rem !important;
  }

  .ps-md-190 {
    padding-left: 19rem !important;
  }

  .ps-md-200 {
    padding-left: 20rem !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) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    display: 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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        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.1rem !important;
  }

  .m-lg-2 {
    margin: 0.2rem !important;
  }

  .m-lg-3 {
    margin: 0.3rem !important;
  }

  .m-lg-4 {
    margin: 0.4rem !important;
  }

  .m-lg-5 {
    margin: 0.5rem !important;
  }

  .m-lg-6 {
    margin: 0.6rem !important;
  }

  .m-lg-7 {
    margin: 0.7rem !important;
  }

  .m-lg-8 {
    margin: 0.8rem !important;
  }

  .m-lg-9 {
    margin: 0.9rem !important;
  }

  .m-lg-10 {
    margin: 1rem !important;
  }

  .m-lg-15 {
    margin: 1.5rem !important;
  }

  .m-lg-20 {
    margin: 2rem !important;
  }

  .m-lg-25 {
    margin: 2.5rem !important;
  }

  .m-lg-30 {
    margin: 3rem !important;
  }

  .m-lg-35 {
    margin: 3.5rem !important;
  }

  .m-lg-40 {
    margin: 4rem !important;
  }

  .m-lg-45 {
    margin: 4.5rem !important;
  }

  .m-lg-50 {
    margin: 5rem !important;
  }

  .m-lg-55 {
    margin: 5.5rem !important;
  }

  .m-lg-60 {
    margin: 6rem !important;
  }

  .m-lg-65 {
    margin: 6.5rem !important;
  }

  .m-lg-70 {
    margin: 7rem !important;
  }

  .m-lg-75 {
    margin: 7.5rem !important;
  }

  .m-lg-80 {
    margin: 8rem !important;
  }

  .m-lg-85 {
    margin: 8.5rem !important;
  }

  .m-lg-90 {
    margin: 9rem !important;
  }

  .m-lg-95 {
    margin: 9.5rem !important;
  }

  .m-lg-100 {
    margin: 10rem !important;
  }

  .m-lg-110 {
    margin: 11rem !important;
  }

  .m-lg-120 {
    margin: 12rem !important;
  }

  .m-lg-130 {
    margin: 13rem !important;
  }

  .m-lg-140 {
    margin: 14rem !important;
  }

  .m-lg-150 {
    margin: 15rem !important;
  }

  .m-lg-160 {
    margin: 16rem !important;
  }

  .m-lg-170 {
    margin: 17rem !important;
  }

  .m-lg-180 {
    margin: 18rem !important;
  }

  .m-lg-190 {
    margin: 19rem !important;
  }

  .m-lg-200 {
    margin: 20rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }

  .mx-lg-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }

  .mx-lg-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }

  .mx-lg-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-lg-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-lg-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-lg-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-lg-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-lg-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-lg-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-lg-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-lg-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-lg-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-lg-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-lg-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-lg-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-lg-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-lg-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-lg-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-lg-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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.1rem !important;
    margin-bottom: 0.1rem !important;
  }

  .my-lg-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }

  .my-lg-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .my-lg-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }

  .my-lg-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-lg-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-lg-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-lg-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-lg-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-lg-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-lg-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-lg-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-lg-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-lg-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-lg-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-lg-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-lg-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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.1rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.2rem !important;
  }

  .mt-lg-3 {
    margin-top: 0.3rem !important;
  }

  .mt-lg-4 {
    margin-top: 0.4rem !important;
  }

  .mt-lg-5 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-6 {
    margin-top: 0.6rem !important;
  }

  .mt-lg-7 {
    margin-top: 0.7rem !important;
  }

  .mt-lg-8 {
    margin-top: 0.8rem !important;
  }

  .mt-lg-9 {
    margin-top: 0.9rem !important;
  }

  .mt-lg-10 {
    margin-top: 1rem !important;
  }

  .mt-lg-15 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-20 {
    margin-top: 2rem !important;
  }

  .mt-lg-25 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-30 {
    margin-top: 3rem !important;
  }

  .mt-lg-35 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-40 {
    margin-top: 4rem !important;
  }

  .mt-lg-45 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-50 {
    margin-top: 5rem !important;
  }

  .mt-lg-55 {
    margin-top: 5.5rem !important;
  }

  .mt-lg-60 {
    margin-top: 6rem !important;
  }

  .mt-lg-65 {
    margin-top: 6.5rem !important;
  }

  .mt-lg-70 {
    margin-top: 7rem !important;
  }

  .mt-lg-75 {
    margin-top: 7.5rem !important;
  }

  .mt-lg-80 {
    margin-top: 8rem !important;
  }

  .mt-lg-85 {
    margin-top: 8.5rem !important;
  }

  .mt-lg-90 {
    margin-top: 9rem !important;
  }

  .mt-lg-95 {
    margin-top: 9.5rem !important;
  }

  .mt-lg-100 {
    margin-top: 10rem !important;
  }

  .mt-lg-110 {
    margin-top: 11rem !important;
  }

  .mt-lg-120 {
    margin-top: 12rem !important;
  }

  .mt-lg-130 {
    margin-top: 13rem !important;
  }

  .mt-lg-140 {
    margin-top: 14rem !important;
  }

  .mt-lg-150 {
    margin-top: 15rem !important;
  }

  .mt-lg-160 {
    margin-top: 16rem !important;
  }

  .mt-lg-170 {
    margin-top: 17rem !important;
  }

  .mt-lg-180 {
    margin-top: 18rem !important;
  }

  .mt-lg-190 {
    margin-top: 19rem !important;
  }

  .mt-lg-200 {
    margin-top: 20rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.1rem !important;
  }

  .me-lg-2 {
    margin-right: 0.2rem !important;
  }

  .me-lg-3 {
    margin-right: 0.3rem !important;
  }

  .me-lg-4 {
    margin-right: 0.4rem !important;
  }

  .me-lg-5 {
    margin-right: 0.5rem !important;
  }

  .me-lg-6 {
    margin-right: 0.6rem !important;
  }

  .me-lg-7 {
    margin-right: 0.7rem !important;
  }

  .me-lg-8 {
    margin-right: 0.8rem !important;
  }

  .me-lg-9 {
    margin-right: 0.9rem !important;
  }

  .me-lg-10 {
    margin-right: 1rem !important;
  }

  .me-lg-15 {
    margin-right: 1.5rem !important;
  }

  .me-lg-20 {
    margin-right: 2rem !important;
  }

  .me-lg-25 {
    margin-right: 2.5rem !important;
  }

  .me-lg-30 {
    margin-right: 3rem !important;
  }

  .me-lg-35 {
    margin-right: 3.5rem !important;
  }

  .me-lg-40 {
    margin-right: 4rem !important;
  }

  .me-lg-45 {
    margin-right: 4.5rem !important;
  }

  .me-lg-50 {
    margin-right: 5rem !important;
  }

  .me-lg-55 {
    margin-right: 5.5rem !important;
  }

  .me-lg-60 {
    margin-right: 6rem !important;
  }

  .me-lg-65 {
    margin-right: 6.5rem !important;
  }

  .me-lg-70 {
    margin-right: 7rem !important;
  }

  .me-lg-75 {
    margin-right: 7.5rem !important;
  }

  .me-lg-80 {
    margin-right: 8rem !important;
  }

  .me-lg-85 {
    margin-right: 8.5rem !important;
  }

  .me-lg-90 {
    margin-right: 9rem !important;
  }

  .me-lg-95 {
    margin-right: 9.5rem !important;
  }

  .me-lg-100 {
    margin-right: 10rem !important;
  }

  .me-lg-110 {
    margin-right: 11rem !important;
  }

  .me-lg-120 {
    margin-right: 12rem !important;
  }

  .me-lg-130 {
    margin-right: 13rem !important;
  }

  .me-lg-140 {
    margin-right: 14rem !important;
  }

  .me-lg-150 {
    margin-right: 15rem !important;
  }

  .me-lg-160 {
    margin-right: 16rem !important;
  }

  .me-lg-170 {
    margin-right: 17rem !important;
  }

  .me-lg-180 {
    margin-right: 18rem !important;
  }

  .me-lg-190 {
    margin-right: 19rem !important;
  }

  .me-lg-200 {
    margin-right: 20rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.2rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 0.3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 0.4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-110 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-120 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-130 {
    margin-bottom: 13rem !important;
  }

  .mb-lg-140 {
    margin-bottom: 14rem !important;
  }

  .mb-lg-150 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-160 {
    margin-bottom: 16rem !important;
  }

  .mb-lg-170 {
    margin-bottom: 17rem !important;
  }

  .mb-lg-180 {
    margin-bottom: 18rem !important;
  }

  .mb-lg-190 {
    margin-bottom: 19rem !important;
  }

  .mb-lg-200 {
    margin-bottom: 20rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.1rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.2rem !important;
  }

  .ms-lg-3 {
    margin-left: 0.3rem !important;
  }

  .ms-lg-4 {
    margin-left: 0.4rem !important;
  }

  .ms-lg-5 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-6 {
    margin-left: 0.6rem !important;
  }

  .ms-lg-7 {
    margin-left: 0.7rem !important;
  }

  .ms-lg-8 {
    margin-left: 0.8rem !important;
  }

  .ms-lg-9 {
    margin-left: 0.9rem !important;
  }

  .ms-lg-10 {
    margin-left: 1rem !important;
  }

  .ms-lg-15 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-20 {
    margin-left: 2rem !important;
  }

  .ms-lg-25 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-30 {
    margin-left: 3rem !important;
  }

  .ms-lg-35 {
    margin-left: 3.5rem !important;
  }

  .ms-lg-40 {
    margin-left: 4rem !important;
  }

  .ms-lg-45 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-50 {
    margin-left: 5rem !important;
  }

  .ms-lg-55 {
    margin-left: 5.5rem !important;
  }

  .ms-lg-60 {
    margin-left: 6rem !important;
  }

  .ms-lg-65 {
    margin-left: 6.5rem !important;
  }

  .ms-lg-70 {
    margin-left: 7rem !important;
  }

  .ms-lg-75 {
    margin-left: 7.5rem !important;
  }

  .ms-lg-80 {
    margin-left: 8rem !important;
  }

  .ms-lg-85 {
    margin-left: 8.5rem !important;
  }

  .ms-lg-90 {
    margin-left: 9rem !important;
  }

  .ms-lg-95 {
    margin-left: 9.5rem !important;
  }

  .ms-lg-100 {
    margin-left: 10rem !important;
  }

  .ms-lg-110 {
    margin-left: 11rem !important;
  }

  .ms-lg-120 {
    margin-left: 12rem !important;
  }

  .ms-lg-130 {
    margin-left: 13rem !important;
  }

  .ms-lg-140 {
    margin-left: 14rem !important;
  }

  .ms-lg-150 {
    margin-left: 15rem !important;
  }

  .ms-lg-160 {
    margin-left: 16rem !important;
  }

  .ms-lg-170 {
    margin-left: 17rem !important;
  }

  .ms-lg-180 {
    margin-left: 18rem !important;
  }

  .ms-lg-190 {
    margin-left: 19rem !important;
  }

  .ms-lg-200 {
    margin-left: 20rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.1rem !important;
  }

  .p-lg-2 {
    padding: 0.2rem !important;
  }

  .p-lg-3 {
    padding: 0.3rem !important;
  }

  .p-lg-4 {
    padding: 0.4rem !important;
  }

  .p-lg-5 {
    padding: 0.5rem !important;
  }

  .p-lg-6 {
    padding: 0.6rem !important;
  }

  .p-lg-7 {
    padding: 0.7rem !important;
  }

  .p-lg-8 {
    padding: 0.8rem !important;
  }

  .p-lg-9 {
    padding: 0.9rem !important;
  }

  .p-lg-10 {
    padding: 1rem !important;
  }

  .p-lg-15 {
    padding: 1.5rem !important;
  }

  .p-lg-20 {
    padding: 2rem !important;
  }

  .p-lg-25 {
    padding: 2.5rem !important;
  }

  .p-lg-30 {
    padding: 3rem !important;
  }

  .p-lg-35 {
    padding: 3.5rem !important;
  }

  .p-lg-40 {
    padding: 4rem !important;
  }

  .p-lg-45 {
    padding: 4.5rem !important;
  }

  .p-lg-50 {
    padding: 5rem !important;
  }

  .p-lg-55 {
    padding: 5.5rem !important;
  }

  .p-lg-60 {
    padding: 6rem !important;
  }

  .p-lg-65 {
    padding: 6.5rem !important;
  }

  .p-lg-70 {
    padding: 7rem !important;
  }

  .p-lg-75 {
    padding: 7.5rem !important;
  }

  .p-lg-80 {
    padding: 8rem !important;
  }

  .p-lg-85 {
    padding: 8.5rem !important;
  }

  .p-lg-90 {
    padding: 9rem !important;
  }

  .p-lg-95 {
    padding: 9.5rem !important;
  }

  .p-lg-100 {
    padding: 10rem !important;
  }

  .p-lg-110 {
    padding: 11rem !important;
  }

  .p-lg-120 {
    padding: 12rem !important;
  }

  .p-lg-130 {
    padding: 13rem !important;
  }

  .p-lg-140 {
    padding: 14rem !important;
  }

  .p-lg-150 {
    padding: 15rem !important;
  }

  .p-lg-160 {
    padding: 16rem !important;
  }

  .p-lg-170 {
    padding: 17rem !important;
  }

  .p-lg-180 {
    padding: 18rem !important;
  }

  .p-lg-190 {
    padding: 19rem !important;
  }

  .p-lg-200 {
    padding: 20rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }

  .px-lg-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .px-lg-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }

  .px-lg-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .px-lg-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-lg-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-lg-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-lg-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-lg-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-lg-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-lg-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-lg-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-lg-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-lg-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-lg-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-lg-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-lg-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-lg-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-lg-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-lg-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-lg-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-lg-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }

  .py-lg-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }

  .py-lg-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .py-lg-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .py-lg-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-lg-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-lg-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-lg-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-lg-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-lg-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-lg-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-lg-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-lg-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-lg-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-lg-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-lg-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-lg-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.1rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.2rem !important;
  }

  .pt-lg-3 {
    padding-top: 0.3rem !important;
  }

  .pt-lg-4 {
    padding-top: 0.4rem !important;
  }

  .pt-lg-5 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-6 {
    padding-top: 0.6rem !important;
  }

  .pt-lg-7 {
    padding-top: 0.7rem !important;
  }

  .pt-lg-8 {
    padding-top: 0.8rem !important;
  }

  .pt-lg-9 {
    padding-top: 0.9rem !important;
  }

  .pt-lg-10 {
    padding-top: 1rem !important;
  }

  .pt-lg-15 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-20 {
    padding-top: 2rem !important;
  }

  .pt-lg-25 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-30 {
    padding-top: 3rem !important;
  }

  .pt-lg-35 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-40 {
    padding-top: 4rem !important;
  }

  .pt-lg-45 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-50 {
    padding-top: 5rem !important;
  }

  .pt-lg-55 {
    padding-top: 5.5rem !important;
  }

  .pt-lg-60 {
    padding-top: 6rem !important;
  }

  .pt-lg-65 {
    padding-top: 6.5rem !important;
  }

  .pt-lg-70 {
    padding-top: 7rem !important;
  }

  .pt-lg-75 {
    padding-top: 7.5rem !important;
  }

  .pt-lg-80 {
    padding-top: 8rem !important;
  }

  .pt-lg-85 {
    padding-top: 8.5rem !important;
  }

  .pt-lg-90 {
    padding-top: 9rem !important;
  }

  .pt-lg-95 {
    padding-top: 9.5rem !important;
  }

  .pt-lg-100 {
    padding-top: 10rem !important;
  }

  .pt-lg-110 {
    padding-top: 11rem !important;
  }

  .pt-lg-120 {
    padding-top: 12rem !important;
  }

  .pt-lg-130 {
    padding-top: 13rem !important;
  }

  .pt-lg-140 {
    padding-top: 14rem !important;
  }

  .pt-lg-150 {
    padding-top: 15rem !important;
  }

  .pt-lg-160 {
    padding-top: 16rem !important;
  }

  .pt-lg-170 {
    padding-top: 17rem !important;
  }

  .pt-lg-180 {
    padding-top: 18rem !important;
  }

  .pt-lg-190 {
    padding-top: 19rem !important;
  }

  .pt-lg-200 {
    padding-top: 20rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.1rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.2rem !important;
  }

  .pe-lg-3 {
    padding-right: 0.3rem !important;
  }

  .pe-lg-4 {
    padding-right: 0.4rem !important;
  }

  .pe-lg-5 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-6 {
    padding-right: 0.6rem !important;
  }

  .pe-lg-7 {
    padding-right: 0.7rem !important;
  }

  .pe-lg-8 {
    padding-right: 0.8rem !important;
  }

  .pe-lg-9 {
    padding-right: 0.9rem !important;
  }

  .pe-lg-10 {
    padding-right: 1rem !important;
  }

  .pe-lg-15 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-20 {
    padding-right: 2rem !important;
  }

  .pe-lg-25 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-30 {
    padding-right: 3rem !important;
  }

  .pe-lg-35 {
    padding-right: 3.5rem !important;
  }

  .pe-lg-40 {
    padding-right: 4rem !important;
  }

  .pe-lg-45 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-50 {
    padding-right: 5rem !important;
  }

  .pe-lg-55 {
    padding-right: 5.5rem !important;
  }

  .pe-lg-60 {
    padding-right: 6rem !important;
  }

  .pe-lg-65 {
    padding-right: 6.5rem !important;
  }

  .pe-lg-70 {
    padding-right: 7rem !important;
  }

  .pe-lg-75 {
    padding-right: 7.5rem !important;
  }

  .pe-lg-80 {
    padding-right: 8rem !important;
  }

  .pe-lg-85 {
    padding-right: 8.5rem !important;
  }

  .pe-lg-90 {
    padding-right: 9rem !important;
  }

  .pe-lg-95 {
    padding-right: 9.5rem !important;
  }

  .pe-lg-100 {
    padding-right: 10rem !important;
  }

  .pe-lg-110 {
    padding-right: 11rem !important;
  }

  .pe-lg-120 {
    padding-right: 12rem !important;
  }

  .pe-lg-130 {
    padding-right: 13rem !important;
  }

  .pe-lg-140 {
    padding-right: 14rem !important;
  }

  .pe-lg-150 {
    padding-right: 15rem !important;
  }

  .pe-lg-160 {
    padding-right: 16rem !important;
  }

  .pe-lg-170 {
    padding-right: 17rem !important;
  }

  .pe-lg-180 {
    padding-right: 18rem !important;
  }

  .pe-lg-190 {
    padding-right: 19rem !important;
  }

  .pe-lg-200 {
    padding-right: 20rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.2rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 0.3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 0.4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-110 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-120 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-130 {
    padding-bottom: 13rem !important;
  }

  .pb-lg-140 {
    padding-bottom: 14rem !important;
  }

  .pb-lg-150 {
    padding-bottom: 15rem !important;
  }

  .pb-lg-160 {
    padding-bottom: 16rem !important;
  }

  .pb-lg-170 {
    padding-bottom: 17rem !important;
  }

  .pb-lg-180 {
    padding-bottom: 18rem !important;
  }

  .pb-lg-190 {
    padding-bottom: 19rem !important;
  }

  .pb-lg-200 {
    padding-bottom: 20rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.1rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.2rem !important;
  }

  .ps-lg-3 {
    padding-left: 0.3rem !important;
  }

  .ps-lg-4 {
    padding-left: 0.4rem !important;
  }

  .ps-lg-5 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-6 {
    padding-left: 0.6rem !important;
  }

  .ps-lg-7 {
    padding-left: 0.7rem !important;
  }

  .ps-lg-8 {
    padding-left: 0.8rem !important;
  }

  .ps-lg-9 {
    padding-left: 0.9rem !important;
  }

  .ps-lg-10 {
    padding-left: 1rem !important;
  }

  .ps-lg-15 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-20 {
    padding-left: 2rem !important;
  }

  .ps-lg-25 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-30 {
    padding-left: 3rem !important;
  }

  .ps-lg-35 {
    padding-left: 3.5rem !important;
  }

  .ps-lg-40 {
    padding-left: 4rem !important;
  }

  .ps-lg-45 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-50 {
    padding-left: 5rem !important;
  }

  .ps-lg-55 {
    padding-left: 5.5rem !important;
  }

  .ps-lg-60 {
    padding-left: 6rem !important;
  }

  .ps-lg-65 {
    padding-left: 6.5rem !important;
  }

  .ps-lg-70 {
    padding-left: 7rem !important;
  }

  .ps-lg-75 {
    padding-left: 7.5rem !important;
  }

  .ps-lg-80 {
    padding-left: 8rem !important;
  }

  .ps-lg-85 {
    padding-left: 8.5rem !important;
  }

  .ps-lg-90 {
    padding-left: 9rem !important;
  }

  .ps-lg-95 {
    padding-left: 9.5rem !important;
  }

  .ps-lg-100 {
    padding-left: 10rem !important;
  }

  .ps-lg-110 {
    padding-left: 11rem !important;
  }

  .ps-lg-120 {
    padding-left: 12rem !important;
  }

  .ps-lg-130 {
    padding-left: 13rem !important;
  }

  .ps-lg-140 {
    padding-left: 14rem !important;
  }

  .ps-lg-150 {
    padding-left: 15rem !important;
  }

  .ps-lg-160 {
    padding-left: 16rem !important;
  }

  .ps-lg-170 {
    padding-left: 17rem !important;
  }

  .ps-lg-180 {
    padding-left: 18rem !important;
  }

  .ps-lg-190 {
    padding-left: 19rem !important;
  }

  .ps-lg-200 {
    padding-left: 20rem !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) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: 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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        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.1rem !important;
  }

  .m-xl-2 {
    margin: 0.2rem !important;
  }

  .m-xl-3 {
    margin: 0.3rem !important;
  }

  .m-xl-4 {
    margin: 0.4rem !important;
  }

  .m-xl-5 {
    margin: 0.5rem !important;
  }

  .m-xl-6 {
    margin: 0.6rem !important;
  }

  .m-xl-7 {
    margin: 0.7rem !important;
  }

  .m-xl-8 {
    margin: 0.8rem !important;
  }

  .m-xl-9 {
    margin: 0.9rem !important;
  }

  .m-xl-10 {
    margin: 1rem !important;
  }

  .m-xl-15 {
    margin: 1.5rem !important;
  }

  .m-xl-20 {
    margin: 2rem !important;
  }

  .m-xl-25 {
    margin: 2.5rem !important;
  }

  .m-xl-30 {
    margin: 3rem !important;
  }

  .m-xl-35 {
    margin: 3.5rem !important;
  }

  .m-xl-40 {
    margin: 4rem !important;
  }

  .m-xl-45 {
    margin: 4.5rem !important;
  }

  .m-xl-50 {
    margin: 5rem !important;
  }

  .m-xl-55 {
    margin: 5.5rem !important;
  }

  .m-xl-60 {
    margin: 6rem !important;
  }

  .m-xl-65 {
    margin: 6.5rem !important;
  }

  .m-xl-70 {
    margin: 7rem !important;
  }

  .m-xl-75 {
    margin: 7.5rem !important;
  }

  .m-xl-80 {
    margin: 8rem !important;
  }

  .m-xl-85 {
    margin: 8.5rem !important;
  }

  .m-xl-90 {
    margin: 9rem !important;
  }

  .m-xl-95 {
    margin: 9.5rem !important;
  }

  .m-xl-100 {
    margin: 10rem !important;
  }

  .m-xl-110 {
    margin: 11rem !important;
  }

  .m-xl-120 {
    margin: 12rem !important;
  }

  .m-xl-130 {
    margin: 13rem !important;
  }

  .m-xl-140 {
    margin: 14rem !important;
  }

  .m-xl-150 {
    margin: 15rem !important;
  }

  .m-xl-160 {
    margin: 16rem !important;
  }

  .m-xl-170 {
    margin: 17rem !important;
  }

  .m-xl-180 {
    margin: 18rem !important;
  }

  .m-xl-190 {
    margin: 19rem !important;
  }

  .m-xl-200 {
    margin: 20rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }

  .mx-xl-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }

  .mx-xl-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }

  .mx-xl-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-xl-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-xl-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xl-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-xl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-xl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-xl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-xl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-xl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-xl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-xl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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.1rem !important;
    margin-bottom: 0.1rem !important;
  }

  .my-xl-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }

  .my-xl-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .my-xl-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }

  .my-xl-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-xl-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-xl-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xl-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-xl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-xl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-xl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-xl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-xl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-xl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-xl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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.1rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.2rem !important;
  }

  .mt-xl-3 {
    margin-top: 0.3rem !important;
  }

  .mt-xl-4 {
    margin-top: 0.4rem !important;
  }

  .mt-xl-5 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-6 {
    margin-top: 0.6rem !important;
  }

  .mt-xl-7 {
    margin-top: 0.7rem !important;
  }

  .mt-xl-8 {
    margin-top: 0.8rem !important;
  }

  .mt-xl-9 {
    margin-top: 0.9rem !important;
  }

  .mt-xl-10 {
    margin-top: 1rem !important;
  }

  .mt-xl-15 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-20 {
    margin-top: 2rem !important;
  }

  .mt-xl-25 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-30 {
    margin-top: 3rem !important;
  }

  .mt-xl-35 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-40 {
    margin-top: 4rem !important;
  }

  .mt-xl-45 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-50 {
    margin-top: 5rem !important;
  }

  .mt-xl-55 {
    margin-top: 5.5rem !important;
  }

  .mt-xl-60 {
    margin-top: 6rem !important;
  }

  .mt-xl-65 {
    margin-top: 6.5rem !important;
  }

  .mt-xl-70 {
    margin-top: 7rem !important;
  }

  .mt-xl-75 {
    margin-top: 7.5rem !important;
  }

  .mt-xl-80 {
    margin-top: 8rem !important;
  }

  .mt-xl-85 {
    margin-top: 8.5rem !important;
  }

  .mt-xl-90 {
    margin-top: 9rem !important;
  }

  .mt-xl-95 {
    margin-top: 9.5rem !important;
  }

  .mt-xl-100 {
    margin-top: 10rem !important;
  }

  .mt-xl-110 {
    margin-top: 11rem !important;
  }

  .mt-xl-120 {
    margin-top: 12rem !important;
  }

  .mt-xl-130 {
    margin-top: 13rem !important;
  }

  .mt-xl-140 {
    margin-top: 14rem !important;
  }

  .mt-xl-150 {
    margin-top: 15rem !important;
  }

  .mt-xl-160 {
    margin-top: 16rem !important;
  }

  .mt-xl-170 {
    margin-top: 17rem !important;
  }

  .mt-xl-180 {
    margin-top: 18rem !important;
  }

  .mt-xl-190 {
    margin-top: 19rem !important;
  }

  .mt-xl-200 {
    margin-top: 20rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.1rem !important;
  }

  .me-xl-2 {
    margin-right: 0.2rem !important;
  }

  .me-xl-3 {
    margin-right: 0.3rem !important;
  }

  .me-xl-4 {
    margin-right: 0.4rem !important;
  }

  .me-xl-5 {
    margin-right: 0.5rem !important;
  }

  .me-xl-6 {
    margin-right: 0.6rem !important;
  }

  .me-xl-7 {
    margin-right: 0.7rem !important;
  }

  .me-xl-8 {
    margin-right: 0.8rem !important;
  }

  .me-xl-9 {
    margin-right: 0.9rem !important;
  }

  .me-xl-10 {
    margin-right: 1rem !important;
  }

  .me-xl-15 {
    margin-right: 1.5rem !important;
  }

  .me-xl-20 {
    margin-right: 2rem !important;
  }

  .me-xl-25 {
    margin-right: 2.5rem !important;
  }

  .me-xl-30 {
    margin-right: 3rem !important;
  }

  .me-xl-35 {
    margin-right: 3.5rem !important;
  }

  .me-xl-40 {
    margin-right: 4rem !important;
  }

  .me-xl-45 {
    margin-right: 4.5rem !important;
  }

  .me-xl-50 {
    margin-right: 5rem !important;
  }

  .me-xl-55 {
    margin-right: 5.5rem !important;
  }

  .me-xl-60 {
    margin-right: 6rem !important;
  }

  .me-xl-65 {
    margin-right: 6.5rem !important;
  }

  .me-xl-70 {
    margin-right: 7rem !important;
  }

  .me-xl-75 {
    margin-right: 7.5rem !important;
  }

  .me-xl-80 {
    margin-right: 8rem !important;
  }

  .me-xl-85 {
    margin-right: 8.5rem !important;
  }

  .me-xl-90 {
    margin-right: 9rem !important;
  }

  .me-xl-95 {
    margin-right: 9.5rem !important;
  }

  .me-xl-100 {
    margin-right: 10rem !important;
  }

  .me-xl-110 {
    margin-right: 11rem !important;
  }

  .me-xl-120 {
    margin-right: 12rem !important;
  }

  .me-xl-130 {
    margin-right: 13rem !important;
  }

  .me-xl-140 {
    margin-right: 14rem !important;
  }

  .me-xl-150 {
    margin-right: 15rem !important;
  }

  .me-xl-160 {
    margin-right: 16rem !important;
  }

  .me-xl-170 {
    margin-right: 17rem !important;
  }

  .me-xl-180 {
    margin-right: 18rem !important;
  }

  .me-xl-190 {
    margin-right: 19rem !important;
  }

  .me-xl-200 {
    margin-right: 20rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 0.3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 0.4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-30 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-xl-70 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xl-80 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-xl-90 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-110 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-120 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-130 {
    margin-bottom: 13rem !important;
  }

  .mb-xl-140 {
    margin-bottom: 14rem !important;
  }

  .mb-xl-150 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-160 {
    margin-bottom: 16rem !important;
  }

  .mb-xl-170 {
    margin-bottom: 17rem !important;
  }

  .mb-xl-180 {
    margin-bottom: 18rem !important;
  }

  .mb-xl-190 {
    margin-bottom: 19rem !important;
  }

  .mb-xl-200 {
    margin-bottom: 20rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.1rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.2rem !important;
  }

  .ms-xl-3 {
    margin-left: 0.3rem !important;
  }

  .ms-xl-4 {
    margin-left: 0.4rem !important;
  }

  .ms-xl-5 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-6 {
    margin-left: 0.6rem !important;
  }

  .ms-xl-7 {
    margin-left: 0.7rem !important;
  }

  .ms-xl-8 {
    margin-left: 0.8rem !important;
  }

  .ms-xl-9 {
    margin-left: 0.9rem !important;
  }

  .ms-xl-10 {
    margin-left: 1rem !important;
  }

  .ms-xl-15 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-20 {
    margin-left: 2rem !important;
  }

  .ms-xl-25 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-30 {
    margin-left: 3rem !important;
  }

  .ms-xl-35 {
    margin-left: 3.5rem !important;
  }

  .ms-xl-40 {
    margin-left: 4rem !important;
  }

  .ms-xl-45 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-50 {
    margin-left: 5rem !important;
  }

  .ms-xl-55 {
    margin-left: 5.5rem !important;
  }

  .ms-xl-60 {
    margin-left: 6rem !important;
  }

  .ms-xl-65 {
    margin-left: 6.5rem !important;
  }

  .ms-xl-70 {
    margin-left: 7rem !important;
  }

  .ms-xl-75 {
    margin-left: 7.5rem !important;
  }

  .ms-xl-80 {
    margin-left: 8rem !important;
  }

  .ms-xl-85 {
    margin-left: 8.5rem !important;
  }

  .ms-xl-90 {
    margin-left: 9rem !important;
  }

  .ms-xl-95 {
    margin-left: 9.5rem !important;
  }

  .ms-xl-100 {
    margin-left: 10rem !important;
  }

  .ms-xl-110 {
    margin-left: 11rem !important;
  }

  .ms-xl-120 {
    margin-left: 12rem !important;
  }

  .ms-xl-130 {
    margin-left: 13rem !important;
  }

  .ms-xl-140 {
    margin-left: 14rem !important;
  }

  .ms-xl-150 {
    margin-left: 15rem !important;
  }

  .ms-xl-160 {
    margin-left: 16rem !important;
  }

  .ms-xl-170 {
    margin-left: 17rem !important;
  }

  .ms-xl-180 {
    margin-left: 18rem !important;
  }

  .ms-xl-190 {
    margin-left: 19rem !important;
  }

  .ms-xl-200 {
    margin-left: 20rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.1rem !important;
  }

  .p-xl-2 {
    padding: 0.2rem !important;
  }

  .p-xl-3 {
    padding: 0.3rem !important;
  }

  .p-xl-4 {
    padding: 0.4rem !important;
  }

  .p-xl-5 {
    padding: 0.5rem !important;
  }

  .p-xl-6 {
    padding: 0.6rem !important;
  }

  .p-xl-7 {
    padding: 0.7rem !important;
  }

  .p-xl-8 {
    padding: 0.8rem !important;
  }

  .p-xl-9 {
    padding: 0.9rem !important;
  }

  .p-xl-10 {
    padding: 1rem !important;
  }

  .p-xl-15 {
    padding: 1.5rem !important;
  }

  .p-xl-20 {
    padding: 2rem !important;
  }

  .p-xl-25 {
    padding: 2.5rem !important;
  }

  .p-xl-30 {
    padding: 3rem !important;
  }

  .p-xl-35 {
    padding: 3.5rem !important;
  }

  .p-xl-40 {
    padding: 4rem !important;
  }

  .p-xl-45 {
    padding: 4.5rem !important;
  }

  .p-xl-50 {
    padding: 5rem !important;
  }

  .p-xl-55 {
    padding: 5.5rem !important;
  }

  .p-xl-60 {
    padding: 6rem !important;
  }

  .p-xl-65 {
    padding: 6.5rem !important;
  }

  .p-xl-70 {
    padding: 7rem !important;
  }

  .p-xl-75 {
    padding: 7.5rem !important;
  }

  .p-xl-80 {
    padding: 8rem !important;
  }

  .p-xl-85 {
    padding: 8.5rem !important;
  }

  .p-xl-90 {
    padding: 9rem !important;
  }

  .p-xl-95 {
    padding: 9.5rem !important;
  }

  .p-xl-100 {
    padding: 10rem !important;
  }

  .p-xl-110 {
    padding: 11rem !important;
  }

  .p-xl-120 {
    padding: 12rem !important;
  }

  .p-xl-130 {
    padding: 13rem !important;
  }

  .p-xl-140 {
    padding: 14rem !important;
  }

  .p-xl-150 {
    padding: 15rem !important;
  }

  .p-xl-160 {
    padding: 16rem !important;
  }

  .p-xl-170 {
    padding: 17rem !important;
  }

  .p-xl-180 {
    padding: 18rem !important;
  }

  .p-xl-190 {
    padding: 19rem !important;
  }

  .p-xl-200 {
    padding: 20rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }

  .px-xl-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .px-xl-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }

  .px-xl-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .px-xl-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-xl-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-xl-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xl-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-xl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-xl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-xl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-xl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-xl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-xl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-xl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }

  .py-xl-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }

  .py-xl-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .py-xl-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .py-xl-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-xl-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-xl-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xl-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-xl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-xl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-xl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-xl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-xl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-xl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-xl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.1rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.2rem !important;
  }

  .pt-xl-3 {
    padding-top: 0.3rem !important;
  }

  .pt-xl-4 {
    padding-top: 0.4rem !important;
  }

  .pt-xl-5 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-6 {
    padding-top: 0.6rem !important;
  }

  .pt-xl-7 {
    padding-top: 0.7rem !important;
  }

  .pt-xl-8 {
    padding-top: 0.8rem !important;
  }

  .pt-xl-9 {
    padding-top: 0.9rem !important;
  }

  .pt-xl-10 {
    padding-top: 1rem !important;
  }

  .pt-xl-15 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-20 {
    padding-top: 2rem !important;
  }

  .pt-xl-25 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-30 {
    padding-top: 3rem !important;
  }

  .pt-xl-35 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-40 {
    padding-top: 4rem !important;
  }

  .pt-xl-45 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-50 {
    padding-top: 5rem !important;
  }

  .pt-xl-55 {
    padding-top: 5.5rem !important;
  }

  .pt-xl-60 {
    padding-top: 6rem !important;
  }

  .pt-xl-65 {
    padding-top: 6.5rem !important;
  }

  .pt-xl-70 {
    padding-top: 7rem !important;
  }

  .pt-xl-75 {
    padding-top: 7.5rem !important;
  }

  .pt-xl-80 {
    padding-top: 8rem !important;
  }

  .pt-xl-85 {
    padding-top: 8.5rem !important;
  }

  .pt-xl-90 {
    padding-top: 9rem !important;
  }

  .pt-xl-95 {
    padding-top: 9.5rem !important;
  }

  .pt-xl-100 {
    padding-top: 10rem !important;
  }

  .pt-xl-110 {
    padding-top: 11rem !important;
  }

  .pt-xl-120 {
    padding-top: 12rem !important;
  }

  .pt-xl-130 {
    padding-top: 13rem !important;
  }

  .pt-xl-140 {
    padding-top: 14rem !important;
  }

  .pt-xl-150 {
    padding-top: 15rem !important;
  }

  .pt-xl-160 {
    padding-top: 16rem !important;
  }

  .pt-xl-170 {
    padding-top: 17rem !important;
  }

  .pt-xl-180 {
    padding-top: 18rem !important;
  }

  .pt-xl-190 {
    padding-top: 19rem !important;
  }

  .pt-xl-200 {
    padding-top: 20rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.1rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.2rem !important;
  }

  .pe-xl-3 {
    padding-right: 0.3rem !important;
  }

  .pe-xl-4 {
    padding-right: 0.4rem !important;
  }

  .pe-xl-5 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-6 {
    padding-right: 0.6rem !important;
  }

  .pe-xl-7 {
    padding-right: 0.7rem !important;
  }

  .pe-xl-8 {
    padding-right: 0.8rem !important;
  }

  .pe-xl-9 {
    padding-right: 0.9rem !important;
  }

  .pe-xl-10 {
    padding-right: 1rem !important;
  }

  .pe-xl-15 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-20 {
    padding-right: 2rem !important;
  }

  .pe-xl-25 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-30 {
    padding-right: 3rem !important;
  }

  .pe-xl-35 {
    padding-right: 3.5rem !important;
  }

  .pe-xl-40 {
    padding-right: 4rem !important;
  }

  .pe-xl-45 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-50 {
    padding-right: 5rem !important;
  }

  .pe-xl-55 {
    padding-right: 5.5rem !important;
  }

  .pe-xl-60 {
    padding-right: 6rem !important;
  }

  .pe-xl-65 {
    padding-right: 6.5rem !important;
  }

  .pe-xl-70 {
    padding-right: 7rem !important;
  }

  .pe-xl-75 {
    padding-right: 7.5rem !important;
  }

  .pe-xl-80 {
    padding-right: 8rem !important;
  }

  .pe-xl-85 {
    padding-right: 8.5rem !important;
  }

  .pe-xl-90 {
    padding-right: 9rem !important;
  }

  .pe-xl-95 {
    padding-right: 9.5rem !important;
  }

  .pe-xl-100 {
    padding-right: 10rem !important;
  }

  .pe-xl-110 {
    padding-right: 11rem !important;
  }

  .pe-xl-120 {
    padding-right: 12rem !important;
  }

  .pe-xl-130 {
    padding-right: 13rem !important;
  }

  .pe-xl-140 {
    padding-right: 14rem !important;
  }

  .pe-xl-150 {
    padding-right: 15rem !important;
  }

  .pe-xl-160 {
    padding-right: 16rem !important;
  }

  .pe-xl-170 {
    padding-right: 17rem !important;
  }

  .pe-xl-180 {
    padding-right: 18rem !important;
  }

  .pe-xl-190 {
    padding-right: 19rem !important;
  }

  .pe-xl-200 {
    padding-right: 20rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.2rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 0.3rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 0.4rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-30 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-xl-70 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xl-80 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-xl-90 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-110 {
    padding-bottom: 11rem !important;
  }

  .pb-xl-120 {
    padding-bottom: 12rem !important;
  }

  .pb-xl-130 {
    padding-bottom: 13rem !important;
  }

  .pb-xl-140 {
    padding-bottom: 14rem !important;
  }

  .pb-xl-150 {
    padding-bottom: 15rem !important;
  }

  .pb-xl-160 {
    padding-bottom: 16rem !important;
  }

  .pb-xl-170 {
    padding-bottom: 17rem !important;
  }

  .pb-xl-180 {
    padding-bottom: 18rem !important;
  }

  .pb-xl-190 {
    padding-bottom: 19rem !important;
  }

  .pb-xl-200 {
    padding-bottom: 20rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.1rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.2rem !important;
  }

  .ps-xl-3 {
    padding-left: 0.3rem !important;
  }

  .ps-xl-4 {
    padding-left: 0.4rem !important;
  }

  .ps-xl-5 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-6 {
    padding-left: 0.6rem !important;
  }

  .ps-xl-7 {
    padding-left: 0.7rem !important;
  }

  .ps-xl-8 {
    padding-left: 0.8rem !important;
  }

  .ps-xl-9 {
    padding-left: 0.9rem !important;
  }

  .ps-xl-10 {
    padding-left: 1rem !important;
  }

  .ps-xl-15 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-20 {
    padding-left: 2rem !important;
  }

  .ps-xl-25 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-30 {
    padding-left: 3rem !important;
  }

  .ps-xl-35 {
    padding-left: 3.5rem !important;
  }

  .ps-xl-40 {
    padding-left: 4rem !important;
  }

  .ps-xl-45 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-50 {
    padding-left: 5rem !important;
  }

  .ps-xl-55 {
    padding-left: 5.5rem !important;
  }

  .ps-xl-60 {
    padding-left: 6rem !important;
  }

  .ps-xl-65 {
    padding-left: 6.5rem !important;
  }

  .ps-xl-70 {
    padding-left: 7rem !important;
  }

  .ps-xl-75 {
    padding-left: 7.5rem !important;
  }

  .ps-xl-80 {
    padding-left: 8rem !important;
  }

  .ps-xl-85 {
    padding-left: 8.5rem !important;
  }

  .ps-xl-90 {
    padding-left: 9rem !important;
  }

  .ps-xl-95 {
    padding-left: 9.5rem !important;
  }

  .ps-xl-100 {
    padding-left: 10rem !important;
  }

  .ps-xl-110 {
    padding-left: 11rem !important;
  }

  .ps-xl-120 {
    padding-left: 12rem !important;
  }

  .ps-xl-130 {
    padding-left: 13rem !important;
  }

  .ps-xl-140 {
    padding-left: 14rem !important;
  }

  .ps-xl-150 {
    padding-left: 15rem !important;
  }

  .ps-xl-160 {
    padding-left: 16rem !important;
  }

  .ps-xl-170 {
    padding-left: 17rem !important;
  }

  .ps-xl-180 {
    padding-left: 18rem !important;
  }

  .ps-xl-190 {
    padding-left: 19rem !important;
  }

  .ps-xl-200 {
    padding-left: 20rem !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) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: 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 {
    -ms-grid-row-align: auto !important;
        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 {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
        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.1rem !important;
  }

  .m-xxl-2 {
    margin: 0.2rem !important;
  }

  .m-xxl-3 {
    margin: 0.3rem !important;
  }

  .m-xxl-4 {
    margin: 0.4rem !important;
  }

  .m-xxl-5 {
    margin: 0.5rem !important;
  }

  .m-xxl-6 {
    margin: 0.6rem !important;
  }

  .m-xxl-7 {
    margin: 0.7rem !important;
  }

  .m-xxl-8 {
    margin: 0.8rem !important;
  }

  .m-xxl-9 {
    margin: 0.9rem !important;
  }

  .m-xxl-10 {
    margin: 1rem !important;
  }

  .m-xxl-15 {
    margin: 1.5rem !important;
  }

  .m-xxl-20 {
    margin: 2rem !important;
  }

  .m-xxl-25 {
    margin: 2.5rem !important;
  }

  .m-xxl-30 {
    margin: 3rem !important;
  }

  .m-xxl-35 {
    margin: 3.5rem !important;
  }

  .m-xxl-40 {
    margin: 4rem !important;
  }

  .m-xxl-45 {
    margin: 4.5rem !important;
  }

  .m-xxl-50 {
    margin: 5rem !important;
  }

  .m-xxl-55 {
    margin: 5.5rem !important;
  }

  .m-xxl-60 {
    margin: 6rem !important;
  }

  .m-xxl-65 {
    margin: 6.5rem !important;
  }

  .m-xxl-70 {
    margin: 7rem !important;
  }

  .m-xxl-75 {
    margin: 7.5rem !important;
  }

  .m-xxl-80 {
    margin: 8rem !important;
  }

  .m-xxl-85 {
    margin: 8.5rem !important;
  }

  .m-xxl-90 {
    margin: 9rem !important;
  }

  .m-xxl-95 {
    margin: 9.5rem !important;
  }

  .m-xxl-100 {
    margin: 10rem !important;
  }

  .m-xxl-110 {
    margin: 11rem !important;
  }

  .m-xxl-120 {
    margin: 12rem !important;
  }

  .m-xxl-130 {
    margin: 13rem !important;
  }

  .m-xxl-140 {
    margin: 14rem !important;
  }

  .m-xxl-150 {
    margin: 15rem !important;
  }

  .m-xxl-160 {
    margin: 16rem !important;
  }

  .m-xxl-170 {
    margin: 17rem !important;
  }

  .m-xxl-180 {
    margin: 18rem !important;
  }

  .m-xxl-190 {
    margin: 19rem !important;
  }

  .m-xxl-200 {
    margin: 20rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.1rem !important;
    margin-left: 0.1rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }

  .mx-xxl-3 {
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }

  .mx-xxl-4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }

  .mx-xxl-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-xxl-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-xxl-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xxl-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-xxl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-xxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-xxl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xxl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xxl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xxl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-xxl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xxl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-xxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xxl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xxl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xxl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-xxl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-xxl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xxl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xxl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-xxl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-xxl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xxl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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.1rem !important;
    margin-bottom: 0.1rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }

  .my-xxl-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
  }

  .my-xxl-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }

  .my-xxl-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-xxl-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-xxl-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xxl-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-xxl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-xxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-xxl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xxl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-xxl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-xxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xxl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xxl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-xxl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-xxl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xxl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xxl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-xxl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-xxl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xxl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !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.1rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.2rem !important;
  }

  .mt-xxl-3 {
    margin-top: 0.3rem !important;
  }

  .mt-xxl-4 {
    margin-top: 0.4rem !important;
  }

  .mt-xxl-5 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 0.6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 0.7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 0.8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 0.9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 1rem !important;
  }

  .mt-xxl-15 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-20 {
    margin-top: 2rem !important;
  }

  .mt-xxl-25 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-30 {
    margin-top: 3rem !important;
  }

  .mt-xxl-35 {
    margin-top: 3.5rem !important;
  }

  .mt-xxl-40 {
    margin-top: 4rem !important;
  }

  .mt-xxl-45 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-50 {
    margin-top: 5rem !important;
  }

  .mt-xxl-55 {
    margin-top: 5.5rem !important;
  }

  .mt-xxl-60 {
    margin-top: 6rem !important;
  }

  .mt-xxl-65 {
    margin-top: 6.5rem !important;
  }

  .mt-xxl-70 {
    margin-top: 7rem !important;
  }

  .mt-xxl-75 {
    margin-top: 7.5rem !important;
  }

  .mt-xxl-80 {
    margin-top: 8rem !important;
  }

  .mt-xxl-85 {
    margin-top: 8.5rem !important;
  }

  .mt-xxl-90 {
    margin-top: 9rem !important;
  }

  .mt-xxl-95 {
    margin-top: 9.5rem !important;
  }

  .mt-xxl-100 {
    margin-top: 10rem !important;
  }

  .mt-xxl-110 {
    margin-top: 11rem !important;
  }

  .mt-xxl-120 {
    margin-top: 12rem !important;
  }

  .mt-xxl-130 {
    margin-top: 13rem !important;
  }

  .mt-xxl-140 {
    margin-top: 14rem !important;
  }

  .mt-xxl-150 {
    margin-top: 15rem !important;
  }

  .mt-xxl-160 {
    margin-top: 16rem !important;
  }

  .mt-xxl-170 {
    margin-top: 17rem !important;
  }

  .mt-xxl-180 {
    margin-top: 18rem !important;
  }

  .mt-xxl-190 {
    margin-top: 19rem !important;
  }

  .mt-xxl-200 {
    margin-top: 20rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.1rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.2rem !important;
  }

  .me-xxl-3 {
    margin-right: 0.3rem !important;
  }

  .me-xxl-4 {
    margin-right: 0.4rem !important;
  }

  .me-xxl-5 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-6 {
    margin-right: 0.6rem !important;
  }

  .me-xxl-7 {
    margin-right: 0.7rem !important;
  }

  .me-xxl-8 {
    margin-right: 0.8rem !important;
  }

  .me-xxl-9 {
    margin-right: 0.9rem !important;
  }

  .me-xxl-10 {
    margin-right: 1rem !important;
  }

  .me-xxl-15 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-20 {
    margin-right: 2rem !important;
  }

  .me-xxl-25 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-30 {
    margin-right: 3rem !important;
  }

  .me-xxl-35 {
    margin-right: 3.5rem !important;
  }

  .me-xxl-40 {
    margin-right: 4rem !important;
  }

  .me-xxl-45 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-50 {
    margin-right: 5rem !important;
  }

  .me-xxl-55 {
    margin-right: 5.5rem !important;
  }

  .me-xxl-60 {
    margin-right: 6rem !important;
  }

  .me-xxl-65 {
    margin-right: 6.5rem !important;
  }

  .me-xxl-70 {
    margin-right: 7rem !important;
  }

  .me-xxl-75 {
    margin-right: 7.5rem !important;
  }

  .me-xxl-80 {
    margin-right: 8rem !important;
  }

  .me-xxl-85 {
    margin-right: 8.5rem !important;
  }

  .me-xxl-90 {
    margin-right: 9rem !important;
  }

  .me-xxl-95 {
    margin-right: 9.5rem !important;
  }

  .me-xxl-100 {
    margin-right: 10rem !important;
  }

  .me-xxl-110 {
    margin-right: 11rem !important;
  }

  .me-xxl-120 {
    margin-right: 12rem !important;
  }

  .me-xxl-130 {
    margin-right: 13rem !important;
  }

  .me-xxl-140 {
    margin-right: 14rem !important;
  }

  .me-xxl-150 {
    margin-right: 15rem !important;
  }

  .me-xxl-160 {
    margin-right: 16rem !important;
  }

  .me-xxl-170 {
    margin-right: 17rem !important;
  }

  .me-xxl-180 {
    margin-right: 18rem !important;
  }

  .me-xxl-190 {
    margin-right: 19rem !important;
  }

  .me-xxl-200 {
    margin-right: 20rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.1rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.2rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 0.3rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 0.4rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-30 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xxl-40 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-50 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-xxl-60 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-xxl-70 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xxl-80 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-xxl-90 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-xxl-100 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-110 {
    margin-bottom: 11rem !important;
  }

  .mb-xxl-120 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-130 {
    margin-bottom: 13rem !important;
  }

  .mb-xxl-140 {
    margin-bottom: 14rem !important;
  }

  .mb-xxl-150 {
    margin-bottom: 15rem !important;
  }

  .mb-xxl-160 {
    margin-bottom: 16rem !important;
  }

  .mb-xxl-170 {
    margin-bottom: 17rem !important;
  }

  .mb-xxl-180 {
    margin-bottom: 18rem !important;
  }

  .mb-xxl-190 {
    margin-bottom: 19rem !important;
  }

  .mb-xxl-200 {
    margin-bottom: 20rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.1rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.2rem !important;
  }

  .ms-xxl-3 {
    margin-left: 0.3rem !important;
  }

  .ms-xxl-4 {
    margin-left: 0.4rem !important;
  }

  .ms-xxl-5 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-6 {
    margin-left: 0.6rem !important;
  }

  .ms-xxl-7 {
    margin-left: 0.7rem !important;
  }

  .ms-xxl-8 {
    margin-left: 0.8rem !important;
  }

  .ms-xxl-9 {
    margin-left: 0.9rem !important;
  }

  .ms-xxl-10 {
    margin-left: 1rem !important;
  }

  .ms-xxl-15 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-20 {
    margin-left: 2rem !important;
  }

  .ms-xxl-25 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-30 {
    margin-left: 3rem !important;
  }

  .ms-xxl-35 {
    margin-left: 3.5rem !important;
  }

  .ms-xxl-40 {
    margin-left: 4rem !important;
  }

  .ms-xxl-45 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-50 {
    margin-left: 5rem !important;
  }

  .ms-xxl-55 {
    margin-left: 5.5rem !important;
  }

  .ms-xxl-60 {
    margin-left: 6rem !important;
  }

  .ms-xxl-65 {
    margin-left: 6.5rem !important;
  }

  .ms-xxl-70 {
    margin-left: 7rem !important;
  }

  .ms-xxl-75 {
    margin-left: 7.5rem !important;
  }

  .ms-xxl-80 {
    margin-left: 8rem !important;
  }

  .ms-xxl-85 {
    margin-left: 8.5rem !important;
  }

  .ms-xxl-90 {
    margin-left: 9rem !important;
  }

  .ms-xxl-95 {
    margin-left: 9.5rem !important;
  }

  .ms-xxl-100 {
    margin-left: 10rem !important;
  }

  .ms-xxl-110 {
    margin-left: 11rem !important;
  }

  .ms-xxl-120 {
    margin-left: 12rem !important;
  }

  .ms-xxl-130 {
    margin-left: 13rem !important;
  }

  .ms-xxl-140 {
    margin-left: 14rem !important;
  }

  .ms-xxl-150 {
    margin-left: 15rem !important;
  }

  .ms-xxl-160 {
    margin-left: 16rem !important;
  }

  .ms-xxl-170 {
    margin-left: 17rem !important;
  }

  .ms-xxl-180 {
    margin-left: 18rem !important;
  }

  .ms-xxl-190 {
    margin-left: 19rem !important;
  }

  .ms-xxl-200 {
    margin-left: 20rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.1rem !important;
  }

  .p-xxl-2 {
    padding: 0.2rem !important;
  }

  .p-xxl-3 {
    padding: 0.3rem !important;
  }

  .p-xxl-4 {
    padding: 0.4rem !important;
  }

  .p-xxl-5 {
    padding: 0.5rem !important;
  }

  .p-xxl-6 {
    padding: 0.6rem !important;
  }

  .p-xxl-7 {
    padding: 0.7rem !important;
  }

  .p-xxl-8 {
    padding: 0.8rem !important;
  }

  .p-xxl-9 {
    padding: 0.9rem !important;
  }

  .p-xxl-10 {
    padding: 1rem !important;
  }

  .p-xxl-15 {
    padding: 1.5rem !important;
  }

  .p-xxl-20 {
    padding: 2rem !important;
  }

  .p-xxl-25 {
    padding: 2.5rem !important;
  }

  .p-xxl-30 {
    padding: 3rem !important;
  }

  .p-xxl-35 {
    padding: 3.5rem !important;
  }

  .p-xxl-40 {
    padding: 4rem !important;
  }

  .p-xxl-45 {
    padding: 4.5rem !important;
  }

  .p-xxl-50 {
    padding: 5rem !important;
  }

  .p-xxl-55 {
    padding: 5.5rem !important;
  }

  .p-xxl-60 {
    padding: 6rem !important;
  }

  .p-xxl-65 {
    padding: 6.5rem !important;
  }

  .p-xxl-70 {
    padding: 7rem !important;
  }

  .p-xxl-75 {
    padding: 7.5rem !important;
  }

  .p-xxl-80 {
    padding: 8rem !important;
  }

  .p-xxl-85 {
    padding: 8.5rem !important;
  }

  .p-xxl-90 {
    padding: 9rem !important;
  }

  .p-xxl-95 {
    padding: 9.5rem !important;
  }

  .p-xxl-100 {
    padding: 10rem !important;
  }

  .p-xxl-110 {
    padding: 11rem !important;
  }

  .p-xxl-120 {
    padding: 12rem !important;
  }

  .p-xxl-130 {
    padding: 13rem !important;
  }

  .p-xxl-140 {
    padding: 14rem !important;
  }

  .p-xxl-150 {
    padding: 15rem !important;
  }

  .p-xxl-160 {
    padding: 16rem !important;
  }

  .p-xxl-170 {
    padding: 17rem !important;
  }

  .p-xxl-180 {
    padding: 18rem !important;
  }

  .p-xxl-190 {
    padding: 19rem !important;
  }

  .p-xxl-200 {
    padding: 20rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .px-xxl-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }

  .px-xxl-4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }

  .px-xxl-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-xxl-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-xxl-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xxl-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-xxl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-xxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-xxl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xxl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xxl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xxl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-xxl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xxl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-xxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xxl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xxl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xxl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-xxl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-xxl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xxl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xxl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-xxl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-xxl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xxl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }

  .py-xxl-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }

  .py-xxl-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .py-xxl-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-xxl-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-xxl-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xxl-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-xxl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-xxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-xxl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xxl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-xxl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-xxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xxl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xxl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xxl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-xxl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-xxl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xxl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xxl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-xxl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-xxl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xxl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.1rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.2rem !important;
  }

  .pt-xxl-3 {
    padding-top: 0.3rem !important;
  }

  .pt-xxl-4 {
    padding-top: 0.4rem !important;
  }

  .pt-xxl-5 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-6 {
    padding-top: 0.6rem !important;
  }

  .pt-xxl-7 {
    padding-top: 0.7rem !important;
  }

  .pt-xxl-8 {
    padding-top: 0.8rem !important;
  }

  .pt-xxl-9 {
    padding-top: 0.9rem !important;
  }

  .pt-xxl-10 {
    padding-top: 1rem !important;
  }

  .pt-xxl-15 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-20 {
    padding-top: 2rem !important;
  }

  .pt-xxl-25 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-30 {
    padding-top: 3rem !important;
  }

  .pt-xxl-35 {
    padding-top: 3.5rem !important;
  }

  .pt-xxl-40 {
    padding-top: 4rem !important;
  }

  .pt-xxl-45 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-50 {
    padding-top: 5rem !important;
  }

  .pt-xxl-55 {
    padding-top: 5.5rem !important;
  }

  .pt-xxl-60 {
    padding-top: 6rem !important;
  }

  .pt-xxl-65 {
    padding-top: 6.5rem !important;
  }

  .pt-xxl-70 {
    padding-top: 7rem !important;
  }

  .pt-xxl-75 {
    padding-top: 7.5rem !important;
  }

  .pt-xxl-80 {
    padding-top: 8rem !important;
  }

  .pt-xxl-85 {
    padding-top: 8.5rem !important;
  }

  .pt-xxl-90 {
    padding-top: 9rem !important;
  }

  .pt-xxl-95 {
    padding-top: 9.5rem !important;
  }

  .pt-xxl-100 {
    padding-top: 10rem !important;
  }

  .pt-xxl-110 {
    padding-top: 11rem !important;
  }

  .pt-xxl-120 {
    padding-top: 12rem !important;
  }

  .pt-xxl-130 {
    padding-top: 13rem !important;
  }

  .pt-xxl-140 {
    padding-top: 14rem !important;
  }

  .pt-xxl-150 {
    padding-top: 15rem !important;
  }

  .pt-xxl-160 {
    padding-top: 16rem !important;
  }

  .pt-xxl-170 {
    padding-top: 17rem !important;
  }

  .pt-xxl-180 {
    padding-top: 18rem !important;
  }

  .pt-xxl-190 {
    padding-top: 19rem !important;
  }

  .pt-xxl-200 {
    padding-top: 20rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.1rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.2rem !important;
  }

  .pe-xxl-3 {
    padding-right: 0.3rem !important;
  }

  .pe-xxl-4 {
    padding-right: 0.4rem !important;
  }

  .pe-xxl-5 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-6 {
    padding-right: 0.6rem !important;
  }

  .pe-xxl-7 {
    padding-right: 0.7rem !important;
  }

  .pe-xxl-8 {
    padding-right: 0.8rem !important;
  }

  .pe-xxl-9 {
    padding-right: 0.9rem !important;
  }

  .pe-xxl-10 {
    padding-right: 1rem !important;
  }

  .pe-xxl-15 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-20 {
    padding-right: 2rem !important;
  }

  .pe-xxl-25 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-30 {
    padding-right: 3rem !important;
  }

  .pe-xxl-35 {
    padding-right: 3.5rem !important;
  }

  .pe-xxl-40 {
    padding-right: 4rem !important;
  }

  .pe-xxl-45 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-50 {
    padding-right: 5rem !important;
  }

  .pe-xxl-55 {
    padding-right: 5.5rem !important;
  }

  .pe-xxl-60 {
    padding-right: 6rem !important;
  }

  .pe-xxl-65 {
    padding-right: 6.5rem !important;
  }

  .pe-xxl-70 {
    padding-right: 7rem !important;
  }

  .pe-xxl-75 {
    padding-right: 7.5rem !important;
  }

  .pe-xxl-80 {
    padding-right: 8rem !important;
  }

  .pe-xxl-85 {
    padding-right: 8.5rem !important;
  }

  .pe-xxl-90 {
    padding-right: 9rem !important;
  }

  .pe-xxl-95 {
    padding-right: 9.5rem !important;
  }

  .pe-xxl-100 {
    padding-right: 10rem !important;
  }

  .pe-xxl-110 {
    padding-right: 11rem !important;
  }

  .pe-xxl-120 {
    padding-right: 12rem !important;
  }

  .pe-xxl-130 {
    padding-right: 13rem !important;
  }

  .pe-xxl-140 {
    padding-right: 14rem !important;
  }

  .pe-xxl-150 {
    padding-right: 15rem !important;
  }

  .pe-xxl-160 {
    padding-right: 16rem !important;
  }

  .pe-xxl-170 {
    padding-right: 17rem !important;
  }

  .pe-xxl-180 {
    padding-right: 18rem !important;
  }

  .pe-xxl-190 {
    padding-right: 19rem !important;
  }

  .pe-xxl-200 {
    padding-right: 20rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.1rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.2rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 0.3rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 0.4rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-30 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xxl-40 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-50 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-xxl-60 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-xxl-70 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xxl-80 {
    padding-bottom: 8rem !important;
  }

  .pb-xxl-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-xxl-90 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-xxl-100 {
    padding-bottom: 10rem !important;
  }

  .pb-xxl-110 {
    padding-bottom: 11rem !important;
  }

  .pb-xxl-120 {
    padding-bottom: 12rem !important;
  }

  .pb-xxl-130 {
    padding-bottom: 13rem !important;
  }

  .pb-xxl-140 {
    padding-bottom: 14rem !important;
  }

  .pb-xxl-150 {
    padding-bottom: 15rem !important;
  }

  .pb-xxl-160 {
    padding-bottom: 16rem !important;
  }

  .pb-xxl-170 {
    padding-bottom: 17rem !important;
  }

  .pb-xxl-180 {
    padding-bottom: 18rem !important;
  }

  .pb-xxl-190 {
    padding-bottom: 19rem !important;
  }

  .pb-xxl-200 {
    padding-bottom: 20rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.1rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.2rem !important;
  }

  .ps-xxl-3 {
    padding-left: 0.3rem !important;
  }

  .ps-xxl-4 {
    padding-left: 0.4rem !important;
  }

  .ps-xxl-5 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-6 {
    padding-left: 0.6rem !important;
  }

  .ps-xxl-7 {
    padding-left: 0.7rem !important;
  }

  .ps-xxl-8 {
    padding-left: 0.8rem !important;
  }

  .ps-xxl-9 {
    padding-left: 0.9rem !important;
  }

  .ps-xxl-10 {
    padding-left: 1rem !important;
  }

  .ps-xxl-15 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-20 {
    padding-left: 2rem !important;
  }

  .ps-xxl-25 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-30 {
    padding-left: 3rem !important;
  }

  .ps-xxl-35 {
    padding-left: 3.5rem !important;
  }

  .ps-xxl-40 {
    padding-left: 4rem !important;
  }

  .ps-xxl-45 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-50 {
    padding-left: 5rem !important;
  }

  .ps-xxl-55 {
    padding-left: 5.5rem !important;
  }

  .ps-xxl-60 {
    padding-left: 6rem !important;
  }

  .ps-xxl-65 {
    padding-left: 6.5rem !important;
  }

  .ps-xxl-70 {
    padding-left: 7rem !important;
  }

  .ps-xxl-75 {
    padding-left: 7.5rem !important;
  }

  .ps-xxl-80 {
    padding-left: 8rem !important;
  }

  .ps-xxl-85 {
    padding-left: 8.5rem !important;
  }

  .ps-xxl-90 {
    padding-left: 9rem !important;
  }

  .ps-xxl-95 {
    padding-left: 9.5rem !important;
  }

  .ps-xxl-100 {
    padding-left: 10rem !important;
  }

  .ps-xxl-110 {
    padding-left: 11rem !important;
  }

  .ps-xxl-120 {
    padding-left: 12rem !important;
  }

  .ps-xxl-130 {
    padding-left: 13rem !important;
  }

  .ps-xxl-140 {
    padding-left: 14rem !important;
  }

  .ps-xxl-150 {
    padding-left: 15rem !important;
  }

  .ps-xxl-160 {
    padding-left: 16rem !important;
  }

  .ps-xxl-170 {
    padding-left: 17rem !important;
  }

  .ps-xxl-180 {
    padding-left: 18rem !important;
  }

  .ps-xxl-190 {
    padding-left: 19rem !important;
  }

  .ps-xxl-200 {
    padding-left: 20rem !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: -ms-grid !important;
    display: 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;
  }
}
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  font-style: normal;
  src: local("Noto Sans JP"), url(../db0508b3e928720ab557.woff2) format("woff2"), url(../49b6beb7b23aa7bbec43.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 700;
  font-style: bold;
  src: url(../3c6a553636e83521cf88.woff2) format("woff2"), url(../5a457b1dbd16088a5bcf.woff) format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-weight: 700;
  font-style: bold;
  src: url(../0aa70b34d82128023e16.woff2) format("woff2"), url(../1f104385f6e4a50109bf.woff) format("woff");
}
.ff_serif {
  font-family: NotoSerifJP, serif;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  font-size: 1.3rem;
  font-family: NotoSansJP, sans-serif;
  /* mac , windows */
  font-weight: 400;
  font-style: normal;
  color: #1E2E40;
}

.ly_body {
  height: 100%;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

footer {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

@media (max-width: 767.98px) {
  .container__primary {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

/*** 共通 ***/
.el_headingA {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.7px;
  font-size: 1.3rem;
  font-family: NotoSerifJP, serif;
}
.el_headingA::before {
  content: attr(title);
  margin-bottom: 6px;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .el_headingA::before {
    font-size: 3.6rem;
  }
}

.el_headingA_en {
  margin-bottom: 6px;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .el_headingA_en {
    font-size: 3.6rem;
  }
}

.el_btnA {
  display: inline-block;
  padding: 10px 50px;
  border: solid 1px #DEDEDE;
  color: #DEDEDE;
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 1.2 !important;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.el_btnA.el_btnA__black {
  border-color: #1E2E40;
  color: #1E2E40;
}
.el_btnA.el_btnA__large {
  padding: 20px 100px;
  border-width: 2px;
  font-size: 1.6rem;
  font-weight: 700;
}
.el_btnA.el_btnA__fixSm {
  padding: 6px 0;
  width: 130px;
  text-align: center;
}
.el_btnA:hover {
  background-color: #1E2E40;
  color: #BC8630;
}

.el_verticalLineBox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .el_verticalLineBox {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .el_verticalLineBox {
    height: 140px;
  }
}
.el_verticalLineBox.el_verticalLineBox__static {
  position: relative;
  transform: translate(-50%, 0);
}
.el_verticalLineBox.el_verticalLineBox__long {
  height: 100px;
}

.el_verticalLine {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1E2E40;
}

/**
Swiper
 */
.swiper-pagination-bullet-active {
  background: #BC8630 !important;
}

/**
 * Google Recaptcha v3
 */
.grecaptcha-badge {
  visibility: hidden;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./node_modules/swiper/css/swiper.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./src/assets/scss/home.scss?vue&type=style&index=0&id=8dc7cce2&scoped=true&lang=scss& ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
.jumbotron[data-v-8dc7cce2] {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  background: url(../img/yusuugaku-light-carpet..webp) repeat;
}
.jumbotron[data-v-8dc7cce2]::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 130%;
}
@media (min-width: 576px) {
.jumbotron[data-v-8dc7cce2]::before {
    padding-top: 100%;
}
}
@media (min-width: 768px) {
.jumbotron[data-v-8dc7cce2]::before {
    padding-top: 80%;
}
}
@media (min-width: 992px) {
.jumbotron[data-v-8dc7cce2]::before {
    padding-top: 60%;
}
}
.jumbotron_txtUnit[data-v-8dc7cce2] {
  position: absolute;
  top: 8%;
  right: 10%;
  display: flex;
  flex-direction: row-reverse;
  line-height: 1.4;
  letter-spacing: 8px;
}
@media (min-width: 768px) {
.jumbotron_txtUnit[data-v-8dc7cce2] {
    right: 20%;
}
}
@media (min-width: 992px) {
.jumbotron_txtUnit[data-v-8dc7cce2] {
    right: 25%;
}
}
.jumbotron_ttl[data-v-8dc7cce2] {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
.jumbotron_ttl[data-v-8dc7cce2] {
    font-size: 3.4rem;
}
}
.jumbotron_txtJa[data-v-8dc7cce2] {
  position: relative;
  top: 56px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 1.4rem;
}
.jumbotron_txtEn[data-v-8dc7cce2] {
  position: absolute;
  top: 10%;
  left: 10%;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
.jumbotron_txtEn[data-v-8dc7cce2] {
    left: 20%;
    font-size: 3rem;
}
}
@media (min-width: 992px) {
.jumbotron_txtEn[data-v-8dc7cce2] {
    left: 25%;
}
}
.jumbotron_art[data-v-8dc7cce2] {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translate(-50%, 0) scale(0.5);
  font-size: 2rem;
}
@media (min-width: 768px) {
.jumbotron_art[data-v-8dc7cce2] {
    transform: translate(-50%, 0) scale(0.7);
}
}
@media (min-width: 992px) {
.jumbotron_art[data-v-8dc7cce2] {
    bottom: 25%;
}
}
@media (min-width: 1200px) {
.jumbotron_art[data-v-8dc7cce2] {
    transform: translate(-50%, 0) scale(0.9);
}
}
.jumbotron_art_fonts[data-v-8dc7cce2] {
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  color: #FFF;
  filter: drop-shadow(-2px 3px 2px rgba(0, 0, 0, 0.9));
}
.yussugaku[data-v-8dc7cce2] {
  font-size: 4em;
  transform: translate(-50%, -50%);
}
.creato[data-v-8dc7cce2] {
  font-size: 2em;
  transform: translate(33%, 77%);
}
.subcon[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(416%, 319%);
}
.ineividuality[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(150%, 240%);
}
.rightbrain[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-30%, 330%);
}
.merit[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-37%, 244%);
}
.reftbrain[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-33%, 574%);
}
.selfproduce[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-16%, 394%);
}
.statistics[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-20%, 490%);
}
.communication[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-82%, 650%) rotateZ(-90deg);
}
.learning[data-v-8dc7cce2] {
  font-size: 1.3em;
  transform: translate(-130%, 140%);
}
.past[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-680%, 340%);
}
.suport[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-310%, 250%);
}
.decision[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-141%, 299%);
}
.welcome[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-170%, 680%);
}
.thought[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-330%, 570%);
}
.world[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-245%, 395%);
}
.taxonomy[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-139%, 486%);
}
.stageup[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-385%, 825%);
}
.scheme[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-390%, 20%);
}
.online[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-625%, 200%);
}
.association[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-380%, -290%) rotateZ(-90deg);
}
.install[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-305%, -220%);
}
.method[data-v-8dc7cce2] {
  font-size: 1.6em;
  transform: translate(-116%, -170%);
}
.morality[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-20%, -220%);
}
.private[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(166%, -300%);
}
.success[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(146%, -220%);
}
.license[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-47%, -435%) rotateZ(-90deg);
}
.sns[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(74%, -459%);
}
.origin[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(65%, -310%);
}
.counseor[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(177%, -460%);
}
.trouble[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(20%, -400%);
}
.program[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(-107%, -345%);
}
.update[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-334%, -518%);
}
.school[data-v-8dc7cce2] {
  font-size: 1.6em;
  transform: translate(-107%, -307%);
}
.output[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(-425%, -444%);
}
.proper[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(300%, 86%);
}
.original[data-v-8dc7cce2] {
  font-size: 1em;
  transform: translate(214%, -153%) rotateZ(-90deg);
}
.time[data-v-8dc7cce2] {
  font-size: 0.6em;
  transform: translate(885%, 4%) rotateZ(-90deg);
}

/***
--- containerA ---
    About Us
***/
.contA[data-v-8dc7cce2] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr 40px;
  grid-template-columns: 40px 1fr 40px;
  -ms-grid-rows: auto 50px auto;
  grid-template-rows: auto 50px auto;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.contA[data-v-8dc7cce2] {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 30px;
    -ms-grid-rows: auto 70px auto;
    grid-template-rows: auto 70px auto;
    width: 70%;
    max-width: 700px;
}
}
@media (min-width: 768px) {
.contA[data-v-8dc7cce2] {
    -ms-grid-rows: auto 100px auto;
    grid-template-rows: auto 100px auto;
}
}
.contA_txt[data-v-8dc7cce2] {
  z-index: 2;
  grid-column: 2/-1;
  grid-row: 2/-1;
  -ms-grid-column-align: end;
      justify-self: end;
  background-color: #FFF;
  padding: 30px;
  line-height: 1.75;
}
@media (min-width: 576px) {
.contA_txt[data-v-8dc7cce2] {
    grid-column: 3/-1;
    padding: 50px;
    min-width: 380px;
}
}
@media (min-width: 768px) {
.contA_txt[data-v-8dc7cce2] {
    width: 460px;
    padding: 80px;
}
}
@media (min-width: 992px) {
.contA_txt[data-v-8dc7cce2] {
    grid-column: 4/-1;
}
}
.contA_txt > span[data-v-8dc7cce2] {
  display: block;
  margin-top: 20px;
}
.contA_imgWrap[data-v-8dc7cce2] {
  grid-column: 1/-2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  position: relative;
}
.contA_imgWrap[data-v-8dc7cce2]::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
@media (min-width: 768px) {
.contA_imgWrap[data-v-8dc7cce2] {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
}
}
.contA_img[data-v-8dc7cce2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/***
--- containerB ---
    Philosophy
***/
.cardBUnit[data-v-8dc7cce2] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
.cardBUnit[data-v-8dc7cce2] {
    flex-direction: row;
    justify-content: center;
    align-items: start;
}
}
.cardB[data-v-8dc7cce2] {
  margin-top: 80px;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding-top: 47px;
  padding-left: 39px;
}
@media (min-width: 992px) {
.cardB[data-v-8dc7cce2] {
    margin-right: 6%;
}
.cardB[data-v-8dc7cce2]:nth-of-type(3n) {
    margin-right: 0;
}
}
.cardB_ttl[data-v-8dc7cce2] {
  font-weight: 700;
}
.cardB_ttl_number[data-v-8dc7cce2] {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 2.6rem;
}
.cardB_ttl_letter[data-v-8dc7cce2] {
  font-size: 1.6rem;
}
.cardB_txt[data-v-8dc7cce2] {
  margin-top: 8px;
  line-height: 1.5;
}
.cardB_diagonalLine[data-v-8dc7cce2] {
  position: absolute;
  top: 14px;
  left: 2px;
  transform-origin: bottom;
}

/***
--- containerC ---
    Philosophy
***/
.cardCUnit[data-v-8dc7cce2] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
.cardCUnit[data-v-8dc7cce2] {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
}
.cardC[data-v-8dc7cce2] {
  margin-top: 80px;
  width: 100%;
  max-width: 300px;
}
.cardC_ttl[data-v-8dc7cce2] {
  margin-bottom: 8px;
  border-bottom: solid 1px #1E2E40;
  padding-bottom: 8px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.cardC_list li[data-v-8dc7cce2] {
  padding-top: 5px;
  list-style: disc;
  list-style-position: inside;
  line-height: 1.5;
}

/***
--- containerD ---
    Philosophy
***/
.contD[data-v-8dc7cce2] {
  max-width: 400px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.contD_disc[data-v-8dc7cce2] {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
.contD_disc[data-v-8dc7cce2] {
    font-size: 1.8rem;
}
}
.contEUnit[data-v-8dc7cce2] {
  max-width: 1000px;
}
@media (max-width: 575.98px) {
.contEUnit[data-v-8dc7cce2] {
    max-width: 320px;
}
}
.cardE[data-v-8dc7cce2] {
  height: auto;
}
.cardE_body[data-v-8dc7cce2] {
  height: 100%;
  background-color: #FFF;
  padding: 2em 2em 3em;
  font-size: 1.2rem;
  line-height: 2;
}
@media (min-width: 768px) {
.cardE_body[data-v-8dc7cce2] {
    padding: 4em;
    font-size: 1.3rem;
}
}
.cardE_txtB[data-v-8dc7cce2] {
  margin-top: 30px;
  text-align: right;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./src/assets/scss/modules/hamburger.scss?vue&type=style&index=0&id=2b8c5d3c&scoped=true&lang=scss& ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
/**
hamburger.jsファイル用
 */
.btnHamburgerWrap[data-v-2b8c5d3c] {
  z-index: 1000;
  position: fixed;
  z-index: 1000;
  top: 13px;
  right: 15px;
}
@media (min-width: 768px) {
.btnHamburgerWrap[data-v-2b8c5d3c] {
    top: 18px;
    right: 30px;
}
}
@media (min-width: 992px) {
.btnHamburgerWrap[data-v-2b8c5d3c] {
    position: static;
    z-index: auto;
    right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
}
.btnHamburger[data-v-2b8c5d3c] {
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  outline: none !important;
}
.btnHamburger_line[data-v-2b8c5d3c] {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transition: inherit;
  filter: drop-shadow(0 0 8px #FFF);
}
.btnHamburger_txt[data-v-2b8c5d3c] {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./src/assets/scss/modules/toggle-menu.scss?vue&type=style&index=0&id=18380fa0&scoped=true&lang=scss& ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
.ly_toggleMenu[data-v-18380fa0] {
  z-index: 900;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #1E2E40;
  display: none;
  opacity: 0;
  overflow: scroll;
}
.ly_toggleMenu_inner[data-v-18380fa0] {
  padding: 120px 15px;
}
.toggleMenu[data-v-18380fa0] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.toggleMenu_img[data-v-18380fa0] {
  height: 130px;
}
@media (min-width: 768px) {
.toggleMenu_img[data-v-18380fa0] {
    height: 180px;
}
}
.toggleMenu_unit[data-v-18380fa0] {
  width: 100%;
}
.toggleMenu_item[data-v-18380fa0] {
  display: flex;
  justify-content: center;
}
.toggleMenu_item[data-v-18380fa0]:last-child {
  margin-top: 50px;
}
.toggleMenu_link[data-v-18380fa0] {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 50px;
  color: #DEDEDE;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
.toggleMenu_link[data-v-18380fa0] {
    line-height: 50px;
    font-size: 2rem;
}
}
.toggleMenu_link[data-v-18380fa0]:hover {
  filter: drop-shadow(0 0 10px #DEDEDE);
}
.toggleMenu_link[data-v-18380fa0]:last-child {
  margin-bottom: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./src/assets/scss/modules/header.scss?vue&type=style&index=0&id=0a5fdd6a&scoped=true&lang=scss& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
.ly_header[data-v-0a5fdd6a] {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.ly_header_inner[data-v-0a5fdd6a] {
  padding: 16px 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1320px;
  height: 100%;
}
@media (min-width: 768px) {
.ly_header_inner[data-v-0a5fdd6a] {
    padding: 24px 30px;
}
}
@media (min-width: 992px) {
.ly_header_inner[data-v-0a5fdd6a] {
    display: flex;
}
}
@media (min-width: 1400px) {
.ly_header_inner[data-v-0a5fdd6a] {
    padding: 24px 15px;
}
}
.headerUtils[data-v-0a5fdd6a] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*justify-content: space-between;*/
  /*height: 60px;*/
}
.headerUtils_imgWrap[data-v-0a5fdd6a] {
  display: flex;
  align-items: center;
}
.headerUtils_img[data-v-0a5fdd6a] {
  height: 12px;
}
@media (min-width: 768px) {
.headerUtils_img[data-v-0a5fdd6a] {
    height: 15px;
}
}
.headerUtils_right[data-v-0a5fdd6a] {
  position: absolute;
  right: 0;
}
.headerNav[data-v-0a5fdd6a] {
  align-items: center;
  width: 100%;
  font-weight: 700;
  letter-spacing: 1px;
}
.headerNav_list[data-v-0a5fdd6a] {
  justify-content: center;
  width: 100%;
}
.headerNav_item:last-child .bl_headerNav_link[data-v-0a5fdd6a]::after {
  content: none;
}
.headerNav_link[data-v-0a5fdd6a] {
  display: block;
  padding: 15px 15px;
  color: #222;
  transition: 0.25s;
}
.headerNav_link[data-v-0a5fdd6a]:focus, .headerNav_link[data-v-0a5fdd6a]:hover {
  filter: drop-shadow(0 0 8px #000);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/components/partials/PageTopBtn.vue?vue&type=style&index=0&id=1d6c4413&scoped=true&lang=scss& ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
.pageTopBtn[data-v-1d6c4413] {
  z-index: 800;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  background-color: #1E2E40;
}
@media (min-width: 768px) {
.pageTopBtn[data-v-1d6c4413] {
    width: 50px;
    height: 50px;
}
}
@media (min-width: 1400px) {
.pageTopBtn[data-v-1d6c4413] {
    bottom: 30px;
    right: 10%;
}
}
.pageTopBtn .bi[data-v-1d6c4413] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  color: #BC8630;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./src/assets/scss/modules/footer.scss?vue&type=style&index=0&id=2da50d10&scoped=true&lang=scss& ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
.ly_footer[data-v-2da50d10] {
  width: 100%;
  background-color: #1E2E40;
  color: #000;
}
.ly_footer_inner[data-v-2da50d10] {
  padding-top: 90px;
  padding-bottom: 20px;
}
.footer[data-v-2da50d10] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_imgWrap[data-v-2da50d10] {
  height: 130px;
}
.footerNav[data-v-2da50d10] {
  min-width: 200px;
  font-weight: 700;
}
.footerNav_list[data-v-2da50d10] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
.footerNav_list[data-v-2da50d10] {
    flex-direction: row;
}
}
.footerNav_item[data-v-2da50d10] {
  width: 100%;
}
.footerNav_link[data-v-2da50d10] {
  display: flex;
  justify-content: center;
  line-height: 35px;
  white-space: nowrap;
}
@media (min-width: 768px) {
.footerNav_link[data-v-2da50d10] {
    line-height: 38px;
}
}
@media (min-width: 992px) {
.footerNav_link[data-v-2da50d10] {
    line-height: 1;
    padding: 15px;
}
}
.footer_copyright[data-v-2da50d10] {
  color: #999;
}

/***** BackToTopボタン *****/
.backToTopBtn[data-v-2da50d10] {
  z-index: 1000;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 100vw;
  filter: drop-shadow(1px 1px 5px #FFF);
}
@media (min-width: 768px) {
.backToTopBtn[data-v-2da50d10] {
    width: 50px;
    height: 50px;
    right: 30px;
}
}
@media (min-width: 1200px) {
.backToTopBtn[data-v-2da50d10] {
    width: 60px;
    height: 60px;
    right: 10%;
}
}
.backToTopLine[data-v-2da50d10] {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.backToTopLine[data-v-2da50d10]::before,
.backToTopLine[data-v-2da50d10]::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 50%;
  height: 3px;
  border-radius: 100vw;
  background-color: #FFF;
  /*transform: translate;*/
}
.backToTopLine[data-v-2da50d10]::before {
  left: 40%;
  transform: rotate(45deg);
}
.backToTopLine[data-v-2da50d10]::after {
  right: 40%;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
.backToTopLine[data-v-2da50d10]::before,
.backToTopLine[data-v-2da50d10]::after {
    height: 5px;
}
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/components/partials/Loader.vue?vue&type=style&index=0&id=b39c1020&lang=scss&scoped=true& ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px */
/*
loading
.js_loading をjsで操作する
*/
.isLoading.loadingCircleWrap[data-v-b39c1020] {
  display: block;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  color: #BC8630;
}
.loaderCircleUnit[data-v-b39c1020] {
  display: none;
}
.isLoading .loaderCircleUnit[data-v-b39c1020] {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.isLoading .loaderCircle[data-v-b39c1020] {
  color: var(--accent-color);
  font-size: 3rem;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  -webkit-animation: load6-data-v-b39c1020 1.7s infinite ease,round-data-v-b39c1020 1.7s infinite ease;
  animation: load6-data-v-b39c1020 1.7s infinite ease,round-data-v-b39c1020 1.7s infinite ease;
}
@media (min-width: 768px) {
.isLoading .loaderCircle[data-v-b39c1020] {
    font-size: 3.6rem;
}
}
@-webkit-keyframes load6-data-v-b39c1020 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6-data-v-b39c1020 {
0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round-data-v-b39c1020 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes round-data-v-b39c1020 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/App.vue?vue&type=style&index=0&lang=scss& ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page-transition-enter,
.page-transition-leave-to {
  opacity: 0;
}
.page-transition-enter-active,
.page-transition-leave-active {
  transition: opacity 500ms;
}

/*# sourceMappingURL=bundle.css.map*/